webgui/lib/WebGUI/i18n/English/Macro_GroupAdd.pm
2007-12-05 04:21:56 +00:00

28 lines
515 B
Perl

package WebGUI::i18n::English::Macro_GroupAdd;
use strict;
our $I18N = {
'macroName' => {
message => q|Group Add|,
lastUpdated => 1128838422,
},
'group add title' => {
message => q|Group Add Macro Template Variables|,
lastUpdated => 1184690370,
},
'group.url' => {
message => q|The URL with the action to add the user to the group.|,
lastUpdated => 1149218343,
},
'group.text' => {
message => q|The supplied text string for the user to click on.|,
lastUpdated => 1149218343,
},
};
1;