mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 10:56:56 +02:00
polished hotpot related strings.
This commit is contained in:
parent
c7baae4364
commit
da1cbc0d18
5 changed files with 14 additions and 22 deletions
|
@ -1,10 +1,6 @@
|
|||
<p align="center">
|
||||
<bナビゲーション</b>
|
||||
</p>
|
||||
<p align="center"><bナビゲーション</b></p>
|
||||
|
||||
<p>
|
||||
Hot Potatoesクイズの補助的なナビゲーションを指定することができます。.
|
||||
</p>
|
||||
<p>Hot Potatoesクイズの補助的なナビゲーションを指定することができます。</p>
|
||||
|
||||
<dl>
|
||||
<dt><b>Moodleナビケーションバー</b></dt>
|
||||
|
@ -24,9 +20,9 @@ Hot Potatoesクイズの補助的なナビゲーションを指定すること
|
|||
<dd>
|
||||
クイズ内で定義されている場合、クイズにナビゲーションボタンが表示されます。
|
||||
</dd>
|
||||
<dt><b>「ギブアップ」ボタン</b></dt>
|
||||
<dt><b>ギブアップボタン</b></dt>
|
||||
<dd>
|
||||
「ギブアップ」ボタンをクイズのページ上部に表示します。
|
||||
ギブアップボタンをクイズのページ上部に表示します。
|
||||
</dd>
|
||||
<dt><b>無し</b></dt>
|
||||
<dd>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?PHP // $Id$
|
||||
// hotpot.php - created with Moodle 1.5 ALPHA (2005042400)
|
||||
// hotpot.php - created with Moodle 1.5 ALPHA (2005043000)
|
||||
|
||||
|
||||
$string['abandoned'] = '放棄';
|
||||
|
@ -28,7 +28,7 @@ $string['navigation'] = 'ナビゲーション';
|
|||
$string['navigation_bar'] = 'Moodleナビケーションバー';
|
||||
$string['navigation_buttons'] = 'Hot Potatoesクイズボタン';
|
||||
$string['navigation_frame'] = 'Moodleナビケーションフレーム';
|
||||
$string['navigation_give_up'] = '「ギブアップ」ボタン';
|
||||
$string['navigation_give_up'] = 'ギブアップボタン';
|
||||
$string['navigation_iframe'] = '埋め込み <IFRAME>';
|
||||
$string['navigation_none'] = '無し';
|
||||
$string['noactivity'] = '活動なし';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue