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-18 03:22:16 +0300
committerNextcloud bot <bot@nextcloud.com>2018-05-18 03:22:16 +0300
commit7ad619a4003c04619ebcab76e1ea7c55b86e8f2f (patch)
tree44e8d6cbd426bcb204f1bd50fb079a72b8da4780 /l10n/uk.js
parenta775c59b847376aa1afbed81f0458820133fdd86 (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 7a19e8c..1530427 100644
--- a/l10n/uk.js
+++ b/l10n/uk.js
@@ -42,4 +42,4 @@ OC.L10N.register(
"Saved!" : "Збережено!",
"Can not save site" : "Неможливо зберегти сайт"
},
-"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));");
+"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);");