Mercurial > wow > raid-target-tactics
comparison locale/locale.lua @ 0:6c10858e1e36
toc and pkginfo files
author | Jay Bird <a4blank@yahoo.com> |
---|---|
date | Sun, 21 Nov 2010 15:20:21 -0500 |
parents | |
children | 6e160ec1ef0f |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:6c10858e1e36 |
---|---|
1 --[[ | |
2 Bagnon Localization Information: English Language | |
3 This file must be present to have partial translations | |
4 --]] | |
5 | |
6 local L = LibStub('AceLocale-3.0'):NewLocale('Bagnon', 'enUS', true) | |
7 | |
8 --keybinding text | |
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.' |