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

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Tue Sep 18 07:04:03 2001


User:      ton
Date:      2001-09-18 11:03:53 GMT
Modified:  dist/lib/UI/pages/admin/wizard Tag: STABLE_4_8-branch
Modified:           step_company.html
Log:
	Prepared for translation.

Revision  Changes    Path
No                   revision



No                   revision



2.2.2.2   +20 -20    interchange/dist/lib/UI/pages/admin/wizard/step_company.html


rev 2.2.2.2, prev_rev 2.2.2.1
Index: step_company.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/wizard/step_company.html,v
retrieving revision 2.2.2.1
retrieving revision 2.2.2.2
diff -u -r2.2.2.1 -r2.2.2.2
--- step_company.html	2001/09/13 19:29:52	2.2.2.1
+++ step_company.html	2001/09/18 11:03:53	2.2.2.2
@@ -1,23 +1,23 @@
-[set page_title]Company Information[/set]
+[set page_title][L]Company Information[/L][/set]
 [set ui_checklist]1[/set]
 [set help_name]wizard.companyinfo[/set]
 [set ui_override_next][/set]
 @_UI_STD_HEAD_@
 
 <table><tr><td width=500>
-Enter your company information. This contact information will be displayed
+[L WIZARD_STEP_COMPANY_PAR_1]Enter your company information. This contact information will be displayed
 to users visiting your e-commerce site. The required fields are displayed
-in <b>Bold</b>.
+in <b>Bold</b>.[/L]
 [unless value domainname]
 <p>
 [if type="file" term="upload/[data session username].wizard"]
 	    [page href="@@MV_PAGE@@" form="
 		        mv_action=back
 				mv_click=profile_get_values
-			"]Retrieve saved values[/page]
+			"][L]Retrieve saved values[/L][/page]
 
 [elsif variable MV_DEMO_MODE]
-[page __UI_BASE__/wizard/guess_info]Detect Settings[/page]
+[page __UI_BASE__/wizard/guess_info][L]Detect Settings[/L][/page]
 [/elsif]
 [/if]
 [/unless]
@@ -78,41 +78,41 @@
 	ui_wizard_fields="company domainname address city state zip country phone fax tollfree"
 
 	widget.company=text_40
-	label.company="Your company name"
+	label.company="[L]Your company name[/L]"
 
-	label.domainname="Main domain name"
+	label.domainname="[L]Main domain name[/L]"
 	widget.domainname=text_40
-	help.domainname="Base Internet domain name, e.g. yourcompany.com"
+	help.domainname="[L]Base Internet domain name, e.g. yourcompany.com[/L]"
 
-	label.address="Street address"
+	label.address="[L]Street address[/L]"
 	widget.address=text_40
 
-	label.city="City"
+	label.city="[L]City[/L]"
 	widget.city=text_40
 
 	passed.state=`$Scratch->{state_options}`
 	widget.state=select
-	label.state="State"
-	help.state="Two-letter state code"
+	label.state="[L]State[/L]"
+	help.state="[L]Two-letter state code[/L]"
 
 	widget.zip=text_10
-	label.zip="ZIP/Postal code"
+	label.zip="[L]ZIP/Postal code[/L]"
 
-	label.country="Country"
+	label.country="[L]Country[/L]"
 	passed.country=`$Scratch->{country_options}`
 	widget.country=select
 
-	label.phone="Telephone number"
+	label.phone="[L]Telephone number[/L]"
 	widget.phone=text_20
-	help.phone="If you don't wish to provide this, leave blank and it will not be shown."
+	help.phone="[L]If you don't wish to provide this, leave blank and it will not be shown.[/L]"
 
-	label.fax="Fax number"
+	label.fax="[L]Fax number[/L]"
 	widget.fax=text_20
-	help.fax="If you don't wish to provide this, leave blank and it will not be shown."
+	help.fax="[L]If you don't wish to provide this, leave blank and it will not be shown.[/L]"
 
-	label.tollfree="Toll-free number"
+	label.tollfree="[L]Toll-free number[/L]"
 	widget.tollfree=text_20
-	help.tollfree="If you don't have one or don't wish to provide it, leave blank and it will not be shown."
+	help.tollfree="[L]If you don't have one or don't wish to provide it, leave blank and it will not be shown.[/L]"
 
 ]