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

26 lines
487 B
Perl

package WebGUI::i18n::English::Macro_Slash_gatewayUrl;
our $I18N = {
'macroName' => {
message => q|Gateway URL|,
lastUpdated => 1128919030,
},
'gateway url title' => {
message => q|Gateway URL Macro|,
lastUpdated => 1112466408,
},
'gateway url body' => {
message => q|
<p><b>&#94;/; - System URL</b><br />
The URL to the gateway script (example: <i>/index.pl/</i>).
</p>
<p>This Macro may be nested inside other Macros.</p>
|,
lastUpdated => 1168623028,
},
};
1;