UI_EN = {
    UI_item_uses_tab_name =         "Uses"
    UI_item_craft_tab_name =        "Craft"
    UI_common_left_col_name =       "Recipe"
    UI_common_right_col_name =      "Details"
    UI_search_tab_name =            "Search"
    UI_search_items_tab_name =      "Items"
    UI_search_recipes_tab_name =    "Recipes"
    UI_recipe_panel_required_book = "Required books (one of)"
    UI_recipe_panel_near_item =     "Required Crafting Equipment"

    UI_settings_st_title =   "Sort order"
    UI_settings_av_title =   "Availability"
    UI_settings_av_valid =   "Valid"
    UI_settings_av_known =   "Known"
    UI_settings_av_invalid = "Invalid"

    UI_optionscreen_binding_chc_category_title =            "Craft Helper"
    UI_optionscreen_binding_chc_move_up =                   "Select previous recipe"
    UI_optionscreen_binding_chc_move_down =                 "Select next recipe"
    UI_optionscreen_binding_chc_move_left =                 "Select previous category"
    UI_optionscreen_binding_chc_move_right =                "Select next category"
    UI_optionscreen_binding_chc_craft_one =                 "Craft one"
    UI_optionscreen_binding_chc_craft_all =                 "Craft all"
    UI_optionscreen_binding_chc_favorite_recipe =           "Favorite selected recipe"
    UI_optionscreen_binding_chc_close_window =              "Close Craft Helper window"
    UI_optionscreen_binding_chc_toggle_window =             "Toggle Craft Helper window"
    UI_optionscreen_binding_chc_toggle_uses_craft =         "Toggle between uses/craft"
    UI_optionscreen_binding_chc_move_tab_left =             "Select previous tab"
    UI_optionscreen_binding_chc_move_tab_right =            "Select next tab"
    UI_optionscreen_binding_chc_toggle_focus_search_bar =   "Focus search bar"
    UI_optionscreen_binding_chc_close_tab =                 "Close active tab"



    UI_infotext_search =    "<CENTRE><SIZE:medium> Search Screen <LINE><LINE> "..
                            "<SIZE:small> <LEFT> Here you can find all items and recipes. <LINE><LINE> "
    UI_infotext_favorites = "<CENTRE><SIZE:medium> Favorite Screen <LINE><LINE> "..
                            "<SIZE:small> <LEFT> Here you can find favorited items and recipes. <LINE><LINE> "
    UI_infotext_itemtab =   "<CENTRE><SIZE:medium> Item Screen <LINE>"..
                            "<SIZE:small> <LEFT> Here you can find detailed information about '%1' <LINE> "..
                            "First tab (%2) shows recipes, where '%1' is used as ingredient. <LINE> "..
                            "Second tab (%3) shows recipes, result of which is '%1'. <LINE><LINE> " 
    
    UI_infotext_common = "<INDENT:0> Left column (Recipe) shows list of items/recipes with some additional controls. First line is filter row. <LINE><LINE> "..
                         "<IMAGECENTRE:media/textures/info_filter_row.png> <LINE>"..
                         "<INDENT:8>Button 1 shows current sorting order of items/recipes. Click button to change order. <LINE>"..
                         "Button 2 allows you to select type of desired output: <LINE>"..
                         "<INDENT:16> %1 <LINE>"..
                         "<INDENT:8> Element 3 is category selector, where you can specify desired category. <LINE><LINE>"..
                         "Under filter row there is search bar, where you can search by item/recipe name or by specific rules, depending on your query. <LINE>"..
                         "To learn more about search rules, click on <IMAGE:media/textures/search_icon.png> <LINE><LINE>"..
                         "<INDENT:0> Right column (Details) shows the details of the item/recipe: <LINE>"..
                         "<INDENT:8> %2 <LINE><LINE>"..
                         "<INDENT:0><SIZE:medium>Controls: <SIZE:small><LINE><LINE>"..
                         "<INDENT:16> - You can resize Recipe and Details columns by dragging line between their names <LINE> "..
                         " - Right click on item tab name to open context menu <LINE>"..
                         "%3 <LINE>"..
                         " - With 'Mod Options' you can set hotkeys for frequent actions"
                         
    -- %1
    UI_infotext_recipe_types = "- <IMAGE:media/textures/type_filt_all.png> <SPACE>(%1): All recipes <LINE> "..
                               "- <IMAGE:media/textures/type_filt_valid.png> (%2): Recipes that you can craft right now <LINE> "..
                               "- <IMAGE:media/textures/type_filt_known.png> (%3): Recipes that you know about, but can't craft (lack of skills/items) <LINE> "..
                               "- <IMAGE:media/textures/type_filt_invalid.png> (%4): Recipes that you know nothing about. Will show book(-s), from which it can be learned."
    UI_infotext_item_types =   " - Clothing <LINE> - Food <LINE> - Weapon <LINE> - ..."

    -- %2
    UI_infotext_recipe_details = " - Info about recipe category and resulting item(-s) <LINE> "..
                                 " - Required items <LINE>"..
                                 " - Other requirements (skills, books, crafting equipment and time to craft)"
    UI_infotext_item_details =   " - Basic info about item and number of recipes <LINE> "..
                                 " - Item attributes <LINE> "..
                                 " - How to fix this item (if possible) (WIP) <LINE>"..
                                 " - Where to find this item (WIP)"

    -- %3
    UI_infotext_recipe_mouse = " - Left click on star icon (Recipe column, mouse over element) to (un-)favorite recipe <LINE> "..
                               " - Right click on recipe result icon (Details column) to open context menu <LINE> "..
                               " - Right click on item in 'Required items' (Details column) to open context menu"
    UI_infotext_item_mouse =   " - Middle click on item (Recipe column) to open new tab with clicked item in background <LINE>"..
                               " - Right click on item (Recipe column) to open context menu <LINE>"..
                               " - Right click on item icon (Details column) to open context menu <LINE>"..
                               " - Shift + Right click on some elements (see above) will display additional options"


    UI_searchrow_info = "<CENTRE><SIZE:medium> Search Helper <LINE><LINE> "..
                        "<LEFT><SIZE:small> This search bar supports custom rules. Each separated query (word) called Token. <LINE>"..
                        "You can search by multiple queries at once, using SEPARATORS. <LINE>"..
                        "You can prepend each Token with SPECIAL SYMBOLS to specify search rule for this Token. <LINE>"..
                        "With 'Mod Options' you can set hotkey to focus search bar. Unfocus on ESC. <LINE><LINE>"..
                        "<SIZE:medium> Separators: <LINE> <SIZE:small> "..
                        "<INDENT:8> <SIZE:medium> , <SIZE:small> <SPACE><SPACE>(comma) - combine all Tokens results (logical AND), can be used for very specific filtering <LINE> "..
                        "<SIZE:medium> | <SIZE:small> <SPACE><SPACE>(vertical bar) - separate all Tokens (logical OR), can be used to search multiple queries separately <LINE><LINE> "..
                        "<INDENT:0><SIZE:medium> Special symbols: <LINE> <SIZE:small> "..
                        "<INDENT:8>%1"..
                        "<SIZE:medium> ~ <SIZE:small> <SPACE><SPACE>(tilde) - excludes this Token (i.e find everything thats NOT Token; must be after special character, if using them) <LINE><LINE>"..
                        "<INDENT:0><SIZE:medium> <LEFT> Examples: <LINE> <SIZE:small> "..
                        "<INDENT:8>%2<LINE>"..
                        "<INDENT:0><SIZE:medium> Limitations: <LINE> <SIZE:small> "..
                        "<INDENT:8>- Can't use both separators (',' and '|') in one query <LINE> "

    -- %1
    UI_searchrow_info_recipes_special = "<SIZE:medium> ! <SIZE:small> <SPACE><SPACE>(exclamation mark) - search by recipe category <LINE>"..
                                        "<SIZE:medium> @ <SIZE:small> <SPACE><SPACE>(at sign) - search by mod name of resulting item ('Project Zomboid' for vanilla 'mod') <LINE>"..
                                        "<SIZE:medium> # <SIZE:small> <SPACE><SPACE>(number sign) - search by recipe ingredients <LINE>"..
                                        "<SIZE:medium> $ <SIZE:small> <SPACE><SPACE>(dollar sign) - search by category of resulting item (shown in right side of inventory panel) <LINE>"..
                                        "<SIZE:medium> % <SIZE:small> <SPACE><SPACE>(percent sign) - search by name of resulting item <LINE>"..
                                        "<SIZE:medium> ^ <SIZE:small> <SPACE><SPACE>(caret) - search by favorited recipes <LINE>"..
                                        "<SIZE:medium> & <SIZE:small> <SPACE><SPACE>(ampersand) - search by mod name of recipe ('Base' for vanilla 'mod') <LINE>"
    UI_searchrow_info_items_special =   "<SIZE:medium> ! <SIZE:small> <SPACE><SPACE>(exclamation mark) - search by item type <LINE>"..
                                        "<SIZE:medium> @ <SIZE:small> <SPACE><SPACE>(at sign) - search by mod name of item ('Project Zomboid' for vanilla 'mod') <LINE>"..
                                        "<SIZE:medium> # <SIZE:small> <SPACE><SPACE>(number sign) - search by item category (shown in right side of inventory panel) <LINE>"..
                                        "<SIZE:medium> $ <SIZE:small> <SPACE><SPACE>(dollar sign) - search by item attributes <LINE>"
    UI_searchrow_info_item_attributes_special = "<SIZE:medium> ! <SIZE:small> <SPACE><SPACE>(exclamation mark) - search by attribute name <LINE>"..
                                                "<SIZE:medium> @ <SIZE:small> <SPACE><SPACE>(at sign) - search by attribute value <LINE>"

    -- %2
    UI_searchrow_info_recipes_examples = "#hamm <SPACE><SPACE>- show recipes which ingredients include something with 'hamm' in name <LINE>"..
                                         "@hydrocra,!engineer,#saw <SPACE><SPACE>- show recipes from Hydrocraft (or similar) in 'engineer' recipe category, which have 'saw' as ingredient <LINE>"..
                                         "%plank|!food <SPACE><SPACE>- show recipes where 'plank' is the result, OR recipes in 'food' category <LINE> "
    UI_searchrow_info_items_examples =   "#tool,!~weapon <SPACE><SPACE>: show tools which is not a weapon (e.g needle, saw, tongs) <LINE> "..
                                        "$maxdamage>4,$maxdamage<5 <SPACE><SPACE>- show items with MaxDamage attribute between 4 and 5 <LINE> "

    UI_searchrow_info_item_attributes_examples = "!>a,!<c <SPACE><SPACE>: show attributes which name starts from a or b <LINE> "

    UI_InfoTitle = "Hotkeys:"

    UI_FiltersUI_Title = "Filters and sorting rules (%1)"

    UI_Presets_DefaultPreset_Name = "Select preset"
    UI_Presets_NoPresetSelected = "Please select preset!"
    UI_Presets_Unfavorite_All = "This will unfavorite all %1, are you sure?"
    UI_Presets_Delete = "This will delete selected preset, are you sure?"
    UI_Presets_Overwrite = "This preset already exist. Overwrite?"
    UI_Presets_OverwriteExisting = "This will overwrite existing favorites, are you sure?"
    UI_Presets_Import_Title = "Paste preset string here!"
    UI_Presets_Share_Title = "Share this string!"
    UI_Presets_TextBox_EnterName = "Enter name:"
    UI_Presets_NameTooShort = "Name too short!"
    UI_Presets_NameTooLong = "Name too long!"
    UI_Presets_NoFavorites = "No favorites found. Please favorite at least one %1 before saving preset."
    UI_Presets_Errors_Title = "Validation errors:"
    UI_Presets_Errors_InvalidFormat = "Format invalid, could not load"
    UI_Presets_Errors_InvalidType = "Preset type missing or invalid"
    UI_Presets_Errors_InvalidEntries = "Preset entries missing or empty"
    UI_Presets_Errors_LoadAnyway = "Load anyway"
    UI_Presets_Errors_RemoveAndLoad = "Remove missing and load"
    UI_Presets_Errors_MissingRecipe = "Recipe object for %1"
}