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