home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / NextDeveloper / Demos / Chess.app / Resources / English.lproj / Localizable.strings < prev    next >
Text File  |  1995-07-24  |  802b  |  40 lines

  1. /* alert panel messages */
  2. "new_game" = "Start a new game with these Preferences?";
  3. "no_hint"  = "I don't have a hint.";
  4. "no_undo"  = "No more moves to undo.";
  5.  
  6. "draw_game" = "The game is a draw.";
  7. "black_win" = "The game is over.  Black wins.";
  8. "white_win" = "The game is over.  White wins.";
  9. "you_win"   = "The game is over.\nCongratulations, you win.";
  10.  
  11. "exit_chess" = "Do you want to exit chess?";
  12.  
  13. /* alert panel buttons */
  14. "Yes";
  15. "No";
  16.  
  17. /* window title messages */
  18. "Chess";
  19. "Chess:  ";
  20. "   :   ";
  21. "1 Undo  ";
  22. "%d Undos  ";
  23. "1 Hint";
  24. "%d Hints";
  25.  
  26. "Illegal move";
  27. "Black's move";
  28. "White's move";
  29. "Illegal Move!!";
  30. "Ambiguous Move!";
  31. "Black is in check";
  32. "White is in check";
  33.  
  34. /* preferences panel messages */
  35. "%d moves in %d minutes";
  36. "%d move in %d minutes";
  37.  
  38. /* black/white player */
  39. "Computer";
  40.