Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-05-17 03:39:18 +0300
committerNextcloud bot <bot@nextcloud.com>2018-05-17 03:39:18 +0300
commit705b715fbe2845e9520566d69c6720307be25776 (patch)
tree1863906d5e3682fd0bd7b0a104c36a06cf0624ab /l10n/lt_LT.js
parent4252e70ddd36b44a75db6185f6cbfab65fa8b959 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n/lt_LT.js')
-rw-r--r--l10n/lt_LT.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10n/lt_LT.js b/l10n/lt_LT.js
index 0ccd2946..41409b64 100644
--- a/l10n/lt_LT.js
+++ b/l10n/lt_LT.js
@@ -39,4 +39,4 @@ OC.L10N.register(
"Guest %s" : "Svečias %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Šios nuorodos laikas pasibaigė, arba jos niekada nebuvo. Išsamesnei informacijai, prašome susisiekti su asmeniu kuris pradėjo bendrinti šią nuorodą su jumis."
},
-"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);");
+"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 1 : (n%10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 3 : n % 1 != 0 ? 4);");