From e019f2d0f2dc2fbfa345ab5d7ae85e67bfdd76b8 Mon Sep 17 00:00:00 2001 From: alecpl Date: Sat, 25 Sep 2010 13:03:53 +0000 Subject: - s/RoundCube/Roundcube/ --- installer/check.php | 6 +++--- installer/config.php | 6 +++--- installer/index.php | 8 ++++---- installer/rcube_install.php | 14 +++++++------- installer/test.php | 6 +++--- installer/utils.php | 4 ++-- installer/welcome.html | 4 ++-- 7 files changed, 24 insertions(+), 24 deletions(-) (limited to 'installer') diff --git a/installer/check.php b/installer/check.php index d1775a3ff..408f477b5 100644 --- a/installer/check.php +++ b/installer/check.php @@ -75,7 +75,7 @@ if (version_compare(PHP_VERSION, MIN_PHP_VERSION, '>=')) { ?>

Checking PHP extensions

-

The following modules/extensions are required to run RoundCube:

+

The following modules/extensions are required to run Roundcube:

$file) { ?>

Checking php.ini/.htaccess settings

-

The following settings are required to run RoundCube:

+

The following settings are required to run Roundcube:

$val) { failures) { - echo '

Sorry but your webserver does not meet the requirements for RoundCube!
+ echo '

Sorry but your webserver does not meet the requirements for Roundcube!
Please install the missing modules or fix the php.ini settings according to the above check results.
Hint: only checks showing NOT OK need to be fixed.

'; } diff --git a/installer/config.php b/installer/config.php index 02deb9b6d..073b7b5b2 100644 --- a/installer/config.php +++ b/installer/config.php @@ -24,7 +24,7 @@ $_SESSION['allowinstaller'] = true; if (!empty($_POST['submit'])) { echo '

Copy or download the following configurations and save them in two files'; - echo ' (names above the text box) within the '.RCMAIL_CONFIG_DIR.' directory of your RoundCube installation.
'; + echo ' (names above the text box) within the '.RCMAIL_CONFIG_DIR.' directory of your Roundcube installation.
'; echo ' Make sure that there are no characters outside the <?php ?> brackets when saving the files.

'; $textbox = new html_textarea(array('rows' => 16, 'cols' => 60, 'class' => "configfile")); @@ -343,12 +343,12 @@ $check_autocreate = new html_checkbox(array('name' => '_auto_create_user', 'id' echo $check_autocreate->show(intval($RCI->getprop('auto_create_user')), array('value' => 1)); ?> -
+

A user is authenticated by the IMAP server but it requires a local record to store settings and contacts. With this option enabled a new user record will automatically be created once the IMAP login succeeds.

-

If this option is disabled, the login only succeeds if there's a matching user-record in the local RoundCube database +

If this option is disabled, the login only succeeds if there's a matching user-record in the local Roundcube database what means that you have to create those records manually or disable this option after the first login.

diff --git a/installer/index.php b/installer/index.php index d1c55e4ec..1c157da7f 100644 --- a/installer/index.php +++ b/installer/index.php @@ -58,7 +58,7 @@ if ($RCI->configured && empty($_REQUEST['_step'])) { "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -RoundCube Webmail Installer +Roundcube Webmail Installer @@ -69,7 +69,7 @@ if ($RCI->configured && empty($_REQUEST['_step'])) {