﻿
// Everything localization template

//***************************************************************************
//***************************************************************************
//***************************************************************************

// Put the name of the Language here
_LANGUAGE_NAME = "Template"

// Put the english name of the Language here
_LANGUAGE_ENGLISH_NAME = "Template"

// See http://www.voidtools.com/Table_of_Language_Identifiers.txt
// ask david@voidtools.com if unsure.
_LANGUAGE_ID = "0100"

// The reading order
// can be LTR or RTL (left to right) or (right to left).
_LANGUAGE_READING_ORDER = "LTR"

// Put your name here so I can credit you.
_LANGUAGE_TRANSLATOR = "David Carpenter"

// Dont forget to save as UTF-8
// Please contact david@voidtools.com if you need help

// Thank you for translating Everything

//***************************************************************************
//***************************************************************************
//***************************************************************************

// use two forward slashes to start a line comment.

// language syntax:
// key = "value"

// use the blackslash to escape a character.
// \n = new line
// \r = line return
// \t = tab
// \" = "
// \\ = \

EVERYTHING = "Everything"
VERSION_FORMAT = "Version %s" 
COPYRIGHT = "Copyright © 2013 David Carpenter" 
CREDITS = "David Carpenter"
OK = "OK" 
ABOUT_FORMAT = "About %s" 

// db

ARE_YOU_SURE_SORT_FORMAT = "Are you sure you want to sort %d items?\nGathering data and sorting could take several minutes."
CONFIRM_SORT = "Confirm sort"
UNABLE_TO_CREATE_USN_JOURNAL_FORMAT = "Unable to create USN Journal on volume \\\\.\\%c:"
CREATE_USN_JOURNAL = "Create USN Journal"
UNABLE_TO_DELETE_USN_JOURNAL_FORMAT = "Unable to delete USN Journal on partition \\\\.\\%c:"
DELETE_USN_JOURNAL = "Delete USN Journal"
UNABLE_TO_OPEN_USN_JOURNAL_FORMAT = "Unable to open volume \\\\.\\%c:"
OPEN_USN_JOURNAL = "Open USN Journal"

// etp server
CHANGES_HAVE_BEEN_MADE_TO_THE_ETP_SERVER = "Changes have been made to the ETP/FTP server\nWould you like to restart the ETP/FTP server?"
RESTART_ETP_SERVER = "Restart ETP/FTP server?"

// events
LOADING_DATABASE = "Loading database..." 
UPDATING_DATABASE = "Updating database..." 
QUERY_DATABASE = "Query database..."

FAILED_TO_LOAD_CREATED_DATABASE_FORMAT = "Failed to load created database: %s"
THE_DATABASE_PATH_DOES_NOT_EXIST = "The database path does not exist"
THE_DATABASE_FILE_DOES_NOT_EXIST = "The database file does not exist"
CAN_NOT_OPEN_THE_DATABASE_FILE_FOR_READING = "Can not open the database file for reading"
CAN_NOT_COMPRESS_DATABASE_STREAM = "Can not compress database stream"
THE_DATABASE_IS_NOT_A_VALID_EVERYTHING_DATABASE = "The database is not a valid Everything database"
UNSUPPORTED_DATABASE_VERSION_FORMAT = "Unsupported database version %08x"
CAN_NOT_READ_THE_DATABASE_FILE = "Can not read the database file"
DATABASE_IS_OUT_OF_DATE = "Database is out of date"
DATABASE_IS_CORRUPT = "Database is corrupt"

DELETING_USN_JOURNAL = "Deleting USN Journal..."
CREATING_DATABASE = "Creating database..." 
QUERYING_USN_CHANGE_JOURNAL_FORMAT = "Querying USN Change Journal on %s (%c:)"
CREATING_USN_CHANGE_JOURNAL_FORMAT = "Creating USN Change Journal on %s (%c:)"
SCANNING_FORMAT = "Scanning %s (%c:)"

ALLOCATING_FOLDER_INDEXES = "Allocating folder indexes..." 
SORTING_FOLDER_FRN_INDEXES = "Sorting folder FRN indexes..." 
CONVERTING_FOLDER_PARENT_FRNS_TO_FOLDER_POINTERS = "Converting folder parent FRNs to folder pointers..."
REMOVING_ORPHAN_FOLDERS = "Removing orphan folders..."
CHECKING_EXCLUDE_LIST = "Finding excluded folders..." 
REMOVING_EXCLUDED_FOLDERS = "Rebuilding folder indexes..." 
SORTING_FOLDER_NAMES = "Sorting folder names..." 
SETTING_FOLDER_NAME_OFFSETS = "Setting folder name offsets..."
ALLOCATING_FILE_INDEXES = "Allocating file indexes..." 
CONVERTING_FILE_FRNS_TO_FOLDER_POINTERS = "Converting file FRNs to folder pointers..."
REMOVING_ORPHAN_FILES = "Removing orphan files..."
SORTING_FILE_NAMES = "Sorting file names..." 
CALCULATING_DECODE_SIZE = "Calculating decode size..."
SAVING_TO_DISK = "Saving to disk..." 

FILELIST_NOT_FOUND = "Filelist not found"
FAILED_TO_OPEN_FILELIST2 = "Failed to open filelist"
FAILED_TO_DECOMPRESS_FILELIST_COMPRESSION_STREAM = "Failed to decompress filelist compression stream"
FAILED_TO_OPEN_VOLUME_FORMAT = "Failed to open volume \\\\.\\%c: for reading"
FAILED_TO_OPEN_VOLUME_FOR_READING_FORMAT = "Failed to open %c:\\ for reading"
FAILED_TO_QUERY_OR_CREATE_USN_JOURNAL_ON_FORMAT = "Failed to query or create USN Journal on \\\\.\\%c"
FAILED_TO_GET_VOLUME_INFORMATION_ON_FORMAT = "Failed to get volume information on %c:\\"
DATABASE_LOCATION_DOES_NOT_EXIST_FORMAT = "Database location %s does not exist"

FAILED_TO_CREATE_EVERYTHING_DB_TMP_IN_FORMAT_FOR_WRITING = "Failed to create Everything.db.tmp in %s for writing"
FAILED_TO_WRITE_TO_EVERYTHING_DB_TMP_IN_FORMAT = "Failed to write to Everything.db.tmp in %s"
FAILED_TO_COMPRESS_DATABASE = "Failed to compress database"
FAILED_TO_REPLACE_EVERYTHING_DB_WITH_EVERYTHING_DB_TMP_IN_FORMAT = "Failed to replace Everything.db with Everything.db.tmp in %s"
SAVING = "Saving to disk..."
SORTING = "Sorting..." 
CONNECTING_TO_ETP_SERVER = "Connecting to ETP server..."
STARTING_WINSOCK = "Starting Winsock..." 
CONNECT_TO_ETP_SERVER_CAPTION = "Connect to ETP server"
FAILED_TO_CONNECT_TO_FORMAT = "Failed to connect to %s.\n%s"
FAILED_TO_STARTUP_WINSOCK = "Failed to startup Winsock." 
GETTING_HOST_NAME = "Getting host name..."
FAILED_TO_GET_LOCAL_HOST_NAME = "Failed to get local host name."
CREATING_SOCKET = "Creating socket..." 
FAILED_TO_CREATE_SOCKET = "Failed to create socket." 
LOOKING_UP_FORMAT = "Looking up %s..." 
FAILED_TO_LOOKUP_HOST = "Failed to lookup host." 
HOST_NOT_FOUND = "Host not found."
CONNECTION_REFUSED = "Connection refused."
CONNECTING_TO_FORMAT = "Connecting to %s..." 
FAILED_TO_CONNECT = "Failed to connect." 
CONNECTED_TO_WAITING_FOR_RESPONSE_FORMAT = "Connected to %s waiting for response..."
CONNECTION_RESET_BY_SERVER = "Connection reset by server."
REQUESTING_COMPUTER_NAME_FORMAT = "Requesting computer name..."
WAITING_FOR_RESPONSE = "Waiting for response..." 
FAILED_TO_REQUEST_FOR_COMPUTER_NAME = "Request for computer name failed."
SENDING_USER = "Sending user..."
INVALID_USER_NAME = "Invalid user name."
SENDING_PASSWORD = "Sending password..."
INVALID_PASSWORD = "Invalid password."
SENDING_QUERY = "Sending query..."
QUERY_ETP_SERVER = "Query ETP server"
FAILED_TO_QUERY_ETP_SERVER_FORMAT = "Failed to query ETP server %s.\n%s"
CREATING_THREAD = "Creating thread..."
CHECK_FOR_UPDATES = "Check for updates"
FAILED_TO_CHECK_FOR_UPDATES_FORMAT = "Failed to check for updates.\n%s" 
FAILED_TO_CREATE_THREAD = "Failed to create thread."
SENDING_VERSION_REQUEST = "Sending version request..." 
FAILED_TO_SEND_VERSION_REQUEST = "Failed to send version request." 
FAILED_TO_RECEIVE_VERSION = "Failed to receive version." 
LATEST_VERSION_INFORMATION_NOT_FOUND = "Latest version information not found." 

// http server.
SEARCH_EVERYTHING = "Search Everything" 
SEARCH = "Search" 
TOTAL_SIZE = "Total Size"
FREE_SPACE = "Free Space"
NAME = "Name" 
PATH = "Path" 
SIZE = "Size" 
DATE_MODIFIED = "Date Modified" 
UNAUTHORIZED = "Unauthorized"
ERROR = "Error"
NOT_FOUND = "Not Found"
CHANGES_HAVE_BEEN_MADE_TO_THE_HTTP_SERVER = "Changes have been made to the HTTP server\nWould you like to restart the HTTP server?"
RESTART_HTTP_SERVER = "Restart HTTP server?"

// mu
LOCAL_DISK = "Local Disk" 
REMOVABLE_DISK = "Removable Disk" 
TEXT_FILES = "Text Files" 
ALL_FILES = "All Files" 

// string
KB = "KB" 

// tray
TRAY_NEW_SEARCH_WINDOW = "&New Search Window" 
TRAY_START_HTTP_SERVER = "Start &HTTP Server"
TRAY_START_ETP_SERVER = "Start &ETP/FTP Server"
TRAY_CONNECT_TO_ETP_SERVER = "&Connect to ETP Server..."
TRAY_OPTIONS = "&Options..." 
TRAY_EXIT = "E&xit" 

// ui
MENU_FILE = "&File" 
MENU_EDIT = "&Edit" 
MENU_SEARCH = "&Search" 
MENU_TOOLS = "&Tools" 
MENU_HELP = "&Help" 
MENU_COPY_HERE = "&Copy Here"
MENU_MOVE_HERE = "&Move Here"
MENU_CREATE_SHORTCUT_HERE = "Create &Shortcut Here"
MENU_CANCEL = "Cancel"

ONE_OBJECT_SELECTED = "1 object selected" 
OBJECTS_SELECTED_FORMAT = "%s objects selected" 
ONE_OBJECT = "1 object" 
OBJECTS_FORMAT = "%s objects" 

JUMP_TO = "Jump to" 

MENU_NEW_SEARCH_WINDOW = "&New Search Window" 
MENU_CLOSE = "&Close" 

MENU_CUT = "Cu&t" 
MENU_COPY = "&Copy" 
MENU_PASTE = "&Paste" 
MENU_SELECT_ALL = "Select &All" 
MENU_INVERT_SELECTED = "&Invert Selection" 

MENU_TEXT_SIZE = "&Zoom" 
MENU_INCREASE = "&Zoom &In" 
MENU_DECREASE = "&Zoom &Out" 
MENU_NORMAL = "&Reset" 

MENU_MATCH_CASE = "Match &Case" 
MENU_MATCH_WHOLE_WORD = "Match &Whole Word" 
MENU_MATCH_PATH = "Match &Path" 
MENU_MATCH_REGEX = "Enable &Regex" 

MENU_START_HTTP_SERVER = "Start &HTTP Server"
MENU_START_ETP_SERVER = "Start &ETP/FTP Server"
MENU_CONNECT_TO_ETP_SERVER = "&Connect to ETP Server..."
MENU_DISCONNECT_FROM_ETP_SERVER = "&Disconnect from ETP Server"
MENU_OPTIONS = "&Options..." 

MENU_HELP_TOPICS = "Everything &Help" 
MENU_EVERYTHING_WEBSITE = "Everything &Website" 
MENU_CHECK_FOR_UPDATES = "Check for &Updates..." 
MENU_ABOUT_EVERYTHING = "&About Everything" 

LAST_WRITE_TIME = "Date Modified" 
CREATION_TIME = "Date Created" 
LAST_ACCESS_TIME = "Last Access Time"
ATTRIBUTES = "Attributes" 

MENU_COPY_PATH_TO_CLIPBOARD = "Copy &Path to Clipboard" 
MENU_COPY_FULL_NAME_TO_CLIPBOARD = "Copy &Full Name to Clipboard" 

MENU_EXPLORE_PATH = "Explore Path" 
MENU_EXPLORE = "Explore" 
MENU_OPEN_PATH = "Open Path" 
MENU_OPEN = "&Open" 

ARE_YOU_SURE_YOU_WISH_TO_OPEN_FILES_FORMAT = "Are you sure you wish to open %d files?" 
CONFIRM_OPEN = "Confirm open"

EVERYTHING_OPTIONS = "Everything Options" 

CANCEL = "Cancel" 
APPLY = "Apply" 

GENERAL = "General" 
VIEW = "View" 
NTFS_VOLUMES = "NTFS" 
ETP_SERVER = "ETP/FTP"
HTTP_SERVER = "HTTP"
NONE = "None"

BY_DEFAULT_FORMAT = "%s\n(%s by default)"
ENABLED = "Enabled"
DISABLED = "Disabled"
EMPTY = "Empty"

