vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | local L = AceLibrary("AceLocale-2.0"):new("FuBar") |
2 | L:RegisterTranslations("deDE", function() return { |
||
3 | |||
4 | ["Action Bars"] = "Aktionsleisten", |
||
5 | ["Auction"] = "Auktionen", |
||
6 | ["Audio"] = "Audio", |
||
7 | ["Battlegrounds/PvP"] = "Schlachtfelder/PvP", |
||
8 | ["Buffs"] = "St\195\164rkungszauber", |
||
9 | ["Chat/Communication"] = "Chat/Kommunikation", |
||
10 | ["Druid"] = "Druide", |
||
11 | ["Hunter"] = "J\195\164ger", |
||
12 | ["Mage"] = "Magier", |
||
13 | ["Paladin"] = "Paladin", |
||
14 | ["Priest"] = "Priester", |
||
15 | ["Rogue"] = "Schurke", |
||
16 | ["Shaman"] = "Schamane", |
||
17 | ["Warlock"] = "Hexenmeister", |
||
18 | ["Warrior"] = "Krieger", |
||
19 | ["Healer"] = "Heiler", |
||
20 | ["Tank"] = "Brecher/Tank", |
||
21 | ["Caster"] = "Zauberer", |
||
22 | ["Combat"] = "Kampf", |
||
23 | ["Compilations"] = "Zusammenstellungen", |
||
24 | ["Data Export"] = "Datenexport", |
||
25 | ["Development Tools"] = "Entwicklungs-Tools", |
||
26 | ["Guild"] = "Guilde", |
||
27 | ["Frame Modification"] = "Frame-Ver\195\164nderungen", |
||
28 | ["Interface Enhancements"] = "Interface-Verbesserungen", |
||
29 | ["Inventory"] = "Inventar", |
||
30 | ["Library"] = "Bibliotheken", |
||
31 | ["Map"] = "Karte", |
||
32 | ["Mail"] = "Post", |
||
33 | ["Miscellaneous"] = "Verschiedenes", |
||
34 | ["Quest"] = "Quests", |
||
35 | ["Raid"] = "Schlachtzug", |
||
36 | ["Tradeskill"] = "Berufe", |
||
37 | ["UnitFrame"] = "Einheiten-Fenster", |
||
38 | ["Others"] = "Sonstiges", |
||
39 | ["Default"] = "Default", |
||
40 | ["Overflow plugins"] = "Plugins umbrechen", |
||
41 | ["Let plugins overflow onto another panel"] = "Erlaubt es Plugins, in andere Leisten umzubrechen", |
||
42 | ["Create new panel"] = "Neue Leiste erstellen", |
||
43 | ["Auto-adjust frames"] = "Frames automatisch anpassen", |
||
44 | ["Toggle auto-adjustment of blizzard's frames"] = "Automatische Anpassung der Blizzard-Frames umschalten", |
||
45 | ["Auto-hide top panels"] = "Auto-Ausblenden oben", |
||
46 | ["Toggle auto-hiding of the top panels"] = "automatisches Ausblenden der oberen Leisten umschalten", |
||
47 | ["Auto-hide bottom panels"] = "Auto-Ausblenden unten", |
||
48 | ["Toggle auto-hiding of the bottom panels"] = "automatisches Ausblenden der unteren Leisten umschalten", |
||
49 | ["Texture"] = "Textur", |
||
50 | ["Change the texture of the panels"] = "\195\132ndert den Hintergrud der Leisten", |
||
51 | ["Spacing"] = "Abst\195\164nde", |
||
52 | ["Spacing between plugins"] = "Abstand zwischen Plugins", |
||
53 | ["Left-aligned spacing"] = "Abstand links", |
||
54 | ["Set spacing between left-aligned plugins"] = "Legt den Abstand zwischen linksseitig ausgerichteten Plugins fest", |
||
55 | ["Center-aligned spacing"] = "Abstand mittig", |
||
56 | ["Set spacing between center-aligned plugins"] = "Legt den Abstand zwischen mittig ausgerichteten Plugins fest", |
||
57 | ["Right-aligned spacing"] = "Abstand rechts", |
||
58 | ["Set spacing between right-aligned plugins"] = "Legt den Abstand zwischen rechtsseitig ausgerichteten Plugins fest", |
||
59 | ["Font size"] = "Schriftgr\195\182\195\159e", |
||
60 | ["Panel font size"] = "Leiste Schriftgr\195\182\195\159e", |
||
61 | ["Set font size for the plugins on the panel"] = "Legt die Schriftgr\195\182\195\159e innerhalb der Leiste fest", |
||
62 | ["Tooltip font size"] = "Tooltip Schriftgr\195\182\195\159e", |
||
63 | ["Set font size for the tooltip"] = "Legt die Schriftgr\195\182\195\159e innerhalb des Tooltips fest", |
||
64 | ["Transparency"] = "Transparenz", |
||
65 | -- ["Panel transparency"] = true, |
||
66 | ["Set transparency of the panels"] = "Legt die Transparenz der Leiste fest", |
||
67 | -- ["Tooltip transparency"] = true, |
||
68 | -- ["Set transparency of the tooltip"] = true, |
||
69 | ["Thickness"] = "Dicke", |
||
70 | ["Set thickness between the panels"] = "Legt die Dicke der Leiste fest", |
||
71 | |||
72 | ChatCommands = { "/fubar" }, |
||
73 | |||
74 | ["Attach"] = "Verankern", |
||
75 | ["Lock panel"] = "Leiste verriegeln", |
||
76 | ["Remove panel"] = "Leiste entfernen", |
||
77 | ["Attach to top"] = "An oberen Bildschirmrand anheften", |
||
78 | ["Attach to bottom"] = "An unteren Bildschirmrand anheften", |
||
79 | ["Detach panel"] = "Leiste l\195\182sen", |
||
80 | |||
81 | ["Are you sure you want to remove this panel?"] = "Bist Du sicher, dass Du diese Leiste entfernen willst?", |
||
82 | } end) |