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/en@pirate.php | |
parent | 46fdb449a4eb87fe7ab2b0c2c96b61f52c37a150 (diff) | |
download | nextcloud-server-dbdf34402c8670e0230b141fafa9fd48a1c01757.tar.gz nextcloud-server-dbdf34402c8670e0230b141fafa9fd48a1c01757.zip |
remove outdated translation files
Diffstat (limited to 'lib/private/l10n/en@pirate.php')
-rw-r--r-- | lib/private/l10n/en@pirate.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/private/l10n/en@pirate.php b/lib/private/l10n/en@pirate.php deleted file mode 100644 index a8175b1400f..00000000000 --- a/lib/private/l10n/en@pirate.php +++ /dev/null @@ -1,9 +0,0 @@ -<?php -$TRANSLATIONS = array( -"web services under your control" => "web services under your control", -"_%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);"; |