diff options
Diffstat (limited to 'lib/l10n/ar.js')
-rw-r--r-- | lib/l10n/ar.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/l10n/ar.js b/lib/l10n/ar.js index e4cc5ca2131..2278cd621e3 100644 --- a/lib/l10n/ar.js +++ b/lib/l10n/ar.js @@ -39,6 +39,7 @@ OC.L10N.register( "Could not find category \"%s\"" : "تعذر العثور على المجلد \"%s\"", "Apps" : "التطبيقات", "A valid username must be provided" : "يجب ادخال اسم مستخدم صحيح", - "A valid password must be provided" : "يجب ادخال كلمة مرور صحيحة" + "A valid password must be provided" : "يجب ادخال كلمة مرور صحيحة", + "Storage not available" : "وحدة التخزين غير متوفرة " }, "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;"); |