mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-26 14:01:45 +00:00
Add British English "translation", because u's matter
This commit is contained in:
parent
0fa0dc5f9e
commit
9edf409ea2
1 changed files with 25 additions and 0 deletions
25
wadsrc/static/language.eng
Normal file
25
wadsrc/static/language.eng
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
/* British English */
|
||||||
|
|
||||||
|
[eng]
|
||||||
|
|
||||||
|
GOTARMOR = "Picked up the armour.";
|
||||||
|
GOTMEGA = "Picked up the MegaArmour!";
|
||||||
|
GOTARMBONUS = "Picked up an armour bonus.";
|
||||||
|
|
||||||
|
SCORE_COLOR = "COLOUR";
|
||||||
|
|
||||||
|
TAG_SHADOWARMOR = "Shadow Armour";
|
||||||
|
TAG_METALARMOR = "Metal Armour";
|
||||||
|
TAG_LEATHER = "Leather Armour";
|
||||||
|
TAG_ARMORER = "Armourer";
|
||||||
|
|
||||||
|
TXT_ARMOR1 = "MESH ARMOUR";
|
||||||
|
|
||||||
|
TXT_METALARMOR = "You picked up the Metal Armour.";
|
||||||
|
TXT_LEATHERARMOR = "You picked up the Leather Armour.";
|
||||||
|
TXT_SHADOWARMOR = "You picked up the Shadow armour.";
|
||||||
|
|
||||||
|
GOTCHEXARMOR = "Picked up the Chex(R) Armour.";
|
||||||
|
GOTSUPERCHEXARMOR = "Picked up the Super Chex(R) Armour!";
|
||||||
|
|
||||||
|
OB_BIPEDICUS2 = "%o was slimed by an armoured bipedicus.";
|
Loading…
Reference in a new issue