vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 --------------------------------------------------------------------------------------------------
2 -- Localizable strings
3 --------------------------------------------------------------------------------------------------
4  
5 LOOTLINK_VERSION = "1.10.1 e14";
6 LOOTLINK_LOADED = "Telo's LootLink "..LOOTLINK_VERSION.." loaded";
7  
8 BINDING_HEADER_LOOTLINK = "LootLink Buttons";
9 BINDING_NAME_TOGGLELOOTLINK = "Toggle LootLink";
10 LOOTLINK_TITLE = "LootLink";
11 LOOTLINK_SEARCH_TITLE = "LootLink Search";
12 LOOTLINK_OPTIONS_TITLE = "LootLink Options";
13 LOOTLINK_TITLE_FORMAT_SINGULAR = "LootLink - 1 item total";
14 LOOTLINK_TITLE_FORMAT_PLURAL = "LootLink - %d items total";
15 LOOTLINK_TITLE_FORMAT_PARTIAL_SINGULAR = "LootLink - 1 item found";
16 LOOTLINK_TITLE_FORMAT_PARTIAL_PLURAL = "LootLink - %d items found";
17 LOOTLINK_SEARCH_LABEL = "Search...";
18 LOOTLINK_REFRESH_LABEL = "Refresh";
19 LOOTLINK_RESET_LABEL = "Reset";
20 LOOTLINK_OPTIONS_LABEL = "Options";
21 LOOTLINK_QUICK_LABEL = "Quick Search";
22 LOOTLINK_AUCTION_SCAN_START = "LootLink: scanning page 1...";
23 LOOTLINK_AUCTION_PAGE_N = "LootLink: scanning page %d of %d...";
24 LOOTLINK_AUCTION_SCAN_DONE = "LootLink: auction scanning finished";
25 LOOTLINK_SELL_PRICE = "Sell price:";
26 LOOTLINK_SELL_PRICE_N = "Sell price for %d:";
27 LOOTLINK_SELL_PRICE_EACH = "Sell price, each:";
28 LOOTLINK_SCHEDULED_AUCTION_SCAN = "LootLink: will perform a full auction scan the next time you talk to an auctioneer.";
29  
30 LOOTLINK_HELP = "help"; -- must be lowercase; command to display help
31 LOOTLINK_STATUS = "status"; -- must be lowercase; command to display status
32 LOOTLINK_AUCTION = "auction"; -- must be lowercase; command to scan auctions
33 LOOTLINK_SCAN = "scan"; -- must be lowercase; alias for command to scan auctions
34 LOOTLINK_SHOWINFO = "showinfo"; -- must be lowercase; command to show extra info on tooltips
35 LOOTLINK_HIDEINFO = "hideinfo"; -- must be lowercase; command to hide extra info on tooltips
36 LOOTLINK_MAKEHOME = "makehome"; -- must be lowercase; command to make the current server your home
37 LOOTLINK_RESET = "reset"; -- must be lowercase; command to reset the database
38 LOOTLINK_LIGHTMODE = "light"; -- must be lowercase; command to disable full-text search, using less memory
39 LOOTLINK_FULLMODE = "full"; -- must be lowercase; command to enable full-text search, using more memory
40 LOOTLINK_CONFIRM = "confirm"; -- must be lowercase; confirmation of MAKEHOME, RESET, or LIGHT
41  
42 LOOTLINK_RESET_NEEDS_CONFIRM = "|cffff0000LootLink: Warning! This will irreversibly erase all LootLink data. If you really want to do this, use /lootlink or /ll with the following command: "..LOOTLINK_RESET.." "..LOOTLINK_CONFIRM.."|r";
43 LOOTLINK_RESET_ABORTED = "|cff00ff00LootLink: Data erase was NOT confirmed and will not be done.|r";
44 LOOTLINK_RESET_DONE = "|cffffff00LootLink: All data erased.|r";
45 LOOTLINK_MAKEHOME_NEEDS_CONFIRM = "|cffff0000LootLink: Warning! This will irreversibly mark all LootLink data that predates multiple server support as having been seen on "..GetCVar("realmName")..". If you really want to do this, use /lootlink or /ll with the following command: "..LOOTLINK_MAKEHOME.." "..LOOTLINK_CONFIRM.."|r";
46 LOOTLINK_MAKEHOME_ABORTED = "|cff00ff00LootLink: Home server was NOT confirmed and no changes will be made.|r";
47 LOOTLINK_MAKEHOME_DONE = "|cffffff00LootLink: Existing data that predated multiple server support was marked as seen on "..GetCVar("realmName")..". Multiple server support is fully enabled.|r";
48 LOOTLINK_LIGHTMODE_NEEDS_CONFIRM = "|cffff0000LootLink: Warning! This will disable full-text search, losing known text for all items, but using less memory. If you really want to do this, use /lootlink or /ll with the following command: "..LOOTLINK_LIGHTMODE.." "..LOOTLINK_CONFIRM.."|r";
49 LOOTLINK_LIGHTMODE_ABORTED = "|cff00ff00LootLink: Light mode was NOT confirmed and no changes will be made.|r";
50 LOOTLINK_LIGHTMODE_DONE = "|cffffff00LootLink: Light mode enabled. Full-text search is disabled and memory is no longer used for item descriptions.|r";
51  
52 LOOTLINK_STATUS_HEADER = "|cffffff00LootLink (version %.2f) status:|r";
53 LOOTLINK_DATA_VERSION = "LootLink: %d items known [%d on %s], data version %.2f";
54 LOOTLINK_INFO_HIDDEN = "LootLink: extra tooltip information hidden";
55 LOOTLINK_INFO_SHOWN = "LootLink: extra tooltip information shown";
56 LOOTLINK_FULL_MODE = "LootLink: full mode; full-text search is enabled";
57 LOOTLINK_LIGHT_MODE = "LootLink: light mode; full-text search is disabled";
58  
59 LOOTLINK_HELP_TEXT0 = " ";
60 LOOTLINK_HELP_TEXT1 = "|cffffff00LootLink command help:|r";
61 LOOTLINK_HELP_TEXT2 = "|cff00ff00Use |r|cffffffff/lootlink|r|cff00ff00 or |r|cffffffff/ll|r|cff00ff00 without any arguments to toggle the browse window open or closed.|r";
62 LOOTLINK_HELP_TEXT3 = "|cff00ff00Use |r|cffffffff/lootlink <command>|r|cff00ff00 or |r|cffffffff/ll <command>|r|cff00ff00 to perform the following commands:|r";
63 LOOTLINK_HELP_TEXT4 = "|cffffffff"..LOOTLINK_HELP.."|r|cff00ff00: displays this message.|r";
64 LOOTLINK_HELP_TEXT5 = "|cffffffff"..LOOTLINK_STATUS.."|r|cff00ff00: displays status information for data and current options.|r";
65 LOOTLINK_HELP_TEXT6 = "|cffffffff"..LOOTLINK_AUCTION.."|r|cff00ff00 or |r|cffffffff"..LOOTLINK_SCAN.."|r|cff00ff00: starts or schedules an automatic scan of all items in the auction house.|r";
66 LOOTLINK_HELP_TEXT7 = "|cffffffff"..LOOTLINK_SHOWINFO.."|r|cff00ff00: shows extra information, including known sell prices, on all tooltips.|r";
67 LOOTLINK_HELP_TEXT8 = "|cffffffff"..LOOTLINK_HIDEINFO.."|r|cff00ff00: stops showing extra information on tooltips.|r";
68 LOOTLINK_HELP_TEXT9 = "|cffffffff"..LOOTLINK_FULLMODE.."|r|cff00ff00: enables full-text search. This is the default mode..|r";
69 LOOTLINK_HELP_TEXT10 = "|cffffffff"..LOOTLINK_LIGHTMODE.."|r|cff00ff00: disables full-text search, using less memory.|r";
70 LOOTLINK_HELP_TEXT11 = " ";
71 LOOTLINK_HELP_TEXT12 = "|cff00ff00For example: |r|cffffffff/lootlink scan|r|cff00ff00 will start an auction house scan if the auction window is open.|r";
72  
73 LOOTLINK_DATA_UPGRADE_HELP_TEXT0 = "|cffffff00LootLink needs action from you to upgrade its data for full multiple server support. Use one of the following commands to do so:|r";
74 LOOTLINK_DATA_UPGRADE_HELP_TEXT1 = "|cffffffff"..LOOTLINK_MAKEHOME.."|r|cff00ff00: makes the current server your home. This will mark all existing items that predate multiple server support as having been seen on the current server.|r";
75 LOOTLINK_DATA_UPGRADE_HELP_TEXT2 = "|cffffffff"..LOOTLINK_RESET.."|r|cff00ff00: resets and wipes the existing database. This is the safest thing to do if you've ever played on more than one server, but you will lose your existing data.|r";
76  
77 LOOTLINK_DATA_UPGRADE_HELP = {
78 { version = 110, text = LOOTLINK_DATA_UPGRADE_HELP_TEXT0, },
79 { version = 110, text = LOOTLINK_DATA_UPGRADE_HELP_TEXT1, },
80 { version = 110, text = LOOTLINK_DATA_UPGRADE_HELP_TEXT2, },
81 };
82  
83 LOOTLINK_MINIMAP_DRAG = "Drag to reposition";
84 LOOTLINK_MINIMAP_PROCESS_SHOW = "Right click to show progress bar";
85 LOOTLINK_MINIMAP_PROCESS_HIDE = "Right click to hide progress bar";
86  
87 LOOTLINK_TOOLTIP_GENERATED = "Generated by LootLink from cached data";
88 LOOTLINK_TOOLTIP_BAD_ITEM = "Bad Item - linking could cause a disconnect";
89 LOOTLINK_TOOLTIP_SERVER = "Item not validated for this server";
90  
91 LOOTLINK_STATICPOPUP_DELETE_ITEM_CONFIRM = "Are you sure you want to delete\n|c%s[%s]|r\nfrom Loot Link's database?";
92 LOOTLINK_STATICPOPUP_LITE_MODE_CONFIRM = "Warning! This will disable full-text search, losing known text for all items, but using less memory."
93 LOOTLINK_STATICPOPUP_ITEM_CONFIRM = "%s %s Are you sure you want to do this?";
94 LOOTLINK_STATICPOPUP_SERVER = "This item has not been seen by you on this server.";
95 LOOTLINK_STATICPOPUP_INVALID = "This item has not been seen by you recently.";
96 LOOTLINK_STATICPOPUP_LINKITEM = "Attempting to link this item could cause a disconnect.";
97 LOOTLINK_STATICPOPUP_DRESSUP = "Attempting to dress up with this item could cause a disconnect.";
98  
99 LLS_TEXT = "All text:";
100 LLS_NAME = "Name:";
101 LLS_RARITY = "Rarity:";
102 LLS_SERVER = "On this server?";
103 LLS_BINDS = "Binds:";
104 LLS_UNIQUE = "Is Unique?";
105 LLS_USABLE = "Usable?";
106 LLS_SPOOF = "Is bad item?";
107 LLS_SET = "Set items?";
108 LLS_LOCATION = "Equip location:";
109 LLS_MINIMUM_LEVEL = "Minimum level:";
110 LLS_MAXIMUM_LEVEL = "Maximum level:";
111 LLS_TYPE = "Type:";
112 LLS_SUBTYPE_ARMOR = "Armor subtype:";
113 LLS_SUBTYPE_WEAPON = "Weapon subtype:";
114 LLS_SUBTYPE_SHIELD = "Shield subtype:";
115 LLS_SUBTYPE_RECIPE = "Recipe subtype:";
116 LLS_SUBTYPE_CONTAINER = "Container subtype:";
117 LLS_MINIMUM_DAMAGE = "Min. low damage:";
118 LLS_MAXIMUM_DAMAGE = "Min. high damage:";
119 LLS_MAXIMUM_SPEED = "Maximum speed:";
120 LLS_MINIMUM_DPS = "Minimum DPS:";
121 LLS_MINIMUM_ARMOR = "Minimum armor:";
122 LLS_MINIMUM_BLOCK = "Minimum block:";
123 LLS_MINIMUM_SLOTS = "Minimum slots:";
124 LLS_MINIMUM_SKILL = "Minimum skill:";
125 LLS_MAXIMUM_SKILL = "Maximum skill:";
126 LLS_TEXT_DISABLED = "(full-text search is disabled)";
127  
128 LLO_MINIMAP_LABEL = "Minimap";
129 LLO_MINIMAP_HIDE = "Show minimap button";
130 LLO_MINIMAP_LOCK = "Lock minimap button";
131 LLO_MINIMAP_POS = "Minimap button position";
132 LLO_MINIMAP_OFFSET = "Minimap button offset";
133  
134 LLO_SPOOF = "Don't allow bad items";
135 LLO_PURGE = "Purge";
136 LLO_FIX_LABEL = "Cached Data";
137 LLO_FIX = "Fix Cache";
138 LLO_GENERAL_LABEL = "General";
139 LLO_MOUSEOVER = "Inspect on mouseover";
140 LLO_SERVER = "Only show this server";
141 LLO_ENCHANTS = "Allow item enchants";
142 LLO_ICON = "Allow item icon";
143 LLO_RARITY_THRESHOLD = "Item rarity threshold"
144 LLO_VARIANT = "Allow item stat variants";
145 LLO_SAME_NAME = "Allow same name items";
146 LLO_LITE_MODE = "Enable lite mode";
147 LLO_EXTRA_INFO = "Show extra tooltip info";
148 LLO_TYPE_LINKS = "Enable type links";
149 LLO_AUTO_TYPE_LINKS = "Auto complete type links";
150  
151 LLO_MINIMAP_X = 325;
152 LLO_MINIMAP_Y = 0;
153  
154 LOOTLINK_SCHEDULE_DELAY = 2;
155  
156 LLP_PURGE_LABEL = "Purging Filtered items"
157 LLP_PURGE_END = "|cffff0000LootLink: Finished purging filtered items. Removed %u items out of %t. Unable to validate %f items.";
158 LLP_PURGE_CANCEL = "|cffff0000LootLink: Cancelled purging of filtered items with %r items remaining. Removed %u items out of %t. Unable to validate %f items.";
159 LLP_FIXCACHE_LABEL = "Fixing Cached Data"
160 LLP_FIXCACHE_END = "|cffff0000LootLink: Finished fixing bad cached data. Updated %u items out of %t. Unable to update %f items.";
161 LLP_FIXCACHE_CANCEL = "|cffff0000LootLink: Cancelled fixing of bad cached data with %r items remaining. Updated %u items out of %t. Unable to update %f items.";
162  
163 LLP_ABORT1 = "Aborted process : Out of memory!";
164 LLP_ABORT2 = "Please increase your script memory setting in the \"Addons\" menu";
165  
166 LLHELP_MAIN = "Shift + Click to link an item in chat.\nCtrl + Click to see the item on your character\nShift + Ctrl + Right Click to delete the item from the database";
167 LLHELP_DISCONNECT = "Linking this item could cause a disconnect.";
168 LLHELP_SERVER = "This item not seen by you on this server yet. "..LLHELP_DISCONNECT;
169 LLHELP_INVALID = "This item is not valid. "..LLHELP_DISCONNECT;
170 LLHELP_NOTINLOCAL = "This item has not been seen recently. "..LLHELP_DISCONNECT;
171  
172 ONLY = "Only";
173 ANY = "Any";
174 POOR = "Poor";
175 COMMON = "Common";
176 UNCOMMON = "Uncommon";
177 RARE = "Rare";
178 EPIC = "Epic";
179 LEGENDARY = "Legendary";
180 DOES_NOT = "Does Not";
181 ON_EQUIP = "On Equip";
182 ON_PICKUP = "On Pickup";
183 ON_USE = "On Use";
184 --ARMOR = "Armor"; -- already in globalstrings
185 WEAPON = "Weapon";
186 SHIELD = "Shield";
187 CONTAINER = "Container";
188 OTHER = "Other";
189 RECIPE = "Recipe";
190 CLOTH = "Cloth";
191 LEATHER = "Leather";
192 MAIL = "Mail";
193 PLATE = "Plate";
194 AXE = "Axe";
195 BOW = "Bow";
196 DAGGER = "Dagger";
197 MACE = "Mace";
198 STAFF = "Staff";
199 SWORD = "Sword";
200 GUN = "Gun";
201 WAND = "Wand";
202 POLEARM = "Polearm";
203 FIST_WEAPON = "Fist Weapon";
204 FISHING_POLE = "Fishing Pole";
205 UNARMED = "Unarmed";
206 CROSSBOW = "Crossbow";
207 THROWN = "Thrown";
208 BUCKLER = "Buckler";
209 ALCHEMY = "Alchemy";
210 BLACKSMITHING = "Blacksmithing";
211 COOKING = "Cooking";
212 ENCHANTING = "Enchanting";
213 ENGINEERING = "Engineering";
214 LEATHERWORKING = "Leatherworking";
215 TAILORING = "Tailoring";
216 FIRST_AID = "First Aid";
217 FISHING = "Fishing";
218 BAG = "Bag";
219 AMMO_POUCH = "Ammo Pouch";
220 QUIVER = "Quiver";
221 SOUL_BAG = "Soul Bag";
222 HERB_BAG = "Herb Bag";
223 ENCHANTING_BAG = "Enchanting Bag";
224 ENGINEERING_BAG = "Engineering Bag";
225 IDOL = "Idol";
226 LIBRAM = "Libram";
227 TOTEM = "Totem";
228 DURABILITY = "Durability";
229  
230 -- Skills
231 PLATE_MAIL = "Plate Mail";
232 AXES = "Axes";
233 TWO_HANDED_AXES = "Two-Handed Axes";
234 BOWS = "Bows";
235 DAGGERS = "Daggers";
236 MACES = "Maces";
237 TWO_HANDED_MACES = "Two-Handed Maces";
238 STAVES = "Staves";
239 SWORDS = "Swords";
240 TWO_HANDED_SWORDS = "Two-Handed Swords";
241 GUNS = "Guns";
242 WANDS = "Wands";
243 POLEARMS = "Polearms";
244 CROSSBOWS = "Crossbows";
245  
246 -- For sorting
247 SORT_NAME = "Name";
248 SORT_RARITY = "Rarity";
249 SORT_BINDS = "Binds";
250 SORT_UNIQUE = "Unique";
251 SORT_LOCATION = "Location";
252 SORT_TYPE = "Type";
253 SORT_SUBTYPE = "Subtype";
254 SORT_MINDAMAGE = "Min Damage";
255 SORT_MAXDAMAGE = "Max Damage";
256 SORT_SPEED = "Speed";
257 SORT_DPS = "DPS";
258 SORT_ARMOR = "Armor";
259 SORT_BLOCK = "Block";
260 SORT_SLOTS = "Slots";
261 SORT_LEVEL = "Level";
262 SORT_SKILL = "Skill Level";
263 SORT_SET = "Item Sets";