Changeset 2616
- Timestamp:
- 06/20/08 00:33:21 (6 months ago)
- Files:
-
- branches/release-40/lib/MT/L10N/ja.pm (modified) (1 diff)
- branches/release-40/tmpl/wizard/configure.tmpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/release-40/lib/MT/L10N/ja.pm
r2613 r2616 2450 2450 'Database Type' => 'ããŒã¿ããŒã¹ã®çš®é¡', 2451 2451 'Select One...' => 'éžæããŠãã ãã', 2452 'http://www.movabletype.org/documentation/[_1]' => 'http://www.movabletype.jp/documentation/[_1]', 2452 2453 '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]">ããŒã¿ããŒã¹æ¥ç¶ã«å¿ 2453 2454 èŠãªPerlã¢ãžã¥ãŒã«ãã€ã³ã¹ããŒã«ããŠãã ãã</a>ã', branches/release-40/tmpl/wizard/configure.tmpl
r2610 r2616 162 162 163 163 <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> 165 166 </mt:unless> 166 167
