diff options
Diffstat (limited to 'apps/files_sharing/l10n/it.js')
-rw-r--r-- | apps/files_sharing/l10n/it.js | 29 |
1 files changed, 21 insertions, 8 deletions
diff --git a/apps/files_sharing/l10n/it.js b/apps/files_sharing/l10n/it.js index 237433cda2a..23f0a3b4a28 100644 --- a/apps/files_sharing/l10n/it.js +++ b/apps/files_sharing/l10n/it.js @@ -185,7 +185,7 @@ OC.L10N.register( "Set default folder for accepted shares" : "Imposta cartella predefinita per condivisioni accettate", "Reset" : "Ripristina", "Reset folder to system default" : "Ripristina la cartella alla predefinita di sistema", - "Share expiration: " : "Scadenza condivisione:", + "Share expiration: {date}" : "Scadenza condivisione: {date}", "Share Expiration" : "Scadenza Condivisione", "group" : "gruppo", "conversation" : "conversazione", @@ -257,14 +257,9 @@ OC.L10N.register( "File drop" : "Elimina file", "Upload files to {foldername}." : "Carica i file su{foldername}.", "By uploading files, you agree to the terms of service." : "Caricando i file accetti i termini del servizio.", + "Successfully uploaded files" : "File caricati correttamente", "View terms of service" : "Visualizza i termini del servizio", "Terms of service" : "Termini del servizio", - "Upload files to {folder}" : "Carica file su {folder}", - "Submit name" : "Fornisci il nome", - "{ownerDisplayName} shared a folder with you." : "{ownerDisplayName} ha condiviso una cartella con te.", - "To upload files, you need to provide your name first." : "Per caricare file, devi prima fornire il tuo nome.", - "Name" : "Nome", - "Enter your name" : "Digita il tuo nome", "Share with {userName}" : "Condividi con {userName}", "Share with email {email}" : "Condividi con l'email {email}", "Share with group" : "Condividi con gruppo", @@ -315,6 +310,7 @@ OC.L10N.register( "Shares that are not part of the internal or external shares. This can be shares from apps or other sources." : "Condivisioni che non fanno parte delle condivisioni interne o esterne. Possono essere condivisioni da app o altre fonti.", "Share with accounts, teams, federated cloud IDs" : "Condividi con account, team, ID cloud federati", "Share with accounts and teams" : "Condividi con account e team", + "Federated cloud ID" : "ID cloud federato", "Email, federated cloud ID" : "E-mail, ID cloud federato", "Unable to load the shares list" : "Impossibile caricare l'elenco delle condivisioni", "Expires {relativetime}" : "Scade il {relativetime}", @@ -372,6 +368,7 @@ OC.L10N.register( "List of unapproved shares." : "Lista di condivisioni non approvate.", "No pending shares" : "Nessuna condivisione in corso", "Shares you have received but not approved will show up here" : "Le condivisioni che hai ricevuto, ma non approvato saranno mostrate qui", + "Error deleting the share" : "Errore durante l'eliminazione della condivisione", "Error updating the share: {errorMessage}" : "Errore durante l'aggiornamento della condivisione: {errorMessage}", "Error updating the share" : "Errore durante l'aggiornamento della condivisione", "File \"{path}\" has been unshared" : "La condivisione del file \"{path}\" è stata rimossa", @@ -384,6 +381,17 @@ OC.L10N.register( "Share note for recipient saved" : "Condividi nota salvata per il destinatario", "Share password saved" : "Condividi la password salvata", "Share permissions saved" : "Condivisione dei permessi salvati", + "To upload files to {folder}, you need to provide your name first." : "Per caricare file su {folder}, devi prima fornire il tuo nome.", + "Upload files to {folder}" : "Carica file su {folder}", + "Please confirm your name to upload files to {folder}" : "Si prega di confermare il nome per caricare i file su {folder}", + "{ownerDisplayName} shared a folder with you." : "{ownerDisplayName} ha condiviso una cartella con te.", + "Names must not be empty." : "I nomi non devono essere vuoti.", + "Names must not start with a dot." : "I nomi non devono iniziare con un punto.", + "\"{char}\" is not allowed inside a name." : "\"{char}\" non è consentito all'interno di un nome.", + "\"{segment}\" is a reserved name and not allowed." : "\"{segment}\" è un nome riservato e non consentito.", + "\"{extension}\" is not an allowed name." : "\"{extension}\" non è un nome consentito.", + "Names must not end with \"{extension}\"." : "I nomi non devono terminare con \"{extension}\".", + "Invalid name." : "Nome non valido.", "Shared by" : "Condiviso da", "Shared with" : "Condiviso con", "Password created successfully" : "Password creata correttamente", @@ -420,7 +428,12 @@ OC.L10N.register( "_1 email address added_::_{count} email addresses added_" : ["1 indirizzo di posta aggiunto","{count} indirizzi di posta aggiunti","{count} indirizzi di posta aggiunti"], "Search for share recipients" : "Cerca i destinatari della condivisione", "No recommendations. Start typing." : "Nessun consiglio. Inizia a digitare.", + "To upload files, you need to provide your name first." : "Per caricare file, devi prima fornire il tuo nome.", + "Enter your name" : "Digita il tuo nome", + "Submit name" : "Fornisci il nome", + "Name" : "Nome", "Share with accounts, teams, federated cloud id" : "Condividi con account, team, ID cloud federati", - "Email, federated cloud id" : "E-mail, ID cloud federato" + "Email, federated cloud id" : "E-mail, ID cloud federato", + "Filename must not be empty." : "Il nome del file non può essere vuoto." }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |