vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 -- Translatable strings, French version
2  
3 -- XXX This is not yet translated! If you wish to translate it,
4 -- please send a copy to me via <bje@apnic.net> so I can include
5 -- it in the next release!
6  
7 if (GetLocale() == "frFR") then
8 BINDING_HEADER_FLIGHTMAP = "FlightMap";
9 BINDING_NAME_FLIGHTMAP = "Show flight map";
10  
11 FLIGHTMAP_NAME = "FlightMap";
12 FLIGHTMAP_DESCRIPTION = "Informations sur les vols";
13 FLIGHTMAP_ALLIANCE = "Alliance";
14 FLIGHTMAP_HORDE = "Horde";
15 FLIGHTMAP_CONTESTED = "Contest\195\130";
16  
17 -- Zone names
18 FLIGHTMAP_MOONGLADE = "Reflet-de-Lune (Moonglade)";
19 FLIGHTMAP_ELWYNN = "For\195\170t d'Elwynn";
20 FLIGHTMAP_DUNMOROGH = "Dun Morogh";
21 FLIGHTMAP_TIRISFAL = "Clairi\195\168res de Tirisfal";
22 FLIGHTMAP_LOCHMODAN = "Loch Modan";
23 FLIGHTMAP_SILVERPINE = "For\195\170t des Pins argent\195\169s (Silverpine Forest)";
24 FLIGHTMAP_WESTFALL = "Marche de l'Ouest (Westfall)";
25 FLIGHTMAP_REDRIDGE = "Les Carmines (Redridge Mts)";
26 FLIGHTMAP_DUSKWOOD = "Bois de la p\195\169nombre (Duskwood)";
27 FLIGHTMAP_HILLSBRAD = "Contreforts d'Hillsbrad";
28 FLIGHTMAP_WETLANDS = "Les Paluns (Wetlands)";
29 FLIGHTMAP_ALTERAC = "Montagnes d'Alterac";
30 FLIGHTMAP_ARATHI = "Hautes-Terres d'Arathi";
31 FLIGHTMAP_STRANGLETHORN = "Vall\195\169e de Strangleronce (Stranglethorn Vale)";
32 FLIGHTMAP_BADLANDS = "Terres ingrates (Badlands)";
33 FLIGHTMAP_SORROWS = "Marais des Chagrins (Swamp of Sorrows)";
34 FLIGHTMAP_HINTERLANDS = "Les Hinterlands";
35 FLIGHTMAP_SEARINGGORGE = "Gorges des Vents Br\195\187lants (Searing Gorge)";
36 FLIGHTMAP_BLASTEDLANDS = "Terres foudroy\195\169es (Blasted Lands)";
37 FLIGHTMAP_BURNINGSTEPPE = "Steppes ardentes";
38 FLIGHTMAP_WESTERNPLAGUE = "Maleterres de l'ouest (Western Plaguelands)";
39 FLIGHTMAP_EASTERNPLAGUE = "Maleterres de l'est (Eastern Plaguelands)";
40 FLIGHTMAP_DUROTAR = "Durotar";
41 FLIGHTMAP_MULGORE = "Mulgore";
42 FLIGHTMAP_DARKSHORE = "Sombrivage (Darkshore)";
43 FLIGHTMAP_BARRENS = "Les Tarides (the Barrens)";
44 FLIGHTMAP_STONETALON = "Les Serres-Rocheuses (Stonetalon Mts)";
45 FLIGHTMAP_ASHENVALE = "Ashenvale";
46 FLIGHTMAP_1KNEEDLES = "Mille pointes (Thousand Needles)";
47 FLIGHTMAP_DESOLACE = "D\195\169solace";
48 FLIGHTMAP_DUSTWALLOW = "Mar\195\169cage d'\195\130prefange (Dustwallow Marsh)";
49 FLIGHTMAP_FERALAS = "Feralas";
50 FLIGHTMAP_TANARIS = "Tanaris";
51 FLIGHTMAP_AZSHARA = "Azshara";
52 FLIGHTMAP_FELWOOD = "Gangrebois (Felwood)";
53 FLIGHTMAP_UNGOROCRATER = "Crat\195\168re d'Un'Goro";
54 FLIGHTMAP_SILITHUS = "Silithus";
55 FLIGHTMAP_WINTERSPRING = "Berceau-de-l'Hiver (Winterspring)";
56 FLIGHTMAP_TELDRASSIL = "Teldrassil";
57 FLIGHTMAP_DEADWINDPASS = "D\195\169fil\195\169 de Deuillevent (Deadwind Pass)";
58 FLIGHTMAP_ORGRIMMAR = "Orgrimmar"; -- TODO translate
59 FLIGHTMAP_THUNDERBLUFF = "Thunder Bluff"; -- TODO translate
60 FLIGHTMAP_UNDERCITY = "Undercity";
61 FLIGHTMAP_IRONFORGE = "Ironforge"; -- TODO translate
62 FLIGHTMAP_STORMWIND = "Cit\195\169 de Stormwind";
63 FLIGHTMAP_DARNASSUS = "Darnassus"; -- TODO translate
64  
65 -- General strings
66 FLIGHTMAP_TIMING = "(Calcul)";
67 FLIGHTMAP_LEVELS = "|cff00ff00Niveau de Zone: %d - %d|r";
68 FLIGHTMAP_NOFLIGHTS = "Aucun connu!";
69 FLIGHTMAP_NOT_KNOWN = "(Inconnu)";
70 FLIGHTMAP_NO_COST = "Gratuit";
71 FLIGHTMAP_MONEY_GOLD = "o";
72 FLIGHTMAP_MONEY_SILVER = "a";
73 FLIGHTMAP_MONEY_COPPER = "c";
74 FLIGHTMAP_FLIGHTTIME = "Temps de vol: ";
75 FLIGHTMAP_QUICKEST = "Trajet le plus rapide";
76 FLIGHTMAP_TOTAL_TIME = "Temps total";
77 FLIGHTMAP_VIA = "Via "; -- TODO translate
78 FLIGHTMAP_CONFIRM = "Voulez-vous vraiment rejoindre %s?%s";
79 FLIGHTMAP_CONFIRM_TIME = " Ce vol prendra ";
80  
81 -- Command strings
82 FLIGHTMAP_RESET = "reset"; -- TODO translate
83 FLIGHTMAP_SHOWMAP = "open"; -- TODO translate
84 FLIGHTMAP_LOCKTIMES = "lock"; -- TODO translate
85 FLIGHTMAP_GETHELP = "help"; -- TODO translate
86  
87 -- Help text TODO translate
88 FLIGHTMAP_TIMER_HELP =
89 "Hold down SHIFT and drag the timer bar to reposition.";
90 FLIGHTMAP_SUBCOMMANDS = {
91 [FLIGHTMAP_RESET] = "Reset timer bar position",
92 [FLIGHTMAP_SHOWMAP] = "Open flight map window",
93 [FLIGHTMAP_GETHELP] = "Show this text",
94 };
95  
96 -- Locked/unlocked status TODO translate
97 FLIGHTMAP_TIMESLOCKED = {
98 [true] = "Flight times will no longer be recorded.",
99 [false] = "Flight times will now be recorded.",
100 };
101  
102 -- Option strings
103 FLIGHTMAP_OPTIONS_CLOSE = "Close"; -- TODO translate
104 FLIGHTMAP_OPTIONS_TITLE = "FlightMap Options"; -- TODO translate
105 FLIGHTMAP_OPTIONS = {}
106 FLIGHTMAP_OPTIONS[1] = { -- Option 1: flight path lines
107 label = "Lignes de trajets",
108 option = "showPaths",
109 tooltip = "Dessine les trajets a\195\169riens sur la carte du monde.",
110 };
111 FLIGHTMAP_OPTIONS[2] = { -- Option 2: extra POI buttons
112 label = "POIs pour M\195\162itres",
113 option = "showPOIs",
114 tooltip = "Affiche des bouttons POI suppl\195\169mentaites pour les m\195\162itre des cavaliers celestes.",
115 };
116 FLIGHTMAP_OPTIONS[3] = { -- Option 3: Unknown masters (TODO translate)
117 label = "Show all info",
118 option = "showAllInfo",
119 tooltip = "Show all data, even for unvisited flight nodes.",
120 };
121 FLIGHTMAP_OPTIONS[4] = { -- Option 4: Auto-Dismount
122 label = "Auto dismount",
123 option = "autoDismount",
124 tooltip = "Automatically dismount when speaking to a flight master",
125 };
126 FLIGHTMAP_OPTIONS[5] = { -- Option 5: flight timers
127 label = "Compteur durant le vol",
128 option = "useTimer",
129 tooltip = "Active/Supprime le la barre de dur\195\169e du trajet.",
130 };
131  
132 FLIGHTMAP_OPTIONS[6] = { -- Option 6: Show flight destinations
133 label = "Show destinations",
134 option = "showDestinations",
135 tooltip = "Show flight destinations on tooltips",
136 children = {7, 8, 9},
137 };
138 FLIGHTMAP_OPTIONS[7] = { -- Option 7: Show multi-hop destinations
139 label = "Including multi-hop",
140 option = "showMultiHop",
141 tooltip = "Show multi-hop destinations on tooltips",
142 };
143 FLIGHTMAP_OPTIONS[8] = { -- Option 8: Show flight times (TODO translate)
144 label = "With flight times",
145 option = "showTimes",
146 tooltip = "Show flight times on tooltips.",
147 };
148 FLIGHTMAP_OPTIONS[9] = { -- Option 9: Show flight costs (TODO translate)
149 label = "With flight costs",
150 option = "showCosts",
151 tooltip = "Show flight costs on tooltips.",
152 };
153 FLIGHTMAP_OPTIONS[10] = { -- Option 10: Taxi window extras
154 label = "Full flight map",
155 option = "fullTaxiMap",
156 tooltip = "Show unreachable nodes on the taxi window map",
157 };
158 FLIGHTMAP_OPTIONS[11] = { -- Option 11: Confirm flight destinations
159 label = "Confirm flights",
160 option = "confirmFlights",
161 tooltip = "Prompt for confirmation before taking a flight",
162 };
163  
164 -- These constants determine how "Town, Zone" strings look.
165 -- SEP_STRING is what separates Town from Zone. SEP_POSTAMBLE
166 -- is anything that is after Zone.
167 FLIGHTMAP_SEP_STRING = ", ";
168 FLIGHTMAP_SEP_POSTAMBLE = "";
169 end