25 lines
434 B
Perl
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>^/; - System URL</b><br />
|
|
The URL to the gateway script (example: <i>/index.pl/</i>).
|
|
</p>
|
|
|,
|
|
lastUpdated => 1146760697,
|
|
},
|
|
};
|
|
|
|
1;
|