summaryrefslogtreecommitdiff
path: root/translations
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2008-11-11 23:12:42 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2008-11-11 23:12:42 +0100
commitc64f56fa977eaa96861cd5d8bac03c59552838df (patch)
treeeb67b06352ffb60ea6be8daca004751975e6eac3 /translations
parentb624be9dfcbc32874d0db82d3ee4c26b65de7c49 (diff)
downloadtuxcmd-c64f56fa977eaa96861cd5d8bac03c59552838df.tar.xz
Right mouse button selection mode
Patch by Nikola Radovanovic <nrad@eunet.rs>
Diffstat (limited to 'translations')
-rw-r--r--translations/UTranslation_EN.pas8
-rw-r--r--translations/UTranslation_SR.pas7
2 files changed, 13 insertions, 2 deletions
diff --git a/translations/UTranslation_EN.pas b/translations/UTranslation_EN.pas
index 8d067ae..2b39a19 100644
--- a/translations/UTranslation_EN.pas
+++ b/translations/UTranslation_EN.pas
@@ -673,8 +673,9 @@ const LANGenF2Button_Caption = 'F2 - Rename';
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.';
-
-
+ (*************** STRINGS ADDED TO v0.6.55 **********************************************************************************)
+ LANGenPreferences_RightClickSelectCheckBox = 'Right mouse button selection mode';
+ LANGenPreferences_RightClickSelectCheckBox_Tooltip = 'Use right mouse button to select, like mc.';
(********************************************************************************************************************************)
procedure SetTranslation;
@@ -1306,6 +1307,9 @@ begin
LANGPreferences_TempPathLabel_Caption := LANGenPreferences_TempPathLabel_Caption;
LANGPreferences_VFSTempPathLabel_Caption := LANGenPreferences_VFSTempPathLabel_Caption;
LANGPreferences_VFSTempPathEntry_Tooltip := LANGenPreferences_VFSTempPathEntry_Tooltip;
+
+ LANGPreferences_RightClickSelectCheckBox := LANGenPreferences_RightClickSelectCheckBox;
+ LANGPreferences_RightClickSelectCheckBox_Tooltip := LANGenPreferences_RightClickSelectCheckBox_Tooltip;
end;
initialization
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