vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 -- SCT localization information
2 -- French Locale
3 -- Initial translation by Juki <Unskilled>
4 -- Translation by Sasmira
5 -- Date 04/03/2006
6  
7 if GetLocale() ~= "frFR" then return end
8  
9 -- Static Messages
10 SCT.LOCALS.LowHP= "Vie Faible !"; -- Message to be displayed when HP is low
11 SCT.LOCALS.LowMana= "Mana Faible !"; -- Message to be displayed when Mana is Low
12 SCT.LOCALS.SelfFlag = "*"; -- Icon to show self hits
13 SCT.LOCALS.Combat = "+ Combat"; -- Message to be displayed when entering combat
14 SCT.LOCALS.NoCombat = "- Combat"; -- Message to be displayed when leaving combat
15 SCT.LOCALS.ComboPoint = "Points de Combo "; -- Message to be displayed when gaining a combo point
16 SCT.LOCALS.FiveCPMessage = " ... A Mooort !!!"; -- Message to be displayed when you have 5 combo points
17 SCT.LOCALS.ExtraAttack = "Extra Attack!"; -- Message to be displayed when time to execute
18  
19 --startup messages
20 SCT.LOCALS.STARTUP = "Scrolling Combat Text "..SCT.Version.." charg\195\169. Tapez /sctmenu pour les options.";
21 SCT.LOCALS.Option_Crit_Tip = "Mettre cet \195\169v\195\168nement toujours apparent lors d\'un CRITIQUE.";
22 SCT.LOCALS.Option_Msg_Tip = "Mettre cet 195\169v\195\168nement toujours apparent lors d\'un MESSAGE. Surpasse les Critiques.";
23 SCT.LOCALS.Frame1_Tip = "Make this event always appear in ANIMATION FRAME 1.";
24 SCT.LOCALS.Frame2_Tip = "Make this event always appear in ANIMATION FRAME 2";
25  
26 --Warnings
27 SCT.LOCALS.Version_Warning= "|cff00ff00SCT AVERTISSANT|r\n\n vos variables sauv\195\169 es sont d\'une version p\195\169rim\195\169e de SCT. Si vous rencontrez des erreurs ou le comportement \195\169trange, REMETTEZ \195\160 Z\195\169ro svp vos options \195\160 l\'aide du bouton de remise ou par /sctreset de dactylographie";
28 SCT.LOCALS.Load_Error = "|cff00ff00Error Loading SCT Options. It may be disabled.|r";
29  
30 --nouns
31 SCT.LOCALS.TARGET = "La cible";
32 SCT.LOCALS.PROFILE = "SCT Profil charg\195\169: |cff00ff00";
33 SCT.LOCALS.PROFILE_DELETE = "SCT Profil supprim\195\169: |cff00ff00";
34 SCT.LOCALS.PROFILE_NEW = "SCT Nouveau Profil Cr\195\169e: |cff00ff00";
35 SCT.LOCALS.WARRIOR = "Guerrier";
36 SCT.LOCALS.ROGUE = "Voleur";
37 SCT.LOCALS.HUNTER = "Chasseur";
38 SCT.LOCALS.MAGE = "Mage";
39 SCT.LOCALS.WARLOCK = "D\195\169moniste";
40 SCT.LOCALS.SHAMAN = "Chaman";
41 SCT.LOCALS.PALADIN = "Paladin";
42 SCT.LOCALS.DRUID = "Druide";
43 SCT.LOCALS.PRIEST = "Pr\195\170tre";
44  
45 --Useage
46 SCT.LOCALS.DISPLAY_USEAGE = "Utilisation : \n";
47 SCT.LOCALS.DISPLAY_USEAGE = SCT.LOCALS.DISPLAY_USEAGE .. "/sctdisplay 'message' (pour du texte blanc)\n";
48 SCT.LOCALS.DISPLAY_USEAGE = SCT.LOCALS.DISPLAY_USEAGE .. "/sctdisplay 'message' rouge(0-10) vert(0-10) bleu(0-10)\n";
49 SCT.LOCALS.DISPLAY_USEAGE = SCT.LOCALS.DISPLAY_USEAGE .. "Exemple : /sctdisplay 'Soignez Moi' 10 0 0\nCela affichera 'Soignez Moi' en rouge vif\n";
50 SCT.LOCALS.DISPLAY_USEAGE = SCT.LOCALS.DISPLAY_USEAGE .. "Quelques Couleurs : rouge = 10 0 0, vert = 0 10 0, bleu = 0 0 10,\njaune = 10 10 0, violet = 10 0 10, cyan = 0 10 10";
51  
52 --Fonts
53 SCT.LOCALS.FONTS = {
54 [1] = { name="Default", path="Fonts\\FRIZQT__.TTF"},
55 [2] = { name="TwCenMT", path="Interface\\Addons\\sct\\fonts\\Tw_Cen_MT_Bold.TTF"},
56 [3] = { name="Adventure", path="Interface\\Addons\\sct\\fonts\\Adventure.ttf"},
57 [4] = { name="Enigma", path="Interface\\Addons\\sct\\fonts\\Enigma__2.TTF"},
58 }
59  
60 -- Cosmos button
61 SCT.LOCALS.CB_NAME = "Scrolling Combat Text".." "..SCT.Version;
62 SCT.LOCALS.CB_SHORT_DESC = "Par Grayhoof";
63 SCT.LOCALS.CB_LONG_DESC = "Affiche les messages de combat au dessus du personnage";
64 SCT.LOCALS.CB_ICON = "Interface\\Icons\\Spell_Shadow_EvilEye"; -- "Interface\\Icons\\Spell_Shadow_FarSight"