mirror of
https://github.com/araxiaonline/GMGenie.git
synced 2026-06-13 02:32:22 -04:00
13 lines
559 B
Lua
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."; |