diff options
Diffstat (limited to 'apps/comments/l10n')
-rw-r--r-- | apps/comments/l10n/sk.js | 4 | ||||
-rw-r--r-- | apps/comments/l10n/sk.json | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/apps/comments/l10n/sk.js b/apps/comments/l10n/sk.js index d96a70d6bf6..f0faff23f82 100644 --- a/apps/comments/l10n/sk.js +++ b/apps/comments/l10n/sk.js @@ -25,6 +25,8 @@ OC.L10N.register( "You commented on {file}" : "Komentovali ste {file}", "%1$s commented on %2$s" : "%1$s komentoval %2$s", "{author} commented on {file}" : "{author} komentoval {file}", - "<strong>Comments</strong> for files" : "<strong>Komentáre</strong> pre súbory" + "<strong>Comments</strong> for files" : "<strong>Komentáre</strong> pre súbory", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s vás spomenul v komentári k \"%2$s\"", + "{user} mentioned you in a comment on “{file}”" : "{user} vás spomenul v komentári k “{file}”" }, "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/apps/comments/l10n/sk.json b/apps/comments/l10n/sk.json index b94a435b274..a20efdd5b30 100644 --- a/apps/comments/l10n/sk.json +++ b/apps/comments/l10n/sk.json @@ -23,6 +23,8 @@ "You commented on {file}" : "Komentovali ste {file}", "%1$s commented on %2$s" : "%1$s komentoval %2$s", "{author} commented on {file}" : "{author} komentoval {file}", - "<strong>Comments</strong> for files" : "<strong>Komentáre</strong> pre súbory" + "<strong>Comments</strong> for files" : "<strong>Komentáre</strong> pre súbory", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s vás spomenul v komentári k \"%2$s\"", + "{user} mentioned you in a comment on “{file}”" : "{user} vás spomenul v komentári k “{file}”" },"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" }
\ No newline at end of file |