Add missing Tax i18n.

This commit is contained in:
Colin Kuskie 2009-06-20 01:45:55 +00:00
parent 232e435ccd
commit 73df992b1e
2 changed files with 37 additions and 9 deletions

View file

@ -97,6 +97,35 @@ our $I18N = {
context => q|help for tax rate override field|
},
'Switch tax plugin' => {
message => q|Switch tax plugin|,
lastUpdated => 0,
context => q||,
},
'Switch' => {
message => q|Switch|,
lastUpdated => 0,
context => q|Switch, as in to exchange one for another.|,
},
'Active tax plugin' => {
message => q|Active tax plugin|,
lastUpdated => 0,
context => q||,
},
'Stern tax warning' => {
message => q|Changing the active tax plugin will change the way tax is calulated on <b>all</b> products you sell. Are you really sure you want to switch?|,
lastUpdated => 0,
context => q||,
},
'Proceed' => {
message => q|Proceed|,
lastUpdated => 0,
context => q|to continue|,
},
};