Add the export button and div.

This commit is contained in:
Colin Kuskie 2008-03-23 21:35:52 +00:00
parent 2f351c7101
commit 825f6e2503
2 changed files with 11 additions and 3 deletions

View file

@ -33,6 +33,12 @@ our $I18N = {
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.|,
},
};
1;