I know this isn't actively maintained anymore, but deDE locale was borked for some time (still had all potion locales e.g.) and was throwing "...is likely misspelled.." errors.
This is a fixed up deDE locale, seems to work flawlessly for me, could somebody commit this?
local L = AceLibrary("AceLocale-2.2"):new("CooldownTimers")
L:RegisterTranslations("deDE", function() return {
--options
["Cooldown Timer Bars"] = "Cooldown Timer Bars",
["Default Bar Settings"] = "Standard Einstellungen",
["Group Settings"] = "Gruppen Einstellungen",
["Group Name"] = "Gruppen Name",
["Skill Name"] = "F\195\164higkeitsname",
["Item Name"] = "Gegenstandsname",
["Pet Cooldown Name"] = "Name des Pet Cooldowns",
["Skill Cooldowns"] = "Spr\195\188che Cooldowns",
["Pet Cooldowns"] = "Begleiter Cooldowns",
["Item Cooldowns"] = "Gegenst\195\164nde Cooldowns",
["Cooldown group to put selected item in"] = "Cooldown Gruppe f\195\188r den ausgew\195\164hlten Gegenstand",
["Cooldown group to put selected skill in"] = "Cooldown Gruppe f\195\188r die ausgew\195\164hlte F\195\164higkeit",
["Cooldown group to put selected pet skill in"] = "Cooldown Gruppe f\195\188r die ausgew\195\164hlte F\195\164higkeit des Begleiters",
["Name of the item you would like to change settings for"] = "Name des Gegenstands, f\195\188r den die Einstellungen ge\195\164ndert werden sollen",
["Name of the pet cooldown you would like to change settings for"] = "Name des Begleiter-Cooldowns, f\195\188r den die Einstellungen ge\195\164ndert werden sollen",
["Name of the group you would like to change settings for"] = "Name der Gruppe, f\195\188r die die Einstellungen ge\195\164ndert werden sollen",
["Name of the skill you would like to change settings for"] = "Name der F\195\164higkeit, f\195\188r die die Einstellungen ge\195\164ndert werden sollen",
["Sets the default bar look, used after\ncustom group settings and\nindividual skill settings"] = "Standardeinstellungen vornehmen",
["Sets the default bar look, used after custom group settings and individual skill settings"] = "Standardeinstellungen vornehmen",
["Sets the settings for a particular group."] = "Einstellungen f\195\188r eine Gruppe",
["Sets the settings for individual cooldowns.\nEnable/Disable cooldowns here."] = "Einstellungen f\195\188r individuelle Cooldowns.\nCooldowns ein und ausstellen",
["Sets the settings for individual cooldowns. Enable/Disable cooldowns here."] = "Einstellungen f\195\188r individuelle Cooldowns. Cooldowns ein und ausstellen",
["Colors"] = "Farben",
["Sets the fade colors. Needs at least two, but\nwill take as many colors as you want.\n"] = "Farben einstellen",
["Sets the fade colors. Needs at least two, but will take as many colors as you want.\n"] = "Farben einstellen",
["Default Bar Colors set to: "] = "Standard Farben einstellen auf: ",
["Usage: <color1> <color2> ..."] = "Benutzung: <Farbe1> <Farbe2> ...",
["<time>"] = "<Zeit>",
["Sets how long bars take to fade after\nthe bar completes.\n"] = "Ausblenddauer einstellen\nnachdem der Balken komplett ist.\n",
["Sets how long bars take to fade after the bar completes.\n"] = "Ausblenddauer einstellen nachdem der Balken komplett ist.\n",
["Fade Time"] = "Ausblenddauer",
["Usage: <fadetime> (in seconds)"] = "Benutzung: <Dauer> (in Sekunden)",
["Fade time set to: "] = "Ausblenddauer setzen auf: ",
["Sets the default bar width."] = "Standardbalkenbreite.",
["Bar Width"] = "Balkenbreite",
["Sets the default bar height."] = "Balkenh\195\182he.",
["Bar Height"] = "Standardbalkenh\195\182he",
["Sets the default bar scale."] = "Standardbalkenskalierung.",
["Bar Scale"] = "Balkenskalierung",
["Grow Downwards"] = "Wachse abw\195\164rts",
["Whether the bars will stack up, or stack down"] = "Balken stapeln sich abw\195\164rts oder aufw\195\164rts",
["Whether the bars will be automatically\nsorted and automatically collapse"] = "Balken werden automatisch sortiert\nund zusammengefa\195\159t.",
["Whether the bars will be automatically sorted and automatically collapse"] = "Balken werden automatisch sortiert und zusammengefa\195\159t.",
["\n(See the left side for additional options when this is disabled)"] = "\n(Wenn dies ausgeschaltet ist, siehe linke Seite f\195\188r weitere Optionen)",
["Sort and Collapse Bars"] = "Balken sortieren und zusammenfassen",
["Bar Gap"] = "Balkenabstand",
["Sets the default space between bars."] = "Standardbalkenabstand.",
["\n(Only used when bars do not automatically collapse.)"] = "\n(Nur wenn automatische Zusammenfassung aktiviert ist.)",
["Bar Columns"] = "Balkenspalten",
["Sets the number of bar columns."] = "Anzahl der Spalten von Balken.",
["Locked"] = "Festgesetzt",
["Shows/Hides the group anchor."] = "Zeigt versteckt die Gruppenanker.",
["Create New Group"] = "Erstelle neue Gruppe",
["Make a new group to show cooldowns in.\n"] = "Erstellt eine neue Gruppe f\195\188r Cooldowns.\n",
["Group names must contain only letters"] = "Gruppennamen d\195\188rfen nur Buchstaben enthalten",
["Group already exists: "] = "Gruppe existiert bereits: ",
["Delete Group"] = "L\195\182sche Gruppe",
["Are you sure you want to delete group: "] = "Gruppe wirklich l\195\182schen: ",
["Delete this group (NOT RESTORABLE)\nDefault groups cannot be deleted."] = "Diese Gruppe l\195\182schen (nicht widerrufbar)\nStandardgruppen k\195\182nnen nicht gel\195\182scht werden.",
["Yes"] = "Ja",
["No"] = "Nein",
["Group deleted: "] = "Gruppe gel\195\182scht: ",
["Sets default colors for this group"] = "Standardfarben f\195\188r diese Gruppe",
["Sets default fade time for this group"] = "Standardausblendzeit f\195\188r diese Gruppe",
["Sets bar width for this group"] = "Balkenbreite f\195\188r diese Gruppe",
["Sets bar height for this group"] = "Balkenh\195\182he f\195\188r diese Gruppe",
["Sets scale for this group"] = "Balkenskalierung f\195\188r diese Gruppe",
["colors set to: "] = "Farben einstellen auf: ",
["Usage: <color1> <color2> ..."] = "Benutzung: <Farbe1> <Farbe2> ...",
["Custom Colors"] = "Benutzerdefinierte Farben",
["Use Default"] = "Standard benutzen",
["Uses the default bar settings"] = "Benutzt die Standard Balkeneinstellungen",
["Custom "] = "Benutzerdefiniert ",
["Enabled"] = "aktiviert",
["Enable tracking for this cooldown."] = "Aktiviert die \195\156berwachung dieses Cooldowns.",
["Enables and disables tracking of individual skill cooldowns."] = "Schaltet die \195\156berwachung einzelner F\195\164higkeiten-Cooldowns ein/aus.",
["Enables and disables tracking of individual item cooldowns."] = "Schaltet die \195\156berwachung einzelner Gegenstands-Cooldowns ein/aus.",
["Set the min time for a cooldown to be tracked."] = "Minimale Abklingzeit die \195\188berwacht wird.",
["Set the max time for a cooldown to be tracked."] = "Maximale Abklingzeit die \195\188berwacht wird.",
["Max Time"] = "Maximale Zeit",
["Min Time"] = "Minimale Zeit",
["Usage: <minTime> (in seconds)"] = "Benutzung: <minZeit> (in Sekunden)",
["Usage: <maxTime> (in seconds)"] = "Benutzung: <maxZeit> (in Sekunden)",
["set to:"] = "Einstellen auf:",
["Columns"] = "Spalten",
["Group"] = "Gruppe",
["Bar Texture"] = "Textur",
["Sets the status bar texture."] = "Stellt die Balkentextur ein.",
["Blizzard Default"] = "Blizzard Standard",
["Smooth"] = "Smooth",
["BantoBar"] = "BantoBar",
["Cilo"] = "Cilo",
["moved from group"] = "von Gruppe verschoben",
["to"] = "nach",
["Fix Groups"] = "Gruppen reparieren",
["Fix skills that have groups that no longer exist (moving them to groups that do exist)."] = "Repariert Spr\195\188che aus Gruppen die nicht mehr existieren\n(verschiebt in existierende Gruppen).",
["Show Menu"] = "Menu anzeigen",
["Shows the configuration menu"] = "Zeigt das Konfigurationsmenu",
["Condense Groups"] = "Sammelgruppen",
["Use this to condense multiple skills/items\nwith the same cooldown into a single bar."] = "F\195\188gt Spr\195\188che, die den gleichen Cooldown teilen,\nin einem gemeinsamen Balken zusammen.",
["Use this to condense multiple skills/items with the same cooldown into a single bar."] = "F\195\188gt Spr\195\188che, die den gleichen Cooldown teilen, in einem gemeinsamen Balken zusammen.",
["Remove this item from the condense group."] = "Spruch aus der Sammelgruppe entfernen.",
["Remove"] = "Entfernen",
["Condense this bar into a condense group"] = "Diesen Balken in Sammelgruppe aufnehmen",
["Condense Into"] = "Sammeln in",
["Create a new Condense Group with\nthis as a member"] = "Erstelle Sammelgruppe mit diesem Balken",
["New Condense Group"] = "Neue Sammelgruppe",
["Select a group to condense the selected skill into\n(e.g. for shared cooldowns)"] = "W\195\164hle eine Gruppe, in der die ausgew\195\164hlte F\195\164higkeit gesammelt werden soll\n(z.B. f\195\188r gemeinsame Cooldowns)",
["Select a group to condense the selected item into\n(e.g. for shared cooldowns)"] = "W\195\164hle eine Gruppe, in der der ausgew\195\164hlte Gegenstand gesammelt werden soll\n(z.B. f\195\188r gemeinsame Cooldowns)",
["Select a condense group to remove an item from"] = "W\195\164hle eine Sammelgruppe aus der ein Gegenstand entfernt werden soll",
["Select an ability or item to remove from this condense group"] = "W\195\164hle eine F\195\164higkeit oder einen Gegenstand, der aus dieser Sammelgruppe entfernt werden soll",
["New Condense Group"] = "Neue Sammelgruppe",
["<group name> (Numbers are not allowed, and make sure the group doesn't already exist)"] = "<Gruppenname> (Nummern sind nicht erlaubt, stelle sicher, dass die Gruppe nicht bereits existiert)",
["Scale of the announce text."] = "Skalierung des Ank\195\188digungstextes.",
["\nSee the readme for important notes about this option."] = "\nMehr Informationen zu dieser Option im readme.",
["Announce Scale"] = "Ank\195\188diungsskalierung",
["How long until the announce\nbegins fading."] = "Anzeigedauer bevor die Ank\195\188digung verbla\195\159t.",
["How long until the announce begins fading."] = "Anzeigedauer bevor die Ank\195\188digung verbla\195\159t.",
["Shows/Hides the announce anchor.\nWithout locking the announce will never\ndissapear!"] = "Zeigt/versteckt den Ank\195\188digungsanker.\nOhne Festsetzen wird die Ank\195\188ndigung\nniemals verschwinden!",
["Shows/Hides the announce anchor. Without locking the announce will never dissapear!"] = "Zeigt/versteckt den Ank\195\188digungsanker. Ohne Festsetzen wird die Ank\195\188ndigung niemals verschwinden!",
["Enables and disables the announcement\nof a cooldown completion."] = "Aktiviert/deaktiviert die Ank\195\188ndigung.",
["Enables and disables the announcement of a cooldown completion."] = "Aktiviert/deaktiviert die Ank\195\188ndigung.",
["Announce Settings"] = "Ank\195\188digungseinstellungen",
["Settings for the Announce display"] = "Einstellungen f\195\188r die Ank\195\188ndigungsanzeige",
["Display String"] = "Anzeigeformat",
["What you want the announce\nto say. Use %s for the skill name."] = "Wortlaut der Ank\195\188ndigung.\nBenutze %s f\195\188r den Spruchnamen.",
["What you want the announce to say. Use %s for the skill name."] = "Wortlaut der Ank\195\188ndigung. Benutze %s f\195\188r den Spruchnamen.",
["Auto Condense Groups"] = "Automatische Sammelgruppen",
["Try to have the addon determine what should be condensed, tries to use the last skill/item used"] = "Addon versucht festzustellen was gruppiert werden soll",
["Cooldowns from other people, click to disable"] = "Cooldowns anderer Spieler, klicken zum ausschalten",
["Group Cooldowns"] = "Gruppen-Cooldowns",
["Will pulse a bar of a skill that the player attempts to use while still on cooldown"] = "Pulsiert den Balken einer F\195\164higkeit, deren Cooldown noch nicht abgeklungen ist",
["Pulse on hit"] = "Bei Treffer pulsieren",
["Open GUI"] = "\195\150ffnet die GUI",
["Opens the Waterfall GUI for configuration"] = "\195\150ffnet die Waterfall GUI zur Konfiguration",
["GUI Configuration"] = "GUI Konfiguration",
["Opens the Waterfall GUI configuration menu"] = "\195\150ffnet das Waterfall GUI Konfigurationsmen\195\188",
["Enable Sound"] = "Sound aktivieren",
["Disable or enable the sound that plays when a cooldown is finished"] = "Schaltet den Sound bei Ablauf eines Cooldowns an/aus",
["cooldown"] = "abklingzeit",
["Cooldown"] = "Abklingzeit",
["Share this cooldown with your group"] = "Diesen Cooldown mit der Gruppe teilen.",
["Share"] = "Teilen",
["Pulse Alpha"] = "Puls Alpha",
["Maximum alpha of the pulse icon."] = "Maximales Alpha des Pulsierenden Icons",
["Pulse Fade-out"] = "Ausblenden des Pulses",
["Time it takes for the pulse icon to fade out."] = "Die Zeit, die es dauert, bis das Puls Icon ausgeblendet wird.",
["Pulse Fade-in"] = "Einblenden des Pulses",
["Time it takes for the pulse icon to fade in."] = "Die Zeit, die es dauert, bis das Puls Icon eingeblendet wird.",
["Pulse Locked"] = "Puls Icon festgesetzt",
["Lock/Unlock the pulse"] = "Setzt das Puls Icon fest",
--group anchor tooltips
["CDT Group Anchor"] = "CDT Gruppen Anker",
["Drag this to reposition"] = "Zum Positionieren verschieben",
["Shift+Left Click to hide"] = "Shift+Linksklick zum verstecken",
["Alt+Left Click to show a test bar"] = "Alt+Linksklick um einen Testbalken anzuzeigen",
["Alt+Left Click again to hide the test bar"] = "Alt+Linksklick erneut klicken um Testbalken zu verstecken",
["If you hide this, you can show it again by going to Group Options -> groupname -> Uncheck Lock"] = "Wenn der Anker versteckt ist, kann er unter Gruppeneinstellungen->Gruppenname->Festgesetzt angezeigt werden",
--cooldown announce and icon pulse anchor tooltips
["CDT Announce Anchor"] = "CDT Ank\195\188ndigungsanker",
["Drag this to reposition the announcement text."] = "Zum Positionieren des Ank\195\188ndigungstextes verschieben",
["Shift+Click this to lock it in position."] = "Shift+Linksklick zum Festsetzen",
["CDT Pulse Anchor"] = "CDT Puls Icon Anker",
["Drag this to reposition the pulse icon."] = "Zum Positionieren des Puls Icons verschieben",
["CDT Pulse Size Anchor"] = "CDT Puls Icon Anker (Gr\195\182sse)",
["Drag this to resize the the pulse icon."] = "Zum Anpassen der Gr\195\182sse des Icons Anker verschieben",
--hunter group skills
["Traps"] = "Fallen",
["Explosive Trap"] = "Explosivfalle",
["Frost Trap"] = "Frostfalle",
["Freezing Trap"] = "Eisk\195\164ltefalle",
["Immolation Trap"] = "Feuerbrandfalle",
["Snake Trap"] = "Schlangenfalle",
--shaman group skills
["Shocks"] = "Schocks",
["Frost Shock"] = "Frostschock ",
["Flame Shock"] = "Flammenschock",
["Earth Shock"] = "Erdschock",
--reset skills
["Preparation"] = "Vorbereitung",
["Readiness"] = "Bereitschaft",
["Cold Snap"] = "K\195\164lteeinbruch",
} end )
I've take some fix and update it to some 2.4 new features, currently fixed the pulse on cooldown, and may decide to take some further developments within my afford since I'm not very familiar to coding and lua, planning to add the options to in-game Interface Options these days.
Thanks Speeddy and Sorren for your previous great work!
So, basically, after taking a break since january, I came back to wow, and I installed all of my old addons.
But for whatever reason I can't get CooldownTimers2 to load. It shows up on my addon list, but ingame it doesn't show up, and I can't see it under addons in niagara ingame etc etc.
So, basically, after taking a break since january, I came back to wow, and I installed all of my old addons.
But for whatever reason I can't get CooldownTimers2 to load. It shows up on my addon list, but ingame it doesn't show up, and I can't see it under addons in niagara ingame etc etc.
Am I missing some Libs or something?
Any ideas
Same here.. shows up in my addon list (enabled), but I don't see any way to access/configure it. No minimap button and I tried every variation of /cooldowntimers2 I can think of.
Edit: Also tried downloading Niagara but it didn't show up under /niagara open
Candiie and soki:
Are you using the release version from files.wowace.com or by WAU? Is it with external(libs folder) or not? Suggest you use bugsack or bauderrorframe to collect any relative lua errors so I can figure them out.
hey man, i'm using CD2 right now and i'm very pleased with it, i'm just wondering if there's a chance you could implement a Reincarnation timer into the mod? would be lovely!
Candiie and soki:
Are you using the release version from files.wowace.com or by WAU? Is it with external(libs folder) or not? Suggest you use bugsack or bauderrorframe to collect any relative lua errors so I can figure them out.
I use WAU, I just enabled "automatic dependency download" and "download with externals" in preferences and updated WAU and it downloaded a bunch of stuff I didn't have. I'll use the Bugsack thing and see what I get...
hey man, i'm using CD2 right now and i'm very pleased with it, i'm just wondering if there's a chance you could implement a Reincarnation timer into the mod? would be lovely!
You mean Reincarnation does not show up in CDT2 cooldown timers?
PS: I'm currently looking into lua programming and ace3 framework to rewrite a new version (maybe CDT3 or not), and that should be a complete cooldown resolvement, but till then I may not do some significant work to the current working version.
You mean Reincarnation does not show up in CDT2 cooldown timers?
PS: I'm currently looking into lua programming and ace3 framework to rewrite a new version (maybe CDT3 or not), and that should be a complete cooldown resolvement, but till then I may not do some significant work to the current working version.
but is there anyway to change the BG and border of the cooldownbar,
i have a black/gray ui so that blue think is argh for my eyes ;)
if you use quartz just something like that, where you can make the border as you want and make the bg as you want :-)
that would be very cool, Sentox Shadowpriest Bloodhoof!
Working just fine in Wrath (though I don't use the Group Cooldowns, so I never tested that, but I expect most people don't). Empasized bars (if you hit a spell still on CD) sometimes get stuck emphasized, but that bug was there before LK. Hitting the spell again fixes the bar.
I know this isn't actively maintained anymore, but deDE locale was borked for some time (still had all potion locales e.g.) and was throwing "...is likely misspelled.." errors.
This is a fixed up deDE locale, seems to work flawlessly for me, could somebody commit this?
thx a lot ..:)
Thanks Speeddy and Sorren for your previous great work!
EDIT: taalas, I've updated your deDE locales.
But for whatever reason I can't get CooldownTimers2 to load. It shows up on my addon list, but ingame it doesn't show up, and I can't see it under addons in niagara ingame etc etc.
Am I missing some Libs or something?
Any ideas
Edit: Also tried downloading Niagara but it didn't show up under /niagara open
Are you using the release version from files.wowace.com or by WAU? Is it with external(libs folder) or not? Suggest you use bugsack or bauderrorframe to collect any relative lua errors so I can figure them out.
You mean Reincarnation does not show up in CDT2 cooldown timers?
PS: I'm currently looking into lua programming and ace3 framework to rewrite a new version (maybe CDT3 or not), and that should be a complete cooldown resolvement, but till then I may not do some significant work to the current working version.
Yeah that's pretty much what I mean ;P
I think I'll add actionbar and buff/debuff icon cooldown count in my rewritten version, but not more development in the current version though.
I'll look into that.
Most of the stuff in my UI is set to a low alpha (30-50%) and it would be nice if there was a way to change the alpha of the CDT bars.
Ace addon :-)
but is there anyway to change the BG and border of the cooldownbar,
i have a black/gray ui so that blue think is argh for my eyes ;)
if you use quartz just something like that, where you can make the border as you want and make the bg as you want :-)
that would be very cool, Sentox Shadowpriest Bloodhoof!
Note that someone tried making v3: http://wow.curse.com/downloads/wow-addons/details/cdt3.aspx
but it seems to have stagnated as well.
So I'm sticking with this v2 which works just fine.