Difference between revisions of "Core.not"

From Oldunreal-Wiki
Jump to navigation Jump to search
 
Line 3: Line 3:
|language=Norwegian
|language=Norwegian
|game=Unreal
|game=Unreal
|lines_done=10
|lines_done=68
|lines_total=76
|lines_total=68
|game2=Unreal Tournament
|game2=Unreal Tournament
|lines_done2=10
|lines_done2=69
|lines_total2=79
|lines_total2=69
}}
}}
__TOC__
__TOC__
== Public headers (Unreal) ==
== Public headers (Shared) ==
<pre>
<pre>
[Public]
[Public]
; EN: Preferences=(Caption="File System",Parent="Advanced",Class=Core.System,Immediate=True)
Preferences=(Caption="Filsystem",Parent="Avansert",Class=Core.System,Immediate=True)
Preferences=(Caption="Filsystem",Parent="Avansert",Class=Core.System,Immediate=True)
</pre>
== Public headers (Unreal Tournament) ==
<pre>
[Public]
Preferences=(Caption="Filsystem",Parent="Avansert",Class=Core.System,Immediate=True)
Object=(Name=Core.HelloWorldCommandlet,Class=Class,MetaClass=Core.Commandlet)
</pre>
</pre>
== Rest of the file (Shared) ==
== Rest of the file (Shared) ==
Line 29: Line 24:


[Query]
[Query]
; EN: 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?"
OldVersion="Filen med navn "%ls" var lagret med en tidligere utgave som ikke er bakover-kompatibel. Dersom du åpner denne filen kan spillet kræsje. Vil du åpne den alikevel?"
OldVersion="Filen med navn "%ls" var lagret med en tidligere utgave som ikke er bakover-kompatibel. Dersom du åpner denne filen kan spillet kræsje. Vil du åpne den alikevel?"
; EN: Name="Name:"
Name="Navn:"
Name="Navn:"
; EN: Password="Password:"
Password="Passord:"
Password="Passord:"
; EN: PassPrompt="Enter your name and password:"
PassPrompt="Vennligst oppgi brukernavn og passord."
PassPrompt="Vennligst oppgi brukernavn og passord."
; EN: PassDlg="Identity Check"
PassDlg="ID-kontroll"
PassDlg="ID-kontroll"
; EN: Overwrite="The file "%ls" needs to be updated.  Do you want to overwrite the existing version?"
Overwrite="Filen med navn "%ls" trenger å bli oppdatert. Vil du overskrive tidligere versjon?"
Overwrite="Filen med navn "%ls" trenger å bli oppdatert. Vil du overskrive tidligere versjon?"


