diff options
Diffstat (limited to 'apps/comments/l10n/it.js')
-rw-r--r-- | apps/comments/l10n/it.js | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/apps/comments/l10n/it.js b/apps/comments/l10n/it.js index dd6e5fd4a72..abe82ef884b 100644 --- a/apps/comments/l10n/it.js +++ b/apps/comments/l10n/it.js @@ -1,13 +1,24 @@ OC.L10N.register( "comments", { + "Comments" : "Commenti", + "You commented" : "Hai commentato", + "%1$s commented" : "%1$s ha commentato", + "{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", + "{author} commented on {file}" : "{author} ha commentato su {file}", + "<strong>Comments</strong> for files" : "<strong>Commenti</strong> sui file", + "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Sei stato menzionato su \"{file}\", in un commento di un utente 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", "Delete comment" : "Elimina commento", "New comment …" : "Nuovo commento...", "Post" : "Commento", "Cancel" : "Annulla", "[Deleted user]" : "[Utente eliminato]", - "Comments" : "Commenti", "No comments yet, start the conversation!" : "Ancora nessun commento, inizia la conversazione!", "More comments …" : "Altri commenti...", "Save" : "Salva", @@ -17,17 +28,6 @@ OC.L10N.register( "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"], "Comment" : "Commento", - "You commented" : "Hai commentato", - "%1$s commented" : "%1$s ha commentato", - "{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", - "{author} commented on {file}" : "{author} ha commentato su {file}", - "<strong>Comments</strong> for files" : "<strong>Commenti</strong> sui file", - "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Sei stato menzionato su \"{file}\", in un commento di un utente 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", "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Sei stato menzionato su \"%s\", in un commento di un utente che è stato eliminato", "%1$s mentioned you in a comment on “%2$s”" : "%1$s ti ha menzionato in un commento su \"%2$s\"" }, |