diff options
Diffstat (limited to 'core/l10n/ar.php')
-rw-r--r-- | core/l10n/ar.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/core/l10n/ar.php b/core/l10n/ar.php index 1eeb7f1eac6..8905516c42d 100644 --- a/core/l10n/ar.php +++ b/core/l10n/ar.php @@ -80,7 +80,6 @@ $TRANSLATIONS = array( "The object type is not specified." => "نوع العنصر غير محدد.", "Delete" => "إلغاء", "Add" => "اضف", -"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." => "حصل خطأ في عملية التحديث, يرجى ارسال تقرير بهذه المشكلة الى <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>.", "The update was successful. Redirecting you to ownCloud now." => "تم التحديث بنجاح , يتم اعادة توجيهك الان الى Owncloud", "%s password reset" => "تمت إعادة ضبط كلمة مرور %s", "Use the following link to reset your password: {link}" => "استخدم هذه الوصلة لاسترجاع كلمة السر: {link}", @@ -125,7 +124,6 @@ $TRANSLATIONS = array( "Lost your password?" => "هل نسيت كلمة السر؟", "remember" => "تذكر", "Log in" => "أدخل", -"Alternative Logins" => "اسماء دخول بديلة", -"Updating ownCloud to version %s, this may take a while." => "جاري تحديث Owncloud الى اصدار %s , قد يستغرق هذا بعض الوقت." +"Alternative Logins" => "اسماء دخول بديلة" ); $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;"; |