Difference between revisions of "OpenGLDrv.est"

From Oldunreal-Wiki
Jump to navigation Jump to search
Tag: Reverted
 
(One intermediate revision by the same user not shown)
Line 12: Line 12:
== Rest of the file (Shared) ==
== Rest of the file (Shared) ==
<pre>
<pre>
Object=(Name=XOpenGLDrv.XOpenGLRenderDevice,Class=Class,MetaClass=Engine.RenderDevice,Autodetect=opengl32.dll)
[Public]
; EN: Preferences=(Caption="XOpenGL Support",Parent="Rendering",Class=XOpenGLDrv.XOpenGLRenderDevice,Immediate=True, Category="Options")
Object=(Name=OpenGLDrv.OpenGLRenderDevice,Class=Class,MetaClass=Engine.RenderDevice,Autodetect=opengl32.dll)
Preferences=(Caption="Soporte para XOpenGL",Parent="Reproducción",Class=XOpenGLDrv.XOpenGLRenderDevice,Immediate=True, Category="Options")
; EN: Preferences=(Caption="OpenGL Support",Parent="Rendering",Class=OpenGLDrv.OpenGLRenderDevice,Immediate=True)
; EN: Preferences=(Caption="Debug Options",Parent="XOpenGL Support",Class=XOpenGLDrv.XOpenGLRenderDevice,Immediate=True, Category="DebugOptions")
Preferences=(Caption="Soporte para OpenGL",Parent="Reproducción",Class=OpenGLDrv.OpenGLRenderDevice,Immediate=True)
Preferences=(Caption="Opciones de Desarrollo",Parent="Soporte para XOpenGL",Class=XOpenGLDrv.XOpenGLRenderDevice,Immediate=True, Category="DebugOptions")
; EN: Preferences=(Caption="Render Options",Parent="XOpenGL Support",Class=XOpenGLDrv.XOpenGLRenderDevice,Immediate=True, Category="Client")
Preferences=(Caption="Opciones de Reproducción",Parent="Soporte para XOpenGL",Class=XOpenGLDrv.XOpenGLRenderDevice,Immediate=True, Category="Client")


