Changeset 1012
- Timestamp:
- 01/10/07 03:03:51 (2 years ago)
- Files:
-
- branches/wheeljack/lib/MT/L10N/en_us.pm (modified) (1 diff)
- branches/wheeljack/tmpl/cms/backup_restore.tmpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/wheeljack/lib/MT/L10N/en_us.pm
r987 r1012 21 21 '_USER_STATUS_CAPTION' => 'status', 22 22 '_external_link_target' => '_top', 23 '_BACKUP_DESCRIPTION' => 'This screen allows you to backup the weblog <strong>[_1]</strong>.', 23 24 '_BACKUP_RESTORE_DESCRIPTION' => 'This screen allows you to backup and restore your Movable Type installation.', 24 25 '_BLOG_CONFIG_MODE_BASIC' => 'Basic Mode', branches/wheeljack/tmpl/cms/backup_restore.tmpl
r991 r1012 25 25 } 26 26 </script> 27 <h2><span class="weblog-title-highlight"><TMPL_IF NAME=BLOG_ID><TMPL_VAR NAME=BLOG_NAME ESCAPE=HTML><TMPL_ELSE><MT_TRANS phrase="System-wide"></TMPL_IF>:</span> <MT_TRANS phrase="Backup / Restore"></h2>27 <h2><span class="weblog-title-highlight"><TMPL_IF NAME=BLOG_ID><TMPL_VAR NAME=BLOG_NAME ESCAPE=HTML><TMPL_ELSE><MT_TRANS phrase="System-wide"></TMPL_IF>:</span> <MT_TRANS phrase="Backup"><TMPL_UNLESS NAME=BLOG_ID> / <MT_TRANS phrase="Restore"></TMPL_UNLESS></h2> 28 28 29 <p class="page-desc">< MT_TRANS phrase="_BACKUP_RESTORE_DESCRIPTION">29 <p class="page-desc"><TMPL_IF NAME=BLOG_ID><MT_TRANS phrase="_BACKUP_DESCRIPTION" params="<TMPL_VAR NAME=BLOG_NAME>"><TMPL_ELSE><MT_TRANS phrase="_BACKUP_RESTORE_DESCRIPTION"></TMPL_IF> 30 30 <a href="#" onclick="return openManual('backup_restore', 'backup_restore_main')" class="help">?</a></p> 31 31
