diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-05-13 01:55:14 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-05-13 01:55:14 -0400 |
commit | 504586aec652980ae8b29d0ac7d39aa1007f90f6 (patch) | |
tree | 25a7b527d498fe9d068452396e268b70274e5259 /apps/user_ldap/l10n/be.js | |
parent | b626de0b9f135e2993496a8d18f3200dfab72337 (diff) | |
download | nextcloud-server-504586aec652980ae8b29d0ac7d39aa1007f90f6.tar.gz nextcloud-server-504586aec652980ae8b29d0ac7d39aa1007f90f6.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_ldap/l10n/be.js')
-rw-r--r-- | apps/user_ldap/l10n/be.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/l10n/be.js b/apps/user_ldap/l10n/be.js index dda51e8ac42..99117026327 100644 --- a/apps/user_ldap/l10n/be.js +++ b/apps/user_ldap/l10n/be.js @@ -3,4 +3,4 @@ OC.L10N.register( { "Advanced" : "Дасведчаны" }, -"nplurals=4; 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%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); |