[Errors]
[Errors]
; EN: NoFindGL="Can't find XOpenGL driver %ls"
; EN: NoFindGL="Can't find OpenGL driver %ls"
NoFindGL="No se ha podido encontrar el controlador XOpenGL %ls."
NoFindGL="No se ha podido encontrar el controlador OpenGL %ls."
; EN: MissingFunc="Missing XOpenGL function %ls (%i)"
; EN: MissingFunc="Missing OpenGL function %ls (%i)"
MissingFunc="Falta la función XOpenGL %ls (%i)."
MissingFunc="Falta la función OpenGL %ls (%i)."
; EN: ResFailed="Failed to set resolution"
; EN: ResFailed="Failed to set resolution"
ResFailed="No se ha podido ajustar la resolución."
ResFailed="No se ha podido ajustar la resolución."
Line 31: Line 28:
<pre>
<pre>
[OpenGLRenderDevice]
[OpenGLRenderDevice]
; EN: ClassCaption="XOpenGL Support"
; EN: ClassCaption="OpenGL Support"
ClassCaption="Soporte para XOpenGL"
ClassCaption="Soporte para OpenGL"
; EN: AskInstalled="Do you have a graphics card supporting at least OpenGL version 3.3 or greater installed?"
; EN: AskInstalled="Do you have a OpenGL compatible 3D accelerator installed?"
AskInstalled="¿Tienes instalada una tarjeta gráfica que soporte al menos la versión 3.3 o superior de OpenGL?"
AskInstalled="¿Tienes instalada una tarjeta compatible OpenGL aceleradora de gráficos en 3D?"
; EN: AskUse="Do you want Unreal to use your XOpenGL accelerator?"
; EN: AskUse="Do you want Unreal to use your OpenGL accelerator?"
AskUse="¿Quieres que Unreal utilice tu tarjeta aceleradora XOpenGL?"
AskUse="¿Quieres que Unreal utilice tu tarjeta aceleradora OpenGL?"
</pre>
</pre>
== Rest of the file (Unreal Tournament) ==
== Rest of the file (Unreal Tournament) ==
<pre>
<pre>
[OpenGLRenderDevice]
[OpenGLRenderDevice]
; EN: ClassCaption="XOpenGL Support"
; EN: ClassCaption="OpenGL Support"
ClassCaption="Soporte para XOpenGL"
ClassCaption="Soporte para OpenGL"
; EN: AskInstalled="Do you have a graphics card supporting at least OpenGL version 3.3 or greater installed?"
; EN: AskInstalled="Do you have a OpenGL compatible 3D accelerator installed?"
AskInstalled="¿Tienes instalada una tarjeta gráfica que soporte al menos la versión 3.3 o superior de OpenGL?"
AskInstalled="¿Tienes instalada una tarjeta compatible OpenGL aceleradora de gráficos en 3D?"
; EN: AskUse="Do you want Unreal Tournament to use your XOpenGL accelerator?"
; EN: AskUse="Do you want Unreal Tournament to use your OpenGL accelerator?"
AskUse="¿Quieres que Unreal Tournament utilice tu tarjeta aceleradora XOpenGL?"
AskUse="¿Quieres que Unreal Tournament utilice tu tarjeta aceleradora OpenGL?"
</pre>
</pre>
{{Navbox Localization Language-Specific
{{Navbox Localization Language-Specific

Latest revision as of 15:20, 21 March 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).
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 Spanish 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
OpenGLDrv
Language Spanish
Game 1 Unreal
Status 7/7
Game 2 Unreal Tournament
Status 7/7

Rest of the file (Shared)

[Public]
Object=(Name=OpenGLDrv.OpenGLRenderDevice,Class=Class,MetaClass=Engine.RenderDevice,Autodetect=opengl32.dll)
; EN: Preferences=(Caption="OpenGL Support",Parent="Rendering",Class=OpenGLDrv.OpenGLRenderDevice,Immediate=True)
Preferences=(Caption="Soporte para OpenGL",Parent="Reproducción",Class=OpenGLDrv.OpenGLRenderDevice,Immediate=True)

[Errors]
; EN: NoFindGL="Can't find OpenGL driver %ls"
NoFindGL="No se ha podido encontrar el controlador OpenGL %ls."
; EN: MissingFunc="Missing OpenGL function %ls (%i)"
MissingFunc="Falta la función OpenGL %ls (%i)."
; EN: ResFailed="Failed to set resolution"
ResFailed="No se ha podido ajustar la resolución."

Rest of the file (Unreal)

[OpenGLRenderDevice]
; EN: ClassCaption="OpenGL Support"
ClassCaption="Soporte para OpenGL"
; EN: AskInstalled="Do you have a OpenGL compatible 3D accelerator installed?"
AskInstalled="¿Tienes instalada una tarjeta compatible OpenGL aceleradora de gráficos en 3D?"
; EN: AskUse="Do you want Unreal to use your OpenGL accelerator?"
AskUse="¿Quieres que Unreal utilice tu tarjeta aceleradora OpenGL?"

Rest of the file (Unreal Tournament)

[OpenGLRenderDevice]
; EN: ClassCaption="OpenGL Support"
ClassCaption="Soporte para OpenGL"
; EN: AskInstalled="Do you have a OpenGL compatible 3D accelerator installed?"
AskInstalled="¿Tienes instalada una tarjeta compatible OpenGL aceleradora de gráficos en 3D?"
; EN: AskUse="Do you want Unreal Tournament to use your OpenGL accelerator?"
AskUse="¿Quieres que Unreal Tournament utilice tu tarjeta aceleradora OpenGL?"
Unreal Spanish Localization
Shared files: ALAudio.estCore.estD3DDrv.estEditor.estEngine.estIpDrv.estSetup.estStartup.estUnrealEd.estWindow.estWinDrv.estD3D9Drv.estFMODAudioDrv.estGalaxy.estGlideDrv.estIpServer.estMeTaLDrv.estOpenGLDrv.estSglDrv.estSoftDrv.estUBrowser.estUMenu.estUnrealI.estUnrealShare.estUWindow.estXDrv.estXMesaGLDrv.estXOpenGLDrv.est
Unreal exclusives: SetupUnreal.estSetupUnrealPatch.estD3D8Drv.estEFX.estOGLDrv.estOldOpenGLDrv.estOldWeapons.estPhysXPhysics.estScriptedAI.estSDL2Drv.estSwFMOD.estUnreal.estUnrealIntegrity.estUnrealLinux.estUnrealLinux.bin.estUnrealOSX.estUnrealOSX.bin.estUnrealSDL2.estUnrealSDL2.bin.estUnrealXLinux.estUnrealXLinux.bin.estUWebAdmin.estWebAdminHTML.est
Assets: Bluff.estCeremony.estChizra.estDark.estDasaCellars.estDasaPass.estDCrater.estDig.estDKNightOp.estDmAriza.estDmBeyondTheSun.estDmCurse.estDmDeathFan.estDmDeck16.estDmElsinore.estDmExar.estDMfith.estDmHealPod.estDmMorbias.estDmRadikus.estDmRetrospective.estDmRiot.estDmTundra.estDug.estEndGame.estExtremeBeg.estExtremeCore.estExtremeDark.estExtremeDarkGen.estExtremeDGen.estExtremeEnd.estExtremeGen.estExtremeLab.estFemale1Skins.estFemale2Skins.estGateway.estHarobed.estIsvDeck1.estIsvKran32.estIsvKran4.estMale1Skins.estMale2Skins.estMale3Skins.estNaliBoat.estNaliC.estNaliLord.estNoork.estNyleve.estPassage.estQueenEnd.estRuins.estSkTrooperSkins.estSkyBase.estSkyCaves.estSkyTown.estSpireVillage.estTerraLift.estTerraniux.estTheSunspire.estTrench.estVeloraEnd.estVortex2.est
Return to Na Pali: UDSDemo.estUPak.estUPakFix.estAbyss.estCrashsite.estCrashsite1.estCrashsite2.estDmAthena.estDmDaybreak.estDmHazard.estDmStomp.estDmSunSpeak.estDmTerra.estDuskFalls.estEldora.estEnd.estFoundry.estGlacena.estGlathriel1.estGlathriel2.estInterIntro.estInter1.estInter2.estInter3.estInter4.estInterCrashsite.estInter5.estInter6.estInter7.estInter8.estInter9.estInter10.estInter11.estInter12.estInter13.estInter14.estIntro1.estIntro2.estNagomi.estNagomiSun.estNalic2.estNevec.estSpireLand.estToxic.estUGCredits.estUpack.estVelora.est
Fusion Mappack: DM-Cybrosis.estDM-Letting.estDM-Loxi.estDM-Mojo.estDM-Shrapnel.estDM-Twilight.est
Division Mappack: DmBayC.estDmCreek.estDmDespair.estDmEclipse.estDmKrazy.estDmLocke.estDmMorbfanza.estDmScruular.estDmSplash.estDmVilla.est
Unreal Tournament Spanish Localization
Shared files: ALAudio.estCore.estD3DDrv.estEditor.estEngine.estIpDrv.estSetup.estStartup.estUnrealEd.estWindow.estWinDrv.estD3D9Drv.estFMODAudioDrv.estGalaxy.estGlideDrv.estIpServer.estMeTaLDrv.estOpenGLDrv.estSglDrv.estSoftDrv.estUBrowser.estUMenu.estUnrealI.estUnrealShare.estUWindow.estXDrv.estXMesaGLDrv.estXOpenGLDrv.estUWeb.est
UT exclusives: Botpack.estCluster.estSDLDrv.estSDLGLDrv.estSDLSoftDrv.estudemo.estUnrealTournament.estUTBrowser.estUTMenu.estUTServerAdmin.est
Assets: AS-Frigate.estAS-Guardia.estAS-HiSpeed.estAS-Mazon.estAS-Oceanfloor.estAS-Overlord.estAS-Rook.estAS-Tutorial.estBossSkins.estCityIntro.estCommandoSkins.estCTF-Command.estCTF-Coret.estCTF-Dreary.estCTF-EternalCave.estCTF-Face.estCTF-Gauntlet.estCTF-LavaGiant.estCTF-Niven.estCTF-November.estCTF-Tutorial.estDM-Barricade.estDM-Codex.estDM-Conveyor.estDM-Curse][.estDM-Deck16][.estDM-Fetid.estDM-Fractal.estDM-Gothic.estDM-Grinder.estDM-HyperBlast.estDM-KGalleon.estDM-Liandri.estDM-Morbias][.estDM-Morpheus.estDM-Oblivion.estDM-Peak.estDM-Phobos.estDM-Pressure.estDM-Pyramid.estDM-Stalwart.estDM-StalwartXL.estDM-Tempest.estDM-Turbine.estDM-Tutorial.estDM-Zeto.estDOM-Cinder.estDOM-Condemned.estDOM-Cryptic.estDOM-Gearbolt.estDOM-Ghardhen.estDOM-Lament.estDOM-Leadworks.estDOM-MetalDream.estDOM-Olden.estDOM-Sesmar.estDOM-Tutorial.estEOL_Assault.estEOL_Challenge.estEOL_CTF.estEOL_Deathmatch.estEOL_Domination.estEOL_Statues.estFCommandoSkins.estSGirlSkins.estSoldierSkins.estUTCredits.estUT-Logo-Map.est
GOTY Edition: de.estmultimesh.estrelics.estrelicsbindings.esttcowmeshskins.esttnalimeshskins.esttskmskins.estCTF-Cybrosis][.estCTF-Darji16.estCTF-Face][.estCTF-HallOfGiants.estCTF-High.estCTF-Hydro16.estCTF-Kosov.estCTF-Noxion16.estCTF-Nucleus.estCTF-Orbital.estDM-Agony.estDM-ArcaneTemple.estDM-Crane.estDM-Cybrosis][.estDM-HealPod][.estDM-Malevolence.estDM-Mojo][.estDM-Shrapnel][.estDM-SpaceNoxx.est
Bonus Pack 4: skeletalchars.estCTF-Beatitude.estCTF-EpicBoy.estCTF-Face-SE.estCTF-Ratchet.estDM-Bishop.estDM-Closer.estDM-Grit-TOURNEY.estDM-Viridian-TOURNEY.estDOM-Bullet.estDOM-Cidom.estDOM-Lament][.estDOM-WolfsBay.est
Rocket Arena: RocketArena.estRocketArenaMultimesh.estRA-Akuma.estRA-Clawfist.estRA-CliffyB.estRA-DavidM.estRA-DavidM2.estRA-Ebolt.estRA-GE][.estRA-Heiko.estRA-Inoxx.estRA-OutWorld.estRA-Shinigami.estRA-Warren.estRA-Qwerty.estRA-Revolver.est
Chaos UT: ChaosUT.estChaosUTMiscMuts.estChaosGames.estChreks.estChrekSkins.estChrekvoicedozer.estChrekvoicescout.estCTF-CUT_ChaosCastle-pf.estCTF-CUT_Horus.estDM-CUT_Eclipse.estDM-CUT_Proxyking.estDM-CUT_SkullMoon.estDM-CUT_StorageAlpha.estDM-CUT_ThebellTolls.estDM-CUT_WeaponsOfChaos.estDM-CUT_WeaponsOfWar.estUTChaosMap.estKOTH_BaseStationTheta.est