[TEP-COMMIT] [CVS catalog] language updates

anonymous-OfajU3CKLf1/[email protected] 22 Jul 2004 20:38:49 -0000
Newsgroups gmane.comp.web.oscommerce.cvs
Message-ID <[email protected]>
Commit in catalog/catalog/install/includes/languages on MAIN

english/install.php +6 -5 1.1 -> 1.2

espanol/install.php +5 -4 1.1 -> 1.2

german/install.php +5 -4 1.1 -> 1.2

+16 -13

3 modified files

language updates

----------

catalog /catalog /install /includes /languages /english

install.php 1.1 -> 1.2

diff -u -r1.1 -r1.2
--- install.php 2004/02/16 06:59:36 1.1
+++ install.php 2004/07/22 20:38:47 1.2
@@ -10,10 +10,6 @@

Released under the GNU General Public License
*/

- define('PAGE_TITLE_WELCOME', 'Welcome to osCommerce!');
- define('TEXT_WELCOME', '<p>osCommerce is an open source e-commerce solution under on going development by the open source community. Its feature packed out-of-the-box installation allows store owners to setup, run, and maintain their online stores with minimum effort and with no costs involved.</p><p>osCommerce combines open source solutions to provide a free and open development platform, which includes the <i>powerful</i> PHP web scripting language, the <i>stable</i> Apache web server, and the <i>fast</i> MySQL database server.</p><p>With no restrictions or special requirements, osCommerce can be installed on any PHP3 or PHP4 enabled web server, on any environment that PHP and MySQL supports, which includes Linux, Solaris, BSD, and Microsoft Windows environments.</p>');
- define('TEXT_CHOOSE_INSTALLATION_TYPE', 'Please choose the installation method to continue.');
-

define('PAGE_TITLE_INSTALLATION', 'New Installation');
define('TEXT_CUSTOMIZE_INSTALLATION', 'Please customize the new installation with the following options:');

@@ -29,7 +25,7 @@

define('TEXT_ENTER_DATABASE_INFORMATION', 'Please enter the database server information:');

define('CONFIG_DATABASE_SERVER', 'Database Server:');

- define('CONFIG_DATABASE_SERVER_DESCRIPTION', 'Hostame or IP-address of the database server');

+ define('CONFIG_DATABASE_SERVER_DESCRIPTION', 'Hostname or IP-address of the database server');

define('CONFIG_DATABASE_SERVER_DESCRIPTION_LONG', 'The database server can be in the form of a hostname, such as db1.myserver.com, or as an IP-address, such as 192.168.0.1');

define('CONFIG_DATABASE_USERNAME', 'Username:');

@@ -53,6 +49,10 @@

define('CONFIG_DATABASE_PERSISTENT_CONNECTIONS_DESCRIPTION', '');
define('CONFIG_DATABASE_PERSISTENT_CONNECTIONS_DESCRIPTION_LONG', 'Enable persistent database connections.<br><br>Note: Persistent connections should be disabled for shared servers.');

+ define('CONFIG_DATABASE_CLASS', 'Database Type:');
+ define('CONFIG_DATABASE_CLASS_DESCRIPTION', '');
+ define('CONFIG_DATABASE_CLASS_DESCRIPTION_LONG', 'The database type to use.<br><br>"Transaction-Safe" database types are recommended however will only be used if the database server supports transactions.');
+

define('CONFIG_SESSION_STORAGE', 'Session Storage:');
define('CONFIG_SESSION_STORAGE_FILES', 'Files');
define('CONFIG_SESSION_STORAGE_DATABASE', 'Database');

@@ -63,6 +63,7 @@

define('CONFIG_IMPORT_SAMPLE_DATA_DESCRIPTION', '');
define('CONFIG_IMPORT_SAMPLE_DATA_DESCRIPTION_LONG', 'Insert sample data into the database (recommended for first time installations).');

+ define('ERROR_UNSUCCESSFUL_DATABASE_TYPE', '<p>The selected database type of <b>%s</b> is not supported by the database server. The database table type will be set back to the default value of <b>%s</b>.</p>');

