From c64f56fa977eaa96861cd5d8bac03c59552838df Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Tue, 11 Nov 2008 23:12:42 +0100 Subject: Right mouse button selection mode Patch by Nikola Radovanovic --- translations/UTranslation_SR.pas | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'translations/UTranslation_SR.pas') diff --git a/translations/UTranslation_SR.pas b/translations/UTranslation_SR.pas index 59a8752..6d50238 100644 --- a/translations/UTranslation_SR.pas +++ b/translations/UTranslation_SR.pas @@ -670,6 +670,10 @@ const LANGsrF2Button_Caption = 'F2 - Преименуј'; 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.'; + (*************** STRINGS ADDED TO v0.6.55 **********************************************************************************) + LANGsrPreferences_RightClickSelectCheckBox = 'Избор десним тастером миша'; + LANGsrPreferences_RightClickSelectCheckBox_Tooltip = 'Користи десни тастер миша за обележавање, као у mc.'; + (********************************************************************************************************************************) procedure SetTranslation; begin @@ -1300,6 +1304,9 @@ begin LANGPreferences_TempPathLabel_Caption := LANGsrPreferences_TempPathLabel_Caption; LANGPreferences_VFSTempPathLabel_Caption := LANGsrPreferences_VFSTempPathLabel_Caption; LANGPreferences_VFSTempPathEntry_Tooltip := LANGsrPreferences_VFSTempPathEntry_Tooltip; + + LANGPreferences_RightClickSelectCheckBox := LANGsrPreferences_RightClickSelectCheckBox; + LANGPreferences_RightClickSelectCheckBox_Tooltip := LANGsrPreferences_RightClickSelectCheckBox_Tooltip; end; initialization -- cgit v1.2.3