6 lines
201 B
JavaScript
6 lines
201 B
JavaScript
OC.L10N.register(
|
|
"federatedfilesharing",
|
|
{
|
|
"Sharing %s failed, because this item is already shared with %s" : "共享 %s 失败,因为它已经共享给 %s"
|
|
},
|
|
"nplurals=1; plural=0;");
|