vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 -- German localisation
2  
3 if (GetLocale() == "deDE") then
4 BINDING_HEADER_FLIGHTMAP = "Flugkarte";
5 BINDING_NAME_FLIGHTMAP = "Zeige Flugkarte";
6  
7 FLIGHTMAP_NAME = "Flugkarte";
8 FLIGHTMAP_DESCRIPTION = "Fluglinieninfos auf der Weltkarte";
9 FLIGHTMAP_ALLIANCE = "Allianz";
10 FLIGHTMAP_HORDE = "Horde";
11 FLIGHTMAP_CONTESTED = "Umk\195\164mpft";
12  
13 -- Zone names
14 FLIGHTMAP_MOONGLADE = "Moonglade";
15 FLIGHTMAP_ELWYNN = "Wald von Elwynn";
16 FLIGHTMAP_DUNMOROGH = "Dun Morogh";
17 FLIGHTMAP_TIRISFAL = "Tirisfal";
18 FLIGHTMAP_LOCHMODAN = "Loch Modan";
19 FLIGHTMAP_SILVERPINE = "Silberwald";
20 FLIGHTMAP_WESTFALL = "Westfall";
21 FLIGHTMAP_REDRIDGE = "Rotkammgebirge";
22 FLIGHTMAP_DUSKWOOD = "D\195\164mmerwald";
23 FLIGHTMAP_HILLSBRAD = "Vorgebirge von Hillsbrad";
24 FLIGHTMAP_WETLANDS = "Sumpfland";
25 FLIGHTMAP_ALTERAC = "Alteracgebirge";
26 FLIGHTMAP_ARATHI = "Arathihochland";
27 FLIGHTMAP_STRANGLETHORN = "Schlingendorntal";
28 FLIGHTMAP_BADLANDS = "\195\150dland";
29 FLIGHTMAP_SORROWS = "S\195\188mpfe des Elends";
30 FLIGHTMAP_HINTERLANDS = "Hinterland";
31 FLIGHTMAP_SEARINGGORGE = "Sengende Schlucht";
32 FLIGHTMAP_BLASTEDLANDS = "Verw\195\188stete Lande";
33 FLIGHTMAP_BURNINGSTEPPE = "Brennende Steppe";
34 FLIGHTMAP_WESTERNPLAGUE = "Westliche Pestl\195\164nder";
35 FLIGHTMAP_EASTERNPLAGUE = "\195\150stliche Pestl\195\164nder";
36 FLIGHTMAP_DUROTAR = "Durotar";
37 FLIGHTMAP_MULGORE = "Mulgore";
38 FLIGHTMAP_DARKSHORE = "Dunkelk\195\188ste";
39 FLIGHTMAP_BARRENS = "Brachland";
40 FLIGHTMAP_STONETALON = "Steinkrallengebirge";
41 FLIGHTMAP_ASHENVALE = "Ashenvale";
42 FLIGHTMAP_1KNEEDLES = "Tausend Nadeln";
43 FLIGHTMAP_DESOLACE = "Desolace";
44 FLIGHTMAP_DUSTWALLOW = "Marschen von Dustwallow";
45 FLIGHTMAP_FERALAS = "Feralas";
46 FLIGHTMAP_TANARIS = "Tanaris";
47 FLIGHTMAP_AZSHARA = "Azshara";
48 FLIGHTMAP_FELWOOD = "Teufelswald";
49 FLIGHTMAP_UNGOROCRATER = "Un'Goro-Krater";
50 FLIGHTMAP_SILITHUS = "Silithus";
51 FLIGHTMAP_WINTERSPRING = "Winterspring";
52 FLIGHTMAP_TELDRASSIL = "Teldrassil";
53 FLIGHTMAP_DEADWINDPASS = "Gebirgspass der Totenwinde";
54 FLIGHTMAP_ORGRIMMAR = "Orgrimmar";
55 FLIGHTMAP_THUNDERBLUFF = "Thunder Bluff";
56 FLIGHTMAP_UNDERCITY = "Undercity";
57 FLIGHTMAP_IRONFORGE = "Ironforge";
58 FLIGHTMAP_STORMWIND = "Stormwind"
59 FLIGHTMAP_DARNASSUS = "Darnassus";
60  
61 -- General strings:
62 FLIGHTMAP_TIMING = "(Zeitberechnung)";
63 FLIGHTMAP_LEVELS = "|cff00ff00Zonen-Level: %d - %d|r";
64 FLIGHTMAP_NOFLIGHTS = "Keine bekannt!";
65 FLIGHTMAP_NOT_KNOWN = "(Nicht bekannt)";
66 FLIGHTMAP_NO_COST = "Kostenlos"
67 FLIGHTMAP_MONEY_GOLD = "g";
68 FLIGHTMAP_MONEY_SILVER = "s";
69 FLIGHTMAP_MONEY_COPPER = "k";
70 FLIGHTMAP_FLIGHTTIME = "Flugzeit: ";
71 FLIGHTMAP_QUICKEST = "Schnellste Verbindung";
72 FLIGHTMAP_TOTAL_TIME = "Gesamtdauer";
73 FLIGHTMAP_VIA = "\195\188ber ";
74 FLIGHTMAP_CONFIRM = "Bist du sicher dass du nach %s fliegen willst?%s";
75 FLIGHTMAP_CONFIRM_TIME = " Dieser Flug dauert ";
76  
77 -- Command strings
78 FLIGHTMAP_RESET = "Zur\195\188cksetzen";
79 FLIGHTMAP_SHOWMAP = "\195\182ffnen";
80 FLIGHTMAP_LOCKTIMES = "Sperren";
81 FLIGHTMAP_GETHELP = "Hilfe";
82  
83 -- Help text
84 FLIGHTMAP_TIMER_HELP =
85 "Halte die SHIFT-Taste gedr\195\188ckt und verschiebe die Zeitleiste zum neuanordnen.";
86 FLIGHTMAP_SUBCOMMANDS = {
87 [FLIGHTMAP_RESET] = "Setze die Position der Zeitleiste zur\195\188ck",
88 [FLIGHTMAP_SHOWMAP] = "\195\182ffne de Flugkarte",
89 [FLIGHTMAP_GETHELP] = "Zeige diesen Text",
90 };
91  
92 -- Locked/unlocked status
93 FLIGHTMAP_TIMESLOCKED = {
94 [true] = "Flugzeiten werden nicht l\195\164nger aufgezeichnet.",
95 [false] = "Flugzeiten werden nun aufgezeichnet.",
96 };
97  
98 -- Option strings:
99 FLIGHTMAP_OPTIONS_CLOSE = "Schlie\195\159en";
100 FLIGHTMAP_OPTIONS_TITLE = "FlightMap Optionen";
101 FLIGHTMAP_OPTIONS = {};
102 FLIGHTMAP_OPTIONS[1] = { -- Option 1: flight path lines
103 label = "Flugrouten-Linien",
104 option = "showPaths",
105 tooltip = "Flougrouten auf der Karte mit Linien anzeigen.",
106 };
107 FLIGHTMAP_OPTIONS[2] = { -- Option 2: extra POI buttons
108 label = "Flugmeister-Symbole",
109 option = "showPOIs",
110 tooltip = "Flugmeister auf der Karte mit Symbolen anzeigen.",
111 };
112 FLIGHTMAP_OPTIONS[3] = { -- Option 3: Unknown masters
113 label = "Zeige alles Infos",
114 option = "showAllInfo",
115 tooltip = "Alle Infos auf der Weltkarte anzeigen (auch f\195\188r unbesuchte Flugpunkte).",
116 };
117 FLIGHTMAP_OPTIONS[4] = { -- Option 4: Auto-Dismount
118 label = "Auto-absteigen",
119 option = "autoDismount",
120 tooltip = "Auotmatisch vom Mount steigen wenn beim Flugmeister",
121 };
122 FLIGHTMAP_OPTIONS[5] = { -- Option 5: flight timers
123 label = "Restdauer-Anzeige",
124 option = "useTimer",
125 tooltip = "Zeitanzeige im Flugmodus ein-/ausschalten.",
126 };
127  
128 FLIGHTMAP_OPTIONS[6] = { -- Option 6: Show flight destinations
129 label = "Zeige Zielorte",
130 option = "showDestinations",
131 tooltip = "Zeige Flugziele im Tooltip",
132 children = {7, 8, 9},
133 };
134 FLIGHTMAP_OPTIONS[7] = { -- Option 7: Show multi-hop destinations
135 label = "Multi-hop einbeziehen",
136 option = "showMultiHop",
137 tooltip = "Zeige multi-hop Ziele in den Tootips",
138 };
139 FLIGHTMAP_OPTIONS[8] = { -- Option 8: Show flight times
140 label = "Zeige Flugdauer",
141 option = "showTimes",
142 tooltip = "Flugzeiten im Tooltip anzeigen.",
143 };
144 FLIGHTMAP_OPTIONS[9] = { -- Option 9: Show flight costs
145 label = "Zeige Flugkosten",
146 option = "showCosts",
147 tooltip = "Flugkosten im Tooltip anzeigen.",
148 };
149 FLIGHTMAP_OPTIONS[10] = { -- Option 10: Taxi window extras
150 label = "Vollst\195\164ndige Flugkarte",
151 option = "fullTaxiMap",
152 tooltip = "Zeige alle Flugpunkte im Flugmeister-Fenster.",
153 };
154 FLIGHTMAP_OPTIONS[11] = { -- Option 11: Confirm flight destinations
155 label = "Fl\195\188ge best\195\164tigen",
156 option = "confirmFlights",
157 tooltip = "Nachfragen bevor die Fl\195\188ge starten",
158 };
159  
160 -- These constants determine how "Town, Zone" strings look.
161 -- SEP_STRING is what separates Town from Zone. SEP_POSTAMBLE
162 -- is anything that is after Zone.
163 FLIGHTMAP_SEP_STRING = ", ";
164 FLIGHTMAP_SEP_POSTAMBLE = "";
165 end