vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | -- Version : English - sarf |
2 | -- Translation by : None |
||
3 | |||
4 | BINDING_HEADER_ALLINONEINVENTORYHEADER = "All In One Inventory"; |
||
5 | BINDING_NAME_ALLINONEINVENTORY = "All In One Inventory Toggle"; |
||
6 | |||
7 | ALLINONEINVENTORY_BAG_TITLE_SHORT = "AIOI"; |
||
8 | ALLINONEINVENTORY_BAG_TITLE_LONG = "All in One Inventory"; |
||
9 | |||
10 | ALLINONEINVENTORY_CONFIG_HEADER = "All In One Inventory"; |
||
11 | ALLINONEINVENTORY_CONFIG_HEADER_INFO = "Contains settings for the All In One Inventory,\nan AddOn which allows you to ignore bags, to a certain extent."; |
||
12 | ALLINONEINVENTORY_CONFIG_HEADER_SHORT_INFO = "Easy inventory"; |
||
13 | ALLINONEINVENTORY_CONFIG_HEADER_TEXTURE = "Interface\\Buttons\\Button-Backpack-Up"; |
||
14 | |||
15 | ALLINONEINVENTORY_CHAT_ENABLED = "All In One Inventory enabled."; |
||
16 | ALLINONEINVENTORY_CHAT_DISABLED = "All In One Inventory disabled."; |
||
17 | |||
18 | ALLINONEINVENTORY_CHAT_ALPHA_FORMAT = "All In One Inventory alpha set to %f (0 is use parents)"; |
||
19 | |||
20 | ALLINONEINVENTORY_CHAT_SCALE_FORMAT = "All In One Inventory scale set to %f (0 is use parents)"; |
||
21 | |||
22 | ALLINONEINVENTORY_CHAT_SWAP_BAG_ORDER_ENABLED = "All In One Inventory bag order swapping enabled."; |
||
23 | ALLINONEINVENTORY_CHAT_SWAP_BAG_ORDER_DISABLED = "All In One Inventory bag order swapping disabled."; |
||
24 | |||
25 | ALLINONEINVENTORY_CHAT_LOCKED_ENABLED = "All In One Inventory locked in place."; |
||
26 | ALLINONEINVENTORY_CHAT_LOCKED_DISABLED = "All In One Inventory unlocked."; |
||
27 | |||
28 | ALLINONEINVENTORY_CHAT_COMMAND_INFO = "Controls All In One Inventory by the command line - /aioi for usage."; |
||
29 | |||
30 | ALLINONEINVENTORY_CHAT_COMMAND_USAGE = {}; |
||
31 | table.insert(ALLINONEINVENTORY_CHAT_COMMAND_USAGE, "Usage: /allinoneinventory [toggle/includeshotbags/replacebags/reset/columns]"); |
||
32 | table.insert(ALLINONEINVENTORY_CHAT_COMMAND_USAGE, "Commands:"); |
||
33 | table.insert(ALLINONEINVENTORY_CHAT_COMMAND_USAGE, "toggle - toggles the AllInOneInventory window"); |
||
34 | table.insert(ALLINONEINVENTORY_CHAT_COMMAND_USAGE, " includeshotbags - if it should include shot bags or not"); |
||
35 | table.insert(ALLINONEINVENTORY_CHAT_COMMAND_USAGE, " reset - resets the position of the window"); |
||
36 | table.insert(ALLINONEINVENTORY_CHAT_COMMAND_USAGE, " replacebags - if it should replace the bags or not"); |
||
37 | table.insert(ALLINONEINVENTORY_CHAT_COMMAND_USAGE, " columns - how many columns there should be in each row"); |
||
38 | table.insert(ALLINONEINVENTORY_CHAT_COMMAND_USAGE, " togglebags - toggle bag number or the backpack"); |
||
39 | table.insert(ALLINONEINVENTORY_CHAT_COMMAND_USAGE, " toggleslot - toggle bag, slot number (makes it disappear)"); |
||
40 | table.insert(ALLINONEINVENTORY_CHAT_COMMAND_USAGE, " swapbagorder - swaps bag order (from backpack and forward to the reverse)"); |
||
41 | table.insert(ALLINONEINVENTORY_CHAT_COMMAND_USAGE, " alpha - set the alpha of AIOI (0 = off)"); |
||
42 | table.insert(ALLINONEINVENTORY_CHAT_COMMAND_USAGE, " scale - set the size of AIOI (0 = normal/off, 1 = normal, 2 = twice the width&height)"); |
||
43 | |||
44 | ALLINONEINVENTORY_TOGGLE_SLOT_FAIL = "All In One Inventory - failed to toggled bag/slot - incorrect specification."; |
||
45 | ALLINONEINVENTORY_TOGGLE_SLOT = "All In One Inventory - toggled bag/slot %d/%d %s."; |
||
46 | ALLINONEINVENTORY_TOGGLE_SLOT_ON = "on"; |
||
47 | ALLINONEINVENTORY_TOGGLE_SLOT_OFF = "off"; |
||
48 | |||
49 | ALLINONEINVENTORY_CHAT_COLUMNS_FORMAT = "All In One Inventory number of columns set to %d."; |
||
50 | |||
51 | ALLINONEINVENTORY_CHAT_REPLACEBAGS_ENABLED = "All In One Inventory will replace bags."; |
||
52 | ALLINONEINVENTORY_CHAT_REPLACEBAGS_DISABLED = "All In One Inventory will not replace bags."; |
||
53 | |||
54 | ALLINONEINVENTORY_CHAT_RESETPOSITION = "All In One Inventory position reset."; |
||
55 | |||
56 | ALLINONEINVENTORY_CHAT_INCLUDE_SHOTBAGS_ENABLED = "All In One Inventory will include shot bags."; |
||
57 | ALLINONEINVENTORY_CHAT_INCLUDE_SHOTBAGS_DISABLED = "All In One Inventory will not include shot bags."; |
||
58 | |||
59 | ALLINONEINVENTORY_CHAT_INCLUDE_BAGZERO_ENABLED = "All In One Inventory will include the backpack."; |
||
60 | ALLINONEINVENTORY_CHAT_INCLUDE_BAGZERO_DISABLED = "All In One Inventory will not include the backpack."; |
||
61 | |||
62 | ALLINONEINVENTORY_CHAT_INCLUDE_BAGONE_ENABLED = "All In One Inventory will include the first bag."; |
||
63 | ALLINONEINVENTORY_CHAT_INCLUDE_BAGONE_DISABLED = "All In One Inventory will not include the first bag."; |
||
64 | |||
65 | ALLINONEINVENTORY_CHAT_INCLUDE_BAGTWO_ENABLED = "All In One Inventory will include the second bag."; |
||
66 | ALLINONEINVENTORY_CHAT_INCLUDE_BAGTWO_DISABLED = "All In One Inventory will not include the second bag."; |
||
67 | |||
68 | ALLINONEINVENTORY_CHAT_INCLUDE_BAGTHREE_ENABLED = "All In One Inventory will include the third bag."; |
||
69 | ALLINONEINVENTORY_CHAT_INCLUDE_BAGTHREE_DISABLED = "All In One Inventory will not include the third bag."; |
||
70 | |||
71 | ALLINONEINVENTORY_CHAT_INCLUDE_BAGFOUR_ENABLED = "All In One Inventory will include the fourth bag."; |
||
72 | ALLINONEINVENTORY_CHAT_INCLUDE_BAGFOUR_DISABLED = "All In One Inventory will not include the fourth bag."; |
||
73 | |||
74 | ALLINONEINVENTORY_CHAT_NO_SUCH_BAGNUMBER = "All In One Inventory does not recognize the bag number - 0 is backpack, 1-4 is the corresponding bag."; |