From 11d04d37a5255ebffe05cee42b50149c8d7e1817 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 22 Jul 2009 21:11:08 -0700 Subject: [PATCH] Add i18n for residential/commercial flag in the driver. --- lib/WebGUI/i18n/English/ShipDriver_UPS.pm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/lib/WebGUI/i18n/English/ShipDriver_UPS.pm b/lib/WebGUI/i18n/English/ShipDriver_UPS.pm index 9d8be2024..42715e2fa 100644 --- a/lib/WebGUI/i18n/English/ShipDriver_UPS.pm +++ b/lib/WebGUI/i18n/English/ShipDriver_UPS.pm @@ -103,6 +103,29 @@ our $I18N = { lastUpdated => 1247110533, }, + 'residentialIndicator' => { + message => q|Residential or Commercial?|, + lastUpdated => 1248113596, + context => q|Residential (a person's home) versus Commercial, a business address.|, + }, + + 'residential help' => { + message => q|The UPS rates for delivering to a residential address, or a commercial address differ. WebGUI will not ask the user which is which, so you will need to configure drivers for both kinds of destinations.|, + lastUpdated => 1248113598, + }, + + 'residential' => { + message => q|Residential|, + lastUpdated => 1248113596, + context => q|Residential (a person's home)|, + }, + + 'commercial' => { + message => q|Commercial|, + lastUpdated => 1248113596, + context => q|A business address|, + }, + 'customer classification 01' => { message => q|Wholesale|, lastUpdated => 1247110533,