View Single Post
10/20/16, 02:03 PM   #1
Solinur
AddOn Author - Click to view addons
Join Date: Aug 2014
Posts: 78
Combat Metrics JP Translations needed

Hi, I'm about to update Combat Metrics and would need some help on maintaining the japanese translation.

Lua Code:
  1. ZO_CreateStringId("SI_COMBAT_METRICS_MENU_LM_NAME", "Light Mode") -- Light Mode
  2. ZO_CreateStringId("SI_COMBAT_METRICS_MENU_LM_TOOLTIP", "When in light mode, combat metrics will only calculate the DPS/HPS in the live report window. No statistics will be calculated and the big report window will be disabled")
  3.  
  4. ZO_CreateStringId("SI_COMBAT_METRICS_MENU_NOPVP_NAME", "Turn off in Cyrodil")
  5. ZO_CreateStringId("SI_COMBAT_METRICS_MENU_NOPVP_TOOLTIP", "Turns all fight logging off in Cyrodil")
  6.  
  7. ZO_CreateStringId("SI_COMBAT_METRICS_MENU_LMPVP_NAME", "Light Mode in Cyrodil")
  8. ZO_CreateStringId("SI_COMBAT_METRICS_MENU_LMPVP_TOOLTIP", "Swiches to light mode in Cyrodil. When in light mode, Combat Metrics will only calculate the DPS/HPS in the live report window. No statistics will be calculated and the big report window will be disabled")
  Reply With Quote