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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
authorVolkan Gezer <volkangezer@gmail.com>2014-11-20 17:02:46 +0300
committerVolkan Gezer <volkangezer@gmail.com>2014-11-20 17:02:46 +0300
commitb04f2e7fb7d379a0c0ea4f61a4d292846f91b8b6 (patch)
treefa93e903866565e33ca272e6c6a4821b9c34e3bf /l10n
parentbf2f048a3b1e58b3438152cf3fe05e004fceb755 (diff)
remove obsolete langs. #11274
Diffstat (limited to 'l10n')
-rw-r--r--l10n/de_CH.php16
-rw-r--r--l10n/sk.php3
2 files changed, 0 insertions, 19 deletions
diff --git a/l10n/de_CH.php b/l10n/de_CH.php
deleted file mode 100644
index 8f4066a6a..000000000
--- a/l10n/de_CH.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Error" => "Fehler",
-"Connecting ..." => "Verbinde...",
-"Unknown error" => "Unbekannter Fehler",
-"Connect" => "Verbinden",
-"Server Error" => "Serverfehler",
-"Send" => "Senden",
-"Reply" => "Antwort",
-"New Message" => "Neue Nachricht",
-"Subject" => "Betreff",
-"Connect your mail account" => "Ihr E-Mail-Konto verbinden",
-"Mail Address" => "E-Mail-Adresse",
-"IMAP Password" => "IMAP-Passwort"
-);
-$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/l10n/sk.php b/l10n/sk.php
deleted file mode 100644
index 2fca90fd8..000000000
--- a/l10n/sk.php
+++ /dev/null
@@ -1,3 +0,0 @@
-<?php $TRANSLATIONS = array(
-"To" => "Do"
-);