[Progress]
[Progress]
; EN: Saving="Saving file "%ls"..."
Saving="Lagrer "%ls"..."
Saving="Lagrer "%ls"..."
; EN: Loading="Loading file "%ls"..."
Loading="Laster inn "%ls"..."
Loading="Laster inn "%ls"..."
; EN: Closing="Closing"
Closing="Avslutter"
Closing="Avslutter"
[HelloWorldCommandlet]
HelpCmd=HelloWorld
HelpOneLiner="(**)Sample"
HelpUsage="(**)HelloWorld (no parameters)"
HelpParm[0]="(**)IntParm"
HelpParm[1]="(**)StrParm"
HelpDesc[0]="(**)An integer parameter"
HelpDesc[1]="(**)A string parameter"
</pre>
</pre>
== Rest of the file (Unreal) ==
== Rest of the file (Unreal) ==
<pre>
<pre>
[Errors]
[Errors]
Unknown="(**)Unknown Error"
; EN: Unknown="Unknown Error"
Aborted="(**)Aborted"
Unknown="Ukjent feil"
ExportOpen="(**)Error exporting %ls: couldn't open file "%ls"."
; EN: Aborted="Aborted"
ExportWrite="(**)Error exporting %ls: couldn't write file "%ls"."
Aborted="Abortert"
FileNotFound="(**)Can't find file "%ls"."
; EN: ExportOpen="Error exporting %ls: couldn't open file "%ls"."
ObjectNotFound="(**)Failed to find object "%ls %ls.%ls"."
ExportOpen="Feil ved eksport av %ls: kunne ikke åpne filen "%ls"."
PackageNotFound="(**)Can't find file for package "%ls"."
; EN: ExportWrite="Error exporting %ls: couldn't write file "%ls"."
PackageResolveFailed="(**)Can't resolve package name."
ExportWrite="Feil ved eksport av %ls: kunne ikke skrive filen "%ls"."
FilenameToPackage="(**)Can't convert filename "%ls" to package name."
; EN: FileNotFound="Can't find file "%ls"."
Sandbox="(**)Package "%ls" is not accessible in this sandbox."
FileNotFound="Finner ikke filen "%ls"."
PackageVersion="(**)Package "%ls" version mismatch."
; EN: ObjectNotFound="Failed to find object "%ls %ls.%ls"."
FailedLoad="(**)Failed to load "%ls": %ls."
ObjectNotFound="Kunne ikke finne objektet "%ls %ls.%ls"."
ConfigNotFound="(**)Can't find "%ls" in configuration file."
; EN: PackageNotFound="Can't find file for package "%ls"."
LoadClassMismatch="(**)%ls is not a child class of %ls.%ls."
PackageNotFound="Finner ikke filen for pakken "%ls"."
NotDll="(**)"%ls" is not a DLL package; can't find export "%ls"."
; EN: PackageResolveFailed="Can't resolve package name."
NotInDll="(**)Can't find "%ls" in library "%ls.dll"."
PackageResolveFailed="Kan ikke løse pakkenavnet."
FailedLoadPackage="(**)Failed loading package: %ls."
; EN: FilenameToPackage="Can't convert filename "%ls" to package name."
FailedLoadObject="(**)Failed to load "%ls %ls.%ls": %ls."
FilenameToPackage="Kan ikke konvertere filnavnet "%ls" til pakkenavnet."
TransientImport="(**)Transient object imported: %ls."
; EN: Sandbox="Package "%ls" is not accessible in this sandbox."
FailedSavePrivate="(**)Can't save %ls: Graph is linked to external private object %ls."
Sandbox="Pakke "%ls" er ikke tilgjengelig i denne sandkassen."
FailedImportPrivate="(**)Can't import private object %ls %ls."
; EN: PackageVersion="Package "%ls" version mismatch."
FailedCreate="(**)%ls %ls not found for creation."
PackageVersion="Pakken "%ls" er ikke samsvarende."
FailedImport="(**)Can't find %ls in file "%ls"."
; EN: FailedLoad="Failed to load "%ls": %ls."
FailedSaveFile="(**)Error saving file "%ls": %ls."
FailedLoad="Kunne ikke laste inn "%ls": %ls."
SaveWarning="(**)Error saving "%ls"."
; EN: ConfigNotFound="Can't find "%ls" in configuration file."
NotPackaged="(**)Object is not packaged: %ls %ls."
ConfigNotFound="Finner ikke "%ls" i konfigurasjonsfilen."
NotWithin="(**)Object %ls %ls created in %ls instead of %ls."
; EN: LoadClassMismatch="%ls is not a child class of %ls.%ls."
Abstract="(**)Can't create object %ls: class %ls is abstract."
LoadClassMismatch="%ls er ikke en barneklasse på %ls.%ls."
NoReplace="(**)Can't replace %ls with %ls."
; EN: NotDll=""%ls" is not a DLL package; can't find export "%ls"."
NoFindImport="(**)Can't find file "%ls" for import."
NotDll=""%ls" er ikke en DLL-pakke; finner ikke eksport "%ls"."
ReadFileFailed="(**)Failed to read file "%ls" for import."
; EN: NotInDll="Can't find "%ls" in library "%ls.dll"."
SeekFailed="(**)Error seeking file."
NotInDll="Finner ikke "%ls" i biblioteket "%ls.dll"."
OpenFailed="(**)Error opening file."
; EN: FailedLoadPackage="Failed loading package: %ls."
WriteFailed="(**)Error writing to file."
FailedLoadPackage="Mislykket lasting av pakke: %ls."
ReadEof="(**)Read beyond end of file."
; EN: FailedLoadObject="Failed to load "%ls %ls.%ls": %ls."
IniReadOnly="(**)The file %ls is write protected; settings cannot be saved."
FailedLoadObject="Kunne ikke laste inn "%ls %ls.%ls": %ls."
UrlFailed="(**)Failed launching URL."
; EN: TransientImport="Transient object imported: %ls."
Warning="(**)Warning"
TransientImport="Transient objekt importert: %ls."
Question="(**)Question"
; EN: FailedSavePrivate="Can't save %ls: Graph is linked to external private object %ls."
OutOfMemory="(**)Ran out of virtual memory. To prevent this condition, you must free up more space on your primary hard disk."
FailedSavePrivate="Kan ikke lagre %ls: Grafen er koblet til eksternt privat objekt %ls."
History="(**)History"
; EN: FailedImportPrivate="Can't import private object %ls %ls."
Assert="(**)Assertion failed: %ls [File:%ls] [Line: %i]."
FailedImportPrivate="Kan ikke importere privat objekt %ls %ls."
Debug="(**)Debug assertion failed: %ls [File:%ls] [Line: %i]."
; EN: FailedCreate="%ls %ls not found for creation."
LinkerExists="(**)Linker for "%ls" already exists."
FailedCreate="%ls %ls ble ikke funnet for oppretting."
BinaryFormat="(**)The file "%ls" contains unrecognizable data."
; EN: FailedImport="Can't find %ls in file "%ls"."
SerialSize="(**)%ls: Serial size mismatch: Got %i, Expected %i."
FailedImport="Finner ikke %ls i filen "%ls"."
ExportIndex="(**)Bad export index %i/%i."
; EN: FailedSaveFile="Error saving file "%ls": %ls."
ImportIndex="(**)Bad import index %i/%i."
FailedSaveFile="Feil ved lagring av filen "%ls": %ls."
Password="(**)Password not recognized."
; EN: SaveWarning="Error saving "%ls"."
Exec="(**)Unrecognized command."
SaveWarning="Feil ved lagring av "%ls"."
BadProperty="(**)"%ls": Bad or missing property "%ls"."
; EN: NotPackaged="Object is not packaged: %ls %ls."
MissingIni="(**)Missing .ini file: %ls."
NotPackaged="Objektet er ikke pakket: %ls %ls."
NoTXTFile="(**)Can not exec non-text (.txt) file type "%ls"."
; EN: NotWithin="Object %ls %ls created in %ls instead of %ls."
NotWithin="Objekt %ls %ls opprettet i %ls i stedet for %ls."
; EN: Abstract="Can't create object %ls: class %ls is abstract."
Abstract="Kan ikke opprette objekt %ls: klasse %ls er abstrakt."
; EN: NoReplace="Can't replace %ls with %ls."
NoReplace="Kan ikke erstatte %ls med %ls."
; EN: NoFindImport="Can't find file "%ls" for import."
NoFindImport="Finner ikke filen "%ls" for import."
; EN: ReadFileFailed="Failed to read file "%ls" for import."
ReadFileFailed="Kunne ikke lese filen "%ls" for import."
; EN: SeekFailed="Error seeking file."
SeekFailed="Feil ved søking av fil."
; EN: OpenFailed="Error opening file."
OpenFailed="Feil ved åpning av fil."
; EN: WriteFailed="Error writing to file."
WriteFailed="Feil ved skriving til filen."
; EN: ReadEof="Read beyond end of file."
ReadEof="Les utover slutten av filen."
; EN: IniReadOnly="The file %ls is write protected; settings cannot be saved."
IniReadOnly="Filen %ls er skrivebeskyttet; innstillingene kan ikke lagres."
; EN: UrlFailed="Failed launching URL."
UrlFailed="Kunne ikke lansere URL."
; EN: Warning="Warning"
Warning="Advarsel"
; EN: Question="Question"
Question="Spørsmål"
; EN: OutOfMemory="Ran out of virtual memory. To prevent this condition, you must free up more space on your primary hard disk."
OutOfMemory="Ble tom for virtuelt minne. For å forhindre denne tilstanden, må du frigjøre mer plass på den primære harddisken."
; EN: History="History"
History="Historie"
; EN: Assert="Assertion failed: %ls [File: %ls] [Line: %i]."
Assert="Påstand mislyktes: %ls [Fil: %ls] [Linje: %i]."
; EN: Debug="Debug assertion failed: %ls [File: %ls] [Line: %i]."
Debug="Feilsøking påstand mislyktes: %ls [Fil: %ls] [Linje: %i]."
; EN: LinkerExists="Linker for "%ls" already exists."
LinkerExists="Linker for "%ls" eksisterer allerede."
; EN: BinaryFormat="The file "%ls" contains unrecognizable data."
BinaryFormat="Filen "%ls" inneholder ukjennelige data."
; EN: SerialSize="%ls: Serial size mismatch: Got %i, Expected %i."
SerialSize="%ls: Seriell størrelse mismatch: Fikk %i, forventet %i."
; EN: ExportIndex="Bad export index %i/%i."
ExportIndex="Dårlig eksportindeks %i/%i."
; EN: ImportIndex="Bad import index %i/%i."
ImportIndex="Dårlig importindeks %i/%i."
; EN: Password="Password not recognized."
Password="Passord ikke gjenkjent."
; EN: Exec="Unrecognized command."
Exec="Ukjent kommando."
; EN: BadProperty=""%ls": Bad or missing property "%ls"."
BadProperty=""%ls": Dårlig eller manglende eiendom "%ls"."
; EN: MissingIni="Missing .ini file: %ls."
MissingIni="Manglende .ini-fil: %ls."
; EN: NoTXTFile="Can not exec non-text (.txt) file type "%ls"."
NoTXTFile="Kan ikke utføre filtypen "%ls" som ikke er tekst (.txt)."


