vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 --[[ TinyTip by Thrae
2 --
3 -- French Localization
4 -- Any wrong words, change them here.
5 --
6 -- TinyTipLocale should be defined in your FIRST included
7 -- localization file.
8 --
9 -- Note: Localized slash commands are in TinyTipChatLocale_frFR.
10 --
11 -- Contributors:
12 --]]
13  
14 if TinyTipExtrasLocale and TinyTipExtrasLocale == "frFR" then
15 -- TinyTipTargets
16 TinyTipTargetsLocale_Targeting = "Optimisation" -- babelfish
17 TinyTipTargetsLocale_YOU = "<<VOUS>>" -- babelfish
18 TinyTipTargetsLocale_TargetedBy = "Vis\195\168 pr\195\169s" -- babelfish
19  
20 -- TinyTipExtras core
21 TinyTipExtrasLocale_Buffs = "Buffs"
22 TinyTipExtrasLocale_DispellableDebuffs = "Dispellable"
23 TinyTipExtrasLocale_DebuffMap = {
24 ["Magic"] = "|cFF5555FFMagic|r",
25 ["Poison"] = "|cFFFF5555Poison|r",
26 ["Curse"] = "|cFFFF22FFCurse|r",
27 ["Disease"] = "|cFF555555Disease|r" }
28  
29 TinyTipExtrasLocale = nil -- we no longer need this
30 end