Made th evendor payouts manager more intuitive and easy to use.

This commit is contained in:
Martin Kamerbeek 2009-10-23 15:11:07 +00:00
parent 22d2ab34cc
commit c078998fa2
3 changed files with 76 additions and 24 deletions

View file

@ -1594,6 +1594,24 @@ our $I18N = {
context => q|Table heading in the vendor payout manager.|,
},
'vp select vendor' => {
message => q|Please select a vendor from the list above to manage individual payouts.|,
lastUpdated => 0,
context => q|Message in the vendor payouts manager when no vendor has been selected.|,
},
'vp vendors' => {
message => q|Vendors|,
lastUpdated => 0,
context => q|Label for the vendors section of the vendor payouts manager|,
},
'vp payouts' => {
message => q|Payouts|,
lastUpdated => 0,
context => q|Label for the vendors section of the vendor payouts manager|,
},
'vp item id' => {
message => q|Item ID|,
lastUpdated => 0,