webgui/lib/WebGUI/i18n/English/Macro_International.pm
2005-04-05 17:45:35 +00:00

24 lines
431 B
Perl

package WebGUI::i18n::English::Macro_International;
our $I18N = {
'international title' => {
message => q|International Macro|,
lastUpdated => 1112466408,
},
'international body' => {
message => q|
<b>&#94;International();</b><br/>
Pull a translated message from the internationalization system.
<p/>
<i>Example:</i> &#94;International(45,"Article");
<p/>
|,
lastUpdated => 1112466919,
},
};
1;