Update of /cvsroot/tep/catalog/catalog/includes/languages
In directory sc8-pr-cvs1:/tmp/cvs-serv12041/includes/languages
Modified Files:
english.php espanol.php german.php
Log Message:
European Regulations work. This is detailed in workboard item 69
Index: english.php
===================================================================
RCS file: /cvsroot/tep/catalog/catalog/includes/languages/english.php,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -d -r1.115 -r1.116
--- english.php 17 Nov 2003 20:40:54 -0000 1.115
+++ english.php 3 Dec 2003 17:32:53 -0000 1.116
@@ -122,7 +122,7 @@
// information box text in includes/boxes/information.php
define('BOX_HEADING_INFORMATION', 'Information');
define('BOX_INFORMATION_PRIVACY', 'Privacy Notice');
-define('BOX_INFORMATION_CONDITIONS', 'Conditions of Use');
+define('BOX_INFORMATION_CONDITIONS', 'Terms & Conditions');
define('BOX_INFORMATION_SHIPPING', 'Shipping & Returns');
define('BOX_INFORMATION_CONTACT', 'Contact Us');
@@ -151,6 +151,7 @@
define('JS_ERROR_SUBMITTED', 'This form has already been submitted. Please
press Ok and wait for this process to be completed.');
define('ERROR_NO_PAYMENT_MODULE_SELECTED', 'Please select a payment method for
your order.');
+define('ERROR_CONDITIONS_NOT_ACCEPTED', 'Please confirm the terms and
conditions bound to this order by ticking the box below.');
define('CATEGORY_COMPANY', 'Company Details');
define('CATEGORY_PERSONAL', 'Your Personal Details');
Index: espanol.php
===================================================================
RCS file: /cvsroot/tep/catalog/catalog/includes/languages/espanol.php,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -d -r1.108 -r1.109
--- espanol.php 17 Nov 2003 20:40:54 -0000 1.108
+++ espanol.php 3 Dec 2003 17:32:53 -0000 1.109
@@ -122,7 +122,7 @@
// information box text in includes/boxes/information.php
define('BOX_HEADING_INFORMATION', 'Información');
define('BOX_INFORMATION_PRIVACY', 'Confidencialidad');
-define('BOX_INFORMATION_CONDITIONS', 'Condiciones de uso');
+define('BOX_INFORMATION_CONDITIONS', 'Terms & Conditions');
define('BOX_INFORMATION_SHIPPING', 'Envios/Devoluciones');
define('BOX_INFORMATION_CONTACT', 'Contactenos');
@@ -151,6 +151,7 @@
define('JS_ERROR_SUBMITTED', 'Ya ha enviado el formulario. Pulse Aceptar y
espere a que termine el proceso.');
define('ERROR_NO_PAYMENT_MODULE_SELECTED', 'Por favor seleccione un
método de pago para su pedido.');
+define('ERROR_CONDITIONS_NOT_ACCEPTED', 'Please confirm the terms and
conditions bound to this order by ticking the box below.');
define('CATEGORY_COMPANY', 'Empresa');
define('CATEGORY_PERSONAL', 'Personal');
Index: german.php
===================================================================
RCS file: /cvsroot/tep/catalog/catalog/includes/languages/german.php,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -d -r1.125 -r1.126
--- german.php 17 Nov 2003 20:40:54 -0000 1.125
+++ german.php 3 Dec 2003 17:32:53 -0000 1.126
@@ -122,7 +122,7 @@
// information box text in includes/boxes/information.php
define('BOX_HEADING_INFORMATION', 'Informationen');
define('BOX_INFORMATION_PRIVACY', 'Privatsphäre<br> und
Datenschutz');
-define('BOX_INFORMATION_CONDITIONS', 'Unsere AGB\'s');
+define('BOX_INFORMATION_CONDITIONS', 'Terms & Conditions');
define('BOX_INFORMATION_SHIPPING', 'Liefer- und<br> Versandkosten');
define('BOX_INFORMATION_CONTACT', 'Kontakt');
@@ -151,6 +151,7 @@
define('JS_ERROR_SUBMITTED', 'Diese Seite wurde bereits bestätigt. Betätigen
Sie bitte OK und warten bis der Prozess durchgeführt wurde.');
define('ERROR_NO_PAYMENT_MODULE_SELECTED', 'Bitte wählen Sie eine
Zahlungsweise für Ihre Bestellung.');
+define('ERROR_CONDITIONS_NOT_ACCEPTED', 'Please confirm the terms and
conditions bound to this order by ticking the box below.');
define('CATEGORY_COMPANY', 'Firmendaten');
define('CATEGORY_PERSONAL', 'Ihre persönlichen Daten');
-------------------------------------------------------
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/
|