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_EN.pas | |
| parent | cb7efbd2493720e3129695ce72df3ee4190e9086 (diff) | |
| download | tuxcmd-0.6.67.tar.xz | |
Preparation for localizationv0.6.67
Diffstat (limited to 'translations/UTranslation_EN.pas')
| -rw-r--r-- | translations/UTranslation_EN.pas | 54 |
1 files changed, 53 insertions, 1 deletions
diff --git a/translations/UTranslation_EN.pas b/translations/UTranslation_EN.pas index 3b69483..1a338b1 100644 --- a/translations/UTranslation_EN.pas +++ b/translations/UTranslation_EN.pas @@ -673,9 +673,36 @@ const LANGenF2Button_Caption = 'F2 - Rename'; LANGenPreferences_VFSTempPathLabel_Caption = '_VFS temp files:'; LANGenPreferences_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.'; - (*************** STRINGS ADDED TO v0.6.55 **********************************************************************************) + (*************** STRINGS ADDED TO v0.6.67 **********************************************************************************) LANGenPreferences_RightClickSelectCheckBox = 'Right mouse button selection mode'; LANGenPreferences_RightClickSelectCheckBox_Tooltip = 'Use right mouse button to select, like mc.'; + LANGenGtkMountOperation_ConnectAnonymously = 'Connect _anonymously'; + LANGenGtkMountOperation_ConnectAsUser = 'Connect as u_ser:'; + LANGenGtkMountOperation_Username = '_Username:'; + LANGenGtkMountOperation_Domain = '_Domain:'; + LANGenGtkMountOperation_Password = '_Password:'; + LANGenGtkMountOperation_DoNotSavePassword = 'Do not save password'; + LANGenGtkMountOperation_ForgetPasswordImmediately = 'Forget password _immediately'; + LANGenGtkMountOperation_RememberPasswordUntilYouLogout = 'Remember password until you _logout'; + LANGenGtkMountOperation_SavePasswordInConnectionManager = '_Save password in Connection Manager'; + LANGenGtkMountOperation_RememberForever = 'Remember _forever'; + LANGenFSymlink_RelativePath = '_Relative path'; + LANGenFConnectionManager_DuplicateButton_Caption = 'D_uplicate...'; + LANGenFConnectionManager_DuplicateButton_Tooltip = 'Duplicate selected connection'; + LANGenFConnectionManager_DoNotSavePasswordsCheckBox_Label = '_Do not store passwords internally (but still use gnome-keyring)'; + LANGenFConnectionManager_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.'; + LANGenFConnectionManager_DoNotSynchronizeKeyringCheckBox_Label = 'Do not synchronize passwords to gnome-_keyring'; + LANGenFConnectionManager_DoNotSynchronizeKeyringCheckBox_Tooltip = 'Don''t tell gnome-keyring to save any passwords.'; + LANGenFConnectionManager_DuplicateMenuItem_Caption = 'D_uplicate...'; + LANGenFQuickConnect_Caption = 'Quick connect'; + LANGenFQuickConnect_TitleLabel_Caption = 'Quick connect'; + LANGenFQuickConnect_ConnectToURILabel_Caption = 'C_onnect to URI:'; + LANGenLinkToS = 'Link to %s'; + LANGenOpenDirectoryInBackgroundTab = 'Open directory in _background tab'; + LANGenTheActiveConnectionHasNotBeenSaved = 'The active connection has not been saved. Do you want to save it to Connection Manager?'#10#10'%s'; + LANGenTheArchiveIsEncryptedAndRequiresPassword = 'The archive is encrypted and requires password'; + + (********************************************************************************************************************************) procedure SetTranslation; @@ -1310,6 +1337,31 @@ begin LANGPreferences_RightClickSelectCheckBox := LANGenPreferences_RightClickSelectCheckBox; LANGPreferences_RightClickSelectCheckBox_Tooltip := LANGenPreferences_RightClickSelectCheckBox_Tooltip; + LANGGtkMountOperation_ConnectAnonymously := LANGenGtkMountOperation_ConnectAnonymously; + LANGGtkMountOperation_ConnectAsUser := LANGenGtkMountOperation_ConnectAsUser; + LANGGtkMountOperation_Username := LANGenGtkMountOperation_Username; + LANGGtkMountOperation_Domain := LANGenGtkMountOperation_Domain; + LANGGtkMountOperation_Password := LANGenGtkMountOperation_Password; + LANGGtkMountOperation_DoNotSavePassword := LANGenGtkMountOperation_DoNotSavePassword; + LANGGtkMountOperation_ForgetPasswordImmediately := LANGenGtkMountOperation_ForgetPasswordImmediately; + LANGGtkMountOperation_RememberPasswordUntilYouLogout := LANGenGtkMountOperation_RememberPasswordUntilYouLogout; + LANGGtkMountOperation_SavePasswordInConnectionManager := LANGenGtkMountOperation_SavePasswordInConnectionManager; + LANGGtkMountOperation_RememberForever := LANGenGtkMountOperation_RememberForever; + LANGFSymlink_RelativePath := LANGenFSymlink_RelativePath; + LANGFConnectionManager_DuplicateButton_Caption := LANGenFConnectionManager_DuplicateButton_Caption; + LANGFConnectionManager_DuplicateButton_Tooltip := LANGenFConnectionManager_DuplicateButton_Tooltip; + LANGFConnectionManager_DoNotSavePasswordsCheckBox_Label := LANGenFConnectionManager_DoNotSavePasswordsCheckBox_Label; + LANGFConnectionManager_DoNotSavePasswordsCheckBox_Tooltip := LANGenFConnectionManager_DoNotSavePasswordsCheckBox_Tooltip; + LANGFConnectionManager_DoNotSynchronizeKeyringCheckBox_Label := LANGenFConnectionManager_DoNotSynchronizeKeyringCheckBox_Label; + LANGFConnectionManager_DoNotSynchronizeKeyringCheckBox_Tooltip := LANGenFConnectionManager_DoNotSynchronizeKeyringCheckBox_Tooltip; + LANGFConnectionManager_DuplicateMenuItem_Caption := LANGenFConnectionManager_DuplicateMenuItem_Caption; + LANGFQuickConnect_Caption := LANGenFQuickConnect_Caption; + LANGFQuickConnect_TitleLabel_Caption := LANGenFQuickConnect_TitleLabel_Caption; + LANGFQuickConnect_ConnectToURILabel_Caption := LANGenFQuickConnect_ConnectToURILabel_Caption; + LANGLinkToS := LANGenLinkToS; + LANGOpenDirectoryInBackgroundTab := LANGenOpenDirectoryInBackgroundTab; + LANGTheActiveConnectionHasNotBeenSaved := LANGenTheActiveConnectionHasNotBeenSaved; + LANGTheArchiveIsEncryptedAndRequiresPassword := LANGenTheArchiveIsEncryptedAndRequiresPassword; end; initialization |
