-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'=>'فارغ', | ||
); | ||
?> |