summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_trashbin/l10n')
-rw-r--r--apps/files_trashbin/l10n/de_CH.js15
-rw-r--r--apps/files_trashbin/l10n/de_CH.json13
-rw-r--r--apps/files_trashbin/l10n/sk.js6
-rw-r--r--apps/files_trashbin/l10n/sk.json4
-rw-r--r--apps/files_trashbin/l10n/ur.js6
-rw-r--r--apps/files_trashbin/l10n/ur.json4
6 files changed, 48 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/de_CH.js b/apps/files_trashbin/l10n/de_CH.js
new file mode 100644
index 00000000000..70a428d4c93
--- /dev/null
+++ b/apps/files_trashbin/l10n/de_CH.js
@@ -0,0 +1,15 @@
+OC.L10N.register(
+ "files_trashbin",
+ {
+ "Couldn't delete %s permanently" : "Konnte %s nicht dauerhaft löschen",
+ "Couldn't restore %s" : "Konnte %s nicht wiederherstellen",
+ "Deleted files" : "Gelöschte Dateien",
+ "Restore" : "Wiederherstellen",
+ "Error" : "Fehler",
+ "restored" : "Wiederhergestellt",
+ "Nothing in here. Your trash bin is empty!" : "Nichts zu löschen, Ihr Papierkorb ist leer!",
+ "Name" : "Name",
+ "Deleted" : "Gelöscht",
+ "Delete" : "Löschen"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/files_trashbin/l10n/de_CH.json b/apps/files_trashbin/l10n/de_CH.json
new file mode 100644
index 00000000000..497b6c35d55
--- /dev/null
+++ b/apps/files_trashbin/l10n/de_CH.json
@@ -0,0 +1,13 @@
+{ "translations": {
+ "Couldn't delete %s permanently" : "Konnte %s nicht dauerhaft löschen",
+ "Couldn't restore %s" : "Konnte %s nicht wiederherstellen",
+ "Deleted files" : "Gelöschte Dateien",
+ "Restore" : "Wiederherstellen",
+ "Error" : "Fehler",
+ "restored" : "Wiederhergestellt",
+ "Nothing in here. Your trash bin is empty!" : "Nichts zu löschen, Ihr Papierkorb ist leer!",
+ "Name" : "Name",
+ "Deleted" : "Gelöscht",
+ "Delete" : "Löschen"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/apps/files_trashbin/l10n/sk.js b/apps/files_trashbin/l10n/sk.js
new file mode 100644
index 00000000000..1b73b5f3afa
--- /dev/null
+++ b/apps/files_trashbin/l10n/sk.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "files_trashbin",
+ {
+ "Delete" : "Odstrániť"
+},
+"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");
diff --git a/apps/files_trashbin/l10n/sk.json b/apps/files_trashbin/l10n/sk.json
new file mode 100644
index 00000000000..418f8874a6f
--- /dev/null
+++ b/apps/files_trashbin/l10n/sk.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "Delete" : "Odstrániť"
+},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"
+} \ No newline at end of file
diff --git a/apps/files_trashbin/l10n/ur.js b/apps/files_trashbin/l10n/ur.js
new file mode 100644
index 00000000000..cfdfd802748
--- /dev/null
+++ b/apps/files_trashbin/l10n/ur.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "files_trashbin",
+ {
+ "Error" : "خرابی"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/files_trashbin/l10n/ur.json b/apps/files_trashbin/l10n/ur.json
new file mode 100644
index 00000000000..1c1fc3d16c1
--- /dev/null
+++ b/apps/files_trashbin/l10n/ur.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "Error" : "خرابی"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file