diff options
Diffstat (limited to 'apps/comments/l10n/it.js')
-rw-r--r-- | apps/comments/l10n/it.js | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/apps/comments/l10n/it.js b/apps/comments/l10n/it.js index 31321182b89..37eea664b94 100644 --- a/apps/comments/l10n/it.js +++ b/apps/comments/l10n/it.js @@ -15,19 +15,21 @@ OC.L10N.register( "Files app plugin to add comments to files" : "Estensione dell'applicazione File per aggiungere commenti ai file", "Edit comment" : "Modifica commento", "Delete comment" : "Elimina commento", + "No comments yet, start the conversation!" : "Ancora nessun commento, inizia la conversazione!", + "Retry" : "Riprova", + "_%n unread comment_::_%n unread comments_" : ["%n commento non letto","%n commenti non letti"], + "_1 new comment_::_{unread} new comments_" : ["1 nuovo commento","{unread} nuovi commenti"], + "Comment" : "Commento", + "Comment deleted" : "Commento eliminato", "New comment …" : "Nuovo commento...", "Post" : "Commento", "Cancel" : "Annulla", "[Deleted user]" : "[Utente eliminato]", - "No comments yet, start the conversation!" : "Ancora nessun commento, inizia la conversazione!", "More comments …" : "Altri commenti...", "Save" : "Salva", "Allowed characters {count} of {max}" : "Caratteri consentiti {count} di {max}", "Error occurred while retrieving comment with ID {id}" : "Si è verificato un errore durante il recupero del commento con ID {id}", "Error occurred while updating comment with id {id}" : "Si è verificato un errore durante il tentativo di aggiornamento del commento con id {id}", - "Error occurred while posting comment" : "Si è verificato un errore durante la pubblicazione del commento.", - "_%n unread comment_::_%n unread comments_" : ["%n commento non letto","%n commenti non letti"], - "_1 new comment_::_{unread} new comments_" : ["1 nuovo commento","{unread} nuovi commenti"], - "Comment" : "Commento" + "Error occurred while posting comment" : "Si è verificato un errore durante la pubblicazione del commento." }, "nplurals=2; plural=(n != 1);"); |