You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

it.js 1.6KB

123456789101112131415161718192021
  1. OC.L10N.register(
  2. "federatedfilesharing",
  3. {
  4. "Invalid Federated Cloud ID" : "ID di cloud federata non valido",
  5. "Sharing %s failed, because this item is already shared with %s" : "Condivisione di %s non riuscita, poiché l'oggetto è già condiviso con %s",
  6. "Not allowed to create a federated share with the same user" : "Non è consentito creare una condivisione federata con lo stesso utente",
  7. "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.",
  8. "Share with me through my #ownCloud Federated Cloud ID, see %s" : "Condividi con me attraverso il mio ID di cloud federata #ownCloud, vedi %s",
  9. "Share with me through my #ownCloud Federated Cloud ID" : "Condividi con me attraverso il mio ID di cloud federata #ownCloud",
  10. "Federated Cloud Sharing" : "Condivisione cloud federata",
  11. "Open documentation" : "Apri la documentazione",
  12. "Allow users on this server to send shares to other servers" : "Consenti agli utenti su questo server di inviare condivisioni ad altri server",
  13. "Allow users on this server to receive shares from other servers" : "Consenti agli utenti su questo server di ricevere condivisioni da altri server",
  14. "Federated Cloud" : "Cloud federata",
  15. "Your Federated Cloud ID:" : "Il tuo ID di cloud federata:",
  16. "Share it:" : "Condividilo:",
  17. "Add to your website" : "Aggiungilo al tuo sito web",
  18. "Share with me via ownCloud" : "Condividi con me tramite ownCloud",
  19. "HTML Code:" : "Codice HTML:"
  20. },
  21. "nplurals=2; plural=(n != 1);");