LANGUAGE = "&Language:" 
LANGUAGE_HELP = "Set the language Everything will use to display text." 
LANGUAGE_SYSTEM_DEFAULT = "System Default" 
CHECK_FOR_UPDATES_ON_START = "Check for &updates on startup" 
CHECK_FOR_UPDATES_ON_START_HELP_FORMAT = "Notify me when updates are available from %s." 
RUN_IN_BACKGROUND = "Run in &background" 
RUN_IN_BACKGROUND_HELP = "Always running, disabling this will exit Everything when no windows are open." 
START_EVERYTHING_ON_SYSTEM_STARTUP = "Start Everything on system &startup" 
START_EVERYTHING_ON_SYSTEM_STARTUP_HELP = "Automatically run \"Everything\" when I log on to Windows." 
SHOW_SHELL_CONTEXT_MENUS = "Show shell context &menus" 
SHOW_SHELL_CONTEXT_MENUS_HELP = "Add \"Search Everything...\" to folder context menus." 
START_MENU_SHORTCUTS = "S&tart Menu shortcuts" 
START_MENU_SHORTCUTS_HELP = "Show Start Menu shortcuts." 
DESKTOP_SHORTCUT = "D&esktop shortcut" 
DESKTOP_SHORTCUT_HELP = "Show Desktop shortcut." 
QUICK_LAUNCH_SHORTCUT = "&Quick Launch shortcut" 
QUICK_LAUNCH_SHORTCUT_HELP = "Show Quick Launch shortcut." 
MATCH_PATH_WHEN_SEARCH_CONTAINS_PATH_SEPERATOR = "Match &path when search contains path separator" 
MATCH_PATH_WHEN_SEARCH_CONTAINS_PATH_SEPERATOR_HELP = "Search full paths when the search contains a backslash (\\)." 
ALLOW_MULTIPLE_WINDOWS = "Create a &new window when running Everything" 
ALLOW_MULTIPLE_WINDOWS_HELP = "Create a new window or show an existing window when running Everything." 
ALLOW_MULTIPLE_INSTANCES = "Allow multiple &instances"
ALLOW_MULTIPLE_INSTANCES_HELP = "Allow multiple instances creates a new search process when ever you run Everything."
UNLOAD_DATABASE_WHEN_INACTIVE = "&Unload database when inactive"
UNLOAD_DATABASE_WHEN_INACTIVE_HELP = "Database is only loaded when any \"Everything\" windows are open. Monitoring will only occur when the database is loaded. The database is updated when loaded and may take a few seconds."
CONFIRM_LARGE_SORT = "&Confirm large sort"
CONFIRM_LARGE_SORT_HELP = "Show a confirmation dialog before doing a large sort."
NEW_WINDOW_HOTKEY_MODIFIER = "New window &Hotkey modifier:"
NEW_WINDOW_HOTKEY_MODIFIER_HELP = "Hotkey modifier combination, The hotkey modifier can be a combination of the following values.\nWindows Key\nControl\nAlt\nShift"
NEW_WINDOW_HOTKEY_KEY = "New window Hotkey &key:"
NEW_WINDOW_HOTKEY_KEY_HELP = "Hotkey virtual-key code."

IDLE = "Idle" 
LOWEST = "Lowest"
BELOW_NORMAL = "Below Normal" 
NORMAL = "Normal" 
ABOVE_NORMAL = "Above Normal" 
HIGHEST = "High" 
TIME_CRITICAL = "Time Critical"

UPDATE_DISPLAY_IMMEDIATELY_AFTER_SCROLLING = "&Update display immediately after scrolling" 
UPDATE_DISPLAY_IMMEDIATELY_AFTER_SCROLLING_HELP = "Update the display after scrolling. Enabling this can decrease scrolling performance." 
AUTO_SCROLL_VIEW = "Auto scroll &view" 
AUTO_SCROLL_VIEW_HELP = "Scroll the window when the mouse is dragged outside the visible area." 
SHOW_TOOLTIPS = "Show &tooltips" 
SHOW_TOOLTIPS_HELP = "Display these tooltips." 
SHOW_ROW_MOUSEOVER = "Show row &mouseover" 
SHOW_ROW_MOUSEOVER_HELP = "Highlights the row the cursor is over." 
HIGHLIGHT_SEARCH_TERMS = "Show &highlighted search terms" 
HIGHLIGHT_SEARCH_TERMS_HELP = "Highlight search terms by making them bold in the results." 
SHOW_SELECTED_ITEM_IN_STATUSBAR = "Show selected item in status &bar" 
SHOW_SELECTED_ITEM_IN_STATUSBAR_HELP = "Show the full name of the selected folder or file in the status bar." 
ICON_LOAD_PRIORITY = "Load &Icon Priority:" 
ICON_LOAD_PRIORITY_HELP = "The Priority of the thread to load icons." 
MAX_ICON_CACHE_SIZE = "Maximum icon cache &size:"
MAX_ICON_CACHE_SIZE_HELP = "Maximum size of system icon indexes to cache, in kilobytes. 0 = unlimited."
READ_FILE_INFO_PRIORITY = "Load Extended In&formation Priority:" 
READ_FILE_INFO_PRIORITY_HELP = "The Priority of the thread to load file size, date modified, file attributes and file type." 
MAX_FILE_INFO_CACHE_SIZE = "Maximum file info cache &size:"
MAX_FILE_INFO_CACHE_SIZE_HELP = "Maximum size of file information to cache, in kilobytes. 0 = unlimited."

DATABASE_LOCATION = "Database &location:" 
DATABASE_LOCATION_HELP = "Set the location of the database file. This is where the Everything database is saved to and loaded from.\n(Empty = Executable folder)" 
BROWSE_FOR_THE_DATABASE_LOCATION_BROWSE_HELP = "Browse for the database location." 
LOCAL_NTFS_VOLUMES = "Local NTFS &volumes:" 
LOCAL_NTFS_VOLUMES_HELP = "Select a volume to modify its values." 
ENABLE_USN_JOURNAL_LOGGING = "Enable &USN Journal Logging" 
ENABLE_USN_JOURNAL_LOGGING_HELP = "Toggle NTFS USN Journal Logging." 
MAX_SIZE = "Maximum &size:" 
CHANGE_JOURNAL_MAX_SIZE_HELP = "Target maximum size that NTFS allocates for the change journal in kilobytes. The change journal can grow larger than this value, but it is then truncated at the next NTFS checkpoint to less than this value." 
DELTA_SIZE = "Allocation &delta:" 
CHANGE_JOURNAL_DELTA_SIZE_HELP = "Size of memory allocation that is added to the end and removed from the beginning of the change journal in kilobytes. The change journal can grow to more than the sum of the values of MaximumSize and AllocationDelta before being trimmed." 
INCLUDE_IN_DATABASE = "&Include in database" 
INCLUDE_IN_DATABASE_HELP = "Include this volume in the Everything database." 
MONITOR_CHANGES = "&Monitor changes" 
MONITOR_CHANGES_HELP = "Monitor file name changes on this volume." 
SETTINGS_FOR_SELECTED_VOLUME = "Settings for selected local NTFS volume" 
SETTINGS_FOR_VOLUME_FORMAT = "Settings for %s" 
SELECT_A_FOLDER_FOR_DATABASE_LOCATION = "Select a folder where you want to store the database:" 

ETP_SERVER_PORT = "&ETP/FTP Server Port:"
ETP_SERVER_PORT_HELP = "ETP/FTP server port."
ETP_SERVER_PASSWORD = "ETP/FTP Server &Password:"
ETP_SERVER_PASSWORD_HELP = "ETP/FTP server password.\n(empty = no password)"
ETP_SERVER_FIREWALL_HOST = "&ETP/FTP Server Firewall Host:"
ETP_SERVER_FIREWALL_HOST_HELP = "ETP/FTP server firewall host.\nIf this is set and the ETP/FTP server enters passive mode, it will use host:port to listen for data connections.\n(empty = active)"
ETP_SERVER_FIREWALL_PORT = "&ETP/FTP Server Firewall Port:"
ETP_SERVER_FIREWALL_PORT_HELP = "ETP/FTP server firewall port.\nIgnored if ETP/FTP server data host is not set.\n"
ENABLE_ETP_SERVER_LOGGING = "Enable ETP/FTP server logging"
ENABLE_ETP_SERVER_LOGGING_HELP = "Log all ETP/FTP server connections.\n"
ETP_LOG_FILE = "ETP/FTP log &file:"
ETP_LOG_FILE_HELP = "Set the file name of the ETP/FTP server log file.\n(Empty = Executable folder\\Logs\\ETP_Server_Log.txt)"
START_ETP_SERVER_ON_STARTUP = "Start ETP/FTP server on startup"
START_ETP_SERVER_ON_STARTUP_HELP = "Start ETP/FTP server on Everything startup.\n"
BROWSE_FOR_THE_ETP_SERVER_LOG_FILE = "Select the ETP/FTP server log file."
ETP_SERVER_LOG_MAX_SIZE_HELP = "Maximum size of the ETP/FTP server log file, in kilobytes. The log can grow larger than this value, but it is then truncated at the next ETP/FTP server log to less than this value.\n(0 = unlimited)"
ETP_SERVER_LOG_DELTA_SIZE_HELP = "Size of memory allocation that is removed from the beginning of the ETP/FTP server log, in kilobytes.\n"
SAVE_ETP_SERVER_LOG_FILE = "Save ETP/FTP server log file:"

HTTP_SERVER_PORT = "&HTTP Server Port:"
HTTP_SERVER_PORT_HELP = "HTTP server port."
HTTP_SERVER_USERNAME = "HTTP Server &Username:"
HTTP_SERVER_USERNAME_HELP = "HTTP server username.\n(Empty = no username)\n"
HTTP_SERVER_PASSWORD = "HTTP Server &Password:"
HTTP_SERVER_PASSWORD_HELP = "HTTP server password.\n(Empty = no password)\n"
ENABLE_HTTP_SERVER_LOGGING = "Enable HTTP server logging"
ENABLE_HTTP_SERVER_LOGGING_HELP = "Log all HTTP server connections."
HTTP_SERVER_LOG_FILE = "HTTP server log &file:"
HTTP_SERVER_LOG_FILE_HELP = "Set the file name of the HTTP server log file.\n(Empty = Executable folder\\Logs\\HTTP_Server_Log.txt)"
START_HTTP_SERVER_ON_STARTUP = "Start HTTP server on startup"
START_HTTP_SERVER_ON_STARTUP_HELP = "Start HTTP server on Everything startup."
BROWSE_FOR_THE_HTTP_SERVER_LOG_FILE = "Select the HTTP server log file."
HTTP_SERVER_LOG_MAX_SIZE = "Maximum size of the HTTP server log file, in kilobytes. The log can grow larger than this value, but it is then truncated at the next HTTP server log to less than this value. (0 = unlimited)"
HTTP_SERVER_LOG_DELTA_SIZE = "Size of memory allocation that is removed from the beginning of the HTTP server log, in kilobytes."
SAVE_HTTP_SERVER_LOG_FILE = "Save HTTP server log file:"

LANGUAGE_CHANGE = "Language change"
LANGUAGE_CHANGE_REQUIRES_RESTART = "Changes to the language will be made the next time Everything is started."

// update
NEW_VERSION_IS_AVAILABLE_MESSAGE_FORMAT = "Everything version %d.%d.%d.%d is available.\n\n%s\n\nWould you like to open the download page now?" 
NEW_VERSION_IS_AVAILABLE_FORMAT = "Version %d.%d.%d.%d is available.\n\nWould you like to download it now?"
EVERYTHING_IS_UP_TO_DATE = "Everything is up to date!" 

CONTAINS_COMMANDS_FOR_WORKING_WITH_EVERYTHING = "Contains commands for working with everything." 
CONTAINS_COMMANDS_FOR_EDITING_SEARCH_RESULTS = "Contains commands for editing search results." 
CONTAINS_SEARCH_TOGGLES = "Contains search toggles." 
CONTAINS_TOOLS_COMMANDS = "Contains tools commands." 
CONTAINS_HELP_COMMANDS = "Contains help commands." 
VIEW_HELP_TOPICS = "View help topics." 
SELECTS_ALL_TEXT = "Selects all text."
SELECTS_ALL_ITEMS = "Selects all items." 
REVERSES_WHICH_ITEMS_ARE_SELECTED_AND_WHICH_ARE_NOT = "Reverses which items are selected, and which are not." 
REMOVES_THE_SELECTED_TEXT_AND_COPIES_IT_ONTO_THE_CLIPBOARD = "Removes the selected text and copies it onto the Clipboard."
COPIES_SELECTED_TEXT_INTO_THE_CLIPBOARD_TO_PUT_IT_IN_A_NEW_LOCATION_USE_THE_PASTE_COMMAND = "Copies selected text into the Clipboard. To put it in a new location, use the Paste command."
OPENS_A_NEW_SEARCH_WINDOW = "Opens a new search window." 
CLOSES_THIS_WINDOW = "Closes this window." 
TOGGLES_THE_SEARCH_TO_MATCH_CASE_OR_IGNORE_CASE = "Toggles the search to match case or ignore case." 
TOGGLES_THE_SEARCH_TO_MATCH_WHOLE_WORDS_ONLY_OR_ALLOW_MATCHES_TO_BE_FOUND_INSIDE_WORDS = "Toggles the search to match whole words only or allow matches to be found inside words." 
TOGGLES_THE_SEARCH_TO_INCLUDE_THE_FULL_PATH_AND_FILE_NAME_OR_JUST_THE_FILE_NAME = "Toggles the search to include the full path and file name or just the file name." 
DISPLAYS_PROGRAM_INFORMATION_VERSION_NUMBER_AND_COPYRIGHT = "Displays program information, version number, and copyright." 
REMOVES_THE_SELECTED_ITEMS_AND_COPIES_THEM_ONTO_THE_CLIPBOARD = "Removes the selected items and copies them onto the Clipboard." 
COPIES_SELECTED_ITEMS_INTO_THE_CLIPBOARD_TO_PUT_THEM_IN_A_NEW_LOCATION_USE_THE_PASTE_COMMAND = "Copies selected items into the Clipboard. To put them in a new location, use the Paste command." 
INSERT_THE_ITEMS_YOU_HAVE_COPIED_OR_CUT_INTO_THE_SELECTED_LOCATION = "Insert the items you have copied or cut into the selected location." 
CREATE_SHORTCUTS_TO_THE_ITEMS_YOU_HAVE_COPIED_OR_CUT_INTO_THE_SELECTED_LOCATION = "Create shortcuts to the items you have copied or cut into the selected location."
DISCONNECTS_FROM_A_CONNECTED_ETP_SERVER = "Disconnects from a connected ETP server."
INSERT_THE_TEXT_YOU_HAVE_COPIED_OR_CUT_INTO_THE_SELECTED_LOCATION = "Insert the text you have copied or cut into the selected location."
EDIT_OPTIONS = "Edit options." 
STARTS_A_ETP_SERVER_ALLOWING_REMOTE_USERS_TO_SEARCH_AND_ACCESS_YOUR_FOLDERS_AND_FILES_VIA_A_ETP_CLIENT = "Starts a ETP/FTP server, allowing remote users to search and access your folders and files via a ETP/FTP client."
CONNECTS_TO_A_ETP_SERVER_ALLOWING_YOU_TO_SEARCH_AND_ACCESS_THE_HOST_FOLDERS_AND_FILES = "Connects to a ETP server, allowing you to search and access the host folders and files."
STARTS_A_HTTP_SERVER_ALLOWING_REMOTE_USERS_TO_SEARCH_AND_ACCESS_YOUR_FOLDERS_AND_FILES_VIA_A_WEB_BROWSER = "Starts a HTTP server, allowing remote users to search and access your folders and files via a web browser."
CONNECTS_TO_THE_EVERYTHING_WEBSITE_AND_CHECKS_FOR_ANY_UPDATES = "Connects to the Everything website and checks for program updates." 
OPEN_THE_EVERYTHING_WEBSITE_IN_YOUR_DEFAULT_BROWSER = "Open the Everything website in your web browser." 
ENABLE_REGEX_SEARCHING = "Enable regular expressions." 
INCREASE_THE_FONT_SIZE = "Increase the font size." 
DECREASE_THE_FONT_SIZE = "Decrease the font size." 
RESTORE_THE_FONT_SIZE_TO_THE_DEFAULT_DESKTOP_FONT_SIZE = "Restore the font size to the default desktop font size." 

DOWNLOAD_LANGUAGE_PACK = "Opens the download page for the language pack" 

HOST = "Host"
PORT = "Port"
USERNAME = "Username"
PASSWORD = "Password"
USE_FTP_LINKS = "Use FTP links"

EXCLUDE_LIST = "Exclude" 
EXCLUDE_PATH_LIST = "Path List"
EXCLUDE_PATH_LIST_HELP = "Path list"

