summaryrefslogtreecommitdiffstats
path: root/core/l10n
diff options
context:
space:
mode:
authorVolkan Gezer <volkangezer@gmail.com>2014-09-13 15:29:11 +0200
committerVolkan Gezer <volkangezer@gmail.com>2014-09-13 15:29:11 +0200
commit5d1fa60e0d4ea30848fa640ce657b7368e780af8 (patch)
tree58a8b6f5ca4faa7c095e659839a1988aab286bd7 /core/l10n
parent518ed10c77081e7ecd24c1e41bf23d5794ff4de8 (diff)
downloadnextcloud-server-5d1fa60e0d4ea30848fa640ce657b7368e780af8.tar.gz
nextcloud-server-5d1fa60e0d4ea30848fa640ce657b7368e780af8.zip
remove obsolete language files
Diffstat (limited to 'core/l10n')
-rw-r--r--core/l10n/fi.php6
-rw-r--r--core/l10n/ka.php17
2 files changed, 0 insertions, 23 deletions
diff --git a/core/l10n/fi.php b/core/l10n/fi.php
deleted file mode 100644
index 956ab312337..00000000000
--- a/core/l10n/fi.php
+++ /dev/null
@@ -1,6 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Settings" => "asetukset",
-"Username" => "Käyttäjätunnus"
-);
-$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/core/l10n/ka.php b/core/l10n/ka.php
deleted file mode 100644
index 4805886c32c..00000000000
--- a/core/l10n/ka.php
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"seconds ago" => "წამის წინ",
-"_%n minute ago_::_%n minutes ago_" => array(""),
-"_%n hour ago_::_%n hours ago_" => array(""),
-"today" => "დღეს",
-"yesterday" => "გუშინ",
-"_%n day ago_::_%n days ago_" => array(""),
-"_%n month ago_::_%n months ago_" => array(""),
-"_{count} file conflict_::_{count} file conflicts_" => array(""),
-"Password" => "პაროლი",
-"Personal" => "პერსონა",
-"Users" => "მომხმარებლები",
-"Admin" => "ადმინისტრატორი",
-"Help" => "შველა"
-);
-$PLURAL_FORMS = "nplurals=1; plural=0;";