webgui/lib/WebGUI/i18n/English/Macro_Slash_gatewayUrl.pm
Colin Kuskie 14cf8adf0a remove description field from def sub, it's no longer used
XHTML fixes
Move UI level out of i18n and into help docs
2006-05-04 05:23:29 +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;