CHECK_MEDIA = "&Check media" 
CHECK_MEDIA_HELP = "Access this volumes media" 

SELECT_A_FOLDER_TO_EXCLUDE = "Select a Folder to Exclude"
REMOVE_EXCLUDE_PATH = "Remove Folder"
REMOVE_EXCLUDE_PATH_HELP = "Remove the selected path from the exclude list."
ADD_EXCLUDE_PATH = "Add Folder"
ADD_EXCLUDE_PATH_HELP = "Add a folder to the exclude list."

// 1.2.0.322b

EXTENSION = "Extension" 
TYPE = "Type" 
HTTP_SERVER_ALLOW_FILE_DOWNLOAD = "Allow HTTP file download"
HTTP_SERVER_ALLOW_FILE_DOWNLOAD_HELP = "Allow remote clients to download files with HTTP.\nIf this is disabled only searching is allowed."
ETP_SERVER_ALLOW_FILE_DOWNLOAD = "Allow FTP file download"
ETP_SERVER_ALLOW_FILE_DOWNLOAD_HELP = "Allow remote clients to download files with FTP.\nIf this is disabled only searching is allowed."
CHECKING_FILE_EXCLUDE_LIST = "Finding excluded files..." 
REMOVING_EXCLUDED_FILES = "Rebuilding file indexes..." 
MENU_EXPORT = "&Export..." 
TYPE_IN_SEARCH = "Ready" 
ETP_SERVER_USERNAME = "ETP/FTP Server &Username:"
ETP_SERVER_USERNAME_HELP = "ETP/FTP server username.\n(Empty = any username)"

CREDIT_LIST = 
	"!Created by\nDavid Carpenter\n\n!Contributors\n"
	"Piotr J. Balwierz\n"
	"Zsolt Péter Basák (Shiki)\n"
	"Mateus Scherer Cardoso\n"
	"Cynikal\n"
	"daspud\n"
	"Lê Sỹ Đạt\n"
	"de4dcod3\n"
	"dis1\n"
	"alyzeedus dwadeh\n"
	"Åke Engelbrektson\n"
	"shai horn\n"
	"Reza Jelodar\n"
	"Jikoo\n"
	"Sazan Kërçuku\n"
	"Koray KIRCAOGLU\n"
	"Thomas Knoop\n"
	"Olav Mägi\n"
	"miyano\n"
	"Alexandru Bogdan Munteanu\n"
	"Samuel Murray\n"
	"Nedim Laletovic\n"
	"Odyssey\n"
	"ozzii\n"
	"Stefano Piccardi\n"
	"Redrube\n"
	"rexx\n"
	"Sam\n"
	"ScB\n"
	"Julian Seward\n"
	"Denis Sjostrom\n"
	"Henry Spencer\n"
	"Zoltán Szabó (Bird)\n"
	"TekLord\n"
	"Tom\n"
	"01 Vlatce\n"
	"Sepp Winkler\n"
	"xbeta\n"
	"Dmitry Yerokhin\n"
	"\n\n\n\n\nThanks for using Everything!"
	
TYPE2 = "&Type"
VALUE = "&Value"
APPLY_TO = "&Apply To"
INCLUDE_FIRST = "Include"
INCLUDE_FIRST_HELP = "Include this item in the database.\nLet me choose which folders and files are included."
INCLUDE = "&Include"
INCLUDE_HELP = "Include this item in the database"
EXCLUDE_FIRST = "Exclude"
EXCLUDE_FIRST_HELP = "Exclude this item from the database.\nInclude all files and folders except the files and folders I exclude."
EXCLUDE = "&Exclude"
EXCLUDE_HELP = "Exclude this item from the database"
THIS_FILE = "&This file"
FILES_AND_FOLDERS = "Files and folder&s"
FILES_AND_FOLDERS_HELP = "Apply to files and folders."
FILES_ONLY = "Files &only"
FILES_ONLY_HELP = "Apply to files only. (Default)"
FOLDERS_ONLY = "Folders onl&y"
FOLDERS_ONLY_HELP = "Apply to folders only."
THIS_FOLDER_SUBFOLDERS_AND_FILES = "This folder, &subfolders and files"
THIS_FOLDER_SUBFOLDERS_AND_FILES_HELP = "Apply to this folder, subfolders and files. (Default)"
THIS_FOLDER_ONLY = "This folder &only"
THIS_FOLDER_ONLY_HELP = "Apply to this folder only."
THIS_FOLDER_AND_FILES_IN_THIS_FOLDER_ONLY = "This folder and files in this folder onl&y"
THIS_FOLDER_AND_FILES_IN_THIS_FOLDER_ONLY_HELP = "Apply to this folder and files in this folder only."

INCLUDE_HIDDEN_FILES_AND_FOLDERS = "Include &hidden files and folders"
INCLUDE_HIDDEN_FILES_AND_FOLDERS_HELP = "Include &hidden files and folders in the database."
INCLUDE_SYSTEM_FILES_AND_FOLDERS = "Include &system files and folders"
INCLUDE_SYSTEM_FILES_AND_FOLDERS_HELP = "Include &system files and folders in the database."

ENABLE_EXCLUDE = "&Enable exclude list" 
ENABLE_EXCLUDE_HELP = "Enable the exclude list." 
EXCLUDE_LIST_HELP = "List of rules that define what files or folders are included or excluded in the database.\nYou can only include or exclude files or folders that would normally appear in the database.\nRules are applied in order from top to bottom.\n\nTo include only the files and folders I choose, set the first rule to an include type.\n\nTo include all files and folders except the files and folders I choose, set the first rule to an exclude type.\n\n(Empty = No files or folders are excluded)"

ADD_FOLDER = "Add Fol&der"
ADD_FOLDER_HELP = "Include or exclude a folder"
ADD_FILE = "Add Fi&le"
ADD_FILE_HELP = "Include or exclude a file"
ADD_FILTER = "Add Filte&r"
ADD_FILTER_HELP = "Include or exclude a wildcard filter for files or folders"

MOVE_UP = "Move &up"
MOVE_DOWN = "Move dow&n"
REMOVE = "Re&move"

INCLUDE_OR_EXCLUDE_FOLDER = "Include or Exclude Folder"
INCLUDE_OR_EXCLUDE_FILE = "Include or Exclude File"
INCLUDE_OR_EXCLUDE_FILTER = "Include or Exclude Filter"

FOLDER = "Fol&der:"
FILE = "Fi&le:"
FILTER = "Filte&r:"

CREDITS2 = "&Credits" 

SECONDS = "Seconds"
SEARCH_FOR_EVERYTHING = "<i>Everything</i>"

ONE_RESULT_FOR_FORMAT = "<b>%s</b> result for <b>"
X_RESULTS_FOR_FORMAT = "<b>%s</b> results for <b>"
RESULTS_X_OF_Y_FOR_FORMAT = "results <b>%s</b> - <b>%s</b> of <b>%s</b> for <b>"

BROWSE_FOR_A_FILE_HELP = "Browse for a file"
BROWSE_FOR_A_FOLDER_HELP = "Browse for a folder"

SPECIFY_A_FOLDER_HELP = "Specify a folder.\nWildcards can be used."
SPECIFY_A_FILE_HELP = "Specify a file.\nWildcards can be used."
SPECIFY_A_FILTER_HELP = "Specify a wildcard filter.\n* matches zero or more characters.\n? matches one character.\nInclude a path separator to match against full paths"

HIDE_RESULTS_WHEN_THE_SEARCH_EMPTY = "&Hide results when the search is empty" 
HIDE_RESULTS_WHEN_THE_SEARCH_EMPTY_HELP = "Only display results when I type in a search." 
	
// 1.2.1.352b 	

EXCLUDE_HIDDEN_FILES_AND_FOLDERS = "Exclude &hidden files and folders"
EXCLUDE_HIDDEN_FILES_AND_FOLDERS_HELP = "Exclude hidden files and folders from the database." 
EXCLUDE_SYSTEM_FILES_AND_FOLDERS = "Exclude &system files and folders"
EXCLUDE_SYSTEM_FILES_AND_FOLDERS_HELP = "Exclude system files and folders from the database."

// 1.2.1.356b

EXPORT_RESULT_LIST_FILE = "Export result list file:" 
EXPORT_THE_RESULT_LIST_TO_A_TEXT_FILE = "Export the current result list to a file." 

// 1.2.1.358b	

// added
EVERYTHING_HELP = "Everything Help" 
UNINSTALL_EVERYTHING = "Uninstall Everything" 

UNABLE_TO_RENAME_DATABASE = "Unable to rename database" 
RENAME_DATABASE = "Rename database"

MENU_OPEN_HELP = "Open"
MENU_OPEN_PATH_HELP = "Open containing folder." 
MENU_EXPLORE_HELP = "Open in the default file browser." 
MENU_EXPLORE_PATH_HELP = "Open containing folder in the default file browser." 
MENU_COPY_FULL_NAME_TO_CLIPBOARD_HELP = "Copy the full path and file name to the clipboard." 
MENU_COPY_PATH_TO_CLIPBOARD_HELP = "Copy the full path to the clipboard." 

CONTAINS_COMMANDS_FOR_ADJUSTING_THE_FONT_SIZE = "Contains commands for adjusting the font size." 

// end of 1.2.1.371 changes

// 1.2.1.371

MB = "MB"
GB = "GB"

FILE_LISTS = "File Lists"

STATUS_CASE = "CASE"
STATUS_WHOLE_WORD = "WHOLE WORD"
STATUS_PATH = "PATH"
STATUS_REGEX = "REGEX"

X_OF_Y_OBJECTS_SELECTED_FORMAT = "%s of %s objects selected"
1_OF_1_OBJECT_SELECTED = "1 of 1 objects selected"

KEYS = "Keys"
KEYBOARD_COMMANDS_STATIC = "&Commands:"
KEYBOARD_COMMANDS_HELP = "List of commands"
KEYBOARD_SHORTCUTS_GROUP = "Shortcuts for %s command"
KEYBOARD_SHORTCUTS_HELP = "List of keyboard shortcuts for the selected command."
KEYBOARD_ADD_BUTTON = "&Add..."
KEYBOARD_ADD_HELP = "Add a keyboard shortcut to the selected command."
KEYBOARD_EDIT_BUTTON = "&Edit..."
KEYBOARD_EDIT_HELP = "Edit the selected keyboard shortcut."
KEYBOARD_REMOVE_BUTTON = "&Remove"
KEYBOARD_REMOVE_BUTTON_HELP = "Remove the selected keyboard shortcut"
KEYBOARD_RESTORE_DEFAULTS_BUTTON = "Restore &Defaults"
KEYBOARD_RESTORE_DEFAULTS_BUTTON_HELP = "Restore settings to the default state."

KEYBOARD_ADD_CAPTION = "Add Keyboard Shortcut"
KEYBOARD_EDIT_CAPTION = "Edit Keyboard Shortcut"
KEYBOARD_USE_SHORTCUT_IN_STATIC = "&Use shortcut in:"
KEYBOARD_USE_SHORTCUT_IN_HELP = "Specify where the shortcut use is allowed.\nGlobal: anywhere.\nResult List: the keyboard shortcut can only be pressed in the result list.\nSearch Edit: the keyboard shortcut can only be pressed in the search edit."
KEYBOARD_USEIN_GLOBAL = "Global"
KEYBOARD_USEIN_RESULT_LIST = "Result List"
KEYBOARD_USEIN_SEARCH_EDIT = "Search Edit"
KEYBOARD_USEIN_EDITOR = "Editor"
KEYBOARD_SHORTCUT_KEY_STATIC = "Shortcut &key:"
KEYBOARD_SHORTCUT_KEY_HELP = "Press a new keyboard shortcut."

MENU_VIEW = "&View"
VIEW_MENU_HELP = "Contains commands for manipulating the view."

MENU_HELP_SEARCH_SYNTAX = "Search Syntax"
HELP_SEARCH_SYNTAX_MENU_HELP = "Show search syntax help."

SINGLE_CLICK_TRAY = "Sin&gle click tray"
SINGLE_CLICK_TRAY_HELP = "Open Everything from the tray icon with a single click."
SHOW_TRAY_ICON = "Show tray &icon"
SHOW_TRAY_ICON_HELP = "Show or hide the Everything icon in the taskbar notification area."
DOUBLE_QUOTE_NAME_COPY = "Double &quote copy as path"
DOUBLE_QUOTE_NAME_COPY_HELP = "Include a starting double quote and trailing double quote when copying the path."
FAST_ASCII_SEARCH = "Fast &ASCII search"
FAST_ASCII_SEARCH_HELP = "Use single byte comparisons when searching for ASCII text.\nCase mappings from non-ASCII to ASCII will be ignored.\nDisable this to fix case insensitive matching of i and I with dot.\nDisabling this may decrease performance when searching."
CLOSE_ON_EXECUTE = "&Close window on execute"
CLOSE_ON_EXECUTE_HELP = "Close the window after executing a result."

SIZE_FORMAT = "Size &format:"
SIZE_FORMAT_HELP = "Display sizes in Bytes, KB or MB depending on the size or always display sizes in Bytes or KB."
SIZE_FORMAT_AUTO = "Auto"
SIZE_FORMAT_BYTES = "Bytes"
SIZE_FORMAT_KB = "KB"

DOUBLE_CLICK_PATH = "Allow double click in &path column"
DOUBLE_CLICK_PATH_HELP = "Open the path of the result when double clicking its path column row."

EXECUTE_IN_A_SEPARATE_THREAD = "Execute in a separate thread"
AUTOMATICALLY_SHOW_SEARCH_HISTORY_MATCHES = "Automatically show search history matches"

SORT_BY_NEWEST_TO_OLDEST_DATE_TIME_FIRST = "Sort by newest to oldest date/time first"
SORT_BY_LARGEST_TO_SMALLEST_SIZE_FIRST = "Sort by largest to smallest size first"

REMEMBER_LAST_SEARCH = "Remember last &search"
REMEMBER_LAST_SEARCH_HELP = "Remember the search between Everything sessions."
AUTO_INCLUDE_NEW_REMOVABLE_VOLUMES = "Auto include new &removable volumes"
AUTO_INCLUDE_NEW_REMOVABLE_VOLUMES_HELP = "Everything will rebuild the database to include a new removable volume."
AUTO_INCLUDE_NEW_FIXED_VOLUMES = "Auto include new &fixed volumes"
AUTO_INCLUDE_NEW_FIXED_VOLUMES_HELP = "Everything will rebuild the database to include a new fixed volume."
SHOW_THE_RESULT_COUNT_WITH_THE_SELECTION_COUNT = "Show the result &count with the selection count"
SHOW_THE_RESULT_COUNT_WITH_THE_SELECTION_COUNT_HELP = "Include the number of results when displaying the number of selected items."

SELECT_SEARCH_ON_MOUSE_CLICK = "Select search on &mouse click"
SELECT_SEARCH_ON_MOUSE_CLICK_HELP = "Select all the text in the search edit when it gains focus from a mouse click."

FOCUS_SEARCH_ON_ACTIVATE = "Focus search on &activate"
FOCUS_SEARCH_ON_ACTIVATE_HELP = "Focus the search edit when the search window is activated."

