nextcloud/apps/federatedfilesharing/l10n/en_GB.js

10 lines
591 B
JavaScript
Raw Normal View History

2016-02-16 16:49:12 +03:00
OC.L10N.register(
"federatedfilesharing",
{
2016-02-25 09:58:06 +03:00
"Invalid Federated Cloud ID" : "Invalid Federated Cloud ID",
2016-02-16 16:49:12 +03:00
"Sharing %s failed, because this item is already shared with %s" : "Sharing %s failed, because this item is already shared with %s",
2016-02-25 09:58:06 +03:00
"Not allowed to create a federated share with the same user" : "Not allowed to create a federated share with the same user",
2016-02-16 16:49:12 +03:00
"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);");