webgui/lib/WebGUI/i18n/English/Macro_Extras.pm
2006-05-03 20:01:38 +00:00

26 lines
513 B
Perl

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