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.js')
-rw-r--r--apps/files_sharing/l10n/de_CH.js17
1 files changed, 17 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/de_CH.js b/apps/files_sharing/l10n/de_CH.js
new file mode 100644
index 00000000000..2cdb3d47c69
--- /dev/null
+++ b/apps/files_sharing/l10n/de_CH.js
@@ -0,0 +1,17 @@
+OC.L10N.register(
+ "files_sharing",
+ {
+ "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"
+},
+"nplurals=2; plural=(n != 1);");