summaryrefslogtreecommitdiffstats
path: root/lib/l10n/uk.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-05-18 00:14:09 +0000
committerNextcloud bot <bot@nextcloud.com>2018-05-18 00:14:09 +0000
commitc101ad3a653ec2fe609b0300b606e68de07f8959 (patch)
tree212a18292109807193494b5c210c7bd1016eca68 /lib/l10n/uk.js
parentb08e53d3650f2288432c09049aa75dccb3802109 (diff)
downloadnextcloud-server-c101ad3a653ec2fe609b0300b606e68de07f8959.tar.gz
nextcloud-server-c101ad3a653ec2fe609b0300b606e68de07f8959.zip
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/uk.js')
-rw-r--r--lib/l10n/uk.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/l10n/uk.js b/lib/l10n/uk.js
index e07da8b738f..4c75023395c 100644
--- a/lib/l10n/uk.js
+++ b/lib/l10n/uk.js
@@ -115,4 +115,4 @@ OC.L10N.register(
"Storage connection error. %s" : "Помилка з'єднання зі сховищем. %s",
"Storage connection timeout. %s" : "Час під'єднання до сховища вичерпався. %s"
},
-"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);");