diff options
Diffstat (limited to 'translations/UTranslation_SV.pas')
| -rw-r--r-- | translations/UTranslation_SV.pas | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/translations/UTranslation_SV.pas b/translations/UTranslation_SV.pas index d11ebcf..a51f293 100644 --- a/translations/UTranslation_SV.pas +++ b/translations/UTranslation_SV.pas @@ -637,6 +637,30 @@ const LANGsvF2Button_Caption = 'F2 - Byt namn'; LANGsvFSetPassword_Label2_Caption = 'The archive is encrypted and requires password in order to extract the data'; LANGsvFSetPassword_ShowPasswordCheckButton = 'Un_mask password'; + (*************** STRINGS ADDED TO v0.6.48 **********************************************************************************) + LANGsvCopyFileNamesToClipboard = '_Copy file names to clipboard'; + LANGsvCopyFullPathNamesToClipboard = 'Copy _full path names to clipboard'; + LANGsvCopyPathToClipboard = '_Copy path to clipboard'; + LANGsvPreferences_DateFormatLabel_Caption = 'Date _format:'; + LANGsvPreferences_System = 'System'; + LANGsvPreferences_Custom = 'Custom...'; + LANGsvPreferences_CustomDateFormatEntry_Tooltip = 'Enter custom date format string.'#10'Please see "man strftime" for syntax reference.'; + LANGsvPreferences_TimeFormatLabel_Caption = '_Time format:'; + LANGsvPreferences_CustomTimeFormatEntry_Tooltip = 'Enter custom time format string.'#10'Please see "man strftime" for syntax reference.'; + LANGsvPreferences_DateTimeFormatLabel_Caption = 'Date/time _order:'; + LANGsvPreferences_QuickRenameSkipExtCheckBox = 'Select name part only on quick-rename'; + LANGsvPreferences_QuickRenameSkipExtCheckBox_Tooltip = 'Exclude filename extension from the selection when doing quick-rename'; + LANGsvPreferences_SortDirectoriesLikeFilesCheckBox = 'Sort directories lik_e files'; + LANGsvPreferences_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.'; + LANGsvPreferences_QuickSearchLabel_Caption = 'Quick search _keystroke:'; + LANGsvPreferences_QuickSearchOptionMenu_Tooltip = 'The Ctrl+S/Alt+S and "/" keystrokes are always active, regardless on this setting.'; + LANGsvPreferences_QuickSearch_Option1 = 'Ctrl+S/Alt+S and "/" only'; + LANGsvPreferences_QuickSearch_Option2 = 'Ctrl+Alt+letters'; + LANGsvPreferences_QuickSearch_Option3 = 'Alt+letters'; + LANGsvPreferences_QuickSearch_Option4 = 'letters directly'; + LANGsvPreferences_TempPathLabel_Caption = 'Temporary files'; + LANGsvPreferences_VFSTempPathLabel_Caption = '_VFS temp files:'; + LANGsvPreferences_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; @@ -1244,6 +1268,30 @@ begin LANGFSetPassword_Label1_Caption := LANGsvFSetPassword_Label1_Caption; LANGFSetPassword_Label2_Caption := LANGsvFSetPassword_Label2_Caption; LANGFSetPassword_ShowPasswordCheckButton := LANGsvFSetPassword_ShowPasswordCheckButton; + + LANGCopyFileNamesToClipboard := LANGsvCopyFileNamesToClipboard; + LANGCopyFullPathNamesToClipboard := LANGsvCopyFullPathNamesToClipboard; + LANGCopyPathToClipboard := LANGsvCopyPathToClipboard; + LANGPreferences_DateFormatLabel_Caption := LANGsvPreferences_DateFormatLabel_Caption; + LANGPreferences_System := LANGsvPreferences_System; + LANGPreferences_Custom := LANGsvPreferences_Custom; + LANGPreferences_CustomDateFormatEntry_Tooltip := LANGsvPreferences_CustomDateFormatEntry_Tooltip; + LANGPreferences_TimeFormatLabel_Caption := LANGsvPreferences_TimeFormatLabel_Caption; + LANGPreferences_CustomTimeFormatEntry_Tooltip := LANGsvPreferences_CustomTimeFormatEntry_Tooltip; + LANGPreferences_DateTimeFormatLabel_Caption := LANGsvPreferences_DateTimeFormatLabel_Caption; + LANGPreferences_QuickRenameSkipExtCheckBox := LANGsvPreferences_QuickRenameSkipExtCheckBox; + LANGPreferences_QuickRenameSkipExtCheckBox_Tooltip := LANGsvPreferences_QuickRenameSkipExtCheckBox_Tooltip; + LANGPreferences_SortDirectoriesLikeFilesCheckBox := LANGsvPreferences_SortDirectoriesLikeFilesCheckBox; + LANGPreferences_SortDirectoriesLikeFilesCheckBox_Tooltip := LANGsvPreferences_SortDirectoriesLikeFilesCheckBox_Tooltip; + LANGPreferences_QuickSearchLabel_Caption := LANGsvPreferences_QuickSearchLabel_Caption; + LANGPreferences_QuickSearchOptionMenu_Tooltip := LANGsvPreferences_QuickSearchOptionMenu_Tooltip; + LANGPreferences_QuickSearch_Option1 := LANGsvPreferences_QuickSearch_Option1; + LANGPreferences_QuickSearch_Option2 := LANGsvPreferences_QuickSearch_Option2; + LANGPreferences_QuickSearch_Option3 := LANGsvPreferences_QuickSearch_Option3; + LANGPreferences_QuickSearch_Option4 := LANGsvPreferences_QuickSearch_Option4; + LANGPreferences_TempPathLabel_Caption := LANGsvPreferences_TempPathLabel_Caption; + LANGPreferences_VFSTempPathLabel_Caption := LANGsvPreferences_VFSTempPathLabel_Caption; + LANGPreferences_VFSTempPathEntry_Tooltip := LANGsvPreferences_VFSTempPathEntry_Tooltip; end; initialization |
