From: Santi B. <san...@us...> - 2007-12-11 00:27:12
|
Update of /cvsroot/babeldoc/babeldoc/modules/sql/build/sql/i18n In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12751/modules/sql/build/sql/i18n Added Files: messages.properties Log Message: Minor update --- NEW FILE: messages.properties --- # com.babeldoc.core.config.sql.ConfigService + SqlConfigurationLoader sql.001=Error setting LRU number to: {0} sql.002=directory for the property files sql.003=Commandline tool to load configuration data into the sql tables sql.004=The file: {0} is not a directory # com.babeldoc.journal.simple.GenericSqlJournal sql.401=loading sql.402=using resource sql.403=Error Closing objects # com.babeldoc.sql.... sql.301=Got a null query for: {0} sql.302=Error sql.100=Enrich documents with values based on sql queries sql.101=Name of the resource that contains Database Connection sql.102=List of attribute names which contains sql queries that return single value. Attribute will get value returned by that query. Only the first column of the first row will be taken if multicell results returned! sql.106=List of scripts that can return multiple columns (but single row). An atttribute will get created for each column. The name of the attribute will be the same as the column name and the value will be the column value. script name should be unique but it is not important elsewhere. sql.103=Error getting the resource sql.104=Error executing sql: sql.105=Connection not avaliable sql.190=Executes the specified SQL statement sql.191=Use JDBC SQL batching - depends on the driver support sql.192=The batch size if applicable sql.193=The SQL statement to execute sql.194=Set to true if the pipeline should not attempt subsequent SQL statements if a statement fails sql.195=The message tag to search for if the statement fails - this is then logged instead of the SQL error message sql.196=Error executing script: {0} sql.197=Error getting connection sql.199=Error preparing to execute sql script sql.200=Option SQL is not optional! sql.201=Option resourceName is not optional! sql.202=Either sqlScript or attributeSql must be defined! sql.900=Creates an XML file from a SQL query sql.901=Name of the resource that contains Database Connection |