vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | if (GetLocale() == "frFR") then |
2 | |||
3 | ---------------------- |
||
4 | ---Localised Globals-- |
||
5 | ---------------------- |
||
6 | |||
7 | ATLASLOOT_BG_FRIENDLY = "R\195\169compenses R\195\169p Amicale"; |
||
8 | ATLASLOOT_BG_HONORED = "R\195\169compenses R\195\169p Honor\195\169e"; |
||
9 | ATLASLOOT_BG_REVERED = "R\195\169compenses R\195\169p R\195\169v\195\169r\195\169e"; |
||
10 | ATLASLOOT_BG_EXALTED = "R\195\169compenses R\195\169p Exalt\195\169e"; |
||
11 | |||
12 | ATLASLOOT_BG_STORMPIKE = "Garde Stormpike"; |
||
13 | ATLASLOOT_BG_FROSTWOLF = "Clan Frostwolf"; |
||
14 | ATLASLOOT_BG_SENTINELS = "Les Sentinelles"; |
||
15 | ATLASLOOT_BG_OUTRIDERS = "Les Voltigeurs"; |
||
16 | ATLASLOOT_BG_ARATHOR = "La Ligue d'Arathor"; |
||
17 | ATLASLOOT_BG_DEFILERS = "Les Profanateurs"; |
||
18 | |||
19 | ATLASLOOT_PVP_EPIC_H_DRUID = "Sanctuaire de seigneur de guerre"; |
||
20 | ATLASLOOT_PVP_EPIC_H_HUNTER = "Parure de mar\195\169chal de seigneur de guerre"; |
||
21 | ATLASLOOT_PVP_EPIC_H_MAGE = "Tenue de parade de seigneur de guerre"; |
||
22 | ATLASLOOT_PVP_EPIC_H_PRIEST = "Grande tenue de seigneur de guerre"; |
||
23 | ATLASLOOT_PVP_EPIC_H_ROGUE = "Habits de seigneur de guerre"; |
||
24 | ATLASLOOT_PVP_EPIC_H_SHAMAN = "Trembleterre de seigneur de guerre"; |
||
25 | ATLASLOOT_PVP_EPIC_H_WARLOCK = "Effets de seigneur de guerre"; |
||
26 | ATLASLOOT_PVP_EPIC_H_WARRIOR = "Tenue de combat de seigneur de guerre"; |
||
27 | |||
28 | ATLASLOOT_PVP_EPIC_A_DRUID = "Sanctuaire de grand mar\195\169chal"; |
||
29 | ATLASLOOT_PVP_EPIC_A_HUNTER = "Parure de grand mar\195\169chal"; |
||
30 | ATLASLOOT_PVP_EPIC_A_MAGE = "Tenue de parade de grand mar\195\169chal"; |
||
31 | ATLASLOOT_PVP_EPIC_A_PALADIN = "Egide de grand mar\195\169chal"; |
||
32 | ATLASLOOT_PVP_EPIC_A_PRIEST = "Grande tenue de grand mar\195\169chal"; |
||
33 | ATLASLOOT_PVP_EPIC_A_ROGUE = "Habits de grand mar\195\169chal"; |
||
34 | ATLASLOOT_PVP_EPIC_A_WARLOCK = "Effets de grand mar\195\169chal"; |
||
35 | ATLASLOOT_PVP_EPIC_A_WARRIOR = "Tenue de combat de grand mar\195\169chal"; |
||
36 | |||
37 | ATLASLOOT_PVP_RARE_H_DRUID = "Refuge de champion"; |
||
38 | ATLASLOOT_PVP_RARE_H_HUNTER = "Accomplissement de champion"; |
||
39 | ATLASLOOT_PVP_RARE_H_MAGE = "Arcanum de champion"; |
||
40 | ATLASLOOT_PVP_RARE_H_PRIEST = "Investiture de champion"; |
||
41 | ATLASLOOT_PVP_RARE_H_ROGUE = "Habits de champion"; |
||
42 | ATLASLOOT_PVP_RARE_H_SHAMAN = "Tornade de champion"; |
||
43 | ATLASLOOT_PVP_RARE_H_WARLOCK = "Tenue horrifique de champion"; |
||
44 | ATLASLOOT_PVP_RARE_H_WARRIOR = "Armure de bataille de champion"; |
||
45 | |||
46 | ATLASLOOT_PVP_RARE_A_DRUID = "Refuge de lieutenant-commandant"; |
||
47 | ATLASLOOT_PVP_RARE_A_HUNTER = "Accomplissement de lieutenant-commandant"; |
||
48 | ATLASLOOT_PVP_RARE_A_MAGE = "Arcanum de lieutenant-commandant"; |
||
49 | ATLASLOOT_PVP_RARE_A_PALADIN = "Redoute de lieutenant-commandant"; |
||
50 | ATLASLOOT_PVP_RARE_A_PRIEST = "Investiture de lieutenant-commandant"; |
||
51 | ATLASLOOT_PVP_RARE_A_ROGUE = "Garde de lieutenant-commandant"; |
||
52 | ATLASLOOT_PVP_RARE_A_WARLOCK = "Tenue horrifique de lieutenant-commandant"; |
||
53 | ATLASLOOT_PVP_RARE_A_WARRIOR = "Armure de bataille de lieutenant-commandant"; |
||
54 | |||
55 | ATLASLOOT_PVP_SET_PIECES = "Ensembles JcJ"; |
||
56 | ATLASLOOT_PVP_SET_PIECES_HEADER = "R\195\169compenses de R\195\169putation JcJ"; |
||
57 | ATLASLOOT_PVP_EPIC_SET = "Ensemble \195\137pique"; |
||
58 | ATLASLOOT_PVP_RARE_SET = "Ensemble Sup\195\169rieur"; |
||
59 | |||
60 | ------------ |
||
61 | -- Layout -- |
||
62 | ------------ |
||
63 | AtlasLootBattlegrounds = { |
||
64 | |||
65 | AlteracValleyNorth = { |
||
66 | ""; |
||
67 | ""; |
||
68 | ""; |
||
69 | ""; |
||
70 | ""; |
||
71 | ""; |
||
72 | ""; |
||
73 | ""; |
||
74 | ""; |
||
75 | ""; |
||
76 | ""; |
||
77 | ""; |
||
78 | ""; |
||
79 | ""; |
||
80 | ""; |
||
81 | ""; |
||
82 | ""; |
||
83 | ""; |
||
84 | ""; |
||
85 | "AVFriendly"; |
||
86 | "AVHonored"; |
||
87 | "AVRevered"; |
||
88 | "AVExalted"; |
||
89 | "PVPSET"; |
||
90 | }; |
||
91 | |||
92 | AlteracValleySouth = { |
||
93 | ""; |
||
94 | ""; |
||
95 | ""; |
||
96 | ""; |
||
97 | ""; |
||
98 | ""; |
||
99 | ""; |
||
100 | ""; |
||
101 | ""; |
||
102 | ""; |
||
103 | ""; |
||
104 | ""; |
||
105 | ""; |
||
106 | ""; |
||
107 | ""; |
||
108 | ""; |
||
109 | ""; |
||
110 | ""; |
||
111 | ""; |
||
112 | "AVFriendly"; |
||
113 | "AVHonored"; |
||
114 | "AVRevered"; |
||
115 | "AVExalted"; |
||
116 | "PVPSET"; |
||
117 | }; |
||
118 | |||
119 | ArathiBasin = { |
||
120 | ""; |
||
121 | ""; |
||
122 | ""; |
||
123 | ""; |
||
124 | ""; |
||
125 | ""; |
||
126 | ""; |
||
127 | ""; |
||
128 | "ABFriendly"; |
||
129 | "ABHonored"; |
||
130 | "ABRevered"; |
||
131 | "ABExalted"; |
||
132 | "PVPSET"; |
||
133 | }; |
||
134 | |||
135 | WarsongGulch = { |
||
136 | ""; |
||
137 | ""; |
||
138 | ""; |
||
139 | "WSGFriendly"; |
||
140 | "WSGHonored"; |
||
141 | "WSGRevered"; |
||
142 | "WSGExalted"; |
||
143 | "PVPSET"; |
||
144 | }; |
||
145 | }; |
||
146 | |||
147 | -- à: \195\160 |
||
148 | -- â: \195\162 |
||
149 | -- ç: \185\167 |
||
150 | -- è: \195\168 |
||
151 | -- é: \195\169 |
||
152 | -- ê: \195\170 |
||
153 | -- ë: \195\171 |
||
154 | -- É: \195\137 |
||
155 | -- î: \195\174 |
||
156 | -- ô: \195\180 |
||
157 | -- û: \195\187 |
||
158 | |||
159 | end |