home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 4.1 - Disc 1 / 1998-07_Disc_4.1.iso / shanghai / data / uq3.txt (.txt) < prev   
Null Bytes Alternating  |  1998-01-29  |  9KB  |  141 lines

  1. <HTML>
  2. <HEAD>
  3. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=unicode-1-1-ucs2">
  4. <META HTTP-EQUIV="Content-Language" CONTENT="en">
  5. <TITLE></TITLE>
  6. </HEAD>
  7. <BODY>
  8.  
  9.         Strings for the HI/Q3 engine.
  10.          
  11.         (Remember, unless the line begins with a pipe, it is ignored by
  12.         the strings parser.  Therefore, the strings and their usage are
  13.         commented herein to act as a guide to localization personnel)
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.             ===============================================================
  21.  
  22.  
  23.     The word "error" (Used as the title of many error message boxes)
  24.  
  25. |tQ3Error_Error|Error
  26.  
  27.  
  28.             ===============================================================
  29.  
  30.  
  31.     These strings are used in the Mac specific windowing dialogs during startup.
  32.  
  33.  
  34.  
  35.         (can't find where this is used.  Not implementd.)
  36.  
  37. |tQ3Error_MAC_Colors_256|This display is not currently set to 256 Colors.
  38. |tQ3Error_MAC_Colors_Thousands|This display is not currently set to Thousands of Colors.
  39. |tQ3Error_MAC_Colors_Txt1|Quit
  40. |tQ3Error_MAC_Colors_Txt2|Choose Another Display
  41. |tQ3Error_MAC_Colors_Txt3|Change It
  42.  
  43.  
  44.         (used by the monitor-detection code)
  45.  
  46. |tQ3Error_MAC_Display_Txt0|Click "This One" to use this display.
  47. |tQ3Error_MAC_Display_Txt1|Cancel
  48. |tQ3Error_MAC_Display_Txt2|This One
  49.  
  50.  
  51.         (used by the color-detection code)
  52.  
  53. |tQ3Error_MAC_String_2000|May I set your display to 256 colors?  It will be restored to the current mode when exiting the program.
  54. |tQ3Error_MAC_String_2001|This program requires 256 colors.
  55. |tQ3Error_MAC_String_2010|May I set your display to thousands of colors?  It will be restored to the current mode when exiting the program.
  56. |tQ3Error_MAC_String_2011|This program requires thousands of colors.
  57.  
  58.  
  59.         (used by generic alerts)
  60.  
  61. |tQ3Error_MAC_String_BtnOK|OK
  62. |tQ3Error_MAC_String_BtnYES|YES
  63. |tQ3Error_MAC_String_BtnNO|NO
  64. |tQ3Error_MAC_String_BtnCANCEL|CANCEL
  65.  
  66.  
  67.  
  68.  
  69.             ===============================================================
  70.  
  71.  
  72.     These strings are used by tEvtMgr::mStopProgram in the prompt box
  73.     The actual usage is akin to sprintf(actualtext,"%s %s?",tConfirmExit,tApplicationTitle)
  74.     so if the title of the app is "Test App", the actual text displayed is:
  75.         "Are you sure you want to exit Test App?"
  76.  
  77. |tConfirmExit|Are you sure you want to exit
  78. |tConfirmExitTitle|Confirm Exit
  79.  
  80.  
  81.  
  82.             ===============================================================
  83.  
  84.  
  85.     These strings are used by Q3CAST.CPP during cast initialization and asset loading.
  86.  
  87. |tQ3Error_Q3CAST_OpeningFile|Error opening asset data file
  88. |tQ3Error_Q3CAST_CorruptHeader|Corrupted assets file header.
  89. |tQ3Error_Q3CAST_BadTag|Bad tag in assets file header.
  90. |tQ3Error_Q3CAST_WrongBitDepth|Wrong target bit depth in asset file.
  91. |tQ3Error_Q3CAST_ReadAssets|Error reading assets from assets file.
  92. |tQ3Error_Q3CAST_ReadPalette|Error reading palette.
  93. |tQ3Error_Q3CAST_BadSoundFreq|Unexpected frequency for sound asset.
  94. |tQ3Error_Q3CAST_BadSoundFormat|Unexpected format for sound asset.
  95. |tQ3Error_Q3CAST_ReadSound|Error reading sound asset.
  96. |tQ3Error_Q3CAST_ReadCast|Error reading cast asset.
  97. |tQ3Error_Q3CAST_ReadSprite|Error reading sprite asset.
  98. |tQ3Error_Q3CAST_ReadSequence|Error reading sequence asset.
  99.  
  100.  
  101.  
  102.             ===============================================================
  103.  
  104.  
  105.     These strings are used by Q3FONT.CPP during font initialization.
  106.  
  107. |tQ3Error_Q3FONT_ReadAssets|Can't open font file.
  108.  
  109.  
  110.  
  111.             ===============================================================
  112.  
  113.  
  114.     These strings are used by Q3SURFACE.CPP 
  115.  
  116. |tQ3Error_Q3SURFACE_Alloc|Error allocating surface memory.
  117. |tQ3Error_Q3SURFACE_InvalidBits|Unable to draw surface, invalid fBits.
  118.  
  119.  
  120.  
  121.             ===============================================================
  122.  
  123.  
  124.     These strings are used by Q3STREAM.CPP 
  125.  
  126. |tQ3Error_Q3STREAM_NotLoaded|Error playing SndStream, not loaded.
  127. |tQ3Error_Q3STREAM_NotStarted|Error pausing SndStream, never started.
  128. |tQ3Error_Q3STREAM_ResumeNotStarted|Error resuming SndStream, never started.
  129. |tQ3Error_Q3STREAM_AllocChannel|Error allocating SndStream channel.
  130. |tQ3Error_Q3STREAM_DefaultLoad|Error loading debug sound file.
  131. |tQ3Error_Q3STREAM_ExternalLoad|Error opening external sound file:
  132. |tQ3Error_Q3STREAM_InternalLoad|Error opening sound from asset file. 
  133. |tQ3Error_Q3STREAM_AssetLoad|Error opening assets file for sound play.
  134. |tQ3Error_Q3STREAM_AiffProcessing|Error processing AIFF sound file.
  135. |tQ3Error_Q3STREAM_AiffFormat|Unsupported AIFF sound file format.
  136. |tQ3Error_Q3STREAM_CastInfo|Error getting sound info from cast.
  137. |tQ3Error_Q3STREAM_AllocBuffer|Error allocating SndStream buffer.
  138.  
  139. </BODY>
  140. </HTML>
  141.