From c4c0e0bb4a39e1d55e92d9372a91d3ca535d0d4b Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Mon, 05 Sep 2011 09:55:17 -0400
Subject: [PATCH] Fixed: FS#1657 - Bug in Whitelist

---
 interface/lib/lang/ar.lng |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/interface/lib/lang/ar.lng b/interface/lib/lang/ar.lng
index 03a9d65..314f6c3 100644
--- a/interface/lib/lang/ar.lng
+++ b/interface/lib/lang/ar.lng
@@ -7,11 +7,11 @@
 $wb['number_format_decimals'] = '2';
 $wb['number_format_dec_point'] = '.';
 $wb['number_format_thousands_sep'] = '';
-$wb['301'] = '��� ����� ����� ����������.';
-$wb['302'] = '������ ��� �����.';
-$wb['1001'] = '�� ���� ���� �������� ������ ������ �� ����� �������!';
-$wb['1002'] = '��� �������� �/�� ���� ������ ��� �����!';
-$wb['1003'] = '��� ����� ��� ��������!';
+$wb['error_301'] = '��� ����� ����� ����������.';
+$wb['error_302'] = '������ ��� �����.';
+$wb['error_1001'] = '�� ���� ���� �������� ������ ������ �� ����� �������!';
+$wb['error_1002'] = '��� �������� �/�� ���� ������ ��� �����!';
+$wb['error_1003'] = '��� ����� ��� ��������!';
 $wb['delete_confirmation'] = '�� ��� ���� ��� ��� �����';
 $wb['error_no_view_permission'] = '�� ���� ���� ����� ���� ��� ����� �� �� ����� ��� ��� �����!';
 $wb['error_no_delete_permission'] = '�� ���� ���� ����� ���� ��� �����!';

--
Gitblit v1.9.1