Core.set

From Oldunreal-Wiki
Revision as of 15:44, 4 February 2021 by Neon Knight (talk | contribs)
Jump to navigation Jump to search
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 Swedish 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.
Untranslated lines for Unreal
The following page contains untranslated lines for Unreal in the Swedish language. If you're fluent or native on this language, you can help us fix them by locating the lines starting with two asterisks (**).
Untranslated lines for Unreal Tournament
The following page contains untranslated lines for Unreal Tournament in the Swedish language. If you're fluent or native on this language, you can help us fix them by locating the lines starting with two asterisks (**).
This page in other languages
English - German - French - Spanish - Italian - Russian - Polish - Portuguese - Hungarian - Czech - Swedish - Catalan - Dutch - Norwegian - Japanese
Core
Language Swedish
Game 1 Unreal
Status 1/76
Game 2 Unreal Tournament
Status 1/79

Public headers (Unreal)

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

Public headers (Unreal Tournament)

[Public]
Preferences=(Caption="Filsystem",Parent="Avancerad",Class=Core.System,Immediate=True)
Object=(Name=Core.HelloWorldCommandlet,Class=Class,MetaClass=Core.Commandlet)

Rest of the file (Shared)

[Language]
Language="Svenska"
LangId=29
SubLangId=0

[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?"

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

[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"

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 1999 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"

[SimpleCommandlet]
HelpCmd=simple
HelpOneLiner="(**)Simple"
HelpUsage="simple"
Unreal Swedish Localization
Shared files: ALAudio.setCore.setD3DDrv.setEditor.setEngine.setIpDrv.setSetup.setStartup.setUnrealEd.setWindow.setWinDrv.setD3D9Drv.setFMODAudioDrv.setGalaxy.setGlideDrv.setIpServer.setMeTaLDrv.setOpenGLDrv.setSglDrv.setSoftDrv.setUBrowser.setUMenu.setUnrealI.setUnrealShare.setUWindow.setXDrv.setXMesaGLDrv.setXOpenGLDrv.set
Unreal exclusives: SetupUnreal.setSetupUnrealPatch.setD3D8Drv.setEFX.setOGLDrv.setOldOpenGLDrv.setOldWeapons.setPhysXPhysics.setScriptedAI.setSDL2Drv.setSwFMOD.setUnreal.setUnrealIntegrity.setUnrealLinux.setUnrealLinux.bin.setUnrealOSX.setUnrealOSX.bin.setUnrealSDL2.setUnrealSDL2.bin.setUnrealXLinux.setUnrealXLinux.bin.setUWebAdmin.setWebAdminHTML.set
Assets: Bluff.setCeremony.setChizra.setDark.setDasaCellars.setDasaPass.setDCrater.setDig.setDKNightOp.setDmAriza.setDmBeyondTheSun.setDmCurse.setDmDeathFan.setDmDeck16.setDmElsinore.setDmExar.setDMfith.setDmHealPod.setDmMorbias.setDmRadikus.setDmRetrospective.setDmRiot.setDmTundra.setDug.setEndGame.setExtremeBeg.setExtremeCore.setExtremeDark.setExtremeDarkGen.setExtremeDGen.setExtremeEnd.setExtremeGen.setExtremeLab.setFemale1Skins.setFemale2Skins.setGateway.setHarobed.setIsvDeck1.setIsvKran32.setIsvKran4.setMale1Skins.setMale2Skins.setMale3Skins.setNaliBoat.setNaliC.setNaliLord.setNoork.setNyleve.setPassage.setQueenEnd.setRuins.setSkTrooperSkins.setSkyBase.setSkyCaves.setSkyTown.setSpireVillage.setTerraLift.setTerraniux.setTheSunspire.setTrench.setVeloraEnd.setVortex2.set
Return to Na Pali: UDSDemo.setUPak.setUPakFix.setAbyss.setCrashsite.setCrashsite1.setCrashsite2.setDmAthena.setDmDaybreak.setDmHazard.setDmStomp.setDmSunSpeak.setDmTerra.setDuskFalls.setEldora.setEnd.setFoundry.setGlacena.setGlathriel1.setGlathriel2.setInterIntro.setInter1.setInter2.setInter3.setInter4.setInterCrashsite.setInter5.setInter6.setInter7.setInter8.setInter9.setInter10.setInter11.setInter12.setInter13.setInter14.setIntro1.setIntro2.setNagomi.setNagomiSun.setNalic2.setNevec.setSpireLand.setToxic.setUGCredits.setUpack.setVelora.set
Fusion Mappack: DM-Cybrosis.setDM-Letting.setDM-Loxi.setDM-Mojo.setDM-Shrapnel.setDM-Twilight.set
Division Mappack: DmBayC.setDmCreek.setDmDespair.setDmEclipse.setDmKrazy.setDmLocke.setDmMorbfanza.setDmScruular.setDmSplash.setDmVilla.set
Unreal Tournament Swedish Localization
Shared files: ALAudio.setCore.setD3DDrv.setEditor.setEngine.setIpDrv.setSetup.setStartup.setUnrealEd.setWindow.setWinDrv.setD3D9Drv.setFMODAudioDrv.setGalaxy.setGlideDrv.setIpServer.setMeTaLDrv.setOpenGLDrv.setSglDrv.setSoftDrv.setUBrowser.setUMenu.setUnrealI.setUnrealShare.setUWindow.setXDrv.setXMesaGLDrv.setXOpenGLDrv.setUWeb.set
UT exclusives: Botpack.setCluster.setSDLDrv.setSDLGLDrv.setSDLSoftDrv.setudemo.setUnrealTournament.setUTBrowser.setUTMenu.setUTServerAdmin.set
Assets: AS-Frigate.setAS-Guardia.setAS-HiSpeed.setAS-Mazon.setAS-Oceanfloor.setAS-Overlord.setAS-Rook.setAS-Tutorial.setBossSkins.setCityIntro.setCommandoSkins.setCTF-Command.setCTF-Coret.setCTF-Dreary.setCTF-EternalCave.setCTF-Face.setCTF-Gauntlet.setCTF-LavaGiant.setCTF-Niven.setCTF-November.setCTF-Tutorial.setDM-Barricade.setDM-Codex.setDM-Conveyor.setDM-Curse][.setDM-Deck16][.setDM-Fetid.setDM-Fractal.setDM-Gothic.setDM-Grinder.setDM-HyperBlast.setDM-KGalleon.setDM-Liandri.setDM-Morbias][.setDM-Morpheus.setDM-Oblivion.setDM-Peak.setDM-Phobos.setDM-Pressure.setDM-Pyramid.setDM-Stalwart.setDM-StalwartXL.setDM-Tempest.setDM-Turbine.setDM-Tutorial.setDM-Zeto.setDOM-Cinder.setDOM-Condemned.setDOM-Cryptic.setDOM-Gearbolt.setDOM-Ghardhen.setDOM-Lament.setDOM-Leadworks.setDOM-MetalDream.setDOM-Olden.setDOM-Sesmar.setDOM-Tutorial.setEOL_Assault.setEOL_Challenge.setEOL_CTF.setEOL_Deathmatch.setEOL_Domination.setEOL_Statues.setFCommandoSkins.setSGirlSkins.setSoldierSkins.setUTCredits.setUT-Logo-Map.set
GOTY Edition: de.setmultimesh.setrelics.setrelicsbindings.settcowmeshskins.settnalimeshskins.settskmskins.setCTF-Cybrosis][.setCTF-Darji16.setCTF-Face][.setCTF-HallOfGiants.setCTF-High.setCTF-Hydro16.setCTF-Kosov.setCTF-Noxion16.setCTF-Nucleus.setCTF-Orbital.setDM-Agony.setDM-ArcaneTemple.setDM-Crane.setDM-Cybrosis][.setDM-HealPod][.setDM-Malevolence.setDM-Mojo][.setDM-Shrapnel][.setDM-SpaceNoxx.set
Bonus Pack 4: skeletalchars.setCTF-Beatitude.setCTF-EpicBoy.setCTF-Face-SE.setCTF-Ratchet.setDM-Bishop.setDM-Closer.setDM-Grit-TOURNEY.setDM-Viridian-TOURNEY.setDOM-Bullet.setDOM-Cidom.setDOM-Lament][.setDOM-WolfsBay.set
Rocket Arena: RocketArena.setRocketArenaMultimesh.setRA-Akuma.setRA-Clawfist.setRA-CliffyB.setRA-DavidM.setRA-DavidM2.setRA-Ebolt.setRA-GE][.setRA-Heiko.setRA-Inoxx.setRA-OutWorld.setRA-Shinigami.setRA-Warren.setRA-Qwerty.setRA-Revolver.set
Chaos UT: ChaosUT.setChaosUTMiscMuts.setChaosGames.setChreks.setChrekSkins.setChrekvoicedozer.setChrekvoicescout.setCTF-CUT_ChaosCastle-pf.setCTF-CUT_Horus.setDM-CUT_Eclipse.setDM-CUT_Proxyking.setDM-CUT_SkullMoon.setDM-CUT_StorageAlpha.setDM-CUT_ThebellTolls.setDM-CUT_WeaponsOfChaos.setDM-CUT_WeaponsOfWar.setUTChaosMap.setKOTH_BaseStationTheta.set