translated one string.

This commit is contained in:
mits 2005-02-19 20:42:19 +00:00
parent c6b1545e31
commit 079cf26fdd
2 changed files with 5 additions and 3 deletions

View file

@ -1,5 +1,5 @@
<?PHP // $Id$ <?PHP // $Id$
// resource.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005021000) // resource.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005021800)
$string['addresource'] = 'リソースを追加する'; $string['addresource'] = 'リソースを追加する';
@ -78,6 +78,7 @@ $string['resourcetypehtml'] = '
$string['resourcetypelabel'] = 'ラベルの挿入'; $string['resourcetypelabel'] = 'ラベルの挿入';
$string['resourcetypetext'] = 'テキストページの作成'; $string['resourcetypetext'] = 'テキストページの作成';
$string['searchweb'] = 'ウェブページを検索'; $string['searchweb'] = 'ウェブページを検索';
$string['serverurl'] = '$CFG->wwwroot';
$string['variablename'] = '変数名'; $string['variablename'] = '変数名';
?> ?>

View file

@ -1,5 +1,5 @@
<?php // $Id$ <?PHP // $Id$
// resource.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005021000) // resource.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005021800)
$string['addresource'] = 'リソースを追加する'; $string['addresource'] = 'リソースを追加する';
@ -78,6 +78,7 @@ $string['resourcetypehtml'] = 'ウェブページの作成';
$string['resourcetypelabel'] = 'ラベルの挿入'; $string['resourcetypelabel'] = 'ラベルの挿入';
$string['resourcetypetext'] = 'テキストページの作成'; $string['resourcetypetext'] = 'テキストページの作成';
$string['searchweb'] = 'ウェブページを検索'; $string['searchweb'] = 'ウェブページを検索';
$string['serverurl'] = '$CFG->wwwroot';
$string['variablename'] = '変数名'; $string['variablename'] = '変数名';
?> ?>