home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2001 #9 / K-CD_2001-09.iso / Pinball / System / Engine.int < prev    next >
INI File  |  2001-03-01  |  5KB  |  185 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=
  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' (F10 Cancels)
  52. ReceiveOptionalFile=Receiving optional file '%s' (Press F10 to Skip)
  53. ReceiveSize=Size %iK, Complete %3.1f%%
  54. ConnectingText=Connecting (F10 Cancels):
  55. ConnectingURL=unreal://%s/%s
  56.  
  57. [Console]
  58. ClassCaption=Standard Unreal Console
  59. LoadingMessage=LOADING
  60. SavingMessage=SAVING
  61. ConnectingMessage=CONNECTING
  62. PausedMessage="PAUSED"
  63. PrecachingMessage=PRECACHING
  64. ChatChannel=(CHAT) 
  65. TeamChannel=(TEAM) 
  66. FrameRateText=Frame Rate
  67. AvgText=Avg
  68. LastSecText=Last Sec
  69. MinText=Min
  70. MaxText=Max
  71. fpsText=fps
  72. SecondsText=seconds.
  73. FramesText=frames rendered in
  74.  
  75. [General]
  76. Upgrade=
  77. UpgradeURL=
  78. UpgradeQuestion=
  79. Version=Version %i
  80.  
  81. [Menu]
  82. HelpMessage=
  83. MenuList=
  84. LeftString=Left
  85. RightString=Right
  86. CenterString=Center
  87. EnabledString=Enabled
  88. DisabledString=Disabled
  89. HelpMessage[1]=This menu has not yet been implemented.
  90. YesString=yes
  91. NoString=no
  92.  
  93. [Inventory]
  94. PickupMessage=Snagged an item.
  95. M_Activated=" activated."
  96. M_Selected=" selected."
  97. M_Deactivated=" deactivated."
  98. ItemArticle=a
  99.  
  100. [WarpZoneInfo]
  101. OtherSideURL=
  102.  
  103. [GameInfo]
  104. SwitchLevelMessage=Switching Levels
  105. DefaultPlayerName=Player
  106. LeftMessage=" left the game."
  107. FailedSpawnMessage=Failed to spawn player actor
  108. FailedPlaceMessage=Could not find starting spot (level might need a 'PlayerStart' actor)
  109. NameChangedMessage=Name changed to 
  110. EnteredMessage=" entered the game."
  111. GameName="Game"
  112. MaxedOutMessage=Server is already at capacity.
  113. WrongPassword=The password you entered is incorrect.
  114. NeedPassword=You need to enter a password to join this game.
  115. FailedTeamMessage=Could not find team for player
  116. IPBanned=Your IP address has been banned on this server.
  117.  
  118. [LevelInfo]
  119. Title=Untitled
  120.  
  121. [Weapon]
  122. MessageNoAmmo=" has no ammo."
  123. PickupMessage=You got a weapon
  124. DeathMessage=%o was killed by %k's %w.
  125. ItemName=Weapon
  126. DeathMessage[0]=%o was killed by %k's %w.
  127. DeathMessage[1]=%o was killed by %k's %w.
  128. DeathMessage[2]=%o was killed by %k's %w.
  129. DeathMessage[3]=%o was killed by %k's %w.
  130.  
  131. [Counter]
  132. CountMessage=Only %i more to go...
  133. CompleteMessage=Completed!
  134. ResetMessage=Count reset
  135.  
  136. [Ammo]
  137. PickupMessage=You picked up some ammo.
  138.  
  139. [Pickup]
  140. ExpireMessage=
  141.  
  142. [SpecialEvent]
  143. DamageString=
  144.  
  145. [DamageType]
  146. Name=killed
  147. AltName=killed
  148.  
  149. [PlayerPawn]
  150. QuickSaveString=Quick Saving
  151. NoPauseMessage="Game is not pauseable"
  152. ViewingFrom=Now viewing from
  153. OwnCamera=own camera
  154. FailedView=Failed to change view.
  155. CantChangeNameMsg=You can't change your name during a global logged game.
  156.  
  157. [Pawn]
  158. NameArticle=" a "
  159.  
  160. [Spectator]
  161. MenuName=Spectator
  162.  
  163. [ServerCommandlet]
  164. HelpCmd=server
  165. HelpOneLiner=Network game server
  166. HelpUsage=server map.unr[?game=gametype] [-option...] [parm=value]...
  167. HelpWebLink=
  168. HelpParm[0]=Log
  169. HelpDesc[0]=Specify the log file to generate
  170. HelpParm[1]=AllAdmin
  171. HelpDesc[1]=Give all players admin privelages
  172.  
  173. [pbmMapList]
  174. UnlockedString=You unlocked the next level: 
  175.  
  176. [TimedCounter]
  177. TimeMessage=" in %i seconds..."
  178. CountMessage=Only %i more to go
  179. ResetMessage=You ran out of time.
  180.  
  181. [CounterReset]
  182. CountMessage=Only %i more to go...
  183. CompleteMessage=Completed!
  184.  
  185.