vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 -- Text Inserts
2  
3 NUN_NEW_NOTE = "New Note";
4 NUN_SAVED_NOTE = "Saved Note";
5 NUN_QUEST_NOTE = "Quest History Detail";
6 NUN_SAVE = "Save";
7 NUN_CANCEL = "Cancel";
8 NUN_DELETE = "Delete";
9 NUN_WHO = "Who Info";
10 NUN_TARGET = "Target Info";
11 NUN_NPC_TARGET = "NPC Info";
12 NUN_CLASS = "Class";
13 NUN_RACE = "Race";
14 NUN_SEX = "Sex";
15 NUN_PROF1 = "Primary Profession";
16 NUN_PROF2 = "Secondary Profession";
17 NUN_CURR_RANK = "Current PvP Rank";
18 NUN_HIGH_RANK = "Highest PvP Rank";
19 NUN_EDIT_DETAIL = "Edit Detail";
20 NUN_SAVE_DETAIL = "Save";
21 NUN_CANCEL_DETAIL = "Cancel";
22 NUN_CONFIRM = "Confirm";
23 NUN_RESTORE_DETAIL = "Restore Default";
24 NUN_OPTIONS = "Options";
25 NUN_OPTIONS_HEADER = "NotesUNeed Options";
26 NUN_IMPORT = "Add to Friend & Ignore Lists from Notes";
27 NUN_EXPORT = "Create Notes from Friend & Ignore Lists";
28 NUN_AUTO_GUILD = "Add to Friends even when in same Guild";
29 NUN_AUTO_ADD = "Auto-create Notes for Friends/Ignores";
30 NUN_AUTO_DELETE = "Auto-delete Notes when Friends/Ignores are Removed";
31 NUN_AUTO_DELETE2 = "(Manually Saved notes will not be deleted)";
32 NUN_AUTO_IGNORE = "Ignore. Auto-Noted on : ";
33 NUN_AUTO_FRIEND = "Friend. Auto-Noted on : ";
34 NUN_AUTO_PARTIED = "Party. Auto-Noted on : ";
35 NUN_RESET = "Reset Defaults";
36 NUN_SEARCH = "Search";
37 NUN_CLOSE = "Close";
38 NUN_SEARCH_CRITERIA = "Search for : ";
39 NUN_NOTE_HEIGHT = 16;
40 NUN_SHOWN = 23;
41 NUN_GOBACK = "Back";
42 NUN_HELP = "-h"; -- must be lowercase; command to display help
43 NUN_NOTE_NAME = "<Contact/Note Name>"; -- must be Capitalised when searching for Contacts, else use given case for General Note search
44 NUN_ALL = "-a"; -- must be lowercase; command to search all notes
45 NUN_CONTACT = "-t";
46 NUN_NOTE = "-g <Note Title>";
47 NUN_CC = "-ca <Contact Name> OR -ch <Contact Name>"; -- must Capitalise
48 NUN_HTT = "-tt";
49 NUN_TMICRO = "-micro";
50 NUN_HELP_TEXT = " ";
51 NUN_HELP_TEXT0 = "|cffffff00NotesUNeed command help :|r";
52 NUN_HELP_TEXT1 = "|cff00ff00Use |r|cffffffff/nun|r|cff00ff00 without any arguments to toggle the NotesUNeed Options Window.|r";
53 NUN_HELP_TEXT2 = "|cff00ff00Use |r|cffffffff/nun <command>|r|cff00ff00 to perform the following commands:|r";
54 NUN_HELP_TEXT3 = " |cffffffff"..NUN_HELP.."|r|cff00ff00: displays these help messages.|r";
55 NUN_HELP_TEXT4 = " |cffffffff"..NUN_ALL.."|r|cff00ff00: displays a list of all Contact and General notes for you to browse.|r";
56 NUN_HELP_TEXT5 = " |cffffffff"..NUN_NOTE_NAME.."|r|cff00ff00: entering a note name will display that Contact's note if one has been saved, or display the General note of that name if one has been saved.|r";
57 NUN_HELP_TEXT6 = " |cffffffff"..NUN_CONTACT.."|r|cff00ff00: will Generate a Contact note for your current target, if you have targetted a valid player controlled character.|r";
58 NUN_HELP_TEXT7 = " |cffffffff"..NUN_NOTE.."|r|cff00ff00: will Generate a Generic note with the title provided, or display the note if it already exists.|r";
59 NUN_HELP_TEXT8 = " |cffffffff"..NUN_HTT.."|r|cff00ff00: will Toggle NotesUNeed ToolTips on/off.|r";
60 NUN_HELP_TEXT9 = " |cffffffff"..NUN_CC.."|r|cff00ff00: will Create an Alliance or Horde Contact note respectively for the provided name, without Validation !|r";
61 NUN_HELP_TEXT10 = " |cffffffff"..NUN_TMICRO.."|r|cff00ff00: will Toggle the NotesUNeed MicroButtons.|r";
62  
63 NUN_STAMP = "TimeStamp";
64 NUN_LOC = "Location";
65 NUN_LVL_REACHED = "\nReached Level ";
66 NUN_QLVL = "Quest Lvl : ";
67 NUN_CLRDD = "ClearDropDown";
68 NUN_SAVE_AS_DEFAULT = "Save as Default";
69  
70  
71  
72 NUN_NEW = "New";
73 NUN_PLAYER = "Me";
74 NUN_AUTO = "Auto";
75 NUN_SELF = "Alt";
76 NUN_MANU = "Manual";
77 NUN_PARTY = "Party";
78  
79  
80 NUN_DFLTHEADINGS = {};
81  
82 NUN_DFLTHEADINGS = {
83 "Guild : ",
84 "Guild Rank : ",
85 "Real Name : ",
86 "e-mail : ",
87 "WWW : "
88 };
89  
90 NUN_HRACES = {};
91  
92 NUN_HRACES = {
93 "Orc",
94 "Tauren",
95 "Troll",
96 "Undead"
97 };
98  
99 NUN_ARACES = {};
100  
101 NUN_ARACES = {
102 "Dwarf",
103 "Gnome",
104 "Human",
105 "Night Elf"
106 };
107  
108 NUN_ALLCLASSES = {};
109  
110 NUN_ALLCLASSES = {
111 "Druid",
112 "Hunter",
113 "Mage",
114 "Paladin",
115 "Priest",
116 "Rogue",
117 "Shaman",
118 "Warlock",
119 "Warrior"
120 };
121  
122 NUN_HCLASSES = {};
123  
124 NUN_HCLASSES = {
125 "Druid",
126 "Hunter",
127 "Mage",
128 "Priest",
129 "Rogue",
130 "Shaman",
131 "Warlock",
132 "Warrior"
133 };
134  
135 NUN_ACLASSES = {};
136  
137 NUN_ACLASSES = {
138 "Druid",
139 "Hunter",
140 "Mage",
141 "Paladin",
142 "Priest",
143 "Rogue",
144 "Warlock",
145 "Warrior"
146 };
147  
148 NUN_HRANKS = {};
149  
150 NUN_HRANKS = {
151 "Scout",
152 "Grunt",
153 "Sergeant",
154 "Senior Sergeant",
155 "First Sergeant",
156 "Stone Guard",
157 "Blood Guard",
158 "Legionnaire",
159 "Centurion",
160 "Champion",
161 "Lieutenant General",
162 "General",
163 "Warlord",
164 "High Warlord"
165 };
166  
167 NUN_ARANKS = {};
168  
169 NUN_ARANKS = {
170 "Private",
171 "Corporal",
172 "Sergeant",
173 "Master Sergeant",
174 "Sergeant Major",
175 "Knight",
176 "Knight Lieutenant",
177 "Knight Captain",
178 "Knight Champion",
179 "Lieutenant Commander",
180 "Commander",
181 "Marshal",
182 "Field Marshal",
183 "Grand Marshal"
184 };
185  
186 NUN_PROFESSIONS = {};
187  
188 NUN_PROFESSIONS = {
189 "Alchemist",
190 "Blacksmith",
191 "Blacksmith:Armoursmith",
192 "Blacksmith:Weaponsmith:Axe",
193 "Blacksmith:Weaponsmith:Hammer",
194 "Blacksmith:Weaponsmith:Sword",
195 "Enchanter",
196 "Engineer",
197 "Engineer: Gnomish",
198 "Engineer: Goblin",
199 "Herbalist",
200 "Leatherworker",
201 "Leatherworker: Elemental",
202 "Leatherworker: Dragonscale",
203 "Leatherworker: Tribal",
204 "Miner",
205 "Skinner",
206 "Tailor"
207 };
208  
209  
210 -- The following array can be rearranged and sorted by the Translated Display values, BUT the Command Values must NOT be Translated
211  
212 NUN_SEARCHFOR = {};
213  
214 NUN_SEARCHFOR = {
215 { Display = "All", -- Only translate Display
216 Command = "All"},
217 { Display = "Class", -- Only translate Display
218 Command = "Class"},
219 { Display = "Notes", -- Only translate Display
220 Command = "Notes"},
221 { Display = "Notes:Generic", -- Only translate Display
222 Command = "Notes:Generic"},
223 { Display = "Notes:Items", -- Only translate Display
224 Command = "Notes:Items"},
225 { Display = "Notes:Logs", -- Only translate Display
226 Command = "Notes:Logs"},
227 { Display = "Notes:NPCs", -- Only translate Display
228 Command = "Notes:NPCs"},
229 { Display = "Notes:Quests", -- Only translate Display
230 Command = "Notes:Quests"},
231 { Display = "Profession", -- Only translate Display
232 Command = "Profession"},
233 { Display = "Quest History", -- Only translate Display
234 Command = "Quest History"},
235 { Display = "Text", -- Only translate Display
236 Command = "Text"}
237 };
238  
239 NUN_SEXES = {};
240  
241 NUN_SEXES = {
242 "Male",
243 "Female"
244 };
245  
246  
247 -- The following array can be rearranged and sorted by the Translated Display values, BUT the Command Values must NOT be Translated
248  
249 NUN_TRANSMITTO = {};
250  
251 NUN_TRANSMITTO = {
252 { Display = "Guild", -- Only translate Display
253 Command = "GUILD" },
254 { Display = "Party", -- Only translate Display
255 Command = "PARTY" },
256 { Display = "Raid", -- Only translate Display
257 Command = "RAID" },
258 { Display = "Say", -- Only translate Display
259 Command = "SAY" },
260 { Display = "Self", -- Only translate Display
261 Command = "SELF" },
262 { Display = "Whisper", -- Only translate Display
263 Command = "WHISPER" },
264 -- { Display = "NotesUNeed User", -- Future Development
265 -- Command = "NuN" } -- Future Development
266 };
267  
268  
269  
270 -- The following array can be rearranged and sorted by the Translated Display values, BUT the Command Values must NOT be Translated
271 -- Keep Blank Entry at the top.
272  
273 NUN_NOTETYPES = {};
274  
275 NUN_NOTETYPES = {
276 { Display = " ", -- Keep first
277 Command = " "},
278 { Display = "ITM", -- Only translate Display
279 Command = "ITM"},
280 { Display = "LOG", -- Only translate Display
281 Command = "LOG"},
282 { Display = "NPC", -- Only translate Display
283 Command = "NPC"},
284 { Display = "QST", -- Only translate Display
285 Command = "QST"}
286 };
287  
288  
289  
290 -- Equipment Order, not Alphabetical, and NOT to be rearranged in Translation
291  
292 NUN_INVENTORY_SLOT_LIST = {};
293  
294 NUN_INVENTORY_SLOT_LIST = {
295 { name = "Head : " },
296 { name = "Neck : " },
297 { name = "Shoulder : " },
298 { name = "Shirt : " },
299 { name = "Chest : " },
300 { name = "Waist : " },
301 { name = "Legs : " },
302 { name = "Feet : " },
303 { name = "Wrists : " },
304 { name = "Hands : " },
305 { name = "Finger : " },
306 { name = "Finger : " },
307 { name = "Trinket : " },
308 { name = "Trinket : " },
309 { name = "Back : " },
310 { name = "MainHand : " },
311 { name = "OffHand : " },
312 { name = "Ranged : " },
313 { name = "Tabard : " },
314 };
315  
316  
317  
318  
319 NUN_MALE = "Male";
320 NUN_FEMALE = "Female";
321  
322 NUN_MICROOPTIONS_TOOLTIP_TXT1 = "NotesUNeed Options";
323 NUN_MICROOPTIONS_TOOLTIP_TXT2 = " Click to Toggle the NotesUNeed Options Frame";
324 NUN_MICROBROWSEA_TOOLTIP_TXT1 = "NotesUNeed Browse";
325 NUN_MICROBROWSEA_TOOLTIP_TXT2 = " Click to Browse ALL Notes";
326 NUN_MICROCONTACT_TOOLTIP_TXT1 = "NotesUNeed Contact";
327 NUN_MICROCONTACT_TOOLTIP_TXT2 = " Click to check/create a note for current Target";
328 NUN_MICROCONTACT_TOOLTIP_TXT3 = " or View Own Contact note if no Target";
329 NUN_MICROGENNOTE_TOOLTIP_TXT1 = "NotesUNeed General Note";
330 NUN_MICROGENNOTE_TOOLTIP_TXT2 = " Click to create a new blank General Note";
331 NUN_RESETBUTTON_TOOLTIP_TXT1 = "Reset Checkboxes, & Contact Detail Headings to :";
332 NUN_RESETBUTTON_TOOLTIP_TXT2 = " Guild, Guild Rank, Real Name, e-mail, WWW.";
333 NUN_LOCBUTTON_TOOLTIP_TXT1 = "Record Current Location";
334 NUN_LOCBUTTON_TOOLTIP_TXT2 = " Your Current Location will be added to the Main Text Box";
335 NUN_GNOTETITLE_TOOLTIP_TXT1 = "Note Title must be Specified";
336 NUN_GNOTETITLE_TOOLTIP_TXT2 = " Press <Enter> to Confirm and Edit Note";
337 NUN_SAVEDEF_TOOLTIP_TXT1 = "Check to Save a New Default Heading";
338 NUN_SAVEDEF_TOOLTIP_TXT2 = " Change will take affect immediately.";
339 NUN_RESTOREDEF_TOOLTIP_TXT1 = "Click to Replace Current text with Default Heading";
340 NUN_RESTOREDEF_TOOLTIP_TXT2 = " To Restore NotesUNeed Original Headings use the";
341 NUN_RESTOREDEF_TOOLTIP_TXT3 = " 'Reset Defaults' button in the Options Frame";
342 NUN_RESTOREDEF_TOOLTIP_TXT4 = " Change will take affect immediately.";
343 NUN_TARGETBUTTON_TOOLTIP_TXT1 = "Retrieve Target-style Information";
344 NUN_TARGETBUTTON_TOOLTIP_TXT2 = " Distance to target restricts the information. If the";
345 NUN_TARGETBUTTON_TOOLTIP_TXT3 = " current Contact is not Targetted, NotesUNeed will ";
346 NUN_TARGETBUTTON_TOOLTIP_TXT4 = " attempt to Target them";
347 NUN_NPCTARGETBUTTON_TOOLTIP_TXT1 = "Retrieve Target-style Information";
348 NUN_NPCTARGETBUTTON_TOOLTIP_TXT2 = " Must have an NPC Targetted";
349 NUN_WHOBUTTON_TOOLTIP_TXT1 = "Retrieve Who-style Information";
350 NUN_WHOBUTTON_TOOLTIP_TXT2 = " The Contact must be online for the /who command to work";
351 NUN_WHOBUTTON_TOOLTIP_TXT3 = " Several clicks may be required while the /who command refreshes.";
352 NUN_USERBUTTON_TOOLTIP_TXT1 = "User Definable Headings & Details";
353 NUN_USERBUTTON_TOOLTIP_TXT2 = " Click to alter. Headings may be saved for individuals";
354 NUN_USERBUTTON_TOOLTIP_TXT3 = " or new Defaults Saved";
355 NUN_CLEARDD_TOOLTIP_TXT1 = "Clear Drop Down List";
356 NUN_CLEARDD_TOOLTIP_TXT2 = " Clears the Last Changed Drop Down Box";
357 NUN_FFBUTTON_TOOLTIP_TXT1 = "Edit NotesUNeed Note";
358 NUN_FFBUTTON_TOOLTIP_TXT2 = " Must have a contact selected";
359 NUN_TT_PIN_TOOLTIP_TXT1 = "Pin Up NotesUNeed Tooltip";
360 NUN_TT_PIN_TOOLTIP_TXT2 = " Click to display a draggable";
361 NUN_TT_PIN_TOOLTIP_TXT3 = " tooltip for the current Note";
362 NUN_TT_PIN_EDIT_TXT1 = "Edit Note";
363 NUN_TT_PIN_EDIT_TXT2 = " Edit the details of this Tooltips Note";
364 NUN_TT_OPENCHAT_TXT1 = "Send Note";
365 NUN_TT_OPENCHAT_TXT2 = " Send Note via Whisper, or Party Chat, or";
366 NUN_TT_OPENCHAT_TXT3 = " Guild Chat, etc.";
367 NUN_TT_CHATCHECK_TXT1 = "Only send Scroll Box Text";
368 NUN_TT_CHATCHECK_TXT2 = " Check here if you wish to skip the information";
369 NUN_TT_CHATCHECK_TXT3 = " in the DropDown boxes and User Details Buttons";
370 NUN_TT_LEVEL_TXT1 = "Save at Account Level";
371 NUN_TT_LEVEL_TXT2 = " Leave Unchecked to save and view this note only";
372 NUN_TT_LEVEL_TXT3 = " on this Server Realm";
373 NUN_TT_GTYPE_TXT1 = "Select General Note Type";
374 NUN_TT_GTYPE_TXT2 = " Redefining a note type can help when searching";
375 NUN_TT_GTYPE_TXT3 = " for it again. May leave/select blank type.";
376 NUN_TT_SCALE_TXT1 = "Change Frame Scale";
377 NUN_TT_SCALE_TXT2 = " Use to shrink or enlarge the Frames and / or ";
378 NUN_TT_SCALE_TXT3 = " the NotesUNeed Tooltip Text to suit your needs";
379 NUN_TT_GDELETE_TXT1 = "!! PLEASE NOTE !!";
380 NUN_TT_GDELETE_TXT2 = " Currently this button will NOT delete the";
381 NUN_TT_GDELETE_TXT3 = " Quest Note - but WILL delete the entry";
382 NUN_TT_GDELETE_TXT4 = " in this character's Quest History";
383 NUN_TT_PDOWN_TXT1 = "Decrement Party Count";
384 NUN_TT_PDOWN_TXT2 = " Click to manually reduce the counter of the";
385 NUN_TT_PDOWN_TXT3 = " number of times you have partied together.";
386 NUN_TT_BHAVE_TXT1 = "Change Edit Note Frame Behaviour";
387 NUN_TT_BHAVE_TXT2 = "Leave Unchecked for Edit Frames to behave as";
388 NUN_TT_BHAVE_TXT3 = " they have in earlier versions. Check to stop";
389 NUN_TT_BHAVE_TXT4 = " Note Edit Boxes automatically getting focus,";
390 NUN_TT_BHAVE_TXT5 = " and to lose Focus when Escape is pressed.";
391 NUN_TT_MAPNOTES_TXT1 = "MapNotes Note Creation";
392 NUN_TT_MAPNOTES_TXT2 = " Click to create a MapNote at YOUR current";
393 NUN_TT_MAPNOTES_TXT3 = " location, based on this Notes Name.";
394 NUN_TT_MAPCHECK_TXT1 = "Auto Create NPC MapNotes";
395 NUN_TT_MAPCHECK_TXT2 = " Requires separate MapNotes AddOn.";
396 NUN_TT_MAPCHECK_TXT3 = " Check to automatically create MapNote";
397 NUN_TT_MAPCHECK_TXT4 = " Icons on the Map when Noting NPCs.";
398 NUN_TT_MAPCHECK_TXT5 = " Also marks NPC Quest Givers";
399 NUN_TT_HYPERLINKS_TXT1 = "Note Hyperlinks";
400 NUN_TT_HYPERLINKS_TXT2 = " Outputs the Note's HyperLinks to";
401 NUN_TT_HYPERLINKS_TXT3 = " the Chat Frame for easy access";
402 NUN_TT_RUN_TXT1 = "Run Script";
403 NUN_TT_RUN_TXT2 = " Execute note as Lua Script";
404  
405  
406 NUN_NOTESUNEED_INFO = "NotesUNeed Noted";
407  
408 NUN_TT_PIN_TXT = "Pin Up Tooltip";
409  
410 NUN_LEVEL_TXT = "Account Level";
411  
412 NUN_CHAT_HEADER = "Send Note";
413 NUN_CHAT_NOTETITLE_LABEL = "Note Title : ";
414 NUN_CHAT_DROPDOWN_LABEL = "Send Note to...";
415 NUN_CHAT_SEND = "Transmit";
416 NUN_CHATCHECKBOX_LABEL = "Only send Scroll Box Text";
417 NUN_TRANSMISSION_PREFIX1 = "NotesUNeed NOTE TRANSMISSION FROM : ";
418 NUN_TRANSMISSION_PREFIX2 = "NotesUNeed NOTE BEGINS : ";
419 NUN_TRANSMISSION_POSTFIX = "NotesUNeed NOTE ENDS : ";
420  
421  
422 NUN_TRANSMISSION_ERROR = "Error Occurred constructing NotesUNeed message for Transmission : ";
423 NUN_TRANSMISSION_MISSING = "Note not Found !";
424 NUN_COLOUR_ERROR_REPORT = "Malformed Colour Codes in Body of Scroll Text : Sending via Chat would probably result in Disconnect From Server !";
425 NUN_NONCRITICAL_ERROR = "Non-critical Error(s) occurred. See transmission log in Note : ";
426 NUN_LINEERROR_TEXT = "Line in Error ";
427  
428 NUN_CONFLICT_LABEL1 = "Saving this Note at Account Level will replace";
429 NUN_CONFLICT_LABEL2 = " Server Level Notes on the following Realms :";
430  
431  
432 NUN_FRAME_SCALE_TXT = "Frames";
433 NUN_FONT_SCALE_TXT = "Tooltips";
434 NUN_MAPNOTES_TXT = "MapNote";
435 NUN_NOMAPNOTES = "|cffff0000MapNotes AddOn NOT Present|r";
436  
437 NUN_REWARDS = "Quest Rewards : ";
438 NUN_CHOICES = "Choose From : ";
439 NUN_CREATED = "CREATED";
440 NUN_COMPLETE = "COMPLETED";
441 NUN_FINISHED = "HANDED IN";
442 NUN_QUEST = "Quest : ";
443  
444 NUN_DUPLICATE = "A NotesUNeed Note Already\nExists with that Name";
445 NUN_TEXTLIM1 = "NotesUNeed Text Limit of ";
446 NUN_TEXTLIM2 = " Exceeded\nSome text may not be saved.\n";
447  
448  
449 NUN_TTLENGTH_TEXTBOX_LABEL = "Enter the maximum number of characters to appear in Tooltips : ";
450 NUN_DEFAULTLEVEL_CHECKBOX_LABEL = "Save General Notes at Account Level by Default";
451 NUN_SHOWHELPTT_CHECKBOX_LABEL = "Show NotesUNeed Tooltips";
452 NUN_MINOVERTT_CHECKBOX_LABEL = "Minimise MouseOver Target Tooltips";
453 NUN_AUTONOTE_CHECKBOX_LABEL = "Auto-maintain a note for current character";
454 NUN_QUESTNOTE_CHECKBOX_LABEL = "Auto-maintain notes on Quest Log entries & History";
455 NUN_AUTOPARTY_CHECKBOX_LABEL = "Auto-maintain notes on Party Members";
456 NUN_BEHAVE_CHECKBOX_LABEL = "Alternative Note Edit Frame Behaviour";
457 NUN_TTTOTAL_LABEL = "Total";
458 NUN_TTLINEL_LABEL = "~ Per Line";
459 NUN_AUTOMAP_CHECKBOX_LABEL = "Auto-MapNote NPCs";
460  
461 NUN_QUESTS_TEXT = "Quests";
462 NUN_STAGE_TEXT = "Quest Stage ";
463 NUN_QUEST_GIVER = "Quest Giver";
464  
465 BINDING_HEADER_NUN = "NotesUNeed";
466 BINDING_NAME_NUN_OPTIONS = "Toggle NotesUNeed Options";
467 BINDING_NAME_NUN_TARGET = "Create Note from Target Without Opening Note";
468 BINDING_NAME_NUN_MICRO = "Toggle NotesUNeed MicroButtons";
469 BINDING_NAME_NUN_LAST = "Re-Open Last Note";
470  
471 NUN_AUTONOTED = " : Noted by NotesUNeed";
472  
473 NUN_COMPLETED = " completed.";
474  
475  
476  
477 -- WoW Tooltip Text Search Patterns : Care should be taken to ensure that Translation of the following words
478 -- is equivalent to the words used in-game by WoW. For example there may be several translations for the
479 -- word "Damage", but the word required is the one that appears in Tooltips to indicate the amount of damage
480 -- that a weapon does. Or a given translation might not use the plural for "Legs", but equal "Leg" instead.
481 -- These words are used to search the WoW in-game tooltip text and must be based on the
482 -- words Blizzard uses in that translation. Therefore correct translations MUST be taken from the tooltip
483 -- text that appears when hovering over the corresponding slots in the character sheet, or over weapons/armour.
484  
485 NUN_HEAD = "Head";
486 NUN_NECK = "Neck";
487 NUN_SHOULDER = "Shoulder";
488 NUN_SHIRT = "Shirt";
489 NUN_CHEST = "Chest";
490 NUN_WAIST = "Waist";
491 NUN_LEGS = "Legs";
492 NUN_FEET = "Feet";
493 NUN_WRIST = "Wrist";
494 NUN_HANDS = "Hands"; -- The text for the Hands Character Slot i.e. what gloves they are wearing
495 NUN_FINGER = "Finger";
496 NUN_TRINKET = "Trinket";
497 NUN_BACK = "Back";
498 NUN_HAND = "Hand"; -- The text associated with the equipped weapon and shield slots
499 NUN_HAND2 = "~~~~~"; -- Only used in German Localisation; Never want to find this string in English Version
500 NUN_GUN = "Gun";
501 NUN_BOW_U = "Bow";
502 NUN_BOW_L = "bow";
503 NUN_WAND = "Wand";
504 NUN_THROWN = "Thrown";
505 NUN_RANGED = "Ranged";
506 NUN_TABARD = "Tabard";
507 NUN_DAMAGE = "Damage";
508  
509  
510  
511 NUN_SLOWSERVER = "Slow Server Response Retrieving Quest Text. Please try again. ";
512 NUN_NOROOM = "No Room to store entire transmission log";
513  
514 NUN_LEVEL = "Level";
515 NUN_PROF = "Profession";
516 NUN_CONTACT_TXT = "Contact Note";
517 NUN_GENERAL_TXT = "General Note";
518  
519 NUN_LIMITED = "(Limited Availibility)";
520  
521 NUN_PARTIED_WITH = "Parties :";
522  
523 NUN_LINKFAILURE = "Unknown Note Type : Can not process HyperLinks";
524 NUN_NOLINKS = "No HyperLinks detected in Note";
525  
526 NUN_POPUP_TITLE = "NotesUNeed";
527 NUN_MERGING = "Merging...";
528  
529 NUN_LOADED = "Loaded";
530 NUN_MAX_MERGED = "Maximum of 5 Notes Merged Already";
531  
532 NUN_MAPNOTESVERSION_WARNING = "CAUTION : NotesUNeed has NOT been Tested with the Installed Version of MapNotes. (See NotesUNeed Readme.txt for Approved Versions)";
533  
534 NUN_RUN = "Run Script"; -- ??