vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 --French
2 if (GetLocale()=="frFR") then
3  
4 SAO_STR_NAN = "NOT A NUMBER!";
5 SAO_STR_MIN = "Min: ";
6 SAO_STR_MAX = ", Max: ";
7  
8 --General options frame
9 --Alert Types names
10 SAO_STR_DAMAGE = "D\195\169g\195\162ts";
11 SAO_STR_HEAL = "Soins";
12 SAO_STR_BUFFGAIN = "Gain de buff";
13 SAO_STR_BUFFGONE = "Fion de buff";
14 SAO_STR_TOTEM = "Totem";
15 SAO_STR_EMOTE = "Emote";
16 SAO_STR_PERIODIC = "Periodique";
17 SAO_STR_INSTANT = "Instantan\195\169";
18 SAO_STR_CC = "CC";
19 SAO_STR_MISC = "Divers";
20  
21 SAO_STR_GENERAL = "G\195\169n\195\169ral";
22 SAO_STR_ON = "On";
23 SAO_STR_OFFONREST = "OffOnRest";
24 SAO_STR_TO = "TO";
25 SAO_STR_SHORT = "Court";
26  
27 SAO_STR_ON_TT = "Activer/D\195\169sactiver SA";
28 SAO_STR_OFFONREST_TT = "D\195\169sactive SA en repos (auberges et capitales)";
29 SAO_STR_TO_TT = "Affiche ce type d'alerte seulement pour la cible actuelle";
30 SAO_STR_SHORT_TT = "Affiche cette alerte en forme courte, ex. \"245 Soins (Bob)\" au lieu de \"R\195\169novation d'Alice soigne Bob de 245 points de vie.\"";
31  
32 --AlertX frames
33 SAO_STR_ALERT1 = "Alert1";
34 SAO_STR_ALERT2 = "Alert2";
35 SAO_STR_ALERT3 = "Alert3";
36 SAO_STR_LOCK = "Bloquer";
37 SAO_STR_UNLOCK = "D\195\169bloquer";
38 SAO_STR_SIZE = "Taille de police";
39 SAO_STR_HT = "Temps avant disparition";
40 SAO_STR_FT = "Temps de disparition";
41 SAO_STR_LINES = "Nombre de lignes";
42 SAO_STR_ALPHA = "Transparence";
43 SAO_STR_OUTLINE = "Font Outline";
44 SAO_STR_SPACE = "Espace de ligne";
45 SAO_STR_GOTO = "Cochez le type d'alertes que vous souhaites associer 195\160 cette AlertFrame";
46  
47 end