Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
743 B

  1. /* strings.inc */
  2. STRINGTABLE
  3. BEGIN
  4. ID_GAMENAME "Minesweeper"
  5. ID_ERR_TITLE "Minesweeper Error"
  6. ID_ERR_TIMER, "Unable to allocate a timer. Please exit some of your applications and try again."
  7. ID_ERR_UNKNOWN, "Error: %d"
  8. ID_ERR_MEM, "Out of Memory"
  9. ID_NAME_DEFAULT, "Anonymous"
  10. ID_MSG_SEC, "%d seconds"
  11. ID_MSG_BEGIN, "You have the fastest time\rfor beginner level.\rPlease enter your name."
  12. ID_MSG_INTER, "You have the fastest time\rfor intermediate level.\rPlease enter your name."
  13. ID_MSG_EXPERT, "You have the fastest time\rfor expert level.\rPlease enter your name."
  14. ID_MSG_VERSION, "Minesweeper"
  15. ID_MSG_CREDIT, "by Robert Donner and Curt Johnson"
  16. END