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

github.com/nextcloud/ransomware_protection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2019-07-13 05:46:17 +0300
committerNextcloud bot <bot@nextcloud.com>2019-07-13 05:46:17 +0300
commit534cd91e123d249fe8d715f2e710c00fafe856bf (patch)
tree5bdfc8420c65d67af6cbc7e9768b55d5829c3cd2
parent87e61319c7d03fa7a3927d176a62634731821b8c (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/eu.js7
-rw-r--r--l10n/eu.json5
-rw-r--r--l10n/sl.js9
-rw-r--r--l10n/sl.json7
4 files changed, 28 insertions, 0 deletions
diff --git a/l10n/eu.js b/l10n/eu.js
new file mode 100644
index 0000000..75dac61
--- /dev/null
+++ b/l10n/eu.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "ransomware_protection",
+ {
+ "I need help!" : "Laguntza behar dut!",
+ "I will help" : "Lagunduko dut"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/eu.json b/l10n/eu.json
new file mode 100644
index 0000000..5e3c64b
--- /dev/null
+++ b/l10n/eu.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "I need help!" : "Laguntza behar dut!",
+ "I will help" : "Lagunduko dut"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/sl.js b/l10n/sl.js
new file mode 100644
index 0000000..ad6bee0
--- /dev/null
+++ b/l10n/sl.js
@@ -0,0 +1,9 @@
+OC.L10N.register(
+ "ransomware_protection",
+ {
+ "Ransomware protection" : "Zaščita Ransomware",
+ "I need help!" : "Potrebujem pomoč!",
+ "I will help" : "Želim pomagati.",
+ "Re-enable protection now" : "Ponovno omogoči zaščito"
+},
+"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");
diff --git a/l10n/sl.json b/l10n/sl.json
new file mode 100644
index 0000000..2971ea6
--- /dev/null
+++ b/l10n/sl.json
@@ -0,0 +1,7 @@
+{ "translations": {
+ "Ransomware protection" : "Zaščita Ransomware",
+ "I need help!" : "Potrebujem pomoč!",
+ "I will help" : "Želim pomagati.",
+ "Re-enable protection now" : "Ponovno omogoči zaščito"
+},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
+} \ No newline at end of file