[General]
[General]
Line 111: Line 159:
Engine="Unreal Engine"
Engine="Unreal Engine"
Copyright="Copyright 1999 Epic Games, Inc."
Copyright="Copyright 1999 Epic Games, Inc."
True="(**)True"
; EN: True="True"
False="(**)False"
True="Ekte"
None="(**)None"
; EN: False="False"
Yes="(**)Yes"
False="Falsk"
No="(**)No"
; EN: None="None"
None="Ingen"
; EN: Yes="Yes"
Yes="Ja"
; EN: No="No"
No="Nei"
</pre>
</pre>
== Rest of the file (Unreal Tournament) ==
== Rest of the file (Unreal Tournament) ==
<pre>
<pre>
[Errors]
[Errors]
Unknown="(**)Unknown Error"
; EN: Unknown="Unknown Error"
Aborted="(**)Aborted"
Unknown="Ukjent feil"
ExportOpen="(**)Error exporting %ls: couldn't open file "%ls"."
; EN: Aborted="Aborted"
ExportWrite="(**)Error exporting %ls: couldn't write file "%ls"."
Aborted="Abortert"
FileNotFound="(**)Can't find file "%ls"."
; EN: ExportOpen="Error exporting %ls: couldn't open file "%ls"."
ObjectNotFound="(**)Failed to find object "%ls %ls.%ls"."
ExportOpen="Feil ved eksport av %ls: kunne ikke åpne filen "%ls"."
PackageNotFound="(**)Can't find file for package "%ls"."
; EN: ExportWrite="Error exporting %ls: couldn't write file "%ls"."
PackageResolveFailed="(**)Can't resolve package name."
ExportWrite="Feil ved eksport av %ls: kunne ikke skrive filen "%ls"."
FilenameToPackage="(**)Can't convert filename "%ls" to package name."
; EN: FileNotFound="Can't find file "%ls"."
Sandbox="(**)Package "%ls" is not accessible in this sandbox."
FileNotFound="Finner ikke filen "%ls"."
PackageVersion="(**)Package "%ls" version mismatch."
; EN: ObjectNotFound="Failed to find object "%ls %ls.%ls"."
FailedLoad="(**)Failed to load "%ls": %ls."
ObjectNotFound="Kunne ikke finne objektet "%ls %ls.%ls"."
ConfigNotFound="(**)Can't find "%ls" in configuration file."
; EN: PackageNotFound="Can't find file for package "%ls"."
LoadClassMismatch="(**)%ls is not a child class of %ls.%ls."
PackageNotFound="Finner ikke filen for pakken "%ls"."
NotDll="(**)"%ls" is not a DLL package; can't find export "%ls"."
; EN: PackageResolveFailed="Can't resolve package name."
NotInDll="(**)Can't find "%ls" in library "%ls.dll"."
PackageResolveFailed="Kan ikke løse pakkenavnet."
FailedLoadPackage="(**)Failed loading package: %ls."
; EN: FilenameToPackage="Can't convert filename "%ls" to package name."
FailedLoadObject="(**)Failed to load "%ls %ls.%ls": %ls."
FilenameToPackage="Kan ikke konvertere filnavnet "%ls" til pakkenavnet."
TransientImport="(**)Transient object imported: %ls."
; EN: Sandbox="Package "%ls" is not accessible in this sandbox."
FailedSavePrivate="(**)Can't save %ls: Graph is linked to external private object %ls."
Sandbox="Pakke "%ls" er ikke tilgjengelig i denne sandkassen."
FailedImportPrivate="(**)Can't import private object %ls %ls."
; EN: PackageVersion="Package "%ls" version mismatch."
FailedCreate="(**)%ls %ls not found for creation."
PackageVersion="Pakken "%ls" er ikke samsvarende."
FailedImport="(**)Can't find %ls in file "%ls"."
; EN: FailedLoad="Failed to load "%ls": %ls."
FailedSaveFile="(**)Error saving file "%ls": %ls."
FailedLoad="Kunne ikke laste inn "%ls": %ls."
SaveWarning="(**)Error saving "%ls"."
; EN: ConfigNotFound="Can't find "%ls" in configuration file."
NotPackaged="(**)Object is not packaged: %ls %ls."
ConfigNotFound="Finner ikke "%ls" i konfigurasjonsfilen."
NotWithin="(**)Object %ls %ls created in %ls instead of %ls."
; EN: LoadClassMismatch="%ls is not a child class of %ls.%ls."
Abstract="(**)Can't create object %ls: class %ls is abstract."
LoadClassMismatch="%ls er ikke en barneklasse på %ls.%ls."
NoReplace="(**)Can't replace %ls with %ls."
; EN: NotDll=""%ls" is not a DLL package; can't find export "%ls"."
NoFindImport="(**)Can't find file "%ls" for import."
NotDll=""%ls" er ikke en DLL-pakke; finner ikke eksport "%ls"."
ReadFileFailed="(**)Failed to read file "%ls" for import."
; EN: NotInDll="Can't find "%ls" in library "%ls.dll"."
SeekFailed="(**)Error seeking file."
NotInDll="Finner ikke "%ls" i biblioteket "%ls.dll"."
OpenFailed="(**)Error opening file."
; EN: FailedLoadPackage="Failed loading package: %ls."
WriteFailed="(**)Error writing to file."
FailedLoadPackage="Mislykket lasting av pakke: %ls."
ReadEof="(**)Read beyond end of file."
; EN: FailedLoadObject="Failed to load "%ls %ls.%ls": %ls."
IniReadOnly="(**)The file %ls is write protected; settings cannot be saved."
FailedLoadObject="Kunne ikke laste inn "%ls %ls.%ls": %ls."
UrlFailed="(**)Failed launching URL."
; EN: TransientImport="Transient object imported: %ls."
Warning="(**)Warning"
TransientImport="Transient objekt importert: %ls."
Question="(**)Question"
; EN: FailedSavePrivate="Can't save %ls: Graph is linked to external private object %ls."
OutOfMemory="(**)Ran out of virtual memory. To prevent this condition, you must free up more space on your primary hard disk."
FailedSavePrivate="Kan ikke lagre %ls: Grafen er koblet til eksternt privat objekt %ls."
History="(**)History"
; EN: FailedImportPrivate="Can't import private object %ls %ls."
Assert="(**)Assertion failed: %ls [File:%ls] [Line: %i]."
FailedImportPrivate="Kan ikke importere privat objekt %ls %ls."
Debug="(**)Debug assertion failed: %ls [File:%ls] [Line: %i]."
; EN: FailedCreate="%ls %ls not found for creation."
LinkerExists="(**)Linker for "%ls" already exists."
FailedCreate="%ls %ls ble ikke funnet for oppretting."
BinaryFormat="(**)The file "%ls" contains unrecognizable data."
; EN: FailedImport="Can't find %ls in file "%ls"."
SerialSize="(**)%ls: Serial size mismatch: Got %i, Expected %i."
FailedImport="Finner ikke %ls i filen "%ls"."
ExportIndex="(**)Bad export index %i/%i."
; EN: FailedSaveFile="Error saving file "%ls": %ls."
ImportIndex="(**)Bad import index %i/%i."
FailedSaveFile="Feil ved lagring av filen "%ls": %ls."
Password="(**)Password not recognized."
; EN: SaveWarning="Error saving "%ls"."
Exec="(**)Unrecognized command."
SaveWarning="Feil ved lagring av "%ls"."
BadProperty="(**)"%ls": Bad or missing property "%ls"."
; EN: NotPackaged="Object is not packaged: %ls %ls."
MisingIni="(**)Missing .ini file: %ls."
NotPackaged="Objektet er ikke pakket: %ls %ls."
ExportFail="(**)Error exporting %ls."
; EN: NotWithin="Object %ls %ls created in %ls instead of %ls."
ExportNoData="(**)Did not find exportable data in object %ls."
NotWithin="Objekt %ls %ls opprettet i %ls i stedet for %ls."
; EN: Abstract="Can't create object %ls: class %ls is abstract."
Abstract="Kan ikke opprette objekt %ls: klasse %ls er abstrakt."
; EN: NoReplace="Can't replace %ls with %ls."
NoReplace="Kan ikke erstatte %ls med %ls."
; EN: NoFindImport="Can't find file "%ls" for import."
NoFindImport="Finner ikke filen "%ls" for import."
; EN: ReadFileFailed="Failed to read file "%ls" for import."
ReadFileFailed="Kunne ikke lese filen "%ls" for import."
; EN: SeekFailed="Error seeking file."
SeekFailed="Feil ved søking av fil."
; EN: OpenFailed="Error opening file."
OpenFailed="Feil ved åpning av fil."
; EN: WriteFailed="Error writing to file."
WriteFailed="Feil ved skriving til filen."
; EN: ReadEof="Read beyond end of file."
ReadEof="Les utover slutten av filen."
; EN: IniReadOnly="The file %ls is write protected; settings cannot be saved."
IniReadOnly="Filen %ls er skrivebeskyttet; innstillingene kan ikke lagres."
; EN: UrlFailed="Failed launching URL."
UrlFailed="Kunne ikke lansere URL."
; EN: Warning="Warning"
Warning="Advarsel"
; EN: Question="Question"
Question="Spørsmål"
; EN: OutOfMemory="Ran out of virtual memory. To prevent this condition, you must free up more space on your primary hard disk."
OutOfMemory="Ble tom for virtuelt minne. For å forhindre denne tilstanden, må du frigjøre mer plass på den primære harddisken."
; EN: History="History"
History="Historie"
; EN: Assert="Assertion failed: %ls [File: %ls] [Line: %i]."
Assert="Påstand mislyktes: %ls [Fil: %ls] [Linje: %i]."
; EN: Debug="Debug assertion failed: %ls [File: %ls] [Line: %i]."
Debug="Feilsøking påstand mislyktes: %ls [Fil: %ls] [Linje: %i]."
; EN: LinkerExists="Linker for "%ls" already exists."
LinkerExists="Linker for "%ls" eksisterer allerede."
; EN: BinaryFormat="The file "%ls" contains unrecognizable data."
BinaryFormat="Filen "%ls" inneholder ukjennelige data."
; EN: SerialSize="%ls: Serial size mismatch: Got %i, Expected %i."
SerialSize="%ls: Seriell størrelse mismatch: Fikk %i, forventet %i."
; EN: ExportIndex="Bad export index %i/%i."
ExportIndex="Dårlig eksportindeks %i/%i."
; EN: ImportIndex="Bad import index %i/%i."
ImportIndex="Dårlig importindeks %i/%i."
; EN: Password="Password not recognized."
Password="Passord ikke gjenkjent."
; EN: Exec="Unrecognized command."
Exec="Ukjent kommando."
; EN: BadProperty=""%ls": Bad or missing property "%ls"."
BadProperty=""%ls": Dårlig eller manglende eiendom "%ls"."
; EN: MisingIni="Missing .ini file: %ls."
MisingIni="Manglende .ini-fil: %ls."
; EN: ExportFail="Error exporting %ls."
ExportFail="Feil ved eksport av %ls."
; EN: ExportNoData="Did not find exportable data in object %ls."
ExportNoData="Fant ikke eksporterbare data i objektet %ls."


