Add group privilege checking to the Shipping Drivers

This commit is contained in:
Colin Kuskie 2009-06-18 23:24:33 +00:00
parent 0a004d72a0
commit a85924d07b
9 changed files with 166 additions and 20 deletions

View file

@ -26,6 +26,18 @@ our $I18N = {
lastUpdated => 1203569582,
},
'who can use' => {
message => q|Group to use this shipping driver|,
lastUpdate => 0,
context => q|Label for the group to use option.|,
},
'who can use help' => {
message => q|Specifies which group is allowed to use this shipping driver.|,
lastUpdated => 0,
context => q|Hover help for the group to use option.|,
},
};
1;