webgui/lib/WebGUI/i18n/English/Macro_Slash_gatewayUrl.pm
2006-05-05 04:07:50 +00:00

25 lines
434 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>
|,
lastUpdated => 1146760697,
},
};
1;