View Single Post
08/29/15, 07:32 PM   #1
Randactyl
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 251
Translations for Item Saver 2.0.0.0

Hello all,

If anyone has a moment, I need some translations from en to de, fr, ru, es, and whatever other community languages there are floating around

Lua Code:
  1. ["en"] = {
  2.     ["SI_ITEMSAVER_ADDON_NAME"] = "Item Saver",
  3.  
  4.     ["SI_ITEMSAVER_GENERAL_OPTIONS_HEADER"] = "General Options",
  5.  
  6.     ["SI_ITEMSAVER_RELOAD_UI_WARNING"] = "Will reload UI",
  7.     ["SI_ITEMSAVER_APPLY_CHANGES_BUTTON"] = "Apply Changes",
  8.     ["SI_ITEMSAVER_APPLY_CHANGES_TOOLTIP"] = "Click this whenever you make a change below",
  9.     ["SI_ITEMSAVER_MARKER_ANCHOR_LABEL"] = "Marker Position",
  10.     ["SI_ITEMSAVER_MARKER_ANCHOR_TOOLTIP"] = "Position of the saved item marker",
  11.  
  12.     ["SI_ITEMSAVER_SET_DATA_HEADER"] = "Set Data",
  13.  
  14.     ["SI_ITEMSAVER_MARKER_LABEL"] = "Marker Texture",
  15.     ["SI_ITEMSAVER_MARKER_TOOLTIP"] = "Texture to use for the marker",
  16.  
  17.     ["SI_ITEMSAVER_TEXTURE_COLOR_LABEL"] = "Texture Color",
  18.     ["SI_ITEMSAVER_TEXTURE_COLOR_TOOLTIP"] = "Color to use for the marker's texture",
  19.  
  20.     ["SI_ITEMSAVER_FILTERS_STORE_LABEL"] = "Filter Store?",
  21.     ["SI_ITEMSAVER_FILTERS_STORE_TOOLTIP"] = "Should saved items be removed from the vendor sell list?",
  22.  
  23.     ["SI_ITEMSAVER_FILTERS_DECONSTRUCTION_LABEL"] = "Filter Deconstruction?",
  24.     ["SI_ITEMSAVER_FILTERS_DECONSTRUCTION_TOOLTIP"] = "Should saved items be removed from the deconstruction list?",
  25.  
  26.     ["SI_ITEMSAVER_FILTERS_RESEARCH_LABEL"] = "Filter Research?",
  27.     ["SI_ITEMSAVER_FILTERS_RESEARCH_TOOLTIP"] = "Should saved items be removed from the research list?",
  28.  
  29.     ["SI_ITEMSAVER_FILTERS_GUILDSTORE_LABEL"] = "Filter Guild Store?",
  30.     ["SI_ITEMSAVER_FILTERS_GUILDSTORE_TOOLTIP"] = "Should saved items be removed from the guild store sell tab?",
  31.  
  32.     ["SI_ITEMSAVER_FILTERS_MAIL_LABEL"] = "Filter Mail?",
  33.     ["SI_ITEMSAVER_FILTERS_MAIL_TOOLTIP"] = "Should saved items be removed from the mail attachment list?",
  34.  
  35.     ["SI_ITEMSAVER_FILTERS_TRADE_LABEL"] = "Filter Trade?",
  36.     ["SI_ITEMSAVER_FILTERS_TRADE_TOOLTIP"] = "Should saved items be removed from the trade list?",
  37.  
  38.     ["SI_ITEMSAVER_DELETE_SET_BUTTON"] = "Delete Set",
  39.     ["SI_ITEMSAVER_DELETE_SET_TOOLTIP"] = "Removes the set and changes any items in the set to the default set",
  40.  
  41.     ["SI_ITEMSAVER_CREATE_SAVE_SET"] = "+ Create Set",
  42.     ["SI_ITEMSAVER_UNSAVE_ITEM"] = "Unsave item",
  43.  
  44.     ["SI_BINDING_NAME_ITEM_SAVER_TOGGLE"] = "Toggle Item Saved",
  45. },

Thanks so much!

Randactyl
  Reply With Quote