constTQStringlvResultWhatthis=i18n("Shows the statistics of your operations. Note that the columns content changes depending on what kind of operation you are performing.");
constTQStringlvStringsWhatthis=i18n("Shows a list of strings to search for (and if you specified it, a list of strings to replace with). Use the \"add strings\" dialog to edit your string list or double click on a string.");
//KNewProjectDlg messages
constTQStringcbLocationWhatthis=i18n("Base folder for operations of search/replace. Insert path string here by hand or use the search button.");
constTQStringedMaxDepthWhatthis=i18n("Insert the maximum depth sublevel you want to search, or leave it unchecked if you don't want to limit the search. A level of 0 searches only the current level.");
constTQStringedDateMinWhatthis=i18n("Insert the minimum value for file access date that you want to search, or leave it unchecked if you don't a minimum limit.");
constTQStringedDateMaxWhatthis=i18n("Insert the maximum value for file access date that you want to search, or leave it unchecked if you don't a maximum limit.");
constTQStringcbDateValidWhatthis=i18n("Select \"writing\" if you want to use the date of the last modification, or \"reading\" to use the the date of the last access.");
constTQStringchbDateMinWhatthis=i18n("Minimum value for access date.");
constTQStringchbDateMaxWhatthis=i18n("Maximum value for access date.");
constTQStringleSearchWhatthis=i18n("Insert here the string to search for.");
constTQStringleReplaceWhatthis=i18n("Insert here the string to replace with.");
//KOptionsDlg messages
constTQStringchbCaseSensitiveWhatthis=i18n("Enable this option if your search is case sensitive.");
constTQStringchbRecursiveWhatthis=i18n("Enable this option to search in sub folders too.");
constTQStringchbHaltOnFirstOccurrenceWhatthis=i18n("Enable this option when you are searching for a string and you are only interested to know if the string is present or not in the current file.");
constTQStringchbIgnoreWhitespacesWhatthis="";
constTQStringchbFollowSymLinksWhatthis=i18n("If tdefilereplace encounters a symbolic link treats it like a normal folder or file.");
constTQStringchbIgnoreHiddenWhatthis=i18n("Enable this option to ignore hidden files or folders.");
constTQStringchbIgnoreFilesWhatthis=i18n("If this option is enabled, KFR will show even the names of the files in which no string has been found or replaced.");
constTQStringchbRegularExpressionsWhatthis=i18n("Allows you to apply TQt-like regular expressions on the search string. Note that a complex regular expression could affect speed performance");
constTQStringchbVariablesWhatthis=i18n("Enable \"commands\". For example: if search string is \"user\" and replace string is the command \"[$user:uid$]\", KFR will substitute \"user\" with the uid of the user.");
constTQStringchbBackupWhatthis=i18n("Enable this option if you want leave original files untouched.");
constTQStringchbConfirmStringsWhatthis=i18n("Enable this option if you want to be asked for single string replacement confirmation.");
//TDEFileReplacePart
constTQStringfileSimulateWhatthis=i18n("Enable this option to perform replacing as a simulation, i.e. without make any changes in files.");