22 lines
337 B
Perl
22 lines
337 B
Perl
package WebGUI::i18n::English::Macro_At_username;
|
|
|
|
our $I18N = {
|
|
|
|
'username title' => {
|
|
message => q|User Name Macro|,
|
|
lastUpdated => 1112466408,
|
|
},
|
|
|
|
'username body' => {
|
|
message => q|
|
|
|
|
<b>^@; - Username</b><br>
|
|
The username of the currently logged in user.
|
|
<p>
|
|
|
|
|,
|
|
lastUpdated => 1112466919,
|
|
},
|
|
};
|
|
|
|
1;
|