Internationalize error messages in SQL.pm
Add POD to 5 macros
This commit is contained in:
parent
d430f570f4
commit
4adafce696
6 changed files with 86 additions and 3 deletions
|
|
@ -24,6 +24,17 @@ A one line SQL report. Sometimes you just need to pull something back from the d
|
|||
|,
|
||||
lastUpdated => 1112466919,
|
||||
},
|
||||
|
||||
'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,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue