mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 22:25:46 -04:00
capitalize strings (#563)
This commit is contained in:
parent
095a3a8a48
commit
98ff01e26f
1 changed files with 87 additions and 87 deletions
|
@ -102,43 +102,43 @@ par 32 210 # 03:30 - Voros for v0.11 - 2017/02
|
|||
# Text shown on startup in Boom-compatible ports. This is all in
|
||||
# STARTUP5, so if a mod replaces STARTUP1-4, it will still be shown.
|
||||
STARTUP5============================================================================\nThis is Freedoom, the free content first person shooter.\n\nFreedoom is freely redistributable under the terms of the modified BSD\nlicense. Check out the Freedoom website for more information:\n\n https://freedoom.github.io/\n============================================================================
|
||||
GOTARMOR = picked up a light armor vest.
|
||||
GOTMEGA = picked up a heavy armor vest.
|
||||
GOTHTHBONUS = got a 1% health bonus.
|
||||
GOTARMBONUS = got a 1% armor bonus.
|
||||
GOTSTIM = picked up a small health pack.
|
||||
GOTMEDINEED = found a large health pack, just in time!
|
||||
GOTMEDIKIT = picked up a large health pack.
|
||||
GOTSUPER = you got the overdrive sphere!
|
||||
GOTBLUECARD = picked up a blue passcard.
|
||||
GOTYELWCARD = picked up a yellow passcard.
|
||||
GOTREDCARD = picked up a red passcard.
|
||||
GOTBLUESKUL = picked up a blue skeleton key.
|
||||
GOTYELWSKUL = picked up a yellow skeleton key.
|
||||
GOTREDSKULL = picked up a red skeleton key.
|
||||
GOTINVUL = you are untouchable!
|
||||
GOTBERSERK = punch 'em to death!
|
||||
GOTINVIS = you got the stealth sphere!
|
||||
GOTSUIT = picked up a hazard suit.
|
||||
GOTMAP = got the tactical survey map.
|
||||
GOTVISOR = got the night vision goggles.
|
||||
GOTMSPHERE = you got the ultra-overdrive sphere!
|
||||
GOTCLIP = picked up an ammo clip.
|
||||
GOTCLIPBOX = picked up a box of ammo.
|
||||
GOTROCKET = picked up a missile.
|
||||
GOTROCKBOX = picked up a crate of missiles.
|
||||
GOTCELL = picked up a small energy recharge.
|
||||
GOTCELLBOX = picked up a large energy recharge.
|
||||
GOTSHELLS = picked up some shotgun shells.
|
||||
GOTSHELLBOX = picked up a box of shotgun shells.
|
||||
GOTBACKPACK = you found a backpack!
|
||||
GOTBFG9000 = the SKAG 1337 ... time to kick some ass!
|
||||
GOTCHAINGUN = you got the minigun!
|
||||
GOTCHAINSAW = you got the angle grinder!
|
||||
GOTLAUNCHER = you got the missile launcher!
|
||||
GOTPLASMA = you got the polaric energy cannon!
|
||||
GOTSHOTGUN = you got the pump-action shotgun!
|
||||
GOTSHOTGUN2 = you got the double-barrelled shotgun!
|
||||
GOTARMOR = Picked up a light armor vest.
|
||||
GOTMEGA = Picked up a heavy armor vest.
|
||||
GOTHTHBONUS = Got a 1% health bonus.
|
||||
GOTARMBONUS = Got a 1% armor bonus.
|
||||
GOTSTIM = Picked up a small health pack.
|
||||
GOTMEDINEED = Found a large health pack, just in time!
|
||||
GOTMEDIKIT = Picked up a large health pack.
|
||||
GOTSUPER = You got the Overdrive Sphere!
|
||||
GOTBLUECARD = Picked up a blue passcard.
|
||||
GOTYELWCARD = Picked up a yellow passcard.
|
||||
GOTREDCARD = Picked up a red passcard.
|
||||
GOTBLUESKUL = Picked up a blue skeleton key.
|
||||
GOTYELWSKUL = Picked up a yellow skeleton key.
|
||||
GOTREDSKULL = Picked up a red skeleton key.
|
||||
GOTINVUL = You are untouchable!
|
||||
GOTBERSERK = Punch 'em to death!
|
||||
GOTINVIS = You got the Stealth Sphere!
|
||||
GOTSUIT = Picked up a Hazard Suit.
|
||||
GOTMAP = Got the Tactical Survey Map.
|
||||
GOTVISOR = Got the Night Vision Goggles.
|
||||
GOTMSPHERE = You got the Ultra-Overdrive Sphere!
|
||||
GOTCLIP = Picked up an ammo clip.
|
||||
GOTCLIPBOX = Picked up a box of ammo.
|
||||
GOTROCKET = Picked up a missile.
|
||||
GOTROCKBOX = Picked up a crate of missiles.
|
||||
GOTCELL = Picked up a small energy recharge.
|
||||
GOTCELLBOX = Picked up a large energy recharge.
|
||||
GOTSHELLS = Picked up some shotgun shells.
|
||||
GOTSHELLBOX = Picked up a box of shotgun shells.
|
||||
GOTBACKPACK = You found a backpack!
|
||||
GOTBFG9000 = The SKAG 1337 ... time to kick some ass!
|
||||
GOTCHAINGUN = You got the minigun!
|
||||
GOTCHAINSAW = You got the angle grinder!
|
||||
GOTLAUNCHER = You got the missile launcher!
|
||||
GOTPLASMA = You got the polaric energy cannon!
|
||||
GOTSHOTGUN = You got the pump-action shotgun!
|
||||
GOTSHOTGUN2 = You got the double-barrelled shotgun!
|
||||
TAG_FIST = Fist
|
||||
TAG_BFG9000 = SKAG 1337
|
||||
TAG_CHAINGUN = Minigun
|
||||
|
@ -147,21 +147,21 @@ TAG_ROCKETLAUNCHER = Missile Launcher
|
|||
TAG_PLASMARIFLE = Polaric Energy Cannon
|
||||
TAG_SHOTGUN = Pump-Action Shotgun
|
||||
TAG_SUPERSHOTGUN = Double-Barrelled Shotgun
|
||||
PD_BLUEO = this object requires a blue key.
|
||||
PD_REDO = this object requires a red key.
|
||||
PD_YELLOWO = this object requires a yellow key.
|
||||
PD_BLUEK = this door requires a blue key.
|
||||
PD_REDK = this door requires a red key.
|
||||
PD_YELLOWK = this door requires a yellow key.
|
||||
PD_BLUEC = this door requires the blue passcard.
|
||||
PD_REDC = this door requires the red passcard.
|
||||
PD_YELLOWC = this door requires the yellow passcard.
|
||||
PD_BLUES = this door requires the blue skeleton key.
|
||||
PD_REDS = this door requires the red skeleton key.
|
||||
PD_YELLOWS = this door requires the yellow skeleton key.
|
||||
PD_ANY = this door requires any key.
|
||||
PD_ALL3 = this door requires all three keys.
|
||||
PD_ALL6 = this door requires all six keys!
|
||||
PD_BLUEO = This object requires a blue key.
|
||||
PD_REDO = This object requires a red key.
|
||||
PD_YELLOWO = This object requires a yellow key.
|
||||
PD_BLUEK = This door requires a blue key.
|
||||
PD_REDK = This door requires a red key.
|
||||
PD_YELLOWK = This door requires a yellow key.
|
||||
PD_BLUEC = This door requires the blue passcard.
|
||||
PD_REDC = This door requires the red passcard.
|
||||
PD_YELLOWC = This door requires the yellow passcard.
|
||||
PD_BLUES = This door requires the blue skeleton key.
|
||||
PD_REDS = This door requires the red skeleton key.
|
||||
PD_YELLOWS = This door requires the yellow skeleton key.
|
||||
PD_ANY = This door requires any key.
|
||||
PD_ALL3 = This door requires all three keys.
|
||||
PD_ALL6 = This door requires all six keys!
|
||||
HUSTR_E1M1 = C1M1: Outer Prison
|
||||
HUSTR_E1M2 = C1M2: Communications Center
|
||||
HUSTR_E1M3 = C1M3: Waste Disposal
|
||||
|
@ -198,23 +198,23 @@ HUSTR_E4M6 = C4M6: Command Center
|
|||
HUSTR_E4M7 = C4M7: Waste Treatment
|
||||
HUSTR_E4M8 = C4M8: Launch Bay
|
||||
HUSTR_E4M9 = C4M9: Operations
|
||||
CC_ZOMBIE = zombie
|
||||
CC_SHOTGUN = shotgun zombie
|
||||
CC_HEAVY = minigun zombie
|
||||
CC_IMP = serpentipede
|
||||
CC_DEMON = flesh worm
|
||||
CC_LOST = deadflare
|
||||
CC_CACO = trilobite
|
||||
CC_HELL = pain bringer
|
||||
CC_BARON = pain lord
|
||||
CC_ARACH = technospider
|
||||
CC_PAIN = summoner
|
||||
CC_REVEN = dark soldier
|
||||
CC_MANCU = combat slug
|
||||
CC_ARCH = flame bringer
|
||||
CC_SPIDER = large technospider
|
||||
CC_CYBER = assault tripod
|
||||
CC_HERO = savior of humanity
|
||||
CC_ZOMBIE = Zombie
|
||||
CC_SHOTGUN = Shotgun Zombie
|
||||
CC_HEAVY = Minigun Zombie
|
||||
CC_IMP = Serpentipede
|
||||
CC_DEMON = Flesh Worm
|
||||
CC_LOST = Deadflare
|
||||
CC_CACO = Trilobite
|
||||
CC_HELL = Pain Bringer
|
||||
CC_BARON = Pain Lord
|
||||
CC_ARACH = Technospider
|
||||
CC_PAIN = Summoner
|
||||
CC_REVEN = Dark Soldier
|
||||
CC_MANCU = Combat Slug
|
||||
CC_ARCH = Flame Bringer
|
||||
CC_SPIDER = Large Technospider
|
||||
CC_CYBER = Assault Tripod
|
||||
CC_HERO = Savior of Humanity
|
||||
HUSTR_1 = MAP01: Hydroelectric Plant
|
||||
HUSTR_2 = MAP02: Filtration Tunnels
|
||||
HUSTR_3 = MAP03: Crude Processing Center
|
||||
|
@ -316,25 +316,25 @@ HUSTR_PLRGREEN = g:
|
|||
HUSTR_PLRINDIGO = i:
|
||||
HUSTR_PLRBROWN = b:
|
||||
HUSTR_PLRRED = r:
|
||||
AMSTR_FOLLOWON = map following player
|
||||
AMSTR_FOLLOWOFF = map no longer following player
|
||||
AMSTR_GRIDON = map grid on
|
||||
AMSTR_GRIDOFF = map grid off
|
||||
AMSTR_MARKEDSPOT = added map bookmark
|
||||
AMSTR_MARKSCLEARED = all map bookmarks cleared.
|
||||
STSTR_MUS = music changed
|
||||
STSTR_NOMUS = unknown music track?
|
||||
STSTR_DQDON = god mode on
|
||||
STSTR_DQDOFF = god mode off
|
||||
STSTR_KFAADDED = keys, weapons and ammo added.
|
||||
STSTR_FAADDED = weapons and ammo added.
|
||||
STSTR_NCON = noclip on
|
||||
STSTR_NCOFF = noclip off
|
||||
STSTR_CHOPPERS = vroom!
|
||||
AMSTR_FOLLOWON = Map following player.
|
||||
AMSTR_FOLLOWOFF = Map no longer following player.
|
||||
AMSTR_GRIDON = Map grid on.
|
||||
AMSTR_GRIDOFF = Map grid off.
|
||||
AMSTR_MARKEDSPOT = Added map bookmark.
|
||||
AMSTR_MARKSCLEARED = All map bookmarks cleared.
|
||||
STSTR_MUS = Music changed.
|
||||
STSTR_NOMUS = Unknown music track?
|
||||
STSTR_DQDON = God mode on.
|
||||
STSTR_DQDOFF = God mode off.
|
||||
STSTR_KFAADDED = Keys, weapons and ammo added.
|
||||
STSTR_FAADDED = Weapons and ammo added.
|
||||
STSTR_NCON = Noclip on.
|
||||
STSTR_NCOFF = Noclip off.
|
||||
STSTR_CHOPPERS = Vroom!
|
||||
STSTR_BEHOLD = v=invuln, s=steroids, i=invis, r=hazard, a=map, l=night vision
|
||||
NIGHTMARE = this is the highest skill level.\n\
|
||||
not recommended unless you're experienced.\n\n\
|
||||
(press y to confirm)
|
||||
NIGHTMARE = This is the highest skill level.\n\
|
||||
Not recommended unless you're experienced.\n\n\
|
||||
(Press Y to confirm)
|
||||
#HUSTR_CHATMACRO1
|
||||
#HUSTR_CHATMACRO2
|
||||
#HUSTR_CHATMACRO3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue