/**
 * LANGUAGE lump for ZandroSpree
 * 
 * In addition to translations, you can use this if you want to change the
 * colors of different messages, for example.
 */

[enu default]


// Sprees/multikills:

SPREE0 = "Killing Spree";
SPREE1 = "Rampage!";
SPREE2 = "Dominating!";
SPREE3 = "Unstoppable!";
SPREE4 = "GODLIKE!";
SPREE5 = "WICKED SICK!";

MULTI0 = "Double Kill!";
MULTI1 = "Multi Kill!";
MULTI2 = "MEGA Kill!!";
MULTI3 = "ULTRA Kill!!";
MULTI4 = "MONSTER Kill!!!";
MULTI5 = "LUDICROUS Kill!!!";
MULTI6 = "H O L Y  S H I T !";

SPREE_COLOR0 = "\cj";
SPREE_COLOR1 = "\cd";
SPREE_COLOR2 = "\ch";
SPREE_COLOR3 = "\cg";
SPREE_COLOR4 = "\cf";
SPREE_COLOR5 = "\ca";

MULTI_COLOR0 = "\cj";
MULTI_COLOR1 = "\cd";
MULTI_COLOR2 = "\ck";
MULTI_COLOR3 = "\ch";
MULTI_COLOR4 = "\cn";
MULTI_COLOR5 = "\ca";
MULTI_COLOR6 = "\cg";

SPREE_NOCOLOR = "\cn";
MULTI_NOCOLOR = "\cg";


// Ending sprees:
SPREE_END = "'s killing spree was ended by \c-";
SPREE_END_NOCOLOR = "\cn";
SPREE_END_COLOR = "\cj";


// Suicides:
SPREE_SELF = " was lookin' good until ";
SPREE_MALE = "he killed himself";
SPREE_FEMALE = "she killed herself";
SPREE_OTHER = "it killed itself";
SPREE_SELF_COLOR = "\cj";
SPREE_SELF_NOCOLOR = "\cn";

// Misc.
// Copy-pasted in case someone wants to change the messages.
SPREE_ONSPREE0 = " is on a ";
SPREE_ONSPREE1 = " is on a ";
SPREE_ONSPREE2 = " is ";
SPREE_ONSPREE3 = " is ";
SPREE_ONSPREE4 = " is ";
SPREE_ONSPREE5 = " is ";
