diff options
Diffstat (limited to 'apps/comments/l10n/it.js')
-rw-r--r-- | apps/comments/l10n/it.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/comments/l10n/it.js b/apps/comments/l10n/it.js index 5b6db58ce91..e9f41e0c638 100644 --- a/apps/comments/l10n/it.js +++ b/apps/comments/l10n/it.js @@ -27,8 +27,6 @@ OC.L10N.register( "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", - "%1$s commented" : "%1$s ha commentato", - "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}\"." + "%1$s commented" : "%1$s ha commentato" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |