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

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolkan Gezer <volkangezer@gmail.com>2014-11-20 18:54:46 +0300
committerVolkan Gezer <volkangezer@gmail.com>2014-11-20 18:54:46 +0300
commit61d2051233fc10dbf7288f6ac679cb14b26a1b56 (patch)
tree0033f33e04540bdeeb52bca1019a638800a75b27 /user_migrate
parent555cc79c8da0b833f65c9822a60a8f49a9c211fa (diff)
remove obsolete languages
Diffstat (limited to 'user_migrate')
-rw-r--r--user_migrate/l10n/de_CH.js10
-rw-r--r--user_migrate/l10n/de_CH.json8
-rw-r--r--user_migrate/l10n/sk.php5
3 files changed, 0 insertions, 23 deletions
diff --git a/user_migrate/l10n/de_CH.js b/user_migrate/l10n/de_CH.js
deleted file mode 100644
index 508f4c086..000000000
--- a/user_migrate/l10n/de_CH.js
+++ /dev/null
@@ -1,10 +0,0 @@
-OC.L10N.register(
- "user_migrate",
- {
- "Export" : "Export",
- "Something went wrong while the export file was being generated" : "Beim Export der Datei ist etwas schiefgegangen.",
- "An error has occurred" : "Es ist ein Fehler aufgetreten.",
- "Account Export/Import" : "Konto Export/Import",
- "Import" : "Importieren"
-},
-"nplurals=2; plural=(n != 1);");
diff --git a/user_migrate/l10n/de_CH.json b/user_migrate/l10n/de_CH.json
deleted file mode 100644
index f89bf97da..000000000
--- a/user_migrate/l10n/de_CH.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{ "translations": {
- "Export" : "Export",
- "Something went wrong while the export file was being generated" : "Beim Export der Datei ist etwas schiefgegangen.",
- "An error has occurred" : "Es ist ein Fehler aufgetreten.",
- "Account Export/Import" : "Konto Export/Import",
- "Import" : "Importieren"
-},"pluralForm" :"nplurals=2; plural=(n != 1);"
-} \ No newline at end of file
diff --git a/user_migrate/l10n/sk.php b/user_migrate/l10n/sk.php
deleted file mode 100644
index 369d2b8d6..000000000
--- a/user_migrate/l10n/sk.php
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Import" => "ImportovaƄ"
-);
-$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";