home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 January / Gamestar_69_2005-01_dvd.iso / DVDStar / Akce / americasarmy220_aafiles.exe / System.cab / Engine.int1 < prev    next >
Encoding:
INI File  |  2004-10-08  |  6.6 KB  |  242 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. ClientOutdated="You need to apply the latest patches"
  39. InvalidCDKey="Your CD key appears to be invalid.  You will need to reinstall the game and enter your CD key to fix this problem."
  40. ConnectLost="Connection Lost"
  41.  
  42. [KeyNames]
  43. Up="UP"
  44. Right="RIGHT"
  45. Left="LEFT"
  46. Down="DOWN"
  47. LeftMouse="LEFT MOUSE"
  48. RightMouse="RIGHT MOUSE"
  49. MiddleMouse="MIDDLE MOUSE"
  50. MouseX="MOUSE X"
  51. MouseY="MOUSE Y"
  52. MouseZ="MOUSE Z"
  53. MouseW="MOUSE W"
  54. JoyX="JOY X"
  55. JoyY="JOY Y"
  56. JoyZ="JOY Z"
  57. JoyU="JOY U"
  58. JoyV="JOY V"
  59. JoySlider1="JOYSLIDER 1"
  60. JoySlider2="JOYSLIDER 2"
  61. MouseWheelUp="MOUSEWHEEL UP"
  62. MouseWheelDown="MOUSEWHEEL DOWN"
  63. Joy1="JOY 1"
  64. Joy2="JOY 2"
  65. Joy3="JOY 3"
  66. Joy4="JOY 4"
  67. Joy5="JOY 5"
  68. Joy6="JOY 6"
  69. Joy7="JOY 7"
  70. Joy8="JOY 8"
  71. Joy9="JOY 9"
  72. Joy10="JOY 10"
  73. Joy11="JOY 11"
  74. Joy12="JOY 12"
  75. Joy13="JOY 13"
  76. Joy14="JOY 14"
  77. Joy15="JOY 15"
  78. Joy16="JOY 16"
  79. Space="SPACE"
  80. PageUp="PAGE UP"
  81. PageDown="PAGE DOWN"
  82. End="END"
  83. Home="HOME"
  84. Select="SELECT"
  85. Print="PRINT"
  86. Execute="EXECUTE"
  87. PrintScrn="PRINTSCRN"
  88. Insert="INSERT"
  89. Delete="DELETE"
  90. Help="HELP"
  91. NumPad0="NUM 0"
  92. NumPad1="NUM 1"
  93. NumPad2="NUM 2"
  94. NumPad3="NUM 3"
  95. NumPad4="NUM 4"
  96. NumPad5="NUM 5"
  97. NumPad6="NUM 6"
  98. NumPad7="NUM 7"
  99. NumPad8="NUM 8"
  100. NumPad9="NUM 9"
  101. GreyStar="GREY STAR"
  102. GreyPlus="GREY PLUS"
  103. Separator="SEPARATOR"
  104. GreyMinus="GREY MINUS"
  105. NumPadPeriod="NUM ."
  106. GreySlash="GREY SLASH"
  107. Pause="PAUSE"
  108. CapsLock="CAPSLOCK"
  109. Tab="TAB"
  110. Enter="ENTER"
  111. Shift="SHIFT"
  112. NumLock="NUMLOCK"
  113. Escape="ESCAPE"
  114.  
  115. [Progress]
  116. RunningNet="%s: %s (%i players)"
  117. NetReceiving="Receiving '%s': %i/%i"
  118. NetReceiveOk="Successfully received '%s'"
  119. NetSend="Sending '%s'"
  120. NetSending="Sending '%s': %i/%i"
  121. Connecting="Connecting (F10 to Abort)..."
  122. Listening="Listening for clients..."
  123. Loading="Loading"
  124. Saving="Saving"
  125. Paused="Paused by %s"
  126. ReceiveFile="Receiving '%s' (F8 Cancels)"
  127. ReceiveOptionalFile="Receiving optional file '%s' (Press F8 to Skip)"
  128. ReceiveSize="Size %iK, Complete %3.1f%%"
  129. ConnectingText="Trying to connect to server"
  130. ConnectingURL="%s"
  131. CorruptConnect="Incompatible Game Files!"
  132. CancelledConnect="Connection canceled"
  133. ConnectionSucceeded="Connection succeeded. Loading"
  134. LoadingMap="Loading Map"
  135.  
  136. [Console]
  137. ClassCaption=Standard Unreal Console
  138. LoadingMessage=LOADING
  139. SavingMessage=SAVING
  140. ConnectingMessage=CONNECTING
  141. PausedMessage=PAUSED
  142. PrecachingMessage=PRECACHING
  143. ChatChannel=(CHAT) 
  144. TeamChannel=(TEAM) 
  145.  
  146. [General]
  147. Upgrade=To enter this server, you need the latest update to ArmyOps available from the Americas Army website:
  148. UpgradeURL=http://www.americasarmy.com
  149. UpgradeQuestion=Do you want to launch your web browser and go to the upgrade page now?
  150. Version=Version %i
  151.  
  152. [Menu]
  153. HelpMessage=
  154. MenuList=
  155. LeftString=Left
  156. RightString=Right
  157. CenterString=Center
  158. EnabledString=Enabled
  159. DisabledString=Disabled
  160. HelpMessage[1]="This menu has not yet been implemented."
  161. YesString=yes
  162. NoString=no
  163.  
  164. [Inventory]
  165. PickupMessage=Snagged an item
  166. M_Activated=" activated"
  167. M_Selected=" selected"
  168. M_Deactivated=" deactivated"
  169. ItemArticle=a
  170.  
  171. [WarpZoneInfo]
  172. OtherSideURL=
  173.  
  174. [GameInfo]
  175. SwitchLevelMessage=Switching Levels
  176. DefaultPlayerName=Recruit
  177. LeftMessage=" left the game."
  178. FailedSpawnMessage=Failed to spawn player actor
  179. FailedPlaceMessage=Could not find starting spot (level might need a 'PlayerStart' actor)
  180. NameChangedMessage=Name changed to 
  181. EnteredMessage=" entered the game."
  182. GameName="Game"
  183. MaxedOutMessage=Server is already at capacity.
  184. WrongPassword=The password you entered is incorrect.
  185. NeedPassword=You need to enter a password to join this game.
  186. FailedTeamMessage=Could not find team for player
  187.  
  188. [LevelInfo]
  189. Title=Untitled
  190.  
  191. [Weapon]
  192. MessageNoAmmo=" has no ammo."
  193. PickupMessage=You got a weapon
  194. DeathMessage=%o was killed by %k's %w.
  195. ItemName=Weapon
  196. DeathMessage[0]=%o was killed by %k's %w.
  197. DeathMessage[1]=%o was killed by %k's %w.
  198. DeathMessage[2]=%o was killed by %k's %w.
  199. DeathMessage[3]=%o was killed by %k's %w.
  200.  
  201. [Counter]
  202. CountMessage=Only %i more to go...
  203. CompleteMessage=Completed!
  204.  
  205. [Ammo]
  206. PickupMessage=You picked up some ammo.
  207.  
  208. [Pickup]
  209. ExpireMessage=
  210.  
  211. [SpecialEvent]
  212. DamageString=
  213.  
  214. [DamageType]
  215. Name=killed
  216. AltName=killed
  217.  
  218. [PlayerPawn]
  219. QuickSaveString=Quick Saving
  220. NoPauseMessage=Game is not pauseable
  221. ViewingFrom=Now viewing from 
  222. OwnCamera=own camera
  223. FailedView=Failed to change view.
  224. CantChangeNameMsg=You can't change your name during a global logged game.
  225.  
  226. [Pawn]
  227. NameArticle=" a "
  228.  
  229. [Spectator]
  230. MenuName=Spectator
  231.  
  232. [ServerCommandlet]
  233. HelpCmd=server
  234. HelpOneLiner=Network game server
  235. HelpUsage=server map.aao[?game=gametype] [-option...] [parm=value]...
  236. HelpWebLink=http://unreal.epicgames.com/servertips.htm
  237. HelpParm[0]=Log
  238. HelpDesc[0]=Specify the log file to generate
  239. HelpParm[1]=AllAdmin
  240. HelpDesc[1]=Give all players admin privelages
  241.  
  242.