i18n the Default My Sales template.

This commit is contained in:
Colin Kuskie 2009-07-25 23:01:24 +00:00
parent 8011397cfc
commit 96b26fb099
3 changed files with 43 additions and 0 deletions

View file

@ -5,6 +5,7 @@
- fixed #10619: Pagination macro
- fixed #10596: Dates in calendar wrong offset
- fixed #10698: hard coded root paths in account templates
- fixed #10700: Default My Sales template needs i18n
7.7.16
- fixed #10590: Session::DateTime->secondsToInterval doesn't allow 7 weeks

View file

@ -72,6 +72,48 @@ our $I18N = {
context => q{hoverhelp for settings},
},
'Payout Totals' => {
message => q{Payout Totals},
lastUpdated => 0,
context => q{Similar to Total amount paid.},
},
'Paid' => {
message => q{Paid},
lastUpdated => 0,
context => q{},
},
'Scheduled for payment' => {
message => q{Scheduled for payment},
lastUpdated => 0,
context => q{},
},
'Not yet scheduled' => {
message => q{Not yet scheduled},
lastUpdated => 0,
context => q{},
},
'Product' => {
message => q{Product},
lastUpdated => 0,
context => q{},
},
'Products' => {
message => q{Products},
lastUpdated => 0,
context => q{},
},
'Payout' => {
message => q{Payout},
lastUpdated => 0,
context => q{},
},
};
1;