diff options
Diffstat (limited to 'core/l10n/ar.js')
-rw-r--r-- | core/l10n/ar.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/core/l10n/ar.js b/core/l10n/ar.js index 9a5a9119991..d5727192f33 100644 --- a/core/l10n/ar.js +++ b/core/l10n/ar.js @@ -5,6 +5,7 @@ OC.L10N.register( "No image or file provided" : "لم يتم توفير صورة أو ملف", "Unknown filetype" : "نوع الملف غير معروف", "Invalid image" : "الصورة غير صالحة", + "%s password reset" : "تمت إعادة ضبط كلمة مرور %s", "Sunday" : "الأحد", "Monday" : "الأثنين", "Tuesday" : "الثلاثاء", @@ -99,15 +100,11 @@ OC.L10N.register( "access control" : "ضبط الوصول", "Share" : "شارك", "Warning" : "تحذير", + "Delete" : "إلغاء", "The object type is not specified." : "نوع العنصر غير محدد.", "Enter new" : "إدخال جديد", - "Delete" : "إلغاء", "Add" : "اضف", "The update was successful. Redirecting you to ownCloud now." : "تم التحديث بنجاح , يتم اعادة توجيهك الان الى Owncloud", - "%s password reset" : "تمت إعادة ضبط كلمة مرور %s", - "Use the following link to reset your password: {link}" : "استخدم هذه الوصلة لاسترجاع كلمة السر: {link}", - "New password" : "كلمات سر جديدة", - "Reset password" : "تعديل كلمة السر", "Personal" : "شخصي", "Users" : "المستخدمين", "Apps" : "التطبيقات", @@ -129,6 +126,9 @@ OC.L10N.register( "Log out" : "الخروج", "Search" : "البحث", "Log in" : "أدخل", - "Alternative Logins" : "اسماء دخول بديلة" + "Alternative Logins" : "اسماء دخول بديلة", + "Use the following link to reset your password: {link}" : "استخدم هذه الوصلة لاسترجاع كلمة السر: {link}", + "New password" : "كلمات سر جديدة", + "Reset password" : "تعديل كلمة السر" }, "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;"); |