17 lines
378 B
Perl
17 lines
378 B
Perl
package WebGUI::i18n::English::Macros;
|
|
|
|
our $I18N = {
|
|
'macros list title' => {
|
|
message => q|Macros, List of Available|,
|
|
lastUpdated => 1112395935,
|
|
},
|
|
|
|
'macros list body' => {
|
|
message => q|<P>These Macros are available for use on your site:</P>|,
|
|
context => 'Content for dynamically generated macro list',
|
|
lastUpdated => 1112395932,
|
|
},
|
|
|
|
};
|
|
|
|
1;
|