summaryrefslogtreecommitdiffstats
path: root/lib/l10n/ar.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/l10n/ar.php')
-rw-r--r--lib/l10n/ar.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/l10n/ar.php b/lib/l10n/ar.php
index 6287a53d619..c8b51a3bb7e 100644
--- a/lib/l10n/ar.php
+++ b/lib/l10n/ar.php
@@ -56,6 +56,8 @@ $TRANSLATIONS = array(
"last month" => "الشهر الماضي",
"_%n month ago_::_%n months ago_" => array("","","","","",""),
"last year" => "السنةالماضية",
-"years ago" => "سنة مضت"
+"years ago" => "سنة مضت",
+"A valid username must be provided" => "يجب ادخال اسم مستخدم صحيح",
+"A valid password must be provided" => "يجب ادخال كلمة مرور صحيحة"
);
$PLURAL_FORMS = "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;";