Update of /cvsroot/babeldoc/babeldoc/modules/core/config/i18n
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16556/modules/core/config/i18n
Modified Files:
messages.properties
Log Message:
news pipeline stages
Index: messages.properties
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/core/config/i18n/messages.properties,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** messages.properties 4 Aug 2007 11:37:05 -0000 1.31
--- messages.properties 18 Dec 2007 10:04:42 -0000 1.32
***************
*** 221,224 ****
--- 221,225 ----
100020=Output filename
100021=Write the "done" file when the document is written. This can act as a flag for other disk scanning processes
+ 100022=newline character to use
100024=Write the document to the FTP host
core.pipeline.stage.ftpwriter.desc=Write the document using the FTP protocol to an FTP server. This will enable pipelines to distribute documents on the internet using this well supported protocol
***************
*** 435,436 ****
--- 436,460 ----
core.pipeline.feeder.asyncfeeder.config.poolsize=The number of threads to create in the threadpool - this determines the possible number of concurrent pipeline executing.
core.pipeline.feeder.asyncfeeder.config.inactivetime=The length of time to keep idle threads in the threadpool alive
+
+ core.pipeline.stage.EncodingConversion.desc=Encoding conversión of the document with the defined encoding.
+ core.pipeline.stage.EncodingConversionPipelineStage.charset=Name of charset used to write file
+
+ core.pipeline.stage.XmlToSql.desc=Converts a XML to a SQL script (SQL insert's or/and update's commands)
+
+ sql.101=Name of the resource that contains Database Connection
+ sql.103=Error getting the resource
+ sql.104=Error executing sql:
+ sql.201=Option resourceName is not optional!
+ sql.1000=Creates an SQL script from a XML file
+ sql.1001=Empty document, script not made
+ sql.1002=Could not read file
+ sql.1003=Could not create XML Document
+ sql.1004=Empty DOM list of matching Element nodes
+ sql.1005=Option whereRowsName is not optional!
+ sql.1008=Option whereRowsName must be defined!
+ sql.1006=Option tableName is not optional!
+ sql.1007=Option schemaUrl is not optional!
+ sql.1009=Name of the table to insert/update data
+ sql.1010=URL to the db table schema (XSD)
+ sql.1011=List of row names for the SQL WHERE clause (usually the primary key).
+ sql.1012=XML node name to convert, else convert all XML level 1 nodes (note: root element it's level 0)
|