Thread Tools Display Modes
Prev Previous Post   Next Post Next
02/01/16, 04:06 PM   #1
Terrillyn
AddOn Author - Click to view addons
Join Date: Jan 2016
Posts: 24
Smile LF Translations (FR/DE/Any)

Hi, I'm looking for translations for the following:
Lua Code:
  1. --leave blank if you dont want it shown.
  2. SXPB_TRANS_AUTHOR = "",
  3. SXPB_TRANS_BY = "Translated by",
  4.  
  5. ---------------------
  6. ----- SETTINGS ------
  7. ---------------------
  8.  
  9. SXPB_ACCOUNTWIDE = "Use Account-Wide Settings",
  10. SXPB_PREVIEW = "Preview",
  11. SXPB_HIDE_ORIGINAL = "Hide Original ESO XPBar",
  12.  
  13. SXPB_CUST_NAME = "Custom XPBar text",
  14. SXPB_CUST_TT = "Customize how you want the textbar to be formatted.",
  15. SXPB_CUST_RULES_NAME = "Custom text rules:",
  16.  
  17. SXPB_TEXTOPTIONS = "Text Options",
  18. SXPB_BAROPTIONS = "Bar Options",
  19. SXPB_PBT_NAME = "Progress Bar Text",
  20. SXPB_LRT_NAME = "Level/Rank Text",
  21.  
  22. SXPB_GEN_HIDE = "Hide",
  23. SXPB_GEN_FONT = "Font",
  24. SXPB_GEN_SIZE = "Size",
  25. SXPB_GEN_STYLE = "Style",
  26. SXPB_GEN_COLOR = "Color",
  27. SXPB_GEN_WIDTH = "Width",
  28. SXPB_GEN_HEIGHT = "Height",
  29. SXPB_GEN_BORDER = "Border Thickness",
  30. SXPB_GEN_POS = "Position",
  31. SXPB_GEN_HOR = "Horizontal Offset",
  32. SXPB_GEN_VERT = "Vertical Offset",
  33. SXPB_GEN_GAP = "Gap (between progress and border)",
  34. SXPB_GEN_BGCLR = "Background Color",
  35. SXPB_GEN_PGCLR = "Progress Color",
  36. SXPB_GEN_BDRCLR = "Border Color",
  37.  
  38. SXPB_ANCHOR_LEFT = "LEFT",
  39. SXPB_ANCHOR_RIGHT = "RIGHT",
  40. SXPB_ANCHOR_TOPRIGHT = "TOPRIGHT",
  41. SXPB_ANCHOR_TOPLEFT = "TOPLEFT",
  42. SXPB_ANCHOR_BOTTOMRIGHT = "BOTTOMRIGHT",
  43. SXPB_ANCHOR_BOTTOMLEFT = "BOTTOMLEFT",
  44. SXPB_ANCHOR_CENTER = "CENTER",
  45. SXPB_ANCHOR_BOTTOM = "BOTTOM",
  46. SXPB_ANCHOR_TOP = "TOP",
  47.  
  48. SXPB_STYLE_NONE = "NONE",
  49. SXPB_STYLE_THICK_SD = "Thick Shadow",
  50. SXPB_STYLE_THIN_SD = "Thin Shadow",
  51.  
  52. SXPB_CUST_DEFAULT = "<lvlstr><lvl>   <xpstr><xp>/<xpmax>   [<perc>%]   kill <mobs> to lvl <nextlvl>",
  53.  
  54. SXPB_CUST_RULES_1 = 'Inputing any of the following will replace them with their respective values when displayed:\n' ..
  55.                          '<lvl>       = players lvl/rnk/chmp\n' ..
  56.                          "<lvlstr>    = the string 'Lvl', 'Rnk', 'Chmp' depending on character stats\n" ..
  57.                          '<xp>        = players current xp/vetpoints/champion points',
  58. SXPB_CUST_RULES_2 = '<xpmax>     = max xp/points for current level/rank\n' ..
  59.                          "<xpstr>     = the string 'XP', 'VP', 'CP' depending on character stats\n" ..
  60.                          '<mobs>      = how many more of the last killed mob til a level up\n' ..
  61.                          '<perc>      = the current levels progress percentage\n' ..
  62.                          '<nextlvl>   = value of <lvl>+1',
  63.  
  64. ---------------------
  65. ------- TAGS --------
  66. ---------------------
  67. -- Please try to keep these short, as the user has to type them in;
  68. -- refer to SXPB_CUST_DEFAULT, and RULES for their usage.
  69.  
  70. SXPB_TAG_XPSTR_TAG = "<xpstr>",
  71. SXPB_TAG_LVLSTR_TAG = "<lvlstr>",
  72. SXPB_TAG_LVL_TAG = "<lvl>",
  73. SXPB_TAG_XP_TAG = "<xp>",
  74. SXPB_TAG_XPMAX_TAG = "<xpmax>",
  75. SXPB_TAG_MOBS_TAG = "<mobs>",
  76. SXPB_TAG_PERC_TAG = "<perc>",
  77. SXPB_TAG_NEXTLVL_TAG = "<nextlvl>",
  78.  
  79. SXPB_TAG_XPSTR_VET = "VP",
  80. SXPB_TAG_XPSTR_CHAMP = "CP",
  81. SXPB_TAG_XPSTR_NORM = "XP",
  82.  
  83. SXPB_TAG_LVLSTR_VET = "Rnk",
  84. SXPB_TAG_LVLSTR_CHAMP = "Chmp",
  85. SXPB_TAG_LVLSTR_NORM = "Lvl",
  86.  
  87. SXPB_TAG_UNKNOWN = "???", -- <-- used to represent mobs before it has a value
FR and DE preferred, any appreciated.
  Reply With Quote
 

ESOUI » Developer Discussions » Translation Help » LF Translations (FR/DE/Any)


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