comparison localization.lua @ 59:ef591210a1e4

Added configurization and localization options for the economics toggling
author Vynn <mischivin@gmail.com>
date Mon, 28 Nov 2016 12:11:42 -0500
parents 705d0595006a
children 33d421188c8f
comparison
equal deleted inserted replaced
58:f9b6c0305908 59:ef591210a1e4
24 PM_POOR = "poor" 24 PM_POOR = "poor"
25 PM_SESSION = "session" 25 PM_SESSION = "session"
26 PM_PERCENT = "percent" 26 PM_PERCENT = "percent"
27 PM_NUMBER = "number" 27 PM_NUMBER = "number"
28 PM_RESET = "reset" 28 PM_RESET = "reset"
29 PM_ECON = "econ"
29 30
30 -- Options Frame checkbox names 31 -- Options Frame checkbox names
31 PM_EPICTOGGLE = "|c00A335EE[Epic]|r" 32 PM_EPICTOGGLE = "|c00A335EE[Epic]|r"
32 PM_RARETOGGLE = "|c000070DD[Rare]|r" 33 PM_RARETOGGLE = "|c000070DD[Rare]|r"
33 PM_UNCOMMONTOGGLE = "|c001EFF00[Uncommon]|r" 34 PM_UNCOMMONTOGGLE = "|c001EFF00[Uncommon]|r"
34 PM_COMMONTOGGLE = "|c00FFFFFF[Common]|r" 35 PM_COMMONTOGGLE = "|c00FFFFFF[Common]|r"
35 PM_POORTOGGLE = "|c009D9D9D[Poor]|r" 36 PM_POORTOGGLE = "|c009D9D9D[Poor]|r"
36 PM_SESSIONTOGGLE = "Default to Per-Session Display" 37 PM_SESSIONTOGGLE = "Default to Per-Session Display"
37 PM_PERCENTTOGGLE = "Show Percentage Results" 38 PM_PERCENTTOGGLE = "Show Percentage Results"
38 PM_NUMBERTOGGLE = "Show Number Results" 39 PM_NUMBERTOGGLE = "Show Number Results"
40 PM_ECONTOGGLE = "Show Economic Summary"
39 41
40 -- Tooltips, displayed with the /prospectme help dialog and when mousing over check boxes in the blizzard interface options frame. 42 -- Tooltips, displayed with the /prospectme help dialog and when mousing over check boxes in the blizzard interface options frame.
41 PM_CONFIGTOOLTIP = "Shows the Prospect Me Configuration Frame." 43 PM_CONFIGTOOLTIP = "Shows the Prospect Me Configuration Frame."
42 PM_EPICTOOLTIP = "Toggles the display of Epic quality results." 44 PM_EPICTOOLTIP = "Toggles the display of Epic quality results."
43 PM_RARETOOLTIP = "Toggles the display of Rare quality results." 45 PM_RARETOOLTIP = "Toggles the display of Rare quality results."
46 PM_POORTOOLTIP = "Toggles the display of Poor quality results." 48 PM_POORTOOLTIP = "Toggles the display of Poor quality results."
47 PM_SESSIONTOOLTIP = "Toggles the default tooltip display between Lifetime and Session Results. Holding Alt will temporarily display the alternative" 49 PM_SESSIONTOOLTIP = "Toggles the default tooltip display between Lifetime and Session Results. Holding Alt will temporarily display the alternative"
48 PM_PERCENTTOOLTIP = "Toggles the display of result percentages" 50 PM_PERCENTTOOLTIP = "Toggles the display of result percentages"
49 PM_NUMBERTOOLTIP = "Toggles the display of result totals" 51 PM_NUMBERTOOLTIP = "Toggles the display of result totals"
50 PM_RESETTOOLTIP = "Reset the Prospect Me database to an empty state" 52 PM_RESETTOOLTIP = "Reset the Prospect Me database to an empty state"
53 PM_ECONTOOLTOP = "Toggles the display of detailed market stats including, cost, return, net profit, and margin"