View Single Post
03/01/17, 06:53 AM   #1
ForgottenLight
 
ForgottenLight's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2015
Posts: 48
WPamA - Need help with translations DE, FR, JP, ... other?

I need help with translation some text for new version of addon:

Lua Code:
  1. KeyBindLFGP     = "Enable/disable GFP (Group Finder for Pledges)",
  2.   KeyBindLFGPMode = "Toggle normal/veteran mode for GFP",
  3.   OptLFGPHdr = "Group Finder for Pledges",
  4.   OptLFGPOnOff = "Allow to use Group Finder for Pledges",
  5.   OptLFGPMode = "Also set the group mode to...",
  6.   OptLFGPModeList = {"always Normal","always Veteran","depends on Character"},
  7.   OptLFGPIgnPledge = "Ignore \"pledge completed\" checkmark",
  8.   LFGPSrchCanceled = "Searching a group is canceled",
  9.   LFGPSrchStarted  = "Searching a group is started",
  10.   LFGPAlrdyStarted = "Another activity has already started",
  11.   LFGPQueueFailed  = "Creating the queue has failed",
  12.   ToolTip[29] = "Current GFP mode",
  13.   LFGP_ErrOverland = "You must be in Overland world!",
  14.   LFGP_ErrGroupRole= "You must have a group role!",

Due to the fact that Lionas not appear on the forum for several months I need help with the translation of the text into Japanese. If anyone can help translate some text into Japanese, I will write the text in this Thread.

---

UPD: Added "ToolTip[29]" to text for translate

UPD: Added "LFGP_ErrOverland" and "LFGP_ErrGroupRole" to text for translate

Last edited by ForgottenLight : 03/03/17 at 07:48 AM.
  Reply With Quote