diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 84475abae..cf68e3fa7 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -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 diff --git a/docs/upgrades/packages-7.7.17/root_import_account.wgpkg b/docs/upgrades/packages-7.7.17/root_import_account.wgpkg index 13a1b7e30..c2cbb445f 100644 Binary files a/docs/upgrades/packages-7.7.17/root_import_account.wgpkg and b/docs/upgrades/packages-7.7.17/root_import_account.wgpkg differ diff --git a/lib/WebGUI/i18n/English/Account_Shop.pm b/lib/WebGUI/i18n/English/Account_Shop.pm index 7a7a7a72e..98e7f5e55 100644 --- a/lib/WebGUI/i18n/English/Account_Shop.pm +++ b/lib/WebGUI/i18n/English/Account_Shop.pm @@ -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;