home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 5.5 / 2000-02_Disc_5.5.bin / WOT / WoTDemo.exe / System / Engine.int < prev    next >
INI File  |  1999-10-26  |  5KB  |  162 lines

  1. [Public]
  2. Object=(Name=Engine.Console,Class=Class,MetaClass=Engine.Console)
  3. Object=(Name=Engine.ServerCommandlet,Class=Class,MetaClass=Core.Commandlet)
  4. Preferences=(Caption="Advanced",Parent="Advanced Options")
  5. Preferences=(Caption="Game Engine Settings",Parent="Advanced",Class=Engine.GameEngine,Category=Settings,Immediate=True)
  6. Preferences=(Caption="Key Aliases",Parent="Advanced",Class=Engine.Input,Immediate=True,Category=Aliases)
  7. Preferences=(Caption="Raw Key Bindings",Parent="Advanced",Class=Engine.Input,Immediate=True,Category=RawKeys)
  8. Preferences=(Caption="Drivers",Parent="Advanced Options",Class=Engine.Engine,Immediate=False,Category=Drivers)
  9. Preferences=(Caption="Public Server Information",Parent="Networking",Class=Engine.GameReplicationInfo,Immediate=True)
  10. Preferences=(Caption="Game Settings",Parent="Advanced Options",Class=Engine.GameInfo,Immediate=True)
  11.  
  12. [Errors]
  13. NetOpen=Error opening file
  14. NetWrite=Error writing to file
  15. NetRefused=Server refused to send '%s'
  16. NetClose=Error closing file
  17. NetSize=File size mismatch
  18. NetMove=Error moving file
  19. NetInvalid=Received invalid file request
  20. NoDownload=Package '%s' is not downloadable
  21. DownloadFailed=Downloading package '%s' failed: %s
  22. RequestDenied=Server requested file from pending level: Denied
  23. ConnectionFailed=Connection failed
  24. ChAllocate=Couldn't allocate channel
  25. NetAlready=Already networking
  26. NetListen=Listen failed: No linker context available
  27. LoadEntry=Can't load Entry: %s
  28. InvalidUrl=Invalid URL: %s
  29. InvalidLink=Invalid Link: %s
  30. FailedBrowse=Failed to enter %s: %s
  31. Listen=Listen failed: %s
  32. AbortToEntry=Failed; returning to Entry
  33. ServerOpen=Servers can't open network URLs
  34. ServerListen=Dedicated server can't listen: %s
  35. Pending=Pending connect to '%s' failed; %s
  36. LoadPlayerClass=Failed to load player class
  37. ServerOutdated=Server's version is outdated
  38.  
  39. [Progress]
  40. CancelledConnect=Cancelled Connect Attempt
  41. RunningNet=%s: %s (%i players)
  42. NetReceiving=Receiving '%s': %i/%i
  43. NetReceiveOk=Successfully received '%s'
  44. NetSend=Sending '%s'
  45. NetSending=Sending '%s': %i/%i
  46. Connecting=Connecting...
  47. Listening=Listening for clients...
  48. Loading=Loading
  49. Saving=Saving
  50. Paused=Paused by %s
  51. ReceiveFile=Receiving '%s'
  52. ReceiveSize=Size %iK, Complete %3.1f%%
  53. ConnectingText=Connecting:
  54. ConnectingURL=unreal://%s/%s
  55.  
  56. [Console]
  57. ClassCaption=Standard Unreal Console
  58. LoadingMessage=LOADING
  59. SavingMessage=SAVING
  60. ConnectingMessage=CONNECTING
  61. PausedMessage=PAUSED
  62. PrecachingMessage=PRECACHING
  63. ChatChannel=(CHAT) 
  64. TeamChannel=(TEAM) 
  65.  
  66. [General]
  67. Upgrade=To enter this server, you need the latest free update to Unreal available from Epic's Web site:
  68. UpgradeURL=http://www.unreal.com/upgrade
  69. UpgradeQuestion=Do you want to launch your web browser and go to the upgrade page now?
  70. Version=Version %i
  71.  
  72. [Menu]
  73. HelpMessage=
  74. MenuList=
  75. LeftString=Left
  76. RightString=Right
  77. CenterString=Center
  78. EnabledString=Enabled
  79. DisabledString=Disabled
  80. HelpMessage[1]="This menu has not yet been implemented."
  81. YesString=yes
  82. NoString=no
  83.  
  84. [Inventory]
  85. PickupMessage=Snagged an item
  86. M_Activated=" activated"
  87. M_Selected=" selected"
  88. M_Deactivated=" deactivated"
  89. ItemArticle=a
  90.  
  91. [WarpZoneInfo]
  92. OtherSideURL=
  93.  
  94. [GameInfo]
  95. SwitchLevelMessage=Switching Levels
  96. DefaultPlayerName=Player
  97. LeftMessage=" left the game."
  98. FailedSpawnMessage=Failed to spawn player actor
  99. FailedPlaceMessage=Could not find starting spot (level might need a 'PlayerStart' actor)
  100. NameChangedMessage=Name changed to 
  101. EnteredMessage=" entered the game."
  102. GameName="Game"
  103. MaxedOutMessage=Server is already at capacity.
  104. WrongPassword=The password you entered is incorrect.
  105. NeedPassword=You need to enter a password to join this game.
  106. FailedTeamMessage=Could not find team for player
  107.  
  108. [LevelInfo]
  109. Title=Untitled
  110.  
  111. [Weapon]
  112. MessageNoAmmo=" has no ammo."
  113. PickupMessage=You got a weapon
  114. DeathMessage=%o was killed by %k's %w.
  115. ItemName=Weapon
  116. DeathMessage[0]=%o was killed by %k's %w.
  117. DeathMessage[1]=%o was killed by %k's %w.
  118. DeathMessage[2]=%o was killed by %k's %w.
  119. DeathMessage[3]=%o was killed by %k's %w.
  120.  
  121. [Counter]
  122. CountMessage=Only %i more to go...
  123. CompleteMessage=Completed!
  124.  
  125. [Ammo]
  126. PickupMessage=You picked up some ammo.
  127.  
  128. [Pickup]
  129. ExpireMessage=
  130.  
  131. [SpecialEvent]
  132. DamageString=
  133.  
  134. [DamageType]
  135. Name=killed
  136. AltName=killed
  137.  
  138. [PlayerPawn]
  139. QuickSaveString=Quick Saving
  140. NoPauseMessage=Game is not pauseable
  141. ViewingFrom=Now viewing from 
  142. OwnCamera=own camera
  143. FailedView=Failed to change view.
  144. CantChangeNameMsg=You can't change your name during a global logged game.
  145.  
  146. [Pawn]
  147. NameArticle=" a "
  148.  
  149. [Spectator]
  150. MenuName=Spectator
  151.  
  152. [ServerCommandlet]
  153. HelpCmd=server
  154. HelpOneLiner=Network game server
  155. HelpUsage=server map.unr[?game=gametype] [-option...] [parm=value]...
  156. HelpWebLink=http://unreal.epicgames.com/servertips.htm
  157. HelpParm[0]=Log
  158. HelpDesc[0]=Specify the log file to generate
  159. HelpParm[1]=AllAdmin
  160. HelpDesc[1]=Give all players admin privelages
  161.  
  162.