2016-02-16 16:49:12 +03:00
|
|
|
|
OC.L10N.register(
|
|
|
|
|
"federatedfilesharing",
|
|
|
|
|
{
|
2016-02-25 09:58:06 +03:00
|
|
|
|
"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,请检查设置或联系管理员。"
|
2016-02-16 16:49:12 +03:00
|
|
|
|
},
|
|
|
|
|
"nplurals=1; plural=0;");
|