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_SV.pas | |
| parent | cb7efbd2493720e3129695ce72df3ee4190e9086 (diff) | |
| download | tuxcmd-46b015423b05773a97722309dee447ee2b6d4faa.tar.xz | |
Preparation for localizationv0.6.67
Diffstat (limited to 'translations/UTranslation_SV.pas')
| -rw-r--r-- | translations/UTranslation_SV.pas | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/translations/UTranslation_SV.pas b/translations/UTranslation_SV.pas index a51f293..ea484bb 100644 --- a/translations/UTranslation_SV.pas +++ b/translations/UTranslation_SV.pas @@ -662,6 +662,35 @@ const LANGsvF2Button_Caption = 'F2 - Byt namn'; LANGsvPreferences_VFSTempPathLabel_Caption = '_VFS temp files:'; LANGsvPreferences_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.67 **********************************************************************************) + LANGsvPreferences_RightClickSelectCheckBox = 'Right mouse button selection mode'; + LANGsvPreferences_RightClickSelectCheckBox_Tooltip = 'Use right mouse button to select, like mc.'; + LANGsvGtkMountOperation_ConnectAnonymously = 'Connect _anonymously'; + LANGsvGtkMountOperation_ConnectAsUser = 'Connect as u_ser:'; + LANGsvGtkMountOperation_Username = '_Username:'; + LANGsvGtkMountOperation_Domain = '_Domain:'; + LANGsvGtkMountOperation_Password = '_Password:'; + LANGsvGtkMountOperation_DoNotSavePassword = 'Do not save password'; + LANGsvGtkMountOperation_ForgetPasswordImmediately = 'Forget password _immediately'; + LANGsvGtkMountOperation_RememberPasswordUntilYouLogout = 'Remember password until you _logout'; + LANGsvGtkMountOperation_SavePasswordInConnectionManager = '_Save password in Connection Manager'; + LANGsvGtkMountOperation_RememberForever = 'Remember _forever'; + LANGsvFSymlink_RelativePath = '_Relative path'; + LANGsvFConnectionManager_DuplicateButton_Caption = 'D_uplicate...'; + LANGsvFConnectionManager_DuplicateButton_Tooltip = 'Duplicate selected connection'; + LANGsvFConnectionManager_DoNotSavePasswordsCheckBox_Label = '_Do not store passwords internally (but still use gnome-keyring)'; + LANGsvFConnectionManager_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.'; + LANGsvFConnectionManager_DoNotSynchronizeKeyringCheckBox_Label = 'Do not synchronize passwords to gnome-_keyring'; + LANGsvFConnectionManager_DoNotSynchronizeKeyringCheckBox_Tooltip = 'Don''t tell gnome-keyring to save any passwords.'; + LANGsvFConnectionManager_DuplicateMenuItem_Caption = 'D_uplicate...'; + LANGsvFQuickConnect_Caption = 'Quick connect'; + LANGsvFQuickConnect_TitleLabel_Caption = 'Quick connect'; + LANGsvFQuickConnect_ConnectToURILabel_Caption = 'C_onnect to URI:'; + LANGsvLinkToS = 'Link to %s'; + LANGsvOpenDirectoryInBackgroundTab = 'Open directory in _background tab'; + LANGsvTheActiveConnectionHasNotBeenSaved = 'The active connection has not been saved. Do you want to save it to Connection Manager?'#10#10'%s'; + LANGsvTheArchiveIsEncryptedAndRequiresPassword = 'The archive is encrypted and requires password'; + (********************************************************************************************************************************) procedure SetTranslation; begin @@ -1292,6 +1321,34 @@ begin LANGPreferences_TempPathLabel_Caption := LANGsvPreferences_TempPathLabel_Caption; LANGPreferences_VFSTempPathLabel_Caption := LANGsvPreferences_VFSTempPathLabel_Caption; LANGPreferences_VFSTempPathEntry_Tooltip := LANGsvPreferences_VFSTempPathEntry_Tooltip; + + LANGPreferences_RightClickSelectCheckBox := LANGsvPreferences_RightClickSelectCheckBox; + LANGPreferences_RightClickSelectCheckBox_Tooltip := LANGsvPreferences_RightClickSelectCheckBox_Tooltip; + LANGGtkMountOperation_ConnectAnonymously := LANGsvGtkMountOperation_ConnectAnonymously; + LANGGtkMountOperation_ConnectAsUser := LANGsvGtkMountOperation_ConnectAsUser; + LANGGtkMountOperation_Username := LANGsvGtkMountOperation_Username; + LANGGtkMountOperation_Domain := LANGsvGtkMountOperation_Domain; + LANGGtkMountOperation_Password := LANGsvGtkMountOperation_Password; + LANGGtkMountOperation_DoNotSavePassword := LANGsvGtkMountOperation_DoNotSavePassword; + LANGGtkMountOperation_ForgetPasswordImmediately := LANGsvGtkMountOperation_ForgetPasswordImmediately; + LANGGtkMountOperation_RememberPasswordUntilYouLogout := LANGsvGtkMountOperation_RememberPasswordUntilYouLogout; + LANGGtkMountOperation_SavePasswordInConnectionManager := LANGsvGtkMountOperation_SavePasswordInConnectionManager; + LANGGtkMountOperation_RememberForever := LANGsvGtkMountOperation_RememberForever; + LANGFSymlink_RelativePath := LANGsvFSymlink_RelativePath; + LANGFConnectionManager_DuplicateButton_Caption := LANGsvFConnectionManager_DuplicateButton_Caption; + LANGFConnectionManager_DuplicateButton_Tooltip := LANGsvFConnectionManager_DuplicateButton_Tooltip; + LANGFConnectionManager_DoNotSavePasswordsCheckBox_Label := LANGsvFConnectionManager_DoNotSavePasswordsCheckBox_Label; + LANGFConnectionManager_DoNotSavePasswordsCheckBox_Tooltip := LANGsvFConnectionManager_DoNotSavePasswordsCheckBox_Tooltip; + LANGFConnectionManager_DoNotSynchronizeKeyringCheckBox_Label := LANGsvFConnectionManager_DoNotSynchronizeKeyringCheckBox_Label; + LANGFConnectionManager_DoNotSynchronizeKeyringCheckBox_Tooltip := LANGsvFConnectionManager_DoNotSynchronizeKeyringCheckBox_Tooltip; + LANGFConnectionManager_DuplicateMenuItem_Caption := LANGsvFConnectionManager_DuplicateMenuItem_Caption; + LANGFQuickConnect_Caption := LANGsvFQuickConnect_Caption; + LANGFQuickConnect_TitleLabel_Caption := LANGsvFQuickConnect_TitleLabel_Caption; + LANGFQuickConnect_ConnectToURILabel_Caption := LANGsvFQuickConnect_ConnectToURILabel_Caption; + LANGLinkToS := LANGsvLinkToS; + LANGOpenDirectoryInBackgroundTab := LANGsvOpenDirectoryInBackgroundTab; + LANGTheActiveConnectionHasNotBeenSaved := LANGsvTheActiveConnectionHasNotBeenSaved; + LANGTheArchiveIsEncryptedAndRequiresPassword := LANGsvTheArchiveIsEncryptedAndRequiresPassword; end; initialization |
