vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1  
2 if GetLocale() ~= "frFR" then return end
3  
4 --Warnings
5 SCTD.LOCALS.Version_Warning = "Version fausse de charge de SCT. SCTD ne chargera pas ou ne fonctionnera pas jusqu\'\195\160 ce que SCT soit mis \195\160 jour \195\160 4.12";
6 SCTD.LOCALS.Load_Error = "|cff00ff00Error Loading SCTD Options. It may be disabled.|r";
7  
8 --"Melee" ranged skills
9 SCTD.LOCALS.AUTO_SHOT = "Tir automatique";
10 SCTD.LOCALS.SHOOT = "Tir";
11 SCTD.LOCALS.SHOOT_BOW = "Tir \195\160 l'arc";
12 SCTD.LOCALS.SHOOT_CROSSBOW = "Tir \195\160 l\226\128\153arbal\195\168te";
13 SCTD.LOCALS.SHOOT_GUN = "Tir avec une arme \195\160 feu";
14  
15 -- Cosmos button
16 SCTD.LOCALS.CB_NAME = "SCT - Damage".." "..SCTD.Version;
17 SCTD.LOCALS.CB_SHORT_DESC = "by Grayhoof";
18 SCTD.LOCALS.CB_LONG_DESC = "Ajoute vos dommages \195\160 SCT!";
19 SCTD.LOCALS.CB_ICON = "Interface\\Icons\\Ability_Warrior_BattleShout"