View Single Post
08/19/14, 09:00 PM   #1
Randactyl
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 251
DE and FR translations for Stock Up

Hi guys! If anyone is available, I'd greatly appreciate it if the following strings could be translated into German and French

Lua Code:
  1. StockUpStrings = {
  2.     ["en"] = {
  3.         STOCK_UP_NAME = "Stock Up",
  4.         PREFER_AP = "Prefer AP",
  5.         PREFER_AP_TOOLTIP = "Use AP to buy items when availible.",
  6.         STOCK_UP_HEADER = "Stocked Items",
  7.         REFRESH_LIST_BUTTON = "Refresh",
  8.         REFRESH_LIST_BUTTON_WARNING = "Reloads UI",
  9.         STOCK_ITEM_MENU_OPTION = "Stock Item",
  10.         DESTOCK_ITEM_MENU_OPTION = "Destock Item",
  11.         STOCK_ITEM_CONFIRMATION = "Will stock ", --whole string is, for example, "Will stock 15 Pact Stone Trebuchet!"
  12.         DESTOCK_ITEM_CONFIRMATION = "No longer stocking ", --"No longer stocking Pact Stone Trebuchet."
  13.         PURCHASE_CONFIRMATION = "Bought " -- "Bought 15 Pact Stone Trebuchet!"
  14.     },
  15.     ["fr"] = {
  16.  
  17.     },
  18.     ["de"] = {
  19.  
  20.     }
  21. }
  Reply With Quote