26 lines
514 B
Perl
26 lines
514 B
Perl
package WebGUI::i18n::English::Macro_Quote;
|
|
|
|
our $I18N = {
|
|
|
|
'macroName' => {
|
|
message => q|Quote|,
|
|
lastUpdated => 1128918940,
|
|
},
|
|
|
|
'quote title' => {
|
|
message => q|Quote Macro|,
|
|
lastUpdated => 1112466408,
|
|
},
|
|
|
|
'quote body' => {
|
|
message => q|
|
|
<p><b>^Quote();</b><br />
|
|
Use this to escape a string before using it in a database query.
|
|
</p>
|
|
<p>This Macro may be nested inside other Macros if the quoted string does not contain commas or unescaped quotes.</p>
|
|
|,
|
|
lastUpdated => 1168622849,
|
|
},
|
|
};
|
|
|
|
1;
|