From 2d5fdece225d29d2438e51608ad668ed916aa26f Mon Sep 17 00:00:00 2001 From: the1matrix1 <the1matrix1@ispconfig3> Date: Fri, 14 May 2010 04:56:27 -0400 Subject: [PATCH] Adding Arabic Language --- interface/lib/lang/ar.lng | 38 ++++++++++++++++++++++++++++++++++++++ 1 files changed, 38 insertions(+), 0 deletions(-) diff --git a/interface/lib/lang/ar.lng b/interface/lib/lang/ar.lng new file mode 100644 index 0000000..a333029 --- /dev/null +++ b/interface/lib/lang/ar.lng @@ -0,0 +1,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'] = '�����'; +?> -- Gitblit v1.9.1