vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 local L = AceLibrary("AceLocale-2.0"):new("Bartender")
2  
3 L:RegisterTranslations("deDE", function()
4 return {
5 ["Lock"] = "Fixieren",
6 ["Toggle locking of the bars."] = "Aktionsleiste fixieren ein/aus",
7 ["Borders"] = "Umrandung",
8 ["Toggle borders of the bars."] = "Umrandung der Aktionsleisten ein/aus",
9 ["Reset current Profile"] = "Profil zur\195\188cksetzen",
10 ["*WARNING* Reset ALL Bars to default with this Profile"] = "*WARNUNG* Alle Leisten in diesem Profil werden zur\195\188ckgesetzt",
11 ["Keep bars enabled at login"] = "Alle Aktionsleisten beim Login aktivier lassen",
12 ["Toggle enabling all actionbars on/off at login"] = "Aktivieren der Aktionsleisten beim Login an/aus",
13 ["How may I serve you?"] = "Wie kann ich Ihnen dienen?",
14 ["All ActionBars enabled."] = "Alle Aktionsleisten aktiviert.",
15 ["Please lock your bars first."] = "Bitte die Aktionsleisten vorher fixieren.",
16 ["Creating new database ..."] = "Erstelle neue Datenbank...",
17 ["*WARNING* Are you sure you want to reset this Profile?"] = "*WARNUNG* Sind Sie sicher, dass Sie dieses Profil zur\195\188cksetzen wollen?",
18 ["Yes"] = "Ja",
19 ["No"] = "Nein",
20 ["Keep bars on screen"] = "Aktionsleisten im Bild behalten",
21 ["Keep all the actionbars in the visible area."] = "Alle Aktionsleisten im sichtbaren Bereich behalten.",
22 ["Sticky Frames"] = "Sticky Frames",
23 ["Enable Sticky Frames when Moving."] = "Enable Sticky Frames when Moving.",
24  
25 ["Bar1"] = "Leiste1",
26 ["Bar1 options."] = "Leiste1 Optionen",
27 ["Bar2"] = "Leiste2",
28 ["Bar2 options."] = "Leiste2 Optionen",
29 ["Bar3"] = "Leiste3",
30 ["Bar3 options."] = "Leiste3 Optionen",
31 ["Bar4"] = "Leiste4",
32 ["Bar4 options."] = "Leiste4 Optionen",
33 ["Bar5"] = "Leiste5",
34 ["Bar5 options."] = "Leiste5 Optionen",
35 ["Bar6"] = "Shapebar",
36 ["Bar6 options."] = "Shapebar Optionen",
37 ["Bar7"] = "Petbar",
38 ["Bar7 options."] = "Petbar Optionen",
39 ["Bar8"] = "Taschenleiste",
40 ["Bar8 options."] = "Taschenleiste Optionen",
41 ["Bar9"] = "Men\195\188leiste",
42 ["Bar9 options."] = "Men\195\188leiste Optionen",
43  
44 ["Show"] = "Anzeigen",
45 ["Toggle bar shown."] = "Aktionsleiste anzeigen ein/aus",
46 ["Rows"] = "Reihen",
47 ["Change the rows of the Bar"] = "Die Anzahl der Reihen einer Leiste ver\195\164ndern",
48 ["Scale"] = "Skalierung",
49 ["Scale of the bar."] = "Skalierung der Aktionsleiste",
50 ["Alpha"] = "Alpha",
51 ["Alpha of the bar."] = "Alpha der Aktionsleiste",
52 ["Padding"] = "Padding",
53 ["Padding of the bar."] = "Padding der Aktionsleiste",
54 ["Hotkey"] = "Tastaturbelegung",
55 ["Toggle the bar HotKey on/off"] = "Tastaturbelegung an/aus",
56 ["Swap"] = "Swap",
57 ["Swap bar horizontally/vertically."] = "Aktionsleiste Horizontal/Vertical drehen",
58 ["Allow Bar1 Stanceswap"] = "Leiste1 Stanceswap zulassen",
59 ["Toggle the Bar1 stanceswap (Stance/Stealth/Shapeshift) on/off"] = "Stanceswap der Leiste1 (Stance/Stealth/Shapeshift) ein/aus schalten",
60  
61 ["Bar6 (Shapebar)"] = "Leiste6 (Shapebar)",
62 ["Bar7 (Petbar)"] = "Leiste7 (Petbar)",
63 ["Bar8 (Bagbar)"] = "Leiste8 (Taschen)",
64 ["Bar9 (Microbar)"] = "Leiste9 (Men\195\188)",
65 }
66 end)