22 lines
329 B
Perl
22 lines
329 B
Perl
package WebGUI::i18n::English::Quote;
|
|
|
|
our $I18N = {
|
|
|
|
'quote title' => {
|
|
message => q|Quote Macro|,
|
|
lastUpdated => 1112466408,
|
|
},
|
|
|
|
'quote body' => {
|
|
message => q|
|
|
|
|
<b>^Quote();</b><br>
|
|
Use this to escape a string before using it in a database query.
|
|
<p>
|
|
|
|
|,
|
|
lastUpdated => 1112466919,
|
|
},
|
|
};
|
|
|
|
1;
|