language.txt 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. [enu default]
  2. //Obituaries
  3. OB_BHOL2 = "%o got absorved by the darkness.";
  4. OB_BHOLE = "%o got disintegrated by %k's Black Hole Generator.";
  5. OB_DEMO = "%o felt the power of the Spider-Demolisher.";
  6. OB_HECT = "%o was cremated by a Hectebus.";
  7. //Pickups
  8. IP_BHOLE = "You got the Black Hole Generator!";
  9. PD_BLUECO = "\cCYou need a \cHblue keycard\cC to activate this object.";
  10. PD_REDCO = "\cCYou need a \cRred keycard\cC to activate this object.";
  11. PD_YELLOWCO = "\cCYou need a \cFyellow keycard\cC to activate this object.";
  12. PD_BLUESO = "\cCYou need a \cIorange keycard\cC to activate this object.";
  13. PD_REDSO = "\cCYou need a \cDgreen keycard\cC to activate this object.";
  14. PD_YELLOWSO = "\cCYou need a \cTpurple keycard\cC to activate this object.";
  15. PD_BLUEC = "\cCYou need a \cHblue keycard\cC to open this door.";
  16. PD_REDC = "\cCYou need a \cRred keycard\cC to open this door.";
  17. PD_YELLOWC = "\cCYou need a \cFyellow keycard\cC to open this door.";
  18. PD_BLUES = "\cCYou need a \cIorange keycard\cC to open this door.";
  19. PD_REDS = "\cCYou need a \cDgreen keycard\cC to open this door.";
  20. PD_YELLOWS = "\cCYou need a \cTpurple keycard\cC to open this door.";
  21. GOTREDCARD = "Picked up a red keycard.";
  22. GOTYELWCARD = "Picked up a yellow keycard.";
  23. GOTBLUECARD = "Picked up a blue keycard.";
  24. GOTBLUESKUL = "Picked up a orange keycard .";
  25. GOTYELWSKUL = "Picked up a purple keycard.";
  26. GOTREDSKUL = "Picked up a green keycard.";
  27. SECRETMESSAGE = "\cUYou have found a \cCsecret\cU!";
  28. MN_OPAUST = "Adjust these options to improve performance on low end computers.";
  29. MN_OPDIST = "Rendering Distance";
  30. MN_OPFAR1 = "Far";
  31. MN_OPFAR2 = "Very Far";
  32. MN_OPNEAR = "Near";
  33. MN_OPNONE = "None";
  34. MN_OPNORM = "Normal";
  35. MN_OPREFL = "Reflections";