UI_EN = {
    UI_ModManager_Button_Accept = "Accept",
    UI_ModManager_Button_Back = "Back",
    UI_ModManager_Button_Cancel = "Cancel",
    UI_ModManager_Button_Delete = "Delete",
    UI_ModManager_Button_Reset = "Reset",
    UI_ModManager_Button_Save = "Save",
    UI_ModManager_Button_Server = "Server",
    UI_ModManager_Button_MapsOrder = "Maps Priority Order",
    UI_ModManager_NotAvailable = "N/A",
    UI_ModManager_Warning_Failed = "Failed to load: %1",
    UI_ModManager_Warning_Favs = "Forced enabled favorites: %1",
    UI_ModManager_Warning_Hidden = "Forced disabled hidden: %1",

    -- Filters Panel
    UI_ModManager_Filter_Button_Save_Tooltip = "Save filters",
    UI_ModManager_Filter_Button_Reset_Tooltip = "Reset filters. <LINE> Long press: reset to default.",
    -- Filter
    UI_ModManager_Filter_Off = "Filter: all",
    UI_ModManager_Filter_On = "Filter: %1",
    UI_ModManager_Filter_Button_All = "Show all mods",
    UI_ModManager_Filter_Workshop = "from workshop",
    UI_ModManager_Filter_Local = "local",
    UI_ModManager_Filter_Local_Tooltip = "Mods that located in Zomboid/mods or Zomboid/Workshop",
    UI_ModManager_Filter_WithMap = "with maps",
    UI_ModManager_Filter_WithMap_Tooltip = "Mods with maps may contain not only maps.",
    UI_ModManager_Filter_WithoutMap = "without maps",
    UI_ModManager_Filter_WithTranslation = "with translation",
    UI_ModManager_Filter_WithTranslation_Tooltip = "Mods that translated into the current language of the game. This doesn't necessarily mean that such mods are fully translated (or at all).",
    UI_ModManager_Filter_WithoutTranslation = "without translation",
    UI_ModManager_Filter_Available = "available",
    UI_ModManager_Filter_Broken = "broken",
    UI_ModManager_Filter_Enabled = "enabled",
    UI_ModManager_Filter_Disabled = "disabled",
    UI_ModManager_Filter_UpToDate = "up-to-date",
    UI_ModManager_Filter_NeedsUpdate = "needs update",
    UI_ModManager_Filter_Normal = "normal",
    UI_ModManager_Filter_Favorites = "favorites",
    UI_ModManager_Filter_Hidden = "hidden",
    -- Order
    UI_ModManager_Order_By = "Order: %1 %2",
    UI_ModManager_Order_Name = "name",
    UI_ModManager_Order_Enabled = "enabled",
    UI_ModManager_Order_DateAdded = "date added",
    UI_ModManager_Order_DateCreated = "date created",
    UI_ModManager_Order_DateUpdated = "date updated",
    UI_ModManager_Order_Date_Tooltip = "Only for mods from the Workshop.",
    UI_ModManager_Order_Asc = "ascending",
    UI_ModManager_Order_Desc = "descending",
    -- Search
    UI_ModManager_Search_By = "Search: «%1» %2",
    UI_ModManager_Search_OR = "» or «",
    UI_ModManager_Search_AND = "» and «",
    UI_ModManager_Search_Name = "name",
    UI_ModManager_Search_Description = "description",
    UI_ModManager_Search_ModID = "mod ID",
    UI_ModManager_Search_WorkshopID = "workshop ID",
    UI_ModManager_Search_MapID = "map",
    UI_ModManager_Search_Tags = "tag",
    UI_ModManager_Search_Author = "author",
    UI_ModManager_Search_Equals = "equals",
    UI_ModManager_Search_Contains = "contains",
    UI_ModManager_Search_Empty = "empty",
    UI_ModManager_Search_notEquals = "not equals",
    UI_ModManager_Search_notContains = "not contains",
    UI_ModManager_Search_notEmpty = "not empty",

    -- List
    UI_ModManager_List_Empty = "Nothing to show",
    UI_ModManager_List_Favorite = "Favorite",
    UI_ModManager_List_Unfavorite = "Remove from favorites",
    UI_ModManager_List_Hide = "Hide",
    UI_ModManager_List_Unhide = "Remove from hidden",
    UI_ModManager_List_On = "On",
    UI_ModManager_List_Off = "Off",
    UI_ModManager_List_Add = "Add",
    UI_ModManager_List_Remove = "Remove",
    UI_ModManager_List_Tooltip_Broken = "Broken",
    UI_ModManager_List_Tooltip_Enabled = "Enabled",
    UI_ModManager_List_Tooltip_EnabledBy = "Enabled by:",
    UI_ModManager_List_Dialog_Favorite = "Adding this mod to favorites will enable it and the required mods (if any) in all saves.\nDo you want to continue?",
    UI_ModManager_List_Dialog_Hide = "Hiding this mod will disable it in all saves.\nDo you want to continue?",

    -- Info
    UI_ModManager_Info_NoPoster = "No posters",
    UI_ModManager_Info_Poster = "Poster",
    UI_ModManager_Info_ModID = "Mod ID: %1",
    UI_ModManager_Info_WorkshopID = "Workshop ID: %1",
    UI_ModManager_Info_GameVersion = "Game Version: %1+",
    UI_ModManager_Info_ModVersion = "Version: %1",
    UI_ModManager_Info_Author = "Author:",
    UI_ModManager_Info_Maps = "Maps:",
    UI_ModManager_Info_Tags = "Tags:",
    UI_ModManager_Info_DateCreated = "Date Created: %1",
    UI_ModManager_Info_DateUpdated = "Date Updated: %1",
    UI_ModManager_Info_LocationLabel = "Location:",
    UI_ModManager_Info_LocationTooltip = "Open file location",
    UI_ModManager_Info_URLLabel = "Link to site:",
    UI_ModManager_Info_URLButton = "Open mod's site",
    UI_ModManager_Info_URLWarning = "(this address is not an official repository of PZ mods - you follow to it at your own risk)",
    UI_ModManager_Info_Tags_Button = "Edit custom tags",
    UI_ModManager_Info_Tags_Request = "Enter your tags separated by ","",
    UI_ModManager_Info_Tags_Warning = "Tags must not contain characters: %1",
    UI_ModManager_Info_TagsCombo_Add = "Add",
    UI_ModManager_Info_TagsCombo_Del = "Delete",
    UI_ModManager_Info_TagsCombo_All = "all tags",
    UI_ModManager_Info_FollowButton = "Follow",

    -- Presets
    UI_ModManager_Presets_Label = "Saved Presets:",
    UI_ModManager_Presets_NoSelection = "[--Select to load--]",
    UI_ModManager_Presets_List_DisableAll = "Disable all",
    UI_ModManager_Presets_List_DisableAllExceptFavs = "Disable all (except favorites)",
    UI_ModManager_Presets_List_EnableAll = "Enable all",
    UI_ModManager_Presets_List_EnableAllExceptHidden = "Enable all (except hidden)",
    UI_ModManager_Presets_List_Default = "Game - default",
    UI_ModManager_Presets_List_LastSave = "Game - latest save",
    UI_ModManager_Presets_List_CurrentSave = "Game - current save",
    UI_ModManager_Presets_Save_Request = "Name:",
    UI_ModManager_Presets_Save_Warning = "Name must not contain characters: %1",
    UI_ModManager_Presets_Delete_Request = "Delete "%1"?",
    UI_ModManager_Presets_Button_LoadFromSave = "From Save",

    -- Server
    UI_ModManager_Server_List_SelectConfig = "Select server config",
    UI_ModManager_Server_Configs_Label = "Server Configs:",

    -- WorkshopItemState
    UI_ModManager_WorkshopItemState_NotSubscribed = "Not subscribed",
    UI_ModManager_WorkshopItemState_Downloading = "Downloading",
    UI_ModManager_WorkshopItemState_NeedsUpdate = "Needs update",
    UI_ModManager_WorkshopItemState_Installed = "Installed",
    UI_ModManager_WorkshopItemState_Error = "Error",
    UI_ModManager_WorkshopItemState_NotInstalled = "Not installed",

    -- Mod Load Order
    UI_ModManager_LoadOrder = "Mod Load Order",
    UI_ModManager_LoadOrder_Button_MoveUp = "Move Up",
    UI_ModManager_LoadOrder_Button_MoveDown = "Move Down",
    UI_ModManager_LoadOrder_Button_MoveToTop = "Move To Top",
    UI_ModManager_LoadOrder_Button_MoveToBottom = "Move To Bottom",
    UI_ModManager_LoadOrder_Info = "Mods will be loaded in order from top to bottom. Mods closer to the top of the list will be loaded first. If two mods overwrite one file, then the file from the mod, which is loaded later, will be used. <LINE> <LINE> Normally you don't need to change this and in many cases it will not prevent conflicts and errors.",

    -- About
    UI_ModManager_About_Navigation = "Navigation: <LINE> <INDENT:20> ARROW UP/DOWN - move to next/previous <LINE> PAGE UP/DOWN - scroll up/down <LINE> HOME/END - move to first/last <LINE> ENTER or SPACE - enable/disable mod <LINE> SHIFT + ENTER or SPACE - add to favorites/remove <LINE> CTRL + ENTER or SPACE - hide/remove from hidden <LINE> TAB - switch between search and mod list <LINE> ESC - close the window <LINE> <INDENT:0> ",
    UI_ModManager_About_Navigation_Server = "Navigation: <LINE> <INDENT:20> ARROW UP/DOWN - move to next/previous <LINE> PAGE UP/DOWN - scroll up/down <LINE> HOME/END - move to first/last <LINE> ENTER or SPACE - add/remove mod <LINE> TAB - switch between search and mod list <LINE> ESC - close the window <LINE> <INDENT:0> ",

    -- Changelog
    UI_ModManager_Changelog = "Changelog",

    -- Settings
    UI_ModManager_Settings = "Settings",
    UI_ModManager_Settings_Filter = "Filters",
    UI_ModManager_Settings_Other = "Other",
    UI_ModManager_Settings_ShowCustomIcons = "Show custom mod icons",
    UI_ModManager_Settings_ShowWelcome = "Show 'About Mods' Window",

    -- LoadGameScreen
    UI_ModManager_LoadGameScreen_Button_LoadMods = "LOAD MODS",
}
