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 eea958c58c7..a06ae9b1fce 100644 --- a/apps/comments/l10n/ast.js +++ b/apps/comments/l10n/ast.js @@ -24,10 +24,10 @@ OC.L10N.register( "%1$s commented on %2$s" : "%1$s comentó en %2$s", "{author} commented on {file}" : "{autor} comentó en {ficheru}", "<strong>Comments</strong> for files" : "<strong>Comentarios</strong> pa ficheros", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s mentóte nun comentariu de «%2$s»", "{user} mentioned you in a comment on “{file}”" : "{user} mentóte nun comentariu de «{file}»", "Unknown user" : "Usuariu desconocíu", "A (now) deleted user mentioned you in a comment on “%s”" : "Un usuariu (agora) desaniciáu mentóte nun comentariu de «%s»", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuariu (agora) desaniciáu mentóte nun comentariu de «{file}»" + "A (now) deleted user mentioned you in a comment on “{file}”" : "Un usuariu (agora) desaniciáu mentóte nun comentariu de «{file}»", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s mentóte nun comentariu de «%2$s»" }, "nplurals=2; plural=(n != 1);"); |