aboutsummaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/it.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/comments/l10n/it.js')
-rw-r--r--apps/comments/l10n/it.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/comments/l10n/it.js b/apps/comments/l10n/it.js
index 7316fd4d5c5..e2ddcb6d743 100644
--- a/apps/comments/l10n/it.js
+++ b/apps/comments/l10n/it.js
@@ -15,7 +15,6 @@ OC.L10N.register(
"Error occurred while retrieving comment with id {id}" : "Si è verificato un errore durante il tentativo di 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.",
- "{count} unread comments" : "{count} commenti non letti",
"Comment" : "Commento",
"<strong>Comments</strong> for files" : "<strong>Commenti</strong> sui file",
"You commented" : "Hai commentato",
@@ -24,6 +23,7 @@ OC.L10N.register(
"%1$s commented on %2$s" : "%1$s ha commentato %2$s",
"Type in a new comment..." : "Digita un nuovo commento...",
"No other comments available" : "Non sono disponibili altri commenti",
- "More comments..." : "Altri commenti..."
+ "More comments..." : "Altri commenti...",
+ "{count} unread comments" : "{count} commenti non letti"
},
"nplurals=2; plural=(n != 1);");