Update of /cvsroot/babeldoc/babeldoc/modules/sql/config/i18n
In directory sc8-pr-cvs1:/tmp/cvs-serv31427/config/i18n
Modified Files:
messages.properties
Log Message:
SqlQuery now uses DOM4J. Added the missing internationalization strings.
Index: messages.properties
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/sql/config/i18n/messages.properties,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** messages.properties 29 May 2003 00:06:25 -0000 1.6
--- messages.properties 13 Aug 2003 22:44:30 -0000 1.7
***************
*** 35,36 ****
--- 35,40 ----
sql.201=Option resourceName is not optional!
sql.202=Either sqlScript or attributeSql must be defined!
+
+ sql.pipeline.stage.query.desc=Pipeline stage that runs a number of SQL queries and creates a pipeline document consisting of the results as an xml document
+ sql.pipeline.stage.query.option.resource=Resource name that defines the SQL connection
+ sql.pipeline.stage.query.option.sql=The set of SQL Query strings that will be executed to generate the results for the pipeline document
|