home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 January / Gamestar_69_2005-01_dvd.iso / ENGINE / GSCD.EXE / 1033 / string.txt
Text File  |  2004-06-06  |  30KB  |  263 lines

  1. 16    English
  2. 32    Yes
  3. 33    No
  4. 34    ?
  5. 128    CD Engine
  6. 129    CD Engine
  7. 130    CD Engine - %s
  8. 131    Program options
  9. 144    The function is not implemented in this version of the program.\n\nProgram routine: %s.
  10. 145    The requested task is done.
  11. 146    Gathering information...
  12. 1024    File "%s" does not exist or it cannot be opened.\nMake sure the file exists and that you have sufficient rights to open and read from it.
  13. 1025    \n\nThe program will be ended because it cannot continue due to the severity of the error. Please correct the error and run the program again.
  14. 1026    \n\nThe program will continue to run because the error is not critical. However the error needs to be corrected as soon as possible for it can impact program performance. All errors have to be corrected before burning the master CDs.
  15. 1027    %u error(s) were found when processing configuration files. The program will continue to run but the errors need to be fixed as soon as possible.
  16. 1028    File "%s" cannot be created or updated. Make sure you have enough disk space and that you have sufficient rights to create and/or update it.
  17. 1029    The filename "%s" contains some extended characters that might prevent the file from being opened under some circumstances. Please rename the file (and all the references) so that it contains only basic characters.
  18. 1040    The section "Languages" of the main configuration file contains an invalid entry. The line describing a language will be ignored.\n\nCorrect syntax is the following:\nID=langid[,name]\n\nID is a textual identification used in configuration files. Langid is a LANGID of the language. Name is a text that will be shown in the enginu. If the name is not supplied, the default according to the locale will be used.
  19. 1041    Language "%s" has a bad langid. The language will be ignored.\n\nThe id of the language has to be between + and 65535. It should be one of the LANGID's defined in the operation system.
  20. 1042    Too many languages were defined.\n\nDecrease the number of languages or contact the author of the program so he can increase the limit.
  21. 1043    Language named "%s" has beed already defined. There is a language with the same ID, langid, or name. The latter definition of the language will be ignored.\n\nDefine the languages so every has a unique ID, langid, and name. The ID's are case insensitive.
  22. 1044    Language, whose ID is "%s", does not exist so it is not possible to switch to the language. Make sure that the ID is correct. ID is the first string in the language definition and not the name shows in the menus.
  23. 1045    Default language based on Windows locale (%s)
  24. 1046    You have changed the user interface language of the program. The change will take effect after the program is restarted. Until that time, the previous language will still be used.
  25. 1056    The section "Sections" of the main configuration file contains an invalid entry. The line describing a section will be ignored.\n\nThe correct syntax is the following:\nID=file
  26. 1057    Section named "%s" has been already defined. There is a section with the same short name. The latter definition will be ignored.\n\nDefine the sections so that each has a unique name. The section names are case insensitive.
  27. 1058    Too many sections were defined.\n\nDecrease the number of sections or contact the author of the program so he can increase the limit.
  28. 1059    Section, whose short name is "%s", does not exist so it is not possible to switch to the section. Make sure that the name of the section is correct.
  29. 1060    Section named "%s" contains an invalid language "%s". The name in the language will be ignored.
  30. 1061    Section named "%s" in the language "%s" has been already defined. The latter definition will be ignored.
  31. 1062    Section named "%s" contains an invalid size definition. The section window will have default size.\n\nThe section window size has to be given in the form width,height and both the parameters need to be between 1 and 65535.
  32. 1072    Object named "%s" defined in the section  "%s" has an invalid class: "%s". The object will be ignored.\n\nYou can find the complete list of object classes in the documentation.
  33. 1073    Could not create object of class %d.\n\nThis error is probably a consequence of memory shortage and theoretically should never occur. Try to restart the operating system and run this program again. If it does not help, contant the author of the program.
  34. 1074    In the object definition in the section "%s" in the file "%s", there is no occurence of the required parameter "%s".
  35. 1075    In the object definition in the section "%s" in the file "%s", there is an invalid rectangle in the entry "%s".\n\nThe correct syntax is\nX,Y,W,H\nIf the width (W) and height (H) are not supplied, there are calculated automatically, if possible.
  36. 1076    In the object definition in the section "%s" in the file "%s", there is a reference to a non-existent sound file "%s". Sound files are located in the folder defined in the main configuration file in the "Sound" entry of the "Folders" section.
  37. 1077    In the object definition in the section "%s" in the file "%s", there is an invalid brush definition in the entry "%s". The correct syntax is the fololowing:\n\ncolor,background,style,hatch\n\nThe brush definition will be ignored and a default brush will be used instead.
  38. 1078    In the object definition in the section "%s" in the file "%s", there is an invalid pen definition in the entry "%s". The correct syntax is the fololowing:\n\ncolor,width,style,hatch\n\nThe pendefinition will be ignored and a default pen will be used instead.
  39. 1088    Menu definition in the section "%s" in the configuration file "%s" contains an invalid line. This menu command will be ignored.\n\nThe correct syntax is the following:\nString=menu,position,attributes,action
  40. 1089    Menu command "%s" in the section "%s" in the configuration file "%s" contains an invalid identification of a submenu. The menu command will be ignored.\n\nIdentification of a submenu must be done using position numbers delimited with slashes. The values give a position in the parent menu.
  41. 1090    Menu command "%s" in the section "%s" in the configuration file "%s" contains an invalid submenu position. The command will be ignored.\n\nPosition must be an integer or be empty; in the latter case the command will be appended to the end of the submenu.
  42. 1091    Menu item "%s" could not be created because it was not possible to find all the submenus which the item belongs to. The menu item will not be added to the menu.\n\nMake sure that all the submenu positions of the menu item are correct.
  43. 1092    Too many menu items were defined.\n\nDecrease the number of menu items or contact the author of the program so he can increase the limit.
  44. 1093    Menu item "%s" could not be inserted to the specified position in its parent menu because the parent menu contains too few items. The menu item will be appended to the end of the perent menu.\n\nMake sure that all the submenu positions of the menu item are correct. If you really want to append the menu item to the end of the parent menu, leave the position field blank.
  45. 1104    It was not possible to execute another instance of the engine. The engine had been attempted to execute by the following command:\n\n%s
  46. 1120    The section "Environment" of the main configuration file contains an invalid line. The line describing a variable will be ignored.\n\nThe correct syntax is the following:\nVariable=value
  47. 1121    The following string cannot be expanded because there is no closing parenthesis.\n\n%s
  48. 1122    The following string cannot be expanded because is has an unknown prefix\n\n%s\n\nPrefix is the starting part up to the first slash. The slash cannot be used in a different meaning than a prefix. Currently the following prefixes are defined:\n\nENV expands a Windows environment variable.\n\nEXPAND expands the parameter once more.\n\nCALL calls the parameter as an engine command.
  49. 1136    The following command will be executed although it has no parenthesis closing its parameters:\n\n%s
  50. 1137    The following command will be executed although it has extra characters after the parenthesis closing its parameters:\n\n%s
  51. 1138    The following command will not be executed because it is empty:\n\n%s
  52. 1139    The following command has incorrect number of parameters:\n\n%s\n\nThe real parameter count id %u but the commands expects at least %u and at most %u. If it is possible, the command will be executed. Missing parameters will be replaced with default values, extra parameters will be ignored.
  53. 1140    The following command cannot be executed because it is unknown to the program:\n\n%s\n\nMake sure that there is no typing mistake. If you want to add a new command to the program, contact the author of the program and tell him the command name and what the command should do.
  54. 1141    The following command cannot be executed because the target object was not found:\n\n%s\n\nMake sure that there is no typing mistake. If you want to add a new command or a new target object to the program, contact the author of the program and tell him the command name and what the command should do.
  55. 1152    The document or application "%s" could not be executed because the file does not exist.\n\nIf this is an internet link, you probably do not have an internet browser installed or it is misconfigured.
  56. 1153    The document or application "%s" could not be executed.
  57. 1154    \n\nThe reason is that you do not have the application required to open the file on your computer, or the installation is corrupted.
  58. 1155     Application required to open files of this type is %s.
  59. 1156     This application can be installed from this CD.
  60. 1168    Could not execute the following internet link:\n\n%s\n\nYou probably do not have an internet browser installed or the browser is misconfigured.
  61. 1184    Application "%s" is already installed. If you installed the same version and if there are no problems with the current installation, there is no reason to install it again. If you have an older version or you have problems with the current installation, it is reccommended that you continue with the installation.\n\nDo you wish to continue with the installation?
  62. 1185    (unknown program)
  63. 1186    An installation or deinstallation is already running. Please wait until the previous installation or deinstallation finishes and then run the next installation or deinstallation again.
  64. 1187    Could not execute installation program for the application "%s". The installation program had been attempted to execute by the following command:\n\n%s
  65. 1188    Could not execute installation program for the application "%s". The installation program had been attempted to execute by the following command but the specified file was not found:\n\n%s
  66. 1200    Application "%s" is not installed on this computer or it does not support automatic removal. The deinstallation cannot proceed.
  67. 1201    It is not possible to automatically remove the application "%s" because its uninstallation program could not be executed. The uninstallation program should be the following:\n\n%s\n\nThe application can be removed only manually.
  68. 1202    \n\nIf you are sure that the application is no longer on your computer (it might have been removed on the file level), you can remove the record for the automatic application removal. Do you with to do this?
  69. 1203    The uninstall record "%s" has been removed.
  70. 1204    Could not remove the uninstall record "%s".
  71. 1216    Internet Explorer, Netscape Navigator or other internet browser
  72. 1217    WinZip
  73. 1218    Notepad or other plain text viewer
  74. 1219    Wordpad, Word or other text editor able to read documents in DOC and RTF formats
  75. 1220    Acrobat Reader
  76. 1221    RealPlayer
  77. 1222    Windows Media Player
  78. 1223    Powerpoint or Powerpoint viewer
  79. 1232    Version of DirectX installed on your computer is %s and the version that can be installed from out engine is %s. It is reccommended that you install the new version.\n\nDo you wish to proceed with DirectX installation?
  80. 1233    Version of DirectX installed on your computer is %s and the version that can be installed from out engine is %s. It is reccommended that you cancel the installation unless you are having problems with your current DirectX installation. However even in such a case there is no guarantee that reinstallation will help.\n\nDo you wish to proceed with DirectX installation?
  81. 1234    Version of DirectX installed on your computer is %s which is the same version as the one you can install from this engine. It is reccommended that you cancel the installation unless you are having problems with your current DirectX installation. However even in such a case there is no guarantee that reinstallation will help.\n\nDo you wish to proceed with DirectX installation?
  82. 1235    DirectX is not installed on your computer or the installation is corruped, although it might look fully functional.\n\nThe version of DirectX which can be installed from this engine is %s. It is reccommended that you continue with the installation.\n\nDo you wish to proceed with DirectX installation?
  83. 1236    The version of DirectX, specified as "%s", has an incorrect syntax. The DirectX version has to consist of two numbers in the range 0 and 65535 delimited with a dot.
  84. 1237    The installation program of DirectX version %s could not be executed. The installation program had been attempted to execute by the following command:\n\n%s\n\nThe specified file probably does not exist or you do not have sufficient privileges to execute it.
  85. 1238    DirectX installation test found that you do not have DirectX installed on your computer. The problem is that you have an operation system that should always contain at least DirectX version %s. It is very likely that your operating system installation is corrupted. It is reccommended that you do not proceed with DirectX installation and rather try to repair your operating system installation using your installation CD (see your documentation for details).\n\n\nThe version of DirectX which can be installed from this engine is %s.\n\nDo you wish to proceed with DirectX installation and ignore the warning?
  86. 1239    DirectX installation test found that you have DirectX version %s installed on your computer. The problem is that you have an operating system that should always contain at least DirectX version %s. It is very likely that your operating system installation is corrupted. It is reccommended that you do not proceed with DirectX installation and rather try to repair your operating system installation using your installation CD (see your documentation for details).\n\n\nThe version of DirectX which can be installed from this engine is %s.\n\nDo you wish to proceed with DirectX installation and ignore the warning?
  87. 1240    This CD unfortunatelly does not contain DirectX installation package for your operating system.\n\nDirectX installation will not proceed.
  88. 1241    DirectX cannot be installed on WindowsNT version prior than 4.\n\nDirectX installation will not proceed.
  89. 1242    DirectX cannot be installed on WindowsNT version 4. However you can apply Service Pack 6 which contains DirectX version 3.\n\nDirectX installation will not proceed.
  90. 1248    The help file could not be loaded, probably due to a CD damage. If it is not the case and the problem persists even after restart of the operating system, contact the author of this program.
  91. 1264    Data item named "%s" in the section "%s" (file "%s") contains a line that does not contain an equal sign:\n\n%s\n\nAll lines in the data item must be in the form nßzev=hodnota. The line will be ignored.
  92. 1265    Variable "%s" of the data item "%s" in the section"%s" (file "%s") contains a prefix "%s" (delimnited with a slash) but the prefix does not describe a defined language. Either correct the prefix or define the language.\n\nThe language prefix will be ignored and the variable will be set for all languages, i.e. in the same was as if no language prefix were specified.
  93. 1266    Variable "%s" of the data item "%s" in the section "%s" (file "%s") is defined more than once in the language%u. Remove the extra definitions.\n\nThe extra definition will be ignored.
  94. 1280    The definition of a text objekt in the section "%s" in the file "%s" has invalid attributes ("%s").\n\nOnly the following attributes can be specified: S./TBVLRC&.\n\nThe extra attributes will be ignored.
  95. 1281    The definition of a text objekt in the section "%s" in the file "%s" contains attributes ("%s") that are mutually exclusive.\n\nGroups of mutually exclusive attributes are: ./, BTV, LRC.\n\nThe extra attributes will be ignored.
  96. 1296    Sections "Fonts" of the main configuration file contains an invalid line. The line describing a font will be ignored.\n\nThe correct syntax is the following:\nID=face,attrs,H,W,color
  97. 1297    Font named "%s" has been already defined. There is a font with the same name. The latter definition will be ignored.\n\nDefine the fonts so that each has a unique name. The font names are case insensitive.
  98. 1298    The width of the font named "%s" is invalid. The font width has to be an integer.\n\nDefault font width will be used.
  99. 1299    The height of the font named "%s" is invalid. The font height has to be an integer.\n\nDefault font height will be used.
  100. 1300    The font named "%s" has invalid attributes. Font attributues can contain only the following characters:\n\nNBIUS0123456789\n\nDefault font attributes will be used.
  101. 1301    The color of the font named "%s" is invalid. The color must be defined either as a color name (either user defined or predefined), or in the form  RRGGBB, where every letter represents a hexadecimal digit.\n\nThe font color definition will be ignored and a default color for the font will be used instead.
  102. 1312    In the object definition in the section "%s" in the file "%s", there is no sequence number of the item ("%s") or the sequence number is incorrect (it has to be greater than zero). The sequence number cannot be taken from the object name.\n\nThe object will not be showing any data.
  103. 1328    In the list of pictures of a slideshow, there is a file or a file mask "%s" which does not exist (after merging with the default folder - "%s"). The file or mask will be ignored.
  104. 1344    Could not open clipboard. The requested copy operation was not performed.
  105. 1360    In the music file definition, there is a file or a file mask "%s" which does not exist (after merging with the default folder - "%s"). The file or mask will be ignored.
  106. 1376    (unknown)
  107. 1377    There is a version %s of the library %s on your computer but this program requires at least version  %s. The program cannot continue and will quit.
  108. 1378    \n\nDo you with to start the installation of the library %s version %s? If you answer Yes and the installation succeeds, restart Windows and run this program again.
  109. 1392    The section "Libraries" of the main configuration file contains an invalid entry "%s". This entry describing an installation file of a required library will be ignored.\n\nThe correct syntax is the following:\nModuleName=hi.lo:filename\n\nModuleName is a defined library name, hi.lo is a library version and filename contains a path to the installation file on the CD.
  110. 1393    In the section "Libraries" in the entry "%s", there is an invalid version.
  111. 1394    In the section "Libraries" in the entry "%s", there is a reference to a non-existent file "%s". If no or relative path is given, it is expanded relative to the folder defined in the entry "Install" of the section "Folders".
  112. 1408    In the definition of a region in the file "%s", there is no section named "%s" although there is a reference to the section.
  113. 1409    The region definition in the file "%s" contains in the section "%s" on the line %u an invalid entry. The correct syntax is\n\nname(parameters)
  114. 1410    The region definition in the file "%s" contains in the section "%s" on the line %u an unknown function "%s". The command will be ignored.
  115. 1411    The region definition in the file "%s" contains in the seciton "%s" on the line %u an endless recursive call. The command will be ignored.
  116. 1412    In the region definition in the file "%s" in the section "%s" on the line %u, there is a function call "%s" which expects a number as the parameter  %u, but "%s" was supplied instead. The command will be ignored.
  117. 1413    In the region definition in the file "%s" in the seciton "%s" on the line %u, there is a function call "%s" with wrong number of parameters. The real parameter count is %u but the call expects at least %u and at most %u. The call will be ignored.
  118. 1424    File "%s" that should contain a program database is damaged. Its format is unknown to the program. The file is probably not a database. The file might also have been corrupted or modified.
  119. 1440    Could not create shared memory to communicate with other instances of the program. The cause is probably lack of memory or damaged installation of the program or even Windows.\n\nThe program will now quit.
  120. 1441    An older version of this program is running on this computer. The previous instance of the program cannot be activated due to a large difference between the two versions - the older instance has to be activated manually.\n\nThis instance will now quit.
  121. 1456    Scrollbar "%s" from the section "%s" is attached to a non-existent object "%s". The scrollbar will not work.
  122. 1457    Scrollbar "%s" from the section "%s" is attached to an object "%s" with exists but does not support scrolling. The scrollbar will not work.
  123. 1458    Scrollbar "%s" from the section "%s" has invalid parameters specified in configuration file. Default values will be used.
  124. 1459    The thumb image of scrollbar "%s" from the section "%s" has invalid size. The thumb image should have %u pixels in width/height, according to scrollbar orientation.
  125. 1472    Sections "Colors" of the main configuration file contains an invalid line. The line describing a color will be ignored.\n\nThe correct syntax is the following:\nID=color
  126. 1473    Color named "%s" has been already defined. There is a color with the same name (either user-defined or predefined). The latter definition will be ignored.\n\nDefine the colors so that each has a unique name. The color names are case insensitive.
  127. 1474    The color named "%s" is invalid. The color must be defined either as a color name (either user defined or predefined), or in the form  RRGGBB, where every letter represents a hexadecimal digit.\n\nThe color definition will be ignored and a default color will be used instead.
  128. 1488    Shape object named "%s" defined in the section "%s" has an invalid shape: "%s". The shape will be defined as a rectangle.\n\nYou can find the complete list of shapes in the documentation.
  129. 1489    Shape object named "%s" defined in the section "%s" has an invalid point in the key "%s". The point will be replaced with (0, 0).\n\nThe correct point syntax is x,y.
  130. 1490    Shape object named "%s" defined in the section  "%s" has an invalid number of points defined. The real point count is %u, but the shape need at least %u and at most %u points.\n\nThe extra points will be ignored, the missing points will be replaced with (0, 0).
  131. 1504    The section "Surfaces" of the main configuration file contains an invalid entry. The line describing a surface will be ignored.\n\nThe correct syntax is the following:\nID=file
  132. 1505    Surface named "%s" has been already defined. There is a surface with the same name. The latter definition will be ignored.\n\nDefine the surface so that each has a unique name. The surface names are case insensitive.
  133. 1506    Too many surfaces were defined.\n\nDecrease the number of surfaces or contact the author of the program so he can increase the limit.
  134. 1507    The surface "%s" contains an invalid definition of the main window size. The window will have default size.\n\nThe window size has to be given in the form width,height and both the parameters need to be between 1 and 65535.
  135. 1508    The surface "%s" contains an invalid definition of the main window client area size. The window client area will have default size.\n\nThe window client area size has to be given in the form width,height and both the parameters need to be between 1 and 65535.
  136. 1509    The surface "%s" contains both the main window size and the main window client area site. Exactly one of these parameters has to be given. The client area size will be used and the window size will be ignored.
  137. 1510    The surface "%s" contains neither main window size nor its client area size. Exactly one of these parameters has to be given. The main window will have default size.
  138. 1511    There is no surface defined. You must define at least one surface.
  139. 1520    The command in menu object "%s" defined in the section "%s" contains an invalid item: "%s". The menu item will be ignored.\n\nThe correct syntax of the menu item is text,command.
  140. 1521    The layout of listbox "%s" defined in the section "%s" contains an invalid "%s" value: "%s". The listbox will have a defaut vertical layout.
  141. 2048    Win %u.%u.%u
  142. 2049     SP%u
  143. 2050    NT %u.%u.%u
  144. 2064    Operating system
  145. 2065    OS version
  146. 2066    Service pack
  147. 2067    none
  148. 2068    Physical memory
  149. 2069    CPU
  150. 2070    Free space on system drive
  151. 2071    Free space on local drives
  152. 2072    Free space on remote drives
  153. 2073    %s KB
  154. 2074    %s MB
  155. 2075    %s MHz
  156. 2076    Total
  157. 2077    Speed
  158. 2080    80386
  159. 2081    80486
  160. 2082    Pentium
  161. 2083    Pentium Pro or better
  162. 2084    unknown model %u
  163. 2085    %u ╫ 
  164. 2096    %1, %2, %3\n%4\n%5
  165. 2097    CPU %u MHz
  166. 2098    %u MB RAM
  167. 2099    %u MB HDD
  168. 2100    3D acceleration: %s
  169. 2101    OS: %s
  170. 2112    Item
  171. 2113    Your computer
  172. 2114    Required
  173. 2115    OK
  174. 2116    Basic system information
  175. 2117    Locale and language information
  176. 2118    Processors
  177. 2144    All files (*.*)|*.*|
  178. 2145    Save image
  179. 2146    (no items)
  180. 2147    %s seconds
  181. 2160    CD Engine is already running on this computer, but on the desktop %s.  Dou you wish to switch to this desktop and activate the previous instance of this program? If you answer No, the program will quit because there can be only one instance running.
  182. 2161    CD Engine is already running on this computer, but on the desktop %s. This desktop cannot be switched to because you probably do not have sufficient privileges for the operation.
  183. 2162    Could not switch to desktop %s. You probably do not have sufficient privileges for the operation.
  184. 2163    Desktop
  185. 2176    Windows
  186. 2177    Windows 95
  187. 2178    Windows 95 OSR2
  188. 2179    Windows 98
  189. 2180    Windows 98 Second Edition
  190. 2181    Windows NT
  191. 2182    Windows 2000
  192. 2183    Windows Millenium Edition
  193. 2184    Windows NT 4
  194. 2185    Windows XP
  195. 2192    W95
  196. 2193    W98
  197. 2194    W95OSR2
  198. 2195    W98SE
  199. 2196    WNT4
  200. 2197    W2K
  201. 2198    WME
  202. 2208    Program is initializing
  203. 2209    Program is reading engine cotents
  204. 2210    Program is reading sections
  205. 2211    Program is reading images and other files
  206. 2212    Program is completing initialization
  207. 2213    Please wait a few moments while the CD engine loads and initializes.
  208. 2214    Please wait a few moments while the DVD engine loads and initializes.
  209. 2215    CD Engine is starting
  210. 2216    DVD Engine is starting
  211. 2224    The image could not be loaded.
  212. 2225    The image is loading.
  213. 2226    The image list is empty. There is no image to display.
  214. 2240    This movie is played using an external program. To play the movie, follow the same steps as with any other movie. The external program will be launched automatically.
  215. 2241    The movie could not be started.
  216. 2242    The movie (which is drawn by an external program) could not be opened. The following program which should open the movie probably does not exist or is corrupted:\n\n%s
  217. 2243    The movie list is empty. There is no movie to display.
  218. 2244    The movie is being opened. Please wait a moment.
  219. 2245    The picture of the movie cannot be decoded. If it is possible, the soundtrack will be played.
  220. 2260    Do you really want to delete all registry keys and values created by this program?
  221. 2261    All values created by this program were successfully deleted from the system registry.\n\nWould you now like to tun the program? If you answer Yes, the program will write default values to the regsitry.
  222. 2262    Some values or keys created by the program could not be deleted from the system registry.
  223. 2276    ANSI code page
  224. 2277    System default locale
  225. 2278    User default locale
  226. 2279    Thread locale
  227. 2280    System default interface language
  228. 2281    User default interface language
  229. 3088    Item type
  230. 3089    Please check at least one item type to be shown. Empty database cannot be used.
  231. 3090    Walkthroughs
  232. 3091    Cheats
  233. 3092    Internet links
  234. 3093    Articles
  235. 3094    Games
  236. 3095    Internet
  237. 3096    Articles
  238. 3097    Language extensions
  239. 3098    Language extensions
  240. 3104    Name
  241. 3105    Author
  242. 3106    Caption
  243. 3120    The database does not show any items, so the search cannot continue. Please wait for the database contents to load and then repeat the search process.
  244. 3121    No items matching search criteria were found.
  245. 3122    No items matching search criteria were found. However, not all items were searched because you specified searching from current selection forward.
  246. 3123    No search criteria were specified, so the search cannot continue. Please specify at least one search criterion.
  247. 3136    Track name
  248. 3137    Play
  249. 3138    Stop
  250. 3139    Previous track
  251. 3140    Next track
  252. 3141    (no music files)
  253. 3152    Database source files|*.TXT|
  254. 3153    Database files|*.GSD|
  255. 3154    Source script files|*.GSS|
  256. 3155    Compiled script files|*.GSC|
  257. 3184    Compile database
  258. 3185    Save database
  259. 3186    Compile script
  260. 3187    Save compiled script
  261. 3216    This version can be used only for developing and filling the CD contents. Only the release version (GSCD.EXE) must be burnt onto the retail CD.
  262. 3217    Development version
  263.