Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-08-14 03:19:26 +0300
committerNextcloud bot <bot@nextcloud.com>2017-08-14 03:19:26 +0300
commitcd14f7efd7151b88ff2d7603ee0663c5f35d0219 (patch)
tree5fb729e19d1d38ad4aff9bed2f75c05e317eec94
parentf881344a788c41c45b3825fc371666b87e4ff512 (diff)
[tx-robot] updated from transifexv12.0.2
-rw-r--r--l10n/de.js2
-rw-r--r--l10n/de.json2
-rw-r--r--l10n/de_DE.js2
-rw-r--r--l10n/de_DE.json2
-rw-r--r--l10n/et_EE.js6
-rw-r--r--l10n/et_EE.json4
6 files changed, 14 insertions, 4 deletions
diff --git a/l10n/de.js b/l10n/de.js
index d6fbc2e..68347d5 100644
--- a/l10n/de.js
+++ b/l10n/de.js
@@ -3,7 +3,7 @@ OC.L10N.register(
{
"Notifications" : "Benachrichtigungen",
"No notifications" : "Keine Benachrichtigungen",
- "Dismiss" : "Löschen",
+ "Dismiss" : "Verwerfen",
"in {path}" : "in {path}"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/de.json b/l10n/de.json
index 59085db..bcf51bd 100644
--- a/l10n/de.json
+++ b/l10n/de.json
@@ -1,7 +1,7 @@
{ "translations": {
"Notifications" : "Benachrichtigungen",
"No notifications" : "Keine Benachrichtigungen",
- "Dismiss" : "Löschen",
+ "Dismiss" : "Verwerfen",
"in {path}" : "in {path}"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/de_DE.js b/l10n/de_DE.js
index d6fbc2e..68347d5 100644
--- a/l10n/de_DE.js
+++ b/l10n/de_DE.js
@@ -3,7 +3,7 @@ OC.L10N.register(
{
"Notifications" : "Benachrichtigungen",
"No notifications" : "Keine Benachrichtigungen",
- "Dismiss" : "Löschen",
+ "Dismiss" : "Verwerfen",
"in {path}" : "in {path}"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/de_DE.json b/l10n/de_DE.json
index 59085db..bcf51bd 100644
--- a/l10n/de_DE.json
+++ b/l10n/de_DE.json
@@ -1,7 +1,7 @@
{ "translations": {
"Notifications" : "Benachrichtigungen",
"No notifications" : "Keine Benachrichtigungen",
- "Dismiss" : "Löschen",
+ "Dismiss" : "Verwerfen",
"in {path}" : "in {path}"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/et_EE.js b/l10n/et_EE.js
new file mode 100644
index 0000000..94523f0
--- /dev/null
+++ b/l10n/et_EE.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "notifications",
+ {
+ "Notifications" : "Märguanded"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/et_EE.json b/l10n/et_EE.json
new file mode 100644
index 0000000..82e2fe2
--- /dev/null
+++ b/l10n/et_EE.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "Notifications" : "Märguanded"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file