SELECTION_RECTANGLE = "&Selection rectangle:"
SELECTION_RECTANGLE_HELP = "Display an alpha blended selection mask or a XOR selection mask."
SELECTION_RECTANGLE_USE_SYSTEM_SETTINGS = "Use system default"
SELECTION_RECTANGLE_TRANSLUCENT_MASK = "Translucent mask"
SELECTION_RECTANGLE_XOR_MASK = "XOR mask"

VIEW_RESTORE_DEFAULTS = "&Restore Defaults"
VIEW_RESTORE_DEFAULTS_HELP = "Restore settings to the default state."

QUERYING_USN_CHANGE_JOURNAL_FORMAT2 = "Querying USN Change Journal on %s (%s)"
SCANNING_FORMAT2 = "Scanning %s (%s)"
UNABLE_TO_CREATE_USN_JOURNAL_FORMAT2 = "Unable to create USN Journal on %s"
UNABLE_TO_DELETE_USN_JOURNAL_FORMAT2 = "Unable to delete USN Journal on %s"

ALLOW_MULTIPLE_WINDOWS_FROM_TRAY = "Create a new &window from the system tray"
ALLOW_MULTIPLE_WINDOWS_FROM_TRAY_HELP = "Create a new window or show an existing window when running Everything from the system tray."

NEW_WINDOW_HOTKEY = "&New window Hotkey:"
NEW_WINDOW_HOTKEY_HELP = "Press a new keyboard shortcut to create a new search window.\nPress Backspace to clear."
SHOW_WINDOW_HOTKEY = "&Show window Hotkey:"
SHOW_WINDOW_HOTKEY_HELP = "Press a new keyboard shortcut to show the search window.\nIf a search window does not exist a new window is created.\nPress Backspace to clear."

FILELIST_STATIC = "&File Lists:"
FILELIST_LIST_HELP = "List of file lists to include in the Everything index."
FILELIST_ADD = "&Add..."
ADD_FILELIST_HELP = "Add a file list to the list."
FILELIST_REMOVE = "&Remove"
REMOVE_FILELIST_HELP = "Remove the selected file list from the list."
FILELIST_FILE_LIST_EDITOR = "File list &editor"
FILELIST_FILE_LIST_EDITOR_HELP = "Open the Everything file list editor to create new file lists or modify existing file lists."
FILELIST_SELECT_FILE_LIST = "Select Everything filelist"

CSV_FILES = "CSV Files"
EFU_FILES = "EFU Everything File List"

URL_PROTOCOL = "URL &protocol"
URL_PROTOCOL_HELP = "Open Everything from ES: URLs."

EXPAND_ENVIRONMENT_STRINGS = "&Expand environment variables"
EXPAND_ENVIRONMENT_STRINGS_HELP = "Expand environment variables inside % quotes."

VIEW_WINDOW_SIZE_MENU = "&Window Size"
VIEW_WINDOW_SIZE_MENU_HELP = "Contains commands for adjusting the size of the window."

VIEW_WINDOW_AUTO_FIT_MENU = "&Auto Fit"
VIEW_AUTO_FIT_MENU_HELP = "Auto adjust column widths and window size."
VIEW_WINDOW_AUTO_SIZE_1_MENU = "&Small"
VIEW_AUTO_SIZE_1_MENU_HELP = "Set the size of the window to small."
VIEW_WINDOW_AUTO_SIZE_2_MENU = "&Medium"
VIEW_AUTO_SIZE_2_MENU_HELP = "Set the size of the window to medium."
VIEW_WINDOW_AUTO_SIZE_3_MENU = "&Large"
VIEW_AUTO_SIZE_3_MENU_HELP = "Set the size of the window to large."

SEARCH_MATCH_DIACRITICS_MENU = "Match &Diacritics"
SEARCH_MATCH_DIACRITICS_MENU_HELP = "Toggles the search to match or ignore diacritical marks."
STATUS_DIACRITICS = "DIACRITICS"

FONTS_AND_COLORS = "Fonts and Colors"
INDEXES = "Indexes"

EFU_ASSOCIATION = "EFU file &association"
EFU_ASSOCIATION_HELP = "Associate EFU Files with \"Everything\""

MENU_OPEN_WITH = "Open With"

OPTIONS_FOLDERS = "Folders"

DEFAULT_TITLE_FORMAT_WINDOW = "$s?{$s - }$t$i?{ ($i)}"
DEFAULT_TITLE_FORMAT_TASKBAR_NOTIFICATION = "$t$i?{ ($i)}"

TOO_MANY_DB_CREATE_ERRORS = "Too many db create errors"

EXPORT_CREATEFILE_FAILED = "Failed to create %s"
EXPORT_WRITE_FAILED = "Failed to write to %s"

MENU_HELP_COMMAND_LINE_OPTIONS = "Command Line Options"
HELP_COMMAND_LINE_OPTIONS_MENU_HELP = "Show help on command line options."

LOADING_FILE_LIST = "Opening file list..."
FAILED_TO_OPEN_FILELIST = "Failed to open filelist %s"

COLOR_NORMAL = "Normal"
COLOR_HIGHLIGHTED = "Highlighted"
COLOR_CURRENT_SORT = "Current Sort"
COLOR_HIGHLIGHTED_CURRENT_SORT = "Current Sort (Highlighted)"
COLOR_DROP_TARGET = "Drop Target"
COLOR_HIGHLIGHTED_DROP_TARGET = "Drop Target (Highlighted)"
COLOR_SELECTED = "Selected"
COLOR_HIGHLIGHTED_SELECTED = "Selected (Highlighted)"
COLOR_INACTIVE_SELECTED = "Inactive Selected"
COLOR_HIGHLIGHTED_SELECTED_INACTIVE = "Inactive Selected (Highlighted)"
COLOR_MOUSEOVER = "Mouseover"
COLOR_MOUSEOVER_HIGHLIGHTED = "Mouseover (Highlighted)"
COLOR_CURRENT_SORT_MOUSEOVER = "Current Sort Mouseover"
COLOR_CURRENT_SORT_MOUSEOVER_HIGHLIGHTED = "Current Sort Mouseover (Highlighted)"
COLOR_ALTERNATE_ROW = "Alternate Row"
COLOR_ALTERNATE_ROW_HIGHLIGHTED = "Alternate Row (Highlighted)"
COLOR_CURRENT_SORT_ALTERNATE_ROW = "Current Sort Alternate Row"
COLOR_CURRENT_SORT_ALTERNATE_ROW_HIGHLIGHTED = "Current Sort Alternate Row (Highlighted)"

FONTS_AND_COLORS_FONT_STATIC = "&Font:"
FONTS_AND_COLORS_FONT_HELP = "Specify the font family name to use for the result list."
FONTS_AND_COLORS_SIZE_STATIC = "&Size:"
FONTS_AND_COLORS_SIZE_HELP = "Specify the size of the result list font."
FONTS_AND_COLORS_DEFAULT_LISTITEM = "(Default)"
FONTS_AND_COLORS_DISPLAY_ITEMS_STATIC = "&Item states:"
FONTS_AND_COLORS_DISPLAY_ITEMS_HELP = "List of item states"
FONTS_AND_COLORS_GROUP_FORMAT = "Settings for %s item state"
FONTS_AND_COLORS_FOREGROUND_COLOR_STATIC = "Foreground &color:"
FONTS_AND_COLORS_BACKGROUND_COLOR_STATIC = "&Background color:"
FONTS_AND_COLORS_FONT_STYLE_STATIC = "Font st&yle:"
FONTS_AND_COLORS_SAMPLE_STATIC = "Sample:"
FONTS_AND_COLORS_DEFAULT_RADIOBOX = "Default"
FONTS_AND_COLORS_CUSTOM_RADIOBOX = "Custom"
FONTS_AND_COLORS_BOLD_RADIOBOX = "Bold"
FONTS_AND_COLORS_SAMPLE = "AaBbCcXxYyZz"
FONTS_AND_COLORS_RESTORE_DEFAULTS_BUTTON = "&Restore Defaults"
FONTS_AND_COLORS_RESTORE_DEFAULTS_BUTTON_HELP = "Restore settings to the default state."
FONTS_AND_COLORS_DEFAULT_FOREGROUND_COLOR_HELP = "Use the default foreground color for this item state."
FONTS_AND_COLORS_DEFAULT_BACKGROUND_COLOR_HELP = "Use the default background color for this item state."
FONTS_AND_COLORS_DEFAULT_STYLE_HELP = "Use the default font style for this item state."
FONTS_AND_COLORS_CUSTOM_FOREGROUND_COLOR_HELP = "Use the specified foreground color for this item state."
FONTS_AND_COLORS_CUSTOM_BACKGROUND_COLOR_HELP = "Use the specified background color for this item state."
FONTS_AND_COLORS_CUSTOM_STYLE_HELP = "Use the specified font style for this item state."
FONTS_AND_COLORS_FOREGROUND_COLOR_HELP = "Specify the foreground color for this item state."
FONTS_AND_COLORS_BACKGROUND_COLOR_HELP = "Specify the background color for this item state."
FONTS_AND_COLORS_STYLE_HELP = "Specify the font style for this item state."

WEBSITE_LINK = "http://www.voidtools.com/"
LANGUAGE_LINK = "http://www.voidtools.com/download.php"
DOWNLOAD_LINK = "http://www.voidtools.com/download.php"
EMAIL = "david@voidtools.com"
UPDATE_HOST = "www.voidtools.com"
UPDATE_LINK = "http://www.voidtools.com/everything/update.ini"
ONLINE_HELP_LINK = "http://support.voidtools.com/everything/"
ONLINE_SEARCH_SYNTAX_LINK = "http://support.voidtools.com/everything/Search_syntax"
ONLINE_COMMAND_LINE_OPTIONS_LINK = "http://support.voidtools.com/everything/Command_line_options"
ONLINE_SEARCH_COMMANDS = "http://support.voidtools.com/everything/Search_commands"

READ_EXTENDED_INFORMATION_MENU = "Read Extended &Information"
READ_EXTENDED_INFORMATION_MENU_HELP = "Read the file size, date modified, date created and attributes for the current selection."
READING_EXTENDED_INFORMATION_STATUS = "Reading extended information..."

FILE_DELETE_MENU = "&Delete"
FILE_DELETE_MENU_HELP = "Deletes the selected items."
FILE_RENAME_MENU = "Rena&me"
FILE_RENAME_MENU_HELP = "Renames the selected items."
FILE_PROPERTIES_MENU = "P&roperties"
FILE_PROPERTIES_MENU_HELP = "Displays the properties of the selected items."

VIEW_REFRESH_MENU = "&Refresh"
VIEW_REFRESH_MENU_HELP = "Refresh all extended information."

UNABLE_TO_OPEN_VOLUME_FOR_READING = "Unable to open volume %s for reading..."

EXCLUDE_FOLDERS_STATIC = "Exclude f&olders:"
EXCLUDE_INCLUDE_ONLY_FILES_STATIC = "&Include only files:"
EXCLUDE_FILES_STATIC = "E&xclude files:"

EXCLUDE_FOLDER_ADD_BUTTON = "Add &Folder..."
EXCLUDE_FOLDER_ADD_BUTTON_HELP = "Browse for a folder to add to the exclude folder list."
EXCLUDE_FILTER_ADD_BUTTON = "Add Fi&lter..."
EXCLUDE_FILTER_ADD_BUTTON_HELP = "Enter a folder wildcard filter to add to the exclude folder list."
EXCLUDE_REMOVE_BUTTON = "&Remove"
EXCLUDE_REMOVE_BUTTON_HELP = "Remove the selected item from the exclude folder list."
EXCLUDE_BROWSE_FOR_FOLDER = "Browse for Folder"

EXCLUDE_FOLDER_LIST_HELP = "List of folders to exclude.\nEmpty = no folders excluded"
EXCLUDE_INCLUDE_ONLY_FILE_EDIT_HELP  = "Semi-colon delimited wildcard filters for which files to include.\nEmpty = include all files"
EXCLUDE_FILE_EDIT_HELP = "Semi-colon delimited wildcard filters for which files to exclude.\nEmpty = no files excluded"

EXCLUDE_FILTER_ADD_CAPTION = "Add wildcard filter"
EXCLUDE_FILTER_EDIT_CAPTION = "Edit wildcard filter"
EXCLUDE_FILTER_EDIT_STATIC = "&Filter:"
EXCLUDE_FILTER_EDIT_HELP = "Type in a filter\n* = match zero or more characters\n? = match one character\nIncluding a backslash (\\) in your filter will match full paths."

NTFS_INCLUDE_ONLY_EDIT_HELP = "Semi-colon delimited list of folders on this volume to include.\nEmpty = Include all folders."

// bookmarks

