Skip to content

Commit 2d5fdec

Browse files
author
the1matrix1
committed
Adding Arabic Language
1 parent c9e9cd7 commit 2d5fdec

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

interface/lib/lang/ar.lng

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<?php
2+
$wb['conf_format_dateshort'] = 'Y-m-d';
3+
$wb['conf_format_datelong'] = 'l dS of F Y';
4+
$wb['conf_format_timeshort'] = 'H:i';
5+
$wb['conf_format_timelong'] = 'H:i:s';
6+
$wb['conf_format_datetime'] = 'Y-m-d H:i';
7+
8+
$wb['301'] = '��� ����� ����� ����������.';
9+
$wb['302'] = '������ ��� �����.';
10+
$wb['1001'] = '�� ���� ���� �������� ������ ������ �� ����� �������!';
11+
$wb['1002'] = '��� �������� �/�� ���� ������ ��� �����!';
12+
$wb['1003'] = '��� ����� ��� ��������!';
13+
$wb['delete_confirmation'] = '�� ��� ���� ��� ��� �����';
14+
$wb['error_no_view_permission'] = '�� ���� ���� ����� ���� ��� ����� �� �� ����� ��� ��� �����!';
15+
$wb['error_no_delete_permission'] = '�� ���� ���� ����� ���� ��� �����!';
16+
$wb["page_txt"] = '����';
17+
$wb["page_of_txt"] = '��';
18+
$wb["page_and_txt"] = '�';
19+
$wb["page_next_txt"] = '������';
20+
$wb["page_back_txt"] = '�����';
21+
$wb["delete_txt"] = '���';
22+
$wb["filter_txt"] = '�����';
23+
$wb["add_new_record_txt"] = '����� ��� ����';
24+
$wb['btn_save_txt'] = "���";
25+
$wb['btn_cancel_txt'] = "�����";
26+
$wb['top_menu_system'] = '������';
27+
$wb['top_menu_client'] = '������';
28+
$wb['top_menu_email'] = '������ ����������';
29+
$wb['top_menu_monitor'] = '��������';
30+
$wb['top_menu_sites'] = '�������';
31+
$wb['top_menu_dns'] = '����� ��������';
32+
$wb['top_menu_tools'] = '�������';
33+
$wb['top_menu_help'] = '��������';
34+
$wb['top_menu_billing'] = '�������';
35+
$wb['top_menu_domain'] = '��������';
36+
$wb['top_menu_dashboard'] = '�������';
37+
$wb['toolsarea_head_txt'] = '�����';
38+
?>

0 commit comments

Comments
 (0)