summaryrefslogtreecommitdiff
path: root/translations/UTranslation_RU.pas
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2008-09-08 21:09:55 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2008-09-08 21:09:55 +0200
commit61a2f57f6a2a748d16a8ba8aced2e1298368615f (patch)
tree25c4b6d30e9830cf7d4ba53eef6728e6025cac36 /translations/UTranslation_RU.pas
parent959b06fb29ddfd48cac307aa4c0c0088c1f60547 (diff)
downloadtuxcmd-61a2f57f6a2a748d16a8ba8aced2e1298368615f.tar.xz
Localization preparationv0.6.49
Diffstat (limited to 'translations/UTranslation_RU.pas')
-rw-r--r--translations/UTranslation_RU.pas49
1 files changed, 49 insertions, 0 deletions
diff --git a/translations/UTranslation_RU.pas b/translations/UTranslation_RU.pas
index 0455466..8462229 100644
--- a/translations/UTranslation_RU.pas
+++ b/translations/UTranslation_RU.pas
@@ -638,6 +638,31 @@ const LANGruF2Button_Caption = 'F2 - Переименов';
LANGruFSetPassword_Label2_Caption = 'The archive is encrypted and requires password in order to extract the data';
LANGruFSetPassword_ShowPasswordCheckButton = 'Un_mask password';
+ (*************** STRINGS ADDED TO v0.6.48 **********************************************************************************)
+ LANGruCopyFileNamesToClipboard = '_Copy file names to clipboard';
+ LANGruCopyFullPathNamesToClipboard = 'Copy _full path names to clipboard';
+ LANGruCopyPathToClipboard = '_Copy path to clipboard';
+ LANGruPreferences_DateFormatLabel_Caption = 'Date _format:';
+ LANGruPreferences_System = 'System';
+ LANGruPreferences_Custom = 'Custom...';
+ LANGruPreferences_CustomDateFormatEntry_Tooltip = 'Enter custom date format string.'#10'Please see "man strftime" for syntax reference.';
+ LANGruPreferences_TimeFormatLabel_Caption = '_Time format:';
+ LANGruPreferences_CustomTimeFormatEntry_Tooltip = 'Enter custom time format string.'#10'Please see "man strftime" for syntax reference.';
+ LANGruPreferences_DateTimeFormatLabel_Caption = 'Date/time _order:';
+ LANGruPreferences_QuickRenameSkipExtCheckBox = 'Select name part only on quick-rename';
+ LANGruPreferences_QuickRenameSkipExtCheckBox_Tooltip = 'Exclude filename extension from the selection when doing quick-rename';
+ LANGruPreferences_SortDirectoriesLikeFilesCheckBox = 'Sort directories lik_e files';
+ LANGruPreferences_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.';
+ LANGruPreferences_QuickSearchLabel_Caption = 'Quick search _keystroke:';
+ LANGruPreferences_QuickSearchOptionMenu_Tooltip = 'The Ctrl+S/Alt+S and "/" keystrokes are always active, regardless on this setting.';
+ LANGruPreferences_QuickSearch_Option1 = 'Ctrl+S/Alt+S and "/" only';
+ LANGruPreferences_QuickSearch_Option2 = 'Ctrl+Alt+letters';
+ LANGruPreferences_QuickSearch_Option3 = 'Alt+letters';
+ LANGruPreferences_QuickSearch_Option4 = 'letters directly';
+ LANGruPreferences_TempPathLabel_Caption = 'Temporary files';
+ LANGruPreferences_VFSTempPathLabel_Caption = '_VFS temp files:';
+ LANGruPreferences_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;
@@ -1245,6 +1270,30 @@ begin
LANGFSetPassword_Label1_Caption := LANGruFSetPassword_Label1_Caption;
LANGFSetPassword_Label2_Caption := LANGruFSetPassword_Label2_Caption;
LANGFSetPassword_ShowPasswordCheckButton := LANGruFSetPassword_ShowPasswordCheckButton;
+
+ LANGCopyFileNamesToClipboard := LANGruCopyFileNamesToClipboard;
+ LANGCopyFullPathNamesToClipboard := LANGruCopyFullPathNamesToClipboard;
+ LANGCopyPathToClipboard := LANGruCopyPathToClipboard;
+ LANGPreferences_DateFormatLabel_Caption := LANGruPreferences_DateFormatLabel_Caption;
+ LANGPreferences_System := LANGruPreferences_System;
+ LANGPreferences_Custom := LANGruPreferences_Custom;
+ LANGPreferences_CustomDateFormatEntry_Tooltip := LANGruPreferences_CustomDateFormatEntry_Tooltip;
+ LANGPreferences_TimeFormatLabel_Caption := LANGruPreferences_TimeFormatLabel_Caption;
+ LANGPreferences_CustomTimeFormatEntry_Tooltip := LANGruPreferences_CustomTimeFormatEntry_Tooltip;
+ LANGPreferences_DateTimeFormatLabel_Caption := LANGruPreferences_DateTimeFormatLabel_Caption;
+ LANGPreferences_QuickRenameSkipExtCheckBox := LANGruPreferences_QuickRenameSkipExtCheckBox;
+ LANGPreferences_QuickRenameSkipExtCheckBox_Tooltip := LANGruPreferences_QuickRenameSkipExtCheckBox_Tooltip;
+ LANGPreferences_SortDirectoriesLikeFilesCheckBox := LANGruPreferences_SortDirectoriesLikeFilesCheckBox;
+ LANGPreferences_SortDirectoriesLikeFilesCheckBox_Tooltip := LANGruPreferences_SortDirectoriesLikeFilesCheckBox_Tooltip;
+ LANGPreferences_QuickSearchLabel_Caption := LANGruPreferences_QuickSearchLabel_Caption;
+ LANGPreferences_QuickSearchOptionMenu_Tooltip := LANGruPreferences_QuickSearchOptionMenu_Tooltip;
+ LANGPreferences_QuickSearch_Option1 := LANGruPreferences_QuickSearch_Option1;
+ LANGPreferences_QuickSearch_Option2 := LANGruPreferences_QuickSearch_Option2;
+ LANGPreferences_QuickSearch_Option3 := LANGruPreferences_QuickSearch_Option3;
+ LANGPreferences_QuickSearch_Option4 := LANGruPreferences_QuickSearch_Option4;
+ LANGPreferences_TempPathLabel_Caption := LANGruPreferences_TempPathLabel_Caption;
+ LANGPreferences_VFSTempPathLabel_Caption := LANGruPreferences_VFSTempPathLabel_Caption;
+ LANGPreferences_VFSTempPathEntry_Tooltip := LANGruPreferences_VFSTempPathEntry_Tooltip;
end;
initialization