aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2014-09-15 17:31:10 +0200
committerLukas Reschke <lukas@owncloud.com>2014-09-15 17:31:10 +0200
commit627252fe816e9c56bec2fbd5dfb071d4f95797f8 (patch)
tree29fe1a986417e59a40a837e2f40546f58e6593e4 /core
parent06eb3b62c6fac31e3d816746d9945c7c0a889323 (diff)
parent5d1fa60e0d4ea30848fa640ce657b7368e780af8 (diff)
downloadnextcloud-server-627252fe816e9c56bec2fbd5dfb071d4f95797f8.tar.gz
nextcloud-server-627252fe816e9c56bec2fbd5dfb071d4f95797f8.zip
Merge pull request #11060 from owncloud/rmobslang
remove obsolete language files
Diffstat (limited to 'core')
-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;";