Tax group manager improvements

This commit is contained in:
Martin Kamerbeek 2009-05-15 14:35:09 +00:00
parent 7d1757a738
commit d4a884c202
2 changed files with 136 additions and 4 deletions

View file

@ -1634,6 +1634,19 @@ our $I18N = {
lastUpdated => 0,
context => q|Button label in the edit address screen.|,
},
'group label' => {
message => q|Label|,
lastUpdated => 0,
context => q|Label in the EU tax manager|,
},
'group rate' => {
message => q|Tax rate|,
lastUpdated => 0,
context => q|Label in the EU tax manager|,
},
};
1;