diff options
Diffstat (limited to 'apps/federatedfilesharing/l10n/it.js')
-rw-r--r-- | apps/federatedfilesharing/l10n/it.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/federatedfilesharing/l10n/it.js b/apps/federatedfilesharing/l10n/it.js new file mode 100644 index 00000000000..be449b92dfa --- /dev/null +++ b/apps/federatedfilesharing/l10n/it.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "federatedfilesharing", + { + "Invalid Federated Cloud ID" : "ID di cloud federata non valido", + "Sharing %s failed, because this item is already shared with %s" : "Condivisione di %s non riuscita, poiché l'oggetto è già condiviso con %s", + "Not allowed to create a federated share with the same user" : "Non è consentito creare una condivisione federata con lo stesso utente", + "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "La condivisione di %s non è riuscita, impossibile trovare %s, è probabile che il server non sia al momento raggiungibile." +}, +"nplurals=2; plural=(n != 1);"); |