diff options
Diffstat (limited to 'translations/UTranslation_HU.pas')
| -rw-r--r-- | translations/UTranslation_HU.pas | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/translations/UTranslation_HU.pas b/translations/UTranslation_HU.pas index 3240d64..252d485 100644 --- a/translations/UTranslation_HU.pas +++ b/translations/UTranslation_HU.pas @@ -665,6 +665,35 @@ const LANGhuF2Button_Caption = 'F2 - Átnevezés'; LANGhuPreferences_VFSTempPathLabel_Caption = '_VFS ideiglenes fájlok:'; LANGhuPreferences_VFSTempPathEntry_Tooltip = 'ideiglenes fájlok tárolási helye a VFS fájlrendszerben, süritett fájlok azonnali megnyitásához. Kilépéskor minden átmeneti f´jl törlödik.'; + (*************** STRINGS ADDED TO v0.6.67 **********************************************************************************) + LANGhuPreferences_RightClickSelectCheckBox = 'Right mouse button selection mode'; + LANGhuPreferences_RightClickSelectCheckBox_Tooltip = 'Use right mouse button to select, like mc.'; + LANGhuGtkMountOperation_ConnectAnonymously = 'Connect _anonymously'; + LANGhuGtkMountOperation_ConnectAsUser = 'Connect as u_ser:'; + LANGhuGtkMountOperation_Username = '_Username:'; + LANGhuGtkMountOperation_Domain = '_Domain:'; + LANGhuGtkMountOperation_Password = '_Password:'; + LANGhuGtkMountOperation_DoNotSavePassword = 'Do not save password'; + LANGhuGtkMountOperation_ForgetPasswordImmediately = 'Forget password _immediately'; + LANGhuGtkMountOperation_RememberPasswordUntilYouLogout = 'Remember password until you _logout'; + LANGhuGtkMountOperation_SavePasswordInConnectionManager = '_Save password in Connection Manager'; + LANGhuGtkMountOperation_RememberForever = 'Remember _forever'; + LANGhuFSymlink_RelativePath = '_Relative path'; + LANGhuFConnectionManager_DuplicateButton_Caption = 'D_uplicate...'; + LANGhuFConnectionManager_DuplicateButton_Tooltip = 'Duplicate selected connection'; + LANGhuFConnectionManager_DoNotSavePasswordsCheckBox_Label = '_Do not store passwords internally (but still use gnome-keyring)'; + LANGhuFConnectionManager_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.'; + LANGhuFConnectionManager_DoNotSynchronizeKeyringCheckBox_Label = 'Do not synchronize passwords to gnome-_keyring'; + LANGhuFConnectionManager_DoNotSynchronizeKeyringCheckBox_Tooltip = 'Don''t tell gnome-keyring to save any passwords.'; + LANGhuFConnectionManager_DuplicateMenuItem_Caption = 'D_uplicate...'; + LANGhuFQuickConnect_Caption = 'Quick connect'; + LANGhuFQuickConnect_TitleLabel_Caption = 'Quick connect'; + LANGhuFQuickConnect_ConnectToURILabel_Caption = 'C_onnect to URI:'; + LANGhuLinkToS = 'Link to %s'; + LANGhuOpenDirectoryInBackgroundTab = 'Open directory in _background tab'; + LANGhuTheActiveConnectionHasNotBeenSaved = 'The active connection has not been saved. Do you want to save it to Connection Manager?'#10#10'%s'; + LANGhuTheArchiveIsEncryptedAndRequiresPassword = 'The archive is encrypted and requires password'; + (********************************************************************************************************************************) @@ -1297,6 +1326,34 @@ begin LANGPreferences_TempPathLabel_Caption := LANGhuPreferences_TempPathLabel_Caption; LANGPreferences_VFSTempPathLabel_Caption := LANGhuPreferences_VFSTempPathLabel_Caption; LANGPreferences_VFSTempPathEntry_Tooltip := LANGhuPreferences_VFSTempPathEntry_Tooltip; + + LANGPreferences_RightClickSelectCheckBox := LANGhuPreferences_RightClickSelectCheckBox; + LANGPreferences_RightClickSelectCheckBox_Tooltip := LANGhuPreferences_RightClickSelectCheckBox_Tooltip; + LANGGtkMountOperation_ConnectAnonymously := LANGhuGtkMountOperation_ConnectAnonymously; + LANGGtkMountOperation_ConnectAsUser := LANGhuGtkMountOperation_ConnectAsUser; + LANGGtkMountOperation_Username := LANGhuGtkMountOperation_Username; + LANGGtkMountOperation_Domain := LANGhuGtkMountOperation_Domain; + LANGGtkMountOperation_Password := LANGhuGtkMountOperation_Password; + LANGGtkMountOperation_DoNotSavePassword := LANGhuGtkMountOperation_DoNotSavePassword; + LANGGtkMountOperation_ForgetPasswordImmediately := LANGhuGtkMountOperation_ForgetPasswordImmediately; + LANGGtkMountOperation_RememberPasswordUntilYouLogout := LANGhuGtkMountOperation_RememberPasswordUntilYouLogout; + LANGGtkMountOperation_SavePasswordInConnectionManager := LANGhuGtkMountOperation_SavePasswordInConnectionManager; + LANGGtkMountOperation_RememberForever := LANGhuGtkMountOperation_RememberForever; + LANGFSymlink_RelativePath := LANGhuFSymlink_RelativePath; + LANGFConnectionManager_DuplicateButton_Caption := LANGhuFConnectionManager_DuplicateButton_Caption; + LANGFConnectionManager_DuplicateButton_Tooltip := LANGhuFConnectionManager_DuplicateButton_Tooltip; + LANGFConnectionManager_DoNotSavePasswordsCheckBox_Label := LANGhuFConnectionManager_DoNotSavePasswordsCheckBox_Label; + LANGFConnectionManager_DoNotSavePasswordsCheckBox_Tooltip := LANGhuFConnectionManager_DoNotSavePasswordsCheckBox_Tooltip; + LANGFConnectionManager_DoNotSynchronizeKeyringCheckBox_Label := LANGhuFConnectionManager_DoNotSynchronizeKeyringCheckBox_Label; + LANGFConnectionManager_DoNotSynchronizeKeyringCheckBox_Tooltip := LANGhuFConnectionManager_DoNotSynchronizeKeyringCheckBox_Tooltip; + LANGFConnectionManager_DuplicateMenuItem_Caption := LANGhuFConnectionManager_DuplicateMenuItem_Caption; + LANGFQuickConnect_Caption := LANGhuFQuickConnect_Caption; + LANGFQuickConnect_TitleLabel_Caption := LANGhuFQuickConnect_TitleLabel_Caption; + LANGFQuickConnect_ConnectToURILabel_Caption := LANGhuFQuickConnect_ConnectToURILabel_Caption; + LANGLinkToS := LANGhuLinkToS; + LANGOpenDirectoryInBackgroundTab := LANGhuOpenDirectoryInBackgroundTab; + LANGTheActiveConnectionHasNotBeenSaved := LANGhuTheActiveConnectionHasNotBeenSaved; + LANGTheArchiveIsEncryptedAndRequiresPassword := LANGhuTheArchiveIsEncryptedAndRequiresPassword; end; initialization |
