vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 -- FR
2  
3 if( GetLocale() == "frFR" ) then
4  
5 CCWATCH_PROFILE_TEXT = "Profil: "
6  
7 CCWATCH_OPTIONS_TITLE = "Options de CCWatch";
8 CCWATCH_OPTIONS_TRANS = "Transparence";
9 CCWATCH_OPTIONS_SCALE = "Dimension";
10 CCWATCH_OPTIONS_DONE = "Valider";
11 CCWATCH_OPTIONS_UNLOCK = "D\195\169bloquer";
12 CCWATCH_OPTIONS_WIDTH = "Largeur";
13 CCWATCH_OPTIONS_INVERT = "Inversion";
14 CCWATCH_OPTIONS_TIMERS = "Timers";
15 CCWATCH_OPTIONS_ARCANIST = "Set de l'Arcaniste";
16  
17 CCWATCH_OPTIONS_MAGE = "CC Mage"
18 CCWATCH_OPTIONS_PRIEST = "CC Pr\195\170tre"
19 CCWATCH_OPTIONS_DRUID = "CC Druide"
20 CCWATCH_OPTIONS_HUNTER = "CC Chasseur"
21 CCWATCH_OPTIONS_PALADIN = "CC Paladin"
22 CCWATCH_OPTIONS_WARLOCK = "CC D\195\169moniste"
23 CCWATCH_OPTIONS_WARRIOR = "CC Guerrier"
24 CCWATCH_OPTIONS_ROGUE = "CC Voleur"
25 CCWATCH_OPTIONS_MISC = "CC Autres"
26  
27 CCWATCH_OPTION_GROWTH_OFF = "Affect. barres Fixe"
28 CCWATCH_OPTION_GROWTH_UP = "Affect. Bas->Haut"
29 CCWATCH_OPTION_GROWTH_DOWN = "Affect. Haut->Bas"
30  
31 CCWATCH_OPTION_TIMERS_OFF = "Timers Off"
32 CCWATCH_OPTION_TIMERS_ON = "Timers On"
33 CCWATCH_OPTION_TIMERS_REVERSE = "Timers Inv."
34  
35 CCWATCH_SHACKLE = "Entrave des morts-vivants"
36 CCWATCH_PSYCHICSCREAM = "Cri psychique"
37 CCWATCH_BLACKOUT = "Aveuglement"
38  
39 CCWATCH_POLYMORPH = "M\195\169tamorphose"
40 CCWATCH_FROSTNOVA = "Nova de givre"
41 CCWATCH_FROSTBITE = "Morsure de glace"
42 CCWATCH_ICEBLOCK = "Parade de glace"
43  
44 CCWATCH_HOJ = "Marteau de la justice"
45 CCWATCH_TURNUNDEAD = "Renvoi des morts-vivants"
46 CCWATCH_REPENTANCE = "Repentir"
47  
48 CCWATCH_FEAR = "Peur"
49 CCWATCH_BANISH = "Bannir"
50 CCWATCH_SEDUCE = "S\195\169duction"
51 CCWATCH_HOWLOFTERROR = "Hurlement de terreur"
52 CCWATCH_DEATHCOIL = "Voile mortel"
53  
54 CCWATCH_HIBERNATE = "Hibernation"
55 CCWATCH_ROOTS = "Sarments"
56 CCWATCH_POUNCE = "Traquenard"
57 CCWATCH_BASH = "Sonner"
58 CCWATCH_FERALCHARGE = "Charge farouche"
59 CCWATCH_IMPSTARFIRE = "Feu stellaire am\195\169lior\195\169"
60  
61 CCWATCH_FREEZINGTRAP = "Effet Pi\195\168ge givrant"
62 CCWATCH_SCAREBEAST = "Effrayer une b\195\170te"
63 CCWATCH_IMPCS = "Trait de choc am\195\169lior\195\169"
64 CCWATCH_SCATTERSHOT = "Tir de dispersion"
65 CCWATCH_INTIMIDATION = "Intimidation"
66  
67 CCWATCH_INTERCEPT = "Bloquer Etourdissement"
68 CCWATCH_MACESPE = "Sp\195\169cialisation Masse"
69 CCWATCH_IMPHAMSTRING = "Brise-genou am\195\169lior\195\169"
70 CCWATCH_INTIMIDATINGSHOUT = "Cri d\226\128\153intimidation"
71 CCWATCH_IMPREVENGE = "Vengeance Etourdissement"
72 CCWATCH_CONCUSSIONBLOW = "Bourrasque"
73  
74 CCWATCH_WARSTOMP = "Choc martial"
75  
76 CCWATCH_SLEEP = "Endormissement" -- TODO: Check effect name http://www.thottbot.com/index.cgi?i=12103
77  
78 CCWATCH_RANK = "rang"
79 CCWATCH_DETECTED = "d\195\169tect\195\169"
80 CCWATCH_NOTDETECTED = "non d\195\169tect\195\169"
81  
82 CCWATCH_GOUGE = "Suriner"
83 CCWATCH_BLIND = "C\195\169cit\195\169"
84 CCWATCH_KS = "Aiguillon perfide"
85 CCWATCH_CS = "Coup bas"
86 CCWATCH_SAP = "Assommer"
87  
88 CCWATCH_ENABLED = "CCWatch activ\195\169"
89 CCWATCH_DISABLED = "CCWatch d\195\169sactiv\195\169"
90  
91 CCWATCH_LOCKED = "CCWatch locked"
92 CCWATCH_UNLOCKED = "CCWatch unlocked"
93  
94 CCWATCH_INVERSION_ON = "Inversion de la progression des barres activ\195\169e"
95 CCWATCH_INVERSION_OFF = "Inversion de la progression des barres d\195\169sactiv\195\169e"
96  
97 CCWATCH_GROW_OFF = "Affectation des barres fixe"
98 CCWATCH_GROW_UP = "Affectation des barres de bas en haut"
99 CCWATCH_GROW_DOWN = "Affectation des barres de haut en bas"
100  
101 CCWATCH_TIMERS_OFF = "Timers d\195\169sactiv\195\169s"
102 CCWATCH_TIMERS_ON = "Timers activ\195\169s"
103 CCWATCH_TIMERS_REVERSE = "Timers invers\195\169s"
104  
105 CCWATCH_ARCANIST_ON = "Set de l'Arcaniste activat\195\169 (+15 sec \195\160 "..CCWATCH_POLYMORPH..")"
106 CCWATCH_ARCANIST_OFF = "Set de l'Arcaniste d\195\169sactiv\195\169"
107  
108 CCWATCH_SCALE = "Echelle des barres \195\160 "
109  
110 CCWATCH_WIDTH = "Largeur des barres \195\160 "
111  
112 CCWATCH_ALPHA = "Transparence des barres \195\160 "
113  
114 CCWATCH_LOADED = " Charg\195\169 - /ccw"
115  
116 CCWATCH_HELP1 = " : Usage - /ccw option"
117 CCWATCH_HELP2 = "options:"
118 CCWATCH_HELP3 = " on : Activer CCWatch"
119 CCWATCH_HELP4 = " off : D\195\169sactiver CCWatch"
120 CCWATCH_HELP5 = " lock : Immobiliser CCWatch et activer"
121 CCWATCH_HELP6 = " unlock : D\195\169placer CCWatch"
122 CCWATCH_HELP7 = " u : Met \195\169 jour les rangs des comp\195\169tences"
123 CCWATCH_HELP8 = " print : Afficher la configuration actuelle"
124 CCWATCH_HELP9 = " invert : Inverser la sens de progression de la barre."
125 CCWATCH_HELP10 = " scale : Dimension de CCWatch, de 0.25 \195\160 3.0"
126 CCWATCH_HELP11 = " width : Largeur des barres, de 50 \195\160 300"
127 CCWATCH_HELP12 = " alpha : Transparence des barres, de 0.0 \195\160 1.0"
128 CCWATCH_HELP13 = " grow : Auto-affectation des barres up, down or off"
129 CCWATCH_HELP14 = " config : Affiche la fen\195\170tre de configuration"
130 end