Skip to content

Commit

Permalink
Start point
Browse files Browse the repository at this point in the history
  • Loading branch information
Xloka committed Nov 20, 2015
1 parent ebc9fa3 commit 78aa63c
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions ar/user.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<?php
return array(
'dir'=>'rtl',
'sign_in'=>'تسجيل الدخول',
'sign_up'=>'إنشاء حساب',
'for_free'=>'مجانا',
'submit'=>'إرسال',
'update'=>'تحديث',
'cancel'=>'إلغاء',
'username'=>'اسم المستخدم',
'fullname'=>'الإسم الكامل',
'email'=>'إيميل',
'password'=>'كلمة المرور',
'profile'=>'حسابى',
'home'=>'الرئيسية',
'about'=>'معلومات عنا',
'contact'=>'اتصال',
'queue'=>'طابور',
'serving_now'=>'يخدم الآن',
'about'=>'عنا',
'settings'=>'إعدادات',
'add_photo'=>'إضافة صورة',
'edit'=>'تعديل',
'view'=>'مشاهدة',
'views'=>'مشاهدات',
'mobile'=>'موبايل',
'phone'=>'تليفون',
'since'=>'منذ',
'bookmark'=>'المفضلة',
'follow'=>'متابعة',
'pick'=>'حجز',
'address'=>'العنوان',
'city'=>'المدينة',
'country'=>'الدولة',
'age'=>'العمر',
'more'=>'المزيد',
'account'=>'الحساب',
'my_business'=>'شركتى',
'year'=>'سنة',
'month'=>'شهر',
'day'=>'يوم',
'half'=>'نصف',
'history'=>'التاريخ',
'description'=>'الوصف',
'create_place'=>'إنشاء مكان',
'close'=>'إغلاق',
'empty'=>'فارغ',
);
?>

0 comments on commit 78aa63c

Please sign in to comment.