webgui/lib/WebGUI/i18n/English/Macro_AdminText.pm
2005-10-10 05:22:37 +00:00

27 lines
523 B
Perl

package WebGUI::i18n::English::Macro_AdminText;
our $I18N = {
'macroName' => {
message => q|Admin Text|,
lastUpdated => 1128837612,
},
'admin text title' => {
message => q|Admin Text Macro|,
lastUpdated => 1112466408,
},
'admin text body' => {
message => q|
<b>&#94;AdminText(<i>text message</i>);</b><br>
Displays a small text message to a user who is in admin mode. Example: &#94;AdminText("You are in admin mode!");
<p>
|,
lastUpdated => 1112583570,
},
};
1;