webgui/lib/WebGUI/i18n/English/GroupText.pm
2005-04-03 07:39:56 +00:00

24 lines
581 B
Perl

package WebGUI::i18n::English::GroupText;
our $I18N = {
'group text title' => {
message => q|Group Text Macro|,
lastUpdated => 1112466408,
},
'group text body' => {
message => q|
<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>
<i>Example:</i> &#94;GroupText("Visitors","You need an account to do anything cool on this site!","We value our registered users!");
<p>
|,
lastUpdated => 1112466919,
},
};
1;