From 59b703538b91a33fd311558f0329b9b547efb271 Mon Sep 17 00:00:00 2001 From: Ton Verhagen Date: Tue, 18 Sep 2001 12:53:58 +0000 Subject: [PATCH] Prepared for translation. --- .../UI/pages/admin/wizard/step_preview.html | 53 +++++++++---------- 1 file changed, 25 insertions(+), 28 deletions(-) diff --git a/dist/lib/UI/pages/admin/wizard/step_preview.html b/dist/lib/UI/pages/admin/wizard/step_preview.html index 288dd7a2a..559b8fcb4 100644 --- a/dist/lib/UI/pages/admin/wizard/step_preview.html +++ b/dist/lib/UI/pages/admin/wizard/step_preview.html @@ -1,30 +1,27 @@ -[set page_title]Preview[/set] +[set page_title][L]Preview[/L][/set] [set ui_checklist]1[/set] [set help_name]wizard.preview[/set] @_UI_STD_HEAD_@

-To preview your site, click Finish. The following will occur: +[L]To preview your site, click Finish. The following will occur[/L]:

-

  • A new online catalog will be created based on the configuration you -have specified into the CommerceLauncher. -
  • Your product data will be entered in the database. -
  • Your content pages will be created. -
  • The secure web server will be enabled (if selected, optional until -launch.) -
  • Sample customers and order data will be put in the database (if -selected.) +
  • [L]A new online catalog will be created based on the configuration you have specified into the CommerceLauncher.[/L] +
  • [L]Your product data will be entered in the database.[/L] +
  • [L]Your content pages will be created.[/L] +
  • [L]The secure web server will be enabled (if selected, optional until launch.)[/L] +
  • [L]Sample customers and order data will be put in the database (if selected.)[/L]

    -Please be patient after clicking the Finish button. +[L WIZARD_STEP_PREVIEW_PAR_1]Please be patient after clicking the Finish button. If you are uploading a large spreadsheet file, the server may take -several minutes to process your data. +several minutes to process your data.[/L]

    -When you are satisfied with your catalog, click Launch to begin taking -orders. +[L WIZARD_STEP_PREVIEW_PAR_2]When you are satisfied with your catalog, click Launch to begin taking +orders.[/L]

    -In order to launch, you must have a secure (SSL) connection and payment -options selected. +[L WIZARD_STEP_PREVIEW_PAR_3]In order to launch, you must have a secure (SSL) connection and payment +options selected.[/L]

    @@ -46,12 +43,12 @@ delete $Scratch->{pmessage}; delete $Scratch->{pdefault}; if($pcount > 0) { - $Scratch->{pmessage} = "$pcount products currently in the database - select Yes to add/replace products"; + $Scratch->{pmessage} = errmsg("%s products currently in the database - select Yes to add/replace products", $pcount); $Values->{sampleproducts} = $Scratch->{pdefault} = ''; $Scratch->{pwidget} = "yesno"; } else { - $Scratch->{pmessage} = "No products currently in the database - select No to add no products"; + $Scratch->{pmessage} = errmsg("No products currently in the database - select No to add no products"); $Scratch->{pwidget} = "hidden"; $Values->{sampleproducts} = $Scratch->{pdefault} = '1'; } @@ -59,11 +56,11 @@ delete $Scratch->{tmessage}; delete $Scratch->{tdefault}; if($tcount > 0) { - $Scratch->{tmessage} = "$tcount orders currently in the database - select Yes to add/replace orders"; + $Scratch->{tmessage} = errmsg("%s orders currently in the database - select Yes to add/replace orders", $tcount); $Values->{sampleorders} = $Scratch->{tdefault} = ''; } else { - $Scratch->{tmessage} = "No orders currently in the database - select No to leave blank"; + $Scratch->{tmessage} = errmsg("No orders currently in the database - select No to leave blank"); $Values->{sampleorders} = $Scratch->{tdefault} = ''; } return; @@ -81,9 +78,9 @@ [/comment] [if variable PGSQL] - [tmp the_fields]sampleproducts buildcat enablesecure[/tmp] + [tmp the_fields][L]sampleproducts buildcat enablesecure[/L][/tmp] [else] - [tmp the_fields]sampleproducts buildcat sampleorders enablesecure[/tmp] + [tmp the_fields][L]sampleproducts buildcat sampleorders enablesecure[/L][/tmp] [/else] [/if] @@ -108,20 +105,20 @@ ui_wizard_fields="[scratch the_fields]" - label.sampleorders="Insert sample order data" + label.sampleorders="[L]Insert sample order data[/L]" help.sampleorders=`$Scratch->{tmessage}` widget.sampleorders=yesno - label.buildcat="Rebuild category lists" + label.buildcat="[L]Rebuild category lists[/L]" widget.buildcat=select - passed.buildcat="Yes, No" + passed.buildcat="[L]Yes, No[/L]" - label.sampleproducts="Insert products data" + label.sampleproducts="[L]Insert products data[/L]" help.sampleproducts=`$Scratch->{pmessage}` widget.sampleproducts=`$Scratch->{pwidget}` - 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]" widget.enablesecure=yesno ]