29 lines
651 B
Perl
29 lines
651 B
Perl
package WebGUI::i18n::English::Macro_NewMail;
|
|
|
|
our $I18N = {
|
|
|
|
'macroName' => {
|
|
message => q|New Mail|,
|
|
lastUpdated => 1181942771,
|
|
},
|
|
|
|
'new mail title' => {
|
|
message => q|New Mail Macro|,
|
|
lastUpdated => 1181942777,
|
|
},
|
|
|
|
'new mail body' => {
|
|
message => q|
|
|
<p><b>^NewMail</b>();<br />
|
|
<b>^NewMail</b>(<i>CSS Class</i>);<br />
|
|
This macro will display whether the current user has unread messages in their Inbox. If there
|
|
are no unread messages, it will return nothing.
|
|
</p>
|
|
<p>This Macro may be nested inside other Macros.</p>
|
|
|,
|
|
lastUpdated => 1181942878,
|
|
},
|
|
|
|
};
|
|
|
|
1;
|