summaryrefslogtreecommitdiff
path: root/translations/UTranslation_IT.pas
diff options
context:
space:
mode:
Diffstat (limited to 'translations/UTranslation_IT.pas')
-rw-r--r--translations/UTranslation_IT.pas57
1 files changed, 57 insertions, 0 deletions
diff --git a/translations/UTranslation_IT.pas b/translations/UTranslation_IT.pas
index d3c2b9b..c4f13d3 100644
--- a/translations/UTranslation_IT.pas
+++ b/translations/UTranslation_IT.pas
@@ -663,6 +663,35 @@ const LANGitF2Button_Caption = 'F2 - Rinomina';
LANGitPreferences_VFSTempPathLabel_Caption = '_VFS temp files:';
LANGitPreferences_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 **********************************************************************************)
+ LANGitPreferences_RightClickSelectCheckBox = 'Right mouse button selection mode';
+ LANGitPreferences_RightClickSelectCheckBox_Tooltip = 'Use right mouse button to select, like mc.';
+ LANGitGtkMountOperation_ConnectAnonymously = 'Connect _anonymously';
+ LANGitGtkMountOperation_ConnectAsUser = 'Connect as u_ser:';
+ LANGitGtkMountOperation_Username = '_Username:';
+ LANGitGtkMountOperation_Domain = '_Domain:';
+ LANGitGtkMountOperation_Password = '_Password:';
+ LANGitGtkMountOperation_DoNotSavePassword = 'Do not save password';
+ LANGitGtkMountOperation_ForgetPasswordImmediately = 'Forget password _immediately';
+ LANGitGtkMountOperation_RememberPasswordUntilYouLogout = 'Remember password until you _logout';
+ LANGitGtkMountOperation_SavePasswordInConnectionManager = '_Save password in Connection Manager';
+ LANGitGtkMountOperation_RememberForever = 'Remember _forever';
+ LANGitFSymlink_RelativePath = '_Relative path';
+ LANGitFConnectionManager_DuplicateButton_Caption = 'D_uplicate...';
+ LANGitFConnectionManager_DuplicateButton_Tooltip = 'Duplicate selected connection';
+ LANGitFConnectionManager_DoNotSavePasswordsCheckBox_Label = '_Do not store passwords internally (but still use gnome-keyring)';
+ LANGitFConnectionManager_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.';
+ LANGitFConnectionManager_DoNotSynchronizeKeyringCheckBox_Label = 'Do not synchronize passwords to gnome-_keyring';
+ LANGitFConnectionManager_DoNotSynchronizeKeyringCheckBox_Tooltip = 'Don''t tell gnome-keyring to save any passwords.';
+ LANGitFConnectionManager_DuplicateMenuItem_Caption = 'D_uplicate...';
+ LANGitFQuickConnect_Caption = 'Quick connect';
+ LANGitFQuickConnect_TitleLabel_Caption = 'Quick connect';
+ LANGitFQuickConnect_ConnectToURILabel_Caption = 'C_onnect to URI:';
+ LANGitLinkToS = 'Link to %s';
+ LANGitOpenDirectoryInBackgroundTab = 'Open directory in _background tab';
+ LANGitTheActiveConnectionHasNotBeenSaved = 'The active connection has not been saved. Do you want to save it to Connection Manager?'#10#10'%s';
+ LANGitTheArchiveIsEncryptedAndRequiresPassword = 'The archive is encrypted and requires password';
+
(********************************************************************************************************************************)
@@ -1295,6 +1324,34 @@ begin
LANGPreferences_TempPathLabel_Caption := LANGitPreferences_TempPathLabel_Caption;
LANGPreferences_VFSTempPathLabel_Caption := LANGitPreferences_VFSTempPathLabel_Caption;
LANGPreferences_VFSTempPathEntry_Tooltip := LANGitPreferences_VFSTempPathEntry_Tooltip;
+
+ LANGPreferences_RightClickSelectCheckBox := LANGitPreferences_RightClickSelectCheckBox;
+ LANGPreferences_RightClickSelectCheckBox_Tooltip := LANGitPreferences_RightClickSelectCheckBox_Tooltip;
+ LANGGtkMountOperation_ConnectAnonymously := LANGitGtkMountOperation_ConnectAnonymously;
+ LANGGtkMountOperation_ConnectAsUser := LANGitGtkMountOperation_ConnectAsUser;
+ LANGGtkMountOperation_Username := LANGitGtkMountOperation_Username;
+ LANGGtkMountOperation_Domain := LANGitGtkMountOperation_Domain;
+ LANGGtkMountOperation_Password := LANGitGtkMountOperation_Password;
+ LANGGtkMountOperation_DoNotSavePassword := LANGitGtkMountOperation_DoNotSavePassword;
+ LANGGtkMountOperation_ForgetPasswordImmediately := LANGitGtkMountOperation_ForgetPasswordImmediately;
+ LANGGtkMountOperation_RememberPasswordUntilYouLogout := LANGitGtkMountOperation_RememberPasswordUntilYouLogout;
+ LANGGtkMountOperation_SavePasswordInConnectionManager := LANGitGtkMountOperation_SavePasswordInConnectionManager;
+ LANGGtkMountOperation_RememberForever := LANGitGtkMountOperation_RememberForever;
+ LANGFSymlink_RelativePath := LANGitFSymlink_RelativePath;
+ LANGFConnectionManager_DuplicateButton_Caption := LANGitFConnectionManager_DuplicateButton_Caption;
+ LANGFConnectionManager_DuplicateButton_Tooltip := LANGitFConnectionManager_DuplicateButton_Tooltip;
+ LANGFConnectionManager_DoNotSavePasswordsCheckBox_Label := LANGitFConnectionManager_DoNotSavePasswordsCheckBox_Label;
+ LANGFConnectionManager_DoNotSavePasswordsCheckBox_Tooltip := LANGitFConnectionManager_DoNotSavePasswordsCheckBox_Tooltip;
+ LANGFConnectionManager_DoNotSynchronizeKeyringCheckBox_Label := LANGitFConnectionManager_DoNotSynchronizeKeyringCheckBox_Label;
+ LANGFConnectionManager_DoNotSynchronizeKeyringCheckBox_Tooltip := LANGitFConnectionManager_DoNotSynchronizeKeyringCheckBox_Tooltip;
+ LANGFConnectionManager_DuplicateMenuItem_Caption := LANGitFConnectionManager_DuplicateMenuItem_Caption;
+ LANGFQuickConnect_Caption := LANGitFQuickConnect_Caption;
+ LANGFQuickConnect_TitleLabel_Caption := LANGitFQuickConnect_TitleLabel_Caption;
+ LANGFQuickConnect_ConnectToURILabel_Caption := LANGitFQuickConnect_ConnectToURILabel_Caption;
+ LANGLinkToS := LANGitLinkToS;
+ LANGOpenDirectoryInBackgroundTab := LANGitOpenDirectoryInBackgroundTab;
+ LANGTheActiveConnectionHasNotBeenSaved := LANGitTheActiveConnectionHasNotBeenSaved;
+ LANGTheArchiveIsEncryptedAndRequiresPassword := LANGitTheArchiveIsEncryptedAndRequiresPassword;
end;
initialization