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 5.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. OC.L10N.register(
  2. "federatedfilesharing",
  3. {
  4. "Federated sharing" : "Condivisione federata",
  5. "Do you want to add the remote share {name} from {owner}@{remote}?" : "Vuoi aggiungere la condivisione remota {name} da {owner}@{remote}?",
  6. "Remote share" : "Condivisione remota",
  7. "Remote share password" : "Password della condivisione remota",
  8. "Cancel" : "Annulla",
  9. "Add remote share" : "Aggiungi condivisione remota",
  10. "Copy" : "Copia",
  11. "Copied!" : "Copiato!",
  12. "Not supported!" : "Non supportato!",
  13. "Press ⌘-C to copy." : "Premi ⌘-C per copiare.",
  14. "Press Ctrl-C to copy." : "Premi Ctrl-C per copiare.",
  15. "Invalid Federated Cloud ID" : "ID di cloud federata non valido",
  16. "Server to server sharing is not enabled on this server" : "La condivisione tra server non è abilitata su questo server",
  17. "Couldn't establish a federated share." : "Impossibile stabilire una condivisione federata.",
  18. "Couldn't establish a federated share, maybe the password was wrong." : "Impossibile stabilire una condivisione federata, forse la password non è corretta.",
  19. "Federated Share request sent, you will receive an invitation. Check your notifications." : "Richiesta della condivisione federata inviata, riceverai un invito. Controlla le tue notifiche.",
  20. "The mountpoint name contains invalid characters." : "Il nome del punto di mount contiene caratteri non validi.",
  21. "Not allowed to create a federated share with the owner." : "Non è consentito creare una condivisione federata con il proprietario.",
  22. "Invalid or untrusted SSL certificate" : "Certificato SSL non valido o non attendibile",
  23. "Could not authenticate to remote share, password might be wrong" : "Impossibile autenticarsi sulla condivisione remota, la password potrebbe essere errata",
  24. "Storage not valid" : "Archiviazione non valida",
  25. "Federated share added" : "Condivisione federata aggiunta",
  26. "Couldn't add remote share" : "Impossibile aggiungere la condivisione remota",
  27. "Sharing %s failed, because this item is already shared with %s" : "Condivisione di %s non riuscita, poiché l'oggetto è già condiviso con %s",
  28. "Not allowed to create a federated share with the same user" : "Non è consentito creare una condivisione federata con lo stesso utente",
  29. "File is already shared with %s" : "Il file è già condiviso con %s",
  30. "Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "La condivisione di %s non è riuscita, impossibile trovare %s, è probabile che il server non sia al momento raggiungibile o che utilizzi un certificato auto-firmato.",
  31. "Could not find share" : "Impossibile trovare la condivisione",
  32. "You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Hai ricevuto \"%3$s\" come condivisione remota da %1$s (per conto di %2$s)",
  33. "You received {share} as a remote share from {user} (on behalf of {behalf})" : "Hai ricevuto {share} come condivisione remota da {user} (per conto di {behalf})",
  34. "You received \"%3$s\" as a remote share from %1$s" : "Hai ricevuto \"%3$s\" come condivisione remota da %1$s",
  35. "You received {share} as a remote share from {user}" : "Hai ricevuto {share} come condivisione remota da {user}",
  36. "Accept" : "Accetta",
  37. "Decline" : "Rifiuta",
  38. "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Condividi con me attraverso il mio ID di cloud federata #Nextcloud, vedi %s",
  39. "Share with me through my #Nextcloud Federated Cloud ID" : "Condividi con me attraverso il mio ID di cloud federata #Nextcloud",
  40. "Sharing" : "Condivisione",
  41. "Federated Cloud Sharing" : "Condivisione cloud federata",
  42. "Open documentation" : "Apri la documentazione",
  43. "Adjust how people can share between servers." : "Regola come le persone possono condividere tra i server.",
  44. "Allow users on this server to send shares to other servers" : "Consenti agli utenti su questo server di inviare condivisioni ad altri server",
  45. "Allow users on this server to receive shares from other servers" : "Consenti agli utenti su questo server di ricevere condivisioni da altri server",
  46. "Search global and public address book for users" : "Cerca gli utenti nella rubrica globale e pubblica",
  47. "Allow users to publish their data to a global and public address book" : "Consenti agli utenti di pubblicare i propri dati in una rubrica globale e pubblica",
  48. "Federated Cloud" : "Cloud federata",
  49. "You can share with anyone who uses Nextcloud, ownCloud or Pydio! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "Puoi condividere con chiunque utilizzi Nextcloud, ownCloud o Pydio! Ti basta inserire il loro ID di cloud federata nella finestra di condivisione. Assomiglia a persona@cloud.esempio.com ",
  50. "Your Federated Cloud ID:" : "Il tuo ID di cloud federata:",
  51. "Share it so your friends can share files with you:" : "Condividilo in modo che i tuoi amici possano condividere file con te:",
  52. "Add to your website" : "Aggiungi al tuo sito web",
  53. "Share with me via Nextcloud" : "Condividi con me tramite Nextcloud",
  54. "HTML Code:" : "Codice HTML:",
  55. "Search global and public address book for users and let local users publish their data" : "Cerca utenti nella rubrica globale e pubblica e consenti agli utenti di pubblicare i loro dati",
  56. "Share it:" : "Condividilo:"
  57. },
  58. "nplurals=2; plural=(n != 1);");