webgui/lib/WebGUI/i18n/English/Workflow_Activity_NotifyAboutLowStock.pm
Colin Kuskie cbc830123a RFE: Add workflow that checks all products to see if they are close
to a user configured level, and email a group to let them know that
they are close to being out of stock.
2008-09-07 23:14:42 +00:00

38 lines
895 B
Perl

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;