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

20 lines
379 B
Perl

package WebGUI::i18n::English::Macro_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;