KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > compiere > apps > ALoginRes_vi


1 /******************************************************************************
2  * The contents of this file are subject to the Compiere License Version 1.1
3  * ("License"); You may not use this file except in compliance with the License
4  * You may obtain a copy of the License at http://www.compiere.org/license.html
5  * Software distributed under the License is distributed on an "AS IS" basis,
6  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
7  * the specific language governing rights and limitations under the License.
8  * The Original Code is Compiere ERP & CRM Business Solution
9  * The Initial Developer of the Original Code is Jorg Janke and ComPiere, Inc.
10  * Portions created by Jorg Janke are Copyright (C) 1999-2001 Jorg Janke, parts
11  * created by ComPiere are Copyright (C) ComPiere, Inc.; All Rights Reserved.
12  * Contributor(s): ______________________________________.
13  *****************************************************************************/

14 package org.compiere.apps;
15
16 import java.util.*;
17
18 /**
19  * Vietnamese Resource Bundle
20  *
21  * @author Bui Chi Trung
22  * @version $Id: ALoginRes_vi.java,v 1.3 2003/01/29 07:37:36 ctrung Exp $
23  */

24 public final class ALoginRes_vi extends ListResourceBundle
25 {
26     /** Translation Content */
27     static final Object JavaDoc[][] contents = new String JavaDoc[][]
28     {
29     { "Connection", "K\u1EBFt n\u1ED1i" },
30     { "Defaults", "M\u1EB7c nhiên" },
31     { "Login", "\u0110\u0103ng nh\u1EADp" },
32     { "File", "H\u1EC7 th\u1ED1ng" },
33     { "Exit", "Thoát" },
34     { "Help", "Giúp \u0111\u1EE1" },
35     { "About", "Gi\u1EDBi thi\u1EC7u" },
36     { "Host", "Máy ch\u1EE7" },
37     { "Database", "C\u01A1 s\u1EDF d\u1EEF li\u1EC7u" },
38     { "User", "Tên ng\u01B0\u1EDDi dùng" },
39     { "EnterUser", "Hăy nh\u1EADp tên ng\u01B0\u1EDDi dùng" },
40     { "Password", "M\u1EADt kh\u1EA9u" },
41     { "EnterPassword", "Hăy nh\u1EADp m\u1EADt kh\u1EA9u" },
42     { "Language", "Ngôn ng\u1EEF" },
43     { "SelectLanguage", "Hăy ch\u1ECDn ngôn ng\u1EEF" },
44     { "Role", "Vai tṛ" },
45     { "Client", "Công ty" },
46     { "Organization", "\u0110\u01A1n v\u1ECB" },
47     { "Date", "Ngày" },
48     { "Warehouse", "Kho hàng" },
49     { "Printer", "Máy in" },
50     { "Connected", "\u0110ă k\u1EBFt n\u1ED1i" },
51     { "NotConnected", "Ch\u01B0a k\u1EBFt n\u1ED1i \u0111\u01B0\u1EE3c" },
52     { "DatabaseNotFound", "Không t́m th\u1EA5y CSDL" },
53     { "UserPwdError", "Ng\u01B0\u1EDDi dùng và m\u1EADt kh\u1EA9u không kh\u1EDBp nhau" },
54     { "RoleNotFound", "Không t́m th\u1EA5y vai tṛ này" },
55     { "Authorized", "\u0110ă \u0111\u01B0\u1EE3c phép" },
56     { "Ok", "\u0110\u1ED3ng ư" },
57     { "Cancel", "H\u1EE7y" },
58     { "VersionConflict", "X\u1EA3y ra tranh ch\u1EA5p phiên b\u1EA3n:" },
59     { "VersionInfo", "Thông tin v\u1EC1 phiên b\u1EA3n" },
60     { "PleaseUpgrade", "Vui ḷng nâng c\u1EA5p ch\u01B0\u01A1ng tŕnh" }
61     };
62
63     /**
64      * Get Contents
65      * @return context
66      */

67     public Object JavaDoc[][] getContents()
68     {
69         return contents;
70     } // getContents
71
} // ALoginRes
72
Popular Tags