webgui/lib/WebGUI/i18n/English/Macro_GroupText.pm
2006-05-03 20:01:38 +00:00

27 lines
657 B
Perl

package WebGUI::i18n::English::Macro_GroupText;
our $I18N = {
'macroName' => {
message => q|Group Text|,
lastUpdated => 1128838520,
},
'group text title' => {
message => q|Group Text Macro|,
lastUpdated => 1112466408,
},
'group text body' => {
message => q|
<p><b>&#94;GroupText();</b><br />
Displays a small text message to the user if they belong to the specified group. And you can specify an alternate message to those who are not in the group.
</p>
<p><i>Example:</i> &#94;GroupText("Visitors","You need an account to do anything cool on this site!","We value our registered users!");
</p>
|,
lastUpdated => 1146686292,
},
};
1;