28 lines
515 B
Perl
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;
|