10 lines
591 B
JavaScript
10 lines
591 B
JavaScript
OC.L10N.register(
|
|
"federatedfilesharing",
|
|
{
|
|
"Invalid Federated Cloud ID" : "Invalid Federated Cloud ID",
|
|
"Sharing %s failed, because this item is already shared with %s" : "Sharing %s failed, because this item is already shared with %s",
|
|
"Not allowed to create a federated share with the same user" : "Not allowed to create a federated share with the same user",
|
|
"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);");
|