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

26 lines
540 B
Perl

package WebGUI::i18n::English::Macro_At_username;
our $I18N = {
'macroName' => {
message => q|User Name|,
lastUpdated => 1128837946,
},
'username title' => {
message => q|User Name Macro|,
lastUpdated => 1112466408,
},
'username body' => {
message => q|
<p><b>&#94;@; - Username</b><br />
The username of the currently logged in user.
</p>
<p>This Macro may be nested inside other Macros if all usernames do not contain commas or quotes.</p>
|,
lastUpdated => 1168558540,
},
};
1;