BOOKMARK_MENU = "&Bookmarks"
BOOKMARK_MENU_HELP = "Contains commands for working with bookmarks."
BOOKMARK_ADD_MENU = "&Add to Bookmarks..."
BOOKMARK_ADD_MENU_HELP = "Adds the current search to your Bookmarks."
BOOKMARK_ORGANIZE_MENU = "&Organize Bookmarks..."
BOOKMARK_ORGANIZE_MENU_HELP = "Opens the bookmarks manager."
BOOKMARK_NEW_CAPTION = "New Bookmark"
BOOKMARK_EDIT_CAPTION = "Edit Bookmark"
BOOKMARK_NAME_STATIC = "&Name:"
BOOKMARK_REMEMBER_MATCH_CASE_BUTTON = "Remember match &case"
BOOKMARK_MATCH_CASE_BUTTON = "Match c&ase"
BOOKMARK_REMEMBER_MATCH_WHOLEWORD_BUTTON = "Remember match &whole word"
BOOKMARK_MATCH_WHOLEWORD_BUTTON = "Match w&hole word"
BOOKMARK_REMEMBER_MATCH_PATH_BUTTON = "Remember match &path"
BOOKMARK_MATCH_PATH_BUTTON = "Match pa&th"
BOOKMARK_REMEMBER_MATCH_DIACRITIC_BUTTON = "Remember match &diacritics"
BOOKMARK_MATCH_DIACRITIC_BUTTON = "Match d&iacritics"
BOOKMARK_REMEMBER_REGEX_BUTTON = "Remember &regex"
BOOKMARK_REGEX_BUTTON = "Rege&x"
BOOKMARK_REMEMBER_SORT_BUTTON = "Remember s&ort"
BOOKMARK_SORT_ASCENDING_FORMAT = "%s (Ascending)"
BOOKMARK_SORT_DESCENDING_FORMAT = "%s (Descending)"
BOOKMARK_SEARCH_STATIC = "&Search:"
BOOKMARK_NEW_BUTTON = "&New"
BOOKMARK_EDIT_BUTTON = "&Edit"
BOOKMARK_DELETE_BUTTON = "&Delete"
BOOKMARK_MOVEUP_BUTTON = "Move &Up"
BOOKMARK_MOVEDOWN_BUTTON = "&Move Down"
BOOKMARK_ORGANIZE_CAPTION = "Organize Bookmarks"
BOOKMARK_IMPORT_BUTTON = "&Import..."
BOOKMARK_EXPORT_BUTTON = "E&xport..."
BOOKMARK_IMPORT_CAPTION = "Import Bookmarks File"
BOOKMARK_EXPORT_CAPTION = "Export Bookmarks File"
BOOKMARK_MACRO_STATIC = "&Macro:"
BOOKMARK_KEYBOARD_SHORTCUT_STATIC = "&Keyboard shortcut:"
BOOKMARK_NAME_HELP = "Name of this bookmark"
BOOKMARK_REMEMBER_CASE_HELP = "Remember the match case setting for this bookmark. Enable to specify the match case setting for this bookmark. Disable to use the default match case setting."
BOOKMARK_CASE_HELP = "Match or ignore case when this bookmark is opened."
BOOKMARK_REMEMBER_WHOLEWORD_HELP = "Remember the match whole word setting for this bookmark. Enable to specify the match whole word setting for this bookmark. Disable to use the default match whole word setting."
BOOKMARK_WHOLEWORD_HELP = "Match or ignore whole word when this bookmark is opened."
BOOKMARK_REMEMBER_PATH_HELP = "Remember the match path setting for this bookmark. Enable to specify the match path setting for this bookmark. Disable to use the default match path setting."
BOOKMARK_PATH_HELP = "Match or ignore path when this bookmark is opened."
BOOKMARK_REMEMBER_DIACRITIC_HELP = "Remember the match diacritics setting for this bookmark. Enable to specify the match diacritics setting for this bookmark. Disable to use the default match diacritics setting."
BOOKMARK_DIACRITIC_HELP = "Match or ignore diacritics when this bookmark is opened."
BOOKMARK_REMEMBER_REGEX_HELP = "Remember the regex setting for this bookmark. Enable to specify the regex setting for this bookmark. Disable to use the default regex setting."
BOOKMARK_REGEX_HELP = "Enable or disable regex when this bookmark is opened."
BOOKMARK_REMEMBER_SORT_HELP = "Remember the sort for this bookmark. Enable this to sort results after opening the bookmark. Disable to use the default sort."
BOOKMARK_SORT_HELP = "Sort results by this column when this bookmark is opened."
BOOKMARK_SEARCH_HELP = "Set the search to this value when this bookmark is opened."
BOOKMARK_MACRO_HELP = "When typing this phrase in the search edit followed by a colon(:) the phrase is replaced by this bookmark's search.\nEmpty = no macro."
BOOKMARK_KEY_HELP = "Press a new keyboard shortcut for this bookmark.\nPress Backspace to clear."
BOOKMARK_LIST_HELP = "List of bookmarks.\nPress F2 or double click to edit an existing bookmark.\nPress Delete to delete an existing bookmark."
BOOKMARK_NEW_HELP = "Create a new bookmark."
BOOKMARK_EDIT_HELP = "Edit the selected bookmark."
BOOKMARK_DELETE_HELP = "Delete the selected bookmark."
BOOKMARK_MOVEUP_HELP = "Move the selected bookmark up one position."
BOOKMARK_MOVEDOWN_HELP = "Move the selected bookmark down one position."
BOOKMARK_IMPORT_HELP = "Import bookmarks from a Comma Separated Values (CSV) file."
BOOKMARK_EXPORT_HELP = "Export the bookmarks to a Comma Separated Values (CSV) file."

FILE_EXIT_MENU = "E&xit"
FILE_EXIT_MENU_HELP = "Quits Everything."

FILE_DELETE_PERMANENTLY_MENU = "Delete (Permanently)"
FILE_EDIT_MENU = "Edit"
FILE_OPEN_CLOSE_MENU = "Open Selection and Close Everything"
FILE_OPEN_NEW_MENU = "Open New"
FILE_OPEN_WITH_MENU = "Open With"
FILE_OPEN_WITH_DEFAULT_VERB_MENU = "Open With Default Verb"
FILE_PLAY_MENU = "Play"
FILE_PREVIEW_MENU = "Preview"
FILE_PRINT_MENU = "Print"
FILE_PRINT_TO_MENU = "Print To"
FILE_RUN_AS_MENU = "Run As"
VIEW_FULLSCREEN_MENU = "Fullscreen"

TOOLS_CONSOLE_MENU = "Console"
TOOLS_EDITOR_MENU = "File List &Editor..."
TOOLS_EDITOR_MENU_HELP = "Open the Everything file list editor to create or modify file lists."

RESULT_LIST_UP_MENU = "Item Up"
RESULT_LIST_DOWN_MENU = "Item Down"
RESULT_LIST_PAGE_UP_MENU = "Page Up"
RESULT_LIST_PAGE_DOWN_MENU = "Page Down"
RESULT_LIST_START_MENU = "Start of List"
RESULT_LIST_END_MENU = "End of List"

RESULT_LIST_UP_EXTEND_MENU = "Item Up Extend"
RESULT_LIST_DOWN_EXTEND_MENU = "Item Down extend"
RESULT_LIST_PAGE_UP_EXTEND_MENU = "Page Up Extend"
RESULT_LIST_PAGE_DOWN_EXTEND_MENU = "Page Down Extend"
RESULT_LIST_START_EXTEND_MENU = "Start of List Extend"
RESULT_LIST_END_EXTEND_MENU = "End of List Extend"

RESULT_LIST_FOCUS_UP_MENU = "Focus Up"
RESULT_LIST_FOCUS_DOWN_MENU = "Focus Down"
RESULT_LIST_FOCUS_PAGE_UP_MENU = "Focus Page Up"
RESULT_LIST_FOCUS_PAGE_DOWN_MENU = "Focus Page Down"
RESULT_LIST_FOCUS_START_MENU = "Focus Start of List"
RESULT_LIST_FOCUS_END_MENU = "Focus End of List"

RESULT_LIST_FOCUS_UP_EXTEND_MENU = "Focus Up Extend"
RESULT_LIST_FOCUS_DOWN_EXTEND_MENU = "Focus Down Extend"
RESULT_LIST_FOCUS_PAGE_UP_EXTEND_MENU = "Focus Page Up Extend"
RESULT_LIST_FOCUS_PAGE_DOWN_EXTEND_MENU = "Focus Page Down Extend"
RESULT_LIST_FOCUS_START_EXTEND_MENU = "Focus Start of List Extend"
RESULT_LIST_FOCUS_END_EXTEND_MENU = "Focus End of List Extend"

SEARCH_EDIT_FOCUS_MENU = "Focus Search Edit"
RESULT_LIST_FOCUS_MENU = "Focus Result List"

RESULT_LIST_AUTOFIT_COLUMNS_MENU = "Size &All Columns to Fit"
RESULT_LIST_CONTEXT_MENU = "Context Menu"

RESULT_LIST_SCROLL_LEFT_MENU = "Scroll Left"
RESULT_LIST_SCROLL_RIGHT_MENU = "Scroll Right"
RESULT_LIST_SCROLL_PAGE_LEFT_MENU = "Scroll Page Left"
RESULT_LIST_SCROLL_PAGE_RIGHT_MENU = "Scroll Page Right"

RESULT_LIST_SELECT_FOCUS_MENU = "Select Focus"
RESULT_LIST_TOGGLE_FOCUS_SELECTION_MENU = "Toggle Focus Selection"

SEARCH_EDIT_DELETE_TO_START_MENU = "Delete Previous Word"

NEXT_WINDOW_MENU = "Next Everything Window"
PREV_WINDOW_MENU = "Previous Everything Window"

SORT_BY_NAME_MENU = "Sort By Name"
SORT_BY_PATH_MENU = "Sort By Path"
SORT_BY_SIZE_MENU = "Sort By Size"
SORT_BY_EXTENSION_MENU = "Sort By Extension"
SORT_BY_TYPE_MENU = "Sort By Type"
SORT_BY_DATE_MODIFIED_MENU = "Sort By Date Modified"
SORT_BY_DATE_CREATED_MENU = "Sort By Date Created"
SORT_BY_ATTRIBUTES_MENU = "Sort By Attributes"

TOGGLE_PATH_COLUMN_MENU = "Toggle Path Column"
TOGGLE_SIZE_COLUMN_MENU = "Toggle Size Column"
TOGGLE_EXTENSION_COLUMN_MENU = "Toggle Extension Column"
TOGGLE_TYPE_COLUMN_MENU = "Toggle Type Column"
TOGGLE_DATE_MODIFIED_COLUMN_MENU = "Toggle Date Modified Column"
TOGGLE_DATE_CREATED_COLUMN_MENU = "Toggle Date Created Column"
TOGGLE_ATTRIBUTES_COLUMN_MENU = "Toggle Attributes Column"

NTFS_INCLUDE_ONLY_STATIC = "Include &only:"
INDEXES_BROWSE_BUTTON = "&Browse..."
INDEXES_FORCE_REBUILD_BUTTON = "&Force Rebuild"
INDEXES_FORCE_REBUILD_BUTTON_HELP = "Rebuild the database"
INDEXES_RESTORE_DEFAULTS = "&Restore Defaults"
INDEXES_RESTORE_DEFAULTS_HELP = "Restore settings to the default state."

GENERAL_DOWNLOAD_LANGUAGE_PACK_BUTTON = "&Download..."
UI = "UI"

// DO NOT TRANSLATE THESE:
// use the following values to define the gui font...

GUI_FONT_POINTSIZE = "8"
GUI_FONT_WEIGHT = "400"
GUI_FONT_ITALIC = "0"
GUI_FONT_CHARSET = "0"
GUI_FONT_TYPEFACE = "MS Shell Dlg"

// editor
	
EDITOR_CAPTION = "Everything File List Editor"
EDITOR_FILE_MENU = "&File"
EDITOR_FILE_MENU_HELP = "Contains commands for working with the file list."
EDITOR_EDIT_MENU = "&Edit"
EDITOR_EDIT_MENU_HELP = "Contains commands for manipulating the file list."
EDITOR_HELP_MENU = "&Help"
EDITOR_HELP_MENU_HELP = "Contains commands for help."
EDITOR_NEW_MENU = "&New\tCtrl+N"
EDITOR_NEW_MENU_HELP = "Create a new empty file list."
EDITOR_OPEN_MENU = "&Open...\tCtrl+O"
EDITOR_OPEN_MENU_HELP = "Open an existing file list."
EDITOR_SAVE_MENU = "&Save\tCtrl+S"
EDITOR_SAVE_MENU_HELP = "Save the current file list."
EDITOR_SAVEAS_MENU = "Save &As..."
EDITOR_SAVEAS_MENU_HELP = "Save the current file list to a specific filename."
EDITOR_CLOSE_MENU = "&Close\tCtrl+W"
EDITOR_CLOSE_MENU_HELP = "Close the file list editor."
EDITOR_REMOVE_MENU = "&Remove\tDelete"
EDITOR_REMOVE_MENU_HELP = "Remove the current selection."
EDITOR_ADD_FOLDER_MENU = "Add F&older..."
EDITOR_ADD_FOLDER_MENU_HELP = "Add a folder including subfolders and files to the file list."
EDITOR_ADD_FILES_MENU = "Add F&ile(s)..."
EDITOR_ADD_FILES_MENU_HELP = "Add multiple files to the file list."
EDITOR_READ_EXTENDED_INFO_MENU = "Read Extended &Information\tCtrl+E"
EDITOR_READ_EXTENDED_INFO_MENU_HELP = "Read the file size, date modified, date created and attributes for the current selection."
EDITOR_SELECT_ALL_MENU = "Select &All\tCtrl+A"
EDITOR_SELECT_ALL_MENU_HELP = "Select all files and folders."
EDITOR_HELP_TOPICS_MENU = "&Help Topics\tF1"
EDITOR_HELP_TOPICS_MENU_HELP = "Show Help Topics."
EDITOR_ABOUT_MENU = "&About Everything File List Editor\tCtrl+F1"
EDITOR_ABOUT_MENU_HELP = "About Everything File List Editor."
EDITOR_SAVING = "Saving..."
EDITOR_ERROR_SAVING_FILE_LIST = "Error saving file list."
EDITOR_UNTITLED = "Untitled"
EDITOR_SAVE_CHANGES_FORMAT = "The file list in the %s file has changed.\n\nDo you want to save the changes?"
EDITOR_OPENING = "Opening..."
EDITOR_ERROR_OPENING_FILE_LIST = "Error opening file list."
EDITOR_SCANNING = "Scanning..."
EDITOR_SELECT_FOLDER_TO_ADD = "Select folder to add to the file list."
EDITOR_SELECT_FILES_TO_ADD = "Select files to add to the file list."
EDITOR_SORTING = "Sorting..."
EDITOR_READING_EXTENDED_INFORMATION = "Reading extended information..."
EDITOR_COLUMN_FILENAME = "Filename"
EDITOR_COLUMN_SIZE = "Size"
EDITOR_COLUMN_EXTENSION = "Extension"
EDITOR_COLUMN_TYPE = "Type"
EDITOR_COLUMN_DATE_MODIFIED = "Date Modified"
EDITOR_COLUMN_DATE_CREATED = "Date Created"
EDITOR_COLUMN_ATTRIBUTES = "Attributes"

FILE_OPEN_FILELIST_MENU = "&Open file list..."
FILE_OPEN_FILELIST_MENU_HELP = "Open an existing file list."
FILE_CLOSE_FILELIST_MENU = "Close file list"
FILE_CLOSE_FILELIST_MENU_HELP = "Close an open file list."

TRAY_SHOW_SEARCH_WINDOW = "&Show Search Window"

GENERAL_RESTORE_DEFAULTS = "&Restore Defaults"
GENERAL_RESTORE_DEFAULTS_HELP = "Restore settings to the default state."

UI_RESTORE_DEFAULTS = "&Restore Defaults"
UI_RESTORE_DEFAULTS_HELP = "Restore settings to the default state."

DONT_SELECT_EXTENSION_WHEN_RENAMING = "Do not select &extension when renaming"
DONT_SELECT_EXTENSION_WHEN_RENAMING_HELP = "Do not select the file names extension when renaming a file, otherwise the entire filename is selected."

SORT_DATE_DESCENDING_FIRST = "Sort &date descending first"
SORT_DATE_DESCENDING_FIRST_HELP = "Display newest to oldest dates first."

SORT_SIZE_DESCENDING_FIRST = "Sort &size descending first"
SORT_SIZE_DESCENDING_FIRST_HELP = "Display largest to smallest sizes first."

SNAP_TO_DESKTOP_EDGES_AT = "Snap to desktop ed&ges at"
SNAP_TO_DESKTOP_EDGES_AT_HELP = "The Everything window borders will snap to the desktop edges when moved or sized with-in the specified range.\nUse the shift key to temporarily toggle this option while moving or sizing the search window."

SNAP_PIXELS = "pixels"
SNAP_LENGTH_HELP = "The number of pixels before the search window is snapped to the desktop edge."

RESULT_LIST_FOCUS = "Result &list focus:"
RESULT_LIST_FOCUS_HELP = "Clamp: the focus can not be moved above the first item, or lower than the last item.\nRepeat: moving the focus above the first item will wrap to the bottom item, and vice versa with the last item.\nRepeat with search: Moving the focus above the first item, or below the last item will focus the search edit."

RESULT_LIST_FOCUS_CLAMP = "Clamp"
RESULT_LIST_FOCUS_REPEAT = "Repeat"
RESULT_LIST_FOCUS_REPEAT_WITH_SEARCH = "Repeat with search"

ALLOW_LITERAL_OPERATORS = "Allow &literal operators"
ALLOW_LITERAL_OPERATORS_HELP = "Allow AND, OR and NOT to be used as operators."

