da6651ff20
Verbatim import of the Chronos addon from refaim's Vanilla WoW 1.12 addon development libraries archive: https://github.com/refaim/Vanilla-WoW-1.12-Addon-Development-Libraries-Archive (Libraries/Chronos) Chronos is a hard dependency of CallOfElements (Chronos.scheduleByName/ startTimer/etc.). Hosting it as a standalone addon so the launcher can install it alongside CoE. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
12 lines
507 B
Lua
12 lines
507 B
Lua
-- Version : German (by pc, StarDust)
|
|
-- Last Update : 02/17/2005
|
|
|
|
if ( GetLocale() == "deDE" ) then
|
|
|
|
-- Chat Configuration
|
|
SCHEDULE_COMM = {"/in","/pause","/verz\195\182gern"};
|
|
SCHEDULE_DESC = "/in <Sekunden> <Befehl> [<Param> ...]";
|
|
SCHEDULE_USAGE1 = "Funktionsweise: /in <Sekunden> <Befehl> [<Param> ...] |cFFCC9966[Hinweis: /in KANN KEINE Zauber wirken um die Erstellung von Bots zu verhindern]|r";
|
|
SCHEDULE_USAGE2 = "Startet <Befehl> mit den Parametern <Param> nach <Sekunden> Sekunden.";
|
|
|
|
end |