webgui/lib/WebGUI/i18n/English/Macros.pm
2005-04-03 07:39:56 +00:00

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;