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
diff options
context:
space:
mode:
authorVolkan Gezer <volkangezer@gmail.com>2014-09-13 17:29:11 +0400
committerVolkan Gezer <volkangezer@gmail.com>2014-09-13 17:29:11 +0400
commit5d1fa60e0d4ea30848fa640ce657b7368e780af8 (patch)
tree58a8b6f5ca4faa7c095e659839a1988aab286bd7
parent518ed10c77081e7ecd24c1e41bf23d5794ff4de8 (diff)
remove obsolete language files
-rw-r--r--apps/files/l10n/fi.php5
-rw-r--r--apps/files/l10n/ka.php9
-rw-r--r--apps/files_external/l10n/ka.php5
-rw-r--r--apps/files_sharing/l10n/ka.php6
-rw-r--r--apps/files_trashbin/l10n/ka.php6
-rw-r--r--apps/user_ldap/l10n/ka.php8
-rw-r--r--core/l10n/fi.php6
-rw-r--r--core/l10n/ka.php17
-rw-r--r--lib/l10n/fi.php5
-rw-r--r--lib/l10n/ka.php17
-rw-r--r--settings/l10n/ka.php5
11 files changed, 0 insertions, 89 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;";
diff --git a/apps/files_external/l10n/ka.php b/apps/files_external/l10n/ka.php
deleted file mode 100644
index f6356d2cef8..00000000000
--- a/apps/files_external/l10n/ka.php
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Users" => "მომხმარებლები"
-);
-$PLURAL_FORMS = "nplurals=1; plural=0;";
diff --git a/apps/files_sharing/l10n/ka.php b/apps/files_sharing/l10n/ka.php
deleted file mode 100644
index a9b046e03b6..00000000000
--- a/apps/files_sharing/l10n/ka.php
+++ /dev/null
@@ -1,6 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Password" => "პაროლი",
-"Download" => "გადმოწერა"
-);
-$PLURAL_FORMS = "nplurals=1; plural=0;";
diff --git a/apps/files_trashbin/l10n/ka.php b/apps/files_trashbin/l10n/ka.php
deleted file mode 100644
index 70f10d7c0bf..00000000000
--- a/apps/files_trashbin/l10n/ka.php
+++ /dev/null
@@ -1,6 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"_%n folder_::_%n folders_" => array(""),
-"_%n file_::_%n files_" => array("")
-);
-$PLURAL_FORMS = "nplurals=1; plural=0;";
diff --git a/apps/user_ldap/l10n/ka.php b/apps/user_ldap/l10n/ka.php
deleted file mode 100644
index 23b6c93df86..00000000000
--- a/apps/user_ldap/l10n/ka.php
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"_%s group found_::_%s groups found_" => array(""),
-"_%s user found_::_%s users found_" => array(""),
-"Help" => "შველა",
-"Password" => "პაროლი"
-);
-$PLURAL_FORMS = "nplurals=1; plural=0;";
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;";
diff --git a/lib/l10n/fi.php b/lib/l10n/fi.php
deleted file mode 100644
index ac1f80a8f73..00000000000
--- a/lib/l10n/fi.php
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Settings" => "asetukset"
-);
-$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/lib/l10n/ka.php b/lib/l10n/ka.php
deleted file mode 100644
index 04fefe8bdf1..00000000000
--- a/lib/l10n/ka.php
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Help" => "შველა",
-"Personal" => "პერსონა",
-"Users" => "მომხმარებლები",
-"Admin" => "ადმინისტრატორი",
-"ZIP download is turned off." => "ZIP გადმოწერა გამორთულია",
-"Files" => "ფაილები",
-"seconds ago" => "წამის წინ",
-"_%n minute ago_::_%n minutes ago_" => array(""),
-"_%n hour ago_::_%n hours ago_" => array(""),
-"today" => "დღეს",
-"yesterday" => "გუშინ",
-"_%n day go_::_%n days ago_" => array(""),
-"_%n month ago_::_%n months ago_" => array("")
-);
-$PLURAL_FORMS = "nplurals=1; plural=0;";
diff --git a/settings/l10n/ka.php b/settings/l10n/ka.php
deleted file mode 100644
index e9024a3c1c9..00000000000
--- a/settings/l10n/ka.php
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Password" => "პაროლი"
-);
-$PLURAL_FORMS = "nplurals=1; plural=0;";