[interchange-cvs] interchange - ton modified dist/lib/UI/pages/admin/wizard/step_launch.html

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Tue Sep 18 08:02:01 2001


User:      ton
Date:      2001-09-18 12:01:15 GMT
Modified:  dist/lib/UI/pages/admin/wizard Tag: STABLE_4_8-branch
Modified:           step_launch.html
Log:
	Prepared for translation.

Revision  Changes    Path
No                   revision



No                   revision



2.1.2.1   +14 -15    interchange/dist/lib/UI/pages/admin/wizard/step_launch.html


rev 2.1.2.1, prev_rev 2.1
Index: step_launch.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/wizard/step_launch.html,v
retrieving revision 2.1
retrieving revision 2.1.2.1
diff -u -r2.1 -r2.1.2.1
--- step_launch.html	2001/07/26 13:20:39	2.1
+++ step_launch.html	2001/09/18 12:01:15	2.1.2.1
@@ -1,16 +1,15 @@
-[set page_title]Launch[/set]
+[set page_title][L]Launch[/L][/set]
 [set ui_checklist]1[/set]
 [set help_name]wizard.launch[/set]
 @_UI_STD_HEAD_@
 
 <p>
-To launch your site, click <u>launch</u>. The following will occur:
+[L]To launch your site, click <u>launch</u>. The following will occur[/L]:
 <UL>
-<LI>All orders will be deleted from the order database (if selected.) 
-<LI>All customer records will be deleted from the user database (if selected.)
-<LI>The order number will be reset.
-<LI>The secure web server will be enabled. (If you don't accept credit cards,
-this is optional.)
+<LI>[L]All orders will be deleted from the order database (if selected).[/L]
+<LI>[L]All customer records will be deleted from the user database (if selected).[/L]
+<LI>[L]The order number will be reset.[/L]
+<LI>[L]The secure web server will be enabled. (If you don't accept credit cards, this is optional.)[/L]
 </UL>
 
 <p>
@@ -35,24 +34,24 @@
 
 	ui_wizard_fields="nukeorders nukeusers orderstart enablesecure"
 
-	label.nukeorders="Delete sample order data"
-	help.nukeorders="Select Yes if you wish to start with an empty order database"
+	label.nukeorders="[L]Delete sample order data[/L]"
+	help.nukeorders="[L]Select Yes if you wish to start with an empty order database[/L]"
 	widget.nukeorders=yesno
 	default.nukeorders=1
 
-	label.nukeusers="Delete sample user data"
-	help.nukeusers="Select Yes if you wish to start with an empty customer database"
+	label.nukeusers="[L]Delete sample user data[/L]"
+	help.nukeusers="[L]Select Yes if you wish to start with an empty customer database[/L]"
 	widget.nukeusers=yesno
 	default.nukeusers=1
 
-	label.orderstart="Starting order number"
-	help.orderstart="First order number -- only letters/digits"
+	label.orderstart="[L]Starting order number[/L]"
+	help.orderstart="[L]First order number -- only letters/digits[/L]"
 	widget.orderstart=text_8
 	filter.orderstart=alphanumeric
 	default.orderstart=01000
 
-	label.enablesecure="Enable Secure (SSL)"
-	help.enablesecure="Select Yes if your Stronghold secure server is set up"
+	label.enablesecure="[L]Enable Secure (SSL)[/L]"
+	help.enablesecure="[L]Select Yes if your Stronghold secure server is set up[/L]"
 	override.enablesecure=1
 	widget.enablesecure=select
 	passed.enablesecure="0=No, 1=Yes"