[General]
[General]
Line 179: Line 286:
Engine="Unreal Engine"
Engine="Unreal Engine"
Copyright="Copyright 1999 Epic Games, Inc."
Copyright="Copyright 1999 Epic Games, Inc."
True="(**)True"
; EN: True="True"
False="(**)False"
True="Ekte"
None="(**)None"
; EN: False="False"
Yes="(**)Yes"
False="Falsk"
No="(**)No"
; EN: None="None"
 
None="Ingen"
[SimpleCommandlet]
; EN: Yes="Yes"
HelpCmd=Simple
Yes="Ja"
HelpOneLiner="(**)Simple"
; EN: No="No"
HelpUsage="(**)Simple"
No="Nei"
</pre>
</pre>
{{Navbox Localization Language-Specific
{{Navbox Localization Language-Specific

Latest revision as of 15:45, 7 May 2021

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).
In order to achieve such objective, we need your help. Some of these lines contain computer-generated strings which need to be reviewed by actual native or fluent Norwegian speakers. Also these lines aren't final, they're always subject to modification, and we're sure better strings can (and will be) eventually found.
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 Norwegian
Game 1 Unreal
Status 68/68
Game 2 Unreal Tournament
Status 69/69

Public headers (Shared)

[Public]
; EN: Preferences=(Caption="File System",Parent="Advanced",Class=Core.System,Immediate=True)
Preferences=(Caption="Filsystem",Parent="Avansert",Class=Core.System,Immediate=True)

Rest of the file (Shared)

[Language]
Language="Norsk"
LangId=20
SubLangId=0

[Query]
; EN: 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?"
OldVersion="Filen med navn "%ls" var lagret med en tidligere utgave som ikke er bakover-kompatibel. Dersom du åpner denne filen kan spillet kræsje. Vil du åpne den alikevel?"
; EN: Name="Name:"
Name="Navn:"
; EN: Password="Password:"
Password="Passord:"
; EN: PassPrompt="Enter your name and password:"
PassPrompt="Vennligst oppgi brukernavn og passord."
; EN: PassDlg="Identity Check"
PassDlg="ID-kontroll"
; EN: Overwrite="The file "%ls" needs to be updated.  Do you want to overwrite the existing version?"
Overwrite="Filen med navn "%ls" trenger å bli oppdatert. Vil du overskrive tidligere versjon?"

[Progress]
; EN: Saving="Saving file "%ls"..."
Saving="Lagrer "%ls"..."
; EN: Loading="Loading file "%ls"..."
Loading="Laster inn "%ls"..."
; EN: Closing="Closing"
Closing="Avslutter"

Rest of the file (Unreal)

[Errors]
; EN: Unknown="Unknown Error"
Unknown="Ukjent feil"
; EN: Aborted="Aborted"
Aborted="Abortert"
; EN: ExportOpen="Error exporting %ls: couldn't open file "%ls"."
ExportOpen="Feil ved eksport av %ls: kunne ikke åpne filen "%ls"."
; EN: ExportWrite="Error exporting %ls: couldn't write file "%ls"."
ExportWrite="Feil ved eksport av %ls: kunne ikke skrive filen "%ls"."
; EN: FileNotFound="Can't find file "%ls"."
FileNotFound="Finner ikke filen "%ls"."
; EN: ObjectNotFound="Failed to find object "%ls %ls.%ls"."
ObjectNotFound="Kunne ikke finne objektet "%ls %ls.%ls"."
; EN: PackageNotFound="Can't find file for package "%ls"."
PackageNotFound="Finner ikke filen for pakken "%ls"."
; EN: PackageResolveFailed="Can't resolve package name."
PackageResolveFailed="Kan ikke løse pakkenavnet."
; EN: FilenameToPackage="Can't convert filename "%ls" to package name."
FilenameToPackage="Kan ikke konvertere filnavnet "%ls" til pakkenavnet."
; EN: Sandbox="Package "%ls" is not accessible in this sandbox."
Sandbox="Pakke "%ls" er ikke tilgjengelig i denne sandkassen."
; EN: PackageVersion="Package "%ls" version mismatch."
PackageVersion="Pakken "%ls" er ikke samsvarende."
; EN: FailedLoad="Failed to load "%ls": %ls."
FailedLoad="Kunne ikke laste inn "%ls": %ls."
; EN: ConfigNotFound="Can't find "%ls" in configuration file."
ConfigNotFound="Finner ikke "%ls" i konfigurasjonsfilen."
; EN: LoadClassMismatch="%ls is not a child class of %ls.%ls."
LoadClassMismatch="%ls er ikke en barneklasse på %ls.%ls."
; EN: NotDll=""%ls" is not a DLL package; can't find export "%ls"."
NotDll=""%ls" er ikke en DLL-pakke; finner ikke eksport "%ls"."
; EN: NotInDll="Can't find "%ls" in library "%ls.dll"."
NotInDll="Finner ikke "%ls" i biblioteket "%ls.dll"."
; EN: FailedLoadPackage="Failed loading package: %ls."
FailedLoadPackage="Mislykket lasting av pakke: %ls."
; EN: FailedLoadObject="Failed to load "%ls %ls.%ls": %ls."
FailedLoadObject="Kunne ikke laste inn "%ls %ls.%ls": %ls."
; EN: TransientImport="Transient object imported: %ls."
TransientImport="Transient objekt importert: %ls."
; EN: FailedSavePrivate="Can't save %ls: Graph is linked to external private object %ls."
FailedSavePrivate="Kan ikke lagre %ls: Grafen er koblet til eksternt privat objekt %ls."
; EN: FailedImportPrivate="Can't import private object %ls %ls."
FailedImportPrivate="Kan ikke importere privat objekt %ls %ls."
; EN: FailedCreate="%ls %ls not found for creation."
FailedCreate="%ls %ls ble ikke funnet for oppretting."
; EN: FailedImport="Can't find %ls in file "%ls"."
FailedImport="Finner ikke %ls i filen "%ls"."
; EN: FailedSaveFile="Error saving file "%ls": %ls."
FailedSaveFile="Feil ved lagring av filen "%ls": %ls."
; EN: SaveWarning="Error saving "%ls"."
SaveWarning="Feil ved lagring av "%ls"."
; EN: NotPackaged="Object is not packaged: %ls %ls."
NotPackaged="Objektet er ikke pakket: %ls %ls."
; EN: NotWithin="Object %ls %ls created in %ls instead of %ls."
NotWithin="Objekt %ls %ls opprettet i %ls i stedet for %ls."
; EN: Abstract="Can't create object %ls: class %ls is abstract."
Abstract="Kan ikke opprette objekt %ls: klasse %ls er abstrakt."
; EN: NoReplace="Can't replace %ls with %ls."
NoReplace="Kan ikke erstatte %ls med %ls."
; EN: NoFindImport="Can't find file "%ls" for import."
NoFindImport="Finner ikke filen "%ls" for import."
; EN: ReadFileFailed="Failed to read file "%ls" for import."
ReadFileFailed="Kunne ikke lese filen "%ls" for import."
; EN: SeekFailed="Error seeking file."
SeekFailed="Feil ved søking av fil."
; EN: OpenFailed="Error opening file."
OpenFailed="Feil ved åpning av fil."
; EN: WriteFailed="Error writing to file."
WriteFailed="Feil ved skriving til filen."
; EN: ReadEof="Read beyond end of file."
ReadEof="Les utover slutten av filen."
; EN: IniReadOnly="The file %ls is write protected; settings cannot be saved."
IniReadOnly="Filen %ls er skrivebeskyttet; innstillingene kan ikke lagres."
; EN: UrlFailed="Failed launching URL."
UrlFailed="Kunne ikke lansere URL."
; EN: Warning="Warning"
Warning="Advarsel"
; EN: Question="Question"
Question="Spørsmål"
; EN: OutOfMemory="Ran out of virtual memory. To prevent this condition, you must free up more space on your primary hard disk."
OutOfMemory="Ble tom for virtuelt minne. For å forhindre denne tilstanden, må du frigjøre mer plass på den primære harddisken."
; EN: History="History"
History="Historie"
; EN: Assert="Assertion failed: %ls [File: %ls] [Line: %i]."
Assert="Påstand mislyktes: %ls [Fil: %ls] [Linje: %i]."
; EN: Debug="Debug assertion failed: %ls [File: %ls] [Line: %i]."
Debug="Feilsøking påstand mislyktes: %ls [Fil: %ls] [Linje: %i]."
; EN: LinkerExists="Linker for "%ls" already exists."
LinkerExists="Linker for "%ls" eksisterer allerede."
; EN: BinaryFormat="The file "%ls" contains unrecognizable data."
BinaryFormat="Filen "%ls" inneholder ukjennelige data."
; EN: SerialSize="%ls: Serial size mismatch: Got %i, Expected %i."
SerialSize="%ls: Seriell størrelse mismatch: Fikk %i, forventet %i."
; EN: ExportIndex="Bad export index %i/%i."
ExportIndex="Dårlig eksportindeks %i/%i."
; EN: ImportIndex="Bad import index %i/%i."
ImportIndex="Dårlig importindeks %i/%i."
; EN: Password="Password not recognized."
Password="Passord ikke gjenkjent."
; EN: Exec="Unrecognized command."
Exec="Ukjent kommando."
; EN: BadProperty=""%ls": Bad or missing property "%ls"."
BadProperty=""%ls": Dårlig eller manglende eiendom "%ls"."
; EN: MissingIni="Missing .ini file: %ls."
MissingIni="Manglende .ini-fil: %ls."
; EN: NoTXTFile="Can not exec non-text (.txt) file type "%ls"."
NoTXTFile="Kan ikke utføre filtypen "%ls" som ikke er tekst (.txt)."

[General]
Product="Unreal"
Engine="Unreal Engine"
Copyright="Copyright 1999 Epic Games, Inc."
; EN: True="True"
True="Ekte"
; EN: False="False"
False="Falsk"
; EN: None="None"
None="Ingen"
; EN: Yes="Yes"
Yes="Ja"
; EN: No="No"
No="Nei"

Rest of the file (Unreal Tournament)

[Errors]
; EN: Unknown="Unknown Error"
Unknown="Ukjent feil"
; EN: Aborted="Aborted"
Aborted="Abortert"
; EN: ExportOpen="Error exporting %ls: couldn't open file "%ls"."
ExportOpen="Feil ved eksport av %ls: kunne ikke åpne filen "%ls"."
; EN: ExportWrite="Error exporting %ls: couldn't write file "%ls"."
ExportWrite="Feil ved eksport av %ls: kunne ikke skrive filen "%ls"."
; EN: FileNotFound="Can't find file "%ls"."
FileNotFound="Finner ikke filen "%ls"."
; EN: ObjectNotFound="Failed to find object "%ls %ls.%ls"."
ObjectNotFound="Kunne ikke finne objektet "%ls %ls.%ls"."
; EN: PackageNotFound="Can't find file for package "%ls"."
PackageNotFound="Finner ikke filen for pakken "%ls"."
; EN: PackageResolveFailed="Can't resolve package name."
PackageResolveFailed="Kan ikke løse pakkenavnet."
; EN: FilenameToPackage="Can't convert filename "%ls" to package name."
FilenameToPackage="Kan ikke konvertere filnavnet "%ls" til pakkenavnet."
; EN: Sandbox="Package "%ls" is not accessible in this sandbox."
Sandbox="Pakke "%ls" er ikke tilgjengelig i denne sandkassen."
; EN: PackageVersion="Package "%ls" version mismatch."
PackageVersion="Pakken "%ls" er ikke samsvarende."
; EN: FailedLoad="Failed to load "%ls": %ls."
FailedLoad="Kunne ikke laste inn "%ls": %ls."
; EN: ConfigNotFound="Can't find "%ls" in configuration file."
ConfigNotFound="Finner ikke "%ls" i konfigurasjonsfilen."
; EN: LoadClassMismatch="%ls is not a child class of %ls.%ls."
LoadClassMismatch="%ls er ikke en barneklasse på %ls.%ls."
; EN: NotDll=""%ls" is not a DLL package; can't find export "%ls"."
NotDll=""%ls" er ikke en DLL-pakke; finner ikke eksport "%ls"."
; EN: NotInDll="Can't find "%ls" in library "%ls.dll"."
NotInDll="Finner ikke "%ls" i biblioteket "%ls.dll"."
; EN: FailedLoadPackage="Failed loading package: %ls."
FailedLoadPackage="Mislykket lasting av pakke: %ls."
; EN: FailedLoadObject="Failed to load "%ls %ls.%ls": %ls."
FailedLoadObject="Kunne ikke laste inn "%ls %ls.%ls": %ls."
; EN: TransientImport="Transient object imported: %ls."
TransientImport="Transient objekt importert: %ls."
; EN: FailedSavePrivate="Can't save %ls: Graph is linked to external private object %ls."
FailedSavePrivate="Kan ikke lagre %ls: Grafen er koblet til eksternt privat objekt %ls."
; EN: FailedImportPrivate="Can't import private object %ls %ls."
FailedImportPrivate="Kan ikke importere privat objekt %ls %ls."
; EN: FailedCreate="%ls %ls not found for creation."
FailedCreate="%ls %ls ble ikke funnet for oppretting."
; EN: FailedImport="Can't find %ls in file "%ls"."
FailedImport="Finner ikke %ls i filen "%ls"."
; EN: FailedSaveFile="Error saving file "%ls": %ls."
FailedSaveFile="Feil ved lagring av filen "%ls": %ls."
; EN: SaveWarning="Error saving "%ls"."
SaveWarning="Feil ved lagring av "%ls"."
; EN: NotPackaged="Object is not packaged: %ls %ls."
NotPackaged="Objektet er ikke pakket: %ls %ls."
; EN: NotWithin="Object %ls %ls created in %ls instead of %ls."
NotWithin="Objekt %ls %ls opprettet i %ls i stedet for %ls."
; EN: Abstract="Can't create object %ls: class %ls is abstract."
Abstract="Kan ikke opprette objekt %ls: klasse %ls er abstrakt."
; EN: NoReplace="Can't replace %ls with %ls."
NoReplace="Kan ikke erstatte %ls med %ls."
; EN: NoFindImport="Can't find file "%ls" for import."
NoFindImport="Finner ikke filen "%ls" for import."
; EN: ReadFileFailed="Failed to read file "%ls" for import."
ReadFileFailed="Kunne ikke lese filen "%ls" for import."
; EN: SeekFailed="Error seeking file."
SeekFailed="Feil ved søking av fil."
; EN: OpenFailed="Error opening file."
OpenFailed="Feil ved åpning av fil."
; EN: WriteFailed="Error writing to file."
WriteFailed="Feil ved skriving til filen."
; EN: ReadEof="Read beyond end of file."
ReadEof="Les utover slutten av filen."
; EN: IniReadOnly="The file %ls is write protected; settings cannot be saved."
IniReadOnly="Filen %ls er skrivebeskyttet; innstillingene kan ikke lagres."
; EN: UrlFailed="Failed launching URL."
UrlFailed="Kunne ikke lansere URL."
; EN: Warning="Warning"
Warning="Advarsel"
; EN: Question="Question"
Question="Spørsmål"
; EN: OutOfMemory="Ran out of virtual memory. To prevent this condition, you must free up more space on your primary hard disk."
OutOfMemory="Ble tom for virtuelt minne. For å forhindre denne tilstanden, må du frigjøre mer plass på den primære harddisken."
; EN: History="History"
History="Historie"
; EN: Assert="Assertion failed: %ls [File: %ls] [Line: %i]."
Assert="Påstand mislyktes: %ls [Fil: %ls] [Linje: %i]."
; EN: Debug="Debug assertion failed: %ls [File: %ls] [Line: %i]."
Debug="Feilsøking påstand mislyktes: %ls [Fil: %ls] [Linje: %i]."
; EN: LinkerExists="Linker for "%ls" already exists."
LinkerExists="Linker for "%ls" eksisterer allerede."
; EN: BinaryFormat="The file "%ls" contains unrecognizable data."
BinaryFormat="Filen "%ls" inneholder ukjennelige data."
; EN: SerialSize="%ls: Serial size mismatch: Got %i, Expected %i."
SerialSize="%ls: Seriell størrelse mismatch: Fikk %i, forventet %i."
; EN: ExportIndex="Bad export index %i/%i."
ExportIndex="Dårlig eksportindeks %i/%i."
; EN: ImportIndex="Bad import index %i/%i."
ImportIndex="Dårlig importindeks %i/%i."
; EN: Password="Password not recognized."
Password="Passord ikke gjenkjent."
; EN: Exec="Unrecognized command."
Exec="Ukjent kommando."
; EN: BadProperty=""%ls": Bad or missing property "%ls"."
BadProperty=""%ls": Dårlig eller manglende eiendom "%ls"."
; EN: MisingIni="Missing .ini file: %ls."
MisingIni="Manglende .ini-fil: %ls."
; EN: ExportFail="Error exporting %ls."
ExportFail="Feil ved eksport av %ls."
; EN: ExportNoData="Did not find exportable data in object %ls."
ExportNoData="Fant ikke eksporterbare data i objektet %ls."

[General]
Product="Unreal Tournament"
Engine="Unreal Engine"
Copyright="Copyright 1999 Epic Games, Inc."
; EN: True="True"
True="Ekte"
; EN: False="False"
False="Falsk"
; EN: None="None"
None="Ingen"
; EN: Yes="Yes"
Yes="Ja"
; EN: No="No"
No="Nei"
Unreal Norwegian Localization
Shared files: ALAudio.'''Language unrecognizable or non-existing'''Core.'''Language unrecognizable or non-existing'''D3DDrv.'''Language unrecognizable or non-existing'''Editor.'''Language unrecognizable or non-existing'''Engine.'''Language unrecognizable or non-existing'''IpDrv.'''Language unrecognizable or non-existing'''Setup.'''Language unrecognizable or non-existing'''Startup.'''Language unrecognizable or non-existing'''UnrealEd.'''Language unrecognizable or non-existing'''Window.'''Language unrecognizable or non-existing'''WinDrv.'''Language unrecognizable or non-existing'''D3D9Drv.'''Language unrecognizable or non-existing'''FMODAudioDrv.'''Language unrecognizable or non-existing'''Galaxy.'''Language unrecognizable or non-existing'''GlideDrv.'''Language unrecognizable or non-existing'''IpServer.'''Language unrecognizable or non-existing'''MeTaLDrv.'''Language unrecognizable or non-existing'''OpenGLDrv.'''Language unrecognizable or non-existing'''SglDrv.'''Language unrecognizable or non-existing'''SoftDrv.'''Language unrecognizable or non-existing'''UBrowser.'''Language unrecognizable or non-existing'''UMenu.'''Language unrecognizable or non-existing'''UnrealI.'''Language unrecognizable or non-existing'''UnrealShare.'''Language unrecognizable or non-existing'''UWindow.'''Language unrecognizable or non-existing'''XDrv.'''Language unrecognizable or non-existing'''XMesaGLDrv.'''Language unrecognizable or non-existing'''XOpenGLDrv.'''Language unrecognizable or non-existing'''
Unreal exclusives: SetupUnreal.'''Language unrecognizable or non-existing'''SetupUnrealPatch.'''Language unrecognizable or non-existing'''D3D8Drv.'''Language unrecognizable or non-existing'''EFX.'''Language unrecognizable or non-existing'''OGLDrv.'''Language unrecognizable or non-existing'''OldOpenGLDrv.'''Language unrecognizable or non-existing'''OldWeapons.'''Language unrecognizable or non-existing'''PhysXPhysics.'''Language unrecognizable or non-existing'''ScriptedAI.'''Language unrecognizable or non-existing'''SDL2Drv.'''Language unrecognizable or non-existing'''SwFMOD.'''Language unrecognizable or non-existing'''Unreal.'''Language unrecognizable or non-existing'''UnrealIntegrity.'''Language unrecognizable or non-existing'''UnrealLinux.'''Language unrecognizable or non-existing'''UnrealLinux.bin.'''Language unrecognizable or non-existing'''UnrealOSX.'''Language unrecognizable or non-existing'''UnrealOSX.bin.'''Language unrecognizable or non-existing'''UnrealSDL2.'''Language unrecognizable or non-existing'''UnrealSDL2.bin.'''Language unrecognizable or non-existing'''UnrealXLinux.'''Language unrecognizable or non-existing'''UnrealXLinux.bin.'''Language unrecognizable or non-existing'''UWebAdmin.'''Language unrecognizable or non-existing'''WebAdminHTML.'''Language unrecognizable or non-existing'''
Assets: Bluff.'''Language unrecognizable or non-existing'''Ceremony.'''Language unrecognizable or non-existing'''Chizra.'''Language unrecognizable or non-existing'''Dark.'''Language unrecognizable or non-existing'''DasaCellars.'''Language unrecognizable or non-existing'''DasaPass.'''Language unrecognizable or non-existing'''DCrater.'''Language unrecognizable or non-existing'''Dig.'''Language unrecognizable or non-existing'''DKNightOp.'''Language unrecognizable or non-existing'''DmAriza.'''Language unrecognizable or non-existing'''DmBeyondTheSun.'''Language unrecognizable or non-existing'''DmCurse.'''Language unrecognizable or non-existing'''DmDeathFan.'''Language unrecognizable or non-existing'''DmDeck16.'''Language unrecognizable or non-existing'''DmElsinore.'''Language unrecognizable or non-existing'''DmExar.'''Language unrecognizable or non-existing'''DMfith.'''Language unrecognizable or non-existing'''DmHealPod.'''Language unrecognizable or non-existing'''DmMorbias.'''Language unrecognizable or non-existing'''DmRadikus.'''Language unrecognizable or non-existing'''DmRetrospective.'''Language unrecognizable or non-existing'''DmRiot.'''Language unrecognizable or non-existing'''DmTundra.'''Language unrecognizable or non-existing'''Dug.'''Language unrecognizable or non-existing'''EndGame.'''Language unrecognizable or non-existing'''ExtremeBeg.'''Language unrecognizable or non-existing'''ExtremeCore.'''Language unrecognizable or non-existing'''ExtremeDark.'''Language unrecognizable or non-existing'''ExtremeDarkGen.'''Language unrecognizable or non-existing'''ExtremeDGen.'''Language unrecognizable or non-existing'''ExtremeEnd.'''Language unrecognizable or non-existing'''ExtremeGen.'''Language unrecognizable or non-existing'''ExtremeLab.'''Language unrecognizable or non-existing'''Female1Skins.'''Language unrecognizable or non-existing'''Female2Skins.'''Language unrecognizable or non-existing'''Gateway.'''Language unrecognizable or non-existing'''Harobed.'''Language unrecognizable or non-existing'''IsvDeck1.'''Language unrecognizable or non-existing'''IsvKran32.'''Language unrecognizable or non-existing'''IsvKran4.'''Language unrecognizable or non-existing'''Male1Skins.'''Language unrecognizable or non-existing'''Male2Skins.'''Language unrecognizable or non-existing'''Male3Skins.'''Language unrecognizable or non-existing'''NaliBoat.'''Language unrecognizable or non-existing'''NaliC.'''Language unrecognizable or non-existing'''NaliLord.'''Language unrecognizable or non-existing'''Noork.'''Language unrecognizable or non-existing'''Nyleve.'''Language unrecognizable or non-existing'''Passage.'''Language unrecognizable or non-existing'''QueenEnd.'''Language unrecognizable or non-existing'''Ruins.'''Language unrecognizable or non-existing'''SkTrooperSkins.'''Language unrecognizable or non-existing'''SkyBase.'''Language unrecognizable or non-existing'''SkyCaves.'''Language unrecognizable or non-existing'''SkyTown.'''Language unrecognizable or non-existing'''SpireVillage.'''Language unrecognizable or non-existing'''TerraLift.'''Language unrecognizable or non-existing'''Terraniux.'''Language unrecognizable or non-existing'''TheSunspire.'''Language unrecognizable or non-existing'''Trench.'''Language unrecognizable or non-existing'''VeloraEnd.'''Language unrecognizable or non-existing'''Vortex2.'''Language unrecognizable or non-existing'''
Return to Na Pali: UDSDemo.'''Language unrecognizable or non-existing'''UPak.'''Language unrecognizable or non-existing'''UPakFix.'''Language unrecognizable or non-existing'''Abyss.'''Language unrecognizable or non-existing'''Crashsite.'''Language unrecognizable or non-existing'''Crashsite1.'''Language unrecognizable or non-existing'''Crashsite2.'''Language unrecognizable or non-existing'''DmAthena.'''Language unrecognizable or non-existing'''DmDaybreak.'''Language unrecognizable or non-existing'''DmHazard.'''Language unrecognizable or non-existing'''DmStomp.'''Language unrecognizable or non-existing'''DmSunSpeak.'''Language unrecognizable or non-existing'''DmTerra.'''Language unrecognizable or non-existing'''DuskFalls.'''Language unrecognizable or non-existing'''Eldora.'''Language unrecognizable or non-existing'''End.'''Language unrecognizable or non-existing'''Foundry.'''Language unrecognizable or non-existing'''Glacena.'''Language unrecognizable or non-existing'''Glathriel1.'''Language unrecognizable or non-existing'''Glathriel2.'''Language unrecognizable or non-existing'''InterIntro.'''Language unrecognizable or non-existing'''Inter1.'''Language unrecognizable or non-existing'''Inter2.'''Language unrecognizable or non-existing'''Inter3.'''Language unrecognizable or non-existing'''Inter4.'''Language unrecognizable or non-existing'''InterCrashsite.'''Language unrecognizable or non-existing'''Inter5.'''Language unrecognizable or non-existing'''Inter6.'''Language unrecognizable or non-existing'''Inter7.'''Language unrecognizable or non-existing'''Inter8.'''Language unrecognizable or non-existing'''Inter9.'''Language unrecognizable or non-existing'''Inter10.'''Language unrecognizable or non-existing'''Inter11.'''Language unrecognizable or non-existing'''Inter12.'''Language unrecognizable or non-existing'''Inter13.'''Language unrecognizable or non-existing'''Inter14.'''Language unrecognizable or non-existing'''Intro1.'''Language unrecognizable or non-existing'''Intro2.'''Language unrecognizable or non-existing'''Nagomi.'''Language unrecognizable or non-existing'''NagomiSun.'''Language unrecognizable or non-existing'''Nalic2.'''Language unrecognizable or non-existing'''Nevec.'''Language unrecognizable or non-existing'''SpireLand.'''Language unrecognizable or non-existing'''Toxic.'''Language unrecognizable or non-existing'''UGCredits.'''Language unrecognizable or non-existing'''Upack.'''Language unrecognizable or non-existing'''Velora.'''Language unrecognizable or non-existing'''
Fusion Mappack: DM-Cybrosis.'''Language unrecognizable or non-existing'''DM-Letting.'''Language unrecognizable or non-existing'''DM-Loxi.'''Language unrecognizable or non-existing'''DM-Mojo.'''Language unrecognizable or non-existing'''DM-Shrapnel.'''Language unrecognizable or non-existing'''DM-Twilight.'''Language unrecognizable or non-existing'''
Division Mappack: DmBayC.'''Language unrecognizable or non-existing'''DmCreek.'''Language unrecognizable or non-existing'''DmDespair.'''Language unrecognizable or non-existing'''DmEclipse.'''Language unrecognizable or non-existing'''DmKrazy.'''Language unrecognizable or non-existing'''DmLocke.'''Language unrecognizable or non-existing'''DmMorbfanza.'''Language unrecognizable or non-existing'''DmScruular.'''Language unrecognizable or non-existing'''DmSplash.'''Language unrecognizable or non-existing'''DmVilla.'''Language unrecognizable or non-existing'''
Unreal Tournament Norwegian Localization
Shared files: ALAudio.'''Language unrecognizable or non-existing'''Core.'''Language unrecognizable or non-existing'''D3DDrv.'''Language unrecognizable or non-existing'''Editor.'''Language unrecognizable or non-existing'''Engine.'''Language unrecognizable or non-existing'''IpDrv.'''Language unrecognizable or non-existing'''Setup.'''Language unrecognizable or non-existing'''Startup.'''Language unrecognizable or non-existing'''UnrealEd.'''Language unrecognizable or non-existing'''Window.'''Language unrecognizable or non-existing'''WinDrv.'''Language unrecognizable or non-existing'''D3D9Drv.'''Language unrecognizable or non-existing'''FMODAudioDrv.'''Language unrecognizable or non-existing'''Galaxy.'''Language unrecognizable or non-existing'''GlideDrv.'''Language unrecognizable or non-existing'''IpServer.'''Language unrecognizable or non-existing'''MeTaLDrv.'''Language unrecognizable or non-existing'''OpenGLDrv.'''Language unrecognizable or non-existing'''SglDrv.'''Language unrecognizable or non-existing'''SoftDrv.'''Language unrecognizable or non-existing'''UBrowser.'''Language unrecognizable or non-existing'''UMenu.'''Language unrecognizable or non-existing'''UnrealI.'''Language unrecognizable or non-existing'''UnrealShare.'''Language unrecognizable or non-existing'''UWindow.'''Language unrecognizable or non-existing'''XDrv.'''Language unrecognizable or non-existing'''XMesaGLDrv.'''Language unrecognizable or non-existing'''XOpenGLDrv.'''Language unrecognizable or non-existing'''UWeb.'''Language unrecognizable or non-existing'''
UT exclusives: Botpack.'''Language unrecognizable or non-existing'''Cluster.'''Language unrecognizable or non-existing'''SDLDrv.'''Language unrecognizable or non-existing'''SDLGLDrv.'''Language unrecognizable or non-existing'''SDLSoftDrv.'''Language unrecognizable or non-existing'''udemo.'''Language unrecognizable or non-existing'''UnrealTournament.'''Language unrecognizable or non-existing'''UTBrowser.'''Language unrecognizable or non-existing'''UTMenu.'''Language unrecognizable or non-existing'''UTServerAdmin.'''Language unrecognizable or non-existing'''
Assets: AS-Frigate.'''Language unrecognizable or non-existing'''AS-Guardia.'''Language unrecognizable or non-existing'''AS-HiSpeed.'''Language unrecognizable or non-existing'''AS-Mazon.'''Language unrecognizable or non-existing'''AS-Oceanfloor.'''Language unrecognizable or non-existing'''AS-Overlord.'''Language unrecognizable or non-existing'''AS-Rook.'''Language unrecognizable or non-existing'''AS-Tutorial.'''Language unrecognizable or non-existing'''BossSkins.'''Language unrecognizable or non-existing'''CityIntro.'''Language unrecognizable or non-existing'''CommandoSkins.'''Language unrecognizable or non-existing'''CTF-Command.'''Language unrecognizable or non-existing'''CTF-Coret.'''Language unrecognizable or non-existing'''CTF-Dreary.'''Language unrecognizable or non-existing'''CTF-EternalCave.'''Language unrecognizable or non-existing'''CTF-Face.'''Language unrecognizable or non-existing'''CTF-Gauntlet.'''Language unrecognizable or non-existing'''CTF-LavaGiant.'''Language unrecognizable or non-existing'''CTF-Niven.'''Language unrecognizable or non-existing'''CTF-November.'''Language unrecognizable or non-existing'''CTF-Tutorial.'''Language unrecognizable or non-existing'''DM-Barricade.'''Language unrecognizable or non-existing'''DM-Codex.'''Language unrecognizable or non-existing'''DM-Conveyor.'''Language unrecognizable or non-existing'''DM-Curse][.Language unrecognizable or non-existingDM-Deck16][.Language unrecognizable or non-existingDM-Fetid.'''Language unrecognizable or non-existing'''DM-Fractal.'''Language unrecognizable or non-existing'''DM-Gothic.'''Language unrecognizable or non-existing'''DM-Grinder.'''Language unrecognizable or non-existing'''DM-HyperBlast.'''Language unrecognizable or non-existing'''DM-KGalleon.'''Language unrecognizable or non-existing'''DM-Liandri.'''Language unrecognizable or non-existing'''DM-Morbias][.Language unrecognizable or non-existingDM-Morpheus.'''Language unrecognizable or non-existing'''DM-Oblivion.'''Language unrecognizable or non-existing'''DM-Peak.'''Language unrecognizable or non-existing'''DM-Phobos.'''Language unrecognizable or non-existing'''DM-Pressure.'''Language unrecognizable or non-existing'''DM-Pyramid.'''Language unrecognizable or non-existing'''DM-Stalwart.'''Language unrecognizable or non-existing'''DM-StalwartXL.'''Language unrecognizable or non-existing'''DM-Tempest.'''Language unrecognizable or non-existing'''DM-Turbine.'''Language unrecognizable or non-existing'''DM-Tutorial.'''Language unrecognizable or non-existing'''DM-Zeto.'''Language unrecognizable or non-existing'''DOM-Cinder.'''Language unrecognizable or non-existing'''DOM-Condemned.'''Language unrecognizable or non-existing'''DOM-Cryptic.'''Language unrecognizable or non-existing'''DOM-Gearbolt.'''Language unrecognizable or non-existing'''DOM-Ghardhen.'''Language unrecognizable or non-existing'''DOM-Lament.'''Language unrecognizable or non-existing'''DOM-Leadworks.'''Language unrecognizable or non-existing'''DOM-MetalDream.'''Language unrecognizable or non-existing'''DOM-Olden.'''Language unrecognizable or non-existing'''DOM-Sesmar.'''Language unrecognizable or non-existing'''DOM-Tutorial.'''Language unrecognizable or non-existing'''EOL_Assault.'''Language unrecognizable or non-existing'''EOL_Challenge.'''Language unrecognizable or non-existing'''EOL_CTF.'''Language unrecognizable or non-existing'''EOL_Deathmatch.'''Language unrecognizable or non-existing'''EOL_Domination.'''Language unrecognizable or non-existing'''EOL_Statues.'''Language unrecognizable or non-existing'''FCommandoSkins.'''Language unrecognizable or non-existing'''SGirlSkins.'''Language unrecognizable or non-existing'''SoldierSkins.'''Language unrecognizable or non-existing'''UTCredits.'''Language unrecognizable or non-existing'''UT-Logo-Map.'''Language unrecognizable or non-existing'''
GOTY Edition: de.'''Language unrecognizable or non-existing'''multimesh.'''Language unrecognizable or non-existing'''relics.'''Language unrecognizable or non-existing'''relicsbindings.'''Language unrecognizable or non-existing'''tcowmeshskins.'''Language unrecognizable or non-existing'''tnalimeshskins.'''Language unrecognizable or non-existing'''tskmskins.'''Language unrecognizable or non-existing'''CTF-Cybrosis][.Language unrecognizable or non-existingCTF-Darji16.'''Language unrecognizable or non-existing'''CTF-Face][.Language unrecognizable or non-existingCTF-HallOfGiants.'''Language unrecognizable or non-existing'''CTF-High.'''Language unrecognizable or non-existing'''CTF-Hydro16.'''Language unrecognizable or non-existing'''CTF-Kosov.'''Language unrecognizable or non-existing'''CTF-Noxion16.'''Language unrecognizable or non-existing'''CTF-Nucleus.'''Language unrecognizable or non-existing'''CTF-Orbital.'''Language unrecognizable or non-existing'''DM-Agony.'''Language unrecognizable or non-existing'''DM-ArcaneTemple.'''Language unrecognizable or non-existing'''DM-Crane.'''Language unrecognizable or non-existing'''DM-Cybrosis][.Language unrecognizable or non-existingDM-HealPod][.Language unrecognizable or non-existingDM-Malevolence.'''Language unrecognizable or non-existing'''DM-Mojo][.Language unrecognizable or non-existingDM-Shrapnel][.Language unrecognizable or non-existingDM-SpaceNoxx.'''Language unrecognizable or non-existing'''
Bonus Pack 4: skeletalchars.'''Language unrecognizable or non-existing'''CTF-Beatitude.'''Language unrecognizable or non-existing'''CTF-EpicBoy.'''Language unrecognizable or non-existing'''CTF-Face-SE.'''Language unrecognizable or non-existing'''CTF-Ratchet.'''Language unrecognizable or non-existing'''DM-Bishop.'''Language unrecognizable or non-existing'''DM-Closer.'''Language unrecognizable or non-existing'''DM-Grit-TOURNEY.'''Language unrecognizable or non-existing'''DM-Viridian-TOURNEY.'''Language unrecognizable or non-existing'''DOM-Bullet.'''Language unrecognizable or non-existing'''DOM-Cidom.'''Language unrecognizable or non-existing'''DOM-Lament][.Language unrecognizable or non-existingDOM-WolfsBay.'''Language unrecognizable or non-existing'''
Rocket Arena: RocketArena.'''Language unrecognizable or non-existing'''RocketArenaMultimesh.'''Language unrecognizable or non-existing'''RA-Akuma.'''Language unrecognizable or non-existing'''RA-Clawfist.'''Language unrecognizable or non-existing'''RA-CliffyB.'''Language unrecognizable or non-existing'''RA-DavidM.'''Language unrecognizable or non-existing'''RA-DavidM2.'''Language unrecognizable or non-existing'''RA-Ebolt.'''Language unrecognizable or non-existing'''RA-GE][.Language unrecognizable or non-existingRA-Heiko.'''Language unrecognizable or non-existing'''RA-Inoxx.'''Language unrecognizable or non-existing'''RA-OutWorld.'''Language unrecognizable or non-existing'''RA-Shinigami.'''Language unrecognizable or non-existing'''RA-Warren.'''Language unrecognizable or non-existing'''RA-Qwerty.'''Language unrecognizable or non-existing'''RA-Revolver.'''Language unrecognizable or non-existing'''
Chaos UT: ChaosUT.'''Language unrecognizable or non-existing'''ChaosUTMiscMuts.'''Language unrecognizable or non-existing'''ChaosGames.'''Language unrecognizable or non-existing'''Chreks.'''Language unrecognizable or non-existing'''ChrekSkins.'''Language unrecognizable or non-existing'''Chrekvoicedozer.'''Language unrecognizable or non-existing'''Chrekvoicescout.'''Language unrecognizable or non-existing'''CTF-CUT_ChaosCastle-pf.'''Language unrecognizable or non-existing'''CTF-CUT_Horus.'''Language unrecognizable or non-existing'''DM-CUT_Eclipse.'''Language unrecognizable or non-existing'''DM-CUT_Proxyking.'''Language unrecognizable or non-existing'''DM-CUT_SkullMoon.'''Language unrecognizable or non-existing'''DM-CUT_StorageAlpha.'''Language unrecognizable or non-existing'''DM-CUT_ThebellTolls.'''Language unrecognizable or non-existing'''DM-CUT_WeaponsOfChaos.'''Language unrecognizable or non-existing'''DM-CUT_WeaponsOfWar.'''Language unrecognizable or non-existing'''UTChaosMap.'''Language unrecognizable or non-existing'''KOTH_BaseStationTheta.'''Language unrecognizable or non-existing'''