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-07-25 03:19:21 +0300
committerNextcloud bot <bot@nextcloud.com>2017-07-25 03:19:21 +0300
commiteb50bf86730af09520bbfde40d6d21078658e3ea (patch)
tree47fdb47d2af2b6158a586c2917bf307bbb759b3d
parent5c98c7cef8c6e52ecbefcaa760df7402bd2b7406 (diff)
[tx-robot] updated from transifexv11.0.4
-rw-r--r--l10n/ar.js4
-rw-r--r--l10n/ar.json4
-rw-r--r--l10n/ro.js2
-rw-r--r--l10n/ro.json2
4 files changed, 8 insertions, 4 deletions
diff --git a/l10n/ar.js b/l10n/ar.js
index 364a6fc..469626c 100644
--- a/l10n/ar.js
+++ b/l10n/ar.js
@@ -2,6 +2,8 @@ OC.L10N.register(
"notifications",
{
"Notifications" : "الإخطارات",
- "No notifications" : "لا توجد هناك إخطارات"
+ "No notifications" : "لا توجد هناك إخطارات",
+ "Dismiss" : "رفض",
+ "in {path}" : "في {المسار}"
},
"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");
diff --git a/l10n/ar.json b/l10n/ar.json
index ce749a0..08d6910 100644
--- a/l10n/ar.json
+++ b/l10n/ar.json
@@ -1,5 +1,7 @@
{ "translations": {
"Notifications" : "الإخطارات",
- "No notifications" : "لا توجد هناك إخطارات"
+ "No notifications" : "لا توجد هناك إخطارات",
+ "Dismiss" : "رفض",
+ "in {path}" : "في {المسار}"
},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"
} \ No newline at end of file
diff --git a/l10n/ro.js b/l10n/ro.js
index c63db35..e68b6a1 100644
--- a/l10n/ro.js
+++ b/l10n/ro.js
@@ -3,7 +3,7 @@ OC.L10N.register(
{
"Notifications" : "Notificări",
"No notifications" : "Nu sunt notificări",
- "Dismiss" : "Înlătură",
+ "Dismiss" : "Elimină",
"in {path}" : "în {path}"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");
diff --git a/l10n/ro.json b/l10n/ro.json
index caf1796..a3060cb 100644
--- a/l10n/ro.json
+++ b/l10n/ro.json
@@ -1,7 +1,7 @@
{ "translations": {
"Notifications" : "Notificări",
"No notifications" : "Nu sunt notificări",
- "Dismiss" : "Înlătură",
+ "Dismiss" : "Elimină",
"in {path}" : "în {path}"
},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"
} \ No newline at end of file