mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
88 lines
2.8 KiB
PHP
88 lines
2.8 KiB
PHP
<?php
|
|
|
|
$lang_takemessage_target = array
|
|
(
|
|
'en' => array
|
|
(
|
|
'mail_dear' => "Dear ",
|
|
'mail_you_received_a_pm' => "You have received a PM.",
|
|
'mail_sender' => "Sender ",
|
|
'mail_subject' => "Subject ",
|
|
'mail_date' => "Date ",
|
|
'mail_use_following_url' => "You can click ",
|
|
'mail_use_following_url_1' => " to view the message (you may have to login).",
|
|
'mail_yours' => "<br />Yours,",
|
|
'mail_the_site_team' => "The %s Team.",
|
|
'mail_received_pm_from' => "You have received a PM from ",
|
|
'mail_here' => "HERE",
|
|
'msg_system' => "System",
|
|
'msg_original_message_from' => "Original Message from ",
|
|
),
|
|
'chs' => array
|
|
(
|
|
'mail_dear' => "尊敬的",
|
|
'mail_you_received_a_pm' => "你收到了一条新短讯。",
|
|
'mail_sender' => "发送者 ",
|
|
'mail_subject' => "主题 ",
|
|
'mail_date' => "日期 ",
|
|
'mail_use_following_url' => "你可以点击",
|
|
'mail_use_following_url_1' => "来查看该短讯(你可能需要登录)",
|
|
'mail_yours' => "",
|
|
'mail_the_site_team' => "%s网站",
|
|
'mail_received_pm_from' => "你有新短讯,来自",
|
|
'mail_here' => "这里",
|
|
'msg_system' => "系统",
|
|
'msg_original_message_from' => "原短讯来自",
|
|
),
|
|
'cht' => array
|
|
(
|
|
'mail_dear' => "尊敬的",
|
|
'mail_you_received_a_pm' => "你收到了一條新短訊。",
|
|
'mail_sender' => "發送者 ",
|
|
'mail_subject' => "主題 ",
|
|
'mail_date' => "日期 ",
|
|
'mail_use_following_url' => "你可以點擊",
|
|
'mail_use_following_url_1' => "來查看該短訊(你可能需要登錄)",
|
|
'mail_yours' => "",
|
|
'mail_the_site_team' => "%s網站",
|
|
'mail_received_pm_from' => "你有新短訊,來自",
|
|
'mail_here' => "這裏",
|
|
'msg_system' => "系統",
|
|
'msg_original_message_from' => "原短訊來自",
|
|
),
|
|
'ko' => array
|
|
(
|
|
'mail_dear' => "존경하는 ",
|
|
'mail_you_received_a_pm' => "새로운 메시지가 도착했습니다..",
|
|
'mail_sender' => "발송인 ",
|
|
'mail_subject' => "제목 ",
|
|
'mail_date' => "날짜 ",
|
|
'mail_use_following_url' => "클릭 ",
|
|
'mail_use_following_url_1' => " 메시지 보기 (로그인 필요).",
|
|
'mail_yours' => "<br />Yours,",
|
|
'mail_the_site_team' => "The ".$SITENAME." Team.",
|
|
'mail_received_pm_from' => "새로운 메시지가 있습니다. ",
|
|
'mail_here' => "여기",
|
|
'msg_system' => "System",
|
|
'msg_original_message_from' => "Original Message from ",
|
|
),
|
|
'ja' => array
|
|
(
|
|
'mail_dear' => "Dear ",
|
|
'mail_you_received_a_pm' => "You have received a PM.",
|
|
'mail_sender' => "Sender ",
|
|
'mail_subject' => "Subject ",
|
|
'mail_date' => "Date ",
|
|
'mail_use_following_url' => "You can click ",
|
|
'mail_use_following_url_1' => " to view the message (you may have to login).",
|
|
'mail_yours' => "<br />Yours,",
|
|
'mail_the_site_team' => "The ".$SITENAME." Team.",
|
|
'mail_received_pm_from' => "You have received a PM from ",
|
|
'mail_here' => "HERE",
|
|
'msg_system' => "System",
|
|
'msg_original_message_from' => "Original Message from ",
|
|
),
|
|
);
|
|
|
|
?>
|