vanilla-wow-addons – Blame information for rev 1

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