mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-04 15:00:56 +08:00
24 lines
854 B
PHP
24 lines
854 B
PHP
<?php
|
|
|
|
$lang_sendmessage = array
|
|
(
|
|
'std_error' => "エラー",
|
|
'std_permission_denied' => "権限がありません",
|
|
'head_send_message' => "メッセージを送信",
|
|
'text_mass_message' => "Mass Message to ",
|
|
'text_users' => "ユーザー",
|
|
'text_subject' => "件名:",
|
|
'text_comment' => "コメント:",
|
|
'text_from' => "差出人:",
|
|
'text_take_snapshot' => "スナップショットを撮影:",
|
|
'submit_send_it' => "送信しよう!",
|
|
'submit_preview' => "プレビュー",
|
|
'text_templates' => "テンプレート:",
|
|
'submit_use' => "使用",
|
|
'std_no_user_id' => "そのIDを持つユーザーはいません。",
|
|
'text_message_to' => "メッセージ先 ",
|
|
'checkbox_delete_message_replying_to' => "返信先のメッセージを削除",
|
|
'checkbox_save_message_to_sendbox' => "メッセージを送信ボックスに保存"
|
|
);
|
|
|
|
?>
|