< prev index next >

src/java.base/share/classes/com/sun/java/util/jar/pack/DriverResource_zh_CN.java

Print this page

        

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2016, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.  Oracle designates this

@@ -46,11 +46,11 @@
     /*
      * The following are the output of 'pack200' and 'unpack200' commands.
      * Do not translate command arguments and words with a prefix of '-' or '--'.
      */
     private static final Object[][] resource = {
-        {VERSION, "{0}版本{1}"}, // parameter 0:class name;parameter 1: version value
+        {VERSION, "{0}版本 {1}"}, // parameter 0:class name;parameter 1: version value
         {BAD_ARGUMENT, "错误参数: {0}"},
         {BAD_OPTION, "错误选项: {0}={1}"}, // parameter 0:option name;parameter 1:option value
         {BAD_REPACK_OUTPUT, "--repack 输出错误: {0}"}, // parameter 0:filename
         {DETECTED_ZIP_COMMENT, "检测到 ZIP 注释: {0}"}, // parameter 0:comment
         {SKIP_FOR_REPACKED, "由于已重新打包而跳过: {0}"}, // parameter 0:filename
< prev index next >