home *** CD-ROM | disk | FTP | other *** search
Java Source | 1998-05-08 | 6.5 KB | 164 lines |
- /*
- * Copyright (c) 1997-1998 Borland International, Inc. All Rights Reserved.
- *
- * This SOURCE CODE FILE, which has been provided by Borland as part
- * of a Borland product for use ONLY by licensed users of the product,
- * includes CONFIDENTIAL and PROPRIETARY information of Borland.
- *
- * USE OF THIS SOFTWARE IS GOVERNED BY THE TERMS AND CONDITIONS
- * OF THE LICENSE STATEMENT AND LIMITED WARRANTY FURNISHED WITH
- * THE PRODUCT.
- *
- * IN PARTICULAR, YOU WILL INDEMNIFY AND HOLD BORLAND, ITS RELATED
- * COMPANIES AND ITS SUPPLIERS, HARMLESS FROM AND AGAINST ANY CLAIMS
- * OR LIABILITIES ARISING OUT OF THE USE, REPRODUCTION, OR DISTRIBUTION
- * OF YOUR PROGRAMS, INCLUDING ANY CLAIMS OR LIABILITIES ARISING OUT OF
- * OR RESULTING FROM THE USE, MODIFICATION, OR DISTRIBUTION OF PROGRAMS
- * OR FILES CREATED FROM, BASED ON, AND/OR DERIVED FROM THIS SOURCE
- * CODE FILE.
- */
-
-
- package borland.samples.apps.chess.client;
-
- import java.util.*;
-
- public class Res extends java.util.ListResourceBundle {
- static final Object[][] contents = {
- { "Players", "Players" },
- { "Library", "Library" },
- { "Moves", "Moves" },
- { "Created_with_Borland", "Created with Borland JBuilder \r\n" },
- { "Description:_A_Chess", "Description: A Chess Server/Viewer " },
- { "ChessViewer", "ChessViewer" },
- { "Name:_ChessViewer" , "Name: ChessViewer\r\n" },
- { "Author:_Greg", "Author: Greg Hamer\r\n" },
- { "Move", "Move" },
- { "White", "White" },
- { "Black", "Black" },
- { "Connecting_", "Connecting..." },
- { "WHITE", "White" },
- { "BLACK", "Black" },
- { "PLEASE_ENTER_YOUR", "Please enter your name and password" },
- { "CONFUSED", "I am so confused by that move!!" },
- { "LOGONHINT", "Enter your name and password" },
- { "CHATHINT", "chat by typing in here and pressing Enter" },
- { "LISTPLAYERS", "List Players" },
- { "GAMEPARAMNAME", "game" },
- { "IMAGENAME", "image" },
- { "ZEROTIME", "0:00:00" },
- { "COULD_NOT_OPEN", "could not open " },
- { "LOGOFF", "Log Off" },
- { "LOGON", "Log On..." },
- { "LOG_ON", "Log on" },
- { "CANCEL", "Cancel" },
- { "CONNECTION_ERROR", "Connection error " },
- { "UNKNOWN_HOST", "Trying to connect to unknown host: " },
- { "OFFER_ABORT", "Offer Abort" },
- { "SEMICOLON_DELIMITED", "semicolon delimited list of Chesspiece image files " },
- { "PGN_FILE_TO_LOAD_VERY", "pgn file to load (very optional)" },
- { "THE_HOSTNAME_OF_THE", "the hostname of the Chess Server (Ignored when invoked as an Applet)" },
- { "BEGINNING_OF_GAME", " |< " },
- { "BACK_ONE_MOVE", " < " },
- { "FORWARD_ONE_MOVE", " > " },
- { "END_OF_GAME", " >| " },
- { "DEFAULT_GAME_TIME", "05" },
- { "DEFAULT_MOVE_TIME", "05" },
- { "OPTIONS_", "Options..." },
- { "QUESTION_MARKS", "??" },
- { "OFFER_DRAW", "Offer Draw" },
- { "RESIGN", "Resign" },
- { "SUSPEND", "Suspend" },
- { "LOGGED_OFF", "Logged Off" },
- { "UPDATE", "Update" },
- { "CHALLENGE", "Challenge" },
- { "TIME_CONTROL_FIELDS", "Time Control fields must be numeric" },
- { "PASTE_AND_THEN", "Paste and then Highlight the entire game you wish to import, then press Enter" },
- { "IMPORTEDGAME", "ImportedGame " },
- { "COPY_PASTE", "Copy/Paste" },
- { "ABORT_OFFERED_TO", "Abort offered to " },
- { "DRAW_OFFERED_TO", "Draw offered to " },
- { "GAME_OVER", "Game Over" },
- { "RESIGNED", " resigned" },
- { "GAME_SUSPENDED", "Game Suspended" },
- { "WAITING_ON_YOUR", "Waiting on your opponent..." },
- { "YOUR_MOVE", "Your move" },
- { "WHITE_TO_MOVE", "White to move" },
- { "BLACK_TO_MOVE", "Black to move" },
- { "BLACK_LOST_ON_TIME", " 1-0 Lost on Time" },
- { "WHITE_LOST_ON_TIME", " 0-1 Lost on Time" },
- { "tring LIST_PLAYERS", "List Players" },
- { "tring LIST_GAMES", "List Games" },
- { "OBSERVE", "Observe" },
- { "RESUME", "Resume" },
- { "VIEW", "View" },
- { "GET", "Get" },
- { "OFFER_REFUSED", "Offer refused" },
- { "WELCOME", "Welcome " },
- { "GAME_ABORTED", "Game aborted" },
- { "GAME_DRAWN", "Game drawn" },
- { "BORLAND_CHESS_CLUB", "Borland Chess Club" },
- { "RATED_GAME", "Rated Game" },
- { "LOST_CONNECTION_", "Lost connection: " },
- { "RECEIVED_", "Received: " },
- { "FRESH_MEAT_", "Fresh meat!" },
- { "GAMEIN", "Game in" },
- { "MINUTES", "min, +" },
- { "MOVETIME", "sec/move" },
- { "TIME_CONTROL", "Game in % minutes, plus % seconds per move" },
- { "YOU_GET_WHITE", "You get white" },
- { "YOU_GET_BLACK", "You get black" },
- { "DO_YOU_WANT_TO_PLAY", "Do you want to play %?" },
- { "YES", "Yes" },
- { "NO", "No" },
- { "WELCOME_TO_THE", "Welcome to the Borland Chess Club" },
- { "WAITING_FOR", "Waiting for % to move" },
- { "YOUR_NAME", "Your Name" },
- { "PASSWORD", "Password" },
- { "INEED_A_NAME", "I need a name..." },
- { "PLEASE_CHOOSE_A", "Please choose a longer name" },
- { "INEED_A_PASSWORD", "I need a password..." },
- { "PLEASE_CHOOSE_PASSWORD", "Please choose a longer password" },
- { "LOGGING_ON_", "Logging on..." },
- { "FEEL_FREE_TO_USE_THE", "Feel free to use the chessboard" },
- { "CHESSBOARD_OPTIONS", "Chessboard Options" },
- { "PIECES_", "Pieces:" },
- { "LIGHT_SQUARES", "Light Squares" },
- { "DARK_SQUARES", "Dark Squares" },
- { "OK", "Ok" },
- { "BLACK_AT_TOP", "Black at Top" },
- { "WHITE_AT_TOP", "White at Top" },
- { "WANNA_DRAW_", "Wanna Draw?" },
- { "WANNA_ABORT_", "Wanna Abort?" },
- { "HAS_OFFERED_YOU_A", " has offered you a draw" },
- { "HAS_OFFERED_TO_ABORT", " has offered to Abort the game" },
- { "DO_YOU_ACCEPT_", "Do you accept?" },
- { "VERY_PRIMITIVE_PGN", "Very primitive pgn file import/export" },
- { "COPY_TO_THE_CLIPBOARD", "Copy to the clipboard" },
- { "TO_IMPORT_PASTE_THE", "To import, paste the pgn formated game into the edit box and then press import" },
- { "IMPORT", " Import " },
- { "YOUR_PUBLIC", "Your Public Information" },
- { "PUBLIC_INFO", "Public Information for " },
- { "EXPECTED_EIGHT_PIECES", "expected eight pieces of information; received " },
- { "CHANGE_AS_DESIRED", "Change as desired" },
- { "RATING", " Rating " },
- { "GAMES_PLAYED", " Games Played" },
- { "NAME", "Name " },
- { "EMAIL_ADDRESS", "E-mail address " },
- { "LOCATION", "Location " },
- { "OTHER_STUFF", "Other Stuff " },
- { "USER_DATA_UPDATED", "User data updated" },
- { "SEND_NOTE", "Send Note:" },
- { "ONLY_SHOW", "Only show logged on Players" },
- { "MESSAGE_SENT", "message sent to " },
- { "FROM", "from " },
- { "NOTE_INSTRUCTIONS", "select recipient, then type note here" },
- { ">", ">" }};
-
-
- public Object[][] getContents() {
- return contents;
- }
- }
-
-