home *** CD-ROM | disk | FTP | other *** search
/ 50 Fun Games / 50_Games_CD.iso / Games3 / menudata / menu.ini < prev    next >
INI File  |  2000-05-03  |  2KB  |  54 lines

  1. ;; this file contains variables that are programmable in the interface
  2.  
  3. [settings]
  4. ;; this .ini file is for the localized version of the menu program written by Xtreme Games
  5. ;; all of the strings in this file will render with the string data here
  6. ;; simply replace the right hand side of each value you wish to reprogram, but note 
  7. ;; that there are size limitations for each string (usually the same number of characters)
  8. ;; as the english version fits best
  9. ;; and this .ini file only works with the new menu program for localized 
  10. ;; release LOCALMENU.EXE
  11.  
  12. ;; title bar on interface
  13. title = Xtreme Board Games 12 Pack, (c) 2000 Xtreme Games LLC
  14.  
  15.  
  16. ;; pop up help tip strings for game list and game description windows
  17. hint_lists_the_games_you_can_install = Lists the game you can install.
  18. hint_description_of_the_game         = Description of game.
  19.  
  20. ;; button pop up hints, these are the hints that pop up when you place the mouse
  21. ;; over a button for a long enough time
  22.  
  23. hint_about             = Displays the About box.
  24. hint_install_game      = Installs the selected game.
  25. hint_exit              = Exits back to Windows.
  26. hint_help              = Displays Help info.
  27. hint_install_directx   = Installs DirectX on your system.
  28.  
  29. ;; interface questions
  30. are_you_sure_you_want_to_exit  = Are you sure you want to exit?
  31.  
  32.  
  33. ;; general yes/no strings
  34. question_yes = Yes
  35. question_no  = No
  36.  
  37. ;; button face strings, watch your length!
  38. about             = About
  39. install_game      = Install Game
  40. exit              = Exit
  41. help              = Help
  42. install_directx   = Install DirectX
  43.  
  44. ;; information box strings, watch your length, especially on the description "desc" field
  45. space_required    = Space required:
  46. desc              = Desc:
  47.  
  48.  
  49. ;; top listbox string
  50. game_list         = Game List
  51.  
  52.  
  53.  
  54.