summaryrefslogtreecommitdiffstats
path: root/lib/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-12-09 06:40:22 -0500
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-12-09 06:40:22 -0500
commit6aab1ebf446790ee31a306d55ce2747a56a66f1c (patch)
treec6cbf1d76b9a013ccf9b65d394792045912831d0 /lib/l10n
parentbc3650e48c7ec4f05794c2bd98a90cca3090f1e3 (diff)
downloadnextcloud-server-6aab1ebf446790ee31a306d55ce2747a56a66f1c.tar.gz
nextcloud-server-6aab1ebf446790ee31a306d55ce2747a56a66f1c.zip
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r--lib/l10n/az.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/l10n/az.php b/lib/l10n/az.php
new file mode 100644
index 00000000000..e7b09649a24
--- /dev/null
+++ b/lib/l10n/az.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=1; plural=0;";