diff options
Diffstat (limited to 'translations/UTranslation_HU.pas')
| -rw-r--r-- | translations/UTranslation_HU.pas | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/translations/UTranslation_HU.pas b/translations/UTranslation_HU.pas index a9a72cc..2e6c79a 100644 --- a/translations/UTranslation_HU.pas +++ b/translations/UTranslation_HU.pas @@ -640,6 +640,31 @@ const LANGhuF2Button_Caption = 'F2 - Átnevezés'; LANGhuFSetPassword_Label2_Caption = 'The archive is encrypted and requires password in order to extract the data'; LANGhuFSetPassword_ShowPasswordCheckButton = 'Un_mask password'; + (*************** STRINGS ADDED TO v0.6.48 **********************************************************************************) + LANGhuCopyFileNamesToClipboard = '_Copy file names to clipboard'; + LANGhuCopyFullPathNamesToClipboard = 'Copy _full path names to clipboard'; + LANGhuCopyPathToClipboard = '_Copy path to clipboard'; + LANGhuPreferences_DateFormatLabel_Caption = 'Date _format:'; + LANGhuPreferences_System = 'System'; + LANGhuPreferences_Custom = 'Custom...'; + LANGhuPreferences_CustomDateFormatEntry_Tooltip = 'Enter custom date format string.'#10'Please see "man strftime" for syntax reference.'; + LANGhuPreferences_TimeFormatLabel_Caption = '_Time format:'; + LANGhuPreferences_CustomTimeFormatEntry_Tooltip = 'Enter custom time format string.'#10'Please see "man strftime" for syntax reference.'; + LANGhuPreferences_DateTimeFormatLabel_Caption = 'Date/time _order:'; + LANGhuPreferences_QuickRenameSkipExtCheckBox = 'Select name part only on quick-rename'; + LANGhuPreferences_QuickRenameSkipExtCheckBox_Tooltip = 'Exclude filename extension from the selection when doing quick-rename'; + LANGhuPreferences_SortDirectoriesLikeFilesCheckBox = 'Sort directories lik_e files'; + LANGhuPreferences_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.'; + LANGhuPreferences_QuickSearchLabel_Caption = 'Quick search _keystroke:'; + LANGhuPreferences_QuickSearchOptionMenu_Tooltip = 'The Ctrl+S/Alt+S and "/" keystrokes are always active, regardless on this setting.'; + LANGhuPreferences_QuickSearch_Option1 = 'Ctrl+S/Alt+S and "/" only'; + LANGhuPreferences_QuickSearch_Option2 = 'Ctrl+Alt+letters'; + LANGhuPreferences_QuickSearch_Option3 = 'Alt+letters'; + LANGhuPreferences_QuickSearch_Option4 = 'letters directly'; + LANGhuPreferences_TempPathLabel_Caption = 'Temporary files'; + LANGhuPreferences_VFSTempPathLabel_Caption = '_VFS temp files:'; + LANGhuPreferences_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.'; + (********************************************************************************************************************************) procedure SetTranslation; @@ -1247,6 +1272,30 @@ begin LANGFSetPassword_Label1_Caption := LANGhuFSetPassword_Label1_Caption; LANGFSetPassword_Label2_Caption := LANGhuFSetPassword_Label2_Caption; LANGFSetPassword_ShowPasswordCheckButton := LANGhuFSetPassword_ShowPasswordCheckButton; + + LANGCopyFileNamesToClipboard := LANGhuCopyFileNamesToClipboard; + LANGCopyFullPathNamesToClipboard := LANGhuCopyFullPathNamesToClipboard; + LANGCopyPathToClipboard := LANGhuCopyPathToClipboard; + LANGPreferences_DateFormatLabel_Caption := LANGhuPreferences_DateFormatLabel_Caption; + LANGPreferences_System := LANGhuPreferences_System; + LANGPreferences_Custom := LANGhuPreferences_Custom; + LANGPreferences_CustomDateFormatEntry_Tooltip := LANGhuPreferences_CustomDateFormatEntry_Tooltip; + LANGPreferences_TimeFormatLabel_Caption := LANGhuPreferences_TimeFormatLabel_Caption; + LANGPreferences_CustomTimeFormatEntry_Tooltip := LANGhuPreferences_CustomTimeFormatEntry_Tooltip; + LANGPreferences_DateTimeFormatLabel_Caption := LANGhuPreferences_DateTimeFormatLabel_Caption; + LANGPreferences_QuickRenameSkipExtCheckBox := LANGhuPreferences_QuickRenameSkipExtCheckBox; + LANGPreferences_QuickRenameSkipExtCheckBox_Tooltip := LANGhuPreferences_QuickRenameSkipExtCheckBox_Tooltip; + LANGPreferences_SortDirectoriesLikeFilesCheckBox := LANGhuPreferences_SortDirectoriesLikeFilesCheckBox; + LANGPreferences_SortDirectoriesLikeFilesCheckBox_Tooltip := LANGhuPreferences_SortDirectoriesLikeFilesCheckBox_Tooltip; + LANGPreferences_QuickSearchLabel_Caption := LANGhuPreferences_QuickSearchLabel_Caption; + LANGPreferences_QuickSearchOptionMenu_Tooltip := LANGhuPreferences_QuickSearchOptionMenu_Tooltip; + LANGPreferences_QuickSearch_Option1 := LANGhuPreferences_QuickSearch_Option1; + LANGPreferences_QuickSearch_Option2 := LANGhuPreferences_QuickSearch_Option2; + LANGPreferences_QuickSearch_Option3 := LANGhuPreferences_QuickSearch_Option3; + LANGPreferences_QuickSearch_Option4 := LANGhuPreferences_QuickSearch_Option4; + LANGPreferences_TempPathLabel_Caption := LANGhuPreferences_TempPathLabel_Caption; + LANGPreferences_VFSTempPathLabel_Caption := LANGhuPreferences_VFSTempPathLabel_Caption; + LANGPreferences_VFSTempPathEntry_Tooltip := LANGhuPreferences_VFSTempPathEntry_Tooltip; end; initialization |
