diff options
Diffstat (limited to 'apps/comments/l10n/it.js')
-rw-r--r-- | apps/comments/l10n/it.js | 45 |
1 files changed, 29 insertions, 16 deletions
diff --git a/apps/comments/l10n/it.js b/apps/comments/l10n/it.js index 56660b5a779..e2aac0c0b86 100644 --- a/apps/comments/l10n/it.js +++ b/apps/comments/l10n/it.js @@ -1,23 +1,36 @@ OC.L10N.register( "comments", { - "<strong>Comments</strong> for files" : "<strong>Commenti</strong> sui file", + "Comments" : "Commenti", "You commented" : "Hai commentato", - "%1$s commented" : "%1$s ha commentato", - "You commented on %2$s" : "Hai commentato su %2$s", + "{author} commented" : "{author} ha commentato", + "You commented on %1$s" : "Hai commentato su %1$s", + "You commented on {file}" : "Hai commentato su {file}", "%1$s commented on %2$s" : "%1$s ha commentato %2$s", - "Comments" : "Commenti", - "Type in a new comment..." : "Digita un nuovo commento...", - "Delete comment" : "Elimina commento", - "Post" : "Commento", - "Cancel" : "Annulla", + "{author} commented on {file}" : "{author} ha commentato su {file}", + "<strong>Comments</strong> for files" : "<strong>Commenti</strong> sui file", + "Files" : "File", + "You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "Sei stato menzionato su \"{file}\", in un commento di un account che è stato eliminato", + "{user} mentioned you in a comment on \"{file}\"" : "{user} ti ha menzionato in un commento su \"{file}\"", + "Files app plugin to add comments to files" : "Estensione dell'applicazione File per aggiungere commenti ai file", "Edit comment" : "Modifica commento", - "[Deleted user]" : "[Utente eliminato]", - "No other comments available" : "Non sono disponibili altri commenti", - "More comments..." : "Altri commenti...", - "Save" : "Salva", - "Allowed characters {count} of {max}" : "Caratteri consentiti {count} di {max}", - "{count} unread comments" : "{count} commenti non letti", - "Comment" : "Commento" + "Delete comment" : "Elimina commento", + "Cancel edit" : "Annulla modifica", + "New comment" : "Nuovo commento", + "Write a comment …" : "Scrivi un commento...", + "Post comment" : "Pubblica commento", + "@ for mentions, : for emoji, / for smart picker" : "@ per menzioni, : per emoji, / per selettore intelligente", + "Could not reload comments" : "Impossibile ricaricare i commenti", + "Failed to mark comments as read" : "Impossibile segnare i commenti come letti", + "Unable to load the comments list" : "Impossibile caricare l'elenco dei commenti", + "No comments yet, start the conversation!" : "Ancora nessun commento, inizia la conversazione!", + "No more messages" : "Non ci sono altri messaggi", + "Retry" : "Riprova", + "_1 new comment_::_{unread} new comments_" : ["1 nuovo commento","{unread} nuovi commenti","{unread} nuovi commenti"], + "Comment" : "Commento", + "An error occurred while trying to edit the comment" : "Si è verificato un errore durante il tentativo di modificare il commento", + "Comment deleted" : "Commento eliminato", + "An error occurred while trying to delete the comment" : "Si è verificato un errore durante il tentativo di eliminare il commento", + "An error occurred while trying to create the comment" : "Si è verificato un errore durante il tentativo di creare il commento" }, -"nplurals=2; plural=(n != 1);"); +"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |