22 lines
325 B
Perl
22 lines
325 B
Perl
package WebGUI::i18n::English::Hash_userId;
|
|
|
|
our $I18N = {
|
|
|
|
'user id title' => {
|
|
message => q|User Id Macro|,
|
|
lastUpdated => 1112466408,
|
|
},
|
|
|
|
'user id body' => {
|
|
message => q|
|
|
|
|
<b>^#; - User ID</b><br>
|
|
The user id of the currently logged in user.
|
|
<p>
|
|
|
|
|,
|
|
lastUpdated => 1112466919,
|
|
},
|
|
};
|
|
|
|
1;
|