diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-10-07 09:59:15 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-10-07 09:59:15 +0200 |
commit | dbdf34402c8670e0230b141fafa9fd48a1c01757 (patch) | |
tree | ffec2fbdd97dcd4732f672671a435139485b61d1 /lib/private/l10n/ach.php | |
parent | 46fdb449a4eb87fe7ab2b0c2c96b61f52c37a150 (diff) | |
download | nextcloud-server-dbdf34402c8670e0230b141fafa9fd48a1c01757.tar.gz nextcloud-server-dbdf34402c8670e0230b141fafa9fd48a1c01757.zip |
remove outdated translation files
Diffstat (limited to 'lib/private/l10n/ach.php')
-rw-r--r-- | lib/private/l10n/ach.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/private/l10n/ach.php b/lib/private/l10n/ach.php deleted file mode 100644 index 406ff5f5a26..00000000000 --- a/lib/private/l10n/ach.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=2; plural=(n > 1);"; |