webgui/lib/WebGUI/i18n/English/Macro_International.pm
2007-01-12 17:40:58 +00:00

29 lines
604 B
Perl

package WebGUI::i18n::English::Macro_International;
our $I18N = {
'macroName' => {
message => q|International|,
lastUpdated => 1128838702,
},
'international title' => {
message => q|International Macro|,
lastUpdated => 1112466408,
},
'international body' => {
message => q|
<p><b>&#94;International();</b><br />
Pull a translated message from the internationalization system.
</p>
<p><i>Example:</i> &#94;International(45,"Article");
</p>
<p>This Macro may be nested inside other Macros if the message does not contain commas or quotes.</p>
|,
lastUpdated => 1168622528,
},
};
1;