19 lines
358 B
Perl
19 lines
358 B
Perl
package WebGUI::i18n::English::Slash_gatewayUrl;
|
|
|
|
our $I18N = {
|
|
|
|
'gateway url title' => {
|
|
message => q|Gateway URL Macro|,
|
|
lastUpdated => 1112466408,
|
|
},
|
|
|
|
'gateway url body' => {
|
|
message => q|
|
|
<P><B>^/; - System URL</B><BR>
|
|
The URL to the gateway script (example: <I>/index.pl/</I>).
|
|
|,
|
|
lastUpdated => 1112466919,
|
|
},
|
|
};
|
|
|
|
1;
|