8 lines
397 B
JavaScript
8 lines
397 B
JavaScript
|
OC.L10N.register(
|
||
|
"federatedfilesharing",
|
||
|
{
|
||
|
"Sharing %s failed, because this item is already shared with %s" : "Sharing %s failed, because this item is already shared with %s",
|
||
|
"Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Sharing %s failed, could not find %s, maybe the server is currently unreachable."
|
||
|
},
|
||
|
"nplurals=2; plural=(n != 1);");
|