home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2001 May / Gamestar_29_2001-05_cd1.bin / ENGINE / GSCD.exe / 1033 / string.txt
Text File  |  2001-04-09  |  28KB  |  245 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 thet 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    The main configuration file 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.
  46. 1105    The main configuration file 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.
  47. 1106    The main configuration file 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.
  48. 1107    The main configuration file 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.
  49. 1108    It was not possible to execute another copy of the engine. The engine had been attempted to execute by the following command:\n\n%s
  50. 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
  51. 1121    The following string cannot be expanded because there is no closing parenthesis.\n\n%s
  52. 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.
  53. 1136    The following command will be executed although it has no parenthesis closing its parameters:\n\n%s
  54. 1137    The following command will be executed although it has extra characters after the parenthesis closing its parameters:\n\n%s
  55. 1138    The following command will not be executed because it is empty:\n\n%s
  56. 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.
  57. 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.
  58. 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.
  59. 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.
  60. 1153    The document or application "%s" could not be executed.
  61. 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.
  62. 1155     Application required to open files of this type is %s.
  63. 1156     This application can be installed from our CD.
  64. 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.
  65. 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?
  66. 1185    (unknown program)
  67. 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.
  68. 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
  69. 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
  70. 1200    Application "%s" is not installed on this computer or it does not support automatic removal. The deinstallation cannot proceed.
  71. 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.
  72. 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?
  73. 1203    The uninstall record "%s" has been removed.
  74. 1204    Could not remove the uninstall record "%s".
  75. 1216    Internet Explorer, Netscape Navigator or other internet browser
  76. 1217    WinZip
  77. 1218    Notepad or other plain text viewer
  78. 1219    Wordpad, Word or other text editor able to read documents in DOC and RTF formats
  79. 1220    Acrobat Reader
  80. 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?
  81. 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?
  82. 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?
  83. 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?
  84. 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.
  85. 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.
  86. 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?
  87. 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?
  88. 1240    This CD unfortunatelly does not contain DirectX installation package for your operating system.\n\nDirectX installation will not proceed.
  89. 1241    DirectX cannot be installed on WindowsNT version prior than 4.\n\nDirectX installation will not proceed.
  90. 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.
  91. 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.
  92. 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.
  93. 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.
  94. 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.
  95. 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.
  96. 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.
  97. 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
  98. 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 thet each has a unique name. The font names are case insensitive.
  99. 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.
  100. 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.
  101. 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.
  102. 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.
  103. 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.
  104. 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.
  105. 1344    Could not open clipboard. The requested copy operation was not performed.
  106. 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.
  107. 1376    (unknown)
  108. 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.
  109. 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.
  110. 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.
  111. 1393    In the section "Libraries" in the entry "%s", there is an invalid version.
  112. 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".
  113. 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.
  114. 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)
  115. 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.
  116. 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.
  117. 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.
  118. 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.
  119. 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.
  120. 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.
  121. 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.
  122. 1456    Scrollbar "%s" from the section "%s" is attached to a non-existent object "%s". The scrollbar will not work.
  123. 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.
  124. 1458    Scrollbar "%s" from the section "%s" has invalid parameters specified in configuration file. Default values will be used.
  125. 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.
  126. 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
  127. 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 thet each has a unique name. The color names are case insensitive.
  128. 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.
  129. 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.
  130. 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.
  131. 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).
  132. 2048    Win %u.%u.%u
  133. 2049     SP%u
  134. 2050    NT %u.%u.%u
  135. 2064    Operating system
  136. 2065    OS version
  137. 2066    Service pack
  138. 2067    none
  139. 2068    Physical memory
  140. 2069    CPU
  141. 2070    Free space on system drive
  142. 2071    Free space on local drives
  143. 2072    Free space on remote drives
  144. 2073    %s KB
  145. 2074    %s MB
  146. 2075    %s MHz
  147. 2076    Total
  148. 2077    Speed
  149. 2080    80386
  150. 2081    80486
  151. 2082    Pentium
  152. 2083    Pentium Pro or Pentium II
  153. 2084    unknown model %u
  154. 2085    %u ╫ 
  155. 2096    %1, %2, %3\n%4\n%5
  156. 2097    P%u
  157. 2098    %u MB RAM
  158. 2099    %u MB HDD
  159. 2100    3D acceleration: %s
  160. 2101    OS: %s
  161. 2112    Item
  162. 2113    Your computer
  163. 2114    Required
  164. 2115    OK
  165. 2116    Basic system information
  166. 2117    Locale and language information
  167. 2118    Processors
  168. 2144    All files (*.*)|*.*|
  169. 2145    Save image
  170. 2146    (no items)
  171. 2147    %s seconds
  172. 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.
  173. 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.
  174. 2162    Could not switch to desktop %s. You probably do not have sufficient privileges for the operation.
  175. 2163    Desktop
  176. 2176    Windows
  177. 2177    Windows 95
  178. 2178    Windows 95 OSR2
  179. 2179    Windows 98
  180. 2180    Windows 98 Second Edition
  181. 2181    Windows NT
  182. 2182    Windows 2000
  183. 2183    Windows Millenium Edition
  184. 2184    Windows NT 4
  185. 2185    Windows XP
  186. 2192    W95
  187. 2193    W98
  188. 2194    W95OSR2
  189. 2195    W98SE
  190. 2196    WNT4
  191. 2197    W2K
  192. 2198    WME
  193. 2208    Program is initializing
  194. 2209    Program is reading engine cotents
  195. 2210    Program is reading sections
  196. 2211    Program is reading images and other files
  197. 2212    Program is completing initialization
  198. 2224    The image could not be loaded.
  199. 2225    The image is loading.
  200. 2226    The image list is empty. There is no image to display.
  201. 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.
  202. 2241    The movie could not be started.
  203. 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
  204. 2243    The movie list is empty. There is no movie to display.
  205. 2244    The movie is being opened. Please wait a moment.
  206. 2245    The picture of the movie cannot be decoded. If it is possible, the soundtrack will be played.
  207. 2260    Do you really want to delete all registry keys and values created by this program?
  208. 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.
  209. 2262    Some values or keys created by the program could not be deleted from the system registry.
  210. 2276    ANSI code page
  211. 2277    System default locale
  212. 2278    User default locale
  213. 2279    Thread locale
  214. 2280    System default interface language
  215. 2281    User default interface language
  216. 3088    Item type
  217. 3089    Please check at least one item type to be shown. Empty database cannot be used.
  218. 3090    Walkthroughs
  219. 3091    Cheats
  220. 3092    Internet links
  221. 3093    Articles
  222. 3094    Games
  223. 3095    Internet
  224. 3096    Articles
  225. 3104    Name
  226. 3105    Author
  227. 3106    Caption
  228. 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.
  229. 3121    No items matching search criteria were found.
  230. 3122    No items matching search criteria were found. However, not all items were searched because you specified searching from current selection forward.
  231. 3123    No search criteria were specified, so the search cannot continue. Please specify at least one search criterion.
  232. 3136    Track name
  233. 3137    Play
  234. 3138    Stop
  235. 3139    Previous track
  236. 3140    Next track
  237. 3141    (no music files)
  238. 20480    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.
  239. 20481    Development version
  240. 20496    Database source files|*.TXT|
  241. 20497    Database files|*.GSD|
  242. 20498    Compile database
  243. 20499    Save database
  244. 20500    The database could not be created.
  245.