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

28 lines
646 B
Perl

package WebGUI::i18n::English::Macro_User;
our $I18N = {
'macroName' => {
message => q|User|,
lastUpdated => 1128919153,
},
'user title' => {
message => q|User Macro|,
lastUpdated => 1112466408,
},
'user body' => {
message => q|
<p><b>&#94;User();</b><br />
This macro will allow you to display any information from the current user's account or profile. For instance, if you wanted to display a user's email address you'd create this macro: &#94;User("email");
</p>
<p>This Macro may be nested inside other Macros if the information returned does not contain commas or quotes.</p>
|,
lastUpdated => 1168623231,
},
};
1;