Skip to content

Commit

Permalink
Prepared for translation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ton Verhagen committed Sep 18, 2001
1 parent 59b7035 commit c3da4c3
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 33 deletions.
27 changes: 13 additions & 14 deletions dist/lib/UI/pages/admin/wizard/step_products.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[set page_title]Upload Products[/set]
[set page_title][L]Upload Products[/L][/set]
[set ui_checklist]1[/set]
[set help_name]wizard.batchupload[/set]
@_UI_STD_HEAD_@
Expand All @@ -18,33 +18,32 @@
unless $writestatus;
my $inst = join "<BR>", @inst;
my $out = <<EOF;
<H2>XLS product upload will not work properly.</H2>
Please install needed Perl modules:
<H2>[L]XLS product upload will not work properly.[/L]</H2>
[L]Please install needed Perl modules[/L]:
<small>
<blockquote>
<FONT COLOR="__UI_C_CONTRAST__">$miss</FONT>
</blockquote>
</small>
The easiest way to do this is to use the CPAN module and do:
[L]The easiest way to do this is to use the CPAN module and do[/L]:
<blockquote>
$inst
</blockquote>

EOF
return $out;
[/calc]
This section allows you to enter your products. To use the Interchange spreadsheet:<br>
[L]This section allows you to enter your products. To use the Interchange spreadsheet[/L]:<br>
<ol>
<li>Download the Interchange Spreadsheet Template
<li>[L]Download the Interchange Spreadsheet Template[/L]
<a href="__IMAGE_DIR__/template.xls">template.xls</a>.
<li>Or download one of our spreadsheets preloaded with sample products:
<li>[L]Or download one of our spreadsheets preloaded with sample products[/L]:
<UL>
<LI><a href="__IMAGE_DIR__/construct.xls">Hardware & Construction Tools</A>
<LI><a href="__IMAGE_DIR__/reports.xls">Marketing Reports</A>
<LI><a href="__IMAGE_DIR__/construct.xls">[L]Hardware & Construction Tools[/L]</A>
<LI><a href="__IMAGE_DIR__/reports.xls">[L]Marketing Reports[/L]</A>
</UL>
<li>Add your products to the spreadsheet and click <b>Save</b>.
<li>Click <b>Browse</b>. Find the location where you saved products.xls and
click <b>Next</b> to upload the populated spreadsheet.
<li>[L]Add your products to the spreadsheet and click <b>Save</b>.[/L]
<li>[L]Click <b>Browse</b>. Find the location where you saved products.xls and click <b>Next</b> to upload the populated spreadsheet.[/L]
</ol>
</td></tr></table>

Expand All @@ -68,8 +67,8 @@ <H2>XLS product upload will not work properly.</H2>

ui_wizard_fields="products"

label.products="Products"
help.products="Select the Excel-format file you entered your products list into (optional)."
label.products="[L]Products[/L]"
help.products="[L]Select the Excel-format file you entered your products list into (optional).[/L]"
widget.products=uploadhelper
outboard.products=upload
]
Expand Down
28 changes: 14 additions & 14 deletions dist/lib/UI/pages/admin/wizard/step_security.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[set page_title]Security Preferences[/set]
[set page_title][L]Security Preferences[/L][/set]
[set ui_checklist]1[/set]
[set help_name]wizard.security[/set]
[set ui_override_next][/set]
@_UI_STD_HEAD_@

<table><tr><td width=500>
Set up password protection for your e-commerce site.
[L]Set up password protection for your e-commerce site.[/L]
</td></tr></table>
<p>
[table-editor
Expand All @@ -27,30 +27,30 @@

ui_wizard_fields="adminuser adminpass shopuser shoppass firstname enablesecure"

label.adminuser="Site Administrator Name"
help.adminuser="User name for superuser (technical administrator), which is probably you."
label.adminuser="[L]Site Administrator Name[/L]"
help.adminuser="[L]User name for superuser (technical administrator), which is probably you.[/L]"
widget.adminuser=text_15
default.adminuser=admin

label.adminpass="Site Administrator Password"
help.adminpass="Password for superuser. Do not use a system password here."
label.adminpass="[L]Site Administrator Password[/L]"
help.adminpass="[L]Password for superuser. Do not use a system password here.[/L]"
widget.adminpass=password_15

check.shopuser=mandatory
label.shopuser="Site User Name"
help.shopuser="User name for the first shop user, a person who will make changes to products, pages, etc."
label.shopuser="[L]Site User Name[/L]"
help.shopuser="[L]User name for the first shop user, a person who will make changes to products, pages, etc.[/L]"
widget.shopuser=text_15

label.shoppass="Site User Password"
help.shoppass="Password for shop user. Do not use a system password here."
label.shoppass="[L]Site User Password[/L]"
help.shoppass="[L]Password for shop user. Do not use a system password here.[/L]"
widget.shoppass=password_15

label.firstname="First Name"
help.firstname="Your first name, for use with your site user account."
label.firstname="[L]First Name[/L]"
help.firstname="[L]Your first name, for use with your site user account.[/L]"
widget.firstname=text_15

label.enablesecure="Use SSL Web Server"
help.enablesecure="Select Yes if your Stronghold or other SSL secure server is set up"
label.enablesecure="[L]Use SSL Web Server[/L]"
help.enablesecure="[L]Select Yes if your Stronghold or other SSL secure server is set up[/L]"
widget.enablesecure=yesno
passed.enablesecure="0=No, 1=Yes"
]
Expand Down
10 changes: 5 additions & 5 deletions dist/lib/UI/pages/admin/wizard/step_ship.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[set page_title]Shipping Preferences[/set]
[set page_title][L]Shipping Preferences[/L][/set]
[set ui_checklist]1[/set]
[set help_name]wizard.shipping[/set]
@_UI_STD_HEAD_@

<table><tr><td width=500>
Choose which shipping method(s) you want to use.
[L]Choose which shipping method(s) you want to use.[/L]
<P>
Bear in mind Fedex and UPS only work with the US as a country of origin.
[L]Bear in mind Fedex and UPS only work with the US as a country of origin.[/L]
</td></tr></table>
<p>
[table-editor
Expand All @@ -28,8 +28,8 @@

ui_wizard_fields="shipmethod"

label.shipmethod="Shipping method(s)"
help.shipmethod="By what method will you ship your products? More than one can be selected."
label.shipmethod="[L]Shipping method(s)[/L]"
help.shipmethod="[L]By what method will you ship your products? More than one can be selected.[/L]"
widget.shipmethod=checkbox_left_1
passed.shipmethod="FedEx, UPS, Flat rate"
filter.shipmethod="checkbox"
Expand Down

0 comments on commit c3da4c3

Please sign in to comment.