📄 resource_l10n.java-template
字号:
/* * @(#)Resource_l10n.java-TEMPLATE 1.7 02/09/19 @(#) * * Copyright (c) 2000 Sun Microsystems, Inc. All rights reserved. * PROPRIETARY/CONFIDENTIAL * Use is subject to license terms. */package com.sun.midp.lcdui.i18n;/* * A template file for the localization of Resource.java. *//** * Change the class and file name to Resource_<your locale>. */public class Resource_l10n extends com.sun.midp.lcdui.Resource { /** * DO NOT TOUCH. */ public Object[][] getContents() { return contents; } /** * Translate the English word(s) or sentence in the left * paranthese and put the translation into the right side. */ static final Object[][] contents = { // Alert {"Done", ""}, // DateField, TextField {"Back", ""}, {"Save", ""}, // DateField {"noon", ""}, {"PM", ""}, {"mid.", ""}, {"AM", ""}, {"<date>", ""}, {"<time>", ""}, {"<date/time>", ""}, {"Sun", ""}, {"Mon", ""}, {"Tue", ""}, {"Wed", ""}, {"Thu", ""}, {"Fri", ""}, {"Sat", ""}, {"January", ""}, {"February", ""}, {"March", ""}, {"April", ""}, {"May", ""}, {"June", ""}, {"July", ""}, {"August", ""}, {"September", ""}, {"October", ""}, {"November", ""}, {"December", ""}, {"Jan", ""}, {"Feb", ""}, {"Mar", ""}, {"Apr", ""}, {"May", ""}, {"Jun", ""}, {"Jul", ""}, {"Aug", ""}, {"Sep", ""}, {"Oct", ""}, {"Nov", ""}, {"Dec", ""}, // Selector {"About", ""}, {"Copyright (c) 2000 Sun Microsystems, Inc. All rights reserved.\n" + "Use is subject to license terms.", ""}, {"Copyright (c) 2000 Sun Microsystems, Inc. All rights reserved.\n" + "Use is subject to license terms.\n" + "Third-party software, including font technology, is copyrighted " + "and licensed from Sun suppliers. Sun, Sun Microsystems, the Sun " + "logo, J2ME, the Java Coffee Cup logo, and Java are trademarks " + "or registered trademarks of Sun Microsystems, Inc. in the U.S. " + "and other countries.\n" + "Federal Acquisitions: Commercial Software - Government Users " + "Subject to Standard License Terms and Conditions.\n\n" + "Copyright (c) 2002 Sun Microsystems, Inc. Tous droits r閟erv閟.\n" + "Distribu
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -