jdk/src/share/classes/sun/tools/native2ascii/resources/MsgNative2ascii_zh_CN.java
equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 * |
4 * |
5 * This code is free software; you can redistribute it and/or modify it |
5 * This code is free software; you can redistribute it and/or modify it |
6 * under the terms of the GNU General Public License version 2 only, as |
6 * under the terms of the GNU General Public License version 2 only, as |
7 * published by the Free Software Foundation. Oracle designates this |
7 * published by the Free Software Foundation. Oracle designates this |
28 import java.util.ListResourceBundle; |
28 import java.util.ListResourceBundle; |
29 |
29 |
30 public class MsgNative2ascii_zh_CN extends ListResourceBundle { |
30 public class MsgNative2ascii_zh_CN extends ListResourceBundle { |
31 |
31 |
32 public Object[][] getContents() { |
32 public Object[][] getContents() { |
33 return new Object[][] { |
33 Object[][] temp = new Object[][] { |
34 {"err.bad.arg", "-encoding \u9700\u8981\u53c2\u6570"}, |
34 {"err.bad.arg", "-encoding \u9700\u8981\u53C2\u6570"}, |
35 {"err.cannot.read", "\u65e0\u6cd5\u8bfb\u53d6 {0}\u3002"}, |
35 {"err.cannot.read", "\u65E0\u6CD5\u8BFB\u53D6{0}\u3002"}, |
36 {"err.cannot.write", "\u65e0\u6cd5\u5199\u5165 {0}\u3002"}, |
36 {"err.cannot.write", "\u65E0\u6CD5\u5199\u5165{0}\u3002"}, |
37 {"usage", "\u7528\u6cd5\uff1anative2ascii" + |
37 {"usage", "\u7528\u6CD5: native2ascii [-reverse] [-encoding encoding] [inputfile [outputfile]]"}, |
38 " [-reverse] [-encoding \u7f16\u7801] [\u8f93\u5165\u6587\u4ef6 [\u8f93\u51fa\u6587\u4ef6]]"}, |
|
39 }; |
38 }; |
|
39 |
|
40 return temp; |
40 } |
41 } |
41 } |
42 } |