From c4eb7e254f3db51986e756e54e37ea12d0bf24fe Mon Sep 17 00:00:00 2001 From: mits Date: Sun, 2 Mar 2003 06:10:16 +0000 Subject: [PATCH] New translation added. --- lang/ja/auth.php | 4 ++++ lang/ja/pgassignment.php | 29 ++++++++++++++++++++--------- 2 files changed, 24 insertions(+), 9 deletions(-) diff --git a/lang/ja/auth.php b/lang/ja/auth.php index 064d678d1b8..b296b0e5d9b 100644 --- a/lang/ja/auth.php +++ b/lang/ja/auth.php @@ -24,6 +24,8 @@ $string['auth_imaptype'] = "IMAP $string['auth_ldap_bind_dn'] = "ユーザ検索にbindユーザを利用したい場合は、ここに明示してください。例 'cn=ldapuser,ou=public,o=org'"; $string['auth_ldap_bind_pw'] = "bindユーザ用のパスワード"; $string['auth_ldap_contexts'] = "ユーザが配置されているコンテキスト一覧です。異なるコンテキストは「;」で分けてください。例 'ou=users,o=org; ou=others,o=org'"; +$string['auth_ldap_create_context'] = "ユーザ作成をメールによる認証で行う場合、ユーザが作成されるコンテキストを特定してください。セキュリティーの観点から、このコンテキストは各ユーザ毎に異なるものでなければなりません。Moodleが自動的にコンテキストからユーザを探しますので、ldap_context-vaiableをこのコンテキストに追加する必要はありません。"; +$string['auth_ldap_creators'] = "メンバーが新しいコースの作成を許されているグループのリストです。複数のグループは「;」で分けられています。通常は'cn=teachers,ou=staff,o=myorg'のようになります。"; $string['auth_ldap_host_url'] = "LDAPホストのURLを下記のように明示してください。 'ldap://ldap.myorg.com/' 又は 'ldaps://ldap.myorg.com/' "; @@ -49,6 +51,8 @@ $string['auth_pop3port'] = " $string['auth_pop3title'] = "POP3サーバを使用"; $string['auth_pop3type'] = "サーバタイプです。もし認証が必要な場合はpop3certを選択してください。"; $string['auth_user_create'] = "ユーザの作成を許可する"; +$string['auth_user_creation'] = "新しい(匿名の)ユーザは外部認証によりユーザアカウントを作成することが出来ます。ユーザの確定はメールによって行われます。このオプションを有効にした場合、module-specificオプションも同時に有効にする必要があります。"; +$string['auth_usernameexists'] = "このユーザ名は既に存在します。新しいものを選んでください。"; $string['authenticationoptions'] = "認証オプション"; $string['authinstructions'] = "どのようなユーザ名やパスワードを使用したらよいのかユーザに説明します。ここに入力した文章はログインページに表示されます。空白の場合、何も表示されません。"; $string['changepassword'] = "パスワードのURLを変更する"; diff --git a/lang/ja/pgassignment.php b/lang/ja/pgassignment.php index 25389b04829..aa1801e8496 100644 --- a/lang/ja/pgassignment.php +++ b/lang/ja/pgassignment.php @@ -1,5 +1,5 @@ Do NOT change the number of elements, the scale types or the element weights."; -$string['workbeingassessed'] = "Work being assessed by you"; -$string['yourworkbeingassessed'] = "Your work being assessed by other"; +$string['weightingofpeer'] = "学生による評価の比重"; +$string['weightingofteacher'] = "教師による評価の比重"; +$string['workofotherstudentsbeinggraded'] = "他の \$a 人の課題があなたによって評価されました"; +$string['youhavenotbeenallocatedanyworktograde'] = "あなたは評価すべき課題を提出していません"; +$string['yourworkbeinggraded'] = "あなたの課題は他の \$a 人によって評価されました"; ?>