package WebGUI::i18n::English::Workflow_Activity_NotifyAboutLowStock; use strict; our $I18N = { 'activityName' => { message => q|Notify About Low Stock|, context => q|The name of this workflow activity.|, lastUpdated => 0, }, 'warning limit' => { message => q|Warning Limit|, context => q|Field label in the edit Workflow Activity screen.|, lastUpdated => 0, }, 'warning limit help' => { message => q|When a variant of a product has less than this amount, you will be warned.|, context => q|Hover help in the edit Workflow Activity screen.|, lastUpdated => 0, }, 'group to notify' => { message => q|Group to notify|, context => q|Label in the edit Workflow Activity screen.|, lastUpdated => 0, }, 'group to notify help' => { message => q|Group to notify|, context => q|Hover help in the edit Workflow Activity screen.|, lastUpdated => 0, }, }; 1;