summaryrefslogtreecommitdiffstats
path: root/apps/files_external/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_external/l10n
parent61d5a522a4024cbb03e9375ed9e9be7a2121718e (diff)
downloadnextcloud-server-f8421958b3d06379c9dbfec49a16cf072dff7591.tar.gz
nextcloud-server-f8421958b3d06379c9dbfec49a16cf072dff7591.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_external/l10n')
-rw-r--r--apps/files_external/l10n/de_CH.js28
-rw-r--r--apps/files_external/l10n/de_CH.json26
-rw-r--r--apps/files_external/l10n/sk.js9
-rw-r--r--apps/files_external/l10n/sk.json7
4 files changed, 70 insertions, 0 deletions
diff --git a/apps/files_external/l10n/de_CH.js b/apps/files_external/l10n/de_CH.js
new file mode 100644
index 00000000000..b0039573097
--- /dev/null
+++ b/apps/files_external/l10n/de_CH.js
@@ -0,0 +1,28 @@
+OC.L10N.register(
+ "files_external",
+ {
+ "Please provide a valid Dropbox app key and secret." : "Bitte tragen Sie einen gültigen Dropbox-App-Key mit Secret ein.",
+ "External storage" : "Externer Speicher",
+ "Local" : "Lokal",
+ "Location" : "Ort",
+ "Port" : "Port",
+ "Host" : "Host",
+ "Username" : "Benutzername",
+ "Password" : "Passwort",
+ "Share" : "Freigeben",
+ "URL" : "URL",
+ "Access granted" : "Zugriff gestattet",
+ "Error configuring Dropbox storage" : "Fehler beim Einrichten von Dropbox",
+ "Grant access" : "Zugriff gestatten",
+ "Error configuring Google Drive storage" : "Fehler beim Einrichten von Google Drive",
+ "Personal" : "Persönlich",
+ "Saved" : "Gespeichert",
+ "Name" : "Name",
+ "External Storage" : "Externer Speicher",
+ "Folder name" : "Ordnername",
+ "Configuration" : "Konfiguration",
+ "Add storage" : "Speicher hinzufügen",
+ "Delete" : "Löschen",
+ "Enable User External Storage" : "Externen Speicher für Benutzer aktivieren"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/files_external/l10n/de_CH.json b/apps/files_external/l10n/de_CH.json
new file mode 100644
index 00000000000..955fae07f5b
--- /dev/null
+++ b/apps/files_external/l10n/de_CH.json
@@ -0,0 +1,26 @@
+{ "translations": {
+ "Please provide a valid Dropbox app key and secret." : "Bitte tragen Sie einen gültigen Dropbox-App-Key mit Secret ein.",
+ "External storage" : "Externer Speicher",
+ "Local" : "Lokal",
+ "Location" : "Ort",
+ "Port" : "Port",
+ "Host" : "Host",
+ "Username" : "Benutzername",
+ "Password" : "Passwort",
+ "Share" : "Freigeben",
+ "URL" : "URL",
+ "Access granted" : "Zugriff gestattet",
+ "Error configuring Dropbox storage" : "Fehler beim Einrichten von Dropbox",
+ "Grant access" : "Zugriff gestatten",
+ "Error configuring Google Drive storage" : "Fehler beim Einrichten von Google Drive",
+ "Personal" : "Persönlich",
+ "Saved" : "Gespeichert",
+ "Name" : "Name",
+ "External Storage" : "Externer Speicher",
+ "Folder name" : "Ordnername",
+ "Configuration" : "Konfiguration",
+ "Add storage" : "Speicher hinzufügen",
+ "Delete" : "Löschen",
+ "Enable User External Storage" : "Externen Speicher für Benutzer aktivieren"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/apps/files_external/l10n/sk.js b/apps/files_external/l10n/sk.js
new file mode 100644
index 00000000000..edae863703d
--- /dev/null
+++ b/apps/files_external/l10n/sk.js
@@ -0,0 +1,9 @@
+OC.L10N.register(
+ "files_external",
+ {
+ "Location" : "Poloha",
+ "Share" : "Zdieľať",
+ "Personal" : "Osobné",
+ "Delete" : "Odstrániť"
+},
+"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");
diff --git a/apps/files_external/l10n/sk.json b/apps/files_external/l10n/sk.json
new file mode 100644
index 00000000000..4d6a95caf3c
--- /dev/null
+++ b/apps/files_external/l10n/sk.json
@@ -0,0 +1,7 @@
+{ "translations": {
+ "Location" : "Poloha",
+ "Share" : "Zdieľať",
+ "Personal" : "Osobné",
+ "Delete" : "Odstrániť"
+},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"
+} \ No newline at end of file