summaryrefslogtreecommitdiff
path: root/translations/UTranslation_UA.pas
diff options
context:
space:
mode:
Diffstat (limited to 'translations/UTranslation_UA.pas')
-rw-r--r--translations/UTranslation_UA.pas57
1 files changed, 57 insertions, 0 deletions
diff --git a/translations/UTranslation_UA.pas b/translations/UTranslation_UA.pas
index 5e83420..434de72 100644
--- a/translations/UTranslation_UA.pas
+++ b/translations/UTranslation_UA.pas
@@ -674,6 +674,35 @@ const LANGuaF2Button_Caption = 'F2 - Перейменувати';
LANGuaPreferences_VFSTempPathEntry_Tooltip = 'Розташування тимчасових файлів, використовується підсистемою VFS, наприклад при відкритті файлів безпосередньо з архівів.' +
' Усі тимчасові файли витираються на виході.';
+ (*************** STRINGS ADDED TO v0.6.67 **********************************************************************************)
+ LANGuaPreferences_RightClickSelectCheckBox = 'Right mouse button selection mode';
+ LANGuaPreferences_RightClickSelectCheckBox_Tooltip = 'Use right mouse button to select, like mc.';
+ LANGuaGtkMountOperation_ConnectAnonymously = 'Connect _anonymously';
+ LANGuaGtkMountOperation_ConnectAsUser = 'Connect as u_ser:';
+ LANGuaGtkMountOperation_Username = '_Username:';
+ LANGuaGtkMountOperation_Domain = '_Domain:';
+ LANGuaGtkMountOperation_Password = '_Password:';
+ LANGuaGtkMountOperation_DoNotSavePassword = 'Do not save password';
+ LANGuaGtkMountOperation_ForgetPasswordImmediately = 'Forget password _immediately';
+ LANGuaGtkMountOperation_RememberPasswordUntilYouLogout = 'Remember password until you _logout';
+ LANGuaGtkMountOperation_SavePasswordInConnectionManager = '_Save password in Connection Manager';
+ LANGuaGtkMountOperation_RememberForever = 'Remember _forever';
+ LANGuaFSymlink_RelativePath = '_Relative path';
+ LANGuaFConnectionManager_DuplicateButton_Caption = 'D_uplicate...';
+ LANGuaFConnectionManager_DuplicateButton_Tooltip = 'Duplicate selected connection';
+ LANGuaFConnectionManager_DoNotSavePasswordsCheckBox_Label = '_Do not store passwords internally (but still use gnome-keyring)';
+ LANGuaFConnectionManager_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.';
+ LANGuaFConnectionManager_DoNotSynchronizeKeyringCheckBox_Label = 'Do not synchronize passwords to gnome-_keyring';
+ LANGuaFConnectionManager_DoNotSynchronizeKeyringCheckBox_Tooltip = 'Don''t tell gnome-keyring to save any passwords.';
+ LANGuaFConnectionManager_DuplicateMenuItem_Caption = 'D_uplicate...';
+ LANGuaFQuickConnect_Caption = 'Quick connect';
+ LANGuaFQuickConnect_TitleLabel_Caption = 'Quick connect';
+ LANGuaFQuickConnect_ConnectToURILabel_Caption = 'C_onnect to URI:';
+ LANGuaLinkToS = 'Link to %s';
+ LANGuaOpenDirectoryInBackgroundTab = 'Open directory in _background tab';
+ LANGuaTheActiveConnectionHasNotBeenSaved = 'The active connection has not been saved. Do you want to save it to Connection Manager?'#10#10'%s';
+ LANGuaTheArchiveIsEncryptedAndRequiresPassword = 'The archive is encrypted and requires password';
+
(********************************************************************************************************************************)
procedure SetTranslation;
@@ -1305,6 +1334,34 @@ begin
LANGPreferences_TempPathLabel_Caption := LANGuaPreferences_TempPathLabel_Caption;
LANGPreferences_VFSTempPathLabel_Caption := LANGuaPreferences_VFSTempPathLabel_Caption;
LANGPreferences_VFSTempPathEntry_Tooltip := LANGuaPreferences_VFSTempPathEntry_Tooltip;
+
+ LANGPreferences_RightClickSelectCheckBox := LANGuaPreferences_RightClickSelectCheckBox;
+ LANGPreferences_RightClickSelectCheckBox_Tooltip := LANGuaPreferences_RightClickSelectCheckBox_Tooltip;
+ LANGGtkMountOperation_ConnectAnonymously := LANGuaGtkMountOperation_ConnectAnonymously;
+ LANGGtkMountOperation_ConnectAsUser := LANGuaGtkMountOperation_ConnectAsUser;
+ LANGGtkMountOperation_Username := LANGuaGtkMountOperation_Username;
+ LANGGtkMountOperation_Domain := LANGuaGtkMountOperation_Domain;
+ LANGGtkMountOperation_Password := LANGuaGtkMountOperation_Password;
+ LANGGtkMountOperation_DoNotSavePassword := LANGuaGtkMountOperation_DoNotSavePassword;
+ LANGGtkMountOperation_ForgetPasswordImmediately := LANGuaGtkMountOperation_ForgetPasswordImmediately;
+ LANGGtkMountOperation_RememberPasswordUntilYouLogout := LANGuaGtkMountOperation_RememberPasswordUntilYouLogout;
+ LANGGtkMountOperation_SavePasswordInConnectionManager := LANGuaGtkMountOperation_SavePasswordInConnectionManager;
+ LANGGtkMountOperation_RememberForever := LANGuaGtkMountOperation_RememberForever;
+ LANGFSymlink_RelativePath := LANGuaFSymlink_RelativePath;
+ LANGFConnectionManager_DuplicateButton_Caption := LANGuaFConnectionManager_DuplicateButton_Caption;
+ LANGFConnectionManager_DuplicateButton_Tooltip := LANGuaFConnectionManager_DuplicateButton_Tooltip;
+ LANGFConnectionManager_DoNotSavePasswordsCheckBox_Label := LANGuaFConnectionManager_DoNotSavePasswordsCheckBox_Label;
+ LANGFConnectionManager_DoNotSavePasswordsCheckBox_Tooltip := LANGuaFConnectionManager_DoNotSavePasswordsCheckBox_Tooltip;
+ LANGFConnectionManager_DoNotSynchronizeKeyringCheckBox_Label := LANGuaFConnectionManager_DoNotSynchronizeKeyringCheckBox_Label;
+ LANGFConnectionManager_DoNotSynchronizeKeyringCheckBox_Tooltip := LANGuaFConnectionManager_DoNotSynchronizeKeyringCheckBox_Tooltip;
+ LANGFConnectionManager_DuplicateMenuItem_Caption := LANGuaFConnectionManager_DuplicateMenuItem_Caption;
+ LANGFQuickConnect_Caption := LANGuaFQuickConnect_Caption;
+ LANGFQuickConnect_TitleLabel_Caption := LANGuaFQuickConnect_TitleLabel_Caption;
+ LANGFQuickConnect_ConnectToURILabel_Caption := LANGuaFQuickConnect_ConnectToURILabel_Caption;
+ LANGLinkToS := LANGuaLinkToS;
+ LANGOpenDirectoryInBackgroundTab := LANGuaOpenDirectoryInBackgroundTab;
+ LANGTheActiveConnectionHasNotBeenSaved := LANGuaTheActiveConnectionHasNotBeenSaved;
+ LANGTheArchiveIsEncryptedAndRequiresPassword := LANGuaTheArchiveIsEncryptedAndRequiresPassword;
end;
initialization