summaryrefslogtreecommitdiff
path: root/translations/UTranslation_CHT.pas
diff options
context:
space:
mode:
Diffstat (limited to 'translations/UTranslation_CHT.pas')
-rw-r--r--translations/UTranslation_CHT.pas57
1 files changed, 57 insertions, 0 deletions
diff --git a/translations/UTranslation_CHT.pas b/translations/UTranslation_CHT.pas
index 4344bfc..aab0118 100644
--- a/translations/UTranslation_CHT.pas
+++ b/translations/UTranslation_CHT.pas
@@ -670,6 +670,35 @@ const LANGchtF2Button_Caption = 'F2 - ㏑';
LANGchtPreferences_VFSTempPathLabel_Caption = '_VFS 羬ゅン:';
LANGchtPreferences_VFSTempPathEntry_Tooltip = 'VFS ╰参ㄏノ羬ゅン隔畖, ㄒ. 讽钡眖溃罽ゅ郎いゴ秨ゅン. ┮Τ羬ゅン盢癶埃.';
+ (*************** STRINGS ADDED TO v0.6.67 **********************************************************************************)
+ LANGchtPreferences_RightClickSelectCheckBox = 'Right mouse button selection mode';
+ LANGchtPreferences_RightClickSelectCheckBox_Tooltip = 'Use right mouse button to select, like mc.';
+ LANGchtGtkMountOperation_ConnectAnonymously = 'Connect _anonymously';
+ LANGchtGtkMountOperation_ConnectAsUser = 'Connect as u_ser:';
+ LANGchtGtkMountOperation_Username = '_Username:';
+ LANGchtGtkMountOperation_Domain = '_Domain:';
+ LANGchtGtkMountOperation_Password = '_Password:';
+ LANGchtGtkMountOperation_DoNotSavePassword = 'Do not save password';
+ LANGchtGtkMountOperation_ForgetPasswordImmediately = 'Forget password _immediately';
+ LANGchtGtkMountOperation_RememberPasswordUntilYouLogout = 'Remember password until you _logout';
+ LANGchtGtkMountOperation_SavePasswordInConnectionManager = '_Save password in Connection Manager';
+ LANGchtGtkMountOperation_RememberForever = 'Remember _forever';
+ LANGchtFSymlink_RelativePath = '_Relative path';
+ LANGchtFConnectionManager_DuplicateButton_Caption = 'D_uplicate...';
+ LANGchtFConnectionManager_DuplicateButton_Tooltip = 'Duplicate selected connection';
+ LANGchtFConnectionManager_DoNotSavePasswordsCheckBox_Label = '_Do not store passwords internally (but still use gnome-keyring)';
+ LANGchtFConnectionManager_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.';
+ LANGchtFConnectionManager_DoNotSynchronizeKeyringCheckBox_Label = 'Do not synchronize passwords to gnome-_keyring';
+ LANGchtFConnectionManager_DoNotSynchronizeKeyringCheckBox_Tooltip = 'Don''t tell gnome-keyring to save any passwords.';
+ LANGchtFConnectionManager_DuplicateMenuItem_Caption = 'D_uplicate...';
+ LANGchtFQuickConnect_Caption = 'Quick connect';
+ LANGchtFQuickConnect_TitleLabel_Caption = 'Quick connect';
+ LANGchtFQuickConnect_ConnectToURILabel_Caption = 'C_onnect to URI:';
+ LANGchtLinkToS = 'Link to %s';
+ LANGchtOpenDirectoryInBackgroundTab = 'Open directory in _background tab';
+ LANGchtTheActiveConnectionHasNotBeenSaved = 'The active connection has not been saved. Do you want to save it to Connection Manager?'#10#10'%s';
+ LANGchtTheArchiveIsEncryptedAndRequiresPassword = 'The archive is encrypted and requires password';
+
(********************************************************************************************************************************)
procedure SetTranslation;
@@ -1301,6 +1330,34 @@ begin
LANGPreferences_TempPathLabel_Caption := LANGchtPreferences_TempPathLabel_Caption;
LANGPreferences_VFSTempPathLabel_Caption := LANGchtPreferences_VFSTempPathLabel_Caption;
LANGPreferences_VFSTempPathEntry_Tooltip := LANGchtPreferences_VFSTempPathEntry_Tooltip;
+
+ LANGPreferences_RightClickSelectCheckBox := LANGchtPreferences_RightClickSelectCheckBox;
+ LANGPreferences_RightClickSelectCheckBox_Tooltip := LANGchtPreferences_RightClickSelectCheckBox_Tooltip;
+ LANGGtkMountOperation_ConnectAnonymously := LANGchtGtkMountOperation_ConnectAnonymously;
+ LANGGtkMountOperation_ConnectAsUser := LANGchtGtkMountOperation_ConnectAsUser;
+ LANGGtkMountOperation_Username := LANGchtGtkMountOperation_Username;
+ LANGGtkMountOperation_Domain := LANGchtGtkMountOperation_Domain;
+ LANGGtkMountOperation_Password := LANGchtGtkMountOperation_Password;
+ LANGGtkMountOperation_DoNotSavePassword := LANGchtGtkMountOperation_DoNotSavePassword;
+ LANGGtkMountOperation_ForgetPasswordImmediately := LANGchtGtkMountOperation_ForgetPasswordImmediately;
+ LANGGtkMountOperation_RememberPasswordUntilYouLogout := LANGchtGtkMountOperation_RememberPasswordUntilYouLogout;
+ LANGGtkMountOperation_SavePasswordInConnectionManager := LANGchtGtkMountOperation_SavePasswordInConnectionManager;
+ LANGGtkMountOperation_RememberForever := LANGchtGtkMountOperation_RememberForever;
+ LANGFSymlink_RelativePath := LANGchtFSymlink_RelativePath;
+ LANGFConnectionManager_DuplicateButton_Caption := LANGchtFConnectionManager_DuplicateButton_Caption;
+ LANGFConnectionManager_DuplicateButton_Tooltip := LANGchtFConnectionManager_DuplicateButton_Tooltip;
+ LANGFConnectionManager_DoNotSavePasswordsCheckBox_Label := LANGchtFConnectionManager_DoNotSavePasswordsCheckBox_Label;
+ LANGFConnectionManager_DoNotSavePasswordsCheckBox_Tooltip := LANGchtFConnectionManager_DoNotSavePasswordsCheckBox_Tooltip;
+ LANGFConnectionManager_DoNotSynchronizeKeyringCheckBox_Label := LANGchtFConnectionManager_DoNotSynchronizeKeyringCheckBox_Label;
+ LANGFConnectionManager_DoNotSynchronizeKeyringCheckBox_Tooltip := LANGchtFConnectionManager_DoNotSynchronizeKeyringCheckBox_Tooltip;
+ LANGFConnectionManager_DuplicateMenuItem_Caption := LANGchtFConnectionManager_DuplicateMenuItem_Caption;
+ LANGFQuickConnect_Caption := LANGchtFQuickConnect_Caption;
+ LANGFQuickConnect_TitleLabel_Caption := LANGchtFQuickConnect_TitleLabel_Caption;
+ LANGFQuickConnect_ConnectToURILabel_Caption := LANGchtFQuickConnect_ConnectToURILabel_Caption;
+ LANGLinkToS := LANGchtLinkToS;
+ LANGOpenDirectoryInBackgroundTab := LANGchtOpenDirectoryInBackgroundTab;
+ LANGTheActiveConnectionHasNotBeenSaved := LANGchtTheActiveConnectionHasNotBeenSaved;
+ LANGTheArchiveIsEncryptedAndRequiresPassword := LANGchtTheArchiveIsEncryptedAndRequiresPassword;
end;
initialization