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