summaryrefslogtreecommitdiff
path: root/translations/UTranslation_CHT.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_CHT.pas
parent959b06fb29ddfd48cac307aa4c0c0088c1f60547 (diff)
downloadtuxcmd-0.6.49.tar.xz
Localization preparationv0.6.49
Diffstat (limited to 'translations/UTranslation_CHT.pas')
-rw-r--r--translations/UTranslation_CHT.pas94
1 files changed, 93 insertions, 1 deletions
diff --git a/translations/UTranslation_CHT.pas b/translations/UTranslation_CHT.pas
index 5d9ece2..a114993 100644
--- a/translations/UTranslation_CHT.pas
+++ b/translations/UTranslation_CHT.pas
@@ -622,6 +622,53 @@ const LANGchtF2Button_Caption = 'F2 - ㏑';
LANGchtCommandEntry_Tooltip = 'ㄏノ %s ゅン/ヘ魁才';
LANGchtmiFiles_Caption = '度ゅン';
+ (*************** STRINGS ADDED TO v0.6.31 **********************************************************************************)
+ LANGchtPasswordButton_Tooltip = 'Archive requires password.'#10'Click to set';
+ LANGchtHandleRunFromArchive_Bytes = 'bytes';
+ LANGchtHandleRunFromArchive_FileTypeDesc_Unknown = '(unknown)';
+ LANGchtHandleRunFromArchive_NotAssociated = '(not associated)';
+ LANGchtHandleRunFromArchive_SelfExecutable = '(self-executable)';
+ LANGchtHandleRunFromArchive_CouldntCreateTemporaryDirectory = 'Couldn''t create temporary directory "%s": %s.'#10#10'Please check the temporary directory settings and try it again.';
+ LANGchtFRunFromVFS_Caption = 'Packed file properties';
+ LANGchtFRunFromVFS_TitleLabel = 'File Properties';
+ LANGchtFRunFromVFS_FileNameLabel = 'File name:';
+ LANGchtFRunFromVFS_FileTypeLabel = 'File type:';
+ LANGchtFRunFromVFS_SizeLabel = 'Size:';
+ LANGchtFRunFromVFS_PackedSizeLabel = 'Compressed size:';
+ LANGchtFRunFromVFS_DateLabel = 'Modify date:';
+ LANGchtFRunFromVFS_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.';
+ LANGchtFRunFromVFS_OpensWithLabel = 'Open with:';
+ LANGchtFRunFromVFS_ExecuteButton = 'E_xtract and open';
+ LANGchtFRunFromVFS_ExecuteAllButton = 'Extract _all and open';
+ LANGchtFSetPassword_Caption = 'Set password';
+ LANGchtFSetPassword_Label1_Caption = 'Password required';
+ LANGchtFSetPassword_Label2_Caption = 'The archive is encrypted and requires password in order to extract the data';
+ LANGchtFSetPassword_ShowPasswordCheckButton = 'Un_mask password';
+
+ (*************** STRINGS ADDED TO v0.6.48 **********************************************************************************)
+ LANGchtCopyFileNamesToClipboard = '_Copy file names to clipboard';
+ LANGchtCopyFullPathNamesToClipboard = 'Copy _full path names to clipboard';
+ LANGchtCopyPathToClipboard = '_Copy path to clipboard';
+ LANGchtPreferences_DateFormatLabel_Caption = 'Date _format:';
+ LANGchtPreferences_System = 'System';
+ LANGchtPreferences_Custom = 'Custom...';
+ LANGchtPreferences_CustomDateFormatEntry_Tooltip = 'Enter custom date format string.'#10'Please see "man strftime" for syntax reference.';
+ LANGchtPreferences_TimeFormatLabel_Caption = '_Time format:';
+ LANGchtPreferences_CustomTimeFormatEntry_Tooltip = 'Enter custom time format string.'#10'Please see "man strftime" for syntax reference.';
+ LANGchtPreferences_DateTimeFormatLabel_Caption = 'Date/time _order:';
+ LANGchtPreferences_QuickRenameSkipExtCheckBox = 'Select name part only on quick-rename';
+ LANGchtPreferences_QuickRenameSkipExtCheckBox_Tooltip = 'Exclude filename extension from the selection when doing quick-rename';
+ LANGchtPreferences_SortDirectoriesLikeFilesCheckBox = 'Sort directories lik_e files';
+ LANGchtPreferences_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.';
+ LANGchtPreferences_QuickSearchLabel_Caption = 'Quick search _keystroke:';
+ LANGchtPreferences_QuickSearchOptionMenu_Tooltip = 'The Ctrl+S/Alt+S and "/" keystrokes are always active, regardless on this setting.';
+ LANGchtPreferences_QuickSearch_Option1 = 'Ctrl+S/Alt+S and "/" only';
+ LANGchtPreferences_QuickSearch_Option2 = 'Ctrl+Alt+letters';
+ LANGchtPreferences_QuickSearch_Option3 = 'Alt+letters';
+ LANGchtPreferences_QuickSearch_Option4 = 'letters directly';
+ LANGchtPreferences_TempPathLabel_Caption = 'Temporary files';
+ LANGchtPreferences_VFSTempPathLabel_Caption = '_VFS temp files:';
+ LANGchtPreferences_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,11 +1255,56 @@ begin
LANGFilePopupMenu_Properties := LANGchtFilePopupMenu_Properties;
LANGCommandEntry_Tooltip := LANGchtCommandEntry_Tooltip;
LANGmiFiles_Caption := LANGchtmiFiles_Caption;
+
+ LANGPasswordButton_Tooltip := LANGchtPasswordButton_Tooltip;
+ LANGHandleRunFromArchive_Bytes := LANGchtHandleRunFromArchive_Bytes;
+ LANGHandleRunFromArchive_FileTypeDesc_Unknown := LANGchtHandleRunFromArchive_FileTypeDesc_Unknown;
+ LANGHandleRunFromArchive_NotAssociated := LANGchtHandleRunFromArchive_NotAssociated;
+ LANGHandleRunFromArchive_SelfExecutable := LANGchtHandleRunFromArchive_SelfExecutable;
+ LANGHandleRunFromArchive_CouldntCreateTemporaryDirectory := LANGchtHandleRunFromArchive_CouldntCreateTemporaryDirectory;
+ LANGFRunFromVFS_Caption := LANGchtFRunFromVFS_Caption;
+ LANGFRunFromVFS_TitleLabel := LANGchtFRunFromVFS_TitleLabel;
+ LANGFRunFromVFS_FileNameLabel := LANGchtFRunFromVFS_FileNameLabel;
+ LANGFRunFromVFS_FileTypeLabel := LANGchtFRunFromVFS_FileTypeLabel;
+ LANGFRunFromVFS_SizeLabel := LANGchtFRunFromVFS_SizeLabel;
+ LANGFRunFromVFS_PackedSizeLabel := LANGchtFRunFromVFS_PackedSizeLabel;
+ LANGFRunFromVFS_DateLabel := LANGchtFRunFromVFS_DateLabel;
+ LANGFRunFromVFS_InfoLabel := LANGchtFRunFromVFS_InfoLabel;
+ LANGFRunFromVFS_OpensWithLabel := LANGchtFRunFromVFS_OpensWithLabel;
+ LANGFRunFromVFS_ExecuteButton := LANGchtFRunFromVFS_ExecuteButton;
+ LANGFRunFromVFS_ExecuteAllButton := LANGchtFRunFromVFS_ExecuteAllButton;
+ LANGFSetPassword_Caption := LANGchtFSetPassword_Caption;
+ LANGFSetPassword_Label1_Caption := LANGchtFSetPassword_Label1_Caption;
+ LANGFSetPassword_Label2_Caption := LANGchtFSetPassword_Label2_Caption;
+ LANGFSetPassword_ShowPasswordCheckButton := LANGchtFSetPassword_ShowPasswordCheckButton;
+
+ LANGCopyFileNamesToClipboard := LANGchtCopyFileNamesToClipboard;
+ LANGCopyFullPathNamesToClipboard := LANGchtCopyFullPathNamesToClipboard;
+ LANGCopyPathToClipboard := LANGchtCopyPathToClipboard;
+ LANGPreferences_DateFormatLabel_Caption := LANGchtPreferences_DateFormatLabel_Caption;
+ LANGPreferences_System := LANGchtPreferences_System;
+ LANGPreferences_Custom := LANGchtPreferences_Custom;
+ LANGPreferences_CustomDateFormatEntry_Tooltip := LANGchtPreferences_CustomDateFormatEntry_Tooltip;
+ LANGPreferences_TimeFormatLabel_Caption := LANGchtPreferences_TimeFormatLabel_Caption;
+ LANGPreferences_CustomTimeFormatEntry_Tooltip := LANGchtPreferences_CustomTimeFormatEntry_Tooltip;
+ LANGPreferences_DateTimeFormatLabel_Caption := LANGchtPreferences_DateTimeFormatLabel_Caption;
+ LANGPreferences_QuickRenameSkipExtCheckBox := LANGchtPreferences_QuickRenameSkipExtCheckBox;
+ LANGPreferences_QuickRenameSkipExtCheckBox_Tooltip := LANGchtPreferences_QuickRenameSkipExtCheckBox_Tooltip;
+ LANGPreferences_SortDirectoriesLikeFilesCheckBox := LANGchtPreferences_SortDirectoriesLikeFilesCheckBox;
+ LANGPreferences_SortDirectoriesLikeFilesCheckBox_Tooltip := LANGchtPreferences_SortDirectoriesLikeFilesCheckBox_Tooltip;
+ LANGPreferences_QuickSearchLabel_Caption := LANGchtPreferences_QuickSearchLabel_Caption;
+ LANGPreferences_QuickSearchOptionMenu_Tooltip := LANGchtPreferences_QuickSearchOptionMenu_Tooltip;
+ LANGPreferences_QuickSearch_Option1 := LANGchtPreferences_QuickSearch_Option1;
+ LANGPreferences_QuickSearch_Option2 := LANGchtPreferences_QuickSearch_Option2;
+ LANGPreferences_QuickSearch_Option3 := LANGchtPreferences_QuickSearch_Option3;
+ LANGPreferences_QuickSearch_Option4 := LANGchtPreferences_QuickSearch_Option4;
+ LANGPreferences_TempPathLabel_Caption := LANGchtPreferences_TempPathLabel_Caption;
+ LANGPreferences_VFSTempPathLabel_Caption := LANGchtPreferences_VFSTempPathLabel_Caption;
+ LANGPreferences_VFSTempPathEntry_Tooltip := LANGchtPreferences_VFSTempPathEntry_Tooltip;
end;
initialization
AddTranslation('ZH', @SetTranslation);
AddTranslation('TW', @SetTranslation);
AddTranslation('zh_TW', @SetTranslation);
-// AddTranslation('C', @SetTranslation); // Please don't add this line to your translations, it is default "C" locale (of course English)
end.