Files
GMGenie/Chronos/localization.en.lua
2014-07-02 11:06:24 +02:00

13 lines
559 B
Lua

--------------------------------------------------
-- localization.en.lua (English)
-- $LastChangedBy: Gryphon $
-- $Date: 2007-02-02 16:41:28 -0600 (Fri, 02 Feb 2007) $
-- Translation:
-- Default Locale enGB
-- Chat Configuration
SCHEDULE_COMM = { "/in", "/pause", "/delay" };
SCHEDULE_DESC = "/in <seconds> <command> [<args> ...] |cFFCC9966[Note: /in CANNOT cast spells to prevent creation of bots]|r";
SCHEDULE_USAGE1 = "Usage: /in <seconds> <command> [<args> ...]";
SCHEDULE_USAGE2 = "Runs <command> with arguments <args> after <seconds> seconds pass.";