Ready for 7.10.29 development.
This commit is contained in:
commit
c806f99b7b
4236 changed files with 1217679 additions and 0 deletions
19
lib/WebGUI/i18n/English/Macro_GroupText.pm
Normal file
19
lib/WebGUI/i18n/English/Macro_GroupText.pm
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue