<?php
// Heading 
$_['heading_title']        = 'التسجيل';

// Text
$_['text_account']         = 'الحساب';
$_['text_register']        = 'التسجيل';
$_['text_account_already'] = 'إذ كان لديك مسبقا حساب معنا ، رجاء سجل الدخول على,<a href="%s">صفحة تسجيل الدخول</a>.';
$_['text_your_details']    = 'معلوماتك الشخصية';
$_['text_agree']           = 'قرأت واوفق على  <a class="colorbox fancybox" href="%s" alt="%s"><b>%s</b></a>';
$_['text_agree_shoppica']  = 'قرأت واوفق على  <a class="s_main_color" rel="prettyPhoto[ajax]" href="%s&iframe=true" alt="%s"><b>%s</b></a>';
$_['text_private']         = 'فرد';
$_['text_company']         = 'شركة';
$_['text_your_details']    = 'تفاصيلك الشخصية';
$_['text_company_details']    = 'تفاصيل شركتك';

// Entry
$_['entry_newsletter']     = 'أشترك في القائمة البريدية';
$_['entry_password']       = 'كلمة المرور';
$_['entry_password_confirm'] = 'تأكيد كلمة المرور';
$_['entry_captcha']        = 'أدخل الرمز في الصندوق في الاسفل';

// Error
$_['error_exists']         = 'تحذير البريد الالكتروني مسجل مسبقا';
$_['error_password']       = 'تحذير: كلمة المرور يجب ان تكون بين %d و %d رمز!';
$_['error_password_confirm'] = 'تحذير: تأكيد كلمة المرور غير مطابق لكلمة المرور';
$_['error_agree']          = 'تحذير : يجب ان توافق على  %s!';
$_['error_captcha']        = 'تحذير: الرمز المدخل غير مطابق للصورة';

?>