Thread Tools Display Modes
09-20-07, 06:52 PM   #1
nogudnik
A Defias Bandit
AddOn Author - Click to view addons
Join Date: Jun 2006
Posts: 2
Skillet: A tradeskill window replacement

I've just uploaded Skillet , which is a tradeskill window replacement based on ATSW. Please use this thread when discussing it.

Features
  • Larger the the standard tradeskill window
  • Built-in queue for creating multiple, different items
  • User editable list of notes attached to reagents and crafted items.
  • Automatically buy reagents for queued recipes when visiting a vendor
  • Recipes can be filtered by name, whether or not you could level when creating the item, and whether or not you have the mats available.
  Reply With Quote
09-20-07, 09:07 PM   #2
Farook
A Molten Giant
 
Farook's Avatar
Join Date: Mar 2006
Posts: 595
Fantastic... gonna test it as soon as possible.

PS: I'll work on deDE-localization.
__________________
  Reply With Quote
09-20-07, 09:11 PM   #3
nogudnik
A Defias Bandit
AddOn Author - Click to view addons
Join Date: Jun 2006
Posts: 2
Originally Posted by Farook
PS: I'll work on deDE-localization.
Thanks! Localization is one area where I'm a bit lacking and am always happy to have some assistance!
  Reply With Quote
09-20-07, 10:25 PM   #4
Farook
A Molten Giant
 
Farook's Avatar
Join Date: Mar 2006
Posts: 595
Done!

Code:
L:RegisterTranslations("deDE", function() return {
    ["Skillet Trade Skills"] 				= "Skillet Trade Skills",
    ["Create"] 				 		= "Erstellen",
    ["Queue All"]					= "Alle in Warteschlange",
    ["Create All"]					= "Alle erstellen",
    ["Create"]						= "Erstellen",
    ["Queue"]						= "Warteschlange",
    ["Start Queue"]					= "Warteschlange abarbeiten",
    ["Enchant"]						= "Verzaubern",
    ["Rescan"]                      			= "Erneut scannen",
    ["Number of items to queue/create"]			= "Anzahl der Gegenst\195\164nde in Warteschlange/zum Erstellen",
    ["Empty Queue"]					= "Warteschlange leeren",
    ["buyable"]						= "k\195\164uflich",
    ["reagents in inventory"]				= "Reagenzien im Inventar",
    ["bank"]						= "Reagenzien in der Bank", -- "reagents in bank"
    ["alts"]						= "Reagenzien auf Twinks", -- "reagents on alts"
    ["can be created from reagents in your inventory"] 	= "kann mit den Reagenzien in deinem Inventar erstellt werden",
    ["can be created from reagents in your inventory and bank"] = "kann mit den Reagenzien in deinem Inventar und der Bank erstellt werden",
    ["can be created from reagents on all characters"] = "kann mit den Reagenzien auf allen Charakteren erstellt werden",
    ["Scanning tradeskill"]				= "Scanne Berufe",
    ["Scan completed"]              			= "Scan abgeschlossen",
    ["Filter"]						= "Filter",
    ["Hide uncraftable"]				= "Nicht herstellbare verstecken",
    ["Hide trivial"]					= "Graue Gegenst\195\164nde verstecken",
    ["Options"]						= "Optionen",
    ["Notes"]						= "Notizen",
    ["Purchased"]					= "Eingekauft",
    ["Total spent"]					= "Ausgegeben total",
    ["This merchant sells reagents you need!"] 		= "Dieser H\195\164ndler verkauft Reagenzien die du brauchst!",
    ["Buy Reagents"]					= "Reagenzien kaufen",
    ["click here to add a note"]			= "Hier klicken um eine Notiz hinzuzuf\195\188gen",
    ["not yet cached"]              			= "noch nicht gecached",   
} end)
Though I'd suggest you wait a little bit with officially adding it to your release version.

I wanna test it ingame (not sitting at home right now), to see if all localizations fit into the given text fields. I'll tell you tomorrow if everything is fine.
__________________
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » Released AddOns » Skillet: A tradeskill window replacement


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