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

28 lines
532 B
Perl

package WebGUI::i18n::English::Macro_GroupDelete;
use strict;
our $I18N = {
'macroName' => {
message => q|Group Delete|,
lastUpdated => 1128838485,
},
'group delete title' => {
message => q|Group Delete Macro Template Variables|,
lastUpdated => 1184691437,
},
'group.url' => {
message => q|The URL with the action to delete the user from the group.|,
lastUpdated => 1155308958,
},
'group.text' => {
message => q|The supplied text string for the user to click on.|,
lastUpdated => 1149217736,
},
};
1;