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 TinyTipLocale and TinyTipLocale == "frFR" then
15 -- slash commands
16 SLASH_TINYTIP1 = "/tinytip"
17 SLASH_TINYTIP2 = "/ttip"
18  
19 -- TinyTipUtil
20 -- NEEDS TRANSLATION
21 TinyTipLocale_InitDB1 = "Empty profile. Setting with defaults..."
22 TinyTipLocale_InitDB2 = "Defaults set."
23 TinyTipLocale_InitDB3 = "New database version detected. Migrating..."
24 TinyTipLocale_InitDB4 = "Migration complete."
25 TinyTipLocale_InitDB5 = "Ready."
26  
27 TinyTipLocale_DefaultDB1 = "All settings are now back to default."
28 TinyTipLocale_DefaultDB2 = "Error - Database version mismatch."
29  
30 -- TinyTip core
31 TinyTipLocale_Tapped = "Engag\195\169"
32 TinyTipLocale_RareElite = "Elite Rare"
33  
34 TinyTipLocale_Level = getglobal("LEVEL")
35  
36 TinyTipLocale = nil -- we no longer need this
37 end
38