Changeset 2616

Show
Ignore:
Timestamp:
06/20/08 00:33:21 (20 months ago)
Author:
fumiakiy
Message:

Translate URL to the documentation about setting up database configuration. BugId:80219

Location:
branches/release-40
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/release-40/lib/MT/L10N/ja.pm

    r2613 r2616  
    24502450        'Database Type' => 'デヌタベヌスの皮類', 
    24512451        'Select One...' => '遞択しおください', 
     2452    'http://www.movabletype.org/documentation/[_1]' => 'http://www.movabletype.jp/documentation/[_1]', 
    24522453        'If your database type is not listed in the menu above, then you need to <a target="help" href="[_1]">install the Perl module necessary to connect to your database</a>.  If this is the case, please check your installation and <a href="javascript:void(0)" onclick="[_2]">re-test your installation</a>.' => 'お䜿いになるデヌタベヌスの皮類が䞀芧に衚瀺されおいない堎合、<a target="help" href="[_1]">デヌタベヌス接続に忠
    24532454芁なPerlモゞュヌルをむンストヌルしおください</a>。', 
  • branches/release-40/tmpl/wizard/configure.tmpl

    r2610 r2616  
    162162 
    163163<mt:unless name="success"> 
    164 <p id="db_hint" class="hint"><__trans phrase="If your database type is not listed in the menu above, then you need to <a target="help" href="[_1]">install the Perl module necessary to connect to your database</a>.  If this is the case, please check your installation and <a href="javascript:void(0)" onclick="[_2]">re-test your installation</a>." params="http://www.movabletype.org/documentation/installation/setting-up-your-database.html%%reTest();"></p> 
     164<mt:setvarblock name="db_setup_url"><__trans phrase="http://www.movabletype.org/documentation/[_1]" params="installation/setting-up-your-database.html"></mt:setvarblock> 
     165<p id="db_hint" class="hint"><__trans phrase="If your database type is not listed in the menu above, then you need to <a target="help" href="[_1]">install the Perl module necessary to connect to your database</a>.  If this is the case, please check your installation and <a href="javascript:void(0)" onclick="[_2]">re-test your installation</a>." params="<mt:var name="db_setup_url">%%reTest();"></p> 
    165166</mt:unless> 
    166167