game_en.java

来自「一款j2me的钓鱼游戏,大家可以自由设计鱼.可以部署在eclipse,netbe」· Java 代码 · 共 39 行

JAVA
39
字号
// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi 

package org.cesar.inmotion.sea.languages;

import java.util.Hashtable;
import org.cesar.inmotion.util.ResourceBundle;

public class Game_en extends ResourceBundle
{

    private static final String INFO = "Instruction text.";

    public Game_en()
    {
        resources.put("001", "PAUSE");
        resources.put("002", "EXIT");
        resources.put("006", "START");
        resources.put("003", "RESUME");
        resources.put("004", "SELECT");
        resources.put("005", "BACK");
        resources.put("010", "Game");
        resources.put("008", "New game");
        resources.put("009", "Instructions");
        resources.put("011", "OK");
        resources.put("007", "Instruction text.");
        resources.put("012", "Game Over");
        resources.put("013", "SCORE");
        resources.put("014", "YES");
        resources.put("015", "NO");
        resources.put("016", "Do you really want to exit this game?");
        resources.put("017", "HI SCORE");
        resources.put("018", "Congratulations!!!");
        resources.put("019", "Name:");
        resources.put("020", "Score:");
    }
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?