Skip to content

Commit

Permalink
Polished
Browse files Browse the repository at this point in the history
  • Loading branch information
mits committed Dec 11, 2002
1 parent cf3f6bc commit 5d0a318
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
16 changes: 8 additions & 8 deletions lang/ja/auth.php
@@ -1,5 +1,5 @@
<?PHP // $Id$
// auth.php - created with Moodle 1.0.6.4 (2002112400)
// auth.php - created with Moodle 1.0.7 (2002121000)


$string['auth_dbdescription'] = "ユーザ名とパスワードを確認するために外部のデータベースを使用します。新しいアカウントを作成する場合、他のフィールドの情報がMoodleへ複製されます。";
Expand All @@ -10,15 +10,15 @@
$string['auth_dbname'] = "データベース名";
$string['auth_dbpass'] = "上記ユーザ名に合致するパスワード";
$string['auth_dbtable'] = "データベースのテーブル名";
$string['auth_dbtitle'] = "外部データベースを使用する";
$string['auth_dbtitle'] = "外部データベースを使用";
$string['auth_dbtype'] = "データベースタイプ(詳細は<A HREF=../lib/adodb/readme.htm#drivers>ADOdb documentation</A>をご覧ください";
$string['auth_dbuser'] = "データベースアクセス用のユーザ名";
$string['auth_emaildescription'] = "メールによる確定は認証方法の初期値です。ユーザが新しいユーザ名とパスワードを選択してサインアップした場合、確定用メールがユーザのメールアドレスに送信されます。このメールにはユーザがアカウントを確定するためのリンクが記入されています。アカウント確定後のログインではMoodleデータベースに保存されているユーザ名とパスワードのみを確認します。";
$string['auth_emailtitle'] = "Emailベースの認証";
$string['auth_imapdescription'] = "ユーザ名とパスワードを確認するためにIMAPサーバを使用します。";
$string['auth_imaphost'] = "IMAPサーバーアドレスです。IPアドレスではなくドメイン名を使用してください。";
$string['auth_imapport'] = "IMAPサーバポート番号です。通常は143又は993です。";
$string['auth_imaptitle'] = "IMAPサーバを使用する";
$string['auth_imaptitle'] = "IMAPサーバを使用";
$string['auth_imaptype'] = "IMAPサーバタイプです。IMAPサーバは異なる認証及びネゴシエーションを利用することが可能です。";
$string['auth_ldap_bind_dn'] = "ユーザ検索にbindユーザを利用したい場合は、ここに明示してください。例 'cn=ldapuser,ou=public,o=org'";
$string['auth_ldap_bind_pw'] = "bindユーザ用のパスワード";
Expand All @@ -33,27 +33,27 @@
";
$string['auth_ldapextrafields'] = "これらのフィールドは任意項目です。<B>LDAPフィールド</B>より事前に入力されたMoodleユーザフィールドを選択することも可能です。<P>空白の場合はLDAPよりデータの転送は行われずにMoodleの初期値が使用されます<P>どちらの場合でも、ユーザはログイン後に全てのフィールドを編集可能です。";
$string['auth_ldaptitle'] = "LDAPサーバを使用する";
$string['auth_ldaptitle'] = "LDAPサーバを使用";
$string['auth_nntpdescription'] = "ユーザ名とパスワードを確認するためにNNTPサーバを使用します。";
$string['auth_nntphost'] = "NNTPサーバーアドレスです。IPアドレスではなくドメイン名を使用してください。";
$string['auth_nntpport'] = "サーバーポート(119が一般的です)";
$string['auth_nntptitle'] = "NNTPサーバを使用する";
$string['auth_nntptitle'] = "NNTPサーバを使用";
$string['auth_nonedescription'] = "ユーザはログインして外部サーバ及びメールによる認証無しにアカウントを直ちに作成できます。このオプションを使用するときは十分に注意してください - セキュリティー及び管理上の問題が発生するかもしれないことを考えてください。";
$string['auth_nonetitle'] = "認証無し";
$string['auth_pop3description'] = "ユーザ名とパスワードを確認するためにPOP3サーバを使用します。";
$string['auth_pop3host'] = "POP3サーバーアドレスです。IPアドレスではなくドメイン名を使用してください。";
$string['auth_pop3port'] = "サーバーポート (110が一般的です)";
$string['auth_pop3title'] = "POP3サーバを使用する";
$string['auth_pop3title'] = "POP3サーバを使用";
$string['auth_pop3type'] = "サーバタイプです。もし認証が必要な場合はpop3certを選択してください。";
$string['authenticationoptions'] = "認証オプション";
$string['authinstructions'] = "どのようなユーザ名やパスワードを使用したらよいのかユーザに説明します。ここに入力した文章はログインページに表示されます。空白の場合、何も表示されません。";
$string['changepassword'] = "パスワードのURLを変更する";
$string['changepasswordhelp'] = "ユーザがユーザ名/パスワードを忘れたときに回復又は変更するためのボタンをログインページに表示します。空白の場合、ボタンは表示されません。
";
$string['chooseauthmethod'] = "認証方法を選択する:";
$string['chooseauthmethod'] = "認証方法の選択:";
$string['guestloginbutton'] = "ゲストログインボタン";
$string['instructions'] = "説明";
$string['showguestlogin'] = "ログインページのゲストログインボタンを隠したり表示したり出来ます";
$string['showguestlogin'] = "ログインページのゲストログインボタンを表示/非表示に出来ます";

?>
11 changes: 6 additions & 5 deletions lang/ja/moodle.php
@@ -1,5 +1,5 @@
<?PHP // $Id$
// moodle.php - created with Moodle 1.0.6.4 (2002112400)
// moodle.php - created with Moodle 1.0.7 (2002121000)


$string['action'] = "操作";
Expand Down Expand Up @@ -30,10 +30,10 @@
$string['answer'] = "回答";
$string['assessment'] = "評価";
$string['assignteachers'] = "教師の割当て";
$string['authentication'] = "認証";
$string['authentication'] = "認証オプション";
$string['availablecourses'] = "コース一覧";
$string['cancel'] = "キャンセル";
$string['categories'] = "コースカテゴリー";
$string['categories'] = "コースカテゴリーの追加";
$string['category'] = "カテゴリー";
$string['categoryadded'] = "カテゴリー '\$a' が追加されました";
$string['categorydeleted'] = "カテゴリー '\$a' が削除されました";
Expand Down Expand Up @@ -207,7 +207,7 @@
$string['helpquestions'] = "質問方法";
$string['helprichtext'] = "リッチテキストHTMLエディタに関して";
$string['helptext'] = "テキストの書き方";
$string['hide'] = "隠す";
$string['hide'] = "非表示";
$string['hits'] = "アクセス";
$string['hitsoncourse'] = "\$a->username による \$a->coursename へのアクセス";
$string['hitsoncoursetoday'] = "\$a->username による今日の \$a->coursename へのアクセス";
Expand Down Expand Up @@ -238,6 +238,7 @@
$string['license'] = "GPLライセンス";
$string['listofallpeople'] = "全員を表示する";
$string['livelogs'] = "リアルタイムログの表示";
$string['locale'] = "";
$string['location'] = "現在地";
$string['loggedinas'] = "ログイン名 \$a ";
$string['loggedinnot'] = "ログインしていません";
Expand Down Expand Up @@ -401,7 +402,7 @@
$string['settings'] = "セッティング";
$string['shortname'] = "省略名";
$string['shortsitename'] = "短いサイト名(例 単語)";
$string['show'] = "見せる";
$string['show'] = "表示";
$string['showallcourses'] = "全てのコースを表示";
$string['showalltopics'] = "全てのトピックを表示";
$string['showallweeks'] = "全ての週を表示";
Expand Down

0 comments on commit 5d0a318

Please sign in to comment.