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_FR.pas | |
| parent | cb7efbd2493720e3129695ce72df3ee4190e9086 (diff) | |
| download | tuxcmd-46b015423b05773a97722309dee447ee2b6d4faa.tar.xz | |
Preparation for localizationv0.6.67
Diffstat (limited to 'translations/UTranslation_FR.pas')
| -rw-r--r-- | translations/UTranslation_FR.pas | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/translations/UTranslation_FR.pas b/translations/UTranslation_FR.pas index 35e4b3f..fd301f2 100644 --- a/translations/UTranslation_FR.pas +++ b/translations/UTranslation_FR.pas @@ -663,6 +663,35 @@ const LANGfrF2Button_Caption = 'F2 - Renommer'; LANGfrPreferences_VFSTempPathLabel_Caption = '_VFS temp files:'; LANGfrPreferences_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 **********************************************************************************) + LANGfrPreferences_RightClickSelectCheckBox = 'Right mouse button selection mode'; + LANGfrPreferences_RightClickSelectCheckBox_Tooltip = 'Use right mouse button to select, like mc.'; + LANGfrGtkMountOperation_ConnectAnonymously = 'Connect _anonymously'; + LANGfrGtkMountOperation_ConnectAsUser = 'Connect as u_ser:'; + LANGfrGtkMountOperation_Username = '_Username:'; + LANGfrGtkMountOperation_Domain = '_Domain:'; + LANGfrGtkMountOperation_Password = '_Password:'; + LANGfrGtkMountOperation_DoNotSavePassword = 'Do not save password'; + LANGfrGtkMountOperation_ForgetPasswordImmediately = 'Forget password _immediately'; + LANGfrGtkMountOperation_RememberPasswordUntilYouLogout = 'Remember password until you _logout'; + LANGfrGtkMountOperation_SavePasswordInConnectionManager = '_Save password in Connection Manager'; + LANGfrGtkMountOperation_RememberForever = 'Remember _forever'; + LANGfrFSymlink_RelativePath = '_Relative path'; + LANGfrFConnectionManager_DuplicateButton_Caption = 'D_uplicate...'; + LANGfrFConnectionManager_DuplicateButton_Tooltip = 'Duplicate selected connection'; + LANGfrFConnectionManager_DoNotSavePasswordsCheckBox_Label = '_Do not store passwords internally (but still use gnome-keyring)'; + LANGfrFConnectionManager_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.'; + LANGfrFConnectionManager_DoNotSynchronizeKeyringCheckBox_Label = 'Do not synchronize passwords to gnome-_keyring'; + LANGfrFConnectionManager_DoNotSynchronizeKeyringCheckBox_Tooltip = 'Don''t tell gnome-keyring to save any passwords.'; + LANGfrFConnectionManager_DuplicateMenuItem_Caption = 'D_uplicate...'; + LANGfrFQuickConnect_Caption = 'Quick connect'; + LANGfrFQuickConnect_TitleLabel_Caption = 'Quick connect'; + LANGfrFQuickConnect_ConnectToURILabel_Caption = 'C_onnect to URI:'; + LANGfrLinkToS = 'Link to %s'; + LANGfrOpenDirectoryInBackgroundTab = 'Open directory in _background tab'; + LANGfrTheActiveConnectionHasNotBeenSaved = 'The active connection has not been saved. Do you want to save it to Connection Manager?'#10#10'%s'; + LANGfrTheArchiveIsEncryptedAndRequiresPassword = 'The archive is encrypted and requires password'; + (********************************************************************************************************************************) @@ -1295,6 +1324,34 @@ begin LANGPreferences_TempPathLabel_Caption := LANGfrPreferences_TempPathLabel_Caption; LANGPreferences_VFSTempPathLabel_Caption := LANGfrPreferences_VFSTempPathLabel_Caption; LANGPreferences_VFSTempPathEntry_Tooltip := LANGfrPreferences_VFSTempPathEntry_Tooltip; + + LANGPreferences_RightClickSelectCheckBox := LANGfrPreferences_RightClickSelectCheckBox; + LANGPreferences_RightClickSelectCheckBox_Tooltip := LANGfrPreferences_RightClickSelectCheckBox_Tooltip; + LANGGtkMountOperation_ConnectAnonymously := LANGfrGtkMountOperation_ConnectAnonymously; + LANGGtkMountOperation_ConnectAsUser := LANGfrGtkMountOperation_ConnectAsUser; + LANGGtkMountOperation_Username := LANGfrGtkMountOperation_Username; + LANGGtkMountOperation_Domain := LANGfrGtkMountOperation_Domain; + LANGGtkMountOperation_Password := LANGfrGtkMountOperation_Password; + LANGGtkMountOperation_DoNotSavePassword := LANGfrGtkMountOperation_DoNotSavePassword; + LANGGtkMountOperation_ForgetPasswordImmediately := LANGfrGtkMountOperation_ForgetPasswordImmediately; + LANGGtkMountOperation_RememberPasswordUntilYouLogout := LANGfrGtkMountOperation_RememberPasswordUntilYouLogout; + LANGGtkMountOperation_SavePasswordInConnectionManager := LANGfrGtkMountOperation_SavePasswordInConnectionManager; + LANGGtkMountOperation_RememberForever := LANGfrGtkMountOperation_RememberForever; + LANGFSymlink_RelativePath := LANGfrFSymlink_RelativePath; + LANGFConnectionManager_DuplicateButton_Caption := LANGfrFConnectionManager_DuplicateButton_Caption; + LANGFConnectionManager_DuplicateButton_Tooltip := LANGfrFConnectionManager_DuplicateButton_Tooltip; + LANGFConnectionManager_DoNotSavePasswordsCheckBox_Label := LANGfrFConnectionManager_DoNotSavePasswordsCheckBox_Label; + LANGFConnectionManager_DoNotSavePasswordsCheckBox_Tooltip := LANGfrFConnectionManager_DoNotSavePasswordsCheckBox_Tooltip; + LANGFConnectionManager_DoNotSynchronizeKeyringCheckBox_Label := LANGfrFConnectionManager_DoNotSynchronizeKeyringCheckBox_Label; + LANGFConnectionManager_DoNotSynchronizeKeyringCheckBox_Tooltip := LANGfrFConnectionManager_DoNotSynchronizeKeyringCheckBox_Tooltip; + LANGFConnectionManager_DuplicateMenuItem_Caption := LANGfrFConnectionManager_DuplicateMenuItem_Caption; + LANGFQuickConnect_Caption := LANGfrFQuickConnect_Caption; + LANGFQuickConnect_TitleLabel_Caption := LANGfrFQuickConnect_TitleLabel_Caption; + LANGFQuickConnect_ConnectToURILabel_Caption := LANGfrFQuickConnect_ConnectToURILabel_Caption; + LANGLinkToS := LANGfrLinkToS; + LANGOpenDirectoryInBackgroundTab := LANGfrOpenDirectoryInBackgroundTab; + LANGTheActiveConnectionHasNotBeenSaved := LANGfrTheActiveConnectionHasNotBeenSaved; + LANGTheArchiveIsEncryptedAndRequiresPassword := LANGfrTheArchiveIsEncryptedAndRequiresPassword; end; initialization |
