generated from Jaysyn/ModuleTemplate
24 lines
1.4 KiB
Plaintext
24 lines
1.4 KiB
Plaintext
// 5.4
|
|
// added code to single char to allow more than one char per account
|
|
// 5.3
|
|
// changed nohcrenabled text to tell what to do.
|
|
// hc_text_enter
|
|
// This file contains many of the text strings used throughout HCR for those
|
|
// wishing to convert HCR to a foreign language.
|
|
// Best Wishes, Archaegeo
|
|
|
|
const string DMBOOTPK = " booted for excessive PK.";
|
|
const string PCBOOTPK = "You are being booted for exceeding the PK limit of the server.";
|
|
const string SINGLEBOOT = "You are only allowed one character at a time on this server. Please use this character: ";
|
|
const string SINGLEREG = "This character is now registered for this server.";
|
|
const string LOCKED = "The module is currently locked. Please try back later.";
|
|
const string DMRES = "The server is at its player limit. Remaining spots are for DMs.";
|
|
const string NOHCRENABLED = "This Server has not yet enabled any HCR features. Please ask the creator to change HCRREAD=1 in the hc_defaults script to use HCR features.";
|
|
const string HCRINTRO = "To learn more about HCR examine the sign. To buy your initial gear, go click on it.";
|
|
const string NOGOLD = "You have been stripped of all your gold and items and credited ";
|
|
const string NEWLEVEL = "You have been advanced to level ";
|
|
const string SUBENABLE = " has been enabled for you.";
|
|
const string BANNED = "You have been banned from this server.";
|
|
const string MULTIBOOT = "You already have your limit of players allowed on this server.";
|
|
|