View Single Post
01/26/17, 01:05 AM   #36
ForgottenLight
 
ForgottenLight's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2015
Posts: 48
In the new version of my addon added new text. I need help with a translation.

It needs to be translated into German, French and Japanese:
Lua Code:
  1. KeyBindClGlStr = "Show/hide class & guild skills window",
  2.   KeyBindCraftStr= "Show/hide craft skills window",
  3.   KeyBindTrialStr= "Show/hide trials window",
  4.   KeyBindRndDStr = "Show/hide random dungeon window",
  5.   Mode[7] = {Capt = "Random Dungeon",},
  6.   HdrLFGReward = "Blue reward",
  7.   OptLFGRndDontShowSt  = "Show blank instead of \"Ready\"",
  8.   OptLFGRndDontShowStF = "Show blank instead of \"Ready\" in the random dungeon window",
  9.   OptLFGRndAvl = "Blue reward for random dungeon...",
  10.   OptLFGRndAvlF = "This setting allows you to choose the format of the information when the blue reward for completing the Random Dungeon will be available.",
  11.   LFGRewardReady = "Ready",
  12.   ToolTip[30] = "Blue reward is available ",
  Reply With Quote