webgui/lib/WebGUI/i18n/English/e_companyEmail.pm
2005-04-03 07:39:56 +00:00

20 lines
373 B
Perl

package WebGUI::i18n::English::e_companyEmail;
our $I18N = {
'company email title' => {
message => q|Company Email Macro|,
lastUpdated => 1112466408,
},
'company email body' => {
message => q|
<b>&#94;e;</b><br>
The email address for your company specified in the settings by your Administrator.
<p>
|,
lastUpdated => 1112466411,
},
};
1;