a4blank@0: --[[ a4blank@0: Bagnon Localization Information: English Language a4blank@0: This file must be present to have partial translations a4blank@0: --]] a4blank@0: a4blank@0: local L = LibStub('AceLocale-3.0'):NewLocale('Bagnon', 'enUS', true) a4blank@0: a4blank@0: --keybinding text a4blank@0: L.ToggleBags = 'Toggle Inventory' a4blank@0: L.ToggleBank = 'Toggle Bank' a4blank@0: L.ToggleKeys = 'Toggle Keyring' a4blank@0: a4blank@0: a4blank@0: --system messages a4blank@0: L.NewUser = 'New user detected, default settings loaded' a4blank@0: L.Updated = 'Updated to v%s' a4blank@0: L.UpdatedIncompatible = 'Updating from an incompatible version, defaults loaded' a4blank@0: a4blank@0: a4blank@0: --slash commands a4blank@0: L.Commands = 'Commands:' a4blank@0: L.CmdShowInventory = 'Toggles the inventory frame' a4blank@0: L.CmdShowBank = 'Toggles the bank frame' a4blank@0: L.CmdShowKeyring = 'Toggles the keyring' a4blank@0: L.CmdShowVersion = 'Prints the current verison' a4blank@0: a4blank@0: a4blank@0: --frame text a4blank@0: L.TitleBags = '%s\'s Inventory' a4blank@0: L.TitleBank = '%s\'s Bank' a4blank@0: L.TitleKeys = '%s\'s Keys' a4blank@0: a4blank@0: a4blank@0: --tooltips a4blank@0: L.TipBank = 'Bank' a4blank@0: L.TipChangePlayer = 'Click to view another character\'s items.' a4blank@0: L.TipGoldOnRealm = '%s Totals' a4blank@0: L.TipHideBag = 'Click to hide this bag.' a4blank@0: L.TipHideBags = 'Click to hide the bag frame.' a4blank@0: L.TipHideSearch = 'Click to hide the search frame.' a4blank@0: L.TipPurchaseBag = 'Click to purchase this bank slot.' a4blank@0: L.TipShowBag = 'Click to show this bag.' a4blank@0: L.TipShowBags = 'Click to show the bag frame.' a4blank@0: L.TipShowMenu = 'Right-Click to configure this frame.' a4blank@0: L.TipShowSearch = 'Click to show the search frame.' a4blank@0: L.TipShowSearch = 'Click to search.' a4blank@0: L.TipShowFrameConfig = 'Click to configure this frame.' a4blank@0: L.TipDoubleClickSearch = 'Alt-Drag to move.\nRight-Click to configure.\nDouble-Click to search.' a4blank@0: L.Total = 'Total' a4blank@0: a4blank@0: --databroker plugin tooltips a4blank@0: L.TipShowBank = ' to toggle your bank.' a4blank@0: L.TipShowInventory = ' to toggle your inventory.' a4blank@0: L.TipShowKeyring = ' to toggle your keyring.' a4blank@0: L.TipShowOptions = ' to open the options menu.'