summaryrefslogtreecommitdiff
path: root/translations
diff options
context:
space:
mode:
Diffstat (limited to 'translations')
-rw-r--r--translations/UTranslation_SK.pas107
1 files changed, 107 insertions, 0 deletions
diff --git a/translations/UTranslation_SK.pas b/translations/UTranslation_SK.pas
index 9281b01..9bee40f 100644
--- a/translations/UTranslation_SK.pas
+++ b/translations/UTranslation_SK.pas
@@ -637,6 +637,61 @@ const LANGskF2Button_Caption = 'F2 - Premenovať';
LANGskFSetPassword_Label2_Caption = 'Pre prístup a prácu s obsahom archívu je potrebné zadať heslo';
LANGskFSetPassword_ShowPasswordCheckButton = 'Od_kryť heslo';
+ (*************** STRINGS ADDED TO v0.6.48 **********************************************************************************)
+ LANGskCopyFileNamesToClipboard = '_Copy file names to clipboard';
+ LANGskCopyFullPathNamesToClipboard = 'Copy _full path names to clipboard';
+ LANGskCopyPathToClipboard = '_Copy path to clipboard';
+ LANGskPreferences_DateFormatLabel_Caption = 'Date _format:';
+ LANGskPreferences_System = 'System';
+ LANGskPreferences_Custom = 'Custom...';
+ LANGskPreferences_CustomDateFormatEntry_Tooltip = 'Enter custom date format string.'#10'Please see "man strftime" for syntax reference.';
+ LANGskPreferences_TimeFormatLabel_Caption = '_Time format:';
+ LANGskPreferences_CustomTimeFormatEntry_Tooltip = 'Enter custom time format string.'#10'Please see "man strftime" for syntax reference.';
+ LANGskPreferences_DateTimeFormatLabel_Caption = 'Date/time _order:';
+ LANGskPreferences_QuickRenameSkipExtCheckBox = 'Select name part only on quick-rename';
+ LANGskPreferences_QuickRenameSkipExtCheckBox_Tooltip = 'Exclude filename extension from the selection when doing quick-rename';
+ LANGskPreferences_SortDirectoriesLikeFilesCheckBox = 'Sort directories lik_e files';
+ LANGskPreferences_SortDirectoriesLikeFilesCheckBox_Tooltip = 'Check this to allow sorting directories along with files. Directories are always first in the list.'#10'Unchecked: directories are always sorted by name.';
+ LANGskPreferences_QuickSearchLabel_Caption = 'Quick search _keystroke:';
+ LANGskPreferences_QuickSearchOptionMenu_Tooltip = 'The Ctrl+S/Alt+S and "/" keystrokes are always active, regardless on this setting.';
+ LANGskPreferences_QuickSearch_Option1 = 'Ctrl+S/Alt+S and "/" only';
+ LANGskPreferences_QuickSearch_Option2 = 'Ctrl+Alt+letters';
+ LANGskPreferences_QuickSearch_Option3 = 'Alt+letters';
+ LANGskPreferences_QuickSearch_Option4 = 'letters directly';
+ LANGskPreferences_TempPathLabel_Caption = 'Temporary files';
+ LANGskPreferences_VFSTempPathLabel_Caption = '_VFS temp files:';
+ LANGskPreferences_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 **********************************************************************************)
+ LANGskPreferences_RightClickSelectCheckBox = 'Rig_ht mouse button selection mode';
+ LANGskPreferences_RightClickSelectCheckBox_Tooltip = 'Use right mouse button to select, like mc.';
+ LANGskGtkMountOperation_ConnectAnonymously = 'Connect _anonymously';
+ LANGskGtkMountOperation_ConnectAsUser = 'Connect as u_ser:';
+ LANGskGtkMountOperation_Username = '_Username:';
+ LANGskGtkMountOperation_Domain = '_Domain:';
+ LANGskGtkMountOperation_Password = '_Password:';
+ LANGskGtkMountOperation_DoNotSavePassword = 'Do no_t save password';
+ LANGskGtkMountOperation_ForgetPasswordImmediately = 'Forget password _immediately';
+ LANGskGtkMountOperation_RememberPasswordUntilYouLogout = 'Remember password until you _logout';
+ LANGskGtkMountOperation_SavePasswordInConnectionManager = '_Save password in Connection Manager';
+ LANGskGtkMountOperation_RememberForever = 'Remember _forever';
+ LANGskFSymlink_RelativePath = '_Relative path';
+ LANGskFConnectionManager_DuplicateButton_Caption = 'D_uplicate...';
+ LANGskFConnectionManager_DuplicateButton_Tooltip = 'Duplicate selected connection';
+ LANGskFConnectionManager_DoNotSavePasswordsCheckBox_Label = '_Do not store passwords internally (but still use gnome-keyring)';
+ LANGskFConnectionManager_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.';
+ LANGskFConnectionManager_DoNotSynchronizeKeyringCheckBox_Label = 'Do not synchronize passwords to gnome-_keyring';
+ LANGskFConnectionManager_DoNotSynchronizeKeyringCheckBox_Tooltip = 'Don''t tell gnome-keyring to save any passwords.';
+ LANGskFConnectionManager_DuplicateMenuItem_Caption = 'D_uplicate...';
+ LANGskFQuickConnect_Caption = 'Quick connect';
+ LANGskFQuickConnect_TitleLabel_Caption = 'Quick connect';
+ LANGskFQuickConnect_ConnectToURILabel_Caption = 'C_onnect to URI:';
+ LANGskLinkToS = 'Link to %s';
+ LANGskOpenDirectoryInBackgroundTab = 'Open directory in _background tab';
+ LANGskTheActiveConnectionHasNotBeenSaved = 'The active connection has not been saved. Do you want to save it to Connection Manager?'#10#10'%s';
+ LANGskTheArchiveIsEncryptedAndRequiresPassword = 'The archive is encrypted and requires password';
+
+
@@ -1246,6 +1301,58 @@ begin
LANGFSetPassword_Label1_Caption := LANGskFSetPassword_Label1_Caption;
LANGFSetPassword_Label2_Caption := LANGskFSetPassword_Label2_Caption;
LANGFSetPassword_ShowPasswordCheckButton := LANGskFSetPassword_ShowPasswordCheckButton;
+
+ LANGCopyFileNamesToClipboard := LANGskCopyFileNamesToClipboard;
+ LANGCopyFullPathNamesToClipboard := LANGskCopyFullPathNamesToClipboard;
+ LANGCopyPathToClipboard := LANGskCopyPathToClipboard;
+ LANGPreferences_DateFormatLabel_Caption := LANGskPreferences_DateFormatLabel_Caption;
+ LANGPreferences_System := LANGskPreferences_System;
+ LANGPreferences_Custom := LANGskPreferences_Custom;
+ LANGPreferences_CustomDateFormatEntry_Tooltip := LANGskPreferences_CustomDateFormatEntry_Tooltip;
+ LANGPreferences_TimeFormatLabel_Caption := LANGskPreferences_TimeFormatLabel_Caption;
+ LANGPreferences_CustomTimeFormatEntry_Tooltip := LANGskPreferences_CustomTimeFormatEntry_Tooltip;
+ LANGPreferences_DateTimeFormatLabel_Caption := LANGskPreferences_DateTimeFormatLabel_Caption;
+ LANGPreferences_QuickRenameSkipExtCheckBox := LANGskPreferences_QuickRenameSkipExtCheckBox;
+ LANGPreferences_QuickRenameSkipExtCheckBox_Tooltip := LANGskPreferences_QuickRenameSkipExtCheckBox_Tooltip;
+ LANGPreferences_SortDirectoriesLikeFilesCheckBox := LANGskPreferences_SortDirectoriesLikeFilesCheckBox;
+ LANGPreferences_SortDirectoriesLikeFilesCheckBox_Tooltip := LANGskPreferences_SortDirectoriesLikeFilesCheckBox_Tooltip;
+ LANGPreferences_QuickSearchLabel_Caption := LANGskPreferences_QuickSearchLabel_Caption;
+ LANGPreferences_QuickSearchOptionMenu_Tooltip := LANGskPreferences_QuickSearchOptionMenu_Tooltip;
+ LANGPreferences_QuickSearch_Option1 := LANGskPreferences_QuickSearch_Option1;
+ LANGPreferences_QuickSearch_Option2 := LANGskPreferences_QuickSearch_Option2;
+ LANGPreferences_QuickSearch_Option3 := LANGskPreferences_QuickSearch_Option3;
+ LANGPreferences_QuickSearch_Option4 := LANGskPreferences_QuickSearch_Option4;
+ LANGPreferences_TempPathLabel_Caption := LANGskPreferences_TempPathLabel_Caption;
+ LANGPreferences_VFSTempPathLabel_Caption := LANGskPreferences_VFSTempPathLabel_Caption;
+ LANGPreferences_VFSTempPathEntry_Tooltip := LANGskPreferences_VFSTempPathEntry_Tooltip;
+
+ LANGPreferences_RightClickSelectCheckBox := LANGskPreferences_RightClickSelectCheckBox;
+ LANGPreferences_RightClickSelectCheckBox_Tooltip := LANGskPreferences_RightClickSelectCheckBox_Tooltip;
+ LANGGtkMountOperation_ConnectAnonymously := LANGskGtkMountOperation_ConnectAnonymously;
+ LANGGtkMountOperation_ConnectAsUser := LANGskGtkMountOperation_ConnectAsUser;
+ LANGGtkMountOperation_Username := LANGskGtkMountOperation_Username;
+ LANGGtkMountOperation_Domain := LANGskGtkMountOperation_Domain;
+ LANGGtkMountOperation_Password := LANGskGtkMountOperation_Password;
+ LANGGtkMountOperation_DoNotSavePassword := LANGskGtkMountOperation_DoNotSavePassword;
+ LANGGtkMountOperation_ForgetPasswordImmediately := LANGskGtkMountOperation_ForgetPasswordImmediately;
+ LANGGtkMountOperation_RememberPasswordUntilYouLogout := LANGskGtkMountOperation_RememberPasswordUntilYouLogout;
+ LANGGtkMountOperation_SavePasswordInConnectionManager := LANGskGtkMountOperation_SavePasswordInConnectionManager;
+ LANGGtkMountOperation_RememberForever := LANGskGtkMountOperation_RememberForever;
+ LANGFSymlink_RelativePath := LANGskFSymlink_RelativePath;
+ LANGFConnectionManager_DuplicateButton_Caption := LANGskFConnectionManager_DuplicateButton_Caption;
+ LANGFConnectionManager_DuplicateButton_Tooltip := LANGskFConnectionManager_DuplicateButton_Tooltip;
+ LANGFConnectionManager_DoNotSavePasswordsCheckBox_Label := LANGskFConnectionManager_DoNotSavePasswordsCheckBox_Label;
+ LANGFConnectionManager_DoNotSavePasswordsCheckBox_Tooltip := LANGskFConnectionManager_DoNotSavePasswordsCheckBox_Tooltip;
+ LANGFConnectionManager_DoNotSynchronizeKeyringCheckBox_Label := LANGskFConnectionManager_DoNotSynchronizeKeyringCheckBox_Label;
+ LANGFConnectionManager_DoNotSynchronizeKeyringCheckBox_Tooltip := LANGskFConnectionManager_DoNotSynchronizeKeyringCheckBox_Tooltip;
+ LANGFConnectionManager_DuplicateMenuItem_Caption := LANGskFConnectionManager_DuplicateMenuItem_Caption;
+ LANGFQuickConnect_Caption := LANGskFQuickConnect_Caption;
+ LANGFQuickConnect_TitleLabel_Caption := LANGskFQuickConnect_TitleLabel_Caption;
+ LANGFQuickConnect_ConnectToURILabel_Caption := LANGskFQuickConnect_ConnectToURILabel_Caption;
+ LANGLinkToS := LANGskLinkToS;
+ LANGOpenDirectoryInBackgroundTab := LANGskOpenDirectoryInBackgroundTab;
+ LANGTheActiveConnectionHasNotBeenSaved := LANGskTheActiveConnectionHasNotBeenSaved;
+ LANGTheArchiveIsEncryptedAndRequiresPassword := LANGskTheArchiveIsEncryptedAndRequiresPassword;
end;
initialization