it.js 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. OC.L10N.register(
  2. "files_external",
  3. {
  4. "Fetching request tokens failed. Verify that your app key and secret are correct." : "Il recupero dei token di richiesta non è riuscito. Verifica che la chiave e il segreto dell'applicazione siano corretti.",
  5. "Fetching access tokens failed. Verify that your app key and secret are correct." : "Il recupero dei token di accesso non è riuscito. Verifica che la chiave e il segreto dell'applicazione siano corretti.",
  6. "Please provide a valid app key and secret." : "Fornisci chiave e segreto dell'applicazione validi.",
  7. "Step 1 failed. Exception: %s" : "Fase 1 non riuscita. Eccezione: %s",
  8. "Step 2 failed. Exception: %s" : "Fase 2 non riuscita. Eccezione: %s",
  9. "External storage" : "Archiviazione esterna",
  10. "Storage with id \"%i\" not found" : "Archiviazione con ID \"%i\" non trovata",
  11. "Invalid backend or authentication mechanism class" : "Motore o classe del meccanismo di autenticazione non valido",
  12. "Invalid mount point" : "Punto di mount non valido",
  13. "Objectstore forbidden" : "Objectstore vietato",
  14. "Invalid storage backend \"%s\"" : "Motore di archiviazione \"%s\" non valido",
  15. "Not permitted to use backend \"%s\"" : "Utilizzo del motore \"%s\" non permesso",
  16. "Not permitted to use authentication mechanism \"%s\"" : "Utilizzo del meccanismo di autenticazione \"%s\" non permesso",
  17. "Unsatisfied backend parameters" : "Parametri del motore non soddisfatti",
  18. "Unsatisfied authentication mechanism parameters" : "Parametri del meccanismo di autenticazione non soddisfatti",
  19. "Insufficient data: %s" : "Dati insufficienti: %s",
  20. "%s" : "%s",
  21. "Storage with id \"%i\" is not user editable" : "L'archiviazione con ID \"%i\" non è modificabile dall'utente",
  22. "Personal" : "Personale",
  23. "System" : "Sistema",
  24. "Grant access" : "Concedi l'accesso",
  25. "Access granted" : "Accesso consentito",
  26. "Error configuring OAuth1" : "Errore di configurazione OAuth1",
  27. "Error configuring OAuth2" : "Errore di configurazione OAuth2",
  28. "Generate keys" : "Genera la chiavi",
  29. "Error generating key pair" : "Errore durante la generazione della coppia di chiavi",
  30. "Enable encryption" : "Abilita cifratura",
  31. "Enable previews" : "Abilita le anteprime",
  32. "Enable sharing" : "Abilita condivisione",
  33. "Check for changes" : "Controlla le modifiche",
  34. "Never" : "Mai",
  35. "Once every direct access" : "Una volta per ogni accesso diretto",
  36. "All users. Type to select user or group." : "Tutti gli utenti. Digita per selezionare utente o gruppo.",
  37. "(group)" : "(gruppo)",
  38. "Admin defined" : "Definito dall'amministratore",
  39. "Saved" : "Salvato",
  40. "Saving..." : "Salvataggio in corso...",
  41. "Save" : "Salva",
  42. "Empty response from the server" : "Risposta vuota dal server",
  43. "Couldn't access. Please logout and login to activate this mount point" : "Impossibile accedere. Chiudi la sessione e accedi nuovamente per attivare questo punto di mount",
  44. "Couldn't get the information from the ownCloud server: {code} {type}" : "Impossibile ottenere le informazioni dal server ownCloud: {code} {type}",
  45. "Couldn't get the list of external mount points: {type}" : "Impossibile ottenere l'elenco dei punti di mount esterni: {type}",
  46. "There was an error with message: " : "Si è verificato un errore con il messaggio:",
  47. "External mount error" : "Errore di mount esterno",
  48. "external-storage" : "archiviazione-esterna",
  49. "Couldn't get the list of Windows network drive mount points: empty response from the server" : "Impossibile ottenere l'elenco dei punti di mount delle unità di rete Windows: risposta vuota dal server",
  50. "Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "Alcuni dei punti di mount esterni configurati non sono connessi. Fai clic sulle righe rosse per ulteriori informazioni",
  51. "Please enter the credentials for the {mount} mount" : "Digita le credenziali per montare {mount}",
  52. "Username" : "Nome utente",
  53. "Password" : "Password",
  54. "Credentials saved" : "Credenziali salvate",
  55. "Credentials saving failed" : "Salvataggio delle credenziali non riuscito",
  56. "Credentials required" : "Credenziali richieste",
  57. "Access key" : "Chiave di accesso",
  58. "Secret key" : "Chiave segreta",
  59. "Builtin" : "Integrata",
  60. "None" : "Nessuno",
  61. "OAuth1" : "OAuth1",
  62. "App key" : "Chiave applicazione",
  63. "App secret" : "Segreto applicazione",
  64. "OAuth2" : "OAuth2",
  65. "Client ID" : "ID client",
  66. "Client secret" : "Segreto del client",
  67. "OpenStack" : "OpenStack",
  68. "Tenant name" : "Nome tenant",
  69. "Identity endpoint URL" : "URL endpoint delle identità",
  70. "Rackspace" : "Rackspace",
  71. "API key" : "Chiave API",
  72. "Global Credentails" : "Credenziali globali",
  73. "Log-in credentials, save in database" : "Credenziali di accesso, salva nel database",
  74. "Username and password" : "Nome utente e password",
  75. "Log-in credentials, save in session" : "Credenziali di accesso, salva nella sessione",
  76. "User entered, store in database" : "Digitate dall'utente, memorizza nel database",
  77. "RSA public key" : "Chiave pubblica RSA",
  78. "Public key" : "Chiave pubblica",
  79. "Amazon S3" : "Amazon S3",
  80. "Bucket" : "Bucket",
  81. "Hostname" : "Nome host",
  82. "Port" : "Porta",
  83. "Region" : "Regione",
  84. "Enable SSL" : "Abilita SSL",
  85. "Enable Path Style" : "Abilita stile percorsi",
  86. "WebDAV" : "WebDAV",
  87. "URL" : "URL",
  88. "Remote subfolder" : "Sottocartella remota",
  89. "Secure https://" : "Sicuro https://",
  90. "Dropbox" : "Dropbox",
  91. "FTP" : "FTP",
  92. "Host" : "Host",
  93. "Secure ftps://" : "Sicuro ftps://",
  94. "Google Drive" : "Google Drive",
  95. "Local" : "Locale",
  96. "Location" : "Posizione",
  97. "ownCloud" : "ownCloud",
  98. "SFTP" : "SFTP",
  99. "Root" : "Radice",
  100. "SFTP with secret key login" : "SFTP con accesso a chiave segreta",
  101. "SMB / CIFS" : "SMB / CIFS",
  102. "Share" : "Condividi",
  103. "Domain" : "Dominio",
  104. "SMB / CIFS using OC login" : "SMB / CIFS utilizzando le credenziali di OC",
  105. "Username as share" : "Nome utente come condivisione",
  106. "OpenStack Object Storage" : "OpenStack Object Storage",
  107. "Service name" : "Nome servizio",
  108. "Request timeout (seconds)" : "Tempo massimo della richiesta (secondi)",
  109. "<b>Note:</b> " : "<b>Nota:</b>",
  110. "<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Nota:</b> il supporto a cURL di PHP non è abilitato o installato. Impossibile montare %s. Chiedi al tuo amministratore di sistema di installarlo.",
  111. "<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Nota:</b> il supporto a FTP in PHP non è abilitato o installato. Impossibile montare %s. Chiedi al tuo amministratore di sistema di installarlo.",
  112. "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Nota:</b> \"%s\" non è installato. Impossibile montare %s. Chiedi al tuo amministratore di sistema di installarlo.",
  113. "No external storage configured" : "Nessuna archiviazione esterna configurata",
  114. "You can add external storages in the personal settings" : "Puoi aggiungere archiviazioni esterne nelle impostazioni personali",
  115. "Name" : "Nome",
  116. "Storage type" : "Tipo di archiviazione",
  117. "Scope" : "Ambito",
  118. "External Storage" : "Archiviazione esterna",
  119. "Global Credentials" : "Credenziali globali",
  120. "Folder name" : "Nome della cartella",
  121. "Authentication" : "Autenticazione",
  122. "Configuration" : "Configurazione",
  123. "Available for" : "Disponibile per",
  124. "Add storage" : "Aggiungi archiviazione",
  125. "Advanced settings" : "Impostazioni avanzate",
  126. "Delete" : "Elimina",
  127. "Allow users to mount external storage" : "Consenti agli utenti di montare archiviazioni esterne",
  128. "Allow users to mount the following external storage" : "Consenti agli utenti di montare la seguente archiviazione esterna"
  129. },
  130. "nplurals=2; plural=(n != 1);");