moodle/lang/ja/enrol_paypal.php
mits afb12cb079 Polished whole ja langfile.
Changed "dekiru = be able to" from Kanji to Hiragana to make the expression more soften.
The meaning is not changed.
2004-09-17 16:42:37 +00:00

14 lines
643 B
PHP

<?PHP // $Id$
// enrol_paypal.php - created with Moodle 1.5 unstable development (2004091700)
$string['business'] = 'Paypalビジネスアカウントのメールアドレス';
$string['description'] = 'Paypalモジュールでは有料のコースを設定することができます。コースの費用がゼロの場合、学生は支払いを求められません。サイト全体に適用されるデフォルトの費用をここで設定することも、個々に設定することもできます。コース費用は、サイト全体の費用に優先されます。';
$string['enrolname'] = 'Paypal';
$string['sendpaymentbutton'] = 'Paypalで支払う';
$string['thischarset'] = 'EUC-JP';
$string['thisdirection'] = 'ltr';
$string['thislanguage'] = 'Japanese';
?>