diff options
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/l10n/lt_LT.js | 8 | ||||
-rw-r--r-- | apps/comments/l10n/lt_LT.json | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/apps/comments/l10n/lt_LT.js b/apps/comments/l10n/lt_LT.js index 929b531fb88..db734853e84 100644 --- a/apps/comments/l10n/lt_LT.js +++ b/apps/comments/l10n/lt_LT.js @@ -24,10 +24,10 @@ OC.L10N.register( "%1$s commented on %2$s" : "%1$s pakomentavo %2$s", "{author} commented on {file}" : "{author} pakomentavo {file}", "<strong>Comments</strong> for files" : "<strong>Failų komentarai</strong>", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s paminėjo jus komentare \"%2$s\"", - "{user} mentioned you in a comment on “{file}”" : "{user} paminėjo jus komentare “{file}”", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s jus paminėjo komentare \"%2$s\"", + "{user} mentioned you in a comment on “{file}”" : "{user} jus paminėjo komentare “{file}”", "Unknown user" : "Nežinomas naudotojas", - "A (now) deleted user mentioned you in a comment on “%s”" : "Ištrintas vartotojas paminėjo jus komentare \"%s\"", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Ištrintas vartotojas paminėjo jus komentare \"{file}\"" + "A (now) deleted user mentioned you in a comment on “%s”" : "Ištrintas vartotojas jus paminėjo komentare \"%s\"", + "A (now) deleted user mentioned you in a comment on “{file}”" : "Ištrintas vartotojas jus paminėjo komentare \"{file}\"" }, "nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/apps/comments/l10n/lt_LT.json b/apps/comments/l10n/lt_LT.json index 93a231580b2..4aa13a97397 100644 --- a/apps/comments/l10n/lt_LT.json +++ b/apps/comments/l10n/lt_LT.json @@ -22,10 +22,10 @@ "%1$s commented on %2$s" : "%1$s pakomentavo %2$s", "{author} commented on {file}" : "{author} pakomentavo {file}", "<strong>Comments</strong> for files" : "<strong>Failų komentarai</strong>", - "%1$s mentioned you in a comment on “%2$s”" : "%1$s paminėjo jus komentare \"%2$s\"", - "{user} mentioned you in a comment on “{file}”" : "{user} paminėjo jus komentare “{file}”", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s jus paminėjo komentare \"%2$s\"", + "{user} mentioned you in a comment on “{file}”" : "{user} jus paminėjo komentare “{file}”", "Unknown user" : "Nežinomas naudotojas", - "A (now) deleted user mentioned you in a comment on “%s”" : "Ištrintas vartotojas paminėjo jus komentare \"%s\"", - "A (now) deleted user mentioned you in a comment on “{file}”" : "Ištrintas vartotojas paminėjo jus komentare \"{file}\"" + "A (now) deleted user mentioned you in a comment on “%s”" : "Ištrintas vartotojas jus paminėjo komentare \"%s\"", + "A (now) deleted user mentioned you in a comment on “{file}”" : "Ištrintas vartotojas jus paminėjo komentare \"{file}\"" },"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);" }
\ No newline at end of file |