webgui/lib/WebGUI/i18n/English/Macro_e_companyEmail.pm
2007-01-12 17:40:58 +00:00

26 lines
594 B
Perl

package WebGUI::i18n::English::Macro_e_companyEmail;
our $I18N = {
'macroName' => {
message => q|Company Email|,
lastUpdated => 1128838058,
},
'company email title' => {
message => q|Company Email Macro|,
lastUpdated => 1112466408,
},
'company email body' => {
message => q|
<p><b>&#94;e;</b><br />
The email address for your company specified in the settings by your Administrator.
</p>
<p>This Macro may be nested inside other Macros if the email address does not contain commas or quotes.</p>
|,
lastUpdated => 1168558595,
},
};
1;