webgui/lib/WebGUI/i18n/English/Macro_Slash_gatewayUrl.pm
2005-04-05 17:45:35 +00:00

19 lines
364 B
Perl

package WebGUI::i18n::English::Macro_Slash_gatewayUrl;
our $I18N = {
'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;