diff options
Diffstat (limited to 'translations/UTranslation_SR.pas')
| -rw-r--r-- | translations/UTranslation_SR.pas | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/translations/UTranslation_SR.pas b/translations/UTranslation_SR.pas index b6c9328..59a8752 100644 --- a/translations/UTranslation_SR.pas +++ b/translations/UTranslation_SR.pas @@ -645,6 +645,30 @@ const LANGsrF2Button_Caption = 'F2 - Преименуј'; LANGsrFSetPassword_Label2_Caption = 'The archive is encrypted and requires password in order to extract the data'; LANGsrFSetPassword_ShowPasswordCheckButton = 'Un_mask password'; + (*************** STRINGS ADDED TO v0.6.48 **********************************************************************************) + LANGsrCopyFileNamesToClipboard = '_Copy file names to clipboard'; + LANGsrCopyFullPathNamesToClipboard = 'Copy _full path names to clipboard'; + LANGsrCopyPathToClipboard = '_Copy path to clipboard'; + LANGsrPreferences_DateFormatLabel_Caption = 'Date _format:'; + LANGsrPreferences_System = 'System'; + LANGsrPreferences_Custom = 'Custom...'; + LANGsrPreferences_CustomDateFormatEntry_Tooltip = 'Enter custom date format string.'#10'Please see "man strftime" for syntax reference.'; + LANGsrPreferences_TimeFormatLabel_Caption = '_Time format:'; + LANGsrPreferences_CustomTimeFormatEntry_Tooltip = 'Enter custom time format string.'#10'Please see "man strftime" for syntax reference.'; + LANGsrPreferences_DateTimeFormatLabel_Caption = 'Date/time _order:'; + LANGsrPreferences_QuickRenameSkipExtCheckBox = 'Select name part only on quick-rename'; + LANGsrPreferences_QuickRenameSkipExtCheckBox_Tooltip = 'Exclude filename extension from the selection when doing quick-rename'; + LANGsrPreferences_SortDirectoriesLikeFilesCheckBox = 'Sort directories lik_e files'; + LANGsrPreferences_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.'; + LANGsrPreferences_QuickSearchLabel_Caption = 'Quick search _keystroke:'; + LANGsrPreferences_QuickSearchOptionMenu_Tooltip = 'The Ctrl+S/Alt+S and "/" keystrokes are always active, regardless on this setting.'; + LANGsrPreferences_QuickSearch_Option1 = 'Ctrl+S/Alt+S and "/" only'; + LANGsrPreferences_QuickSearch_Option2 = 'Ctrl+Alt+letters'; + LANGsrPreferences_QuickSearch_Option3 = 'Alt+letters'; + LANGsrPreferences_QuickSearch_Option4 = 'letters directly'; + LANGsrPreferences_TempPathLabel_Caption = 'Temporary files'; + LANGsrPreferences_VFSTempPathLabel_Caption = '_VFS temp files:'; + LANGsrPreferences_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; @@ -1252,6 +1276,30 @@ begin LANGFSetPassword_Label1_Caption := LANGsrFSetPassword_Label1_Caption; LANGFSetPassword_Label2_Caption := LANGsrFSetPassword_Label2_Caption; LANGFSetPassword_ShowPasswordCheckButton := LANGsrFSetPassword_ShowPasswordCheckButton; + + LANGCopyFileNamesToClipboard := LANGsrCopyFileNamesToClipboard; + LANGCopyFullPathNamesToClipboard := LANGsrCopyFullPathNamesToClipboard; + LANGCopyPathToClipboard := LANGsrCopyPathToClipboard; + LANGPreferences_DateFormatLabel_Caption := LANGsrPreferences_DateFormatLabel_Caption; + LANGPreferences_System := LANGsrPreferences_System; + LANGPreferences_Custom := LANGsrPreferences_Custom; + LANGPreferences_CustomDateFormatEntry_Tooltip := LANGsrPreferences_CustomDateFormatEntry_Tooltip; + LANGPreferences_TimeFormatLabel_Caption := LANGsrPreferences_TimeFormatLabel_Caption; + LANGPreferences_CustomTimeFormatEntry_Tooltip := LANGsrPreferences_CustomTimeFormatEntry_Tooltip; + LANGPreferences_DateTimeFormatLabel_Caption := LANGsrPreferences_DateTimeFormatLabel_Caption; + LANGPreferences_QuickRenameSkipExtCheckBox := LANGsrPreferences_QuickRenameSkipExtCheckBox; + LANGPreferences_QuickRenameSkipExtCheckBox_Tooltip := LANGsrPreferences_QuickRenameSkipExtCheckBox_Tooltip; + LANGPreferences_SortDirectoriesLikeFilesCheckBox := LANGsrPreferences_SortDirectoriesLikeFilesCheckBox; + LANGPreferences_SortDirectoriesLikeFilesCheckBox_Tooltip := LANGsrPreferences_SortDirectoriesLikeFilesCheckBox_Tooltip; + LANGPreferences_QuickSearchLabel_Caption := LANGsrPreferences_QuickSearchLabel_Caption; + LANGPreferences_QuickSearchOptionMenu_Tooltip := LANGsrPreferences_QuickSearchOptionMenu_Tooltip; + LANGPreferences_QuickSearch_Option1 := LANGsrPreferences_QuickSearch_Option1; + LANGPreferences_QuickSearch_Option2 := LANGsrPreferences_QuickSearch_Option2; + LANGPreferences_QuickSearch_Option3 := LANGsrPreferences_QuickSearch_Option3; + LANGPreferences_QuickSearch_Option4 := LANGsrPreferences_QuickSearch_Option4; + LANGPreferences_TempPathLabel_Caption := LANGsrPreferences_TempPathLabel_Caption; + LANGPreferences_VFSTempPathLabel_Caption := LANGsrPreferences_VFSTempPathLabel_Caption; + LANGPreferences_VFSTempPathEntry_Tooltip := LANGsrPreferences_VFSTempPathEntry_Tooltip; end; initialization |
