summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2014-03-26 01:56:21 -0400
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2014-03-26 01:56:21 -0400
commit75d8de378cd355671c310bcb62c35504a5c03f0a (patch)
tree9687cd02e73a92b27bb4c1ec22cb0eaffd625c69 /lib
parent743ca4581dc6cb5fcb6e7a3013f36293061266fb (diff)
downloadnextcloud-server-75d8de378cd355671c310bcb62c35504a5c03f0a.tar.gz
nextcloud-server-75d8de378cd355671c310bcb62c35504a5c03f0a.zip
[tx-robot] updated from transifex
Diffstat (limited to 'lib')
-rw-r--r--lib/l10n/am_ET.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/l10n/am_ET.php b/lib/l10n/am_ET.php
new file mode 100644
index 00000000000..15f78e0bce6
--- /dev/null
+++ b/lib/l10n/am_ET.php
@@ -0,0 +1,8 @@
+<?php
+$TRANSLATIONS = array(
+"_%n minute ago_::_%n minutes ago_" => array("",""),
+"_%n hour ago_::_%n hours ago_" => array("",""),
+"_%n day go_::_%n days ago_" => array("",""),
+"_%n month ago_::_%n months ago_" => array("","")
+);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";