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:
Diffstat (limited to 'apps/files_sharing/l10n/de_CH.php')
-rw-r--r--apps/files_sharing/l10n/de_CH.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/apps/files_sharing/l10n/de_CH.php b/apps/files_sharing/l10n/de_CH.php
deleted file mode 100644
index 2088d9a4030..00000000000
--- a/apps/files_sharing/l10n/de_CH.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Cancel" => "Abbrechen",
-"Shared by" => "Geteilt von",
-"The password is wrong. Try again." => "Das Passwort ist falsch. Bitte versuchen Sie es erneut.",
-"Password" => "Passwort",
-"Name" => "Name",
-"Sorry, this link doesn’t seem to work anymore." => "Entschuldigung, dieser Link scheint nicht mehr zu funktionieren.",
-"Reasons might be:" => "Gründe könnten sein:",
-"the item was removed" => "Das Element wurde entfernt",
-"the link expired" => "Der Link ist abgelaufen",
-"sharing is disabled" => "Teilen ist deaktiviert",
-"For more info, please ask the person who sent this link." => "Für mehr Informationen, fragen Sie bitte die Person, die Ihnen diesen Link geschickt hat.",
-"Download" => "Herunterladen"
-);
-$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";