Ready for 7.10.29 development.
This commit is contained in:
commit
c806f99b7b
4236 changed files with 1217679 additions and 0 deletions
28
lib/WebGUI/i18n/English/Macro_SQL.pm
Normal file
28
lib/WebGUI/i18n/English/Macro_SQL.pm
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue