Revision: 7242 Author: [email protected] Date: Wed Dec 2 15:21:05 2009 Log: Fix incorrect delimiter in Chinese Showcase translation.
Patch by: jat Review by: jlabanca (desk) http://code.google.com/p/google-web-toolkit/source/detail?r=7242 Modified: /trunk/samples/showcase/src/com/google/gwt/sample/showcase/client/ShowcaseConstants_zh.properties ======================================= --- /trunk/samples/showcase/src/com/google/gwt/sample/showcase/client/ShowcaseConstants_zh.properties Wed Oct 28 06:47:22 2009 +++ /trunk/samples/showcase/src/com/google/gwt/sample/showcase/client/ShowcaseConstants_zh.properties Wed Dec 2 15:21:05 2009 @@ -74,7 +74,7 @@ cwDateTimeFormatFormattedLabel = <b>格式化的值: </b> cwDateTimeFormatInvalidPattern =无效模板 cwDateTimeFormatPatternLabel = <b>模板: </b> -cwDateTimeFormatPatterns = 完全日期时间, 长日期时间, 中日期时间, 短日期时 间, 完全日期, 长日期, 中日期, 短日期, 完全时间, 长时间, 中时间, 短时间, 自 定义风俗 +cwDateTimeFormatPatterns = 完全日期时间, 长日期时间, 中日期时间, 短日期时 间, 完全日期, 长日期, 中日期, 短日期, 完全时间, 长时间, 中时间, 短时间, 自定 义风俗 cwDateTimeFormatValueLabel = <b>需要格式的值: </b> cwDecoratorPanelFormDescription = 说明: cwDecoratorPanelFormName = 名: -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
