www.pudn.com > 20061029005.rar > Game_en.java


// 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:"); 
    } 
}