Skip to content

Commit

Permalink
[#387 state:resolved] Mass search-replace instances of Movable Type w…
Browse files Browse the repository at this point in the history
…/ Melody in mt-wizard.
  • Loading branch information
Mike committed Oct 12, 2010
1 parent e2e2d03 commit c971d1c
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions tmpl/wizard/blog.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Commenting out until someone can input proper error checking if any
</mt:if>
-->

<p class="intro"><__trans phrase="In order to properly publish your blog, you must provide Movable Type with your blog's URL and the path on the filesystem where its files should be published."></p>
<p class="intro"><__trans phrase="In order to properly publish your blog, you must provide Melody with your blog's URL and the path on the filesystem where its files should be published."></p>

<fieldset id="blog_settings">

Expand All @@ -59,7 +59,7 @@ Commenting out until someone can input proper error checking if any
label="<__trans phrase="Publishing Path">"
label_class="top-label">
<input type="text" id="blogpath" class="ti" name="blogpath" value="<mt:if name="blogpath"><mt:var name="blogpath" escape="html"></mt:if>" />
<p class="hint"><__trans phrase="Your 'Publishing Path' is the path on your web server's file system where Movable Type will publish all the files for your blog. Your web server must have write access to this directory."></p>
<p class="hint"><__trans phrase="Your 'Publishing Path' is the path on your web server's file system where Melody will publish all the files for your blog. Your web server must have write access to this directory."></p>
</mtapp:setting>

<div id="continue" class="action-buttons">
Expand Down
4 changes: 2 additions & 2 deletions tmpl/wizard/configure.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ window.onload = function() {
<mt:unless name="success">
<mt:setvarblock name="db_setup_url"><__trans phrase="http://www.movabletype.org/documentation/[_1]" params="installation/setting-up-your-database.html"></mt:setvarblock>
<div id="db_hint">
<p class="hint"><__trans phrase="Is your preferred database not listed? View the <a href="[_1]" target="_blank">Movable Type System Check</a> see if additional modules are necessary." params="mt-check.cgi"></p>
<p class="hint"><__trans phrase="Is your preferred database not listed? View the <a href="[_1]" target="_blank">Melody System Check</a> see if additional modules are necessary." params="mt-check.cgi"></p>
<p class="hint"><__trans phrase="Once installed, <a href="javascript:void(0)" onclick="[_1]">click here to refresh this screen</a>." params="reTest();"></p>
<p class="hint"><__trans phrase="Read more: <a href="[_1]" target="_blank">Setting Up Your Database</a>" params="<mt:var name="db_setup_url">"></p>
</div>
Expand All @@ -182,7 +182,7 @@ window.onload = function() {
label="<__trans phrase="Database Path">"
label_class="top-label">
<input type="text" id="dbpath" class="ti" name="dbpath" value="<mt:if name="dbpath"><mt:var name="dbpath" escape="html"><mt:else>./db/mt.db</mt:if>" /><br />
<__trans phrase="The physical file path for your SQLite database. "><mt:unless name="dbpath"><__trans phrase="A default location of './db/mt.db' will store the database file underneath your Movable Type directory."></p></mt:unless>
<__trans phrase="The physical file path for your SQLite database. "><mt:unless name="dbpath"><__trans phrase="A default location of './db/mt.db' will store the database file underneath your Melody directory."></p></mt:unless>
</mtapp:setting>

</div>
Expand Down
4 changes: 2 additions & 2 deletions tmpl/wizard/mt-config.tmpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Movable Type Configuration File
## Melody Configuration File
##
## This file defines system-wide
## settings for Movable Type. In
## settings for Melody. In
## total, there are over a hundred
## options, but only those
## critical for everyone are listed
Expand Down
4 changes: 2 additions & 2 deletions tmpl/wizard/optional.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function mail_select(sel) {


<mt:if name="success">
<p class="intro"><span class="ready"><__trans phrase="Your mail configuration is complete."></span> <__trans phrase="Check your email to confirm receipt of a test email from Movable Type and then proceed to the next step."></p>
<p class="intro"><span class="ready"><__trans phrase="Your mail configuration is complete."></span> <__trans phrase="Check your email to confirm receipt of a test email from Melody and then proceed to the next step."></p>

<div id="buttons" class="pkg">
<div class="left">
Expand All @@ -59,7 +59,7 @@ function mail_select(sel) {
<div id="settings"<mt:if name="success"> style="display: none;"</mt:if>>

<p class="intro">
<__trans phrase="Periodically Movable Type will send email to inform users of new comments as well as other other events. For these emails to be sent properly, you must instruct Movable Type how to send email.">
<__trans phrase="Periodically Melody will send email to inform users of new comments as well as other other events. For these emails to be sent properly, you must instruct Melody how to send email.">
</p>

<mt:if name="send_error">
Expand Down
8 changes: 4 additions & 4 deletions tmpl/wizard/packages.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ function toggleList() {
<mtapp:statusmsg
id="missing_db"
class="error">
<__trans phrase="The following Perl modules are required in order to make a database connection. Movable Type requires a database in order to store your blog's data. Please install one of the packages listed here in order to proceed. When you are ready, click the 'Retry' button.">
<__trans phrase="The following Perl modules are required in order to make a database connection. Melody requires a database in order to store your blog's data. Please install one of the packages listed here in order to proceed. When you are ready, click the 'Retry' button.">
</mtapp:statusmsg>
</mt:if>
<mt:if name="optional">
<p class="intro"><span class="ready"><__trans phrase="All required Perl modules were found."></span> <__trans phrase="You are ready to proceed with the installation of Movable Type."></p>
<p class="intro"><span class="ready"><__trans phrase="All required Perl modules were found."></span> <__trans phrase="You are ready to proceed with the installation of Melody."></p>
<div class="right pkg">
<input name="continue" type="submit" class="sb" value="<__trans phrase="Continue">" onclick="go('next_step');" />
</div>
Expand All @@ -64,9 +64,9 @@ function toggleList() {
<mtapp:statusmsg
id="required"
class="error">
<__trans phrase="One or more Perl modules required by Movable Type could not be found.">
<__trans phrase="One or more Perl modules required by Melody could not be found.">
</mtapp:statusmsg>
<p><__trans phrase="The following Perl modules are required for Movable Type to run properly. Once you have met these requirements, click the 'Retry' button to re-test for these packages."></p>
<p><__trans phrase="The following Perl modules are required for Melody to run properly. Once you have met these requirements, click the 'Retry' button to re-test for these packages."></p>
</mt:if>

<mt:if name="optional">
Expand Down
14 changes: 7 additions & 7 deletions tmpl/wizard/start.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
</script>
</mt:setvarblock>
<mt:unless name="cfg_exists">
<mt:setvarblock name="page_title"><__trans phrase="Welcome to Movable Type"></mt:setvarblock>
<mt:setvarblock name="page_title"><__trans phrase="Welcome to Melody"></mt:setvarblock>
<mt:unless name="valid_static_path">
<mt:unless name="file_invalid">
<mt:setvarblock name="html_head" append="1">
Expand Down Expand Up @@ -162,7 +162,7 @@
<mt:include name="include/chromeless_header.tmpl">

<mt:if name="cfg_exists">
<p><__trans phrase="A configuration (mt-config.cgi) file already exists, <a href="[_1]">sign in</a> to Movable Type." params="mt.cgi"></p>
<p><__trans phrase="A configuration (mt-config.cgi) file already exists, <a href="[_1]">sign in</a> to Melody." params="mt.cgi"></p>
<p><__trans phrase="To create a new configuration file using the Wizard, remove the current configuration file and then refresh this page"></p>
<mt:else>
<form method="post">
Expand All @@ -171,10 +171,10 @@
<input type="hidden" name="config" value="<mt:var name="config" escape="html">" />

<noscript>
<p><__trans phrase="Movable Type requires that you enable JavaScript in your browser. Please enable it and refresh this page to proceed."></p>
<p><__trans phrase="Melody requires that you enable JavaScript in your browser. Please enable it and refresh this page to proceed."></p>
</noscript>

<p class="intro"><__trans phrase="This wizard will help you configure the basic settings needed to run Movable Type."></p>
<p class="intro"><__trans phrase="This wizard will help you configure the basic settings needed to run Melody."></p>

<mtapp:setting
id="default_language"
Expand Down Expand Up @@ -206,12 +206,12 @@

<h3><__trans phrase="Configure Static Web Path"></h3>

<p><__trans phrase="Movable Type ships with directory named [_1] which contains a number of important files such as images, javascript files and stylesheets." params="<strong>mt-static</strong>"></p>
<p><__trans phrase="Melody ships with directory named [_1] which contains a number of important files such as images, javascript files and stylesheets." params="<strong>mt-static</strong>"></p>

<mt:if name="mt_static_exists">
<p><__trans phrase="The [_1] directory is in the main Movable Type directory which this wizard script resides, but due to your web server's configuration, the [_1] directory is not accessible in this location and must be moved to a web-accessible location (e.g., your web document root directory)." params="<strong>mt-static</strong>"></p>
<p><__trans phrase="The [_1] directory is in the main Melody directory which this wizard script resides, but due to your web server's configuration, the [_1] directory is not accessible in this location and must be moved to a web-accessible location (e.g., your web document root directory)." params="<strong>mt-static</strong>"></p>
<mt:else>
<p><__trans phrase="This directory has either been renamed or moved to a location outside of the Movable Type directory."></p>
<p><__trans phrase="This directory has either been renamed or moved to a location outside of the Melody directory."></p>
</mt:if>

<p><__trans phrase="Once the [_1] directory is in a web-accessible location, specify the location below." params="<strong>mt-static</strong>"></p>
Expand Down

0 comments on commit c971d1c

Please sign in to comment.