definition method for ShipDriver, with tests

This commit is contained in:
Colin Kuskie 2008-02-21 05:19:20 +00:00
parent 40b432da40
commit a89c507ed6
3 changed files with 122 additions and 11 deletions

View file

@ -0,0 +1,31 @@
package WebGUI::i18n::English::ShipDriver;
use strict;
our $I18N = {
'label' => {
message => q|Label|,
lastUpdated => 1203569535,
context => q|The name of a ShipDriver, supplied by the user.|,
},
'label help' => {
message => q|A name for your Shipping Driver. Choose something clear, easy to understand, and less than 100 characters.|,
lastUpdated => 1203569511,
},
'enabled' => {
message => q|Enabled?|,
lastUpdated => 1203569584,
context => q|Whether something can or cannot be used.|,
},
'enabled help' => {
message => q|Will people using commerce on your site be able to use this Shipping Driver?|,
lastUpdated => 1203569582,
},
};
1;