webgui/lib/WebGUI/i18n/English/Tax.pm
2008-03-24 22:30:04 +00:00

61 lines
1.2 KiB
Perl

package WebGUI::i18n::English::Tax;
use strict;
our $I18N = {
'country' => {
message => q|Country|,
lastUpdated => 1205120607,
context => q|The name of a country, such as Portugal or Canada.|,
},
'state' => {
message => q|State|,
lastUpdated => 1205120615,
context => q|A political subdivision of a country, such as California.|,
},
'city' => {
message => q|City|,
lastUpdated => 1205120661,
},
'code' => {
message => q|Code|,
lastUpdated => 1205120660,
context => q|A postal code, or zip code.|,
},
'tax rate' => {
message => q|Tax Rate|,
lastUpdated => 1206302052,
context => q|The amount that a person is charged to buy something, a percentage of the price.|,
},
'export' => {
message => q|Export|,
lastUpdated => 1206307669,
context => q|To ship a copy of the tax data out of the server.|,
},
'import' => {
message => q|Import|,
lastUpdated => 1206390280,
context => q|To bring in new tax data that replaces the current data.|,
},
'delete' => {
message => q|delete|,
lastUpdated => 1206385749,
context => q|To remove one tax entry from the tax tables.|,
},
'add a tax' => {
message => q|Add new tax information|,
lastUpdated => 1206395083,
},
};
1;