vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 --[[ TinyTip by Thrae
2 --
3 --
4 -- English Localization (Default)
5 --
6 -- TinyTipLocale should be defined in your FIRST localization
7 -- code.
8 --
9 -- Note: Localized slash commands are in TinyTipChatLocale_enEN.
10 --
11 --]]
12  
13 if TinyTipLocale then
14 -- slash commands
15 SLASH_TINYTIP1 = "/tinytip"
16 SLASH_TINYTIP2 = "/ttip"
17  
18 -- TinyTipUtil
19 TinyTipLocale_InitDB1 = "Empty profile. Setting with defaults..."
20 TinyTipLocale_InitDB2 = "Defaults set."
21 TinyTipLocale_InitDB3 = "New database version detected. Migrating..."
22 TinyTipLocale_InitDB4 = "Migration complete."
23 TinyTipLocale_InitDB5 = "Ready."
24  
25 TinyTipLocale_DefaultDB1 = "All settings are now back to default."
26 TinyTipLocale_DefaultDB2 = "Error - Database version mismatch."
27  
28 -- TinyTip core
29 TinyTipLocale_Tapped = "Tapped"
30 TinyTipLocale_RareElite = string.format("%s %s", getglobal("ITEM_QUALITY3_DESC"), getglobal("ELITE") )
31  
32 TinyTipLocale_Level = getglobal("LEVEL")
33  
34 TinyTipLocale = nil -- we no longer need this
35 end