Mercurial > wow > raid-target-tactics
diff locale/locale.lua @ 8:6e160ec1ef0f
locale, add DBIcon, experiment with frames
author | Jay Bird <a4blank@yahoo.com> |
---|---|
date | Mon, 22 Nov 2010 08:39:57 -0500 |
parents | 6c10858e1e36 |
children | d2cbfe498c4d |
line wrap: on
line diff
--- a/locale/locale.lua Sun Nov 21 20:38:20 2010 -0500 +++ b/locale/locale.lua Mon Nov 22 08:39:57 2010 -0500 @@ -1,55 +1,7 @@ --[[ - Bagnon Localization Information: English Language - This file must be present to have partial translations + Raid Target Tactics Locale: English --]] -local L = LibStub('AceLocale-3.0'):NewLocale('Bagnon', 'enUS', true) +local L = LibStub('AceLocale-3.0'):NewLocale('RaidTargetTactics', 'enUS', true) ---keybinding text -L.ToggleBags = 'Toggle Inventory' -L.ToggleBank = 'Toggle Bank' -L.ToggleKeys = 'Toggle Keyring' - - ---system messages -L.NewUser = 'New user detected, default settings loaded' -L.Updated = 'Updated to v%s' -L.UpdatedIncompatible = 'Updating from an incompatible version, defaults loaded' - - ---slash commands -L.Commands = 'Commands:' -L.CmdShowInventory = 'Toggles the inventory frame' -L.CmdShowBank = 'Toggles the bank frame' -L.CmdShowKeyring = 'Toggles the keyring' -L.CmdShowVersion = 'Prints the current verison' - - ---frame text -L.TitleBags = '%s\'s Inventory' -L.TitleBank = '%s\'s Bank' -L.TitleKeys = '%s\'s Keys' - - ---tooltips -L.TipBank = 'Bank' -L.TipChangePlayer = 'Click to view another character\'s items.' -L.TipGoldOnRealm = '%s Totals' -L.TipHideBag = 'Click to hide this bag.' -L.TipHideBags = 'Click to hide the bag frame.' -L.TipHideSearch = 'Click to hide the search frame.' -L.TipPurchaseBag = 'Click to purchase this bank slot.' -L.TipShowBag = 'Click to show this bag.' -L.TipShowBags = 'Click to show the bag frame.' -L.TipShowMenu = 'Right-Click to configure this frame.' -L.TipShowSearch = 'Click to show the search frame.' -L.TipShowSearch = 'Click to search.' -L.TipShowFrameConfig = 'Click to configure this frame.' -L.TipDoubleClickSearch = 'Alt-Drag to move.\nRight-Click to configure.\nDouble-Click to search.' -L.Total = 'Total' - ---databroker plugin tooltips -L.TipShowBank = '<Shift Left Click> to toggle your bank.' -L.TipShowInventory = '<Left Click> to toggle your inventory.' -L.TipShowKeyring = '<Alt Left Click> to toggle your keyring.' -L.TipShowOptions = '<Right Click> to open the options menu.' \ No newline at end of file +L.Minimap_Icon_Tooltip = "Click to toggle addon window"