|
From: <de...@us...> - 2004-01-06 14:10:02
|
Update of /cvsroot/babeldoc/babeldoc/modules/conversion/config/i18n
In directory sc8-pr-cvs1:/tmp/cvs-serv942/modules/conversion/config/i18n
Modified Files:
Tag: V1-2
messages.properties
Log Message:
- Excel converter now can read cells with formulas
- Numbers are parsed using format specified in Excel cells and given locale. Locale can be specified as config option in XlsToXml pipeline stage
Index: messages.properties
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/conversion/config/i18n/messages.properties,v
retrieving revision 1.5
retrieving revision 1.5.4.1
diff -C2 -d -r1.5 -r1.5.4.1
*** messages.properties 7 Aug 2003 21:09:01 -0000 1.5
--- messages.properties 6 Jan 2004 14:09:58 -0000 1.5.4.1
***************
*** 9,13 ****
conversion.008=Incorrect number of arguments
conversion.009=Commandline client to convert flatfiles to xml documents
! conversion.010=file to convert
conversion.011=conversion configuration file
conversion.012=Use xml unmarshaller
--- 9,15 ----
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
***************
*** 26,27 ****
--- 28,32 ----
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.
|