package WebGUI::i18n::English::CommerceShippingByWeight; use strict; our $I18N = { 'title' => { message => q|By Weight|, lastUpdated => 0, context => q|The title of the by weight shipping plugin.| }, 'price per weight' => { message => q|Price per weight|, lastUpdated => 0, context => q|The label of the price per weight form element.| }, }; 1;