10 lines
562 B
JavaScript
10 lines
562 B
JavaScript
|
OC.L10N.register(
|
|||
|
"federatedfilesharing",
|
|||
|
{
|
|||
|
"Invalid Federated Cloud ID" : "無效的雲端聯盟ID:",
|
|||
|
"Sharing %s failed, because this item is already shared with %s" : "分享 %s 失敗,因為此項目目前已經與 %s 分享",
|
|||
|
"Not allowed to create a federated share with the same user" : "不允許與同一個使用者建立聯盟式分享",
|
|||
|
"Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "分享%s失敗,找不到%s,或許目前無法連線到該伺服器"
|
|||
|
},
|
|||
|
"nplurals=1; plural=0;");
|