Difference between revisions of "Core.int"

From Oldunreal-Wiki
Jump to navigation Jump to search
 
(27 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<nowiki>[Language]</nowiki>
{{Infobox Localization
|name=Core
|language=English
|game=Unreal
|lines_done=71
|lines_total=71
|game2=Unreal Tournament
|lines_done2=72
|lines_total2=72
|game3=Unreal Tournament 2004
|lines_done3=72
|lines_total3=72
}}


Language=English (International)
__TOC__


== Rest of the file (Shared) ==
<pre>
[Public]
Preferences=(Caption="File System",Parent="Advanced",Class=Core.System,Immediate=True)
[Language]
Language="English (International)"
LangId=9
LangId=9
SubLangId=1
SubLangId=1


[Progress]
Saving="Saving file %ls..."
Loading="Loading file %ls..."
Closing="Closing"
</pre>


<nowiki>[Public]</nowiki>
== Rest of the file (Unreal/Unreal Tournament) ==
 
<pre>
Preferences=(Caption="Advanced",Parent="Advanced Options")
[Query]
 
OldVersion="The file %ls was saved by a previous version which is not backwards compatible with this one. Reading it will likely fail, and may cause a crash. Do you want to try anyway?"
Preferences=(Caption="File System",Parent="Advanced",Class=Core.System,Immediate=True)
Name="Name:"
 
Password="Password:"
 
PassPrompt="Enter your name and password:"
[HelloWorldCommandlet]
PassDlg="Identity Check"
 
Overwrite="The file %ls needs to be updated. Do you want to overwrite the existing version?"
HelpCmd=HelloWorld
</pre>
 
HelpOneLiner=Sample
 
HelpUsage=HelloWorld
 
HelpParm[0]=IntParm
 
HelpParm[1]=StrParm
 
HelpDesc[0]=An integer parameter
 
HelpDesc[1]=A string parameter
 
 
<nowiki>[Errors]</nowiki>
 
Unknown=Unknown Error
 
Aborted=Aborted
 
ExportOpen=Error exporting %s: couldn't open file '%s'
 
ExportWrite=Error exporting %s: couldn't write file '%s'
 
FileNotFound=Can't find file '%s'
 
NoTXTFile=Can not exec non-text (.txt) file type '%s'
 
ObjectNotFound=Failed to find object '%s %s.%s'
 
PackageNotFound=Can't find file for package '%s'
 
PackageResolveFailed=Can't resolve package name
 
FilenameToPackage=Can't convert filename '%s' to package name
 
Sandbox=Package '%s' is not accessible in this sandbox
 
PackageVersion=Package '%s' version mismatch
 
FailedLoad=Failed to load '%s': %s
 
ConfigNotFound=Can't find '%s' in configuration file
 
LoadClassMismatch=%s is not a child class of %s.%s
 
NotDll='%s' is not a DLL package; can't find export '%s'
 
NotInDll=Can't find '%s' in '%s.dll'
 
FailedLoadPackage=Failed loading package: %s
 
FailedLoadObject=Failed to load '%s %s.%s': %s
 
TransientImport=Transient object imported: %s
 
FailedSavePrivate=Can't save %s: Graph is linked to external private object %s
 
FailedImportPrivate=Can't import private object %s %s
 
FailedCreate=%s %s not found for creation
 
FailedImport=Can't find %s in file '%s'
 
FailedSaveFile=Error saving file '%s': %s
 
SaveWarning=Error saving '%s'
 
NotPackaged=Object is not packaged: %s %s
 
NotWithin=Object %s %s created in %s instead of %s
 
Abstract=Can't create object %s: class %s is abstract
 
NoReplace=Can't replace %s with %s
 
NoFindImport=Can't find file '%s' for import
 
ReadFileFailed=Failed to read file '%s' for import
 
SeekFailed=Error seeking file
 
OpenFailed=Error opening file
 
WriteFailed=Error writing to file
 
ReadEof=Read beyond end of file
 
IniReadOnly=The file %s is write protected; settings cannot be saved
 
UrlFailed=Failed launching URL
 
Warning=Warning
 
Question=Question
 
OutOfMemory=Ran out of virtual memory. To prevent this condition, you must free up more space on your primary hard disk.
 
History=History
 
<nowiki>Assert=Assertion failed: %s [File:%s] [Line: %i]</nowiki>
 
<nowiki>Debug=Debug assertion failed: %s [File:%s] [Line: %i]</nowiki>
 
LinkerExists=Linker for '%s' already exists
 
BinaryFormat=The file '%s' contains unrecognizable data
 
SerialSize=%s: Serial size mismatch: Got %i, Expected %i
 
ExportIndex=Bad export index %i/%i
 
ImportIndex=Bad import index %i/%i
 
Password=Password not recognized
 
Exec=Unrecognized command
 
BadProperty='%s': Bad or missing property '%s'
 
MisingIni=Missing .ini file: %s
 
 
<nowiki>[Query]</nowiki>
 
OldVersion=The file %s was saved by a previous version which is not backwards compatible with this one. Reading it will likely fail, and may cause a crash. Do you want to try anyway?
 
Name=Name:
 
Password=Password:
 
PassPrompt=Enter your name and password:
 
PassDlg=Identity Check
 
Overwrite=The file '%s' needs to be updated. Do you want to overwrite the existing version?
 
 
<nowiki>[Progress]</nowiki>
 
Saving=Saving file %s...
 
Loading=Loading file %s...
 
Closing=Closing
 


<nowiki>[General]</nowiki>
== Rest of the file (Unreal Tournament 2003/Unreal Tournament 2004) ==
<pre>
[Query]
OldVersion="The file %ls was saved by a previous version which is not backwards compatible with this one. Reading it will likely fail, and may cause a crash. Do you want to try anyway?"
Name="Name:"
Password="Password:"
PassPrompt="Enter your name and password:"
PassDlg="Identity Check"
Overwrite="The file %ls needs to be updated. Do you want to overwrite the existing version?"
OverwriteReadOnly="%ls is marked read-only. Would you like to try to force overwriting it?"
CheckoutPerforce="%ls is marked read-only. Should I try to check it out of Perforce?"


Product=Unreal
[Errors]
Unknown="Unknown Error"
Aborted="Aborted"
ExportOpen="Error exporting %ls: couldn't open file %ls"
ExportWrite="Error exporting %ls: couldn't write file %ls"
FileNotFound="Can't find file %ls"
ObjectNotFound="Failed to find object %ls %ls.%ls"
PackageNotFound="Can't find file for package %ls"
PackageResolveFailed="Can't resolve package name"
FilenameToPackage="Can't convert filename %ls to package name"
Sandbox="Package %ls is not accessible in this sandbox"
PackageVersion="Package %ls version mismatch"
FailedLoad="Failed to load %ls: %ls"
ConfigNotFound="Can't find %ls in configuration file"
LoadClassMismatch="%ls is not a child class of %ls.%ls"
NotDll="%ls is not a DLL package; can't find export %ls"
NotInDll="Can't find %ls in %ls.dll"
FailedLoadPackage="Failed loading package: %ls"
FailedLoadObject="Failed to load '%ls %ls.%ls': %ls"
TransientImport="Transient object imported: %ls"
FailedSavePrivate="Can't save %ls: Graph is linked to external private object %ls"
FailedImportPrivate="Can't import private object %ls %ls"
FailedCreate="%ls %ls not found for creation"
FailedImport="Can't find %ls in file %ls"
FailedSaveFile="Error saving file %ls: %ls"
SaveWarning="Error saving %ls"
NotPackaged="Object is not packaged: %ls %ls"
NotWithin="Object %ls %ls created in %ls instead of %ls"
Abstract="Can't create object %ls: class %ls is abstract"
NoReplace="Can't replace %ls with %ls"
NoFindImport="Can't find file %ls for import"
ReadFileFailed="Failed to read file %ls for import"
SeekFailed="Error seeking file"
OpenFailed="Error opening file"
WriteFailed="Error writing to file"
ReadEof="Read beyond end of file"
IniReadOnly="The file %ls is write protected; settings cannot be saved"
UrlFailed="Failed launching URL"
Warning="Warning"
Question="Question"
OutOfMemory="Ran out of virtual memory. To prevent this condition, you must free up more space on your primary hard disk."
History="History"
Assert="Assertion failed: %ls [File:%ls] [Line: %i]"
Debug="Debug assertion failed: %ls [File:%ls] [Line: %i]"
LinkerExists="Linker for %ls already exists"
BinaryFormat="The file %ls contains unrecognizable data"
SerialSize="%ls: Serial size mismatch: Got %i, Expected %i"
ExportIndex="Bad export index %i/%i"
ImportIndex="Bad import index %i/%i"
Password="Password not recognized"
Exec="Unrecognized command"
BadProperty="%ls: Bad or missing property %ls"
MisingIni="Missing .ini file: %ls"
</pre>


Engine=Unreal Engine
== Rest of the file (Unreal) ==
<pre>
[Errors]
Unknown="Unknown Error"
Aborted="Aborted"
ExportOpen="Error exporting %ls: couldn't open file %ls."
ExportWrite="Error exporting %ls: couldn't write file %ls."
FileNotFound="Can't find file %ls."
ObjectNotFound="Failed to find object %ls %ls.%ls."
PackageNotFound="Can't find file for package %ls."
PackageResolveFailed="Can't resolve package name."
FilenameToPackage="Can't convert filename %ls to package name."
Sandbox="Package %ls is not accessible in this sandbox."
PackageVersion="Package %ls version mismatch."
FailedLoad="Failed to load %ls: %ls."
ConfigNotFound="Can't find %ls in configuration file."
LoadClassMismatch="%ls is not a child class of %ls.%ls."
NotDll="%ls is not a DLL package; can't find export %ls."
NotInDll="Can't find %ls in library %ls.dll."
FailedLoadPackage="Failed loading package: %ls."
FailedLoadObject="Failed to load %ls %ls.%ls: %ls."
TransientImport="Transient object imported: %ls."
FailedSavePrivate="Can't save %ls: Graph is linked to external private object %ls."
FailedImportPrivate="Can't import private object %ls %ls."
FailedCreate="%ls %ls not found for creation."
FailedImport="Can't find %ls in file %ls."
FailedSaveFile="Error saving file %ls: %ls."
SaveWarning="Error saving %ls."
NotPackaged="Object is not packaged: %ls %ls."
NotWithin="Object %ls %ls created in %ls instead of %ls."
Abstract="Can't create object %ls: class %ls is abstract."
NoReplace="Can't replace %ls with %ls."
NoFindImport="Can't find file %ls for import."
ReadFileFailed="Failed to read file %ls for import."
SeekFailed="Error seeking file."
OpenFailed="Error opening file."
WriteFailed="Error writing to file."
ReadEof="Read beyond end of file."
IniReadOnly="The file %ls is write protected; settings cannot be saved."
UrlFailed="Failed launching URL."
Warning="Warning"
Question="Question"
OutOfMemory="Ran out of virtual memory. To prevent this condition, you must free up more space on your primary hard disk."
History="History"
Assert="Assertion failed: %ls [File: %ls] [Line: %i]."
Debug="Debug assertion failed: %ls [File: %ls] [Line: %i]."
LinkerExists="Linker for %ls already exists."
BinaryFormat="The file %ls contains unrecognizable data."
SerialSize="%ls: Serial size mismatch: Got %i, Expected %i."
ExportIndex="Bad export index %i/%i."
ImportIndex="Bad import index %i/%i."
Password="Password not recognized."
Exec="Unrecognized command."
BadProperty="%ls: Bad or missing property %ls."
MissingIni="Missing .ini file: %ls."
NoTXTFile="Can not exec non-text (.txt) file type %ls."


Copyright=Copyright 1999 Epic Games, Inc.
[General]
Product="Unreal"
Engine="Unreal Engine"
Copyright="Copyright 1998 Epic Games, Inc."
True="True"
False="False"
None="None"
Yes="Yes"
No="No"
</pre>


True=True
== Rest of the file (Unreal Tournament) ==
<pre>
[Errors]
Unknown="Unknown Error"
Aborted="Aborted"
ExportOpen="Error exporting %ls: couldn't open file "%ls"."
ExportWrite="Error exporting %ls: couldn't write file "%ls"."
FileNotFound="Can't find file "%ls"."
ObjectNotFound="Failed to find object "%ls %ls.%ls"."
PackageNotFound="Can't find file for package "%ls"."
PackageResolveFailed="Can't resolve package name."
FilenameToPackage="Can't convert filename "%ls" to package name."
Sandbox="Package "%ls" is not accessible in this sandbox."
PackageVersion="Package "%ls" version mismatch."
FailedLoad="Failed to load "%ls": %ls."
ConfigNotFound="Can't find "%ls" in configuration file."
LoadClassMismatch="%ls is not a child class of %ls.%ls."
NotDll=""%ls" is not a DLL package; can't find export "%ls"."
NotInDll="Can't find "%ls" in library "%ls.dll"."
FailedLoadPackage="Failed loading package: %ls."
FailedLoadObject="Failed to load "%ls %ls.%ls": %ls."
TransientImport="Transient object imported: %ls."
FailedSavePrivate="Can't save %ls: Graph is linked to external private object %ls."
FailedImportPrivate="Can't import private object %ls %ls."
FailedCreate="%ls %ls not found for creation."
FailedImport="Can't find %ls in file "%ls"."
FailedSaveFile="Error saving file "%ls": %ls."
SaveWarning="Error saving "%ls"."
NotPackaged="Object is not packaged: %ls %ls."
NotWithin="Object %ls %ls created in %ls instead of %ls."
Abstract="Can't create object %ls: class %ls is abstract."
NoReplace="Can't replace %ls with %ls."
NoFindImport="Can't find file "%ls" for import."
ReadFileFailed="Failed to read file "%ls" for import."
SeekFailed="Error seeking file."
OpenFailed="Error opening file."
WriteFailed="Error writing to file."
ReadEof="Read beyond end of file."
IniReadOnly="The file %ls is write protected; settings cannot be saved."
UrlFailed="Failed launching URL."
Warning="Warning"
Question="Question"
OutOfMemory="Ran out of virtual memory. To prevent this condition, you must free up more space on your primary hard disk."
History="History"
Assert="Assertion failed: %ls [File: %ls] [Line: %i]."
Debug="Debug assertion failed: %ls [File: %ls] [Line: %i]."
LinkerExists="Linker for "%ls" already exists."
BinaryFormat="The file "%ls" contains unrecognizable data."
SerialSize="%ls: Serial size mismatch: Got %i, Expected %i."
ExportIndex="Bad export index %i/%i."
ImportIndex="Bad import index %i/%i."
Password="Password not recognized."
Exec="Unrecognized command."
BadProperty=""%ls": Bad or missing property "%ls"."
MisingIni="Missing .ini file: %ls."
ExportFail="Error exporting %ls."
ExportNoData="Did not find exportable data in object %ls."


False=False
[General]
Product="Unreal Tournament"
Engine="Unreal Engine"
Copyright="Copyright 1999 Epic Games, Inc."
True="True"
False="False"
None="None"
Yes="Yes"
No="No"
</pre>


None=None
== Rest of the file (Unreal Tournament 2003) ==
<pre>
[General]
Product="Unreal Tournament 2003"
Engine="Unreal Engine 2"
Copyright="Copyright 2002 Epic Games, Inc."
True="True"
False="False"
None="None"
Yes="Yes"
No="No"
</pre>


Yes=Yes
== Rest of the file (Unreal Tournament 2004) ==
<pre>
[General]
Product="Unreal Tournament 2004"
Engine="Unreal Engine 2"
Copyright="Copyright 2004 Epic Games, Inc."
True="True"
False="False"
None="None"
Yes="Yes"
No="No"
</pre>


No=No
{{Navbox Localization Language-Specific
|language=English
|game=Unreal
}}
{{Navbox Localization Language-Specific
|language=English
|game=Unreal Tournament
}}
{{Navbox Localization Language-Specific
|language=English
|game=Unreal Tournament 2004
}}

Latest revision as of 02:18, 24 May 2022

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
Core
Language English
Game 1 Unreal
Status 71/71
Game 2 Unreal Tournament
Status 72/72
Game 3 Unreal Tournament 2004
Status 72/72

Rest of the file (Shared)

[Public]
Preferences=(Caption="File System",Parent="Advanced",Class=Core.System,Immediate=True)

[Language]
Language="English (International)"
LangId=9
SubLangId=1

[Progress]
Saving="Saving file %ls..."
Loading="Loading file %ls..."
Closing="Closing"

Rest of the file (Unreal/Unreal Tournament)

[Query]
OldVersion="The file %ls was saved by a previous version which is not backwards compatible with this one. Reading it will likely fail, and may cause a crash. Do you want to try anyway?"
Name="Name:"
Password="Password:"
PassPrompt="Enter your name and password:"
PassDlg="Identity Check"
Overwrite="The file %ls needs to be updated. Do you want to overwrite the existing version?"

Rest of the file (Unreal Tournament 2003/Unreal Tournament 2004)

[Query]
OldVersion="The file %ls was saved by a previous version which is not backwards compatible with this one. Reading it will likely fail, and may cause a crash. Do you want to try anyway?"
Name="Name:"
Password="Password:"
PassPrompt="Enter your name and password:"
PassDlg="Identity Check"
Overwrite="The file %ls needs to be updated. Do you want to overwrite the existing version?"
OverwriteReadOnly="%ls is marked read-only. Would you like to try to force overwriting it?"
CheckoutPerforce="%ls is marked read-only. Should I try to check it out of Perforce?"

[Errors]
Unknown="Unknown Error"
Aborted="Aborted"
ExportOpen="Error exporting %ls: couldn't open file %ls"
ExportWrite="Error exporting %ls: couldn't write file %ls"
FileNotFound="Can't find file %ls"
ObjectNotFound="Failed to find object %ls %ls.%ls"
PackageNotFound="Can't find file for package %ls"
PackageResolveFailed="Can't resolve package name"
FilenameToPackage="Can't convert filename %ls to package name"
Sandbox="Package %ls is not accessible in this sandbox"
PackageVersion="Package %ls version mismatch"
FailedLoad="Failed to load %ls: %ls"
ConfigNotFound="Can't find %ls in configuration file"
LoadClassMismatch="%ls is not a child class of %ls.%ls"
NotDll="%ls is not a DLL package; can't find export %ls"
NotInDll="Can't find %ls in %ls.dll"
FailedLoadPackage="Failed loading package: %ls"
FailedLoadObject="Failed to load '%ls %ls.%ls': %ls"
TransientImport="Transient object imported: %ls"
FailedSavePrivate="Can't save %ls: Graph is linked to external private object %ls"
FailedImportPrivate="Can't import private object %ls %ls"
FailedCreate="%ls %ls not found for creation"
FailedImport="Can't find %ls in file %ls"
FailedSaveFile="Error saving file %ls: %ls"
SaveWarning="Error saving %ls"
NotPackaged="Object is not packaged: %ls %ls"
NotWithin="Object %ls %ls created in %ls instead of %ls"
Abstract="Can't create object %ls: class %ls is abstract"
NoReplace="Can't replace %ls with %ls"
NoFindImport="Can't find file %ls for import"
ReadFileFailed="Failed to read file %ls for import"
SeekFailed="Error seeking file"
OpenFailed="Error opening file"
WriteFailed="Error writing to file"
ReadEof="Read beyond end of file"
IniReadOnly="The file %ls is write protected; settings cannot be saved"
UrlFailed="Failed launching URL"
Warning="Warning"
Question="Question"
OutOfMemory="Ran out of virtual memory. To prevent this condition, you must free up more space on your primary hard disk."
History="History"
Assert="Assertion failed: %ls [File:%ls] [Line: %i]"
Debug="Debug assertion failed: %ls [File:%ls] [Line: %i]"
LinkerExists="Linker for %ls already exists"
BinaryFormat="The file %ls contains unrecognizable data"
SerialSize="%ls: Serial size mismatch: Got %i, Expected %i"
ExportIndex="Bad export index %i/%i"
ImportIndex="Bad import index %i/%i"
Password="Password not recognized"
Exec="Unrecognized command"
BadProperty="%ls: Bad or missing property %ls"
MisingIni="Missing .ini file: %ls"

Rest of the file (Unreal)

[Errors]
Unknown="Unknown Error"
Aborted="Aborted"
ExportOpen="Error exporting %ls: couldn't open file %ls."
ExportWrite="Error exporting %ls: couldn't write file %ls."
FileNotFound="Can't find file %ls."
ObjectNotFound="Failed to find object %ls %ls.%ls."
PackageNotFound="Can't find file for package %ls."
PackageResolveFailed="Can't resolve package name."
FilenameToPackage="Can't convert filename %ls to package name."
Sandbox="Package %ls is not accessible in this sandbox."
PackageVersion="Package %ls version mismatch."
FailedLoad="Failed to load %ls: %ls."
ConfigNotFound="Can't find %ls in configuration file."
LoadClassMismatch="%ls is not a child class of %ls.%ls."
NotDll="%ls is not a DLL package; can't find export %ls."
NotInDll="Can't find %ls in library %ls.dll."
FailedLoadPackage="Failed loading package: %ls."
FailedLoadObject="Failed to load %ls %ls.%ls: %ls."
TransientImport="Transient object imported: %ls."
FailedSavePrivate="Can't save %ls: Graph is linked to external private object %ls."
FailedImportPrivate="Can't import private object %ls %ls."
FailedCreate="%ls %ls not found for creation."
FailedImport="Can't find %ls in file %ls."
FailedSaveFile="Error saving file %ls: %ls."
SaveWarning="Error saving %ls."
NotPackaged="Object is not packaged: %ls %ls."
NotWithin="Object %ls %ls created in %ls instead of %ls."
Abstract="Can't create object %ls: class %ls is abstract."
NoReplace="Can't replace %ls with %ls."
NoFindImport="Can't find file %ls for import."
ReadFileFailed="Failed to read file %ls for import."
SeekFailed="Error seeking file."
OpenFailed="Error opening file."
WriteFailed="Error writing to file."
ReadEof="Read beyond end of file."
IniReadOnly="The file %ls is write protected; settings cannot be saved."
UrlFailed="Failed launching URL."
Warning="Warning"
Question="Question"
OutOfMemory="Ran out of virtual memory. To prevent this condition, you must free up more space on your primary hard disk."
History="History"
Assert="Assertion failed: %ls [File: %ls] [Line: %i]."
Debug="Debug assertion failed: %ls [File: %ls] [Line: %i]."
LinkerExists="Linker for %ls already exists."
BinaryFormat="The file %ls contains unrecognizable data."
SerialSize="%ls: Serial size mismatch: Got %i, Expected %i."
ExportIndex="Bad export index %i/%i."
ImportIndex="Bad import index %i/%i."
Password="Password not recognized."
Exec="Unrecognized command."
BadProperty="%ls: Bad or missing property %ls."
MissingIni="Missing .ini file: %ls."
NoTXTFile="Can not exec non-text (.txt) file type %ls."

[General]
Product="Unreal"
Engine="Unreal Engine"
Copyright="Copyright 1998 Epic Games, Inc."
True="True"
False="False"
None="None"
Yes="Yes"
No="No"

Rest of the file (Unreal Tournament)

[Errors]
Unknown="Unknown Error"
Aborted="Aborted"
ExportOpen="Error exporting %ls: couldn't open file "%ls"."
ExportWrite="Error exporting %ls: couldn't write file "%ls"."
FileNotFound="Can't find file "%ls"."
ObjectNotFound="Failed to find object "%ls %ls.%ls"."
PackageNotFound="Can't find file for package "%ls"."
PackageResolveFailed="Can't resolve package name."
FilenameToPackage="Can't convert filename "%ls" to package name."
Sandbox="Package "%ls" is not accessible in this sandbox."
PackageVersion="Package "%ls" version mismatch."
FailedLoad="Failed to load "%ls": %ls."
ConfigNotFound="Can't find "%ls" in configuration file."
LoadClassMismatch="%ls is not a child class of %ls.%ls."
NotDll=""%ls" is not a DLL package; can't find export "%ls"."
NotInDll="Can't find "%ls" in library "%ls.dll"."
FailedLoadPackage="Failed loading package: %ls."
FailedLoadObject="Failed to load "%ls %ls.%ls": %ls."
TransientImport="Transient object imported: %ls."
FailedSavePrivate="Can't save %ls: Graph is linked to external private object %ls."
FailedImportPrivate="Can't import private object %ls %ls."
FailedCreate="%ls %ls not found for creation."
FailedImport="Can't find %ls in file "%ls"."
FailedSaveFile="Error saving file "%ls": %ls."
SaveWarning="Error saving "%ls"."
NotPackaged="Object is not packaged: %ls %ls."
NotWithin="Object %ls %ls created in %ls instead of %ls."
Abstract="Can't create object %ls: class %ls is abstract."
NoReplace="Can't replace %ls with %ls."
NoFindImport="Can't find file "%ls" for import."
ReadFileFailed="Failed to read file "%ls" for import."
SeekFailed="Error seeking file."
OpenFailed="Error opening file."
WriteFailed="Error writing to file."
ReadEof="Read beyond end of file."
IniReadOnly="The file %ls is write protected; settings cannot be saved."
UrlFailed="Failed launching URL."
Warning="Warning"
Question="Question"
OutOfMemory="Ran out of virtual memory. To prevent this condition, you must free up more space on your primary hard disk."
History="History"
Assert="Assertion failed: %ls [File: %ls] [Line: %i]."
Debug="Debug assertion failed: %ls [File: %ls] [Line: %i]."
LinkerExists="Linker for "%ls" already exists."
BinaryFormat="The file "%ls" contains unrecognizable data."
SerialSize="%ls: Serial size mismatch: Got %i, Expected %i."
ExportIndex="Bad export index %i/%i."
ImportIndex="Bad import index %i/%i."
Password="Password not recognized."
Exec="Unrecognized command."
BadProperty=""%ls": Bad or missing property "%ls"."
MisingIni="Missing .ini file: %ls."
ExportFail="Error exporting %ls."
ExportNoData="Did not find exportable data in object %ls."

[General]
Product="Unreal Tournament"
Engine="Unreal Engine"
Copyright="Copyright 1999 Epic Games, Inc."
True="True"
False="False"
None="None"
Yes="Yes"
No="No"

Rest of the file (Unreal Tournament 2003)

[General]
Product="Unreal Tournament 2003"
Engine="Unreal Engine 2"
Copyright="Copyright 2002 Epic Games, Inc."
True="True"
False="False"
None="None"
Yes="Yes"
No="No"

Rest of the file (Unreal Tournament 2004)

[General]
Product="Unreal Tournament 2004"
Engine="Unreal Engine 2"
Copyright="Copyright 2004 Epic Games, Inc."
True="True"
False="False"
None="None"
Yes="Yes"
No="No"


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
Unreal Tournament 2004 English Localization
Shared files: ALAudio.intCore.intD3DDrv.intEditor.intEngine.intIpDrv.intSetup.intStartup.intUnrealEd.intUWeb.intWindow.intWinDrv.int
UT2004 exclusives: BonusPack.intGamePlay.intGUI2K4.intLicense.intOnslaught.intOnslaughtFull.intSkaarjPack.intUnrealGame.intUT2K4Assault.intUT2K4AssaultFull.intUT2004.intUTClassic.intUTV2004c.intUTV2004s.intVehicles.intXAdmin.intXGame.intXInterface.intXMaps.intXPickups.intXPlayers.intXVoting.intXWeapons.intXWebAdmin.int
Assets: AS-Convoy.intAS-FallenCity.intAS-Glacier.intAS-Junkyard.intAS-Mothership.intAS-RobotFactory.intBR-Anubis.intBR-Bifrost.intBR-BridgeOfFate.intBR-Canyon.intBR-Colossus.intBR-DE-ElecFields.intBR-Disclosure.intBR-IceFields.intBR-Serenity.intBR-Skyline.intBR-Slaughterhouse.intBR-TwinTombs.intCTF-1on1-Joust.intCTF-AbsoluteZero.intCTF-Avaris.intCTF-BridgeOfFate.intCTF-Chrome.intCTF-Citadel.intCTF-Colossus.intCTF-December.intCTF-DE-ElecFields.intCTF-DoubleDammage.intCTF-Face3.intCTF-FaceClassic.intCTF-Geothermal.intCTF-Grassyknoll.intCTF-Grendelkeep.intCTF-January.intCTF-LostFaith.intCTF-Magma.intCTF-Maul.intCTF-MoonDragon.intCTF-Orbital2.intCTF-Smote.intCTF-TwinTombs.intDM-1on1-Albatross.intDM-1on1-Crash.intDM-1on1-Desolation.intDM-1on1-Idoma.intDM-1on1-Irondust.intDM-1on1-Mixer.intDM-1on1-Roughinery.intDM-1on1-Serpentine.intDM-1on1-Spirit.intDM-1on1-Squader.intDM-1on1-Trite.intDM-Antalus.intDM-Asbestos.intDM-Compressed.intDM-Corrugation.intDM-Curse4.intDM-Deck17.intDM-DE-Grendelkeep.intDM-DE-Ironic.intDM-DE-Osiris2.intDM-DesertIsle.intDM-Flux2.intDM-Gael.intDM-Gestalt.intDM-Goliath.intDM-HyperBlast2.intDM-Icetomb.intDM-Inferno.intDM-Injector.intDM-Insidious.intDM-IronDeity.intDM-Junkyard.intDM-Leviathan.intDM-Metallurgy.intDM-Morpheus3.intDM-Oceanic.intDM-Phobos2.intDM-Plunge.intDM-Rankin.intDM-Rrajigar.intDM-Rustatorium.intDM-Sulphur.intDM-TokaraForest.intDM-TrainingDay.intDOM-Access.intDOM-Aswan.intDOM-Atlantis.intDOM-Conduit.intDOM-Core.intDOM-Junkyard.intDOM-OutRigger.intDOM-Renascent.intDOM-Ruination.intDOM-ScorchedEarth.intDOM-SepukkuGorge.intDOM-Suntemple.intEndgame.intEntry.intMOV-UT2-Intro.intMOV-UT2004-Intro.intNoIntro.intNvidiaLogo.intONS-ArcticStronghold.intONS-Crossfire.intONS-Dawn.intONS-Dria.intONS-FrostBite.intONS-Primeval.intONS-RedPlanet.intONS-Severance.intONS-Torlan.intParticleExamples.intTUT-BR.intTUT-CTF.intTUT-DM.intTUT-DOM.intTUT-ONS.int
Addons: OnslaughtBP.intAS-BP2-Acatana.intAS-BP2-Jumpship.intAS-BP2-Outback.intAS-BP2-SubRosa.intAS-BP2-Thrust.intCTF-BP2-Concentrate.intCTF-BP2-Pistola.intDM-BP2-Calandras.intDM-BP2-GoopGod.intONS-Adara.intONS-Aridoom.intONS-Ascendancy.intONS-IslandHop.intONS-Tricky.intONS-Urban.int