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

github.com/nextcloud/external.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:22:27 +0300
committerNextcloud bot <bot@nextcloud.com>2018-05-17 03:22:27 +0300
commita775c59b847376aa1afbed81f0458820133fdd86 (patch)
treeea5557b40e48a1317ae7f59ea51db72129e6f2fa /l10n/uk.js
parentdaeea95ae588a5d7821f04df2d51112bff1895ec (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n/uk.js')
-rw-r--r--l10n/uk.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10n/uk.js b/l10n/uk.js
index 7082393..7a19e8c 100644
--- a/l10n/uk.js
+++ b/l10n/uk.js
@@ -42,4 +42,4 @@ OC.L10N.register(
"Saved!" : "Збережено!",
"Can not save site" : "Неможливо зберегти сайт"
},
-"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
+"nplurals=4; plural=( n % 1 == 0 && n % 10 =1 && n % 100 != 11) ? 1 : ( n %1 == 0 && ( n >= 2 && n <=4) && ( n % 100 <12 || n % 100 > 14)) ? 3 : ( n % 1 ==0 && (n% 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14));");