annotate locale/locale.lua @ 5:fa455845cd81

testing
author Jay Bird <a4blank@yahoo.com>
date Sun, 21 Nov 2010 17:14:22 -0500
parents 6c10858e1e36
children 6e160ec1ef0f
rev   line source
a4blank@0 1 --[[
a4blank@0 2 Bagnon Localization Information: English Language
a4blank@0 3 This file must be present to have partial translations
a4blank@0 4 --]]
a4blank@0 5
a4blank@0 6 local L = LibStub('AceLocale-3.0'):NewLocale('Bagnon', 'enUS', true)
a4blank@0 7
a4blank@0 8 --keybinding text
a4blank@0 9 L.ToggleBags = 'Toggle Inventory'
a4blank@0 10 L.ToggleBank = 'Toggle Bank'
a4blank@0 11 L.ToggleKeys = 'Toggle Keyring'
a4blank@0 12
a4blank@0 13
a4blank@0 14 --system messages
a4blank@0 15 L.NewUser = 'New user detected, default settings loaded'
a4blank@0 16 L.Updated = 'Updated to v%s'
a4blank@0 17 L.UpdatedIncompatible = 'Updating from an incompatible version, defaults loaded'
a4blank@0 18
a4blank@0 19
a4blank@0 20 --slash commands
a4blank@0 21 L.Commands = 'Commands:'
a4blank@0 22 L.CmdShowInventory = 'Toggles the inventory frame'
a4blank@0 23 L.CmdShowBank = 'Toggles the bank frame'
a4blank@0 24 L.CmdShowKeyring = 'Toggles the keyring'
a4blank@0 25 L.CmdShowVersion = 'Prints the current verison'
a4blank@0 26
a4blank@0 27
a4blank@0 28 --frame text
a4blank@0 29 L.TitleBags = '%s\'s Inventory'
a4blank@0 30 L.TitleBank = '%s\'s Bank'
a4blank@0 31 L.TitleKeys = '%s\'s Keys'
a4blank@0 32
a4blank@0 33
a4blank@0 34 --tooltips
a4blank@0 35 L.TipBank = 'Bank'
a4blank@0 36 L.TipChangePlayer = 'Click to view another character\'s items.'
a4blank@0 37 L.TipGoldOnRealm = '%s Totals'
a4blank@0 38 L.TipHideBag = 'Click to hide this bag.'
a4blank@0 39 L.TipHideBags = 'Click to hide the bag frame.'
a4blank@0 40 L.TipHideSearch = 'Click to hide the search frame.'
a4blank@0 41 L.TipPurchaseBag = 'Click to purchase this bank slot.'
a4blank@0 42 L.TipShowBag = 'Click to show this bag.'
a4blank@0 43 L.TipShowBags = 'Click to show the bag frame.'
a4blank@0 44 L.TipShowMenu = 'Right-Click to configure this frame.'
a4blank@0 45 L.TipShowSearch = 'Click to show the search frame.'
a4blank@0 46 L.TipShowSearch = 'Click to search.'
a4blank@0 47 L.TipShowFrameConfig = 'Click to configure this frame.'
a4blank@0 48 L.TipDoubleClickSearch = 'Alt-Drag to move.\nRight-Click to configure.\nDouble-Click to search.'
a4blank@0 49 L.Total = 'Total'
a4blank@0 50
a4blank@0 51 --databroker plugin tooltips
a4blank@0 52 L.TipShowBank = '<Shift Left Click> to toggle your bank.'
a4blank@0 53 L.TipShowInventory = '<Left Click> to toggle your inventory.'
a4blank@0 54 L.TipShowKeyring = '<Alt Left Click> to toggle your keyring.'
a4blank@0 55 L.TipShowOptions = '<Right Click> to open the options menu.'