From: mits Date: Tue, 28 Sep 2004 02:10:58 +0000 (+0000) Subject: polished. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9ea1d57d726220f1d89a5d487b3ae7920d18279e;p=moodle.git polished. --- diff --git a/lang/ja/forum.php b/lang/ja/forum.php index 1ef40ccc82..c62cd251d2 100644 --- a/lang/ja/forum.php +++ b/lang/ja/forum.php @@ -86,9 +86,9 @@ $string['nownotsubscribed'] = '$a->name $string['nowsubscribed'] = '$a->name °¸¤Ë¡Ö $a->forum ¡×¤ÎÅê¹Æµ­»ö¤¬¥á¡¼¥ëÁ÷¿®¤µ¤ì¤Þ¤¹¡£'; $string['numposts'] = '$a Åê¹Æ'; $string['olderdiscussions'] = '²áµî¤Î¥Ç¥£¥¹¥«¥Ã¥·¥ç¥ó'; -$string['openmode0'] = '¿·¤·¤¤Åê¹ÆÉԲġ¢ÊÖ¿®²Ä'; -$string['openmode1'] = '¿·¤·¤¤Åê¹ÆÉԲġ¢ÊÖ¿®²Ä'; -$string['openmode2'] = '¿·¤·¤¤Åê¹Æ²Ä¡¢ÊÖ¿®²Ä'; +$string['openmode0'] = '¿·¤·¤¤¥È¥Ô¥Ã¥¯ÉԲġ¢ÊÖ¿®ÉÔ²Ä'; +$string['openmode1'] = '¿·¤·¤¤¥È¥Ô¥Ã¥¯ÉԲġ¢ÊÖ¿®²Ä'; +$string['openmode2'] = '¿·¤·¤¤¥È¥Ô¥Ã¥¯²Ä¡¢ÊÖ¿®²Ä'; $string['parent'] = '¿Æµ­»ö¤òɽ¼¨¤¹¤ë'; $string['parentofthispost'] = '¤³¤ÎÅê¹Æ¤Î¿Æµ­»ö'; $string['postadded'] = 'Åê¹Æ¤¬Äɲ䵤ì¤Þ¤·¤¿¡£

¹¹¿·¤·¤¿¤¤¾ì¹ç¤Ï $a ÊÔ½¸¤Ç¤­¤Þ¤¹¡£'; diff --git a/lang/ja_utf8/forum.php b/lang/ja_utf8/forum.php index 50e1610cb0..fded033acd 100644 --- a/lang/ja_utf8/forum.php +++ b/lang/ja_utf8/forum.php @@ -86,9 +86,9 @@ $string['nownotsubscribed'] = '$a->name 宛に「 $a->forum 」の投稿記事 $string['nowsubscribed'] = '$a->name 宛に「 $a->forum 」の投稿記事がメール送信されます。'; $string['numposts'] = '$a 投稿'; $string['olderdiscussions'] = '過去のディスカッション'; -$string['openmode0'] = '新しい投稿不可、返信可'; -$string['openmode1'] = '新しい投稿不可、返信可'; -$string['openmode2'] = '新しい投稿可、返信可'; +$string['openmode0'] = '新しいトピック不可、返信不可'; +$string['openmode1'] = '新しいトピック不可、返信可'; +$string['openmode2'] = '新しいトピック可、返信可'; $string['parent'] = '親記事を表示する'; $string['parentofthispost'] = 'この投稿の親記事'; $string['postadded'] = '投稿が追加されました。

更新したい場合は $a 編集できます。';