summaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/l10n/it.js
blob: be449b92dfae4cef4f683c1d95394fd8a3dd7aa0 (plain)
1
2
3
4
5
6
7
8
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);");