Changeset 991
- Timestamp:
- 12/28/06 09:28:04 (2 years ago)
- Files:
-
- branches/wheeljack/lib/MT/App/CMS.pm (modified) (1 diff)
- branches/wheeljack/lib/MT/L10N/ja.pm (modified) (2 diffs)
- branches/wheeljack/tmpl/cms/backup_restore.tmpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/wheeljack/lib/MT/App/CMS.pm
r988 r991 11474 11474 require JSON; 11475 11475 require MT::Util; 11476 $assets_json = MT::Util::encode_ html(JSON::objToJson($assets)) if scalar(@$assets) > 0;11476 $assets_json = MT::Util::encode_url(JSON::objToJson($assets)) if scalar(@$assets) > 0; 11477 11477 $param->{files} = join(',', @$files); 11478 11478 $param->{assets} = $assets_json; branches/wheeljack/lib/MT/L10N/ja.pm
r987 r991 2551 2551 ## tmpl/cms/reload_opener.tmpl 2552 2552 ## tmpl/cms/dialog_restore_end.tmpl 2553 'The page will redirect to a new page in 3 seconds. Click <a href=\'javascript:void(0)\' onclick=\'return stopTimer()\'>here</a> to stop the timer.' => '3ç§åŸã«æ¬¡ã®ããŒãžãžèªåçã«é²ã¿ãŸãã<a href=\'javascript:void(0)\' onclick=\'return stopTimer()\'>ãã</a>ãã¯ãªãã¯ããã°ã¿ã€ããŒããšããããšãã§ããŸãã', 2553 2554 'An error occurred during the restore process: [_1] Please check your restore file.' => '埩å 2554 2555 ã®éäžã§ãšã©ãŒãçºçããŸãã: [_1] ããã¯ã¢ããã»ãã¡ã€ã«ã確èªããŠãã ããã', … … 3660 3661 (R)', 3661 3662 'Upload manifest file:' => 'ãããã§ã¹ããã¡ã€ã«ã®ã¢ããããŒã', 3663 'If your backup file is located on your computer, you can upload it here. Otherwise, Movable Type will automatically look in the <code>import</code> folder of your Movable Type directory.' => 'ããã¯ã¢ãããã¡ã€ã«ãã³ã³ãã¥ãŒã¿äžã«ããå Žåã¯ããããã¢ããããŒãã§ããŸããäœãæå®ããã«ãã¿ã³ãã¯ãªãã¯ãããšãMovable Typeã<code>import</code>ãã£ã¬ã¯ããªãããã¡ã€ã«ãæ¢ããŠåŸ©å 3664 ããŸãã', 3662 3665 'If you have a manifest file and multiple backup files, you first upload the manifest file here. Movable Type will guide you through the restore process.' => 'ãããã§ã¹ããã¡ã€ã«ãšè€æ°ã®ããã¯ã¢ãããã¡ã€ã«ãããå Žåã¯ããŸããããããããã§ã¹ããã¡ã€ã«ãã¢ããããŒãããŸãããã®åŸMovable Typeã®æç€ºã«åŸã£ãŠåŸ©å 3663 3666 ãè¡ããŸãã', branches/wheeljack/tmpl/cms/backup_restore.tmpl
r987 r991 132 132 <fieldset style="margin-top: 0px;"> 133 133 134 <h3> Upload Multiple Files</h3>134 <h3><MT_TRANS phrase="Upload Multiple Files"></h3> 135 135 136 136 <div class="setting">
