i18n the Default My Sales template.
This commit is contained in:
parent
8011397cfc
commit
96b26fb099
3 changed files with 43 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue