summaryrefslogtreecommitdiffstats
path: root/lib/private/l10n/nqo.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-10-07 09:59:15 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2013-10-07 09:59:15 +0200
commitdbdf34402c8670e0230b141fafa9fd48a1c01757 (patch)
treeffec2fbdd97dcd4732f672671a435139485b61d1 /lib/private/l10n/nqo.php
parent46fdb449a4eb87fe7ab2b0c2c96b61f52c37a150 (diff)
downloadnextcloud-server-dbdf34402c8670e0230b141fafa9fd48a1c01757.tar.gz
nextcloud-server-dbdf34402c8670e0230b141fafa9fd48a1c01757.zip
remove outdated translation files
Diffstat (limited to 'lib/private/l10n/nqo.php')
-rw-r--r--lib/private/l10n/nqo.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/private/l10n/nqo.php b/lib/private/l10n/nqo.php
deleted file mode 100644
index e7b09649a24..00000000000
--- a/lib/private/l10n/nqo.php
+++ /dev/null
@@ -1,8 +0,0 @@
-<?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;";