define('ERROR_UNSUCCESSFUL_DATABASE_CONNECTION', '<p>A test connection made to the database was <b><u>NOT</u></b> successful.</p><p>The error message returned is:</p><p class="boxme">%s</p><p>Please click on the <i>Back</i> button below to review your database server settings.</p><p>If you require help with your database server settings, please consult your hosting company.</p>');

define('TEXT_SUCCESSFUL_DATABASE_CONNECTION', '<p>A test connection made to the database was <b><u>successful</u></b>.</p><p>Please continue the installation process to perform the database import procedure.</p><p>It is important this procedure is not interrupted, otherwise the database may end up corrupt.</p>');

----------

catalog /catalog /install /includes /languages /espanol

install.php 1.1 -> 1.2

diff -u -r1.1 -r1.2
--- install.php 2004/02/16 06:59:36 1.1
+++ install.php 2004/07/22 20:38:47 1.2
@@ -10,10 +10,6 @@

Released under the GNU General Public License
*/

- define('PAGE_TITLE_WELCOME', 'Welcome to osCommerce!');
- define('TEXT_WELCOME', '<p>osCommerce is an open source e-commerce solution under on going development by the open source community. Its feature packed out-of-the-box installation allows store owners to setup, run, and maintain their online stores with minimum effort and with no costs involved.</p><p>osCommerce combines open source solutions to provide a free and open development platform, which includes the <i>powerful</i> PHP web scripting language, the <i>stable</i> Apache web server, and the <i>fast</i> MySQL database server.</p><p>With no restrictions or special requirements, osCommerce can be installed on any PHP3 or PHP4 enabled web server, on any environment that PHP and MySQL supports, which includes Linux, Solaris, BSD, and Microsoft Windows environments.</p>');
- define('TEXT_CHOOSE_INSTALLATION_TYPE', 'Please choose the installation method to continue.');
-

define('PAGE_TITLE_INSTALLATION', 'New Installation');
define('TEXT_CUSTOMIZE_INSTALLATION', 'Please customize the new installation with the following options:');

@@ -53,6 +49,10 @@

define('CONFIG_DATABASE_PERSISTENT_CONNECTIONS_DESCRIPTION', '');
define('CONFIG_DATABASE_PERSISTENT_CONNECTIONS_DESCRIPTION_LONG', 'Enable persistent database connections.<br><br>Note: Persistent connections should be disabled for shared servers.');

+ define('CONFIG_DATABASE_TABLE_TYPE', 'Database Table Type:');
+ define('CONFIG_DATABASE_TABLE_TYPE_DESCRIPTION', '');
+ define('CONFIG_DATABASE_TABLE_TYPE_DESCRIPTION_LONG', 'The database table type to use.<br><br>The "InnoDB" table type is recommended for transaction-safe queries, however it will only be used if the database server supports this table type.');
+

define('CONFIG_SESSION_STORAGE', 'Session Storage:');
define('CONFIG_SESSION_STORAGE_FILES', 'Files');
define('CONFIG_SESSION_STORAGE_DATABASE', 'Database');

@@ -63,6 +63,7 @@

define('CONFIG_IMPORT_SAMPLE_DATA_DESCRIPTION', '');
define('CONFIG_IMPORT_SAMPLE_DATA_DESCRIPTION_LONG', 'Insert sample data into the database (recommended for first time installations).');

+ define('ERROR_UNSUCCESSFUL_DATABASE_TYPE', '<p>The selected database table type of %s is not supported by the database server. The database table type will be set back to the default value of MyISAM.</p>');

define('ERROR_UNSUCCESSFUL_DATABASE_CONNECTION', '<p>A test connection made to the database was <b><u>NOT</u></b> successful.</p><p>The error message returned is:</p><p class="boxme">%s</p><p>Please click on the <i>Back</i> button below to review your database server settings.</p><p>If you require help with your database server settings, please consult your hosting company.</p>');

define('TEXT_SUCCESSFUL_DATABASE_CONNECTION', '<p>A test connection made to the database was <b><u>successful</u></b>.</p><p>Please continue the installation process to perform the database import procedure.</p><p>It is important this procedure is not interrupted, otherwise the database may end up corrupt.</p>');

