Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2015-02-19 14:00:53 +0300
committerJoas Schilling <nickvergessen@gmx.de>2015-02-19 14:00:53 +0300
commit42c6963acc53149770978111c9e2b21ecaf8d7ed (patch)
tree2daaf30d7f2e7c2ed47cd142fcbd37fb6652cc07 /core
parentcb3060c940713ec5b8fe8d5a70b705effeefdf7e (diff)
Remove old l10n files
Diffstat (limited to 'core')
-rw-r--r--core/l10n/af.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/core/l10n/af.php b/core/l10n/af.php
deleted file mode 100644
index ffcdde48d47..00000000000
--- a/core/l10n/af.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"_%n minute ago_::_%n minutes ago_" => array("",""),
-"_%n hour ago_::_%n hours ago_" => array("",""),
-"_%n day ago_::_%n days ago_" => array("",""),
-"_%n month ago_::_%n months ago_" => array("",""),
-"_{count} file conflict_::_{count} file conflicts_" => array("","")
-);
-$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";