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

21 lines
355 B
Perl

package WebGUI::i18n::English::Extras;
our $I18N = {
'extras title' => {
message => q|Extras Macro|,
lastUpdated => 1112466752,
},
'extras body' => {
message => q|
<b>&#94;Extras;</b><br>
Returns the path to the WebGUI "extras" folder, which contains things like WebGUI icons.
<p>
|,
lastUpdated => 1112466755,
},
};
1;