--[[ German Translation by The Arcane Trickster wow@varmidnight.com // http://www.varmidnight.com/wow ]] local L = AceLibrary("AceLocale-2.2"):new("ItemBonusesFu") L:RegisterTranslations("deDE", function() return { ["Easy access item bonuses."] = "Einfacher Zugriff auf Ausr\195\188stungsboni.", -- Desc ["Item Bonuses"] ="Ausr\195\188stungsboni", -- TEXT ["IB"] = "AB", -- SHORT_TEXT ["Display none"] = "Keine Anzeigen", -- DISPLAY_NONE ["Show label text"] = "Titeltext Anzeigen", -- SHOWLABEL ["Brief label text"] = "Kurzer Titeltext", -- SHORTDISPLAY ["Show Colored text"] = "Farbiger Text", -- COLORED ["BonusScanner N/A"] = "BonusScanner fehlt", -- BONUSSCANNER_MISSING ["Attributes"] = "Attribute", -- CAT - ATT ["Resistance"] = "Resistenzen", -- CAT - RES ["Skills"] = "Fertigkeiten", -- CAT - SKILL ["Melee and ranged combat"] = "Nah- und Fernkampf", -- CAT - BON ["Spells"] = "Zauber", -- CAT - SBON ["Life and mana"] = "Lebenspunkte und Mana" --CAT - OBON } end)