28 lines
514 B
Perl
28 lines
514 B
Perl
package WebGUI::i18n::English::Macro_SQL;
|
|
use strict;
|
|
|
|
our $I18N = {
|
|
|
|
'macroName' => {
|
|
message => q|SQL|,
|
|
lastUpdated => 1128919058,
|
|
},
|
|
|
|
'illegal query' => {
|
|
message => q|Cannot execute this type of query.|,
|
|
lastUpdated => 1135105884,
|
|
},
|
|
|
|
'sql error' => {
|
|
message => q|<p><b>SQL Macro Failed:</b>%s<p>|,
|
|
lastUpdated => 1135105919,
|
|
},
|
|
|
|
'database access not allowed' => {
|
|
message => q|The database does not allow access from Macro's.|,
|
|
lastUpdated => 1135105919,
|
|
},
|
|
|
|
};
|
|
|
|
1;
|