language.enu 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. [enu default]
  2. //Menues
  3. OPTMNU_TNT = "Torment & Torture Options";
  4. MN_OPBLUR = "Motion Blur";
  5. MN_OPDIST = "Rendering Distance";
  6. MN_OPFAR1 = "Far";
  7. MN_OPFAR2 = "Very Far";
  8. MN_OPNEAR = "Near";
  9. MN_OPNONE = "None";
  10. MN_OPNORM = "Normal";
  11. MN_OPUTNT = "Configure these options to control bindings, weather and new effects.";
  12. SECRETMESSAGE = "\cUYou have found a \cCsecret\cU!";
  13. //Maps
  14. TUTNTMAP01 = "The Opening Abyss";
  15. //Keys
  16. PD_BLUECO = "\cCYou need a \cHblue keycard\cC to activate this object.";
  17. PD_REDCO = "\cCYou need a \cRred keycard\cC to activate this object.";
  18. PD_YELLOWCO = "\cCYou need a \cFyellow keycard\cC to activate this object.";
  19. PD_BLUESO = "\cCYou need a \cHblue skull\cC to activate this object.";
  20. PD_REDSO = "\cCYou need a \cRred skull\cC to activate this object.";
  21. PD_YELLOWSO = "\cCYou need a \cFyellow skull\cC to activate this object.";
  22. PD_BLUEC = "\cCYou need a \cHblue keycard\cC to open this door.";
  23. PD_REDC = "\cCYou need a \cRred keycard\cC to open this door.";
  24. PD_YELLOWC = "\cCYou need a \cFyellow keycard\cC to open this door.";
  25. PD_BLUES = "\cCYou need a \cHblue skull\cC to open this door.";
  26. PD_REDS = "\cCYou need a \cRred skull\cC to open this door.";
  27. PD_YELLOWS = "\cCYou need a \cFyellow skull\cC to open this door.";
  28. GOTREDCARD = "Picked up a red keycard.";
  29. GOTYELWCARD = "Picked up a yellow keycard.";
  30. GOTBLUECARD = "Picked up a blue keycard.";
  31. GOTBLUESKUL = "Picked up a blue skull key.";
  32. GOTYELWSKUL = "Picked up a yellow skull key.";
  33. GOTREDSKUL = "Picked up a red skull key.";
  34. //NashGore
  35. OPTMNU_NASHGORE = "Customize Nash's Gore Mod";
  36. NASHGOREMNU_TITLE = "Nash's Gore Mod Options";
  37. NASHGOREMNU_BLOOD_TITLE = "Blood Options";
  38. NASHGOREMNU_GIB_TITLE = "Gib Options";
  39. NASHGOREMNU_MISC_TITLE = "Misc Options";
  40. NASHGOREMNU_CONTROLS_TITLE = "Controls";
  41. NASHGOREMNU_BLOOD_TYPE = "Blood Type";
  42. NASHGOREMNU_BLOOD_AMOUNT = "Blood Amount";
  43. NASHGOREMNU_BLOOD_SPRITES = "Blood Spot Type";
  44. NASHGOREMNU_BLOOD_SPURTS = "Blood Spurts";
  45. NASHGOREMNU_GIB_TYPE = "Gib Type";
  46. NASHGOREMNU_GIB_AMOUNT = "Gib Amount";
  47. NASHGOREMNU_MISC_CLEARGORENOW = "Clear Gore Now";
  48. NASHGOREMNU_MISC_MAXGORE = "Max Gore Objects";
  49. NASHGOREMNU_MISC_CORPSEBLOOD = "Corpse blood";
  50. NASHGOREMNU_MISC_FOOTPRINTS = "Footprints";
  51. NASHGOREMNU_MISC_DEATHFLIP = "Flip Death Sprite";
  52. NASHGOREMNU_MISC_SQUISH = "Squish Effect";
  53. NASHGOREMNU_MISC_ICEDEATH = "Ice Effects";
  54. NASHGOREMNU_MISC_SPLAT = "Fall Splat";
  55. NASHGOREMNU_CONTROLS_CLEARGORE = "Clear Gore Effects";
  56. // Generic reusable labels
  57. NASHGOREMNU_ENABLED = "Enabled";
  58. NASHGOREMNU_DEFAULT = "Default";
  59. NASHGOREMNU_VANILLA = "Vanilla";
  60. NASHGOREMNU_REALISTIC = "Realistic";
  61. // Specific labels
  62. NASHGOREMNU_BLOOD_TYPE_CLASSIC = "Classic";
  63. NASHGOREMNU_GIB_TYPE_NOSTICKYGIBS = "No wall & ceiling gibs";
  64. NASHGOREMNU_BLOOD_SPRITE_DECALS = "Decals";
  65. NASHGOREMNU_BLOOD_SPRITE_SPRITES = "Sprites";
  66. // Help text
  67. NASHGOREMNU_HELPTEXT_BLOOD_TYPE = "Hitscan blood effect type.";
  68. NASHGOREMNU_HELPTEXT_BLOOD_AMOUNT = "Adjusts amount of blood.";
  69. NASHGOREMNU_HELPTEXT_BLOOD_SPRITES = "Use decals or sprites for blood spots.";
  70. NASHGOREMNU_HELPTEXT_BLOOD_SPURTS = "Enable blood spurts on corpses.";
  71. NASHGOREMNU_HELPTEXT_GIB_TYPE = "Gib effect type.";
  72. NASHGOREMNU_HELPTEXT_GIB_AMOUNT = "Adjusts amount of gibs.";
  73. NASHGOREMNU_HELPTEXT_MISC_MAXGORE = "Maximum number of blood & gore objects to spawn.";
  74. NASHGOREMNU_HELPTEXT_MISC_CORPSEBLOOD = "Enable pool of blood under corpses.";
  75. NASHGOREMNU_HELPTEXT_MISC_FOOTPRINTS = "Enable bloody footprints.";
  76. NASHGOREMNU_HELPTEXT_MISC_DEATHFLIP = "Randomly flip sprite upon death.";
  77. NASHGOREMNU_HELPTEXT_MISC_SQUISH = "Enable squishy flesh when corpse is crushed.";
  78. NASHGOREMNU_HELPTEXT_MISC_ICEDEATH = "Enhanced effects upon breaking a frozen enemy.";
  79. NASHGOREMNU_HELPTEXT_MISC_SPLAT = "Enable splat effect when corpse falls from tall height.";
  80. NASHGOREMNU_HELPTEXT_MISC_CLEARGORENOW = "Removes all gore effects immediately.";
  81. NASHGOREMNU_HELPTEXT_CONTROLS_CLEARGORE = "Key bind to remove all gore objects.";