19 lines
353 B
Perl
19 lines
353 B
Perl
package WebGUI::i18n::English::Macro_GroupText;
|
|
use strict;
|
|
|
|
our $I18N = {
|
|
|
|
'macroName' => {
|
|
message => q|Group Text|,
|
|
lastUpdated => 1128838520,
|
|
},
|
|
|
|
'group not found' => {
|
|
message => q|Group %s was not found|,
|
|
lastUpdated => 1112466408,
|
|
context => q|Error message when a group is not found during a by-name lookup of groups.|,
|
|
},
|
|
|
|
};
|
|
|
|
1;
|