summaryrefslogtreecommitdiff
path: root/translations/UTranslation_EN.pas
diff options
context:
space:
mode:
Diffstat (limited to 'translations/UTranslation_EN.pas')
-rw-r--r--translations/UTranslation_EN.pas49
1 files changed, 49 insertions, 0 deletions
diff --git a/translations/UTranslation_EN.pas b/translations/UTranslation_EN.pas
index fa31434..8d067ae 100644
--- a/translations/UTranslation_EN.pas
+++ b/translations/UTranslation_EN.pas
@@ -648,6 +648,31 @@ const LANGenF2Button_Caption = 'F2 - Rename';
LANGenFSetPassword_Label2_Caption = 'The archive is encrypted and requires password in order to extract the data';
LANGenFSetPassword_ShowPasswordCheckButton = 'Un_mask password';
+ (*************** STRINGS ADDED TO v0.6.48 **********************************************************************************)
+ LANGenCopyFileNamesToClipboard = '_Copy file names to clipboard';
+ LANGenCopyFullPathNamesToClipboard = 'Copy _full path names to clipboard';
+ LANGenCopyPathToClipboard = '_Copy path to clipboard';
+ LANGenPreferences_DateFormatLabel_Caption = 'Date _format:';
+ LANGenPreferences_System = 'System';
+ LANGenPreferences_Custom = 'Custom...';
+ LANGenPreferences_CustomDateFormatEntry_Tooltip = 'Enter custom date format string.'#10'Please see "man strftime" for syntax reference.';
+ LANGenPreferences_TimeFormatLabel_Caption = '_Time format:';
+ LANGenPreferences_CustomTimeFormatEntry_Tooltip = 'Enter custom time format string.'#10'Please see "man strftime" for syntax reference.';
+ LANGenPreferences_DateTimeFormatLabel_Caption = 'Date/time _order:';
+ LANGenPreferences_QuickRenameSkipExtCheckBox = 'Select name part only on quick-rename';
+ LANGenPreferences_QuickRenameSkipExtCheckBox_Tooltip = 'Exclude filename extension from the selection when doing quick-rename';
+ LANGenPreferences_SortDirectoriesLikeFilesCheckBox = 'Sort directories lik_e files';
+ LANGenPreferences_SortDirectoriesLikeFilesCheckBox_Tooltip = 'Check this to allow sorting directories along with files. Directories are always first in the list.'#10'Unchecked: directories are always sorted by name.';
+ LANGenPreferences_QuickSearchLabel_Caption = 'Quick search _keystroke:';
+ LANGenPreferences_QuickSearchOptionMenu_Tooltip = 'The Ctrl+S/Alt+S and "/" keystrokes are always active, regardless on this setting.';
+ LANGenPreferences_QuickSearch_Option1 = 'Ctrl+S/Alt+S and "/" only';
+ LANGenPreferences_QuickSearch_Option2 = 'Ctrl+Alt+letters';
+ LANGenPreferences_QuickSearch_Option3 = 'Alt+letters';
+ LANGenPreferences_QuickSearch_Option4 = 'letters directly';
+ LANGenPreferences_TempPathLabel_Caption = 'Temporary files';
+ LANGenPreferences_VFSTempPathLabel_Caption = '_VFS temp files:';
+ LANGenPreferences_VFSTempPathEntry_Tooltip = 'Location of temporary files used by VFS subsystem, e.g. when opening files directly from archives. All temporary files are cleaned on exit.';
+
@@ -1257,6 +1282,30 @@ begin
LANGFSetPassword_Label1_Caption := LANGenFSetPassword_Label1_Caption;
LANGFSetPassword_Label2_Caption := LANGenFSetPassword_Label2_Caption;
LANGFSetPassword_ShowPasswordCheckButton := LANGenFSetPassword_ShowPasswordCheckButton;
+
+ LANGCopyFileNamesToClipboard := LANGenCopyFileNamesToClipboard;
+ LANGCopyFullPathNamesToClipboard := LANGenCopyFullPathNamesToClipboard;
+ LANGCopyPathToClipboard := LANGenCopyPathToClipboard;
+ LANGPreferences_DateFormatLabel_Caption := LANGenPreferences_DateFormatLabel_Caption;
+ LANGPreferences_System := LANGenPreferences_System;
+ LANGPreferences_Custom := LANGenPreferences_Custom;
+ LANGPreferences_CustomDateFormatEntry_Tooltip := LANGenPreferences_CustomDateFormatEntry_Tooltip;
+ LANGPreferences_TimeFormatLabel_Caption := LANGenPreferences_TimeFormatLabel_Caption;
+ LANGPreferences_CustomTimeFormatEntry_Tooltip := LANGenPreferences_CustomTimeFormatEntry_Tooltip;
+ LANGPreferences_DateTimeFormatLabel_Caption := LANGenPreferences_DateTimeFormatLabel_Caption;
+ LANGPreferences_QuickRenameSkipExtCheckBox := LANGenPreferences_QuickRenameSkipExtCheckBox;
+ LANGPreferences_QuickRenameSkipExtCheckBox_Tooltip := LANGenPreferences_QuickRenameSkipExtCheckBox_Tooltip;
+ LANGPreferences_SortDirectoriesLikeFilesCheckBox := LANGenPreferences_SortDirectoriesLikeFilesCheckBox;
+ LANGPreferences_SortDirectoriesLikeFilesCheckBox_Tooltip := LANGenPreferences_SortDirectoriesLikeFilesCheckBox_Tooltip;
+ LANGPreferences_QuickSearchLabel_Caption := LANGenPreferences_QuickSearchLabel_Caption;
+ LANGPreferences_QuickSearchOptionMenu_Tooltip := LANGenPreferences_QuickSearchOptionMenu_Tooltip;
+ LANGPreferences_QuickSearch_Option1 := LANGenPreferences_QuickSearch_Option1;
+ LANGPreferences_QuickSearch_Option2 := LANGenPreferences_QuickSearch_Option2;
+ LANGPreferences_QuickSearch_Option3 := LANGenPreferences_QuickSearch_Option3;
+ LANGPreferences_QuickSearch_Option4 := LANGenPreferences_QuickSearch_Option4;
+ LANGPreferences_TempPathLabel_Caption := LANGenPreferences_TempPathLabel_Caption;
+ LANGPreferences_VFSTempPathLabel_Caption := LANGenPreferences_VFSTempPathLabel_Caption;
+ LANGPreferences_VFSTempPathEntry_Tooltip := LANGenPreferences_VFSTempPathEntry_Tooltip;
end;
initialization