[TEP-COMMIT] CVS: catalog/catalog/install/includes/languages english.php,NONE,1.1 espanol.php,NONE,1.1 german.php,NONE,1.1
cvs-OfajU3CKLf1/[email protected] Mon, 16 Feb 2004 08:04:13 +0100
| Newsgroups | gmane.comp.web.oscommerce.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /pack/cvsroots/oscommerce/catalog/catalog/install/includes/languages
In directory sunsite.dk:/tmp/cvs-serv4284/includes/languages
Added Files:
english.php espanol.php german.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: english.php ---
<?php
/*
$Id: english.php,v 1.1 2004/02/16 06:59:35 hpdl Exp $
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2004 osCommerce
Released under the GNU General Public License
*/
define('ERROR_DB_NO_SERVER_SELECTED', 'No server selected.');
define('ERROR_DB_NO_DATABASE_SELECTED', 'No database selected.');
define('ERROR_SQL_FILE_NONEXISTENT', 'SQL file does not exist: %s');
define('IMAGE_INSTALL', 'New Installation');
define('IMAGE_UPGRADE', 'Upgrade');
define('IMAGE_BUTTON_CONTINUE', 'Continue');
define('IMAGE_BUTTON_CANCEL', 'Cancel');
define('IMAGE_BUTTON_BACK', 'Back');
define('IMAGE_BUTTON_RETRY', 'Retry');
?>
--- NEW FILE: espanol.php ---
<?php
/*
$Id: espanol.php,v 1.1 2004/02/16 06:59:35 hpdl Exp $
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2004 osCommerce
Released under the GNU General Public License
*/
define('ERROR_DB_NO_SERVER_SELECTED', 'No server selected.');
define('ERROR_DB_NO_DATABASE_SELECTED', 'No database selected.');
define('ERROR_SQL_FILE_NONEXISTENT', 'SQL file does not exist: %s');
define('IMAGE_INSTALL', 'New Installation');
define('IMAGE_UPGRADE', 'Upgrade');
define('IMAGE_BUTTON_CONTINUE', 'Continue');
define('IMAGE_BUTTON_CANCEL', 'Cancel');
define('IMAGE_BUTTON_BACK', 'Back');
define('IMAGE_BUTTON_RETRY', 'Retry');
?>
--- NEW FILE: german.php ---
<?php
/*
$Id: german.php,v 1.1 2004/02/16 06:59:35 hpdl Exp $
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2004 osCommerce
Released under the GNU General Public License
*/
define('ERROR_DB_NO_SERVER_SELECTED', 'No server selected.');
define('ERROR_DB_NO_DATABASE_SELECTED', 'No database selected.');
define('ERROR_SQL_FILE_NONEXISTENT', 'SQL file does not exist: %s');
define('IMAGE_INSTALL', 'New Installation');
define('IMAGE_UPGRADE', 'Upgrade');
define('IMAGE_BUTTON_CONTINUE', 'Continue');
define('IMAGE_BUTTON_CANCEL', 'Cancel');
define('IMAGE_BUTTON_BACK', 'Back');
define('IMAGE_BUTTON_RETRY', 'Retry');
?>
-------------------------------------------------------
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