26 lines
447 B
Perl
26 lines
447 B
Perl
package WebGUI::i18n::English::Macro_Hash_userId;
|
|
|
|
our $I18N = {
|
|
|
|
'macroName' => {
|
|
message => q|User Id|,
|
|
lastUpdated => 1128838613,
|
|
},
|
|
|
|
'user id title' => {
|
|
message => q|User Id Macro|,
|
|
lastUpdated => 1112466408,
|
|
},
|
|
|
|
'user id body' => {
|
|
message => q|
|
|
<p><b>^#; - User ID</b><br />
|
|
The user id of the currently logged in user.
|
|
</p>
|
|
<p>This Macro may be nested inside other Macros.</p>
|
|
|,
|
|
lastUpdated => 1168622446,
|
|
},
|
|
};
|
|
|
|
1;
|