View Single Post
03/13/17, 05:50 PM   #6
Gamer1986PAN
AddOn Author - Click to view addons
Join Date: Sep 2015
Posts: 87
English:

Code:
WritCreater.optionStrings["new container"]							  = "Keep new status"
WritCreater.optionStrings["new container tooltip"]					  = "Keep the new status for writ reward containers"
WritCreater.optionStrings["master"]									  = "Master Writs"
WritCreater.optionStrings["master tooltip"]							  = "Turn the addon off for Master Writs"
WritCreater.optionStrings["crafting submenu"]						  = "Trades to Craft"
WritCreater.optionStrings["crafting submenu tooltip"]				  = "Turn the addon off for specific crafts"
WritCreater.optionStrings["timesavers submenu"]						  = "Timesavers"
WritCreater.optionStrings["timesavers submenu tooltip"]				  = "Various small timesavers"
WritCreater.optionStrings["loot containter"]						  = "Loot container when received"
WritCreater.optionStrings["loot containter tooltip"]				  = "Loot writ reward containers when you receive them"

German: (not sure with the new container and new container tooltip. can you explain what these should do exactly?)

Code:
WritCreater.optionStrings["new container"]				  = "Behalte neuen Status"
WritCreater.optionStrings["new container tooltip"]			  = "Behalte neuen Status für Schrieb-Belohnungs-Behälter"
WritCreater.optionStrings["master"]					  = "Meisterschriebe"
WritCreater.optionStrings["master tooltip"]				  = "Ein/Ausschalten ob Meisterschriebe automatisch hergestellt werden"
WritCreater.optionStrings["crafting submenu"]				  = "Zu bearbeitende Handwerke"
WritCreater.optionStrings["crafting submenu tooltip"]			  = "Ein/Ausschalten von bestimmten Handwerken"
WritCreater.optionStrings["timesavers submenu"]				  = "Zeitsparer"
WritCreater.optionStrings["timesavers submenu tooltip"]			  = "Diverse kleine Zeitsparer"
WritCreater.optionStrings["loot container"]				  = "Plündern von Belohnungs-Behältern"
WritCreater.optionStrings["loot container tooltip"]			  = "Automatisches Plündern der Handwerksschrieb-Belohnungs-Behälter bei Erhalt"
#edit: had to shorten loot container and fixed the typo in "loot containter" and "loot containter tooltip" in the german version.

Last edited by Gamer1986PAN : 03/13/17 at 06:16 PM.
  Reply With Quote