vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 -- localization strings for DeShift
2  
3 humanoid_form = "Humanoid Form" --Seems to be the same for all localisations
4  
5 Wantspeak = "speak"
6 Wantstandup = "You must be standing to do that" --stands up for you if you want to make an action you must not sit for
7 Wanttarget = "You have no target" -- tries to target nearest enemy
8 WantBearSkillOne = "Must be in Bear Form"
9 WantBearSkillTwo = "Not enough rage"
10 WantCatSkillOne = "Must be in Cat Form"
11 WantCatSkillTwo = "Not enough energy"
12 WantHumanoidSkill = "while shapeshifted"
13 WantHumanoidSkillTwo = "shapeshift form"
14  
15 cat_form = "Cat Form"
16 bear_form = "Bear Form"
17 water_form = "Water Form"
18 travel_form = "Travel Form"
19  
20 if(GetLocale() == "deDE") then
21 Wantspeak = "solange Eure Gestalt" --sprechen, items
22 Wantstandup = "im Stehen"
23 Wanttarget = "Ihr habt kein Ziel"
24 WantBearSkillOne = "Muss in Bärengestalt"
25 WantBearSkillTwo = "Nicht genug Wut"
26 WantCatSkillOne = "Muss in Katzengestalt"
27 WantCatSkillTwo = "Nicht genug Energie"
28 WantHumanoidSkill = "Eure Gestalt ist verwandelt" --zauber
29 WantHumanoidSkillTwo = "Eure Gestalt ist verwandelt" -- post
30  
31 --Priest
32 WantToLeaveShadowForm = "Das kann nicht benutzt werden in Formgestalt"
33  
34 cat_form = 'Katzengestalt'
35 bear_form = 'Bärengestalt'
36 water_form = 'Wassergestalt'
37 travel_form = 'Reisegestalt'
38 end
39  
40 if(GetLocale() == "frFR") then
41 speak = "parle"
42 cat_form = "Forme de f\195\169lin"
43 bear_form = "Forme d'ours"
44 water_form = "Forme aquatique"
45 travel_form = "Forme de voyage"
46 end