What do you think about using a google group for bug reports and feature request tracking. I reserved the name for us. But really havent had time to look into it yet.
had an issue this morning, it wasnt coming up in fubar, and it had an error in bugsack.
ill check the latest version tomorrow morning, as im not sure yet whether its already been fixed :P
Would appreciate you add the "Hide Plugin" option to the Fubar plugin.
Personally I have no use for the plugin at all since I use DeuceCommander and would rather it not clutter up my bar.
you can rightclick fubar, and remove it / disable it.
itll still be active, but itll move to deuce commander.
Still getting doubling of popup messages in SCT message frame when people say my name. Seems to be pretty random to me... Doesn't matter whether they say just "doone?" or my name in a sentence or whatever. Sometimes it doubles up and sometimes not. I'm using r21583. Thanks!
Is anyone else completely unable to get the FuBar plugin OUT of FuBar? I set it to hide, it still shows. I set it to attach to minimap (my actual preference) and it shows BOTH on te minimap and in FuBar. It's cluttering things up in my FuBar and I can't even turn off showing the text name next to the icon...
Vanish, it works for me as minimap only. Do you by chance have the Prat_FuBar mod still? Prat has its own FuBar plugin now... so if you do remove the old Prat_FuBar. Bout my only suggestion. GL
The separate FuBar was discontinued. It is contained within Prat now. If you arent running the last revision of Prat_FuBar2 you may have issues. The last change changed the name of the external fubar to Prat_FuBar2, so you should see that. If not then you didnt use the most recent version.
Prat_FuBar2 has been removed from the SVN public area. You may see it in the Files section i dont know.
You could actually run both at the same time without errors.
A first-pass ultra-simple implementation of a chat copy feature. Select a chat frame, then choose "copy" from the Prat CopyChat menu, and the text is placed into a frame like just like bugsack (used its code). Frame is movable. You can use ctrl-c to copy the text from the edit box.
Hi, since I'm extremly thankful to you for this exttrely nice addon i've decided to look up on some character error with german special chars like äöü and fixed them up everywhere i've found them =)
Here we go!
AddonMessages.lua
L:RegisterTranslations("deDE", function() return {
["AddonMsgs"] = "Addon Nachrichten",
["AddonMsgs options."] = "Addon Nachrichten Optionen",
["Toggle"] = "Einschalten",
["Toggle the module on and off."] = "Schaltet das Modul an und aus",
["Show"] = "Zeige",
["Toggle showing hidden addon messages for each window."] = "Swicht das anzeigen von verborgenen Nachrichten f\195\188r jedes Fenster",
["Chat%dAddonMsgsShow"] = "Chat %d Addon Nachrichten anzeigen",
["Toggles showing hidden addon messages on and off for chat window %d."] = "Switcht das Anzeigen von verborgenen Addon Nachrichten f\195\188r Chat Fenster %d.",
} end)
Buttons.lua
L:RegisterTranslations("deDE", function() return {
["Buttons"] = "Buttons",
["Chat window menu and buttons options."] = "Chat Fenster Men\195\188 und Button Optionen.",
["ChatMenu"] = "Chat Men\195\188",
["Toggles chat menu on and off."] = "Swicht das Chat Men\195\188 an und aus.",
["ChatButtons"] = "Chat Buttons",
["Toggle chat windows buttons on and off."] = "Swicht die Chat Fenster Buttons an und aus.",
["Chat%dButtons"] = "Chat %d Buttons",
["Toggles buttons on and off for chat window %d."] = "Swicht die Buttons an und aus f\195\188r das Chatfenster %d.",
["Show Reminder Button"] = "Zeige Erinnerungs Button",
["Show reminder button when not at bottom of chat window."] = "Zeige den Erinnerungs Button wenn man nicht am Ende des Chattextes ist.",
["Toggle"] = "Einschalten",
["Toggle the module on and off."] = "Schaltet das Modul an und aus.",
["Chat Buttons On Frame"] = "Chat Buttons auf dem Fenster",
["Show the chat buttons on the inside edge of the chat frame"] = "Zeige die Chatbuttons auf dem inneren Rand des Chatfensters.",
["Show Buttons On Right"] = "Zeige Buttons rechts",
["Show the chat buttons on the right side instead of the left"] = "Zeige die Chatbuttons auf der rechten Seite anstatt der linken",
} end)
ChannelNames.lua
L:RegisterTranslations("deDE", function() return {
["ChannelNames"] = "Kanal Name",
["Channel name abbreviation options."] = "Kanal Namen Abk\195\188rzungsoptionen",
["Replace"] = "Ersetze",
["Toggle replacing this channel."] = "Schaltet das ersetzen dieses Kanals ein.",
["Off"] = "Aus",
["Turn off this channel."] = "Schaltet diesen Kanal aus",
["Set"] = "Einstellen",
["Channel %d"] = "Kanal %d",
["Say"] = "Sagen",
["Whisper"] = "Fl\195\188stern",
["Incoming Whisper"] = "Ankommende Nachricht",
["Yell"] = "Schreien",
["Guild"] = "Gilde",
["Party"] = "Gruppe",
["Raid"] = "Schlachtgruppe",
["Raid Leader"] = "Schlachtgruppenleiter",
["Raid Warning"] = "Schlachtgruppenwarnung",
["Officer"] = "Offizier",
["Battleground"] = "Schlachtfeld",
["Battleground Leader"] = "Schlachtfeldleiter",
["%s settings."] = "%s Einstellungen.",
["Use a custom replacement for the chat %s text."] = "Benutze eigenen Namen f\195\188r den Chat %s Text.",
["Show Space"] = "Zeige Leerstelle",
["Toggle adding space after channel replacement."] = "Aktiviere eine zus\195\164tzliche Leerstelle nach dem eigenen Kanalnamen.",
["Show Colon"] = "Zeige Doppelpunkt",
["Toggle adding colon after channel replacement."] = "Aktiviere das hinzuf\195\188gen eines Doppelpunkts nach dem eigenen Kanalnamen.",
["Toggle"] = "Einschalten",
["Toggle the module on and off."] = "Schaltet dieses Modul an und aus.",
} end)
ChatFrames.lua
L:RegisterTranslations("deDE", function() return {
["ChatFrames"] = "Chatfenster",
["ChatFrame manipulation options."] = "Chatfenster Manipulation Optionen.",
["MinWidth"] = "MinBreite",
["Set the minimum width of the chat windows."] = "Setzt die minimum Breite der Chatfenster fest.",
["MinHeight"] = "MinH\195\182he",
["Set the minimum height of the chat windows."] = "Setzt die minimum H\195\182he der Chatfenster fest.",
["MaxWidth"] = "MaxBreite",
["Set the maximum width of the chat windows."] = "Setzt die maximum Breite der Chatfenster fest.",
["MaxHeight"] = "MaxH\195\182he",
["Set the maximum height of the chat windows."] = "Setzt die maximum H\195\182he der Chatfenster fest.",
["Toggle"] = "Einschalten",
["Toggle the module on and off."] = "Schaltet dieses Modul an und aus.",
} end)
CopyChat.lua
L:RegisterTranslations("deDE", function() return {
["CopyChat"] = "Chat Kopieren",
["A module to let you copy text from the chat."] = "Ein Modul das dich Text aus dem Chat kopieren l\195\182st.",
["Copy"] = "Kopieren",
["Copy all of the text in the selected chat frame into an edit box"] = "Kopiert den gesammten Text im ausgew\195\164hlten Chatfenster in das Editierfeld.",
["Toggle"] = "Einschalten",
["Toggle the module on and off."] = "Schaltet das Modul an und aus.",
} end)
EventNames.lua
L:RegisterTranslations("deDE", function() return {
["EventNames"] = "Event Namen",
["EventNames options."] = "Event Namen Optionen.",
["Toggle"] = "Einschalten",
["Toggle the module on and off."] = "Schaltet das Modul an oder aus.",
["Show"] = "Zeige",
["Toggle showing event names for each window."] = "Aktiviert das Anzeigen von Event Namen in jedem Fenster.",
["Chat%dEventNamesShow"] = "Chat %d Event Namen Anzeigen",
["Toggles showing event names on and off for chat window %d."] = "Schaltet das Anzeigen von Event Namen an und aus f\195\188r Chat Fenster %d."
} end)
FontSize.lua
L:RegisterTranslations("deDE", function() return {
["FontSize"] = "Schriftgr\195\182\195\159e",
["Chat window font size options."] = "Chatfenster Schriftgr\195\182\195\159e Optionen",
["SetMode"] = "Setze Modus",
["Choose mode for setting font sizes."] = "W\195\164hle Modus f\195\188r das festlegen der Schriftgr\195\182\195\159e.",
["Set"] = "Setze",
["Set the font size for each window."] = "Setze die schriftgr\195\182\195\159e f\195\188r jedes Fenster.",
["Chat%dFontSize"] = "Chat%dSchriftgr\195\182\195\159e",
["Sets font size for chat window %d."] = "Setze Schrifgr\195\182\195\159e f\195\188r Chatfenster %d.",
["SetAll"] = "Setze Alle",
["Sets font size for all chat windows."] = "Setze Schriftgr\195\182\195\159e f\195\188r alle Chatfenster.",
["Toggle"] = "Einschalten",
["Toggle the module on and off."] = "Schaltet das Modul ein und aus.",
} end)
History.lua
L:RegisterTranslations("deDE", function() return {
["History"] = "Verlauf",
["Chat history options."] = "Chat Verlauf Optionen.",
["Set"] = "Setze",
["Set number of History lines for each window."] = "Setze die Anzahl der Verlauf Zeilen f\195\188r jedes Fenster.",
["Chat%dHistory"] = "Chat %d Verlauf",
["Sets history for chat window %d."] = "Setze Verlauf f\195\188r Chatfenster %d.",
["Toggle"] = "Einschalten",
["Toggle the module on and off."] = "Schaltet das Modul an und aus.",
} end)
Justify.lua
L:RegisterTranslations("deDE", function() return {
["Justify"] = "Text B\195\188ndigkeit",
["Chat window justification options."] = "Chatfenster Text B\195\188ndigkeits Optionen",
["Set"] = "Setze",
["Set justify for each window."] = "Setze B\195\188ndigkeit f\195\188r jedes Fenster",
["Chat%dJustify"] = "Chat %d B\195\188ndigkeit",
["Sets justification for chat window %d."] = "Setze B\195\188ndigkeit f\195\188r Chatfenster %d.",
["Toggle"] = "Einschalten",
["Toggle the module on and off."] = "Schaltet das Modul an und aus.",
} end)
PlayerNames.lua
L:RegisterTranslations("deDE", function() return {
["PlayerNames"] = "Spielernamen",
["Player name formating options."] = "Spielernamen Formatierungs Optionen",
["Brackets"] = "Winkel",
["Square"] = "Quadrat",
["Angled"] = "Spitzwinkel",
["None"] = "Kein",
["Class"] = "Klasse",
["Random"] = "Zufall",
["Sets style of brackets to use around player names."] = "Setze Typ der Klammern die Spieler Namen umranden",
["Use common color"] = "Nutze allgemeine Farbe",
["Toggle useing common color for unknown player names."] = "Aktiviert das benutzen der allgemeinen Farbe f\195\188r Unbekannte Spieler.",
["Set common color"] = "Setze allgemeine Farbe",
["Change the common color of PlayerNames"] = "Allgemeine Farbe der Spielernamen \195\164ndern",
["Use TabComplete"] = "Benutze Tab Verfolst\195\164ndigen",
["Toggle tab completion of player names."] = "Aktiviere Tab Verfolst\195\164ndigen der Spielernamen.",
["Show Level"] = "Zeige Level",
["Toggle level showing."] = "Aktiviere das Anzeigen des Levels.",
["Show Group"] = "Zeige Gruppe",
["Toggle raid group showing."] = "Aktiviere das Anzeigen der Schlachtgruppe.",
["Keep Info"] = "Speichere Informationen",
["Keep player information between session."] = "Speichere Spieler Informationen zwischen Sitzungen",
["Color Mode"] = "Farben Modus",
["How to color Players name."] = "Wie Spielernamen einzuf\195\164rben sind.",
["Toggle"] = "Einschalten",
["Toggle the module on and off."] = "Schaltet das Module an und aus.",
["Common Color From TasteTheNaimbow"] = "Allgemeine Farben von TasteTheNaimbow",
["Let TasteTheNaimbow set the color for unknown players."] = "Lass TasteTheNaimbow die Farbe f\195\188r Unbekannte Spieler festlegen.",
["Enable Alt-Invite"] = "Aktiviere Alt-Einladen",
["Invite the player by alt clicking on his name in the chat"] = "Lade Spieler durch Alt-Klicken ihrer Namen im Chat.",
["Enable Invite Links"] = "Aktivieren Einladen Links",
["Invite the player by alt clicking hyperlinked keywords like 'invite'"] = "Lade Spieler ein durch Alt-Klicken hypergelinkter Passw\195\182rter wie 'Einladen'",
["Brackets Color"] = "Klammern Farbe",
["Sets color of brackets to use around player names."] = "Stellt die Farbe der Klammern ein welche um die Spielernamen angezeigt werden.",
["Brackets Use Common Color"] = "Klammern benutzen allgemeine Farbe",
["Sets if a common color should be used for the brackets around player names."] = "Bestimmt ob die allgemeine Farbe f\195\188r die Klammern um Spielernamen verwendet wird.",
} end)
PopupMessages.lua
L:RegisterTranslations("deDE", function() return {
["PopupMessage"] = "Popup Nachrichten",
["Shows messages with your name in a popup."] = "Zeige Nachrichten mit deinem Namen in einem Popup.",
["Toggle"] = "Einschalten",
["Show"] = "Zeige",
["ShowAll"] = "Zeige Alle",
["Toggle the module on and off."] = "Schaltet das Modul an und aus.",
["Toggles popups on and off for chat window %d."] = "Schaltet Popups an und aus f\195\188r Chatfenster %d.",
["Toggle showing Popup settings for each window."] = "Aktiviert das Anzeigen von Popup's f\195\188r jedes Fenster.",
["Chat%dPopupShow"] = "Chat %d Popup Anzeigen",
["Toggles Popup on and off for all chat windows."] = "Schaltet Popup's an und aus f\195\188r alle Chatfenster.",
["Choose mode for showing popups."] = "W\195\164hle Modus f\195\188r das Anzeigen von Popup's.",
["ShowMode"] = "Zeige Modus",
["All"] = "Alle",
["Individual"] = "Individuell",
["An alternate name to show in popups."] = "Einen alternativen Namen in den Popup's",
["Add Nickname"] = "Nicknamen hinzuf\195\188gen",
["Remove Nickname"] = "Entferne Nicknamen",
["Clear Nickname"] = "L\195\182sche Nicknamen",
["Use SCT Message"] = "Benutze SCT Nachrichtenfenster",
["Show the text as an SCT message instead of in its own frame"] = "Zeige die Texte als eine SCT Nachricht anstatt im eigenen Fenster.",
} end)
Scroll.lua
L:RegisterTranslations("deDE", function() return {
["Scroll"] = "Scrollen",
["Chat window scrolling options."] = "Chatfenster Scrollen Optionen",
["MouseScroll"] = "Mouse Scrollen",
["Toggle mousewheel scrolling in chat windows on and off."] = "Schaltet das Scrollen mit dem Mausrad in Chatfenstern an und aus.",
["Chat%dScrolling"] = "Chat %d Scrollen",
["Toggles mouse scrolling on and off for chat window %d."] = "Schaltet Mause Scrollen an und aus f\195\188r das chatfenster %d.",
["Normal ScrollSpeed"] = "Normale Scrollgeschwindigkeit",
["Sets number of lines mousewheel will scroll."] = "Stellt die Anzahl an Zeilen ein die mit dem Mausrad gescrollt werden.",
["Ctrl ScrollSpeed"] = "Strg Scrollgeschwindigkeit",
["Sets number of lines mousewheel will scroll when ctrl is pressed."] = "stellt ein wieviele Zeilen gescrollt werden wenn Strg gedr\195\188ckt gehalten wird.",
["Toggle"] = "Einschalten",
["Toggle the module on and off."] = "Schaltet dieses Modul an und aus",
["TheLowDown"] = "Ganz runter",
["Toggle jumping to the bottom in chat windows on and off."] = "Schaltet das springen zum Ende des Chattextes in Chatfenstern an und aus.",
["Chat%dLowDown"] = "Chat %d Ganz runter",
["Toggles jumping to the bottom on and off for chat window %d."] = "Schaltet das springen zum Ende an und aus f\195\188r das Chatfenster %d.",
["TheLowDown delay"] = "Ganz runter verz\195\182gerrung",
["Sets time after which we want to jump to the bottom."] = "Stellt ein nach welcher Zeit der Chattext zum Ende Springen soll.",
} end)
Sticky Channels.lua
L:RegisterTranslations("deDE", function() return {
["StickyChannels"] = "Sticky Kan\195\164le",
["Chat channel sticky options."] = "Chat Kanal Sticky Optionen",
["ChatType"] = "Chat Art",
["Per chat type options."] = "Nach Chat Art Optionen",
["Say"] = "Sagen",
["Whisper"] = "Fl\195\188stern",
["Yell"] = "Schreien",
["Party"] = "Gruppe",
["Guild"] = "Gilde",
["Officer"] = "Offizier",
["Raid"] = "Schlachtgruppe",
["RaidWarning"] = "Schlachtgruppenwarnung",
["Battleground"] = "Schlachtfeld",
["Channel"] = "Kanal",
["Emote"] = "Emote",
["%sSticky"] = "%s Sticky",
["Toggles sticky on and off for %s."] = "Schaltet Sticky an und aus f\195\188r %s.",
["Toggle"] = "Einschalten",
["Toggle the module on and off."] = "Schaltet das Modul an und aus.",
} end)
TellTarget.lua
L:RegisterTranslations("deDE", function() return {
["TellTarget"] = "Sage Ziel",
["Adds telltarget slash command (/tt)."] = "F\195\188gt das Ziel Fl\195\188stern (TellTarget) Slash Kommando (/tt) hinzu.",
["Toggle"] = "Einschalten",
["Toggle the module on and off."] = "Schaltet das Modul an und aus",
["Target does not exist."] = "Ziel existiert nicht.",
["Target is not a player."] = "Ziel ist kein Spieler.",
["No target selected."] = "Kein Ziel ausgew\195\164hlt.",
["NoTarget"] = "Kein Ziel",
} end)
Timestamps.lua
L:RegisterTranslations("deDE", function() return {
["Timestamps"] = "Zeitstempel",
["Timestamp options."] = "ZEitstempel Optionen",
["ShowMode"] = "Zeige Modus",
["Choose mode for showing timestamps."] = "W\195\164hle Anzeigemodus f\195\188r den Zeitstempel",
["All"] = "Alles",
["Individual"] = "Individuell",
["Show"] = "Zeige",
["Toggle showing timestamp settings for each window."] = "Aktiviert das Anzeigen der Zeitstempel Einstellung f\195\188r jedes Fenster",
["Chat%dTimestampShow"] = "Chat%dZeitstempel Anzeigen",
["Toggles timestamp on and off for chat window %d."] = "Schaltet den Zeitstempel an und aus f\195\188r das Chatfenster %d.",
["ShowAll"] = "Zeige Allle",
["Toggles timestamp on and off for all chat windows."] = "Schaltet den Zeitstempel an und aus f\195\188r alle Chatfenster.",
["FormatMode"] = "Zeitformat Art",
["Choose mode for setting timestamps."] = "W\195\164hle die Art des Zeitformat f\195\188r den Zeitstempel",
["Format"] = "Format",
["Format the timestamp format for each window."] = "Stelle die Art der Formatierung des Zeitstempels f\195\188r jedes fenster ein.",
["Chat%dTimestampFormat"] = "Chat%dZeitstempelformat",
["Set timestamp format for chat window %d (strftime format)."] = "Stellt das Zeitstempelformat f\195\188r das Chatfenster %d (strftime format).",
["FormatAll"] = "Formatiere Alles",
["Set timestamp format for all chat windows (strftime format)."] = "Stellt das Format f\195\188r alle Chatfenster ein (strftime format).",
["Show Space"] = "Zeige Leerstelle",
["Toggle adding space after timestamp."] = "Aktiviere eine Leerstelle nach dem Zeitstempel.",
["Color Timestamp"] = "F\195\164rbe Zeitstempel",
["Toggle the coloring the timestamp on and off."] = "Schaltet das einf\195\164rben des Zeitstempels an und aus.",
["Set Color"] = "W\195\164hle Farbe",
["Change the color of the timestamp."] = "Farbe des Zeitstempels \195\164ndern.",
["Use Local Time"] = "Benutze Lokale Zeit",
["Toggle using local time on and off."] = "Schaltet die Benutzung der Lokalen Zeit an und aus.",
["Toggle"] = "Einschalten",
["Toggle the module on and off."] = "Schaltet das Modul an und aus.",
} end)
Who.lua
L:RegisterTranslations("deDE", function() return {
["Who"] = "Wer",
["Adds actions for channels and /chatwho."] = "F\195\164hrt automatisch den /chatwho Befehl durch in neuen Kan\195\164len.",
["List user(s) on channel."] = "Liste Spieler im Kanal.",
["<channel name> (see /PRAT who chanlist)"] = "<kanal name> (benutze /PRAT who chanlist)",
["Chanlist"] = "Kanalliste",
["Channel List."] = "Kanal Liste.",
["Join message"] = "Betreten Nachricht",
["Toggle showing of message when someone joins a channel you are in."] = "Aktiviert das Anzeigen der Nachricht wenn jemand den Kanal betritt in dem du drinn bist.",
["Leave message"] = "Verlasen Nachricht",
["Toggle showing of message when someone leaves a channel you are in."] = "Aktiviert das Anzeigen der Nachricht wenn jemand den Kanal verl\195\164sst in dem du drinn bist.",
["GUI"] = "GUI",
["Toggle showing information in a nice GUI or in default chat window."] = "Schaltet das Anzeigen der Informationen in einem sch\195\182nen GUI oder im standart Chatfenster.",
["Toggle"] = "Einschalten",
["Toggle the module on and off."] = "Schaltet das Modul an und aus.",
["Channels listing"] = "Kanal Auflistung",
["Who is on that chan"] = "Wer ist in diesem Kanal",
["Back to channel list"] = "Zurr\195\188ck zur Kanal Liste",
} end)
ok finally that's it =) and keep up the good work guy's =)
Hi, since I'm extremly thankful to you for this exttrely nice addon i've decided to look up on some character error with german special chars like äöü and fixed them up everywhere i've found them =)
Here we go!
[......]
ok finally that's it =) and keep up the good work guy's =)
regards Takorou
Done...I fixed the umlaut Codes on SVN. And by the Way i hate them! (Wanted to say this for a long time^^)
Been getting the following for a while.. all addons are up to date via WoWAceUpdater as of this post. It doesn't appear to cease functioning but I have no menu options for it. ie... I still get the W to, W from, etc etc.
["message"] = "Prat-1.0.21868\\modules\\ChannelNames.lua:260: AceModuleCore-2.0: Bad argument #3 to `ToggleModuleActive' (nil or boolean expected, got table)\nAceAddon-2.0-21703 (Ace2):447: in function <Interface\\AddOns\\Ace2\\AceAddon-2.0\\AceAddon-2.0.lua:424>\n<in C code>: ?\nAceEvent-2.0-21157 (Ace2):295: in function `TriggerEvent'\nAceEvent-2.0-21157 (Ace2):857: in function <Interface\\AddOns\\Ace2\\AceEvent-2.0\\AceEvent-2.0.lua:850>\n\n ---",
["type"] = "error",
["time"] = "2006/12/25 07:28:00",
["session"] = 400,
["counter"] = 1,
ill check the latest version tomorrow morning, as im not sure yet whether its already been fixed :P
you can rightclick fubar, and remove it / disable it.
itll still be active, but itll move to deuce commander.
Prat_FuBar2 has been removed from the SVN public area. You may see it in the Files section i dont know.
You could actually run both at the same time without errors.
CopyChat:
A first-pass ultra-simple implementation of a chat copy feature. Select a chat frame, then choose "copy" from the Prat CopyChat menu, and the text is placed into a frame like just like bugsack (used its code). Frame is movable. You can use ctrl-c to copy the text from the edit box.
Option for TabCompletion so it will only suggest names from your guild and your friends list.
Here we go!
AddonMessages.lua
L:RegisterTranslations("deDE", function() return {
["AddonMsgs"] = "Addon Nachrichten",
["AddonMsgs options."] = "Addon Nachrichten Optionen",
["Toggle"] = "Einschalten",
["Toggle the module on and off."] = "Schaltet das Modul an und aus",
["Show"] = "Zeige",
["Toggle showing hidden addon messages for each window."] = "Swicht das anzeigen von verborgenen Nachrichten f\195\188r jedes Fenster",
["Chat%dAddonMsgsShow"] = "Chat %d Addon Nachrichten anzeigen",
["Toggles showing hidden addon messages on and off for chat window %d."] = "Switcht das Anzeigen von verborgenen Addon Nachrichten f\195\188r Chat Fenster %d.",
} end)
Buttons.lua
L:RegisterTranslations("deDE", function() return {
["Buttons"] = "Buttons",
["Chat window menu and buttons options."] = "Chat Fenster Men\195\188 und Button Optionen.",
["ChatMenu"] = "Chat Men\195\188",
["Toggles chat menu on and off."] = "Swicht das Chat Men\195\188 an und aus.",
["ChatButtons"] = "Chat Buttons",
["Toggle chat windows buttons on and off."] = "Swicht die Chat Fenster Buttons an und aus.",
["Chat%dButtons"] = "Chat %d Buttons",
["Toggles buttons on and off for chat window %d."] = "Swicht die Buttons an und aus f\195\188r das Chatfenster %d.",
["Show Reminder Button"] = "Zeige Erinnerungs Button",
["Show reminder button when not at bottom of chat window."] = "Zeige den Erinnerungs Button wenn man nicht am Ende des Chattextes ist.",
["Toggle"] = "Einschalten",
["Toggle the module on and off."] = "Schaltet das Modul an und aus.",
["Chat Buttons On Frame"] = "Chat Buttons auf dem Fenster",
["Show the chat buttons on the inside edge of the chat frame"] = "Zeige die Chatbuttons auf dem inneren Rand des Chatfensters.",
["Show Buttons On Right"] = "Zeige Buttons rechts",
["Show the chat buttons on the right side instead of the left"] = "Zeige die Chatbuttons auf der rechten Seite anstatt der linken",
} end)
ChannelNames.lua
L:RegisterTranslations("deDE", function() return {
["ChannelNames"] = "Kanal Name",
["Channel name abbreviation options."] = "Kanal Namen Abk\195\188rzungsoptionen",
["Replace"] = "Ersetze",
["Toggle replacing this channel."] = "Schaltet das ersetzen dieses Kanals ein.",
["Off"] = "Aus",
["Turn off this channel."] = "Schaltet diesen Kanal aus",
["Set"] = "Einstellen",
["Channel %d"] = "Kanal %d",
["Say"] = "Sagen",
["Whisper"] = "Fl\195\188stern",
["Incoming Whisper"] = "Ankommende Nachricht",
["Yell"] = "Schreien",
["Guild"] = "Gilde",
["Party"] = "Gruppe",
["Raid"] = "Schlachtgruppe",
["Raid Leader"] = "Schlachtgruppenleiter",
["Raid Warning"] = "Schlachtgruppenwarnung",
["Officer"] = "Offizier",
["Battleground"] = "Schlachtfeld",
["Battleground Leader"] = "Schlachtfeldleiter",
["%s settings."] = "%s Einstellungen.",
["Use a custom replacement for the chat %s text."] = "Benutze eigenen Namen f\195\188r den Chat %s Text.",
["Show Space"] = "Zeige Leerstelle",
["Toggle adding space after channel replacement."] = "Aktiviere eine zus\195\164tzliche Leerstelle nach dem eigenen Kanalnamen.",
["Show Colon"] = "Zeige Doppelpunkt",
["Toggle adding colon after channel replacement."] = "Aktiviere das hinzuf\195\188gen eines Doppelpunkts nach dem eigenen Kanalnamen.",
["Toggle"] = "Einschalten",
["Toggle the module on and off."] = "Schaltet dieses Modul an und aus.",
} end)
ChatFrames.lua
L:RegisterTranslations("deDE", function() return {
["ChatFrames"] = "Chatfenster",
["ChatFrame manipulation options."] = "Chatfenster Manipulation Optionen.",
["MinWidth"] = "MinBreite",
["Set the minimum width of the chat windows."] = "Setzt die minimum Breite der Chatfenster fest.",
["MinHeight"] = "MinH\195\182he",
["Set the minimum height of the chat windows."] = "Setzt die minimum H\195\182he der Chatfenster fest.",
["MaxWidth"] = "MaxBreite",
["Set the maximum width of the chat windows."] = "Setzt die maximum Breite der Chatfenster fest.",
["MaxHeight"] = "MaxH\195\182he",
["Set the maximum height of the chat windows."] = "Setzt die maximum H\195\182he der Chatfenster fest.",
["Toggle"] = "Einschalten",
["Toggle the module on and off."] = "Schaltet dieses Modul an und aus.",
} end)
CopyChat.lua
L:RegisterTranslations("deDE", function() return {
["CopyChat"] = "Chat Kopieren",
["A module to let you copy text from the chat."] = "Ein Modul das dich Text aus dem Chat kopieren l\195\182st.",
["Copy"] = "Kopieren",
["Copy all of the text in the selected chat frame into an edit box"] = "Kopiert den gesammten Text im ausgew\195\164hlten Chatfenster in das Editierfeld.",
["Toggle"] = "Einschalten",
["Toggle the module on and off."] = "Schaltet das Modul an und aus.",
} end)
EventNames.lua
L:RegisterTranslations("deDE", function() return {
["EventNames"] = "Event Namen",
["EventNames options."] = "Event Namen Optionen.",
["Toggle"] = "Einschalten",
["Toggle the module on and off."] = "Schaltet das Modul an oder aus.",
["Show"] = "Zeige",
["Toggle showing event names for each window."] = "Aktiviert das Anzeigen von Event Namen in jedem Fenster.",
["Chat%dEventNamesShow"] = "Chat %d Event Namen Anzeigen",
["Toggles showing event names on and off for chat window %d."] = "Schaltet das Anzeigen von Event Namen an und aus f\195\188r Chat Fenster %d."
} end)
FontSize.lua
L:RegisterTranslations("deDE", function() return {
["FontSize"] = "Schriftgr\195\182\195\159e",
["Chat window font size options."] = "Chatfenster Schriftgr\195\182\195\159e Optionen",
["SetMode"] = "Setze Modus",
["Choose mode for setting font sizes."] = "W\195\164hle Modus f\195\188r das festlegen der Schriftgr\195\182\195\159e.",
["Set"] = "Setze",
["Set the font size for each window."] = "Setze die schriftgr\195\182\195\159e f\195\188r jedes Fenster.",
["Chat%dFontSize"] = "Chat%dSchriftgr\195\182\195\159e",
["Sets font size for chat window %d."] = "Setze Schrifgr\195\182\195\159e f\195\188r Chatfenster %d.",
["SetAll"] = "Setze Alle",
["Sets font size for all chat windows."] = "Setze Schriftgr\195\182\195\159e f\195\188r alle Chatfenster.",
["Toggle"] = "Einschalten",
["Toggle the module on and off."] = "Schaltet das Modul ein und aus.",
} end)
History.lua
L:RegisterTranslations("deDE", function() return {
["History"] = "Verlauf",
["Chat history options."] = "Chat Verlauf Optionen.",
["Set"] = "Setze",
["Set number of History lines for each window."] = "Setze die Anzahl der Verlauf Zeilen f\195\188r jedes Fenster.",
["Chat%dHistory"] = "Chat %d Verlauf",
["Sets history for chat window %d."] = "Setze Verlauf f\195\188r Chatfenster %d.",
["Toggle"] = "Einschalten",
["Toggle the module on and off."] = "Schaltet das Modul an und aus.",
} end)
Justify.lua
L:RegisterTranslations("deDE", function() return {
["Justify"] = "Text B\195\188ndigkeit",
["Chat window justification options."] = "Chatfenster Text B\195\188ndigkeits Optionen",
["Set"] = "Setze",
["Set justify for each window."] = "Setze B\195\188ndigkeit f\195\188r jedes Fenster",
["Chat%dJustify"] = "Chat %d B\195\188ndigkeit",
["Sets justification for chat window %d."] = "Setze B\195\188ndigkeit f\195\188r Chatfenster %d.",
["Toggle"] = "Einschalten",
["Toggle the module on and off."] = "Schaltet das Modul an und aus.",
} end)
PlayerNames.lua
L:RegisterTranslations("deDE", function() return {
["PlayerNames"] = "Spielernamen",
["Player name formating options."] = "Spielernamen Formatierungs Optionen",
["Brackets"] = "Winkel",
["Square"] = "Quadrat",
["Angled"] = "Spitzwinkel",
["None"] = "Kein",
["Class"] = "Klasse",
["Random"] = "Zufall",
["Sets style of brackets to use around player names."] = "Setze Typ der Klammern die Spieler Namen umranden",
["Use common color"] = "Nutze allgemeine Farbe",
["Toggle useing common color for unknown player names."] = "Aktiviert das benutzen der allgemeinen Farbe f\195\188r Unbekannte Spieler.",
["Set common color"] = "Setze allgemeine Farbe",
["Change the common color of PlayerNames"] = "Allgemeine Farbe der Spielernamen \195\164ndern",
["Use TabComplete"] = "Benutze Tab Verfolst\195\164ndigen",
["Toggle tab completion of player names."] = "Aktiviere Tab Verfolst\195\164ndigen der Spielernamen.",
["Show Level"] = "Zeige Level",
["Toggle level showing."] = "Aktiviere das Anzeigen des Levels.",
["Show Group"] = "Zeige Gruppe",
["Toggle raid group showing."] = "Aktiviere das Anzeigen der Schlachtgruppe.",
["Keep Info"] = "Speichere Informationen",
["Keep player information between session."] = "Speichere Spieler Informationen zwischen Sitzungen",
["Color Mode"] = "Farben Modus",
["How to color Players name."] = "Wie Spielernamen einzuf\195\164rben sind.",
["Toggle"] = "Einschalten",
["Toggle the module on and off."] = "Schaltet das Module an und aus.",
["Common Color From TasteTheNaimbow"] = "Allgemeine Farben von TasteTheNaimbow",
["Let TasteTheNaimbow set the color for unknown players."] = "Lass TasteTheNaimbow die Farbe f\195\188r Unbekannte Spieler festlegen.",
["Enable Alt-Invite"] = "Aktiviere Alt-Einladen",
["Invite the player by alt clicking on his name in the chat"] = "Lade Spieler durch Alt-Klicken ihrer Namen im Chat.",
["Enable Invite Links"] = "Aktivieren Einladen Links",
["Invite the player by alt clicking hyperlinked keywords like 'invite'"] = "Lade Spieler ein durch Alt-Klicken hypergelinkter Passw\195\182rter wie 'Einladen'",
["Brackets Color"] = "Klammern Farbe",
["Sets color of brackets to use around player names."] = "Stellt die Farbe der Klammern ein welche um die Spielernamen angezeigt werden.",
["Brackets Use Common Color"] = "Klammern benutzen allgemeine Farbe",
["Sets if a common color should be used for the brackets around player names."] = "Bestimmt ob die allgemeine Farbe f\195\188r die Klammern um Spielernamen verwendet wird.",
} end)
PopupMessages.lua
L:RegisterTranslations("deDE", function() return {
["PopupMessage"] = "Popup Nachrichten",
["Shows messages with your name in a popup."] = "Zeige Nachrichten mit deinem Namen in einem Popup.",
["Toggle"] = "Einschalten",
["Show"] = "Zeige",
["ShowAll"] = "Zeige Alle",
["Toggle the module on and off."] = "Schaltet das Modul an und aus.",
["Toggles popups on and off for chat window %d."] = "Schaltet Popups an und aus f\195\188r Chatfenster %d.",
["Toggle showing Popup settings for each window."] = "Aktiviert das Anzeigen von Popup's f\195\188r jedes Fenster.",
["Chat%dPopupShow"] = "Chat %d Popup Anzeigen",
["Toggles Popup on and off for all chat windows."] = "Schaltet Popup's an und aus f\195\188r alle Chatfenster.",
["Choose mode for showing popups."] = "W\195\164hle Modus f\195\188r das Anzeigen von Popup's.",
["ShowMode"] = "Zeige Modus",
["All"] = "Alle",
["Individual"] = "Individuell",
["An alternate name to show in popups."] = "Einen alternativen Namen in den Popup's",
["Add Nickname"] = "Nicknamen hinzuf\195\188gen",
["Remove Nickname"] = "Entferne Nicknamen",
["Clear Nickname"] = "L\195\182sche Nicknamen",
["Use SCT Message"] = "Benutze SCT Nachrichtenfenster",
["Show the text as an SCT message instead of in its own frame"] = "Zeige die Texte als eine SCT Nachricht anstatt im eigenen Fenster.",
} end)
Scroll.lua
L:RegisterTranslations("deDE", function() return {
["Scroll"] = "Scrollen",
["Chat window scrolling options."] = "Chatfenster Scrollen Optionen",
["MouseScroll"] = "Mouse Scrollen",
["Toggle mousewheel scrolling in chat windows on and off."] = "Schaltet das Scrollen mit dem Mausrad in Chatfenstern an und aus.",
["Chat%dScrolling"] = "Chat %d Scrollen",
["Toggles mouse scrolling on and off for chat window %d."] = "Schaltet Mause Scrollen an und aus f\195\188r das chatfenster %d.",
["Normal ScrollSpeed"] = "Normale Scrollgeschwindigkeit",
["Sets number of lines mousewheel will scroll."] = "Stellt die Anzahl an Zeilen ein die mit dem Mausrad gescrollt werden.",
["Ctrl ScrollSpeed"] = "Strg Scrollgeschwindigkeit",
["Sets number of lines mousewheel will scroll when ctrl is pressed."] = "stellt ein wieviele Zeilen gescrollt werden wenn Strg gedr\195\188ckt gehalten wird.",
["Toggle"] = "Einschalten",
["Toggle the module on and off."] = "Schaltet dieses Modul an und aus",
["TheLowDown"] = "Ganz runter",
["Toggle jumping to the bottom in chat windows on and off."] = "Schaltet das springen zum Ende des Chattextes in Chatfenstern an und aus.",
["Chat%dLowDown"] = "Chat %d Ganz runter",
["Toggles jumping to the bottom on and off for chat window %d."] = "Schaltet das springen zum Ende an und aus f\195\188r das Chatfenster %d.",
["TheLowDown delay"] = "Ganz runter verz\195\182gerrung",
["Sets time after which we want to jump to the bottom."] = "Stellt ein nach welcher Zeit der Chattext zum Ende Springen soll.",
} end)
Sticky Channels.lua
L:RegisterTranslations("deDE", function() return {
["StickyChannels"] = "Sticky Kan\195\164le",
["Chat channel sticky options."] = "Chat Kanal Sticky Optionen",
["ChatType"] = "Chat Art",
["Per chat type options."] = "Nach Chat Art Optionen",
["Say"] = "Sagen",
["Whisper"] = "Fl\195\188stern",
["Yell"] = "Schreien",
["Party"] = "Gruppe",
["Guild"] = "Gilde",
["Officer"] = "Offizier",
["Raid"] = "Schlachtgruppe",
["RaidWarning"] = "Schlachtgruppenwarnung",
["Battleground"] = "Schlachtfeld",
["Channel"] = "Kanal",
["Emote"] = "Emote",
["%sSticky"] = "%s Sticky",
["Toggles sticky on and off for %s."] = "Schaltet Sticky an und aus f\195\188r %s.",
["Toggle"] = "Einschalten",
["Toggle the module on and off."] = "Schaltet das Modul an und aus.",
} end)
TellTarget.lua
L:RegisterTranslations("deDE", function() return {
["TellTarget"] = "Sage Ziel",
["Adds telltarget slash command (/tt)."] = "F\195\188gt das Ziel Fl\195\188stern (TellTarget) Slash Kommando (/tt) hinzu.",
["Toggle"] = "Einschalten",
["Toggle the module on and off."] = "Schaltet das Modul an und aus",
["Target does not exist."] = "Ziel existiert nicht.",
["Target is not a player."] = "Ziel ist kein Spieler.",
["No target selected."] = "Kein Ziel ausgew\195\164hlt.",
["NoTarget"] = "Kein Ziel",
} end)
Timestamps.lua
L:RegisterTranslations("deDE", function() return {
["Timestamps"] = "Zeitstempel",
["Timestamp options."] = "ZEitstempel Optionen",
["ShowMode"] = "Zeige Modus",
["Choose mode for showing timestamps."] = "W\195\164hle Anzeigemodus f\195\188r den Zeitstempel",
["All"] = "Alles",
["Individual"] = "Individuell",
["Show"] = "Zeige",
["Toggle showing timestamp settings for each window."] = "Aktiviert das Anzeigen der Zeitstempel Einstellung f\195\188r jedes Fenster",
["Chat%dTimestampShow"] = "Chat%dZeitstempel Anzeigen",
["Toggles timestamp on and off for chat window %d."] = "Schaltet den Zeitstempel an und aus f\195\188r das Chatfenster %d.",
["ShowAll"] = "Zeige Allle",
["Toggles timestamp on and off for all chat windows."] = "Schaltet den Zeitstempel an und aus f\195\188r alle Chatfenster.",
["FormatMode"] = "Zeitformat Art",
["Choose mode for setting timestamps."] = "W\195\164hle die Art des Zeitformat f\195\188r den Zeitstempel",
["Format"] = "Format",
["Format the timestamp format for each window."] = "Stelle die Art der Formatierung des Zeitstempels f\195\188r jedes fenster ein.",
["Chat%dTimestampFormat"] = "Chat%dZeitstempelformat",
["Set timestamp format for chat window %d (strftime format)."] = "Stellt das Zeitstempelformat f\195\188r das Chatfenster %d (strftime format).",
["FormatAll"] = "Formatiere Alles",
["Set timestamp format for all chat windows (strftime format)."] = "Stellt das Format f\195\188r alle Chatfenster ein (strftime format).",
["Show Space"] = "Zeige Leerstelle",
["Toggle adding space after timestamp."] = "Aktiviere eine Leerstelle nach dem Zeitstempel.",
["Color Timestamp"] = "F\195\164rbe Zeitstempel",
["Toggle the coloring the timestamp on and off."] = "Schaltet das einf\195\164rben des Zeitstempels an und aus.",
["Set Color"] = "W\195\164hle Farbe",
["Change the color of the timestamp."] = "Farbe des Zeitstempels \195\164ndern.",
["Use Local Time"] = "Benutze Lokale Zeit",
["Toggle using local time on and off."] = "Schaltet die Benutzung der Lokalen Zeit an und aus.",
["Toggle"] = "Einschalten",
["Toggle the module on and off."] = "Schaltet das Modul an und aus.",
} end)
Who.lua
L:RegisterTranslations("deDE", function() return {
["Who"] = "Wer",
["Adds actions for channels and /chatwho."] = "F\195\164hrt automatisch den /chatwho Befehl durch in neuen Kan\195\164len.",
["List user(s) on channel."] = "Liste Spieler im Kanal.",
["<channel name> (see /PRAT who chanlist)"] = "<kanal name> (benutze /PRAT who chanlist)",
["Chanlist"] = "Kanalliste",
["Channel List."] = "Kanal Liste.",
["Join message"] = "Betreten Nachricht",
["Toggle showing of message when someone joins a channel you are in."] = "Aktiviert das Anzeigen der Nachricht wenn jemand den Kanal betritt in dem du drinn bist.",
["Leave message"] = "Verlasen Nachricht",
["Toggle showing of message when someone leaves a channel you are in."] = "Aktiviert das Anzeigen der Nachricht wenn jemand den Kanal verl\195\164sst in dem du drinn bist.",
["GUI"] = "GUI",
["Toggle showing information in a nice GUI or in default chat window."] = "Schaltet das Anzeigen der Informationen in einem sch\195\182nen GUI oder im standart Chatfenster.",
["Toggle"] = "Einschalten",
["Toggle the module on and off."] = "Schaltet das Modul an und aus.",
["Channels listing"] = "Kanal Auflistung",
["Who is on that chan"] = "Wer ist in diesem Kanal",
["Back to channel list"] = "Zurr\195\188ck zur Kanal Liste",
} end)
ok finally that's it =) and keep up the good work guy's =)
regards Takorou
it really makes it easier if you just attach the modified files to your post :)
Or a configurable version where you choose what you want each modifier to do.
Thanks :)
regards Takorou
Done...I fixed the umlaut Codes on SVN. And by the Way i hate them! (Wanted to say this for a long time^^)
Any idea?
Fixed
Im not sure I understand the question. Can you show a screenshot?