vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 --Language Localization-----------------------------------------------------------------------------------------
2 ----------------------------------------------------------------------------------------------------------------
3  
4 TB_level = LEVEL;
5  
6 --English--------------------------------------------------
7 -----------------------------------------------------------
8 if (GetLocale() == "enUS") then
9 TB_mage = "Mage";
10 TB_warlock = "Warlock";
11 TB_priest = "Priest";
12 TB_druid = "Druid";
13 TB_shaman = "Shaman";
14 TB_paladin = "Paladin";
15 TB_rogue = "Rogue";
16 TB_hunter = "Hunter";
17 TB_warrior = "Warrior";
18  
19 TB_loaded = "Loaded";
20 --TB_pvp = "PvP";
21 TB_notspecified = "Not specified";
22  
23 TB_elite = "Elite";
24 TB_worldboss = "Boss";
25 TB_rare = "Rare";
26 TB_rareelite = "Rare Elite";
27  
28 --TB_player = "Player";
29 --TB_corpse = "Corpse";
30 --TB_civilian = "Civilian";
31  
32 TB_minion = "s Minion";
33 TB_creation = "s Creation";
34 TB_guardian = "s Guardian";
35 TB_pet = "s Pet";
36  
37 TB_skinnable = "Skinnable";
38 TB_creature = "Creature";
39 TB_resurrectable = "Resurrectable";
40  
41 TB_tapped = "Tapped";
42  
43 end
44  
45  
46  
47 --German---------------------------------------------------
48 -----------------------------------------------------------
49 if (GetLocale() == "deDE") then
50 TB_mage = "Magier";
51 TB_warlock = "Hexenmeister";
52 TB_priest = "Priester";
53 TB_druid = "Druide";
54 TB_shaman = "Schamane";
55 TB_paladin = "Paladin";
56 TB_rogue = "Schurke";
57 TB_hunter = "J\195\164ger";
58 TB_warrior = "Krieger";
59  
60 TB_loaded = "Geladen";
61 TB_level = "Stufe";
62 --TB_pvp = "PvP";
63 TB_notspecified = "Nicht spezifiziert";
64  
65 TB_elite = "Elite";
66 TB_worldboss = "Boss";
67 TB_rare = "Rar";
68 TB_rareelite = "Elite Rar";
69  
70 --TB_player = "Spieler";
71 --TB_corpse = "Leiche";
72 --TB_civilian = "Zivilist";
73  
74 TB_minion = "Diener von";
75 TB_creation = "Kreatur von";
76 TB_guardian = "W\228chter von";
77 TB_pet = "Begleiter von";
78  
79 TB_skinnable = "H\228utbar";
80 TB_creature = "Kreatur";
81 TB_resurrectable = "Wiederbelebbar";
82  
83 TB_tapped = "Markiert";
84 end
85  
86  
87  
88 --French---------------------------------------------------
89 -----------------------------------------------------------
90 if (GetLocale() == "frFR") then
91 TB_mage = "Mage";
92 TB_warlock = "D\195\169moniste";
93 TB_priest = "Pr\195\170tre";
94 TB_druid = "Druide";
95 TB_shaman = "Chaman";
96 TB_paladin = "Paladin";
97 TB_rogue = "Voleur";
98 TB_hunter = "Chasseur";
99 TB_warrior = "Guerrier";
100  
101 TB_loaded = "Charg\195\169";
102 --TB_pvp = "JcJ";
103 TB_notspecified = "Non indiqu\195\169";
104  
105 TB_elite = "Elite";
106 TB_worldboss = "Patron";
107 TB_rare = "Rare";
108 TB_rareelite = "Elite Rare";
109  
110 --TB_player = "Joueur";
111 --TB_corpse = "Cadavre";
112 --TB_civilian = "Civil";
113  
114 TB_minion = "Serviteur d";
115 TB_creation = "Cr\195\169ation d";
116 TB_guardian = "Gardien d";
117 TB_pet = "Familier d";
118  
119 TB_skinnable = "D\195\169pe\185\167able";
120 TB_creature = "Cr\195\169ature";
121 TB_resurrectable = "Peut \195\170tre ressuscit\195\169";
122  
123 TB_tapped = "Engag\195\169";
124  
125 end