----------

catalog /catalog /install /includes /languages /german

install.php 1.1 -> 1.2

diff -u -r1.1 -r1.2
--- install.php 2004/02/16 06:59:37 1.1
+++ install.php 2004/07/22 20:38:48 1.2
@@ -10,10 +10,6 @@

Released under the GNU General Public License
*/

- define('PAGE_TITLE_WELCOME', 'Welcome to osCommerce!');
- define('TEXT_WELCOME', '<p>osCommerce is an open source e-commerce solution under on going development by the open source community. Its feature packed out-of-the-box installation allows store owners to setup, run, and maintain their online stores with minimum effort and with no costs involved.</p><p>osCommerce combines open source solutions to provide a free and open development platform, which includes the <i>powerful</i> PHP web scripting language, the <i>stable</i> Apache web server, and the <i>fast</i> MySQL database server.</p><p>With no restrictions or special requirements, osCommerce can be installed on any PHP3 or PHP4 enabled web server, on any environment that PHP and MySQL supports, which includes Linux, Solaris, BSD, and Microsoft Windows environments.</p>');
- define('TEXT_CHOOSE_INSTALLATION_TYPE', 'Please choose the installation method to continue.');
-

define('PAGE_TITLE_INSTALLATION', 'New Installation');
define('TEXT_CUSTOMIZE_INSTALLATION', 'Please customize the new installation with the following options:');

@@ -53,6 +49,10 @@

define('CONFIG_DATABASE_PERSISTENT_CONNECTIONS_DESCRIPTION', '');
define('CONFIG_DATABASE_PERSISTENT_CONNECTIONS_DESCRIPTION_LONG', 'Enable persistent database connections.<br><br>Note: Persistent connections should be disabled for shared servers.');

+ define('CONFIG_DATABASE_TABLE_TYPE', 'Database Table Type:');
+ define('CONFIG_DATABASE_TABLE_TYPE_DESCRIPTION', '');
+ define('CONFIG_DATABASE_TABLE_TYPE_DESCRIPTION_LONG', 'The database table type to use.<br><br>The "InnoDB" table type is recommended for transaction-safe queries, however it will only be used if the database server supports this table type.');
+

define('CONFIG_SESSION_STORAGE', 'Session Storage:');
define('CONFIG_SESSION_STORAGE_FILES', 'Files');
define('CONFIG_SESSION_STORAGE_DATABASE', 'Database');

@@ -64,6 +64,7 @@

define('CONFIG_IMPORT_SAMPLE_DATA_DESCRIPTION_LONG', 'Insert sample data into the database (recommended for first time installations).');

define('ERROR_UNSUCCESSFUL_DATABASE_CONNECTION', '<p>A test connection made to the database was <b><u>NOT</u></b> successful.</p><p>The error message returned is:</p><p class="boxme">%s</p><p>Please click on the <i>Back</i> button below to review your database server settings.</p><p>If you require help with your database server settings, please consult your hosting company.</p>');

+ define('ERROR_UNSUCCESSFUL_DATABASE_CONNECTION', '<p>Eine Testverbindung zu Ihrem Datenbankserver war <b><u>Nicht</u></b> erfolgreich.</p><p>Folgende Fehlermeldung hat Ihr Server zurück gegeben:</p><p class="boxme">%s</p><p>Bitte klicken Sie auf den <i>Zurück</i> Button und kontrolieren Sie Ihre Datenbankserver Einstellungen.</p><p>Sollte diese Problem weiter bestehen, kontaktieren Sie bitte Ihren Provider.</p>');

define('TEXT_SUCCESSFUL_DATABASE_CONNECTION', '<p>A test connection made to the database was <b><u>successful</u></b>.</p><p>Please continue the installation process to perform the database import procedure.</p><p>It is important this procedure is not interrupted, otherwise the database may end up corrupt.</p>');
define('TEXT_IMPORT_SQL', '<p>The file to import must be located and named at:</p><p>%s</p>');

CVSspam 0.2.8

-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click