SEARCH_RESTORE_DEFAULTS = "&Restore Defaults"
SEARCH_RESTORE_DEFAULTS_HELP = "Restore settings to the default state."

DOUBLE_BUFFER = "&Double buffer"
DOUBLE_BUFFER_HELP = "Use an off screen buffer when rendering the result list to avoid flickering."

ALTERNATE_ROW_COLOR = "&Alternate row color"
ALTERNATE_ROW_COLOR_HELP = "Display different background colors for each alternating row."

FOLDERS_ADD = "&Add..."
FOLDERS_ADD_HELP = "Add a folder to the list."
FOLDERS_REMOVE = "&Remove"
FOLDERS_REMOVE_HELP = "Remove the selected folder from the list."
FOLDERS_UPDATE_NOW = "&Update Now"
FOLDERS_UPDATE_NOW_HELP = "Update the selected folder now."
FOLDERS_UPDATE_ALL_NOW = "Update All &Now"
FOLDERS_UPDATE_ALL_NOW_HELP = "Update all folders now."
FOLDERS_STATIC = "&Folders:"
FOLDERS_LIST_HELP = "List of folders to include in the Everything index."
FOLDERS_MONITOR = "Attempt to &monitor changes"
FOLDERS_MONITOR_HELP = "Attempt to monitor local changes made to this folder.\nMultiple changes that occur with-in a small time frame can be missed."
FOLDERS_UPDATE_EVERY = "Update &every"
FOLDERS_UPDATE_EVERY_HELP = "Update this folder periodically at a specific time interval."
FOLDERS_UPDATE_DAY = "Up&date"
FOLDERS_UPDATE_DAY_HELP = "Update this folder at a specific time on a certain day."
FOLDERS_AT = "a&t"
FOLDERS_AT_HELP = "Specify the time of day to update."
FOLDERS_EVERY_DAY = "Every day"
FOLDERS_EVERY_SUNDAY = "Every Sunday"
FOLDERS_EVERY_MONDAY = "Every Monday"
FOLDERS_EVERY_TUESDAY = "Every Tuesday"
FOLDERS_EVERY_WEDNESDAY = "Every Wednesday"
FOLDERS_EVERY_THURSDAY = "Every Thursday"
FOLDERS_EVERY_FRIDAY = "Every Friday"
FOLDERS_EVERY_SATURDAY = "Every Saturday"
FOLDERS_DAY_HELP = "Specify the day to update."
FOLDERS_INTERVAL_HELP = "Specify the update interval time value."
FOLDERS_MINUTES = "Minutes"
FOLDERS_HOURS = "Hours"
FOLDERS_HOURS_OR_MINUTES_HELP = "Specify the meaning of the update interval time value in minutes or hours."
FOLDERS_NEVER_UPDATE = "Ne&ver update"
FOLDERS_NEVER_UPDATE_HELP = "Never update this folder, click Update Now to update manually."
FOLDERS_SETTINGS_FOR_FORMAT = "Settings for %s"
FOLDERS_SETTINGS_FOR_SELECTED_FOLDER = "Settings for selected folder"
FOLDERS_SELECT_FOLDER = "Select folder"

EFU_ASSOCIATION_DESCRIPTION = "Everything File List"

EXPORTING = "Exporting..."

SCANNING_FILELIST_FORMAT = "Loading %s..."
SCANNING_FOLDER_FORMAT = "Scanning %s..."

ALLOW_ROUND_BRACKET_PARENTHESES = "Allow round bracket parentheses"
ALLOW_ROUND_BRACKET_PARENTHESES_HELP = "Allow left parenthesis '(' and right parenthesis ')' for parentheses."

RESULT_LIST_CUSTOM_VERB01 = "Custom Verb 1"
RESULT_LIST_CUSTOM_VERB02 = "Custom Verb 2"
RESULT_LIST_CUSTOM_VERB03 = "Custom Verb 3"
RESULT_LIST_CUSTOM_VERB04 = "Custom Verb 4"
RESULT_LIST_CUSTOM_VERB05 = "Custom Verb 5"
RESULT_LIST_CUSTOM_VERB06 = "Custom Verb 6"
RESULT_LIST_CUSTOM_VERB07 = "Custom Verb 7"
RESULT_LIST_CUSTOM_VERB08 = "Custom Verb 8"
RESULT_LIST_CUSTOM_VERB09 = "Custom Verb 9"
RESULT_LIST_CUSTOM_VERB10 = "Custom Verb 10"
RESULT_LIST_CUSTOM_VERB11 = "Custom Verb 11"
RESULT_LIST_CUSTOM_VERB12 = "Custom Verb 12"

FILE_CREATE_SHORTCUT_MENU = "Create &Shortcut"
FILE_CREATE_SHORTCUT_MENU_HELP = "Creates shortcuts to the selected items."

HELP_REGEX_SYNTAX_MENU = "&Regex Syntax"
HELP_REGEX_SYNTAX_MENU_HELP = "Show regex syntax help."

HELP_REGEX_SYNTAX_CAPTION = "Regex Syntax - Everything"

// \t = tab
// \r\n = new line.
HELP_REGEX_SYNTAX_TEXT =
	"a|b\tMatches a or b\r\n"
	"gr(a|e)y\tMatches gray or grey\r\n"
	".\tMatches any single character\r\n"
	"[abc]\tMatches a single character a, b or c\r\n"
	"[^abc]\tMatches any single character except a, b or c\r\n"
	"[a-z]\tMatches a single charactor in the range a to z\r\n"
	"[a-zA-Z]\tMatches a single charactor in the range a to z or A to Z\r\n"
	"^\tMatches the start of the filename\r\n"
	"$\tMatches the end of the filename\r\n"
	"*\tMatches the preceding element zero or more times\r\n"
	"?\tMatches the preceding element zero or one time\r\n"
	"+\tMatches the preceding element one or more times\r\n"
	"{x}\tMatches the preceding element x times\r\n"
	"{x,}\tMatches the preceding element x or more times\r\n"
	"{x,y}\tMatches the preceding element between x and y times\r\n"

HELP_SEARCH_SYNTAX_CAPTION = "Search Syntax - Everything"

// please keep the search commands in english
// for example: case: is case: for ALL languages.
// \t = tab
// \r\n = new line.
HELP_SEARCH_SYNTAX_TEXT =

	"Operators:\r\n" 
	"\tspace\tAND\r\n"
	"\t|\tOR\r\n"
	"\t!\tNOT\r\n"
	"\t< >\tGrouping\r\n"
	"\t\" \"\tSearch for an exact phrase.\r\n"
	"\r\n"

	"Wildcards:\r\n"
	"\t*\tMatches zero or more characters.\r\n"
	"\t?\tMatches one character.\r\n"
	"\t*.\tMatches filenames with no extension.\r\n"
	"\t*.*\tSame as *\r\n"
	"\r\n"
	
	"Macros:\r\n"
	"\tquot:\tLiteral double quote (\")\r\n"
	"\tapos:\tLiteral apostrophe (')\r\n"
	"\tamp:\tLiteral ampersand (&)\r\n"
	"\tlt:\tLiteral less than (<)\r\n"
	"\tgt:\tLiteral greater than (>)\r\n"
	"\t#x:\tLiteral unicode character code x.\r\n"
	"\r\n"
					
	"Modifiers:\r\n"
	"\tascii:\tEnable fast ASCII case comparisons.\r\n"
	"\tcase:\tMatch case.\r\n"
	"\tdiacritics:\tMatch diacritical marks.\r\n"
	"\tfile:\tMatch files only.\r\n"
	"\tfolder:\tMatch folders only.\r\n"
	"\tnoascii:\tDisable fast ASCII case comparisons.\r\n"
	"\tnocase:\tDo not match case.\r\n"
	"\tnodiacritics:\tDo not match diacritical marks.\r\n"
	"\tnofileonly:\tDo not allow files only.\r\n"
	"\tnofolderonly:\tDo not allow folders only.\r\n"
	"\tnopath:\tDo not match path.\r\n"
	"\tnoregex:\tDisable regex.\r\n"
	"\tnowfn:\tDo not match the whole filename.\r\n"
	"\tnowholefilename:\tDo not match the whole filename.\r\n"
	"\tnowholeword:\tDo not match whole words only.\r\n"
	"\tnowildcards:\tDisable wildcards.\r\n"
	"\tnoww:\tDo not match whole words only.\r\n"
	"\tpath:\tMatch path and file name.\r\n"
	"\tregex:\tEnable regex.\r\n"
	"\tutf8:\tDisable fast ASCII case comparisons.\r\n"
	"\twfn:\tMatch the whole filename.\r\n"
	"\twholefilename:\tMatch the whole filename.\r\n"
	"\twholeword:\tMatch whole words only.\r\n"
	"\twildcards:\tEnable wildcards.\r\n"
	"\tww:\tMatch whole words only.\r\n"
	"\r\n"

	"Functions:\r\n"
	"\tattrib:<attributes>\tSearch for files and folders with the specified file attributes.\r\n"
	"\tattributes:<attributes>\tSearch for files and folders with the specified file attributes.\r\n"
	"\tchild:<filename>\tSearch for folders that contain a child with a matching filename.\r\n"
	"\tdateaccessed:<date>\tSearch for files and folders with the specified date accessed.\r\n"
	"\tdatecreated:<date>\tSearch for files and folders with the specified date created.\r\n"
	"\tdatemodified:<date>\tSearch for files and folders with the specified date modified.\r\n"
	"\tda:<date>\tSearch for files and folders with the specified date accessed.\r\n"
	"\tdc:<date>\tSearch for files and folders with the specified date created.\r\n"
	"\tdm:<date>\tSearch for files and folders with the specified date modified.\r\n"
	"\tdupe:\tSearch for duplicated filenames.\r\n"
	"\tempty:\tSearch for empty folders.\r\n"
	"\text:<list>\tSearch for files with a matching extension in the specified semi-colon delimited extension list.\r\n"
	"\tfsi:<index>\tSearch for files and folders in the specified zero based internal file system index.\r\n"
	"\tlen:<length>\tSearch for files and folders that match the specified filename length.\r\n"
	"\tparents:<count>\tSearch for files and folders with the specified number of parent folders.\r\n"
	"\trc:<date>\tSearch for files and folders with the specified recently changed date.\r\n"
	"\trecentchange:<date>\tSearch for files and folders with the specified recently changed date.\r\n"
	"\troot:\tSearch for files and folders with no parent folders.\r\n"
	"\truncount:<count>\tSearch for files and folders with the specified run count.\r\n"
	"\tsize:<size>\tSearch for files with the specified size in bytes.\r\n"
	"\ttype:<type>\tSearch for files and folders with the specified type.\r\n"
	"\r\n"

	"Function Syntax:\r\n"
	"\tfunction:value\tEqual to value.\r\n"
	"\tfunction:<=value\tLess than or equal to value.\r\n"
	"\tfunction:<value\tLess than value.\r\n"
	"\tfunction:=value\tEqual to value.\r\n"
	"\tfunction:>value\tGreater than value.\r\n"
	"\tfunction:>=value\tGreater than or equal to value.\r\n"
	"\tfunction:start..end\tIs in the range of values from start to end.\r\n"
	"\tfunction:start-end\tIs in the range of values from start to end.\r\n"
	"\r\n"

	"Size Syntax:\r\n"
	"\tsize[kb|mb|gb]\r\n"
	"\r\n"
	
	"Size Constants:\r\n"
	"\tempty\r\n"
	"\ttiny\t0 KB < size <= 10 KB\r\n"
	"\tsmall\t10 KB < size <= 100 KB\r\n"
	"\tmedium\t100 KB < size <= 1 MB\r\n"
	"\tlarge\t1 MB < size <= 16 MB\r\n"
	"\thuge\t16 MB < size <= 128 MB\r\n"
	"\tgigantic\tsize > 128 MB\r\n"
	"\tunknown\r\n"
	"\r\n"
	
	"Date Syntax:\r\n"
	"\tyear\r\n"
	"\tmonth/year or year/month depending on locale settings\r\n"
	"\tday/month/year, month/day/year or year/month/day depending on locale settings\r\n"
	"\r\n"

	"Date Constants:\r\n"
	"\ttoday\r\n"
	"\tyesterday\r\n"
	"\ttomorrow\r\n"
	"\t<last|past|prev|current|this|coming|next><year|month|week>\r\n"
	"\t<last|past|prev|coming|next><x><years|months|weeks|hours|minutes|mins|seconds|secs>\r\n"
	"\tjanuary|february|march|april|may|june|july|august|september|october|november|december\r\n"
	"\tjan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec\r\n"
	"\tsunday|monday|tuesday|wednesday|thursday|friday|saturday\r\n"
	"\tsun|mon|tue|wed|thu|fri|sat\r\n"
	"\tunknown\r\n"
	"\r\n"

	"Attribute Constants:\r\n"
	"\tR\tRead only\r\n"
	"\tH\tHidden\r\n"
	"\tS\tSystem\r\n"
	"\tD\tDirectory\r\n"
	"\tA\tArchive\r\n"
	"\tV\tDevice\r\n"
	"\tN\tNormal\r\n"
	"\tT\tTemporary\r\n"
	"\tP\tSparse file\r\n"
	"\tL\tReparse point\r\n"
	"\tC\tCompressed\r\n"
	"\tO\tOffline\r\n"
	"\tI\tNot content indexed\r\n"
	"\tE\tEncrypted"
	
HELP_COMMAND_LINE_OPTIONS_CAPTION = "Command Line Options - Everything"

