translated some string and added a new helpfile.

This commit is contained in:
mits
2004-12-24 23:44:07 +00:00
parent 37fd4e6c26
commit 4adee6cbc7
6 changed files with 30 additions and 6 deletions
+12
View File
@@ -0,0 +1,12 @@
<p align="center"><b>ページフラグの設定</b></p>
<p>フラグはwikiページに割り当てられ、タイプや動作を変更することができます。</p>
<p>フラグ説明:</p>
<table border="1" width="100%"><tbody>
<tr><td valign="top" width="25%">TXT</td><td>ページはテキストを含んでいます。</td></tr>
<tr><td valign="top" width="25%">BIN</td><td>ページはバイナリデータを含んでいます。</td></tr>
<tr><td valign="top" width="25%">OFF</td><td>ページは閉鎖されています。</td></tr>
<tr><td valign="top" width="25%">HTM</td><td>このページでHTMLの使用を許可します ( 一般的なWiki設定がこのフラグに優先します ) 。</td></tr>
<tr><td valign="top" width="25%">RO</td><td>読み取り専用です。</td></tr>
<tr><td valign="top" width="25%">WR</td><td>書き込むことができます。</td></tr>
</table>
+2 -2
View File
@@ -1,5 +1,5 @@
<?PHP // $Id$
// wiki.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004112900)
// wiki.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004121600)
$string['action'] = '-- アクション --';
@@ -71,7 +71,7 @@ $string['flaghtm'] = 'HTM';
$string['flagoff'] = 'OFF';
$string['flagro'] = 'RO';
$string['flags'] = 'フラグ';
$string['flagsset'] = 'フラグが変更されました';
$string['flagsset'] = 'フラグが変更されました';
$string['flagtxt'] = 'TXT';
$string['flagwr'] = 'WR';
$string['forbidden'] = 'このページにアクセスする権限がありません。';
+1 -1
View File
@@ -67,7 +67,7 @@ $string['count'] = '
$string['criterion'] = '標準';
$string['currentphase'] = '現在のフェーズ';
$string['date'] = '日時';
$string['datestr'] = '%%d/%%m/%%y<br />%%H:%%M';
$string['datestr'] = '%%Y/%%m/%%d<br />%%H:%%M';
$string['deadline'] = '提出期限';
$string['deadlineis'] = '提出期限は $a です';
$string['delete'] = '削除';
+12
View File
@@ -0,0 +1,12 @@
<p align="center"><b>ページフラグの設定</b></p>
<p>フラグはwikiページに割り当てられ、タイプや動作を変更することができます。</p>
<p>フラグ説明:</p>
<table border="1" width="100%"><tbody>
<tr><td valign="top" width="25%">TXT</td><td>ページはテキストを含んでいます。</td></tr>
<tr><td valign="top" width="25%">BIN</td><td>ページはバイナリデータを含んでいます。</td></tr>
<tr><td valign="top" width="25%">OFF</td><td>ページは閉鎖されています。</td></tr>
<tr><td valign="top" width="25%">HTM</td><td>このページでHTMLの使用を許可します ( 一般的なWiki設定がこのフラグに優先します ) 。</td></tr>
<tr><td valign="top" width="25%">RO</td><td>読み取り専用です。</td></tr>
<tr><td valign="top" width="25%">WR</td><td>書き込むことができます。</td></tr>
</table>
+2 -2
View File
@@ -1,5 +1,5 @@
<?php // $Id$
// wiki.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004112900)
// wiki.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004121600)
$string['action'] = '-- アクション --';
@@ -71,7 +71,7 @@ $string['flaghtm'] = 'HTM';
$string['flagoff'] = 'OFF';
$string['flagro'] = 'RO';
$string['flags'] = 'フラグ';
$string['flagsset'] = 'フラグが変更されました';
$string['flagsset'] = 'フラグが変更されました';
$string['flagtxt'] = 'TXT';
$string['flagwr'] = 'WR';
$string['forbidden'] = 'このページにアクセスする権限がありません。';
+1 -1
View File
@@ -67,7 +67,7 @@ $string['count'] = 'カウント';
$string['criterion'] = '標準';
$string['currentphase'] = '現在のフェーズ';
$string['date'] = '日時';
$string['datestr'] = '%%d/%%m/%%y<br />%%H:%%M';
$string['datestr'] = '%%Y/%%m/%%d<br />%%H:%%M';
$string['deadline'] = '提出期限';
$string['deadlineis'] = '提出期限は $a です';
$string['delete'] = '削除';