Thread Tools Display Modes
Prev Previous Post   Next Post Next
09/16/16, 12:07 AM   #19
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. Also changed some existing ones. I need help with a translation.

It needs to be translated into German, French and Japanese:
Lua Code:
  1. Mode = {
  2.   [0] = {Capt = "Undaunted Pledges",},
  3.   [1] = {Capt = "Calendar of Pledges",},
  4.   [4] = {Capt = "Skills: Class & Guild",},
  5.   [5] = {Capt = "Skills: Craft",},
  6. }
  7. OptCharOnOffTtip = "Show / Hide character \"<<1>>\"",
  8. ModesOnOffHdr = "Show / Hide Window Modes",
  9. ModesOnOffNote = "Note: This settings only affect the sequential switching window modes. You can hide any window modes, but at least one (any) window mode will be stay non-hidden. Also you can directly select the desired window mode from the context menu.",
  10. OptModeOnOffTtip = "Show / Hide window mode \"<<1>>\"",
  11. ToolTip = {
  12.   [17] = "Your current progress in Class & Guild skills.",
  13.   [18] = "Your current progress in Craft skills.",
  14.   [31] = "Class skills: 1st line",
  15.   [32] = "Class skills: 2nd line",
  16.   [33] = "Class skills: 3rd line",
  17. }

And it should only translate to Japanese:
Lua Code:
  1. ToolTip = {
  2.   [34] = "Fighters Guild",
  3.   [35] = "Mages Guild",
  4.   [36] = "Undaunted",
  5. }
  Reply With Quote
 

ESOUI » Developer Discussions » Translation Help » Need help with translations into German and French


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off