// please keep the -options in english.
// for example: -case is -case for ALL languages.
// \t = tab
// \r\n = new line.
HELP_COMMAND_LINE_OPTIONS_TEXT =

	"Everything.exe [filename] [options]\r\n"
	"\r\n"
	"filename\tOpen the specified file list.\r\n"
	"\r\n"
	"-?\tShow this help.\r\n"
	"-admin\tRun Everything as Administrator.\r\n"
	"-admin-server-share-links\tUse \\\\Server\\C$ links for ETP connections.\r\n"
	"-app-data\tStore data in application data.\r\n"
	"-bookmark <name>\tOpen a bookmark.\r\n"
	"-case\tEnable case matching.\r\n"
	"-choose-language\tShow the language selection page.\r\n"
	"-choose-volumes\tDo not automatically index volumes.\r\n"
	"-config <filename>\tThe filename of the ini file.\r\n"
	"-connect <user:pass@host:port>\tConnect to an ETP server.\r\n"
	"-console\tShow the debugging console.\r\n"
	"-create-filelist <filename> <path>\tCreate a file list of a path.\r\n"
	"-db <filename>\tThe filename of the database.\r\n"
	"-debug\tShow the debugging console.\r\n"
	"-diacritics\tEnable diacritics matching.\r\n"
	"-drive-links\tUse C: links for ETP connections.\r\n"
	"-edit <filename>\tOpen a file list with the file list editor.\r\n"
	"-enable-update-notification\tEnable update notification on startup.\r\n"
	"-exit\tExit \"Everything\".\r\n"
	"-disable-update-notification\tDisable update notification on startup.\r\n"
	"-filelist <filename>\tOpen a file list.\r\n"
	"-filename <filename>\tSearch for a file or folder by filename.\r\n"
	"-filter <name>\tSelect a search filter.\r\n"
	"-ftp-links\tUse ftp://host/C: links for ETP connections.\r\n"
	"-fullscreen\tShow the search window fullscreen.\r\n"
	"-h\tShow this help.\r\n"
	"-help\tShow this help.\r\n"
	"-install <location>\tInstall Everything to a new location.\r\n"
	"-install-client-service\tInstall the \"Everything\" client as a service.\r\n"
	"-install-desktop-shortcut\tInstall desktop shortcut.\r\n"
	"-install-efu-association\tInstall EFU file association.\r\n"
	"-install-folder-context-menu\tInstall folder context menus.\r\n"
	"-install-quick-launch-shortcut\tInstall Quick Launch shortcut.\r\n"
	"-install-run-on-system-startup\tInstall \"Everything\" from the system startup.\r\n"
	"-install-service\tInstall and start the \"Everything\" service.\r\n"
	"-install-service-port <port>\tInstall the Everything service on the specified port.\r\n"
	"-install-start-menu-shortcuts\tInstall \"Everything\" shortcuts from the Start menu.\r\n"
	"-install-url-protocol\tInstall URL Protocol.\r\n"
	"-instance <name>\tThe name of the Everything instance.\r\n"
	"-load-delay <milliseconds>\tThe delay in milliseconds before loading the database.\r\n"
	"-l\tLoad the local database.\r\n"
	"-local\tLoad the local database.\r\n"
	"-matchpath\tEnable full path matching.\r\n"
	"-maximized\tMaximize the search window.\r\n"
	"-minimized\tMinimize the search window.\r\n"
	"-newwindow\tCreate a new search window.\r\n"
	"-noapp-data\tStore data in executable location.\r\n"
	"-nocase\tDisable case matching.\r\n"
	"-nodb\tDo not save to or load from the \"Everything\" database file.\r\n"
	"-nodiacritics\tDisable diacritics matching.\r\n"
	"-nofullscreen\tShow the search window in a window.\r\n"
	"-nomatchpath\tDisable full path matching.\r\n"
	"-nomaximized\tUnmaximize the search window.\r\n"
	"-nominimized\tUnminimize the search window.\r\n"
	"-nonewwindow\tShow an existing search window.\r\n"
	"-noontop\tDisable always ontop.\r\n"
	"-noregex\tDisable Regex.\r\n"
	"-noverbose\tDisplay only basic debug messagse.\r\n"
	"-nowholeword\tDisable match whole word.\r\n"
	"-noww\tDisable match whole word.\r\n"
	"-ontop\tEnable always ontop.\r\n"
	"-p <path>\tSearch for a path.\r\n"
	"-parentpath <path>\tSearch for the parent of a path.\r\n"
	"-path <path>\tSearch for a path.\r\n"
	"-quit\tExit \"Everything\".\r\n"
	"-read-only\tLoads the database in read-only mode.\r\n"
	"-regex\tEnable Regex.\r\n"
	"-reindex\tForce database rebuild.\r\n"
	"-s <text>\tSet the search.\r\n"
	"-search <text>\tSet the search.\r\n"
	"-server-share-links\tUse \\\\Server\\C: links for ETP connections.\r\n"
	"-service-port <port>\tConnect to the Everything service on the specified port.\r\n"
	"-sort <name>\tSet the sort to the specified name.\r\n"
	"-sort-ascending\tSort ascending.\r\n"
	"-sort-descending\tSort descending.\r\n"
	"-start-client-service\tStart the Everything client service.\r\n"
	"-start-service\tStart the Everything service.\r\n"
	"-startup\tRun Everything in the background.\r\n"
	"-stop-client-service\tStop the Everything client service.\r\n"
	"-stop-service\tStop the Everything service.\r\n"
	"-svc\tRun Everything as a service.\r\n"
	"-svc-port <port>\tRun the Everything service on the specified port.\r\n"
	"-uninstall <path>\tUninstall Everything from the specified path.\r\n"
	"-uninstall-client-service\tUninstall the \"Everything\" client service.\r\n"
	"-uninstall-desktop-shortcut\tUninstall desktop shortcut.\r\n"
	"-uninstall-efu-association\tUninstall EFU file association.\r\n"
	"-uninstall-folder-context-menu\tUninstall folder context menus.\r\n"
	"-uninstall-quick-launch-shortcut\tUninstall Quick Launch shortcut.\r\n"
	"-uninstall-run-on-system-startup\tRemove \"Everything\" from the system startup.\r\n"
	"-uninstall-service\tUninstall the \"Everything\" service.\r\n"
	"-uninstall-start-menu-shortcuts\tUninstall \"Everything\" shortcuts from the Start menu.\r\n"
	"-uninstall-url-protocol\tUninstall URL Protocol.\r\n"
	"-uninstall-user\tUninstall user files.\r\n"
	"-update\tSave the database to disk.\r\n"
	"-url <[es:]search>\tSet the search from an ES: URL.\r\n"
	"-verbose\tDisplay all debug messages.\r\n"
	"-wholeword\tEnable match whole word.\r\n"
	"-ww\tEnable match whole word."

TOGGLE_WINDOW_HOTKEY = "&Toggle Window Hotkey:"
TOGGLE_WINDOW_HOTKEY_HELP = "Press a new keyboard shortcut to toggle the search window.\nIf a search window does not exist a new window is created.\nPress Backspace to clear."
	
// end of 1.3.0.631 changes

	VIEW_FILTERS_MENU = "&Filters"
	VIEW_FILTERS_MENU_HELP = "Show the filter bar."

	VIEW_SORT_BY_MENU = "S&ort by"
	VIEW_SORT_BY_MENU_HELP = "Contains commands for sorting the result list."

	VIEW_SORT_BY_ASCENDING_MENU = "&Ascending"
	VIEW_SORT_BY_DESCENDING_MENU = "&Descending"

	KEYBOARD_FILTER = "Show commands containing:"
	KEYBOARD_FILTER_HELP = "Search for commands containing this text."

	SEARCH_FILTERS_MENU = "&Filters"
	SEARCH_FILTERS_MENU_HELP = "Contains commands for working with filters."

	SEARCH_FILTER_ADD_MENU = "&Add to Filters..."
	SEARCH_FILTER_ADD_MENU_HELP = "Adds the current search to your Filters."
	SEARCH_FILTER_ORGANIZE_MENU = "&Organize Filters..."
	SEARCH_FILTER_ORGANIZE_MENU_HELP = "Opens the filters manager."

	FILTER_NEW_CAPTION = "New Filter"
	FILTER_EDIT_CAPTION = "Edit Filter"
	FILTER_NAME_STATIC = "&Name:"
	FILTER_MATCH_CASE_BUTTON = "Match &case"
	FILTER_MATCH_WHOLEWORD_BUTTON = "Match &whole word"
	FILTER_MATCH_PATH_BUTTON = "Match &path"
	FILTER_MATCH_DIACRITIC_BUTTON = "Match &diacritics"
	FILTER_REGEX_BUTTON = "&Regex"
	FILTER_SEARCH_STATIC = "&Search:"
	FILTER_NEW_BUTTON = "&New"
	FILTER_EDIT_BUTTON = "&Edit"
	FILTER_DELETE_BUTTON = "&Delete"
	FILTER_MOVEUP_BUTTON = "Move &Up"
	FILTER_MOVEDOWN_BUTTON = "&Move Down"
	FILTER_ORGANIZE_CAPTION = "Organize Filters"
	FILTER_IMPORT_BUTTON = "&Import..."
	FILTER_EXPORT_BUTTON = "E&xport..."
	FILTER_IMPORT_CAPTION = "Import Filters File"
	FILTER_EXPORT_CAPTION = "Export Filters File"
	FILTER_MACRO_STATIC = "&Macro:"
	FILTER_KEYBOARD_SHORTCUT_STATIC = "&Keyboard shortcut:"
	FILTER_NAME_HELP = "Name of this filter"
	FILTER_CASE_HELP = "Match or ignore case when using this filter."
	FILTER_WHOLEWORD_HELP = "Match or ignore whole word when using this filter."
	FILTER_PATH_HELP = "Match or ignore path when using this filter."
	FILTER_DIACRITIC_HELP = "Match or ignore diacritics when using this filter."
	FILTER_REGEX_HELP = "Enable or disable regex when using this filter."
	FILTER_SEARCH_HELP = "Set the search to this value when using this filter."
	FILTER_MACRO_HELP = "When typing this phrase in the search edit followed by a colon(:) the phrase is replaced by this filter's search.\nEmpty = no macro."
	FILTER_KEY_HELP = "Press a new keyboard shortcut for this filter.\nPress Backspace to clear."
	FILTER_LIST_HELP = "List of filters.\nPress F2 or double click to edit an existing filter.\nPress Delete to delete an existing filter."
	FILTER_NEW_HELP = "Create a new filter."
	FILTER_EDIT_HELP = "Edit the selected filter."
	FILTER_DELETE_HELP = "Delete the selected filter."
	FILTER_MOVEUP_HELP = "Move the selected filter up one position."
	FILTER_MOVEDOWN_HELP = "Move the selected filter down one position."
	FILTER_IMPORT_HELP = "Import filters from a Comma Separated Values (CSV) file."
	FILTER_EXPORT_HELP = "Export the filters to a Comma Separated Values (CSV) file."

	FILTER_RESTORE_DEFAULTS_BUTTON = "&Reset"
	FILTER_RESTORE_DEFAULTS_BUTTON_HELP = "Restore default filters."

	FILTER_EVERYTHING = "Everything"
	FILTER_AUDIO = "Audio"
	FILTER_COMPRESSED = "Compressed"
	FILTER_DOCUMENT = "Document"
	FILTER_EXECUTABLE = "Executable"
	FILTER_FOLDER = "Folder"
	FILTER_PICTURE = "Picture"
	FILTER_VIDEO = "Video"

	BOOKMARK_REMEMBER_FILTER_BUTTON = "Remember &filter"
	BOOKMARK_REMEMBER_FILTER_BUTTON_HELP = "Remember the filter settings for this bookmark. Enable to specify the filter setting for this bookmark. Disable to use the default filter setting."

	BOOKMARK_FILTER_HELP = "Specify the filter to use when opening this bookmark."
	
// end of 1.3.0.632 changes

	VIEW_STATUS_BAR_MENU = "Status &Bar"
	VIEW_STATUS_BAR_MENU_HELP = "Shows or hides the status bar."

	SEARCH_EDIT_AUTO_COMPLETE = "Auto Complete Search"
	HISTORY = "History"

	SEARCH_AS_YOU_TYPE = "Search as you &type"
	SEARCH_AS_YOU_TYPE_HELP = "Update the search results each time the search parameters change."

	INDEXES_ALL_USERS = "&Multi-user database filename"
	INDEXES_ALL_USERS_HELP = "Use the database filename: \"Everything.Computer.User.db\"."
	
	SEARCH_SHOW_SEARCH_HISTORY = "Show Search History"
	SEARCH_SHOW_ALL_SEARCH_HISTORY = "Show All Search History"
	
	NAV_GOTO = "&Go To"
	NAV_GOTO_HELP = "Contains commands for browsing search history."
	
	NAV_BACK = "&Back"
	NAV_BACK_HELP = "Go to the previous search."
	NAV_FORWARD = "&Forward"
	NAV_FORWARD_HELP = "Go to the next search."
	
	SIZE_RESULT_LIST_TO_FIT = "Size Result List to Fit"
	SIZE_COLUMN_TO_FIT = "&Size Column to Fit"

	SEARCH_HISTORY_GROUPBOX = "Search History"
	SEARCH_HISTORY_ENABLE = "&Enable search history"
	SEARCH_HISTORY_ENABLE_HELP = "Enable or disable search history."

	SEARCH_HISTORY_KEEP_FOR = "&Keep search history for"
	SEARCH_HISTORY_DAYS = "days"
	SEARCH_HISTORY_KEEP_FOR_DAYS_HELP = "Keep search history for the specified number of days before it is deleted."

	SEARCH_HISTORY_CLEAR_NOW = "&Clear Now"
	SEARCH_HISTORY_CLEAR_NOW_HELP = "Delete all search history."

	SEARCH_HISTORY_CLEAR_NOW_ARE_YOU_SURE = "Are you sure you wish to delete all search history now?\n\nThis action can not be undone."

	HISTORY_RESTORE_DEFAULTS = "&Restore Defaults"
	HISTORY_RESTORE_DEFAULTS_HELP = "Restore all settings on this page to their default state."
	
	SEARCH_HISTORY_ALWAYS_SUGGEST = "&Always show search suggestions"
	SEARCH_HISTORY_ALWAYS_SUGGEST_HELP = "Display a list of suggested searches when typing in a search."

	DB_COMPRESS = "&Compress database"
	DB_COMPRESS_HELP = "Compress the database when saving to disk.\nEnable compression to improve loading and saving performance on slow hard drives."
	
	CANCEL_CURRENT_QUERY = "Cancel current query?"
	
	CONTEXT_MENU = "Context Menu"

	SERVICE_UNABLE_TO_OPEN_SERVICE = "Unable to open the Everything service: %d"
	SERVICE_UNABLE_TO_CREATE_SERVICE = "Unable to create the Everything service: %d"
	SERVICE_UNABLE_TO_OPEN_SCM = "Unable to open the Service Control Manager: %d"
	SERVICE_UNABLE_TO_START_SERVICE = "Unable to start the Everything service: %d"
	SERVICE_UNABLE_TO_STOP_SERVICE = "Unable to stop the Everything service: %d"
	SERVICE_UNABLE_TO_DELETE_SERVICE = "Unable to delete the Everything service: %d"
	
	ALLOW_FORWARD_SLASH_PATH_SEPARATOR = "Allow &forward slash path separator"
	ALLOW_FORWARD_SLASH_PATH_SEPARATOR_HELP = "Treat forward slashes (/) as back slashes (\\)."

	EVERYTHING_SERVICE = "Everything Ser&vice"
	EVERYTHING_SERVICE_HELP = "Install or uninstall the Everything service."

	SERVICE_PORT = "Service p&ort:"
	SERVICE_PORT_HELP = "Specify the service network port for localhost connections."

	CONTEXT_MENU_GROUP_FORMAT = "Settings for %s context menu item"
	CONTEXT_MENU_OPEN_FOLDERS = "Open (Folders)"
	CONTEXT_MENU_OPEN_FILES = "Open (Files)"
	CONTEXT_MENU_LIST = "Context menu &items:"
	CONTEXT_MENU_RESTORE_DEFAULTS = "&Restore Defaults"
	CONTEXT_MENU_RESTORE_DEFAULTS_HELP = "Restore all settings on this page to their default state."
	
	CONTEXT_MENU_SHOW = "&Show this item"
	CONTEXT_MENU_SHOW_HELP = "Show this item in the context menu."
	CONTEXT_MENU_SHOW_SHIFT = "Show this item when the Shift &key is down"
	CONTEXT_MENU_SHOW_SHIFT_HELP = "Show this item in the context menu when the Shift key is held down."
	CONTEXT_MENU_HIDE = "Do not s&how this item"
	CONTEXT_MENU_HIDE_HELP = "Do not show this item in the context menu."
	CONTEXT_MENU_COMMAND = "&Command:"
	CONTEXT_MENU_COMMAND_HELP = "The command for this context menu item.\n$exec(application parameters) execute application with parameters.\n$parent(filename) returns the parent folder of the specified file or folder.\n$pathpart(filename) returns the parent folder of the specified file or folder.\n$namepart(filename) returns the name part of the specified file or folder.\n%1 = selected filename.\n$$ = $\n$( = (\n$) = )"

	RESULTS = "Results"

	RESULTS_RESTORE_DEFAULTS = "&Restore Defaults"
	RESULTS_RESTORE_DEFAULTS_HELP = "Restore all settings on this page to their default state."

	APP_DATA = "Store settings and data in %APPDATA%\\Everything"
	APP_DATA_HELP = "Store settings and data in %APPDATA%\\Everything.\nDisable to store data in the same location as Everything.exe"

