Update of /cvsroot/babeldoc/babeldoc/modules/conversion/build/conversion/i18n
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17366/modules/conversion/build/conversion/i18n
Added Files:
messages.properties
Log Message:
Minor update
--- NEW FILE: messages.properties ---
# com.babeldoc.conversion....
conversion.001=When scanning CSV fields, no more than 1 line paragraphs allowed
conversion.002=Expected: {0} fields but found: {1} tokens. Skipping...
conversion.003=Field: {0} is duplicated. Skipping
conversion.004=When scanning line-fields, no more than 1 line paragraphs allowed
conversion.005=Field: {0} exceeds the number of rows in paragraph. Skipping...
conversion.006=Field: {0} exceeds line length. Skipping...
conversion.007=Unknown conversionType
conversion.008=Incorrect number of arguments
conversion.009=Commandline client to convert flatfiles to xml documents
conversion.excel.client.file=file to convert
conversion.excel.client.output=output file
conversion.excel.client.locale=format date and numbers with this locale
conversion.011=conversion configuration file
conversion.012=Use xml unmarshaller
conversion.013=XML Configuration error
conversion.014=Input/Output error
conversion.022=Convert this flat document to an XML document
conversion.023=Flat file conversion specification XML file
conversion.exception.io.convfile=Exception loading conversion file: {0}
conversion.exception.io.infile=Exception loading input file: {0}
conversion.digester.exception.sax=SAX Parser Exception
conversion.digester.exception.io=Input/Ouput Exception
conversion.pipeline.stage.XlsToXml.desc=Converts Microsoft Excel files to XML format. This creates a regular XML output document of workbooks, rows and cells. The XML encoding can be configured if necessary.
conversion.pipeline.stage.XlsToXml.encoding=Encoding string for the output XML. By default it is UTF-8.
conversion.pipeline.stage.XlsToXml.error=Error converting XLS file to XML
conversion.pipeline.stage.XlsToXml.locale=Locale which should be used for formatting numbers and dates from Excel workbook. If not specified, default Locale will be used.
conversion.excel.client.locale=Locale which should be used for formatting numbers and dates from Excel workbook. If not specified, default Locale will be used.
conversion.excel.client.inputEncoding=Encoding which should be used for reading file. Default is System default (file.encoding)
conversion.excel.client.outputEncoding=Encoding which should be used for writing file. Default is System default (file.encoding)
|