-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathar.lng
More file actions
38 lines (37 loc) · 1.42 KB
/
ar.lng
File metadata and controls
38 lines (37 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?php
$wb['conf_format_dateshort'] = 'Y-m-d';
$wb['conf_format_datelong'] = 'l dS of F Y';
$wb['conf_format_timeshort'] = 'H:i';
$wb['conf_format_timelong'] = 'H:i:s';
$wb['conf_format_datetime'] = 'Y-m-d H:i';
$wb['301'] = 'غير مسموح للعضو بالإستخدام.';
$wb['302'] = 'الوحدة غير صالحة.';
$wb['1001'] = 'لا يمكن لاسم المستخدم أوكلمة المرور ان يكونا فارغتين!';
$wb['1002'] = 'اسم المستخدم و/أو كلمة المرور غير صحيحة!';
$wb['1003'] = 'يتم إيقاف اسم المستخدم!';
$wb['delete_confirmation'] = 'هل حقا تريد حذف هذا السجل؟';
$wb['error_no_view_permission'] = 'لا يوجد لديك الإذن لعرض هذا السجل أو ان السجل هذا غير موجود!';
$wb['error_no_delete_permission'] = 'لا يوجد لديك الإذن لحذف هذا السجل!';
$wb["page_txt"] = 'صفحة';
$wb["page_of_txt"] = 'من';
$wb["page_and_txt"] = 'و';
$wb["page_next_txt"] = 'التالي';
$wb["page_back_txt"] = 'للخلف';
$wb["delete_txt"] = 'حذف';
$wb["filter_txt"] = 'مصفاة';
$wb["add_new_record_txt"] = 'إضافة سجل جديد';
$wb['btn_save_txt'] = "حفظ";
$wb['btn_cancel_txt'] = "للخلف";
$wb['top_menu_system'] = 'النظام';
$wb['top_menu_client'] = 'العميل';
$wb['top_menu_email'] = 'البريد الالكتروني';
$wb['top_menu_monitor'] = 'المراقبة';
$wb['top_menu_sites'] = 'المواقع';
$wb['top_menu_dns'] = 'أسماء النطاقات';
$wb['top_menu_tools'] = 'اعدادات';
$wb['top_menu_help'] = 'المساعدة';
$wb['top_menu_billing'] = 'الفوترة';
$wb['top_menu_domain'] = 'المجالات';
$wb['top_menu_dashboard'] = 'الرئيسة';
$wb['toolsarea_head_txt'] = 'أدوات';
?>