// end of 1.3.1.636 changes

	// HTTP
	HTTP_SERVER_INDEX_OF = "Index of "
	HTTP_SERVER_UP_ONE_DIRECTORY = "Up one directory..."
	HTTP_SERVER_ONE_RESULT_FORMAT = "%s result"
	HTTP_SERVER_X_RESULTS_FORMAT = "%s results"
	HTTP_SERVER_X_TO_Y_OF_Z_RESULTS_FORMAT = "%s to %s of %s results"
	HTTP_SERVER_PREVIOUS = "< Previous"
	HTTP_SERVER_NEXT = "Next >"
	HTTP_SERVER_BINDINGS = "Bind to &interfaces:"
	HTTP_SERVER_BINDINGS_HELP = "Listen for new connections on the specified semi-colon delimited list of interfaces.\nEmpty = Listen on all interfaces."
	HTTP_SERVER_TITLE_FORMAT = "$s?{$s - }$t"
	HTTP_SERVER_LOG_FILE_BROWSE = "S&elect..."
	HTTP_SERVER_SERVE_PAGES_FROM = "&Serve pages from:"
	HTTP_SERVER_SERVE_PAGES_FROM_HELP = "Set the folder to load http files from.\nThese files are not required to be in the database.\n(Empty = server files from the sub folder HTTP Server in the default location for application data.)"
	HTTP_SERVER_SERVE_PAGES_FROM_BROWSE = "&Browse..."
	HTTP_SERVER_SERVE_PAGES_FROM_BROWSE_HELP = "Browse for the HTTP server root folder."
	HTTP_SERVER_DEFAULT_PAGE = "&Default page:"
	HTTP_SERVER_DEFAULT_PAGE_HELP = "Set the default page.\n(Empty = Show volume list)"
	HTTP_SERVER_DEFAULT_PAGE_BROWSE = "Sele&ct..."
	HTTP_SERVER_DEFAULT_PAGE_BROWSE_HELP = "Select the default page."
	HTTP_SERVER_MAX_LOG_SIZE = "Maximum si&ze:"
	HTTP_SERVER_RESTORE_DEFAULTS = "&Restore Defaults"
	HTTP_SERVER_RESTORE_DEFAULTS_HELP = "Restore all settings on this page to their default state."
	HTTP_SERVER_SELECT_HOME_CAPTION = "Select the HTTP server root folder"
	HTTP_SERVER_SELECT_DEFAULT_PAGE_CAPTION = "Select the Default Page"

	// ETP
	ETP_SERVER_BINDINGS = "Bind to &interfaces:"
	ETP_SERVER_BINDINGS_HELP = "Listen for new connections on the specified semi-colon delimited list of interfaces.\nEmpty = Listen on all interfaces."
	ETP_SERVER_MAX_LOG_SIZE = "Maximum si&ze:"
	ETP_SERVER_LOG_FILE_BROWSE = "S&elect..."
	ETP_SERVER_RESTORE_DEFAULTS = "&Restore Defaults"
	ETP_SERVER_RESTORE_DEFAULTS_HELP = "Restore all settings on this page to their default state."
	ETP_SERVER_ERROR_FORMAT = "Unable to start ETP server: %s"
	HTTP_SERVER_ERROR_FORMAT = "Unable to start HTTP server: %s"
	ETP_CLIENT_ERROR_FORMAT = "Unable to connect to ETP server: %s"
	ETP_CLIENT_DISCONNECTED_FORMAT = "Disconnected from ETP server: %s"

	// ui connect
	HOST_HELP = "IP or host name of the ETP server"
	PORT_HELP = "ETP server port number"
	USERNAME_HELP = "The ETP username.\nEmpty = anonymous"
	PASSWORD_HELP = "The ETP password."
	UI_CONNECT_LINK_TYPE = "&Link type:"
	UI_CONNECT_LINK_TYPE_HELP = "Select the path formatting."
	UI_CONNECT_LINK_TYPE_NONE = "C:"
	UI_CONNECT_LINK_TYPE_SERVER_SHARE = "\\\\Server\\C"
	UI_CONNECT_LINK_TYPE_ADMIN_SERVER_SHARE = "\\\\Server\\C$"
	UI_CONNECT_LINK_TYPE_FTP = "ftp://host/C:"

	LISTEN_FAILED_FORMAT = "listen failed %d"
	BIND_FAILED_FORMAT = "bind failed %d"
	CONNECT_FAILED_FORMAT = "connect failed %d"
	GETADDRINFO_FAILED_FORMAT = "getaddrinfo failed %d"
	CONNECTION_CLOSED_BY_SERVER = "Connection closed by server"
	SOCKET_FAILED_FORMAT = "socket failed %d"
	WSASTARTUP_FAILED_FORMAT = "WSAStartup failed %d"
	UNSUPPORTED_WSADATA_FORMAT = "Unsupported WSADATA %d %d"
	RECV_FAILED_FORMAT = "recv failed %d"
	SEND_FAILED_FORMAT = "send failed %d"
	NO_MORE_ADDRINFO = "A connection could not be established."
	INVALID_USERNAME_OR_PASSWORD = "Invalid username or password."
	
	FILE_LIST_FILENAME = "File List Filename"
	TOGGLE_FILE_LIST_FILENAME_COLUMN_MENU = "Toggle File List Filename Column"
	
	RESULT_LIST_COPY_CSV_TO_CLIPBOARD = "Copy selection to clipboard as CSV"
	
	CANCEL_CURRENT_SORT = "Cancel current sort?"
	CANCEL_CURRENT_READ_EXTENDED_INFO = "Cancel current read extended information?"
	
	VIEW_ONTOP_MENU = "On &Top"
	VIEW_ONTOP_MENU_HELP = "Contains commands for keeping this window on top of other windows."
	VIEW_ONTOP_NEVER_MENU = "&Never"
	VIEW_ONTOP_NEVER_MENU_HELP = "Allow other windows to overlap this window."
	VIEW_ONTOP_ALWAYS_MENU = "&Always"
	VIEW_ONTOP_ALWAYS_MENU_HELP = "Always keep this window on top of other windows."
	VIEW_ONTOP_WHILE_SEARCHING_MENU = "While &Searching"
	VIEW_ONTOP_WHILE_SEARCHING_MENU_HELP = "Keep this window on top of other windows while searching."
	
// end of 1.3.2.643 changes

	OPEN_FILELIST_ERROR_FORMAT = "Unable to open file list: %s"
	FILE_LIST_NOT_FOUND = "%s not found."
	INVALID_FILE_LIST = "%s is not a valid file list." 
	
	BOOKMARK_REMEMBER_INDEX = "Remem&ber index"
	BOOKMARK_REMEMBER_INDEX_HELP = "Remember the index for this bookmark. Enable to specify the index for this bookmark. Disable to leave the index unchanged."
	BOOKMARK_INDEX_LOCAL_DATABASE = "&Local database"
	BOOKMARK_INDEX_LOCAL_DATABASE_HELP = "Load the local database when opening this bookmark."
	BOOKMARK_INDEX_FILE_LIST = "Fil&e list:"
	BOOKMARK_INDEX_FILE_LIST_HELP = "Open the specified file list when opening this bookmark."
	BOOKMARK_INDEX_BROWSE = "Browse..."
	BOOKMARK_INDEX_BROWSE_HELP = "Select a file list."
	BOOKMARK_INDEX_ETP_SERVER = "ETP Ser&ver:"
	BOOKMARK_INDEX_ETP_SERVER_HELP = "Connect to the specified ETP server when opening this bookmark."
	BOOKMARK_INDEX_LINK_TYPE = "Link type:"
	BOOKMARK_INDEX_LINK_TYPE_HELP = "Select the path formatting."

	CLEAR_SELECTION_ON_SEARCH = "Cle&ar selection on search"
	CLEAR_SELECTION_ON_SEARCH_HELP = "Clear the result selection and focus when the search parameters change."

	ENABLE_ETP_SERVER = "&Enable ETP/FTP server"
	ENABLE_ETP_SERVER_HELP = "Allow remote users to search and access yours folders and files with an ETP/FTP client."
	ENABLE_HTTP_SERVER = "&Enable HTTP server"
	ENABLE_HTTP_SERVER_HELP = "Allow remote users to search and access yours folders and files with a web browser."
	
// end of 1.3.2.647 changes

	SHORTCUT_KEY_CURRENTLY_USED_BY = "Shortcut key &currently used by:"
	SHORTCUT_KEY_CURRENTLY_USED_BY_HELP = "A list of commands already assigned to the shortcut key.\nAdding a new shortcut key will remove any existing shortcut keys with the same scope and key."
	RUN_AS_ADMINISTRATOR_FAILED = "Failed to run as administrator"

// end of 1.3.2.649 changes
	
	SERVICE_UNABLE_TO_UPDATE_SERVICE = "Unable to update the Everything service: %d"
	RUN_COUNT = "Run Count"
	DATE_RECENTLY_CHANGED = "Date Recently Changed"
	TOGGLE_RUN_COUNT_COLUMN_MENU = "Toggle Run Count Column"
	TOGGLE_DATE_RECENTLY_CHANGED_COLUMN_MENU = "Toggle Date Recently Changed Column"
	
	QUERYING = "Querying..."
	
	LOAD_USN_JOURNAL_RECENT_CHANGES = "Include USN Journal in recent &changes"
	LOAD_USN_JOURNAL_RECENT_CHANGES_HELP = "Include all the files and folders in the USN Journal on this volume in recent changes.\nEnabling may decrease performance."
	
	FORMAT_SIZE_BYTES = "B"
	
	RUN_HISTORY_GROUPBOX = "Run History"
	RUN_HISTORY_ENABLE = "&Enable run history"
	RUN_HISTORY_ENABLE_HELP = "Enable or disable run history."
	RUN_HISTORY_KEEP_FOR = "&Keep run history for"
	RUN_HISTORY_DAYS = "days"
	RUN_HISTORY_KEEP_FOR_DAYS_HELP = "Keep run history for the specified number of days before it is deleted."
	RUN_HISTORY_CLEAR_NOW = "&Clear Now"
	RUN_HISTORY_CLEAR_NOW_HELP = "Delete all run history."
	RUN_HISTORY_CLEAR_NOW_ARE_YOU_SURE = "Are you sure you wish to delete all run history?\n\nThis action can not be undone."

	// ui run history.

	RUN_HISTORY_SET_COUNT_CAPTION = "Set Run Count"
	RUN_HISTORY_COUNT_STATIC = "Run count:"
	RUN_HISTORY_COUNT_EDIT_HELP = "Set the number of times this item has been run.\nSet to 0 to remove the run count."
	MENU_SET_RUN_COUNT = "Set Run Count..."
	MENU_SET_RUN_COUNT_HELP = "Set the number of times this item has been run."
	
	TOGGLE_DATE_ACCESSED_COLUMN_MENU = "Toggle Date Accessed Column"
	
	HOME = "Home"
	HOME_USE_LAST_VALUE = "Use last value"
	HOME_ENABLED = "Enabled"
	HOME_DISABLED = "Disabled"
	HOME_MATCH_CASE = "Match &case:"
	HOME_MATCH_CASE_HELP = "Match case when opening a new search window."
	HOME_MATCH_WHOLE_WORD = "Match &whole word:"
	HOME_MATCH_WHOLE_WORD_HELP = "Match whole word when opening a new search window."
	HOME_MATCH_PATH = "Match &path:"
	HOME_MATCH_PATH_HELP = "Match path when opening a new search window."
	HOME_MATCH_DIACRITICS = "Match &diacritics:"
	HOME_MATCH_DIACRITICS_HELP = "Match diacritics when opening a new search window."
	HOME_REGEX = "Match &regex:"
	HOME_REGEX_HELP = "Match regex when opening a new search window."
	
	HOME_SEARCH = "&Search:"
	HOME_SEARCH_EDIT_HELP = "Set a custom search."
	HOME_SEARCH_HELP = "Use this search when opening a new search window."
	HOME_FILTER = "&Filter:"
	HOME_FILTER_HELP = "Use this filter when opening a new search window."
	HOME_SORT = "Sor&t:"
	HOME_SORT_HELP = "Use this sort when opening a new search window.\nOnly Name, Run Count or Date Recently Changed sorts will be used for the last value."
	HOME_INDEX = "&Index:"
	HOME_INDEX_HELP = "Specify the index to use when opening a new search window."
	HOME_FILE_LIST = "File &list:"
	HOME_FILE_LIST_HELP = "Specify the file list to use when opening a new search window."
	HOME_FILE_LIST_BROWSE = "&Browse..."
	HOME_FILE_LIST_BROWSE_HELP = "Browse for a file list."
	HOME_ETP_SERVER = "&ETP server:"
	HOME_ETP_SERVER_HELP = "Connect to an ETP server when opening a new search window."
	HOME_LINK_TYPE = "Lin&k type:"
	HOME_LINK_TYPE_HELP = "Specify the link type."
	
	HOME_CUSTOM = "Custom"
	HOME_INDEX_LOCAL_DATABASE = "Local database"
	HOME_INDEX_FILE_LIST = "File list"
	HOME_INDEX_ETP_SERVER = "ETP server"

	HOME_RESTORE_DEFAULTS = "&Restore Defaults"
	HOME_RESTORE_DEFAULTS_HELP = "Restore all settings on this page to their default state."

	NAV_HOME = "&Home"
	NAV_HOME_HELP = "Open the home page."

// end of 1.3.3.653 changes

	MATCH_WHOLE_FILENAME_WHEN_USING_WILDCARDS = "Match &whole filename when using wildcards"
	MATCH_WHOLE_FILENAME_WHEN_USING_WILDCARDS_HELP = "If disabled, wildcard matches can occur anywhere in the filename. Use wholefilename: or nowholefilename: to override."
	
	DATE_RUN = "Date Run"
	TOGGLE_DATE_RUN_COLUMN_MENU = "Toggle Date Run Column"
	
	RUN_AS_ADMIN = "Ru&n as administrator"
	RUN_AS_ADMIN_HELP = "Ensure Everything is running as Administrator.\nThe \"Everything\" service is not required when running as administrator.\nWarning: When enabled, Applications run from \"Everything\" will also be run as administrator.\nRequires restart."

	VIEW_TOGGLE_LTR_RTL = "Toggle &LTR/RTL"
	VIEW_TOGGLE_LTR_RTL_HELP = "Toggle text direction of the result list between left to right and right to left."
		
	ENABLE_USN_JOURNAL_LOGGING_ACCESS_DENIED = "Access denied: Install the Everything service or run as administrator to index this volume."

// end of 1.3.4.662 changes
