diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-01-14 01:55:16 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-01-14 01:55:16 -0500 |
commit | f367bbb49d3ad5266ad4ac0e2bdaabc74a51630e (patch) | |
tree | 71241613157606467aa134cf184540049c963f4b /apps/user_ldap/l10n | |
parent | c8fa85451c2481b6afb438f41f12144b2929d320 (diff) | |
download | nextcloud-server-f367bbb49d3ad5266ad4ac0e2bdaabc74a51630e.tar.gz nextcloud-server-f367bbb49d3ad5266ad4ac0e2bdaabc74a51630e.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_ldap/l10n')
-rw-r--r-- | apps/user_ldap/l10n/yo.js | 7 | ||||
-rw-r--r-- | apps/user_ldap/l10n/yo.json | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/yo.js b/apps/user_ldap/l10n/yo.js new file mode 100644 index 00000000000..37042a4f412 --- /dev/null +++ b/apps/user_ldap/l10n/yo.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "user_ldap", + { + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""] +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/yo.json b/apps/user_ldap/l10n/yo.json new file mode 100644 index 00000000000..521de7ba1a8 --- /dev/null +++ b/apps/user_ldap/l10n/yo.json @@ -0,0 +1,5 @@ +{ "translations": { + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""] +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file |