Mercurial > wow > prospect-me
comparison localization.lua @ 35:705d0595006a Prospect Me 2
Updated Localization for V2
author | Vynn <mischivin@gmail.com> |
---|---|
date | Thu, 10 Nov 2016 12:25:50 -0500 |
parents | 69b46322ff1b |
children | ef591210a1e4 |
comparison
equal
deleted
inserted
replaced
34:761d71cd8989 | 35:705d0595006a |
---|---|
15 PM_RESETBUTTON = "Reset Database" | 15 PM_RESETBUTTON = "Reset Database" |
16 PM_RESETWARNING = "Resetting Prospect Me will wipe all results from the database! Are you sure you want to do this?" | 16 PM_RESETWARNING = "Resetting Prospect Me will wipe all results from the database! Are you sure you want to do this?" |
17 | 17 |
18 -- Arguments for slash handling. Example: /prospectme results. | 18 -- Arguments for slash handling. Example: /prospectme results. |
19 PM_CONFIG = "config" | 19 PM_CONFIG = "config" |
20 PM_RESULTS = "results" | |
21 PM_EPIC = "epic" | 20 PM_EPIC = "epic" |
22 PM_RARE = "rare" | 21 PM_RARE = "rare" |
23 PM_UNCOMMON = "uncommon" | 22 PM_UNCOMMON = "uncommon" |
24 PM_COMMON = "common" | 23 PM_COMMON = "common" |
25 PM_POOR = "poor" | 24 PM_POOR = "poor" |
27 PM_PERCENT = "percent" | 26 PM_PERCENT = "percent" |
28 PM_NUMBER = "number" | 27 PM_NUMBER = "number" |
29 PM_RESET = "reset" | 28 PM_RESET = "reset" |
30 | 29 |
31 -- Options Frame checkbox names | 30 -- Options Frame checkbox names |
32 PM_RESULTSTOGGLE = "Show Detailed Results" | |
33 PM_EPICTOGGLE = "|c00A335EE[Epic]|r" | 31 PM_EPICTOGGLE = "|c00A335EE[Epic]|r" |
34 PM_RARETOGGLE = "|c000070DD[Rare]|r" | 32 PM_RARETOGGLE = "|c000070DD[Rare]|r" |
35 PM_UNCOMMONTOGGLE = "|c001EFF00[Uncommon]|r" | 33 PM_UNCOMMONTOGGLE = "|c001EFF00[Uncommon]|r" |
36 PM_COMMONTOGGLE = "|c00FFFFFF[Common]|r" | 34 PM_COMMONTOGGLE = "|c00FFFFFF[Common]|r" |
37 PM_POORTOGGLE = "|c009D9D9D[Poor]|r" | 35 PM_POORTOGGLE = "|c009D9D9D[Poor]|r" |
39 PM_PERCENTTOGGLE = "Show Percentage Results" | 37 PM_PERCENTTOGGLE = "Show Percentage Results" |
40 PM_NUMBERTOGGLE = "Show Number Results" | 38 PM_NUMBERTOGGLE = "Show Number Results" |
41 | 39 |
42 -- Tooltips, displayed with the /prospectme help dialog and when mousing over check boxes in the blizzard interface options frame. | 40 -- Tooltips, displayed with the /prospectme help dialog and when mousing over check boxes in the blizzard interface options frame. |
43 PM_CONFIGTOOLTIP = "Shows the Prospect Me Configuration Frame." | 41 PM_CONFIGTOOLTIP = "Shows the Prospect Me Configuration Frame." |
44 PM_RESULTSTOOLTIP = "Toggles the showing of detailed results in the tooltip." | |
45 PM_EPICTOOLTIP = "Toggles the display of Epic quality results." | 42 PM_EPICTOOLTIP = "Toggles the display of Epic quality results." |
46 PM_RARETOOLTIP = "Toggles the display of Rare quality results." | 43 PM_RARETOOLTIP = "Toggles the display of Rare quality results." |
47 PM_UNCOMMONTOOLTIP = "Toggles the display of Uncommon quality results." | 44 PM_UNCOMMONTOOLTIP = "Toggles the display of Uncommon quality results." |
48 PM_COMMONTOOLTIP = "Toggles the display of Common quality results." | 45 PM_COMMONTOOLTIP = "Toggles the display of Common quality results." |
49 PM_POORTOOLTIP = "Toggles the display of Poor quality results." | 46 PM_POORTOOLTIP = "Toggles the display of Poor quality results." |