mirror of https://github.com/tongzx/nt5src
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.
13 lines
369 B
13 lines
369 B
/* strings.inc */
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
ID_GAMENAME "TicTactics"
|
|
ID_ERR_TITLE "TicTactics Error"
|
|
ID_ERR_TIMER, "Unable to allocate a timer. Please exit some of your applications and try again."
|
|
ID_ERR_UNKNOWN, "Error: %d"
|
|
ID_ERR_MEM, "Out of Memory"
|
|
ID_MSG_VERSION, "TicTactics (1.0a)"
|
|
ID_MSG_CREDIT, "by Robert Donner"
|
|
END
|
|
|