blob: 9b4cccd8731ecb91fa764e502b8796c47c5d91b8 (
plain)
1
2
3
4
5
6
7
8
9
|
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);");
|