diff options
Diffstat (limited to 'core/l10n/ar.js')
-rw-r--r-- | core/l10n/ar.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/l10n/ar.js b/core/l10n/ar.js index 77270c4f327..a50044cd656 100644 --- a/core/l10n/ar.js +++ b/core/l10n/ar.js @@ -183,6 +183,7 @@ OC.L10N.register( "Search" : "البحث", "An error occurred while searching for {type}" : "حدث خطأ أثناء البحث عن {type}", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["من فضلك ادخل أحرف {minSearchLength} أو أكثر للبحث","من فضلك ادخل أحرف {minSearchLength} أو أكثر للبحث","من فضلك ادخل أحرف {minSearchLength} أو أكثر للبحث","من فضلك ادخل أحرف {minSearchLength} أو أكثر للبحث","من فضلك ادخل أحرف {minSearchLength} أو أكثر للبحث","من فضلك ادخل أحرف {minSearchLength} أو أكثر للبحث"], + "Settings menu" : "قائمة الإعدادات", "Search {types} …" : "بحث {types} …", "Settings" : "الإعدادات", "Could not load your contacts" : "تعذر تحميل جهات الإتصال", @@ -379,7 +380,6 @@ OC.L10N.register( "More apps menu" : "المزيد من قائمة التطبيقات", "Contacts" : "جهات الإتصال", "Contacts menu" : "قائمة جهات الإتصال", - "Settings menu" : "قائمة الإعدادات", "Setup two-factor authentication" : "تعيين المصادقة بخطوتين" }, "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;"); |