
interchange-core at interchange
Sep 18, 2001, 9:26 AM
Post #1 of 1
(46 views)
Permalink
|
|
interchange - ton modified dist/lib/UI/pages/admin/wizard/step_ship_ups.html
|
|
User: ton Date: 2001-09-18 13:25:19 GMT Modified: dist/lib/UI/pages/admin/wizard Tag: STABLE_4_8-branch Modified: step_ship_ups.html Log: Prepared for translation. Revision Changes Path No revision No revision 2.1.2.1 +8 -8 interchange/dist/lib/UI/pages/admin/wizard/step_ship_ups.html rev 2.1.2.1, prev_rev 2.1 Index: step_ship_ups.html =================================================================== RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/wizard/step_ship_ups.html,v retrieving revision 2.1 retrieving revision 2.1.2.1 diff -u -r2.1 -r2.1.2.1 --- step_ship_ups.html 2001/07/26 13:20:39 2.1 +++ step_ship_ups.html 2001/09/18 13:25:19 2.1.2.1 @@ -1,4 +1,4 @@ -[set page_title]Shipping Preferences - UPS[/set] +[set page_title][L]Shipping Preferences - UPS[/L][/set] [set ui_checklist]1[/set] [set help_name]wizard.ups[/set] @_UI_STD_HEAD_@ @@ -10,7 +10,7 @@ [/perl] <p> -Select the UPS shipping options you want to offer. +[L]Select the UPS shipping options you want to offer.[/L] <p> [seti ups_modes][available-www-shipping ups][/seti] @@ -41,24 +41,24 @@ ui_wizard_fields="shipzip upsmodes upsadder" - label.shipzip="Warehouse ZIP code" + label.shipzip="[L]Warehouse ZIP code[/L]" check.shipzip=zip - help.shipzip="From what ZIP code will your shipments be sent? (Leave blank if not in U.S.)" + help.shipzip="[L]From what ZIP code will your shipments be sent? (Leave blank if not in U.S.)[/L]" widget.shipzip=text_5 default.shipzip=`$defaultshipzip` - label.upsmodes="UPS Options" + label.upsmodes="[L]UPS Options[/L]" check.upsmodes=mandatory - help.upsmodes="The UPS delivery options you will allow?" + help.upsmodes="[L]The UPS delivery options you will allow?[/L]" widget.upsmodes=checkbox_left_2 default.upsmodes="GNDCOM 2DA 1DA XPD XPR" passed.upsmodes=`$Scratch->{ups_modes}` filter.upsmodes="checkbox null_to_space" - label.upsadder="Handling charge" + label.upsadder="[L]Handling charge[/L]" filter.upsadder="digits_dot" check.upsadder="regex ^\\d+(?:\\.\\d+)?\$" - help.upsadder="Handling/packaging cost to be added to raw UPS cost" + help.upsadder="[L]Handling/packaging cost to be added to raw UPS cost[/L]" widget.upsadder=text_8 default.upsadder="3.00" ]
|