diff options
Diffstat (limited to 'apps/comments/l10n/sk.js')
-rw-r--r-- | apps/comments/l10n/sk.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/comments/l10n/sk.js b/apps/comments/l10n/sk.js index 0854a947ea7..5e473d01861 100644 --- a/apps/comments/l10n/sk.js +++ b/apps/comments/l10n/sk.js @@ -26,9 +26,9 @@ OC.L10N.register( "%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", - "A (now) deleted user mentioned you in a comment on “%s”" : "Teraz už odstránený používateľ vás spomenul v komentári k \"%s\"", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Teraz už odstránený používateľ vás spomenul v komentári k \"{file}\"", "%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}”" + "{user} mentioned you in a comment on “{file}”" : "{user} vás spomenul v komentári k “{file}”", + "A (now) deleted user mentioned you in a comment on “%s”" : "Teraz už odstránený používateľ vás spomenul v komentári k \"%s\"", + "A (now) deleted user mentioned you in a comment on “{file}”" : "Teraz už odstránený používateľ vás spomenul v komentári k \"{file}\"" }, "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); |