diff options
Diffstat (limited to 'apps/comments/l10n/ast.js')
-rw-r--r-- | apps/comments/l10n/ast.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/comments/l10n/ast.js b/apps/comments/l10n/ast.js index 205027d208b..b811497f243 100644 --- a/apps/comments/l10n/ast.js +++ b/apps/comments/l10n/ast.js @@ -3,7 +3,6 @@ OC.L10N.register( { "Comments" : "Comentarios", "You commented" : "Comentesti", - "%1$s commented" : "%1$s comentó", "{author} commented" : "{author} comentó", "You commented on %1$s" : "Comentesti en %1$s", "You commented on {file}" : "Comentesti en {file}", @@ -16,6 +15,7 @@ OC.L10N.register( "Retry" : "Retentar", "_%n unread comment_::_%n unread comments_" : ["%n comentariu ensin lleer","%n comentarios ensin lleer"], "Comment" : "Comentariu", + "%1$s commented" : "%1$s comentó", "{user} mentioned you in a comment on “{file}”" : "{user} mentóte nun comentariu de «{file}»" }, "nplurals=2; plural=(n != 1);"); |