View Single Post
Old 08-17-2007, 04:21 PM   #1
shahrooz
 
Join Date: Aug 2007
Posts: 1
Default Farsi Translation

$phrase['sign_guestbook'] = "نوشتن پیام";
$phrase['view_guestbook'] = "مشاهده پیامها";
$phrase['return_to'] = "بازگشت به";
$phrase['name'] = "نام";
$phrase['date'] = "تاریخ";
$phrase['email'] = "ایمیل";
$phrase['location'] = "منطقه";
$phrase['message'] = "پیام";
$phrase['private_message'] = "پیام خصوصی";
$phrase['added'] = "اضافه شده";
$phrase['page'] = "صف�*ه";
$phrase['of'] = "از";
$phrase['first'] = "اولی";
$phrase['next'] = "بعدی";
$phrase['previous'] = "قبلی";
$phrase['last'] = "آخری";
$phrase['private'] = "خصوصی";
$phrase['characters_left'] = "کاراکترهای باقیمانده";
$phrase['smilies'] = "شکلکها";
$phrase['verification_code'] = "کد تأیید";
$phrase['post_message'] = "ارسال پیام";
$phrase['preview'] = "پیش نمایش";
$phrase['js_required_fields'] = "شما باید فیلدهای خواسته شده را پر کنید";
$phrase['no_messages'] = "هیچ پیامی در اینجا وجود ندارد ";

The direction of whole pages must be from right to left. The following code must be placed at top of the html codes:

<html dir="rtl">

The translation includes the HTML codes of the special character symbols used on Web pages. You should use the Unicode character set, and define that in the head of your document:

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

Shahrooz
Shahroozumit@gmail.com
www.mahsunsevenler.ir

Last edited by shahrooz; 08-17-2007 at 04:25 PM.
shahrooz is offline   Reply With Quote
 
Page generated in 0.07322 seconds with 8 queries