Skip to content

Commit e637c93

Browse files
author
Marius Burkard
committed
Merge branch 'patch-8' into 'master'
Add new "fa_client_message.lng" file See merge request ispconfig/ispconfig3!856
2 parents c306539 + 91db5d1 commit e637c93

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?php
2+
$wb["page_head_txt"] = 'ارسال اطلاعات مشتری';
3+
$wb["btn_send_txt"] = 'ارسال ایمیل';
4+
$wb["btn_cancel_txt"] = 'لغو';
5+
$wb["sender_txt"] = 'آدرس فرستنده ایمیل';
6+
$wb["subject_txt"] = 'موضوع';
7+
$wb["message_txt"] = 'پیغام';
8+
$wb["form_legend_client_txt"] = 'ارسال ایمیل به مشتریان.';
9+
$wb["form_legend_admin_txt"] = 'ارسال ایمیل به مشتریان و نمایندگان فروش.';
10+
$wb["sender_invalid_error"] = 'فرستنده ایمیل مجاز نیست.';
11+
$wb["subject_invalid_error"] = 'موضوع خالی است.';
12+
$wb["message_invalid_error"] = 'پیغام خالی است.';
13+
$wb["email_sent_to_txt"] = 'ایمیل ارسال شده به:';
14+
$wb["recipient_txt"] = 'گیرنده';
15+
$wb["all_clients_resellers_txt"] = 'همه مشتریان و نمایندگان فروش';
16+
$wb["all_clients_txt"] = 'همه مشتری ها';
17+
$wb["variables_txt"] = 'متغیرها:';
18+
$wb['gender_m_txt'] = 'آقای.';
19+
$wb['gender_f_txt'] = 'خانم.';
20+
?>

0 commit comments

Comments
 (0)