diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-12-30 01:55:38 -0500 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-12-30 01:55:38 -0500 |
commit | 9ea96384900083b051a5ab78fb6ccf46aa4de47c (patch) | |
tree | f13b7653a61eafeceae2d4b1e519c40800e6e3f1 /apps | |
parent | e345f3f5114370bb84bd1f78c379fb3c8d172ca2 (diff) | |
download | nextcloud-server-9ea96384900083b051a5ab78fb6ccf46aa4de47c.tar.gz nextcloud-server-9ea96384900083b051a5ab78fb6ccf46aa4de47c.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/l10n/ak.php | 7 | ||||
-rw-r--r-- | apps/user_ldap/l10n/ak.php | 6 |
2 files changed, 13 insertions, 0 deletions
diff --git a/apps/files/l10n/ak.php b/apps/files/l10n/ak.php new file mode 100644 index 00000000000..f229792722d --- /dev/null +++ b/apps/files/l10n/ak.php @@ -0,0 +1,7 @@ +<?php +$TRANSLATIONS = array( +"_%n folder_::_%n folders_" => array("",""), +"_%n file_::_%n files_" => array("",""), +"_Uploading %n file_::_Uploading %n files_" => array("","") +); +$PLURAL_FORMS = "nplurals=2; plural=n > 1;"; diff --git a/apps/user_ldap/l10n/ak.php b/apps/user_ldap/l10n/ak.php new file mode 100644 index 00000000000..dd5f66761d6 --- /dev/null +++ b/apps/user_ldap/l10n/ak.php @@ -0,0 +1,6 @@ +<?php +$TRANSLATIONS = array( +"_%s group found_::_%s groups found_" => array("",""), +"_%s user found_::_%s users found_" => array("","") +); +$PLURAL_FORMS = "nplurals=2; plural=n > 1;"; |