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 /admin_migrate
parent555cc79c8da0b833f65c9822a60a8f49a9c211fa (diff)
remove obsolete languages
Diffstat (limited to 'admin_migrate')
-rw-r--r--admin_migrate/l10n/de_CH.js10
-rw-r--r--admin_migrate/l10n/de_CH.json8
2 files changed, 0 insertions, 18 deletions
diff --git a/admin_migrate/l10n/de_CH.js b/admin_migrate/l10n/de_CH.js
deleted file mode 100644
index 2eb4653c5..000000000
--- a/admin_migrate/l10n/de_CH.js
+++ /dev/null
@@ -1,10 +0,0 @@
-OC.L10N.register(
- "admin_migrate",
- {
- "Export data" : "Daten exportieren",
- "All system files and user data" : "Alle Systemdateien und Benutzerdaten",
- "Only system files" : "Nur Systemdateien",
- "Only user data" : "Nur Benutzerdaten",
- "Export" : "Exportieren"
-},
-"nplurals=2; plural=(n != 1);");
diff --git a/admin_migrate/l10n/de_CH.json b/admin_migrate/l10n/de_CH.json
deleted file mode 100644
index acac750e4..000000000
--- a/admin_migrate/l10n/de_CH.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{ "translations": {
- "Export data" : "Daten exportieren",
- "All system files and user data" : "Alle Systemdateien und Benutzerdaten",
- "Only system files" : "Nur Systemdateien",
- "Only user data" : "Nur Benutzerdaten",
- "Export" : "Exportieren"
-},"pluralForm" :"nplurals=2; plural=(n != 1);"
-} \ No newline at end of file