diff options
Diffstat (limited to 'core/l10n/ar.js')
-rw-r--r-- | core/l10n/ar.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/l10n/ar.js b/core/l10n/ar.js index 8ed32f87739..4e11180ce66 100644 --- a/core/l10n/ar.js +++ b/core/l10n/ar.js @@ -169,7 +169,6 @@ OC.L10N.register( "The password is wrong. Try again." : "كلمة المرور خاطئة. حاول مرة أخرى.", "Two-factor authentication" : "المصادقة بخطوتين", "Use backup code" : "إستخدم الرمز الإحتياطي", - "Cancel log in" : "إلغاء تسجيل الدخول", "App update required" : "تحديث التطبيق مطلوب", "These apps will be updated:" : "سوف يتم تحديث هذه التطبيقات :", "Start update" : "تشغيل التحديث", @@ -231,6 +230,7 @@ OC.L10N.register( "Name..." : "التسمية …", "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "استخدام SQLite غير مناسب خاصتا اذا تم استخدام برنامج المزامنة على الجهاز الشخصي.", "Wrong password." : "كلمة السر خاطئة.", - "New Password" : "كلمة السر الجديدة" + "New Password" : "كلمة السر الجديدة", + "Cancel log in" : "إلغاء تسجيل الدخول" }, "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;"); |