10 lines
536 B
JavaScript
10 lines
536 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;");
|