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

github.com/nextcloud/survey_client.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:41:41 +0300
committerNextcloud bot <bot@nextcloud.com>2018-05-17 03:41:41 +0300
commit90a613fb4e8355aa01e20c921bec1fd566c2e9e4 (patch)
treeb5eb78f85baa26c02e33933bdc707f02f4065956 /l10n/lt_LT.js
parent91d322433a987e38a6f4d20cbd4164dbcb296fd4 (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 9024202..2fd71ed 100644
--- a/l10n/lt_LT.js
+++ b/l10n/lt_LT.js
@@ -11,4 +11,4 @@ OC.L10N.register(
"You can help us to improve Nextcloud by sending us some data about your current setup and usage." : "Padėkite mums tobulinti Nextcloud, siųsdami mums kai kuriuos duomenis apie savo esamą sąranką bei naudojimą.",
"Sent on: %s" : "Išsiųstas: %s"
},
-"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);");