diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-10-05 22:31:50 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-10-05 22:31:50 +0200 |
| commit | 46b015423b05773a97722309dee447ee2b6d4faa (patch) | |
| tree | 0a2d2b514992f3f085247be9f54fa84ed5b7e5c8 /translations/UTranslation_CHT.pas | |
| parent | cb7efbd2493720e3129695ce72df3ee4190e9086 (diff) | |
| download | tuxcmd-46b015423b05773a97722309dee447ee2b6d4faa.tar.xz | |
Preparation for localizationv0.6.67
Diffstat (limited to 'translations/UTranslation_CHT.pas')
| -rw-r--r-- | translations/UTranslation_CHT.pas | 57 |
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 |
