diff options
Diffstat (limited to 'apps/files/l10n/it.js')
-rw-r--r-- | apps/files/l10n/it.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files/l10n/it.js b/apps/files/l10n/it.js index 40f7bb76b6a..a7d84102ea0 100644 --- a/apps/files/l10n/it.js +++ b/apps/files/l10n/it.js @@ -81,6 +81,10 @@ OC.L10N.register( "New folder" : "Nuova cartella", "Upload" : "Carica", "An error occurred while trying to update the tags" : "Si è verificato un errore durante il tentativo di aggiornare le etichette", + "Added to favorites" : "Aggiunto ai preferiti", + "Removed from favorites" : "Rimosso dai preferiti", + "You added {file} to your favorites" : "Hai aggiunto {file} ai tuoi preferiti", + "You removed {file} from your favorites" : "Hai rimosso {file} dai tuoi preferiti", "File changes" : "Modiche dei file", "Created by {user}" : "Creata da {user}", "Changed by {user}" : "Modificata da {user}", @@ -101,6 +105,7 @@ OC.L10N.register( "{user} renamed {oldfile} to {newfile}" : "{user} ha rinominato {oldfile} in {newfile}", "You moved {oldfile} to {newfile}" : "Hai spostato {oldfile} in {newfile}", "{user} moved {oldfile} to {newfile}" : "{user} ha spostato {oldfile} in {newfile}", + "A file has been added to or removed from your <strong>favorites</strong>" : "Un file stato aggiunto o rimosso dai tuoi <strong>preferiti</strong>", "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Un file o una cartella sono stati <strong>modificato</strong> o<strong>rinominati</strong> ", "A new file or folder has been <strong>created</strong>" : "Un nuovo file o cartella è stato <strong>creato</strong>", "A new file or folder has been <strong>deleted</strong>" : "Un nuovo file o cartella è stato <strong>eliminato</strong>", |