mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
dbf4282acc
and put space into both sides of "(" and ")" to make Japanese visiblity much better
56 lines
3.3 KiB
PHP
56 lines
3.3 KiB
PHP
<?PHP // $Id$
|
|
// chat.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004112900)
|
|
|
|
|
|
$string['beep'] = 'ビープ';
|
|
$string['chatintro'] = '紹介文';
|
|
$string['chatname'] = 'チャットルーム名';
|
|
$string['chatreport'] = 'チャットセッション';
|
|
$string['chattime'] = '次回のチャットタイム';
|
|
$string['configmethod'] = '通常のチャットメソッドでは、クライアントは定期的にサーバにアクセスして内容を更新します。このメソッドは設定を必要とせず、どこでも使うことができますが、チャット参加者が多くなればサーバに対する多大な負担が生じます。サーバデーモンを使用する場合は、Unixのシェルアクセスが必要ですが、軽快なチャット環境を提供することができます。';
|
|
$string['configoldping'] = 'ユーザからの応答が無くなってから、どれくらいの時間で退室したと見なしますか?';
|
|
$string['configrefreshroom'] = 'どのくらいのタイミング ( 秒数 ) でチャットルームをリフレッシュしますか?この通知を小さくすればチャットルームはレスポンスが良いように見えますが、多くの人がチャットをする場合、サーバにかかる負担が大きくなります。';
|
|
$string['configrefreshuserlist'] = 'どのくらいのタイミング ( 秒数 ) でユーザリストをリフレッシュしますか?';
|
|
$string['configserverhost'] = 'サーバデーモンが稼動しているホスト';
|
|
$string['configserverip'] = '上記ホスト名に関するIPアドレス';
|
|
$string['configservermax'] = '最大クライアント数';
|
|
$string['configserverport'] = 'デーモンに使用するサーバのポート';
|
|
$string['currentchats'] = 'アクティブなチャット';
|
|
$string['currentusers'] = '現在のユーザ';
|
|
$string['deletesession'] = 'セッションを削除する';
|
|
$string['deletesessionsure'] = '本当にこのセッションを削除してもよろしいですか?';
|
|
$string['donotusechattime'] = 'チャット時間を表示しない';
|
|
$string['enterchat'] = 'チャットルームに入室';
|
|
$string['errornousers'] = 'ユーザが見つかりませんでした!';
|
|
$string['explaingeneralconfig'] = 'これらの設定は、<strong>常に</strong>反映されます。';
|
|
$string['explainmethoddaemon'] = 'これらの設定は、チャットメソッドに「Chatサーバデーモン」を選択した時<strong>のみ</strong>影響します。';
|
|
$string['explainmethodnormal'] = 'これらの設定は、チャットメソッドに「ノーマルメソッド」を選択した時<strong>のみ</strong>影響します。';
|
|
$string['generalconfig'] = '一般設定';
|
|
$string['helpchatting'] = 'チャットヘルプ';
|
|
$string['idle'] = 'アイドル';
|
|
$string['messagebeepseveryone'] = '$a が全員にビープします!';
|
|
$string['messagebeepsyou'] = '$a があなたにビープしました!';
|
|
$string['messageenter'] = '$a が入室しました。';
|
|
$string['messageexit'] = '$a が退室しました。';
|
|
$string['messages'] = 'メッセージ';
|
|
$string['methoddaemon'] = 'Chatサーバデーモン';
|
|
$string['methodnormal'] = 'ノーマルメソッド';
|
|
$string['modulename'] = 'チャット';
|
|
$string['modulenameplural'] = 'チャット';
|
|
$string['neverdeletemessages'] = 'メッセージを削除しない';
|
|
$string['nextsession'] = '次のスケジュールセッション';
|
|
$string['noguests'] = 'ゲストはこのチャットを利用できません。';
|
|
$string['nomessages'] = 'メッセージがありません。';
|
|
$string['repeatdaily'] = '毎日同じ時間に';
|
|
$string['repeatnone'] = '繰り返し無し - 指定した時間にのみ表示';
|
|
$string['repeattimes'] = 'セッションの繰り返し';
|
|
$string['repeatweekly'] = '毎週同じ時間に';
|
|
$string['savemessages'] = '保存するメッセージ数';
|
|
$string['seesession'] = 'このセッションを見る';
|
|
$string['sessions'] = 'チャットセッション';
|
|
$string['strftimemessage'] = '%%H:%%M';
|
|
$string['studentseereports'] = '全ての人が過去のセッションを見ることができる';
|
|
$string['viewreport'] = '過去のチャットセッションを表示';
|
|
|
|
?>
|