Skip to content

Commit 110adbd

Browse files
author
Marius Burkard
committed
Merge branch 'patch-5' into 'master'
Add new "fa_clients_list.lng" file See merge request ispconfig/ispconfig3!853
2 parents 8153eaa + e054c36 commit 110adbd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?php
2+
$wb["list_head_txt"] = 'مشتری ها';
3+
$wb["client_id_txt"] = 'ID';
4+
$wb["company_name_txt"] = 'نام شرکت';
5+
$wb["contact_name_txt"] = 'نام مخاطب';
6+
$wb["username_txt"] = 'نام کاربری';
7+
$wb["city_txt"] = 'شهر';
8+
$wb["country_txt"] = 'کشور';
9+
$wb["add_new_record_txt"] = 'افزودن مشتری جدید';
10+
$wb["customer_no_txt"] = 'شماره مشتری';
11+
$wb['locked_txt'] = 'قفل شده';
12+
$wb['yes_txt'] = 'بلی';
13+
$wb['no_txt'] = 'خیر';
14+
?>

0 commit comments

Comments
 (0)