webgui/lib/WebGUI/i18n/English/Macro_Slash_gatewayUrl.pm
2006-05-02 23:00:56 +00:00

24 lines
430 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>).
|,
lastUpdated => 1112466919,
},
};
1;