Parent Directory
|
Revision Log
MDL-16695 Translated a new string for page_requirements_manager class. MDL-19182 Splitting auth.php lang file into multiple files based on en_utf8 split.
<?PHP // $Id: auth_fc.php,v 1.1 2009/06/12 17:44:09 mits Exp $
// auth_fc.php - created with Moodle 2.0 dev (Build: 20090603) (2009060200)
$string['auth_fcchangepasswordurl'] = 'パスワード変更のURI';
$string['auth_fcconnfail'] = '接続に失敗しました。エラー番号: $a[0] エラーストリング: $a[1]';
$string['auth_fccreators'] = 'メンバーがコースの作成を許可されているグループの一覧です。複数のグループは「;」で分けてください。グループ名はFirstClassサーバと厳密に同じ名称にしてください。システムは、大文字と小文字を区別します。';
$string['auth_fccreators_key'] = 'コース作成者';
$string['auth_fcdescription'] = 'ここでは、ユーザ名とパスワードが正しいかチェックするためFisrtClassサーバを使用します。';
$string['auth_fcfppport'] = 'サーバポート (3333が最も一般的です)';
$string['auth_fcfppport_key'] = 'ポート';
$string['auth_fchost'] = 'FirstClassサーバアドレスです。IPアドレスまたはDNS名を使用してください。';
$string['auth_fchost_key'] = 'ホスト';
$string['auth_fcpasswd'] = '上記アカウントのパスワード';
$string['auth_fcpasswd_key'] = 'パスワード';
$string['auth_fctitle'] = 'FirstClassサーバ';
$string['auth_fcuserid'] = '権限「Subadministrator」セットを持ったFirstClassアカウントのユーザIDです。';
$string['auth_fcuserid_key'] = 'ユーザID';
?>
| Moodle CVS Admin | ViewVC Help |
| Powered by ViewVC 1.0.7 |