aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-11-21 02:54:26 -0500
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-11-21 02:54:26 -0500
commitf8421958b3d06379c9dbfec49a16cf072dff7591 (patch)
tree01f21076b1ccad88852479f54ebd6e1889588674 /apps/files_sharing/l10n
parent61d5a522a4024cbb03e9375ed9e9be7a2121718e (diff)
downloadnextcloud-server-f8421958b3d06379c9dbfec49a16cf072dff7591.tar.gz
nextcloud-server-f8421958b3d06379c9dbfec49a16cf072dff7591.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n')
-rw-r--r--apps/files_sharing/l10n/de_CH.js17
-rw-r--r--apps/files_sharing/l10n/de_CH.json15
-rw-r--r--apps/files_sharing/l10n/sk.js7
-rw-r--r--apps/files_sharing/l10n/sk.json5
4 files changed, 44 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);");
diff --git a/apps/files_sharing/l10n/de_CH.json b/apps/files_sharing/l10n/de_CH.json
new file mode 100644
index 00000000000..a161e06bae8
--- /dev/null
+++ b/apps/files_sharing/l10n/de_CH.json
@@ -0,0 +1,15 @@
+{ "translations": {
+ "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"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/apps/files_sharing/l10n/sk.js b/apps/files_sharing/l10n/sk.js
new file mode 100644
index 00000000000..aa385851497
--- /dev/null
+++ b/apps/files_sharing/l10n/sk.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "files_sharing",
+ {
+ "Cancel" : "Zrušiť",
+ "Download" : "Stiahnuť"
+},
+"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");
diff --git a/apps/files_sharing/l10n/sk.json b/apps/files_sharing/l10n/sk.json
new file mode 100644
index 00000000000..65bbffa4191
--- /dev/null
+++ b/apps/files_sharing/l10n/sk.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Cancel" : "Zrušiť",
+ "Download" : "Stiahnuť"
+},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"
+} \ No newline at end of file