vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 -------------------------------------------------------------------------------
2 -- English localization (Default)
3 -------------------------------------------------------------------------------
4  
5 BEASTMASTER_CLASS_HUNTER = "Hunter";
6  
7 BEASTMASTER_TRAINING = "Beast Training";
8 BEASTMASTER_RANK = "Rank ";
9  
10 BEASTMASTER_CATG_NAMES = {
11 [1] = "General Abilities",
12 [2] = "Racial Abilities",
13 [3] = "Passive Traits",
14 [4] = "Resistances",
15 }
16  
17 BEASTMASTER_SKILLS_NAMES = {
18 [1] = "Bite",
19 [2] = "Claw",
20 [3] = "Cower",
21 [4] = "Dash",
22 [5] = "Dive",
23 [6] = "Growl",
24 [7] = "Charge",
25 [8] = "Furious Howl",
26 [9] = "Lightning Breath",
27 [10] = "Prowl",
28 [11] = "Scorpid Poison",
29 [12] = "Screech",
30 [13] = "Shell Shield",
31 [14] = "Thunderstomp",
32 [15] = "Great Stamina",
33 [16] = "Natural Armor",
34 [17] = "Arcane Resistance",
35 [18] = "Fire Resistance",
36 [19] = "Frost Resistance",
37 [20] = "Nature Resistance",
38 [21] = "Shadow Resistance",
39 };
40  
41 -------------------------------------------------------------------------------
42 -- French localization
43 -------------------------------------------------------------------------------
44  
45 if (GetLocale() == "frFR") then
46  
47 BEASTMASTER_CLASS_HUNTER = "Chasseur";
48  
49 BEASTMASTER_TRAINING = "Dressage des b\195\170tes";
50 BEASTMASTER_RANK = "Rang ";
51  
52 BEASTMASTER_CATG_NAMES = {
53 [1] = "Comp\195\169tences g\195\169n\195\169rales",
54 [2] = "Comp\195\169tences raciales",
55 [3] = "Am\195\169liorations passives",
56 [4] = "R\195\169sistances",
57 }
58  
59 BEASTMASTER_SKILLS_NAMES = {
60 [1] = "Morsure",
61 [2] = "Griffe",
62 [3] = "Tremblements",
63 [4] = "C\195\169l\195\169rit\195\169",
64 [5] = "Plongeon",
65 [6] = "Grondement",
66 [7] = "Charge",
67 [8] = "Hurlement furieux",
68 [9] = "Souffle de foudre",
69 [10] = "R\195\180der",
70 [11] = "Poison de scorpide",
71 [12] = "Hurlement",
72 [13] = "Carapace bouclier",
73 [14] = "Choc du tonnerre",
74 [15] = "Endurance sup\195\169rieure",
75 [16] = "Armure naturelle",
76 [17] = "R\195\169sistance aux Arcanes",
77 [18] = "R\195\169sistance au Feu",
78 [19] = "R\195\169sistance au Froid",
79 [20] = "R\195\169sistance \195\160 la Nature",
80 [21] = "R\195\169sistance \195\160 l\'Ombre",
81 };
82  
83 end
84  
85 -------------------------------------------------------------------------------
86 -- German localization
87 -------------------------------------------------------------------------------
88  
89 if (GetLocale() == "deDE") then
90  
91 BEASTMASTER_CLASS_HUNTER = "J\195\164ger";
92  
93 BEASTMASTER_TRAINING = "Wildtierausbildung";
94 BEASTMASTER_RANK = "Rang ";
95  
96 BEASTMASTER_CATG_NAMES = {
97 [1] = "Allgemeine F\195\164higkeiten",
98 [2] = "Rassen-F\195\164higkeiten",
99 [3] = "Passive F\195\164higkeiten",
100 [4] = "Resistenzen",
101 }
102  
103 BEASTMASTER_SKILLS_NAMES = {
104 [1] = "Bei\195\159en",
105 [2] = "Klaue",
106 [3] = "Ducken",
107 [4] = "Spurt",
108 [5] = "Sturzflug",
109 [6] = "Knurren",
110 [7] = "Sturmangriff",
111 [8] = "Wutgeheul",
112 [9] = "Blitzschlagatem",
113 [10] = "Schleichen",
114 [11] = "Skorpidgift",
115 [12] = "Schrei",
116 [13] = "Panzerschild",
117 [14] = "Donnerstampfer",
118 [15] = "Gro\195\159e Ausdauer",
119 [16] = "Nat\195\188rliche R\195\188stung",
120 [17] = "Arkanwiderstand",
121 [18] = "Feuerwiderstand",
122 [19] = "Frostwiderstand",
123 [20] = "Naturwiderstand",
124 [21] = "Schattenwiderstand",
125 };
126  
127 end