summaryrefslogtreecommitdiffstats
path: root/lib/private/l10n/nqo.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-10-02 00:21:11 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2013-10-02 00:21:11 +0200
commit7e9e23f2100f10bffd6ee5eaa6c1778b4a335676 (patch)
tree7f78366fa514bb444e466e7b2453c0b954382c18 /lib/private/l10n/nqo.php
parent0537960dccb5e9ef7e87d383304e09858d54557b (diff)
parent5ade595911261cf47cdad17deb4d1a013f523245 (diff)
downloadnextcloud-server-7e9e23f2100f10bffd6ee5eaa6c1778b4a335676.tar.gz
nextcloud-server-7e9e23f2100f10bffd6ee5eaa6c1778b4a335676.zip
Merge branch 'master' into apache-auth-master
Diffstat (limited to 'lib/private/l10n/nqo.php')
-rw-r--r--lib/private/l10n/nqo.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/private/l10n/nqo.php b/lib/private/l10n/nqo.php
new file mode 100644
index 00000000000..e7b09649a24
--- /dev/null
+++ b/lib/private/l10n/nqo.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;";