summaryrefslogtreecommitdiff
path: root/translations/UTranslation_CHS.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_CHS.pas
parent959b06fb29ddfd48cac307aa4c0c0088c1f60547 (diff)
downloadtuxcmd-0.6.49.tar.xz
Localization preparationv0.6.49
Diffstat (limited to 'translations/UTranslation_CHS.pas')
-rw-r--r--translations/UTranslation_CHS.pas94
1 files changed, 94 insertions, 0 deletions
diff --git a/translations/UTranslation_CHS.pas b/translations/UTranslation_CHS.pas
index 1db94fd..9a63deb 100644
--- a/translations/UTranslation_CHS.pas
+++ b/translations/UTranslation_CHS.pas
@@ -622,6 +622,54 @@ const LANGchsF2Button_Caption = 'F2 - 重命名';
LANGchsCommandEntry_Tooltip = '使用 %s 作为文件/目录的占位符';
LANGchsmiFiles_Caption = '仅文件';
+ (*************** STRINGS ADDED TO v0.6.31 **********************************************************************************)
+ LANGchsPasswordButton_Tooltip = 'Archive requires password.'#10'Click to set';
+ LANGchsHandleRunFromArchive_Bytes = 'bytes';
+ LANGchsHandleRunFromArchive_FileTypeDesc_Unknown = '(unknown)';
+ LANGchsHandleRunFromArchive_NotAssociated = '(not associated)';
+ LANGchsHandleRunFromArchive_SelfExecutable = '(self-executable)';
+ LANGchsHandleRunFromArchive_CouldntCreateTemporaryDirectory = 'Couldn''t create temporary directory "%s": %s.'#10#10'Please check the temporary directory settings and try it again.';
+ LANGchsFRunFromVFS_Caption = 'Packed file properties';
+ LANGchsFRunFromVFS_TitleLabel = 'File Properties';
+ LANGchsFRunFromVFS_FileNameLabel = 'File name:';
+ LANGchsFRunFromVFS_FileTypeLabel = 'File type:';
+ LANGchsFRunFromVFS_SizeLabel = 'Size:';
+ LANGchsFRunFromVFS_PackedSizeLabel = 'Compressed size:';
+ LANGchsFRunFromVFS_DateLabel = 'Modify date:';
+ LANGchsFRunFromVFS_InfoLabel = 'Opening files directly from archives is not supported. By clicking the buttons below the file (all files respectively) will be extracted to a temporary location. Temporary files will be deleted when you close Tux Commander.';
+ LANGchsFRunFromVFS_OpensWithLabel = 'Open with:';
+ LANGchsFRunFromVFS_ExecuteButton = 'E_xtract and open';
+ LANGchsFRunFromVFS_ExecuteAllButton = 'Extract _all and open';
+ LANGchsFSetPassword_Caption = 'Set password';
+ LANGchsFSetPassword_Label1_Caption = 'Password required';
+ LANGchsFSetPassword_Label2_Caption = 'The archive is encrypted and requires password in order to extract the data';
+ LANGchsFSetPassword_ShowPasswordCheckButton = 'Un_mask password';
+
+ (*************** STRINGS ADDED TO v0.6.48 **********************************************************************************)
+ LANGchsCopyFileNamesToClipboard = '_Copy file names to clipboard';
+ LANGchsCopyFullPathNamesToClipboard = 'Copy _full path names to clipboard';
+ LANGchsCopyPathToClipboard = '_Copy path to clipboard';
+ LANGchsPreferences_DateFormatLabel_Caption = 'Date _format:';
+ LANGchsPreferences_System = 'System';
+ LANGchsPreferences_Custom = 'Custom...';
+ LANGchsPreferences_CustomDateFormatEntry_Tooltip = 'Enter custom date format string.'#10'Please see "man strftime" for syntax reference.';
+ LANGchsPreferences_TimeFormatLabel_Caption = '_Time format:';
+ LANGchsPreferences_CustomTimeFormatEntry_Tooltip = 'Enter custom time format string.'#10'Please see "man strftime" for syntax reference.';
+ LANGchsPreferences_DateTimeFormatLabel_Caption = 'Date/time _order:';
+ LANGchsPreferences_QuickRenameSkipExtCheckBox = 'Select name part only on quick-rename';
+ LANGchsPreferences_QuickRenameSkipExtCheckBox_Tooltip = 'Exclude filename extension from the selection when doing quick-rename';
+ LANGchsPreferences_SortDirectoriesLikeFilesCheckBox = 'Sort directories lik_e files';
+ LANGchsPreferences_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.';
+ LANGchsPreferences_QuickSearchLabel_Caption = 'Quick search _keystroke:';
+ LANGchsPreferences_QuickSearchOptionMenu_Tooltip = 'The Ctrl+S/Alt+S and "/" keystrokes are always active, regardless on this setting.';
+ LANGchsPreferences_QuickSearch_Option1 = 'Ctrl+S/Alt+S and "/" only';
+ LANGchsPreferences_QuickSearch_Option2 = 'Ctrl+Alt+letters';
+ LANGchsPreferences_QuickSearch_Option3 = 'Alt+letters';
+ LANGchsPreferences_QuickSearch_Option4 = 'letters directly';
+ LANGchsPreferences_TempPathLabel_Caption = 'Temporary files';
+ LANGchsPreferences_VFSTempPathLabel_Caption = '_VFS temp files:';
+ LANGchsPreferences_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.';
+
(********************************************************************************************************************************)
@@ -1208,6 +1256,52 @@ begin
LANGFilePopupMenu_Properties := LANGchsFilePopupMenu_Properties;
LANGCommandEntry_Tooltip := LANGchsCommandEntry_Tooltip;
LANGmiFiles_Caption := LANGchsmiFiles_Caption;
+
+ LANGPasswordButton_Tooltip := LANGchsPasswordButton_Tooltip;
+ LANGHandleRunFromArchive_Bytes := LANGchsHandleRunFromArchive_Bytes;
+ LANGHandleRunFromArchive_FileTypeDesc_Unknown := LANGchsHandleRunFromArchive_FileTypeDesc_Unknown;
+ LANGHandleRunFromArchive_NotAssociated := LANGchsHandleRunFromArchive_NotAssociated;
+ LANGHandleRunFromArchive_SelfExecutable := LANGchsHandleRunFromArchive_SelfExecutable;
+ LANGHandleRunFromArchive_CouldntCreateTemporaryDirectory := LANGchsHandleRunFromArchive_CouldntCreateTemporaryDirectory;
+ LANGFRunFromVFS_Caption := LANGchsFRunFromVFS_Caption;
+ LANGFRunFromVFS_TitleLabel := LANGchsFRunFromVFS_TitleLabel;
+ LANGFRunFromVFS_FileNameLabel := LANGchsFRunFromVFS_FileNameLabel;
+ LANGFRunFromVFS_FileTypeLabel := LANGchsFRunFromVFS_FileTypeLabel;
+ LANGFRunFromVFS_SizeLabel := LANGchsFRunFromVFS_SizeLabel;
+ LANGFRunFromVFS_PackedSizeLabel := LANGchsFRunFromVFS_PackedSizeLabel;
+ LANGFRunFromVFS_DateLabel := LANGchsFRunFromVFS_DateLabel;
+ LANGFRunFromVFS_InfoLabel := LANGchsFRunFromVFS_InfoLabel;
+ LANGFRunFromVFS_OpensWithLabel := LANGchsFRunFromVFS_OpensWithLabel;
+ LANGFRunFromVFS_ExecuteButton := LANGchsFRunFromVFS_ExecuteButton;
+ LANGFRunFromVFS_ExecuteAllButton := LANGchsFRunFromVFS_ExecuteAllButton;
+ LANGFSetPassword_Caption := LANGchsFSetPassword_Caption;
+ LANGFSetPassword_Label1_Caption := LANGchsFSetPassword_Label1_Caption;
+ LANGFSetPassword_Label2_Caption := LANGchsFSetPassword_Label2_Caption;
+ LANGFSetPassword_ShowPasswordCheckButton := LANGchsFSetPassword_ShowPasswordCheckButton;
+
+ LANGCopyFileNamesToClipboard := LANGchsCopyFileNamesToClipboard;
+ LANGCopyFullPathNamesToClipboard := LANGchsCopyFullPathNamesToClipboard;
+ LANGCopyPathToClipboard := LANGchsCopyPathToClipboard;
+ LANGPreferences_DateFormatLabel_Caption := LANGchsPreferences_DateFormatLabel_Caption;
+ LANGPreferences_System := LANGchsPreferences_System;
+ LANGPreferences_Custom := LANGchsPreferences_Custom;
+ LANGPreferences_CustomDateFormatEntry_Tooltip := LANGchsPreferences_CustomDateFormatEntry_Tooltip;
+ LANGPreferences_TimeFormatLabel_Caption := LANGchsPreferences_TimeFormatLabel_Caption;
+ LANGPreferences_CustomTimeFormatEntry_Tooltip := LANGchsPreferences_CustomTimeFormatEntry_Tooltip;
+ LANGPreferences_DateTimeFormatLabel_Caption := LANGchsPreferences_DateTimeFormatLabel_Caption;
+ LANGPreferences_QuickRenameSkipExtCheckBox := LANGchsPreferences_QuickRenameSkipExtCheckBox;
+ LANGPreferences_QuickRenameSkipExtCheckBox_Tooltip := LANGchsPreferences_QuickRenameSkipExtCheckBox_Tooltip;
+ LANGPreferences_SortDirectoriesLikeFilesCheckBox := LANGchsPreferences_SortDirectoriesLikeFilesCheckBox;
+ LANGPreferences_SortDirectoriesLikeFilesCheckBox_Tooltip := LANGchsPreferences_SortDirectoriesLikeFilesCheckBox_Tooltip;
+ LANGPreferences_QuickSearchLabel_Caption := LANGchsPreferences_QuickSearchLabel_Caption;
+ LANGPreferences_QuickSearchOptionMenu_Tooltip := LANGchsPreferences_QuickSearchOptionMenu_Tooltip;
+ LANGPreferences_QuickSearch_Option1 := LANGchsPreferences_QuickSearch_Option1;
+ LANGPreferences_QuickSearch_Option2 := LANGchsPreferences_QuickSearch_Option2;
+ LANGPreferences_QuickSearch_Option3 := LANGchsPreferences_QuickSearch_Option3;
+ LANGPreferences_QuickSearch_Option4 := LANGchsPreferences_QuickSearch_Option4;
+ LANGPreferences_TempPathLabel_Caption := LANGchsPreferences_TempPathLabel_Caption;
+ LANGPreferences_VFSTempPathLabel_Caption := LANGchsPreferences_VFSTempPathLabel_Caption;
+ LANGPreferences_VFSTempPathEntry_Tooltip := LANGchsPreferences_VFSTempPathEntry_Tooltip;
end;
initialization