diff 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
line wrap: on
line diff
--- a/localization.lua	Mon Nov 28 12:09:11 2016 -0500
+++ b/localization.lua	Mon Nov 28 12:11:42 2016 -0500
@@ -26,6 +26,7 @@
 PM_PERCENT = "percent"
 PM_NUMBER = "number"
 PM_RESET = "reset"
+PM_ECON = "econ"
 
 -- Options Frame checkbox names
 PM_EPICTOGGLE = "|c00A335EE[Epic]|r"
@@ -36,6 +37,7 @@
 PM_SESSIONTOGGLE = "Default to Per-Session Display"
 PM_PERCENTTOGGLE = "Show Percentage Results"
 PM_NUMBERTOGGLE = "Show Number Results"
+PM_ECONTOGGLE = "Show Economic Summary"
 
 -- Tooltips, displayed with the /prospectme help dialog and when mousing over check boxes in the blizzard interface options frame.
 PM_CONFIGTOOLTIP = "Shows the Prospect Me Configuration Frame."
@@ -47,4 +49,5 @@
 PM_SESSIONTOOLTIP = "Toggles the default tooltip display between Lifetime and Session Results. Holding Alt will temporarily display the alternative"
 PM_PERCENTTOOLTIP = "Toggles the display of result percentages"
 PM_NUMBERTOOLTIP = "Toggles the display of result totals"
-PM_RESETTOOLTIP = "Reset the Prospect Me database to an empty state"
\ No newline at end of file
+PM_RESETTOOLTIP = "Reset the Prospect Me database to an empty state"
+PM_ECONTOOLTOP = "Toggles the display of detailed market stats including, cost, return, net profit, and margin"
\ No newline at end of file