35 lines
799 B
Perl
35 lines
799 B
Perl
package WebGUI::i18n::English::Macro_CanEditText;
|
|
|
|
our $I18N = {
|
|
|
|
'macroName' => {
|
|
message => q|Can Edit Text|,
|
|
lastUpdated => 1128837964,
|
|
},
|
|
|
|
'can edit text title' => {
|
|
message => q|Can Edit Text Macro|,
|
|
lastUpdated => 1112466408,
|
|
},
|
|
|
|
'can edit text body' => {
|
|
message => q|
|
|
<p><b>^CanEditText(<i>text message</i>);</b><br />
|
|
Display a message to a user that can edit the current Asset.
|
|
</p>
|
|
|
|
<p><i>Example:</i><br />
|
|
^CanEditText("You may edit this Asset");<br />
|
|
^CanEditText(^AdminToggle;);
|
|
</p>
|
|
|
|
<p>Do not use this Macro outside of an Asset as it will have unpredictable
|
|
results.
|
|
</p>
|
|
<p>This Macro may be nested inside other Macros if the text does not contain commas or quotes.</p>
|
|
|,
|
|
lastUpdated => 1168558566,
|
|
},
|
|
};
|
|
|
|
1;
|