Difference between revisions of "Engine.int"

From Oldunreal-Wiki
Jump to navigation Jump to search
(Created page with '<nowiki>[Public]</nowiki> Object=(Name=Engine.Console,Class=Class,MetaClass=Engine.Console) Object=(Name=Engine.ServerCommandlet,Class=Class,MetaClass=Core.Commandlet) Prefere...')
 
(39 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<nowiki>[Public]</nowiki>
{{Infobox Localization
 
|name=Engine
|language=English
|game=Unreal
|lines_done=136
|lines_total=136
|game2=Unreal Tournament
|lines_done2=128
|lines_total2=128
}}
__TOC__
== Public section (Unreal) ==
<pre>
[Public]
Object=(Name=Engine.Console,Class=Class,MetaClass=Engine.Console)
Object=(Name=Engine.Console,Class=Class,MetaClass=Engine.Console)
Object=(Name=Engine.ServerCommandlet,Class=Class,MetaClass=Core.Commandlet)
Object=(Name=Engine.ServerCommandlet,Class=Class,MetaClass=Core.Commandlet)
 
; Main roots
Preferences=(Caption="Advanced",Parent="Advanced Options")
Preferences=(Caption="Advanced",Parent="Advanced Options")
 
Preferences=(Caption="Rendering",Parent="Advanced Options")
Preferences=(Caption="Audio",Parent="Advanced Options")
Preferences=(Caption="Networking",Parent="Advanced Options")
Preferences=(Caption="Game Types",Parent="Advanced Options")
Preferences=(Caption="Display",Parent="Advanced Options")
Preferences=(Caption="Joystick",Parent="Advanced Options")
Preferences=(Caption="Drivers",Parent="Advanced Options",Class=Engine.Engine,Immediate=False,Category=Drivers)
Preferences=(Caption="Game Settings",Parent="Advanced Options",Class=Engine.GameInfo,Immediate=True)
Preferences=(Caption="Decals",Parent="Advanced Options")
; Advanced
Preferences=(Caption="Game Engine Settings",Parent="Advanced",Class=Engine.GameEngine,Category=Settings,Immediate=True)
Preferences=(Caption="Game Engine Settings",Parent="Advanced",Class=Engine.GameEngine,Category=Settings,Immediate=True)
Preferences=(Caption="Key Aliases",Parent="Advanced",Class=Engine.Input,Immediate=True,Category=Aliases)
Preferences=(Caption="Key Aliases",Parent="Advanced",Class=Engine.Input,Immediate=True,Category=Aliases)
Preferences=(Caption="Raw Key Bindings",Parent="Advanced",Class=Engine.Input,Immediate=True,Category=RawKeys)
Preferences=(Caption="Raw Key Bindings",Parent="Advanced",Class=Engine.Input,Immediate=True,Category=RawKeys)
 
; Networking
Preferences=(Caption="Drivers",Parent="Advanced Options",Class=Engine.Engine,Immediate=False,Category=Drivers)
 
Preferences=(Caption="Public Server Information",Parent="Networking",Class=Engine.GameReplicationInfo,Immediate=True)
Preferences=(Caption="Public Server Information",Parent="Networking",Class=Engine.GameReplicationInfo,Immediate=True)
 
Preferences=(Caption="Channel Download",Parent="Networking",Class=Engine.ChannelDownload)
Preferences=(Caption="Game Settings",Parent="Advanced Options",Class=Engine.GameInfo,Immediate=True)
Preferences=(Caption="Connection Notifications",Parent="Networking",Class=Engine.Gameinfo,Category=Networking,Immediate=True)
 
Preferences=(Caption="Map Lists",Parent="Networking")
Preferences=(Caption="Decals",Parent="Advanced Options")
; Decals
 
Preferences=(Caption="Blood",Parent="Decals")
Preferences=(Caption="Blood",Parent="Decals")
 
Preferences=(Caption="Pawn Shadow",Parent="Decals",Class=Engine.PawnShadow,Immediate=True)
Preferences=(Caption="Decoration Shadow",Parent="Decals",Class=Engine.DecoShadow,Immediate=True)
Preferences=(Caption="Projectile Shadow",Parent="Decals",Class=Engine.ProjectileShadow,Immediate=True)
; Blood
Preferences=(Caption="Server",Parent="Blood",Class=Engine.GameInfo,Category=BloodServer,Immediate=True)
Preferences=(Caption="Server",Parent="Blood",Class=Engine.GameInfo,Category=BloodServer,Immediate=True)
</pre>
== Public section (Unreal Tournament) ==
<pre>
[Public]
Object=(Name=Engine.ServerCommandlet,Class=Class,MetaClass=Core.Commandlet)
Object=(Name=Engine.CheckSumCommandlet,Class=Class,MetaClass=Core.Commandlet)
; Main roots
Preferences=(Caption="Advanced",Parent="Advanced Options")
Preferences=(Caption="Rendering",Parent="Advanced Options")
Preferences=(Caption="Audio",Parent="Advanced Options")
Preferences=(Caption="Networking",Parent="Advanced Options")
Preferences=(Caption="Game Types",Parent="Advanced Options")
Preferences=(Caption="Display",Parent="Advanced Options")
Preferences=(Caption="Joystick",Parent="Advanced Options")
Preferences=(Caption="Drivers",Parent="Advanced Options",Class=Engine.Engine,Immediate=False,Category=Drivers)
Preferences=(Caption="Game Settings",Parent="Advanced Options",Class=Engine.GameInfo,Immediate=True)
; Advanced
Preferences=(Caption="Game Engine Settings",Parent="Advanced",Class=Engine.GameEngine,Category=Settings,Immediate=True)
Preferences=(Caption="Key Aliases",Parent="Advanced",Class=Engine.Input,Immediate=True,Category=Aliases)
Preferences=(Caption="Raw Key Bindings",Parent="Advanced",Class=Engine.Input,Immediate=True,Category=RawKeys)
; Networking
Preferences=(Caption="Public Server Information",Parent="Networking",Class=Engine.GameReplicationInfo,Immediate=True)
</pre>
== Rest of the file (Shared) ==
<pre>
[PlayerPawn]
QuickSaveString="Quick Saving"
NoPauseMessage="Game is not pauseable"
ViewingFrom="Now viewing from "
OwnCamera="own camera"
FailedView="Failed to change view."
CantChangeNameMsg="You can't change your name during a global logged game."


[Pawn]
NameArticle=" a "


<nowiki>[Errors]</nowiki>
[Inventory]
PickupMessage="Snagged an item."
ItemArticle="a"
M_Activated=" activated."
M_Selected=" selected."
M_Deactivated=" deactivated."


NetOpen=Error opening file
[LevelInfo]
Title="Untitled"


NetWrite=Error writing to file
[Weapon]
MessageNoAmmo=" has no ammo."
DeathMessage="%o was killed by %k's %w."
PickupMessage="You got a weapon"
ItemName="Weapon"
DeathMessage[0]="%o was killed by %k's %w."
DeathMessage[1]="%o was killed by %k's %w."
DeathMessage[2]="%o was killed by %k's %w."
DeathMessage[3]="%o was killed by %k's %w."


NetRefused=Server refused to send '%s'
[Ammo]
PickupMessage="You picked up some ammo."


NetClose=Error closing file
[Counter]
CountMessage="Only %i more to go..."
CompleteMessage="Completed!"


NetSize=File size mismatch
[Spectator]
MenuName="Spectator"


NetMove=Error moving file
[DamageType]
Name="killed"
AltName="killed"
NameFem="killed"
AltNameFem="killed"


NetInvalid=Received invalid file request
[Progress]
CancelledConnect="Cancelled Connect Attempt"
RunningNet="%ls: %ls (%i players)"
NetReceiving="Receiving "%ls": %i/%i"
NetReceiveOk="Successfully received "%ls""
NetSend="Sending "%ls""
NetSending="Sending "%ls": %i/%i"
Connecting="Connecting..."
Listening="Listening for clients..."
Loading="Loading"
Saving="Saving"
Paused="Paused by %ls"
ReceiveFile="Receiving "%ls" (F10 Cancels)"
ReceiveOptionalFile="Receiving optional file "%ls" (Press F10 to Skip)"
ReceiveSize="Size %iK, Complete %3.1f%% = %iK, %i Packages remaining"
ConnectingText="Connecting (F10 Cancels):"
ConnectingURL="unreal://%ls/%ls"


NoDownload=Package '%s' is not downloadable
[WarpZoneInfo]
OtherSideURL=""


DownloadFailed=Downloading package '%s' failed: %s
[Pickup]
ExpireMessage=""


RequestDenied=Server requested file from pending level: Denied
[SpecialEvent]
DamageString=""


ConnectionFailed=Connection failed
[ServerCommandlet]
HelpCmd=server
HelpWebLink="http://www.oldunreal.com/wiki"
HelpOneLiner="Network game server."
HelpUsage="server map.unr[?game=gametype] [-option...] [parm=value]..."
HelpParm[0]="Log"
HelpDesc[0]="Specify the log file to generate."
HelpParm[1]="AllAdmin"
HelpDesc[1]="Give all players admin privileges."
</pre>
== Rest of the file (Unreal) ==
<pre>
[Console]
LoadingMessage="LOADING"
SavingMessage="SAVING"
ConnectingMessage="CONNECTING"
PausedMessage="PAUSED"
PrecachingMessage="PRECACHING"
ClassCaption="Standard Unreal Console"
ChatChannel="(CHAT) "
TeamChannel="(TEAM) "


Banned=You have been banned
[Menu]
MenuList=" "
HelpMessage=" "
HelpMessage[1]="This menu has not yet been implemented."
LeftString="Left"
RightString="Right"
CenterString="Center"
EnabledString="Enabled"
DisabledString="Disabled"
YesString="Yes"
NoString="No"
OnString="On"
OffString="Off"


TempBanned=You have been temporarily banned
[GameInfo]
 
SwitchLevelMessage="Switching Levels"
Kicked=You have been kicked
DefaultPlayerName="Player"
 
LeftMessage=" left the game."
ChAllocate=Couldn't allocate channel
FailedSpawnMessage="Failed to spawn player actor"
 
FailedPlaceMessage="Could not find starting spot (level might need a "PlayerStart" actor)"
NetAlready=Already networking
FailedTeamMessage="Could not find team for player"
 
NameChangedMessage="Name changed to "
NetListen=Listen failed: No linker context available
EnteredMessage=" entered the game."
 
GameName="Game"
LoadEntry=Can't load Entry: %s
MaxedOutMessage="Server is already at capacity."
 
WrongPassword="The password you entered is incorrect."
InvalidUrl=Invalid URL: %s
NeedPassword="You need to enter a password to join this game."
 
MaleGender="his"
InvalidLink=Invalid Link: %s
FemaleGender="her"
 
FailedBrowse=Failed to enter %s: %s
 
Listen=Listen failed: %s
 
AbortToEntry=Failed; returning to Entry
 
ServerOpen=Servers can't open network URLs
 
ServerListen=Dedicated server can't listen: %s
 
Pending=Pending connect to '%s' failed; %s
 
LoadPlayerClass=Failed to load player class
 
ServerOutdated=Server's version is outdated
 
 
<nowiki>[Progress]</nowiki>
 
CancelledConnect=Cancelled Connect Attempt
 
RunningNet=%s: %s (%i players)
 
NetReceiving=Receiving '%s': %i/%i
 
NetReceiveOk=Successfully received '%s'
 
NetSend=Sending '%s'
 
NetSending=Sending '%s': %i/%i
 
Connecting=Connecting...
 
Listening=Listening for clients...
 
Loading=Loading
 
Saving=Saving
 
Paused=Paused by %s
 
ReceiveFile=Receiving '%s' (F10 Cancels)
 
ReceiveOptionalFile=Receiving optional file '%s' (Press F10 to Skip)
 
ReceiveSize=Size %iK, Complete %3.1f%% = %iK, %i Packages remaining
 
ConnectingText=Connecting (F10 Cancels):
 
ConnectingURL=unreal://%s/%s
 
 
<nowiki>[Console]</nowiki>
 
ClassCaption=Standard Unreal Console
 
LoadingMessage=LOADING
 
SavingMessage=SAVING
 
ConnectingMessage=CONNECTING
 
PausedMessage=PAUSED
 
PrecachingMessage=PRECACHING
 
ChatChannel=(CHAT)
 
TeamChannel=(TEAM)
 
 
<nowiki>[General]</nowiki>
 
Upgrade=To enter this server, you need the latest free update to Unreal available from Oldunreals's Web site:
 
UpgradeURL=http://www.oldunreal.com/oldunrealpatches.html
 
UpgradeQuestion=Do you want to launch your web browser and go to the upgrade page now?
 
Version=Version %i
 
 
<nowiki>[Menu]</nowiki>
 
HelpMessage=
 
MenuList=
 
LeftString=Left


RightString=Right
[Errors]
NetOpen="Error opening file"
NetWrite="Error writing to file"
NetRefused="Server refused to send "%ls""
NetClose="Error closing file"
NetSize="File size mismatch"
NetMove="Error moving file"
NetInvalid="Received invalid file request"
NoDownload="Package "%ls" is not downloadable"
DownloadFailed="Downloading package "%ls" failed: %ls"
RequestDenied="Server requested file from pending level: Denied"
ConnectionFailed="Connection failed"
ChAllocate="Couldn't allocate channel"
NetAlready="Already networking"
NetListen="Listen failed: No linker context available"
LoadEntry="Can't load Entry: %ls"
InvalidUrl="Invalid URL: %ls"
InvalidLink="Invalid Link: %ls"
FailedBrowse="Failed to enter %ls: %ls"
Listen="Listen failed: %ls"
AbortToEntry="Failed; returning to Entry"
ServerOpen="Servers can't open network URLs"
ServerListen="Dedicated server can't listen: %ls"
Pending="Pending connect to "%ls" failed; %ls"
LoadPlayerClass="Failed to load player class"
ServerOutdated="Server's version is outdated"
Banned="You have been banned"
TempBanned="You have been temporarily banned"
Kicked="You have been kicked"


CenterString=Center
[AdminAccessManager]
AdminLoginText="Administrator %ls logged in"
AdminLogoutText="Administrator %ls logged out"
CheatUsedStr="%ls used admin/cheat command: %c"


EnabledString=Enabled
[Fonts]
WhiteFont=UnrealShare.WhiteFont
MedFont=Engine.MedFont
LargeFont=Engine.LargeFont
BigFont=Engine.BigFont
SmallFont=Engine.SmallFont


DisabledString=Disabled
[General]
Upgrade="To enter this server, you need the latest free update to Unreal available from OldUnreals's Web site:"
UpgradeURL="http://www.oldunreal.com/oldunrealpatches.html"
UpgradeQuestion="Do you want to launch your web browser and go to the upgrade page now?"
Version="Version %i"
</pre>
== Rest of the file (Unreal Tournament) ==
<pre>
[Console]
ClassCaption="Standard Unreal Tournament Console"
LoadingMessage="LOADING"
SavingMessage="SAVING"
ConnectingMessage="CONNECTING"
PausedMessage="PAUSED"
PrecachingMessage="PRECACHING"
ChatChannel="(CHAT) "
TeamChannel="(TEAM) "


<nowiki>HelpMessage[1]="This menu has not yet been implemented."</nowiki>
[Menu]
 
HelpMessage=""
YesString=yes
MenuList=""
 
HelpMessage[1]="This menu has not yet been implemented."
NoString=no
LeftString="Left"
 
RightString="Right"
 
CenterString="Center"
<nowiki>[Inventory]</nowiki>
EnabledString="Enabled"
 
DisabledString="Disabled"
PickupMessage=Snagged an item
YesString="yes"
 
NoString="no"
M_Activated=" activated"
 
M_Selected=" selected"
 
M_Deactivated=" deactivated"
 
ItemArticle=a
 
 
<nowiki>[WarpZoneInfo]</nowiki>
 
OtherSideURL=
 
 
<nowiki>[GameInfo]</nowiki>
 
SwitchLevelMessage=Switching Levels
 
DefaultPlayerName=Player


[GameInfo]
SwitchLevelMessage="Switching Levels"
DefaultPlayerName="Player"
LeftMessage=" left the game."
LeftMessage=" left the game."
 
FailedSpawnMessage="Failed to spawn player actor"
FailedSpawnMessage=Failed to spawn player actor
FailedPlaceMessage="Could not find starting spot (level might need a 'PlayerStart' actor)"
 
FailedTeamMessage="Could not find team for player"
FailedPlaceMessage=Could not find starting spot (level might need a 'PlayerStart' actor)
 
NameChangedMessage="Name changed to "
NameChangedMessage="Name changed to "
EnteredMessage=" entered the game."
EnteredMessage=" entered the game."
GameName="Game"
GameName="Game"
MaxedOutMessage="Server is already at capacity."
WrongPassword="The password you entered is incorrect."
NeedPassword="You need to enter a password to join this game."
IPBanned="Your IP address has been banned on this server."
MaleGender="his"
FemaleGender="her"


MaxedOutMessage=Server is already at capacity.
[Errors]
 
NetOpen="Error opening file"
WrongPassword=The password you entered is incorrect.
NetWrite="Error writing to file"
 
NetRefused="Server refused to send '%ls'"
NeedPassword=You need to enter a password to join this game.
NetClose="Error closing file"
 
NetSize="File size mismatch"
FailedTeamMessage=Could not find team for player
NetMove="Error moving file"
 
NetInvalid="Received invalid file request"
 
NoDownload="Package '%ls' is not downloadable"
<nowiki>[LevelInfo]</nowiki>
DownloadFailed="Downloading package '%ls' failed: %ls"
 
RequestDenied="Server requested file from pending level: Denied"
Title=Untitled
ConnectionFailed="Connection failed"
 
ChAllocate="Couldn't allocate channel"
 
NetAlready="Already networking"
<nowiki>[Weapon]</nowiki>
NetListen="Listen failed: No linker context available"
 
LoadEntry="Can't load Entry: %ls"
MessageNoAmmo=" has no ammo."
InvalidUrl="Invalid URL: %ls"
 
InvalidLink="Invalid Link: %ls"
PickupMessage=You got a weapon
FailedBrowse="Failed to enter %ls: %ls"
 
Listen="Listen failed: %ls"
DeathMessage=%o was killed by %k's %w.
AbortToEntry="Failed; returning to Entry"
 
ServerOpen="Servers can't open network URLs"
ItemName=Weapon
ServerListen="Dedicated server can't listen: %ls"
 
Pending="Pending connect to '%ls' failed; %ls"
<nowiki>DeathMessage[0]=%o was killed by %k's %w.</nowiki>
LoadPlayerClass="Failed to load player class"
 
ServerOutdated="Server's version is outdated"
<nowiki>DeathMessage[1]=%o was killed by %k's %w.</nowiki>
ClientOutdated="You need to upgrade to the latest patch version"
 
RejectedByServer="Rejected by server"
<nowiki>DeathMessage[2]=%o was killed by %k's %w.</nowiki>
NetDecompressFail="Error decompressing file '%ls'"
 
MD5ChecksumFailed="Package %ls failed an MD5 check."
<nowiki>DeathMessage[3]=%o was killed by %k's %w.</nowiki>
 
 
<nowiki>[Counter]</nowiki>
 
CountMessage=Only %i more to go...
 
CompleteMessage=Completed!
 
 
<nowiki>[Ammo]</nowiki>
 
PickupMessage=You picked up some ammo.
 
 
<nowiki>[Pickup]</nowiki>
 
ExpireMessage=
 
 
<nowiki>[SpecialEvent]</nowiki>
 
DamageString=
 
 
<nowiki>[DamageType]</nowiki>
 
Name=killed
 
AltName=killed
 
 
<nowiki>[PlayerPawn]</nowiki>
 
QuickSaveString=Quick Saving
 
NoPauseMessage=Game is not pauseable
 
ViewingFrom="Now viewing from "
 
OwnCamera=own camera
 
FailedView=Failed to change view.
 
CantChangeNameMsg=You can't change your name during a global logged game.
 
 
<nowiki>[Pawn]</nowiki>
 
NameArticle=" a "
 
 
<nowiki>[Spectator]</nowiki>
 
MenuName=Spectator
 
 
<nowiki>[ServerCommandlet]</nowiki>
 
HelpCmd=server
 
HelpOneLiner=Network game server
 
<nowiki>HelpUsage=server map.unr[?game=gametype] [-option...] [parm=value]...</nowiki>
 
HelpWebLink=http://unreal.epicgames.com/servertips.htm
 
<nowiki>HelpParm[0]=Log</nowiki>
 
<nowiki>HelpDesc[0]=Specify the log file to generate</nowiki>


<nowiki>HelpParm[1]=AllAdmin</nowiki>
[General]
Upgrade="To enter this server, you need the latest free update to Unreal Tournament available from OldUnreal's Web site:"
UpgradeURL="http://www.oldunreal.com/oldunrealpatches.html"
UpgradeQuestion="Do you want to launch your web browser and go to the upgrade page now?"
Version="Version %i"


<nowiki>HelpDesc[1]=Give all players admin privelages</nowiki>
[CheckSumCommandlet]
HelpCmd=checksum
HelpWebLink="http://www.oldunreal.com/wiki"
HelpOneLiner="Calculate package checksum for stat logging"
HelpUsage="checksum packagename.u"
HelpParm[0]="packagename.u"
HelpDesc[0]="Filename to calculate checksum"
</pre>
{{Navbox Localization Language-Specific
|language=English
|game=Unreal
}}
{{Navbox Localization Language-Specific
|language=English
|game=Unreal Tournament
}}

Revision as of 12:22, 11 November 2020

Localization Project page
This page belongs to the OldUnreal Localization Project. We aim to localize the game to other languages as flawlessly as possible, with the least amount of errors possible (ideally 0).
This is a file for the English language, the game's default. This file should be used as a base for the rest of the languages.
The localization project is also available at the Github repository. Completed and incomplete pages will be adapted there once complete.
This page in other languages
English - German - French - Spanish - Italian - Russian - Polish - Portuguese - Hungarian - Czech - Swedish - Catalan - Dutch - Norwegian - Japanese
Engine
Language English
Game 1 Unreal
Status 136/136
Game 2 Unreal Tournament
Status 128/128

Public section (Unreal)

[Public]
Object=(Name=Engine.Console,Class=Class,MetaClass=Engine.Console)
Object=(Name=Engine.ServerCommandlet,Class=Class,MetaClass=Core.Commandlet)
; Main roots
Preferences=(Caption="Advanced",Parent="Advanced Options")
Preferences=(Caption="Rendering",Parent="Advanced Options")
Preferences=(Caption="Audio",Parent="Advanced Options")
Preferences=(Caption="Networking",Parent="Advanced Options")
Preferences=(Caption="Game Types",Parent="Advanced Options")
Preferences=(Caption="Display",Parent="Advanced Options")
Preferences=(Caption="Joystick",Parent="Advanced Options")
Preferences=(Caption="Drivers",Parent="Advanced Options",Class=Engine.Engine,Immediate=False,Category=Drivers)
Preferences=(Caption="Game Settings",Parent="Advanced Options",Class=Engine.GameInfo,Immediate=True)
Preferences=(Caption="Decals",Parent="Advanced Options")
; Advanced
Preferences=(Caption="Game Engine Settings",Parent="Advanced",Class=Engine.GameEngine,Category=Settings,Immediate=True)
Preferences=(Caption="Key Aliases",Parent="Advanced",Class=Engine.Input,Immediate=True,Category=Aliases)
Preferences=(Caption="Raw Key Bindings",Parent="Advanced",Class=Engine.Input,Immediate=True,Category=RawKeys)
; Networking
Preferences=(Caption="Public Server Information",Parent="Networking",Class=Engine.GameReplicationInfo,Immediate=True)
Preferences=(Caption="Channel Download",Parent="Networking",Class=Engine.ChannelDownload)
Preferences=(Caption="Connection Notifications",Parent="Networking",Class=Engine.Gameinfo,Category=Networking,Immediate=True)
Preferences=(Caption="Map Lists",Parent="Networking")
; Decals
Preferences=(Caption="Blood",Parent="Decals")
Preferences=(Caption="Pawn Shadow",Parent="Decals",Class=Engine.PawnShadow,Immediate=True)
Preferences=(Caption="Decoration Shadow",Parent="Decals",Class=Engine.DecoShadow,Immediate=True)
Preferences=(Caption="Projectile Shadow",Parent="Decals",Class=Engine.ProjectileShadow,Immediate=True)
; Blood
Preferences=(Caption="Server",Parent="Blood",Class=Engine.GameInfo,Category=BloodServer,Immediate=True)

Public section (Unreal Tournament)

[Public]
Object=(Name=Engine.ServerCommandlet,Class=Class,MetaClass=Core.Commandlet)
Object=(Name=Engine.CheckSumCommandlet,Class=Class,MetaClass=Core.Commandlet)
; Main roots
Preferences=(Caption="Advanced",Parent="Advanced Options")
Preferences=(Caption="Rendering",Parent="Advanced Options")
Preferences=(Caption="Audio",Parent="Advanced Options")
Preferences=(Caption="Networking",Parent="Advanced Options")
Preferences=(Caption="Game Types",Parent="Advanced Options")
Preferences=(Caption="Display",Parent="Advanced Options")
Preferences=(Caption="Joystick",Parent="Advanced Options")
Preferences=(Caption="Drivers",Parent="Advanced Options",Class=Engine.Engine,Immediate=False,Category=Drivers)
Preferences=(Caption="Game Settings",Parent="Advanced Options",Class=Engine.GameInfo,Immediate=True)
; Advanced
Preferences=(Caption="Game Engine Settings",Parent="Advanced",Class=Engine.GameEngine,Category=Settings,Immediate=True)
Preferences=(Caption="Key Aliases",Parent="Advanced",Class=Engine.Input,Immediate=True,Category=Aliases)
Preferences=(Caption="Raw Key Bindings",Parent="Advanced",Class=Engine.Input,Immediate=True,Category=RawKeys)
; Networking
Preferences=(Caption="Public Server Information",Parent="Networking",Class=Engine.GameReplicationInfo,Immediate=True)

Rest of the file (Shared)

[PlayerPawn]
QuickSaveString="Quick Saving"
NoPauseMessage="Game is not pauseable"
ViewingFrom="Now viewing from "
OwnCamera="own camera"
FailedView="Failed to change view."
CantChangeNameMsg="You can't change your name during a global logged game."

[Pawn]
NameArticle=" a "

[Inventory]
PickupMessage="Snagged an item."
ItemArticle="a"
M_Activated=" activated."
M_Selected=" selected."
M_Deactivated=" deactivated."

[LevelInfo]
Title="Untitled"

[Weapon]
MessageNoAmmo=" has no ammo."
DeathMessage="%o was killed by %k's %w."
PickupMessage="You got a weapon"
ItemName="Weapon"
DeathMessage[0]="%o was killed by %k's %w."
DeathMessage[1]="%o was killed by %k's %w."
DeathMessage[2]="%o was killed by %k's %w."
DeathMessage[3]="%o was killed by %k's %w."

[Ammo]
PickupMessage="You picked up some ammo."

[Counter]
CountMessage="Only %i more to go..."
CompleteMessage="Completed!"

[Spectator]
MenuName="Spectator"

[DamageType]
Name="killed"
AltName="killed"
NameFem="killed"
AltNameFem="killed"

[Progress]
CancelledConnect="Cancelled Connect Attempt"
RunningNet="%ls: %ls (%i players)"
NetReceiving="Receiving "%ls": %i/%i"
NetReceiveOk="Successfully received "%ls""
NetSend="Sending "%ls""
NetSending="Sending "%ls": %i/%i"
Connecting="Connecting..."
Listening="Listening for clients..."
Loading="Loading"
Saving="Saving"
Paused="Paused by %ls"
ReceiveFile="Receiving "%ls" (F10 Cancels)"
ReceiveOptionalFile="Receiving optional file "%ls" (Press F10 to Skip)"
ReceiveSize="Size %iK, Complete %3.1f%% = %iK, %i Packages remaining"
ConnectingText="Connecting (F10 Cancels):"
ConnectingURL="unreal://%ls/%ls"

[WarpZoneInfo]
OtherSideURL=""

[Pickup]
ExpireMessage=""

[SpecialEvent]
DamageString=""

[ServerCommandlet]
HelpCmd=server
HelpWebLink="http://www.oldunreal.com/wiki"
HelpOneLiner="Network game server."
HelpUsage="server map.unr[?game=gametype] [-option...] [parm=value]..."
HelpParm[0]="Log"
HelpDesc[0]="Specify the log file to generate."
HelpParm[1]="AllAdmin"
HelpDesc[1]="Give all players admin privileges."

Rest of the file (Unreal)

[Console]
LoadingMessage="LOADING"
SavingMessage="SAVING"
ConnectingMessage="CONNECTING"
PausedMessage="PAUSED"
PrecachingMessage="PRECACHING"
ClassCaption="Standard Unreal Console"
ChatChannel="(CHAT) "
TeamChannel="(TEAM) "

[Menu]
MenuList=" "
HelpMessage=" "
HelpMessage[1]="This menu has not yet been implemented."
LeftString="Left"
RightString="Right"
CenterString="Center"
EnabledString="Enabled"
DisabledString="Disabled"
YesString="Yes"
NoString="No"
OnString="On"
OffString="Off"

[GameInfo]
SwitchLevelMessage="Switching Levels"
DefaultPlayerName="Player"
LeftMessage=" left the game."
FailedSpawnMessage="Failed to spawn player actor"
FailedPlaceMessage="Could not find starting spot (level might need a "PlayerStart" actor)"
FailedTeamMessage="Could not find team for player"
NameChangedMessage="Name changed to "
EnteredMessage=" entered the game."
GameName="Game"
MaxedOutMessage="Server is already at capacity."
WrongPassword="The password you entered is incorrect."
NeedPassword="You need to enter a password to join this game."
MaleGender="his"
FemaleGender="her"

[Errors]
NetOpen="Error opening file"
NetWrite="Error writing to file"
NetRefused="Server refused to send "%ls""
NetClose="Error closing file"
NetSize="File size mismatch"
NetMove="Error moving file"
NetInvalid="Received invalid file request"
NoDownload="Package "%ls" is not downloadable"
DownloadFailed="Downloading package "%ls" failed: %ls"
RequestDenied="Server requested file from pending level: Denied"
ConnectionFailed="Connection failed"
ChAllocate="Couldn't allocate channel"
NetAlready="Already networking"
NetListen="Listen failed: No linker context available"
LoadEntry="Can't load Entry: %ls"
InvalidUrl="Invalid URL: %ls"
InvalidLink="Invalid Link: %ls"
FailedBrowse="Failed to enter %ls: %ls"
Listen="Listen failed: %ls"
AbortToEntry="Failed; returning to Entry"
ServerOpen="Servers can't open network URLs"
ServerListen="Dedicated server can't listen: %ls"
Pending="Pending connect to "%ls" failed; %ls"
LoadPlayerClass="Failed to load player class"
ServerOutdated="Server's version is outdated"
Banned="You have been banned"
TempBanned="You have been temporarily banned"
Kicked="You have been kicked"

[AdminAccessManager]
AdminLoginText="Administrator %ls logged in"
AdminLogoutText="Administrator %ls logged out"
CheatUsedStr="%ls used admin/cheat command: %c"

[Fonts]
WhiteFont=UnrealShare.WhiteFont
MedFont=Engine.MedFont
LargeFont=Engine.LargeFont
BigFont=Engine.BigFont
SmallFont=Engine.SmallFont

[General]
Upgrade="To enter this server, you need the latest free update to Unreal available from OldUnreals's Web site:"
UpgradeURL="http://www.oldunreal.com/oldunrealpatches.html"
UpgradeQuestion="Do you want to launch your web browser and go to the upgrade page now?"
Version="Version %i"

Rest of the file (Unreal Tournament)

[Console]
ClassCaption="Standard Unreal Tournament Console"
LoadingMessage="LOADING"
SavingMessage="SAVING"
ConnectingMessage="CONNECTING"
PausedMessage="PAUSED"
PrecachingMessage="PRECACHING"
ChatChannel="(CHAT) "
TeamChannel="(TEAM) "

[Menu]
HelpMessage=""
MenuList=""
HelpMessage[1]="This menu has not yet been implemented."
LeftString="Left"
RightString="Right"
CenterString="Center"
EnabledString="Enabled"
DisabledString="Disabled"
YesString="yes"
NoString="no"

[GameInfo]
SwitchLevelMessage="Switching Levels"
DefaultPlayerName="Player"
LeftMessage=" left the game."
FailedSpawnMessage="Failed to spawn player actor"
FailedPlaceMessage="Could not find starting spot (level might need a 'PlayerStart' actor)"
FailedTeamMessage="Could not find team for player"
NameChangedMessage="Name changed to "
EnteredMessage=" entered the game."
GameName="Game"
MaxedOutMessage="Server is already at capacity."
WrongPassword="The password you entered is incorrect."
NeedPassword="You need to enter a password to join this game."
IPBanned="Your IP address has been banned on this server."
MaleGender="his"
FemaleGender="her"

[Errors]
NetOpen="Error opening file"
NetWrite="Error writing to file"
NetRefused="Server refused to send '%ls'"
NetClose="Error closing file"
NetSize="File size mismatch"
NetMove="Error moving file"
NetInvalid="Received invalid file request"
NoDownload="Package '%ls' is not downloadable"
DownloadFailed="Downloading package '%ls' failed: %ls"
RequestDenied="Server requested file from pending level: Denied"
ConnectionFailed="Connection failed"
ChAllocate="Couldn't allocate channel"
NetAlready="Already networking"
NetListen="Listen failed: No linker context available"
LoadEntry="Can't load Entry: %ls"
InvalidUrl="Invalid URL: %ls"
InvalidLink="Invalid Link: %ls"
FailedBrowse="Failed to enter %ls: %ls"
Listen="Listen failed: %ls"
AbortToEntry="Failed; returning to Entry"
ServerOpen="Servers can't open network URLs"
ServerListen="Dedicated server can't listen: %ls"
Pending="Pending connect to '%ls' failed; %ls"
LoadPlayerClass="Failed to load player class"
ServerOutdated="Server's version is outdated"
ClientOutdated="You need to upgrade to the latest patch version"
RejectedByServer="Rejected by server"
NetDecompressFail="Error decompressing file '%ls'"
MD5ChecksumFailed="Package %ls failed an MD5 check."

[General]
Upgrade="To enter this server, you need the latest free update to Unreal Tournament available from OldUnreal's Web site:"
UpgradeURL="http://www.oldunreal.com/oldunrealpatches.html"
UpgradeQuestion="Do you want to launch your web browser and go to the upgrade page now?"
Version="Version %i"

[CheckSumCommandlet]
HelpCmd=checksum
HelpWebLink="http://www.oldunreal.com/wiki"
HelpOneLiner="Calculate package checksum for stat logging"
HelpUsage="checksum packagename.u"
HelpParm[0]="packagename.u"
HelpDesc[0]="Filename to calculate checksum"
Unreal English Localization
Shared files: ALAudio.intCore.intD3DDrv.intEditor.intEngine.intIpDrv.intSetup.intStartup.intUnrealEd.intWindow.intWinDrv.intD3D9Drv.intFMODAudioDrv.intGalaxy.intGlideDrv.intIpServer.intMeTaLDrv.intOpenGLDrv.intSglDrv.intSoftDrv.intUBrowser.intUMenu.intUnrealI.intUnrealShare.intUWindow.intXDrv.intXMesaGLDrv.intXOpenGLDrv.int
Unreal exclusives: SetupUnreal.intSetupUnrealPatch.intD3D8Drv.intEFX.intOGLDrv.intOldOpenGLDrv.intOldWeapons.intPhysXPhysics.intScriptedAI.intSDL2Drv.intSwFMOD.intUnreal.intUnrealIntegrity.intUnrealLinux.intUnrealLinux.bin.intUnrealOSX.intUnrealOSX.bin.intUnrealSDL2.intUnrealSDL2.bin.intUnrealXLinux.intUnrealXLinux.bin.intUWebAdmin.intWebAdminHTML.int
Assets: Bluff.intCeremony.intChizra.intDark.intDasaCellars.intDasaPass.intDCrater.intDig.intDKNightOp.intDmAriza.intDmBeyondTheSun.intDmCurse.intDmDeathFan.intDmDeck16.intDmElsinore.intDmExar.intDMfith.intDmHealPod.intDmMorbias.intDmRadikus.intDmRetrospective.intDmRiot.intDmTundra.intDug.intEndGame.intExtremeBeg.intExtremeCore.intExtremeDark.intExtremeDarkGen.intExtremeDGen.intExtremeEnd.intExtremeGen.intExtremeLab.intFemale1Skins.intFemale2Skins.intGateway.intHarobed.intIsvDeck1.intIsvKran32.intIsvKran4.intMale1Skins.intMale2Skins.intMale3Skins.intNaliBoat.intNaliC.intNaliLord.intNoork.intNyleve.intPassage.intQueenEnd.intRuins.intSkTrooperSkins.intSkyBase.intSkyCaves.intSkyTown.intSpireVillage.intTerraLift.intTerraniux.intTheSunspire.intTrench.intVeloraEnd.intVortex2.int
Return to Na Pali: UDSDemo.intUPak.intUPakFix.intAbyss.intCrashsite.intCrashsite1.intCrashsite2.intDmAthena.intDmDaybreak.intDmHazard.intDmStomp.intDmSunSpeak.intDmTerra.intDuskFalls.intEldora.intEnd.intFoundry.intGlacena.intGlathriel1.intGlathriel2.intInterIntro.intInter1.intInter2.intInter3.intInter4.intInterCrashsite.intInter5.intInter6.intInter7.intInter8.intInter9.intInter10.intInter11.intInter12.intInter13.intInter14.intIntro1.intIntro2.intNagomi.intNagomiSun.intNalic2.intNevec.intSpireLand.intToxic.intUGCredits.intUpack.intVelora.int
Fusion Mappack: DM-Cybrosis.intDM-Letting.intDM-Loxi.intDM-Mojo.intDM-Shrapnel.intDM-Twilight.int
Division Mappack: DmBayC.intDmCreek.intDmDespair.intDmEclipse.intDmKrazy.intDmLocke.intDmMorbfanza.intDmScruular.intDmSplash.intDmVilla.int
Unreal Tournament English Localization
Shared files: ALAudio.intCore.intD3DDrv.intEditor.intEngine.intIpDrv.intSetup.intStartup.intUnrealEd.intWindow.intWinDrv.intD3D9Drv.intFMODAudioDrv.intGalaxy.intGlideDrv.intIpServer.intMeTaLDrv.intOpenGLDrv.intSglDrv.intSoftDrv.intUBrowser.intUMenu.intUnrealI.intUnrealShare.intUWindow.intXDrv.intXMesaGLDrv.intXOpenGLDrv.intUWeb.int
UT exclusives: Botpack.intCluster.intSDLDrv.intSDLGLDrv.intSDLSoftDrv.intudemo.intUnrealTournament.intUTBrowser.intUTMenu.intUTServerAdmin.int
Assets: AS-Frigate.intAS-Guardia.intAS-HiSpeed.intAS-Mazon.intAS-Oceanfloor.intAS-Overlord.intAS-Rook.intAS-Tutorial.intBossSkins.intCityIntro.intCommandoSkins.intCTF-Command.intCTF-Coret.intCTF-Dreary.intCTF-EternalCave.intCTF-Face.intCTF-Gauntlet.intCTF-LavaGiant.intCTF-Niven.intCTF-November.intCTF-Tutorial.intDM-Barricade.intDM-Codex.intDM-Conveyor.intDM-Curse][.intDM-Deck16][.intDM-Fetid.intDM-Fractal.intDM-Gothic.intDM-Grinder.intDM-HyperBlast.intDM-KGalleon.intDM-Liandri.intDM-Morbias][.intDM-Morpheus.intDM-Oblivion.intDM-Peak.intDM-Phobos.intDM-Pressure.intDM-Pyramid.intDM-Stalwart.intDM-StalwartXL.intDM-Tempest.intDM-Turbine.intDM-Tutorial.intDM-Zeto.intDOM-Cinder.intDOM-Condemned.intDOM-Cryptic.intDOM-Gearbolt.intDOM-Ghardhen.intDOM-Lament.intDOM-Leadworks.intDOM-MetalDream.intDOM-Olden.intDOM-Sesmar.intDOM-Tutorial.intEOL_Assault.intEOL_Challenge.intEOL_CTF.intEOL_Deathmatch.intEOL_Domination.intEOL_Statues.intFCommandoSkins.intSGirlSkins.intSoldierSkins.intUTCredits.intUT-Logo-Map.int
GOTY Edition: de.intmultimesh.intrelics.intrelicsbindings.inttcowmeshskins.inttnalimeshskins.inttskmskins.intCTF-Cybrosis][.intCTF-Darji16.intCTF-Face][.intCTF-HallOfGiants.intCTF-High.intCTF-Hydro16.intCTF-Kosov.intCTF-Noxion16.intCTF-Nucleus.intCTF-Orbital.intDM-Agony.intDM-ArcaneTemple.intDM-Crane.intDM-Cybrosis][.intDM-HealPod][.intDM-Malevolence.intDM-Mojo][.intDM-Shrapnel][.intDM-SpaceNoxx.int
Bonus Pack 4: skeletalchars.intCTF-Beatitude.intCTF-EpicBoy.intCTF-Face-SE.intCTF-Ratchet.intDM-Bishop.intDM-Closer.intDM-Grit-TOURNEY.intDM-Viridian-TOURNEY.intDOM-Bullet.intDOM-Cidom.intDOM-Lament][.intDOM-WolfsBay.int
Rocket Arena: RocketArena.intRocketArenaMultimesh.intRA-Akuma.intRA-Clawfist.intRA-CliffyB.intRA-DavidM.intRA-DavidM2.intRA-Ebolt.intRA-GE][.intRA-Heiko.intRA-Inoxx.intRA-OutWorld.intRA-Shinigami.intRA-Warren.intRA-Qwerty.intRA-Revolver.int
Chaos UT: ChaosUT.intChaosUTMiscMuts.intChaosGames.intChreks.intChrekSkins.intChrekvoicedozer.intChrekvoicescout.intCTF-CUT_ChaosCastle-pf.intCTF-CUT_Horus.intDM-CUT_Eclipse.intDM-CUT_Proxyking.intDM-CUT_SkullMoon.intDM-CUT_StorageAlpha.intDM-CUT_ThebellTolls.intDM-CUT_WeaponsOfChaos.intDM-CUT_WeaponsOfWar.intUTChaosMap.intKOTH_BaseStationTheta.int