SousChef.Strings = {
	en = {
		-- for slash commands
		SC_NUM_RECIPES_KNOWN = "Number of recipes known: ",
		SC_NUM_INGREDIENTS_TRACKED = "Number of ingredients tracked: ",
		SC_NOT_FOUND = " not found in ignore list",
		SC_ADDING1 = "Adding ",
		SC_ADDING2 = " to ignored recipes",
		SC_REMOVING1 = "Removed ",
		SC_REMOVING2 = " from ignored recipes",
		SC_IGNORED = "Ignoring:",

		-- Menu items
		MENU_RECIPE_HEADER = "Recipe Options",
		MENU_PROCESS_RECIPES = "Have Sous Chef display info for recipes",
		MENU_PROCESS_RECIPES_TOOLTIP = "Non English clients may want to untick this if the experimental matching isn't sufficient",
		MENU_MARK_IF_KNOWN = "Mark recipe if it is ",
		MENU_KNOWN = "known",
		MENU_UNKNOWN = "unknown",
		MENU_MARK_IF_KNOWN_TOOLTIP = "When do you want Sous Chef to display an indicator by a recipe?",
		MENU_MARK_IF_ALT_KNOWS = "Alternate Character Indicator",
		MENU_MARK_IF_ALT_KNOWS_TOOLTIP = "Fade the indicator for unknown recipes if an alt knows the recipe.",
		MENU_TOOLTIP_IF_ALT_KNOWS = "List Character Recipe Knowledge in Tooltips",
		MENU_TOOLTIP_IF_ALT_KNOWS_TOOLTIP = "Show in tooltips which characters know a recipe",
		MENU_MATCHER = "Use the Experimental Recipe Matcher",
		MENU_MATCHER_TOOLTIP = "Currently Sous Chef cannot match reliably in other languages. This will attempt to match as best it can by stripping out common prepositions so that the recipe and result match better. (NOTE: please file a typo bug report with Zenimax if you find recipe names that don't match their results exactly)",
		MENU_SORT_PROVISIONING = "Sort the Provisioning Table",
		MENU_SORT_PROVISIONING_TOOLTIP = "Will sort the provisioning table by Level, Quality, then Name",
		MENU_TOOLTIP_HEADER = "Ingredient Tooltip Options",
		MENU_TOOLTIP_CLICK = "Require Mouse Click to Show Sous Chef Data",
		MENU_TOOLTIP_CLICK_TOOLTIP = "Only show Sous Chef information in ingredient tooltips after a mouse click, to save space",
		MENU_RESULT_COUNTS = "Show Recipe Result Counts",
		MENU_RESULT_COUNTS_TOOLTIP = "Show how many of each recipe can be made in the Ingredient tooltip",
		MENU_ALT_USE = "Alternate Character Ingredient Usage",
		MENU_ALT_USE_TOOLTIP = "Indicte if an alt uses an ingredient",
		MENU_INDICATOR_HEADER = "Indicator Options",
		MENU_ICON_SET = "Use bolder icons",
		MENU_ICON_SET_TOOLTIP = "Swap out rank icons to a more flat display",
		MENU_SPECIAL_ICONS = "Special Icons for Special Ingredients",
		MENU_SPECIAL_ICONS_TOOLTIP = "If an ingredient is considered a Spice/Flavour, indicate that rather than the tier of the highest tier recipe that uses it",
		MENU_SPECIAL_TYPES = "Show Special Ingredient Types",
		MENU_SPECIAL_TYPES_TOOLTIP = "Use the icon for the type of food it's a special ingredient for, eg Grilled",
		MENU_INDICATOR_COLOR = "Indicator Colour",
		MENU_INDICATOR_COLOR_TOOLTIP = "Allows you to set the colour of the recipe indicator",
		MENU_SHOPPING_COLOR = "Shopping List Indicator Colour",
		MENU_SHOPPING_COLOR_TOOLTIP = "Allows you to set the colour of the indicator for ingredients in your Shopping List",
		MENU_ONLY_MARK_SHOPPING = "Only Mark Shopping List Ingredients",
		MENU_ONLY_MARK_SHOPPING_TOOLTIP = "Only mark ingredients on your Shopping List",
		MENU_SORT_INGREDIENTS = "Sort Ingredients in Inventory",
		MENU_SORT_INGREDIENTS_TOOLTIP = "Will sort known ingredients by rank",
		MENU_RELOAD = "Requires UI Reload",

		-- keybinding label
		KEY_MARK = "Mark Recipe",

		-- provisioning window
		PROVISIONING_QUALITY = "Hide Green Recipes",
		PROVISIONING_MARKED = "Marked by: ",

		-- tooltip
		TOOLTIP_KNOWN_BY = "Known by ",
		TOOLTIP_USED_IN = "Used in:",
	},
	de = {
		-- for slash commands
		SC_NUM_RECIPES_KNOWN = "Wieviele Rezepte bekannt: ",
		SC_NUM_INGREDIENTS_TRACKED = "Wieviele Zutaten nachspuert: ",
		SC_NOT_FOUND = ": nicht in Ausklammersliste gefunden",
		SC_ADDING1 = "",
		SC_ADDING2 = " zu Ausklammersliste",
		SC_REMOVING1 = "",
		SC_REMOVING2 = "wurde aus Ausklammersliste entfernt",
		SC_IGNORED = "Ausgeklammert:",

		-- Menu items
		MENU_RECIPE_HEADER = "Rezeptswaehle",
		MENU_PROCESS_RECIPES = "Rezeptsinfos zeigen",
		MENU_PROCESS_RECIPES_TOOLTIP = "Wenn experimentell Rezeptspasser nicht genug ist, dieses Quadrat unwaehlen",
		MENU_MARK_IF_KNOWN = "Rezept markieren wenn?",
		MENU_KNOWN = "bekannt",
		MENU_UNKNOWN = "unbekannt",
		MENU_MARK_IF_KNOWN_TOOLTIP = "Wenn soll Sous Chef ein Ikon beim Rezept anzeigen?",
		MENU_MARK_IF_ALT_KNOWS = "Alternate Character Indicator",
		MENU_MARK_IF_ALT_KNOWS_TOOLTIP = "Fade the indicator for unknown recipes if an alt knows the recipe.",
		MENU_TOOLTIP_IF_ALT_KNOWS = "List Character Recipe Knowledge in Tooltips",
		MENU_TOOLTIP_IF_ALT_KNOWS_TOOLTIP = "Show in tooltips which characters know a recipe",
		MENU_MATCHER = "Experimentell Rezeptspasser benuetzen",
		MENU_MATCHER_TOOLTIP = "Currently Sous Chef cannot match reliably in other languages. This will attempt to match as best it can by stripping out common prepositions so that the recipe and result match better. (NOTE: please file a typo bug report with Zenimax if you find recipe names that don't match their results exactly)",
		MENU_SORT_PROVISIONING = "Provisioning Table sortieren",
		MENU_SORT_PROVISIONING_TOOLTIP = "Will sort the provisioning table by Level, Quality, then Name",
		MENU_TOOLTIP_HEADER = "Zutats-tooltip Waehle",
		MENU_TOOLTIP_CLICK = "Require Mouse Click to Show Sous Chef Data",
		MENU_TOOLTIP_CLICK_TOOLTIP = "Only show Sous Chef information in ingredient tooltips after a mouse click, to save space",
		MENU_RESULT_COUNTS = "Show Recipe Result Counts",
		MENU_RESULT_COUNTS_TOOLTIP = "Show how many of each recipe can be made in the Ingredient tooltip",
		MENU_ALT_USE = "Alternate Character Ingredient Usage",
		MENU_ALT_USE_TOOLTIP = "Indicte if an alt uses an ingredient",
		MENU_INDICATOR_HEADER = "Indicator Options",
		MENU_ICON_SET = "Staerker Ikons benuetzen",
		MENU_ICON_SET_TOOLTIP = "Swap out rank icons to a more flat display",
		MENU_SPECIAL_ICONS = "Spezielicons fuer Spezielzutaten",
		MENU_SPECIAL_ICONS_TOOLTIP = "If an ingredient is considered a Spice/Flavour, indicate that rather than the tier of the highest tier recipe that uses it",
		MENU_SPECIAL_TYPES = "Spezielzutaten Typen zeigen",
		MENU_SPECIAL_TYPES_TOOLTIP = "Use the icon for the type of food it's a special ingredient for, eg Grilled",
		MENU_INDICATOR_COLOR = "Ikonsfarbe",
		MENU_INDICATOR_COLOR_TOOLTIP = "Allows you to set the colour of the recipe indicator",
		MENU_SHOPPING_COLOR = "Einkaufzettel Ikonsfarbe",
		MENU_SHOPPING_COLOR_TOOLTIP = "Allows you to set the colour of hte indicator for ingredients in your Shopping List",
		MENU_ONLY_MARK_SHOPPING = "Nur Zutaten auf dem Einkaufzettel markieren",
		MENU_ONLY_MARK_SHOPPING_TOOLTIP = "Only mark ingredients on your Shopping List",
		MENU_SORT_INGREDIENTS = "Zutaten in Inventory sortieren",
		MENU_SORT_INGREDIENTS_TOOLTIP = "Will sort known ingredients by rank",
		MENU_RELOAD = "Requires UI Reload",

		-- keybinding label
		KEY_MARK = "Rezept markieren",

		-- provisioning window
		PROVISIONING_QUALITY = "Gruene Rezepte verstecken",
		PROVISIONING_MARKED = "Markiert von: ",

		-- tooltip
		TOOLTIP_KNOWN_BY = "Bekannt von ",
		TOOLTIP_USED_IN = "Benuezt beim:",
	},
	fr = {
		-- for slash commands
		SC_NUM_RECIPES_KNOWN = "Number of recipes known: ",
		SC_NUM_INGREDIENTS_TRACKED = "Number of ingredients tracked: ",
		SC_NOT_FOUND = " not found in ignore list",
		SC_ADDING1 = "Adding ",
		SC_ADDING2 = " to ignored recipes",
		SC_REMOVING1 = "Removed ",
		SC_REMOVING2 = " from ignored recipes",
		SC_IGNORED = "Ignoring:",

		-- Menu items
		MENU_RECIPE_HEADER = "Recipe Options",
		MENU_PROCESS_RECIPES = "Have Sous Chef display info for recipes",
		MENU_PROCESS_RECIPES_TOOLTIP = "Non English clients may want to untick this if the experimental matching isn't sufficient",
		MENU_MARK_IF_KNOWN = "Mark recipe if it is ",
		MENU_KNOWN = "known",
		MENU_UNKNOWN = "unknown",
		MENU_MARK_IF_KNOWN_TOOLTIP = "When do you want Sous Chef to display an indicator by a recipe?",
		MENU_MARK_IF_ALT_KNOWS = "Alternate Character Indicator",
		MENU_MARK_IF_ALT_KNOWS_TOOLTIP = "Fade the indicator for unknown recipes if an alt knows the recipe.",
		MENU_TOOLTIP_IF_ALT_KNOWS = "List Character Recipe Knowledge in Tooltips",
		MENU_TOOLTIP_IF_ALT_KNOWS_TOOLTIP = "Show in tooltips which characters know a recipe",
		MENU_MATCHER = "Use the Experimental Recipe Matcher",
		MENU_MATCHER_TOOLTIP = "Currently Sous Chef cannot match reliably in other languages. This will attempt to match as best it can by stripping out common prepositions so that the recipe and result match better. (NOTE: please file a typo bug report with Zenimax if you find recipe names that don't match their results exactly)",
		MENU_SORT_PROVISIONING = "Sort the Provisioning Table",
		MENU_SORT_PROVISIONING_TOOLTIP = "Will sort the provisioning table by Level, Quality, then Name",
		MENU_TOOLTIP_HEADER = "Ingredient Tooltip Options",
		MENU_TOOLTIP_CLICK = "Require Mouse Click to Show Sous Chef Data",
		MENU_TOOLTIP_CLICK_TOOLTIP = "Only show Sous Chef information in ingredient tooltips after a mouse click, to save space",
		MENU_RESULT_COUNTS = "Show Recipe Result Counts",
		MENU_RESULT_COUNTS_TOOLTIP = "Show how many of each recipe can be made in the Ingredient tooltip",
		MENU_ALT_USE = "Alternate Character Ingredient Usage",
		MENU_ALT_USE_TOOLTIP = "Indicte if an alt uses an ingredient",
		MENU_INDICATOR_HEADER = "Indicator Options",
		MENU_ICON_SET = "Use bolder icons",
		MENU_ICON_SET_TOOLTIP = "Swap out rank icons to a more flat display",
		MENU_SPECIAL_ICONS = "Special Icons for Special Ingredients",
		MENU_SPECIAL_ICONS_TOOLTIP = "If an ingredient is considered a Spice/Flavour, indicate that rather than the tier of the highest tier recipe that uses it",
		MENU_SPECIAL_TYPES = "Show Special Ingredient Types",
		MENU_SPECIAL_TYPES_TOOLTIP = "Use the icon for the type of food it's a special ingredient for, eg Grilled",
		MENU_INDICATOR_COLOR = "Indicator Colour",
		MENU_INDICATOR_COLOR_TOOLTIP = "Allows you to set the colour of the recipe indicator",
		MENU_SHOPPING_COLOR = "Shopping List Indicator Colour",
		MENU_SHOPPING_COLOR_TOOLTIP = "Allows you to set the colour of hte indicator for ingredients in your Shopping List",
		MENU_ONLY_MARK_SHOPPING = "Only Mark Shopping List Ingredients",
		MENU_ONLY_MARK_SHOPPING_TOOLTIP = "Only mark ingredients on your Shopping List",
		MENU_SORT_INGREDIENTS = "Sort Ingredients in Inventory",
		MENU_SORT_INGREDIENTS_TOOLTIP = "Will sort known ingredients by rank",
		MENU_RELOAD = "Requires UI Reload",

		-- keybinding label
		KEY_MARK = "Mark Recipe",

		-- provisioning window
		PROVISIONING_QUALITY = "Hide Green Recipes",
		PROVISIONING_MARKED = "Marked by: ",

		-- tooltip
		TOOLTIP_KNOWN_BY = "Known by ",
		TOOLTIP_USED_IN = "Used in:",
	},
}