summaryrefslogtreecommitdiff
path: root/translations/UTranslation_CHS.pas
diff options
context:
space:
mode:
Diffstat (limited to 'translations/UTranslation_CHS.pas')
-rw-r--r--translations/UTranslation_CHS.pas57
1 files changed, 57 insertions, 0 deletions
diff --git a/translations/UTranslation_CHS.pas b/translations/UTranslation_CHS.pas
index 925fdc9..6914268 100644
--- a/translations/UTranslation_CHS.pas
+++ b/translations/UTranslation_CHS.pas
@@ -670,6 +670,35 @@ const LANGchsF2Button_Caption = 'F2 - 重命名';
LANGchsPreferences_VFSTempPathLabel_Caption = '_VFS 临时文件:';
LANGchsPreferences_VFSTempPathEntry_Tooltip = 'VFS 子系统使用的临时文件路径, 例如. 当直接从压缩文档中打开文件时. 所有临时文件将在退出时删除.';
+ (*************** STRINGS ADDED TO v0.6.67 **********************************************************************************)
+ LANGchsPreferences_RightClickSelectCheckBox = 'Right mouse button selection mode';
+ LANGchsPreferences_RightClickSelectCheckBox_Tooltip = 'Use right mouse button to select, like mc.';
+ LANGchsGtkMountOperation_ConnectAnonymously = 'Connect _anonymously';
+ LANGchsGtkMountOperation_ConnectAsUser = 'Connect as u_ser:';
+ LANGchsGtkMountOperation_Username = '_Username:';
+ LANGchsGtkMountOperation_Domain = '_Domain:';
+ LANGchsGtkMountOperation_Password = '_Password:';
+ LANGchsGtkMountOperation_DoNotSavePassword = 'Do not save password';
+ LANGchsGtkMountOperation_ForgetPasswordImmediately = 'Forget password _immediately';
+ LANGchsGtkMountOperation_RememberPasswordUntilYouLogout = 'Remember password until you _logout';
+ LANGchsGtkMountOperation_SavePasswordInConnectionManager = '_Save password in Connection Manager';
+ LANGchsGtkMountOperation_RememberForever = 'Remember _forever';
+ LANGchsFSymlink_RelativePath = '_Relative path';
+ LANGchsFConnectionManager_DuplicateButton_Caption = 'D_uplicate...';
+ LANGchsFConnectionManager_DuplicateButton_Tooltip = 'Duplicate selected connection';
+ LANGchsFConnectionManager_DoNotSavePasswordsCheckBox_Label = '_Do not store passwords internally (but still use gnome-keyring)';
+ LANGchsFConnectionManager_DoNotSavePasswordsCheckBox_Tooltip = 'By checking this option on, Tux Commander will never save passwords into its connection list. Due to the GVFS nature, gnome-keyring will still be used to retrieve stored passwords from your desktop session.';
+ LANGchsFConnectionManager_DoNotSynchronizeKeyringCheckBox_Label = 'Do not synchronize passwords to gnome-_keyring';
+ LANGchsFConnectionManager_DoNotSynchronizeKeyringCheckBox_Tooltip = 'Don''t tell gnome-keyring to save any passwords.';
+ LANGchsFConnectionManager_DuplicateMenuItem_Caption = 'D_uplicate...';
+ LANGchsFQuickConnect_Caption = 'Quick connect';
+ LANGchsFQuickConnect_TitleLabel_Caption = 'Quick connect';
+ LANGchsFQuickConnect_ConnectToURILabel_Caption = 'C_onnect to URI:';
+ LANGchsLinkToS = 'Link to %s';
+ LANGchsOpenDirectoryInBackgroundTab = 'Open directory in _background tab';
+ LANGchsTheActiveConnectionHasNotBeenSaved = 'The active connection has not been saved. Do you want to save it to Connection Manager?'#10#10'%s';
+ LANGchsTheArchiveIsEncryptedAndRequiresPassword = 'The archive is encrypted and requires password';
+
(********************************************************************************************************************************)
procedure SetTranslation;
@@ -1301,6 +1330,34 @@ begin
LANGPreferences_TempPathLabel_Caption := LANGchsPreferences_TempPathLabel_Caption;
LANGPreferences_VFSTempPathLabel_Caption := LANGchsPreferences_VFSTempPathLabel_Caption;
LANGPreferences_VFSTempPathEntry_Tooltip := LANGchsPreferences_VFSTempPathEntry_Tooltip;
+
+ LANGPreferences_RightClickSelectCheckBox := LANGchsPreferences_RightClickSelectCheckBox;
+ LANGPreferences_RightClickSelectCheckBox_Tooltip := LANGchsPreferences_RightClickSelectCheckBox_Tooltip;
+ LANGGtkMountOperation_ConnectAnonymously := LANGchsGtkMountOperation_ConnectAnonymously;
+ LANGGtkMountOperation_ConnectAsUser := LANGchsGtkMountOperation_ConnectAsUser;
+ LANGGtkMountOperation_Username := LANGchsGtkMountOperation_Username;
+ LANGGtkMountOperation_Domain := LANGchsGtkMountOperation_Domain;
+ LANGGtkMountOperation_Password := LANGchsGtkMountOperation_Password;
+ LANGGtkMountOperation_DoNotSavePassword := LANGchsGtkMountOperation_DoNotSavePassword;
+ LANGGtkMountOperation_ForgetPasswordImmediately := LANGchsGtkMountOperation_ForgetPasswordImmediately;
+ LANGGtkMountOperation_RememberPasswordUntilYouLogout := LANGchsGtkMountOperation_RememberPasswordUntilYouLogout;
+ LANGGtkMountOperation_SavePasswordInConnectionManager := LANGchsGtkMountOperation_SavePasswordInConnectionManager;
+ LANGGtkMountOperation_RememberForever := LANGchsGtkMountOperation_RememberForever;
+ LANGFSymlink_RelativePath := LANGchsFSymlink_RelativePath;
+ LANGFConnectionManager_DuplicateButton_Caption := LANGchsFConnectionManager_DuplicateButton_Caption;
+ LANGFConnectionManager_DuplicateButton_Tooltip := LANGchsFConnectionManager_DuplicateButton_Tooltip;
+ LANGFConnectionManager_DoNotSavePasswordsCheckBox_Label := LANGchsFConnectionManager_DoNotSavePasswordsCheckBox_Label;
+ LANGFConnectionManager_DoNotSavePasswordsCheckBox_Tooltip := LANGchsFConnectionManager_DoNotSavePasswordsCheckBox_Tooltip;
+ LANGFConnectionManager_DoNotSynchronizeKeyringCheckBox_Label := LANGchsFConnectionManager_DoNotSynchronizeKeyringCheckBox_Label;
+ LANGFConnectionManager_DoNotSynchronizeKeyringCheckBox_Tooltip := LANGchsFConnectionManager_DoNotSynchronizeKeyringCheckBox_Tooltip;
+ LANGFConnectionManager_DuplicateMenuItem_Caption := LANGchsFConnectionManager_DuplicateMenuItem_Caption;
+ LANGFQuickConnect_Caption := LANGchsFQuickConnect_Caption;
+ LANGFQuickConnect_TitleLabel_Caption := LANGchsFQuickConnect_TitleLabel_Caption;
+ LANGFQuickConnect_ConnectToURILabel_Caption := LANGchsFQuickConnect_ConnectToURILabel_Caption;
+ LANGLinkToS := LANGchsLinkToS;
+ LANGOpenDirectoryInBackgroundTab := LANGchsOpenDirectoryInBackgroundTab;
+ LANGTheActiveConnectionHasNotBeenSaved := LANGchsTheActiveConnectionHasNotBeenSaved;
+ LANGTheArchiveIsEncryptedAndRequiresPassword := LANGchsTheArchiveIsEncryptedAndRequiresPassword;
end;
initialization