View Single Post
08/08/18, 01:47 AM   #25
ForgottenLight
 
ForgottenLight's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2015
Posts: 48
Hi all! I need help with translation to DE and FR some text for new version of addon:
Lua Code:
  1. WPamA.i18n.Chat = {
  2.   Today = "Today Pledges: (from <<2>> <<1>>): ",
  3.   Loot  = " (can loot <<1>> )",
  4.   Addon = " (Addon WPamA v<<X:1>>)",
  5. }
  6. WPamA.i18n.RGLA = {
  7.   F1 = "LFM <<1>> can share quest.",
  8.   F2 = " For auto-invite and auto-share type <<1>>",
  9.   F3 = " For auto-invite type <<1>>",
  10.   F6 = "LFM \"<<1>>\", auto-invite, auto-share",
  11.   F7 = "LFM \"<<1>>\", auto-invite",
  12.   F8 = "<<1>> start after 1 min",
  13.   F9 = "START <<1>>",
  14.   F10 = "<<1>> is down",
  15.   F11 = "Quest is auto-shared. Maybe you already have a quest to another boss or today you have already done it.",
  16.   F12 = "Addon WPamA v<<1>> from ESOUI.COM: The tracker for Pledges, Trials and World Bosses daily, auto-invite and auto-sharing.",
  17. }
  Reply With Quote