diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-12-09 06:40:22 -0500 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-12-09 06:40:22 -0500 |
commit | 6aab1ebf446790ee31a306d55ce2747a56a66f1c (patch) | |
tree | c6cbf1d76b9a013ccf9b65d394792045912831d0 /apps/files/l10n | |
parent | bc3650e48c7ec4f05794c2bd98a90cca3090f1e3 (diff) | |
download | nextcloud-server-6aab1ebf446790ee31a306d55ce2747a56a66f1c.tar.gz nextcloud-server-6aab1ebf446790ee31a306d55ce2747a56a66f1c.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n')
-rw-r--r-- | apps/files/l10n/az.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/files/l10n/az.php b/apps/files/l10n/az.php new file mode 100644 index 00000000000..70ab6572ba4 --- /dev/null +++ b/apps/files/l10n/az.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=1; plural=0;"; |