[TEP-COMMIT] CVS: catalog/catalog/includes/languages/english checkout_payment.php,1.14,1.15 conditions.php,1.4,1.5

Mark Evans <[email protected]>
Newsgroups gmane.comp.web.oscommerce.cvs
Message-ID <[email protected]>
Update of /cvsroot/tep/catalog/catalog/includes/languages/english
In directory sc8-pr-cvs1:/tmp/cvs-serv12041/includes/languages/english

Modified Files:
	checkout_payment.php conditions.php 
Log Message:
European Regulations work. This is detailed in workboard item 69

Index: checkout_payment.php
===================================================================
RCS file: /cvsroot/tep/catalog/catalog/includes/languages/english/checkout_payment.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- checkout_payment.php	6 Feb 2003 17:38:16 -0000	1.14
+++ checkout_payment.php	3 Dec 2003 17:32:53 -0000	1.15
@@ -5,7 +5,7 @@
   osCommerce, Open Source E-Commerce Solutions
   http://www.oscommerce.com
 
-  Copyright (c) 2002 osCommerce
+  Copyright (c) 2003 osCommerce
 
   Released under the GNU General Public License
 */
@@ -18,6 +18,10 @@
 define('TABLE_HEADING_BILLING_ADDRESS', 'Billing Address');
 define('TEXT_SELECTED_BILLING_DESTINATION', 'Please choose from your address book where you would like the invoice to be sent to.');
 define('TITLE_BILLING_ADDRESS', 'Billing Address:');
+
+define('TABLE_HEADING_CONDITIONS', 'Terms and Conditions');
+define('TEXT_CONDITIONS_DESCRIPTION', 'Please acknowledge the terms and conditions bound to this order by ticking the following box. The terms and conditions can be read <a href="' . tep_href_link(FILENAME_CONDITIONS, '', 'SSL') . '"><u>here</u></a>.');
+define('TEXT_CONDITIONS_CONFIRM', 'I have read and agreed to the terms and conditions bound to this order.');
 
 define('TABLE_HEADING_PAYMENT_METHOD', 'Payment Method');
 define('TEXT_SELECT_PAYMENT_METHOD', 'Please select the preferred payment method to use on this order.');

Index: conditions.php
===================================================================
RCS file: /cvsroot/tep/catalog/catalog/includes/languages/english/conditions.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- conditions.php	19 Nov 2002 01:48:08 -0000	1.4
+++ conditions.php	3 Dec 2003 17:32:53 -0000	1.5
@@ -5,13 +5,15 @@
   osCommerce, Open Source E-Commerce Solutions
   http://www.oscommerce.com
 
-  Copyright (c) 2002 osCommerce
+  Copyright (c) 2003 osCommerce
 
   Released under the GNU General Public License
 */
 
-define('NAVBAR_TITLE', 'Conditions of Use');
-define('HEADING_TITLE', 'Conditions of Use');
+define('NAVBAR_TITLE', 'Terms and Conditions');
+define('HEADING_TITLE', 'Terms and Conditions');
 
-define('TEXT_INFORMATION', 'Put here your Conditions of Use information.');
-?>
\ No newline at end of file
+define('TEXT_INFORMATION', 'Put your Terms and Conditions of Sale here.');
+define('TITLE_CONTINUE_CHECKOUT_PROCEDURE', 'Continue Checkout Procedure');
+define('TEXT_CONTINUE_CHECKOUT_PROCEDURE', 'to confirm the terms and conditions.');
+?>



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.