diff options
Diffstat (limited to 'apps/files/l10n/it.js')
-rw-r--r-- | apps/files/l10n/it.js | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/apps/files/l10n/it.js b/apps/files/l10n/it.js index b5ff634ce20..b855f70480a 100644 --- a/apps/files/l10n/it.js +++ b/apps/files/l10n/it.js @@ -6,13 +6,13 @@ OC.L10N.register( "Unknown error" : "Errore sconosciuto", "All files" : "Tutti i file", "Recent" : "Recenti", + "Favorites" : "Preferiti", "File could not be found" : "Il file non può essere trovato", "Move or copy" : "Sposta o copia", "Download" : "Scarica", "Delete" : "Elimina", "Home" : "Home", "Close" : "Chiudi", - "Favorites" : "Preferiti", "Could not create folder \"{dir}\"" : "Impossibile creare la cartella \"{dir}\"", "Upload cancelled." : "Caricamento annullato.", "Unable to upload {filename} as it is a directory or has 0 bytes" : "Impossibile caricare {filename} poiché è una cartella oppure ha una dimensione di 0 byte", @@ -149,10 +149,6 @@ OC.L10N.register( "The files you are trying to upload exceed the maximum size for file uploads on this server." : "I file che stai provando a caricare superano la dimensione massima consentita su questo server.", "No favorites yet" : "Nessun preferito ancora", "Files and folders you mark as favorite will show up here" : "I file e le cartelle che marchi come preferiti saranno mostrati qui", - "Shared with you" : "Condivisi con te", - "Shared with others" : "Condivisi con altri", - "Shared by link" : "Condivisi tramite collegamento", - "Deleted shares" : "Condivisioni eliminate", "Tags" : "Etichette", "Deleted files" : "File eliminati", "Text file" : "File di testo", @@ -160,6 +156,9 @@ OC.L10N.register( "Move" : "Sposta", "A new file or folder has been <strong>deleted</strong>" : "Un nuovo file o cartella è stato <strong>eliminato</strong>", "A new file or folder has been <strong>restored</strong>" : "Un nuovo file o una cartella è stato <strong>ripristinato</strong>", - "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Utilizza questo indirizzo per <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">accedere ai tuoi file con WebDAV</a>" + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Utilizza questo indirizzo per <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">accedere ai tuoi file con WebDAV</a>", + "Shared with you" : "Condivisi con te", + "Shared with others" : "Condivisi con altri", + "Shared by link" : "Condivisi tramite collegamento" }, "nplurals=2; plural=(n != 1);"); |