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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--l10n/ar.js1
-rw-r--r--l10n/ar.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/l10n/ar.js b/l10n/ar.js
index 565ab3e07..a71464ad9 100644
--- a/l10n/ar.js
+++ b/l10n/ar.js
@@ -6,6 +6,7 @@ OC.L10N.register(
"Add link" : "إضافة رابط",
"Edit" : "تعديل",
"Undo" : "تراجع",
+ "Bold" : "غامق",
"Italic" : "مائل"
},
"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 19a8d5cd2..5bbf653c0 100644
--- a/l10n/ar.json
+++ b/l10n/ar.json
@@ -4,6 +4,7 @@
"Add link" : "إضافة رابط",
"Edit" : "تعديل",
"Undo" : "تراجع",
+ "Bold" : "غامق",
"Italic" : "مائل"
},"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