[TEP-COMMIT] CVS: catalog/catalog/install/includes/languages/german index.php,NONE,1.1 install.php,NONE,1.1 upgrade.php,NONE,1.1
cvs-OfajU3CKLf1/[email protected] Mon, 16 Feb 2004 08:09:31 +0100
| Newsgroups | gmane.comp.web.oscommerce.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /pack/cvsroots/oscommerce/catalog/catalog/install/includes/languages/german
In directory sunsite.dk:/tmp/cvs-serv4284/includes/languages/german
Added Files:
index.php install.php upgrade.php
Log Message:
make the installation and upgrade procedure multilingual
separate the sample database data from the database structure - installing
the sample data is now an option during the installation procedure
--- NEW FILE: index.php ---
<?php
/*
$Id: index.php,v 1.1 2004/02/16 06:59:37 hpdl Exp $
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2004 osCommerce
Released under the GNU General Public License
*/
define('PAGE_TITLE_WELCOME', 'Welcome to osCommerce v2.2 MS3-CVS!');
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.');
?>
--- NEW FILE: install.php ---
<?php
/*
$Id: install.php,v 1.1 2004/02/16 06:59:37 hpdl Exp $
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2004 osCommerce
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:');
define('CONFIG_IMPORT_CATALOG_DATABASE', 'Import Catalog Database:');
define('CONFIG_IMPORT_CATALOG_DATABASE_DESCRIPTION', 'Install the database and add the sample data');
define('CONFIG_IMPORT_CATALOG_DATABASE_DESCRIPTION_LONG', 'Checking this box will import the database structure, required data, and some sample data. (required for first time installations)');
define('CONFIG_AUTOMATIC_CONFIGURATION', 'Automatic Configuration:');
define('CONFIG_AUTOMATIC_CONFIGURATION_DESCRIPTION', 'Save configuration values');
define('CONFIG_AUTOMATIC_CONFIGURATION_DESCRIPTION_LONG', 'Checking this box will save all entered data during the installation procedure to the appropriate configuration files on the server.');
define('PAGE_SUBTITLE_DATABASE_IMPORT', 'Database Import');
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_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:');
define('CONFIG_DATABASE_USERNAME_DESCRIPTION', 'Database username');
define('CONFIG_DATABASE_USERNAME_DESCRIPTION_LONG', 'The username used to connect to the database server. An example username is \'mysql_10\'.<br><br>Note: Create and Drop permissions <b>are required</b> at this point of the installation procedure.');
define('CONFIG_DATABASE_USERNAME_RESTRICTED_DESCRIPTION_LONG', 'The username used to connect to the database server. An example username is \'mysql_10\'.<br><br>Note: Create and Drop permissions <b>are not required</b> for the general use of osCommerce.');
define('CONFIG_DATABASE_PASSWORD', 'Password:');
define('CONFIG_DATABASE_PASSWORD_DESCRIPTION', 'Database password');
define('CONFIG_DATABASE_PASSWORD_DESCRIPTION_LONG', 'The password is used together with the username, which forms the database user account.');
define('CONFIG_DATABASE_NAME', 'Database Name:');
define('CONFIG_DATABASE_NAME_DESCRIPTION', 'Database name');
define('CONFIG_DATABASE_NAME_DESCRIPTION_LONG', 'The database used to hold the data. An example database name is \'osCommerce\'.');
define('CONFIG_DATABASE_TABLE_PREFIX', 'Database Table Prefix:');
define('CONFIG_DATABASE_TABLE_PREFIX_DESCRIPTION', 'Database table prefix');
define('CONFIG_DATABASE_TABLE_PREFIX_DESCRIPTION_LONG', 'The prefix to use for the database tables created. An example table prefix is \'osc_\' which would create a table name of osc_products.');
define('CONFIG_DATABASE_PERSISTENT_CONNECTIONS', 'Persistent Connections:');
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_SESSION_STORAGE', 'Session Storage:');
define('CONFIG_SESSION_STORAGE_FILES', 'Files');
define('CONFIG_SESSION_STORAGE_DATABASE', 'Database');
define('CONFIG_SESSION_STORAGE_DESCRIPTION', '');
define('CONFIG_SESSION_STORAGE_DESCRIPTION_LONG', 'Store user session data as files on the server, or in the database.<br><br>Note: Due to security related issues, database session storage is recommended for shared servers.');
define('CONFIG_IMPORT_SAMPLE_DATA', 'Import Sample Data:');
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_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>');
define('TEXT_IMPORT_SQL', '<p>The file to import must be located and named at:</p><p>%s</p>');
define('TEXT_IMPORT_DATA_SAMPLE_SQL', '<p>The sample data file to import must be located and named at:</p><p>%s</p>');
define('ERROR_UNSUCCESSFUL_DATABASE_IMPORT', '<p>The following error has occurred:</p><p class="boxme">%s</p>');
define('TEXT_SUCCESSFUL_DATABASE_IMPORT', 'The database import was <b><u>successful</u></b>!');
define('PAGE_SUBTITLE_OSCOMMERCE_CONFIGURATION', 'osCommerce Configuration');
define('TEXT_ENTER_WEBSERVER_INFORMATION', 'Please enter the web server information:');
define('CONFIG_WWW_ADDRESS', 'WWW Address:');
define('CONFIG_WWW_ADDRESS_DESCRIPTION', 'The full website address to the online store');
define('CONFIG_WWW_ADDRESS_DESCRIPTION_LONG', 'The web address to the online store, for example <i>http://www.my-server.com/catalog/</i>');
define('CONFIG_WWW_ROOT_DIRECTORY', 'Webserver Root Directory:');
define('CONFIG_WWW_ROOT_DIRECTORY_DESCRIPTION', 'The server path to the online store');
define('CONFIG_WWW_ROOT_DIRECTORY_DESCRIPTION_LONG', 'The directory where osCommerce is installed on the server, for example <i>/home/myname/public_html/osCommerce/</i>');
define('CONFIG_WWW_HTTP_COOKIE_DOMAIN', 'HTTP Cookie Domain:');
define('CONFIG_WWW_HTTP_COOKIE_DOMAIN_DESCRIPTION', 'The domain to store cookies in');
define('CONFIG_WWW_HTTP_COOKIE_DOMAIN_DESCRIPTION_LONG', 'The full or top-level domain to store the cookies in, for example <i>.my-server.com</i>');
define('CONFIG_WWW_HTTP_COOKIE_PATH', 'HTTP Cookie Path:');
define('CONFIG_WWW_HTTP_COOKIE_PATH_DESCRIPTION', 'The path to store cookies under');
define('CONFIG_WWW_HTTP_COOKIE_PATH_DESCRIPTION_LONG', 'The web address to limit the cookie to, for example <i>/catalog/</i>');
define('CONFIG_ENABLE_SSL', 'Enable SSL Connections:');
define('CONFIG_ENABLE_SSL_DESCRIPTION', '');
define('CONFIG_ENABLE_SSL_DESCRIPTION_LONG', 'Enable secure SSL/HTTPS connections (requires a secure certificate installed on the web server)');
define('CONFIG_WWW_WORK_DIRECTORY', 'Work Directory:');
define('CONFIG_WWW_WORK_DIRECTORY_DESCRIPTION', 'The path to store osCommerce work data under (cache, sessions)');
define('CONFIG_WWW_WORK_DIRECTORY_DESCRIPTION_LONG', 'This path should be located <u>outside</u> the public HTML directory. (please avoid /tmp/ for security reasons)');
define('ERROR_WORK_DIRECTORY_NON_EXISTANT', '<p>The following error has occurred:</p><p><div class="boxMe"><b>The work directory does not exist.</b><br><br>Please perform the following actions:<ul class="boxMe"><li>mkdir %s</li></ul></div></p>');
define('ERROR_WORK_DIRECTORY_NOT_WRITEABLE', '<p>The following error has occurred:</p><p><div class="boxMe"><b>The work directory cannot be written to by the web server.</b><br><br>Please perform the following actions:<ul class="boxMe"><li>chmod 706 %s</li></ul></div></p><p class="noteBox">If <i>chmod 706</i> does not work, please try <i>chmod 777</i>.</p>');
define('TEXT_ENTER_SECURE_WEBSERVER_INFORMATION', 'Please enter the secure web server information:');
define('CONFIG_WWW_HTTPS_ADDRESS', 'Secure WWW Address:');
define('CONFIG_WWW_HTTPS_ADDRESS_DESCRIPTION', 'The full website address to the online store on the secure server');
define('CONFIG_WWW_HTTPS_ADDRESS_DESCRIPTION_LONG', 'The secure web address to the online store, for example <i>https://ssl.my-hosting-company.com/my_name/catalog/</i>');
define('CONFIG_WWW_HTTPS_COOKIE_DOMAIN', 'Secure Cookie Domain:');
define('CONFIG_WWW_HTTPS_COOKIE_DOMAIN_DESCRIPTION', 'The secure domain to store cookies in');
define('CONFIG_WWW_HTTPS_COOKIE_DOMAIN_DESCRIPTION_LONG', 'The full or top-level domain of the secure server to store the cookies in, for example <i>ssl.my-hosting-company.com</i>');
define('CONFIG_WWW_HTTPS_COOKIE_PATH', 'Secure Cookie Path:');
define('CONFIG_WWW_HTTPS_COOKIE_PATH_DESCRIPTION', 'The secure path to store cookies under');
define('CONFIG_WWW_HTTPS_COOKIE_PATH_DESCRIPTION_LONG', 'The web address of the secure server to limit the cookie to, for example <i>/my_name/catalog/</i>');
define('ERROR_CONFIG_FILE_NOT_WRITEABLE', '<p>The following error has occurred:</p><p><div class="boxMe"><b>The configuration files do not exist, or permission levels are not set.</b><br><br>Please perform the following actions:<ul class="boxMe"><li>cd %sincludes/</li><li>touch configure.php</li><li>chmod 706 configure.php</li></ul><ul class="boxMe"><li>cd %sadmin/includes/</li><li>touch configure.php</li><li>chmod 706 configure.php</li></ul></div></p><p class="noteBox">If <i>chmod 706</i> does not work, please try <i>chmod 777</i>.</p><p class="noteBox">If you are running this installation procedure under a Microsoft Windows environment, try renaming the existing configuration file so a new file can be created.</p>');
define('TEXT_SUCCESSFUL_CONFIGURATION', 'The configuration was successful!');
?>
--- NEW FILE: upgrade.php ---
<?php
/*
$Id: upgrade.php,v 1.1 2004/02/16 06:59:37 hpdl Exp $
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2004 osCommerce
Released under the GNU General Public License
*/
define('PAGE_TITLE_UPGRADE', 'Upgrade');
define('TEXT_UPGRADE_DESCRIPTION', '<p>This upgrade procedure will upgrade the <nobr>The Exchange Project 2.1</nobr> database structure to the <nobr>osCommerce 2.2 Milestone 3-CVS</nobr> database structure.</p><p>It is recommended to perform this upgrade procedure on an up-to-date backup of your 2.1 database.</p>');
define('TEXT_ENTER_DATABASE_INFORMATION', '<p>Please enter the database server information:</p>');
define('CONFIG_DATABASE_SERVER', 'Database Server:');
define('CONFIG_DATABASE_SERVER_DESCRIPTION', 'Hostame 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:');
define('CONFIG_DATABASE_USERNAME_DESCRIPTION', 'Database username');
define('CONFIG_DATABASE_USERNAME_DESCRIPTION_LONG', 'The username used to connect to the database server. An example username is \'mysql_10\'.<br><br>Note: Create and Drop permissions <b>are required</b> at this point of the installation procedure.');
define('CONFIG_DATABASE_USERNAME_RESTRICTED_DESCRIPTION_LONG', 'The username used to connect to the database server. An example username is \'mysql_10\'.<br><br>Note: Create and Drop permissions <b>are not required</b> for the general use of osCommerce.');
define('CONFIG_DATABASE_PASSWORD', 'Password:');
define('CONFIG_DATABASE_PASSWORD_DESCRIPTION', 'Database password');
define('CONFIG_DATABASE_PASSWORD_DESCRIPTION_LONG', 'The password is used together with the username, which forms the database user account.');
define('CONFIG_DATABASE_NAME', 'Database Name:');
define('CONFIG_DATABASE_NAME_DESCRIPTION', 'Database name');
define('CONFIG_DATABASE_NAME_DESCRIPTION_LONG', 'The database used to hold the data. An example database name is \'osCommerce\'.');
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 upgrade process to perform the database upgrade procedure.</p><p>It is important this procedure is not interrupted, otherwise the database may end up corrupt.</p>');
define('TEXT_ADDRESS_BOOK', 'Address Book');
define('TEXT_BANNERS', 'Banners');
define('TEXT_CATEGORIES', 'Categories');
define('TEXT_CONFIGURATION', 'Configuration');
define('TEXT_CURRENCIES', 'Currencies');
define('TEXT_CUSTOMERS', 'Customers');
define('TEXT_IMAGES', 'Images');
define('TEXT_LANGUAGES', 'Languages');
define('TEXT_MANUFACTURERS', 'Manufacturers');
define('TEXT_ORDERS', 'Orders');
define('TEXT_PRODUCTS', 'Products');
define('TEXT_REVIEWS', 'Reviews');
define('TEXT_SESSIONS', 'Sessions');
define('TEXT_SPECIALS', 'Specials');
define('TEXT_TAXES', 'Taxes');
define('TEXT_WHOS_ONLINE', 'Whos Online');
define('TEXT_STATUS', 'Status:');
define('TEXT_PREPARING', 'Preparing');
define('TEXT_UPDATING', 'Updating %s');
define('TEXT_UPDATING_DONE', 'Updating %s .. done!');
define('TEXT_UPDATING_COMPLETE', 'Update complte!');
define('TEXT_SUCCESSFUL_DATABASE_UPGRADE', '<p>The database upgrade procedure was successful!</p>');
?>
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click