27 lines
515 B
Perl
27 lines
515 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|
|
|
|
|
<b>^User();</b><br>
|
|
This macro will allow you to display any information from a user's account or profile. For instance, if you wanted to display a user's email address you'd create this macro: ^User("email");
|
|
<p>
|
|
|
|
|,
|
|
lastUpdated => 1112466919,
|
|
},
|
|
};
|
|
|
|
1;
|