package WebGUI::i18n::English::Workflow_Activity_PayoutVendors; use strict; our $I18N = { 'PayPal username' => { message => q|PayPal username|, lastUpdated => 0, context => q|field label| }, 'PayPal password' => { message => q|PayPal password|, lastUpdated => 0, context => q|field label| }, 'PayPal signature' => { message => q|PayPal signature|, lastUpdated => 0, context => q|field label| }, 'Use in Sandbox (test-mode)' => { message => q|Use in Sandbox (test-mode)|, lastUpdated => 0, context => q|field label| }, 'Currency code' => { message => q|Currency code|, lastUpdated => 0, context => q|field label| }, 'Subject for vendor notification email' => { message => q|Subject for vendor notification email|, lastUpdated => 0, context => q|field label| }, 'Vendor payout from' => { message => q|Vendor payout from|, lastUpdated => 0, context => q|Prefix that goes before company URL to create the default value from Subject for vendor notification email.| }, 'Notify on error' => { message => q|Notify on error|, lastUpdated => 0, context => q|field label| }, 'Vendor Payout' => { message => q|Vendor Payout|, lastUpdated => 0, context => q|field label| }, }; 1; #vim:ft=perl