mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
translated one string.
This commit is contained in:
parent
c6b1545e31
commit
079cf26fdd
2 changed files with 5 additions and 3 deletions
|
@ -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'] = '変数名';
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -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'] = '変数名';
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue