24 lines
417 B
Perl
24 lines
417 B
Perl
package WebGUI::i18n::English::CanEditText;
|
|
|
|
our $I18N = {
|
|
|
|
'can edit text title' => {
|
|
message => q|Can Edit Text Macro|,
|
|
lastUpdated => 1112466408,
|
|
},
|
|
|
|
'can edit text body' => {
|
|
message => q|
|
|
|
|
<b>^CanEditText();</b><br>
|
|
Display a message to a user that can edit the current page.
|
|
<p>
|
|
<i>Example:</i> ^CanEditText(^AdminToggle;);
|
|
<p>
|
|
|
|
|,
|
|
lastUpdated => 1112466919,
|
|
},
|
|
};
|
|
|
|
1;
|