diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2014-03-26 01:56:21 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2014-03-26 01:56:21 -0400 |
commit | 75d8de378cd355671c310bcb62c35504a5c03f0a (patch) | |
tree | 9687cd02e73a92b27bb4c1ec22cb0eaffd625c69 /apps/files/l10n/am_ET.php | |
parent | 743ca4581dc6cb5fcb6e7a3013f36293061266fb (diff) | |
download | nextcloud-server-75d8de378cd355671c310bcb62c35504a5c03f0a.tar.gz nextcloud-server-75d8de378cd355671c310bcb62c35504a5c03f0a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/am_ET.php')
-rw-r--r-- | apps/files/l10n/am_ET.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/files/l10n/am_ET.php b/apps/files/l10n/am_ET.php new file mode 100644 index 00000000000..0157af093e9 --- /dev/null +++ b/apps/files/l10n/am_ET.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);"; |