committing first round of GUID changes

This commit is contained in:
JT Smith 2004-08-09 15:45:44 +00:00
parent 0ba6b7c911
commit 48fd2d44e9
48 changed files with 9012 additions and 8870 deletions

View file

@ -1,66 +1,11 @@
package WebGUI::i18n::English::SQLReport;
our $I18N = {
'1' => {
message => q|SQL Report|,
lastUpdated => 1031514049
},
'4' => {
message => q|Query|,
lastUpdated => 1031514049
},
'8' => {
message => q|Edit SQL Report|,
lastUpdated => 1031514049
},
'10' => {
message => q|<b>Debug:</b> Error: The SQL specified is of an improper format.|,
lastUpdated => 1031514049
},
'11' => {
message => q|<b>Debug:</b> Error: There was a problem with the query.|,
lastUpdated => 1031514049
},
'12' => {
message => q|<b>Debug:</b> Error: Could not connect to the database.|,
lastUpdated => 1031514049
},
'14' => {
message => q|Paginate After|,
lastUpdated => 1031514049
},
'15' => {
message => q|Preprocess macros on query?|,
lastUpdated => 1031514049
},
'16' => {
message => q|Debug?|,
lastUpdated => 1031514049
},
'17' => {
message => q|<b>Debug:</b> Query:|,
lastUpdated => 1031514049
},
'18' => {
message => q|There were no results for this query.|,
lastUpdated => 1031514049
},
'61' => {
message => q|SQL Report, Add/Edit|,
lastUpdated => 1082365503
},
'71' => {
message => q|SQL Reports are perhaps the most powerful wobject in the WebGUI arsenal. They allow a user to query data from any database that they have access to. This is great for getting sales figures from your Accounting database or even summarizing all the message boards on your web site.
<p>
@ -93,6 +38,56 @@ How many rows should be displayed before splitting the results into separate pag
lastUpdated => 1082365503
},
'61' => {
message => q|SQL Report, Add/Edit|,
lastUpdated => 1082365503
},
'17' => {
message => q|<b>Debug:</b> Query:|,
lastUpdated => 1031514049
},
'12' => {
message => q|<b>Debug:</b> Error: Could not connect to the database.|,
lastUpdated => 1031514049
},
'15' => {
message => q|Preprocess macros on query?|,
lastUpdated => 1031514049
},
'14' => {
message => q|Paginate After|,
lastUpdated => 1031514049
},
'8' => {
message => q|Edit SQL Report|,
lastUpdated => 1031514049
},
'1' => {
message => q|SQL Report|,
lastUpdated => 1031514049
},
'4' => {
message => q|Query|,
lastUpdated => 1031514049
},
'18' => {
message => q|There were no results for this query.|,
lastUpdated => 1031514049
},
'72' => {
message => q|SQL Report Template|,
lastUpdated => 1082371148
},
'73' => {
message => q|The following variables are made available from SQL Reports:
<p>
@ -162,9 +157,14 @@ The default label for rows.count.isZero.
lastUpdated => 1082365471
},
'72' => {
message => q|SQL Report Template|,
lastUpdated => 1082371148
'16' => {
message => q|Debug?|,
lastUpdated => 1031514049
},
'10' => {
message => q|<b>Debug:</b> Error: The SQL specified is of an improper format.|,
lastUpdated => 1031514049
},
};