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

22 lines
377 B
Perl

package WebGUI::i18n::English::Macro_u_companyUrl;
our $I18N = {
'company url title' => {
message => q|Company Url Macro|,
lastUpdated => 1112466408,
},
'company url body' => {
message => q|
<b>&#94;u; - Company URL</b><br>
The URL for your company specified in the settings by your Administrator.
<p>
|,
lastUpdated => 1112466919,
},
};
1;