diff options
Diffstat (limited to 'apps/comments/l10n/ast.js')
-rw-r--r-- | apps/comments/l10n/ast.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/comments/l10n/ast.js b/apps/comments/l10n/ast.js index dda33336302..5090bea7f99 100644 --- a/apps/comments/l10n/ast.js +++ b/apps/comments/l10n/ast.js @@ -14,7 +14,6 @@ OC.L10N.register( "Error occurred while retrieving comment with id {id}" : "Asocedió un fallu entrín se recibía'l comentariu cola ID {id}", "Error occurred while updating comment with id {id}" : "Asocedió un fallu entrín s'anovaba'l comentariu cola ID {id}", "Error occurred while posting comment" : "Asocedieron fallos entrín s'espublizaba'l comentariu", - "{count} unread comments" : "{count} comentarios ensin lleer", "Comment" : "Comentariu", "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> pa ficheros", "You commented" : "Comentesti", @@ -23,6 +22,7 @@ OC.L10N.register( "%1$s commented on %2$s" : "%1$s comentó en %2$s", "Type in a new comment..." : "Teclexa un comentariu nuevu...", "No other comments available" : "Nun hai otros comentarios disponibles", - "More comments..." : "Más comentarios..." + "More comments..." : "Más comentarios...", + "{count} unread comments" : "{count} comentarios ensin lleer" }, "nplurals=2; plural=(n != 1);"); |