summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n
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 /apps/files/l10n
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 'apps/files/l10n')
-rw-r--r--apps/files/l10n/fi.php5
-rw-r--r--apps/files/l10n/ka.php9
2 files changed, 0 insertions, 14 deletions
diff --git a/apps/files/l10n/fi.php b/apps/files/l10n/fi.php
deleted file mode 100644
index 43770829397..00000000000
--- a/apps/files/l10n/fi.php
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Save" => "tallentaa"
-);
-$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/apps/files/l10n/ka.php b/apps/files/l10n/ka.php
deleted file mode 100644
index 544e8168c54..00000000000
--- a/apps/files/l10n/ka.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Files" => "ფაილები",
-"_%n folder_::_%n folders_" => array(""),
-"_%n file_::_%n files_" => array(""),
-"_Uploading %n file_::_Uploading %n files_" => array(""),
-"Download" => "გადმოწერა"
-);
-$PLURAL_FORMS = "nplurals=1; plural=0;";