Thread Tools Display Modes
Prev Previous Post   Next Post Next
08/09/21, 12:44 AM   #1
IsJustaGhost
AddOn Author - Click to view addons
Join Date: May 2020
Posts: 38
Need any/all translations

Lua Code:
  1. SI_IJAEA_EASYALCHEMY                = "Easy Alchemy",
  2.     SI_IJAEA_SAVEDRECIPES               = "Saved Recipes",
  3.     SI_IJAEA_SAVEDALCHEMY_SAVED         = "Recipe Saved.",
  4.    
  5.     SI_IJAEA_DELETE_OPTION              = "Delete Recipe",
  6.     SI_IJAEA_DELETE_MOUSEOVER           = "Right-click to delete",
  7.    
  8.     SI_IJAEA_EASYALCHEMY_HEADER1        = "type",
  9.     SI_IJAEA_EASYALCHEMY_HEADER2        = "solvent",
  10.     SI_IJAEA_EASYALCHEMY_HEADER2        = "solvent",
  11.     SI_IJAEA_EASYALCHEMY_HEADER3        = "trait 1",
  12.     SI_IJAEA_EASYALCHEMY_HEADER4        = "trait 2",
  13.     SI_IJAEA_EASYALCHEMY_HEADER5        = "trait 3",
  14.    
  15.     SI_IJAEA_EASYALCHEMY_HEADER_SOLVENT1        = "Potions",
  16.     SI_IJAEA_EASYALCHEMY_HEADER_SOLVENT2    = "Poisons",
  17.    
  18.     SI_IJAEA_NOSAVES_POISONS            = "No saved poisons",
  19.     SI_IJAEA_NOSAVES_POTIONS            = "No saved potions",
  20.     SI_IJAEA_NOSAVES_ALL                = "No saved potions or poisons",
  21. ------------------------------------------------
  22. -- Settings
  23. ------------------------------------------------
  24.     SI_IJAEA_SETTING_SAVEPERCHARACTER = "Save settings as Character",
  25.     SI_IJAEA_SETTING_SAVEPERCHARACTER_TOOLTIP = "Disabled: settings are saved for the account.\nEnabled: settings will be saved separately for each character.",
  26.  
  27.     SI_IJAEA_HEADER_ALCHEMYSAVES = "Saved Alchemy Recipes",
  28.    
  29.     SI_IJAEA_SETTING_CLEARSAVES = "Clear Saved Recipes",
  30.     SI_IJAEA_SETTING_CLEARSAVES_TOOLTIP = "Deletes all saved recipes.",
  31.    
  32. ------------------------------------------------
  33. -- Dialogues
  34. ------------------------------------------------
  35.     SI_IJAEA_SAVEDALCHEMY_CONFIRMDELETE_TITLE = "Delete selected Recipe",
  36.     SI_IJAEA_SAVEDALCHEMY_CONFIRMDELETE_TEXT = "Do you want to delete <<1>> from the saved recipes?",
  37.     SI_IJAEA_SAVEDALCHEMY_CONFIRMDELETE_TRAIT1 = "|cffffffWith the following trait:|r\n\t\t<<1>>",
  38.     SI_IJAEA_SAVEDALCHEMY_CONFIRMDELETE_TRAIT2 = "|cffffffWith the following traits:|r\n\t\t<<1>>\n\t\t<<2>>\n\t\t<<3>>",
  39.     SI_IJAEA_INVALIDRECIPE = "Invalid recipe",
  40.    
  41. }
  Reply With Quote
 

ESOUI » Developer Discussions » Translation Help » Need any/all translations


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