summaryrefslogtreecommitdiff
path: root/translations/UTranslation_CZ.pas
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2009-10-05 22:31:50 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2009-10-05 22:31:50 +0200
commit46b015423b05773a97722309dee447ee2b6d4faa (patch)
tree0a2d2b514992f3f085247be9f54fa84ed5b7e5c8 /translations/UTranslation_CZ.pas
parentcb7efbd2493720e3129695ce72df3ee4190e9086 (diff)
downloadtuxcmd-0.6.67.tar.xz
Preparation for localizationv0.6.67
Diffstat (limited to 'translations/UTranslation_CZ.pas')
-rw-r--r--translations/UTranslation_CZ.pas57
1 files changed, 57 insertions, 0 deletions
diff --git a/translations/UTranslation_CZ.pas b/translations/UTranslation_CZ.pas
index 818e332..0fd4cca 100644
--- a/translations/UTranslation_CZ.pas
+++ b/translations/UTranslation_CZ.pas
@@ -663,6 +663,35 @@ const LANGcsF2Button_Caption = 'F2 - Přejmenovat';
LANGcsPreferences_VFSTempPathLabel_Caption = '_VFS subsystém:';
LANGcsPreferences_VFSTempPathEntry_Tooltip = 'Umístění dočasných souborů VFS subsystému, použitých např. při otevírání souborů přímo z archívu. Všechny dočasné soubory budou odstraněny při ukončení aplikace.';
+ (*************** STRINGS ADDED TO v0.6.67 **********************************************************************************)
+ LANGcsPreferences_RightClickSelectCheckBox = 'Right mouse button selection mode';
+ LANGcsPreferences_RightClickSelectCheckBox_Tooltip = 'Use right mouse button to select, like mc.';
+ LANGcsGtkMountOperation_ConnectAnonymously = 'Connect _anonymously';
+ LANGcsGtkMountOperation_ConnectAsUser = 'Connect as u_ser:';
+ LANGcsGtkMountOperation_Username = '_Username:';
+ LANGcsGtkMountOperation_Domain = '_Domain:';
+ LANGcsGtkMountOperation_Password = '_Password:';
+ LANGcsGtkMountOperation_DoNotSavePassword = 'Do not save password';
+ LANGcsGtkMountOperation_ForgetPasswordImmediately = 'Forget password _immediately';
+ LANGcsGtkMountOperation_RememberPasswordUntilYouLogout = 'Remember password until you _logout';
+ LANGcsGtkMountOperation_SavePasswordInConnectionManager = '_Save password in Connection Manager';
+ LANGcsGtkMountOperation_RememberForever = 'Remember _forever';
+ LANGcsFSymlink_RelativePath = '_Relative path';
+ LANGcsFConnectionManager_DuplicateButton_Caption = 'D_uplicate...';
+ LANGcsFConnectionManager_DuplicateButton_Tooltip = 'Duplicate selected connection';
+ LANGcsFConnectionManager_DoNotSavePasswordsCheckBox_Label = '_Do not store passwords internally (but still use gnome-keyring)';
+ LANGcsFConnectionManager_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.';
+ LANGcsFConnectionManager_DoNotSynchronizeKeyringCheckBox_Label = 'Do not synchronize passwords to gnome-_keyring';
+ LANGcsFConnectionManager_DoNotSynchronizeKeyringCheckBox_Tooltip = 'Don''t tell gnome-keyring to save any passwords.';
+ LANGcsFConnectionManager_DuplicateMenuItem_Caption = 'D_uplicate...';
+ LANGcsFQuickConnect_Caption = 'Quick connect';
+ LANGcsFQuickConnect_TitleLabel_Caption = 'Quick connect';
+ LANGcsFQuickConnect_ConnectToURILabel_Caption = 'C_onnect to URI:';
+ LANGcsLinkToS = 'Link to %s';
+ LANGcsOpenDirectoryInBackgroundTab = 'Open directory in _background tab';
+ LANGcsTheActiveConnectionHasNotBeenSaved = 'The active connection has not been saved. Do you want to save it to Connection Manager?'#10#10'%s';
+ LANGcsTheArchiveIsEncryptedAndRequiresPassword = 'The archive is encrypted and requires password';
+
(********************************************************************************************************************************)
@@ -1295,6 +1324,34 @@ begin
LANGPreferences_TempPathLabel_Caption := LANGcsPreferences_TempPathLabel_Caption;
LANGPreferences_VFSTempPathLabel_Caption := LANGcsPreferences_VFSTempPathLabel_Caption;
LANGPreferences_VFSTempPathEntry_Tooltip := LANGcsPreferences_VFSTempPathEntry_Tooltip;
+
+ LANGPreferences_RightClickSelectCheckBox := LANGcsPreferences_RightClickSelectCheckBox;
+ LANGPreferences_RightClickSelectCheckBox_Tooltip := LANGcsPreferences_RightClickSelectCheckBox_Tooltip;
+ LANGGtkMountOperation_ConnectAnonymously := LANGcsGtkMountOperation_ConnectAnonymously;
+ LANGGtkMountOperation_ConnectAsUser := LANGcsGtkMountOperation_ConnectAsUser;
+ LANGGtkMountOperation_Username := LANGcsGtkMountOperation_Username;
+ LANGGtkMountOperation_Domain := LANGcsGtkMountOperation_Domain;
+ LANGGtkMountOperation_Password := LANGcsGtkMountOperation_Password;
+ LANGGtkMountOperation_DoNotSavePassword := LANGcsGtkMountOperation_DoNotSavePassword;
+ LANGGtkMountOperation_ForgetPasswordImmediately := LANGcsGtkMountOperation_ForgetPasswordImmediately;
+ LANGGtkMountOperation_RememberPasswordUntilYouLogout := LANGcsGtkMountOperation_RememberPasswordUntilYouLogout;
+ LANGGtkMountOperation_SavePasswordInConnectionManager := LANGcsGtkMountOperation_SavePasswordInConnectionManager;
+ LANGGtkMountOperation_RememberForever := LANGcsGtkMountOperation_RememberForever;
+ LANGFSymlink_RelativePath := LANGcsFSymlink_RelativePath;
+ LANGFConnectionManager_DuplicateButton_Caption := LANGcsFConnectionManager_DuplicateButton_Caption;
+ LANGFConnectionManager_DuplicateButton_Tooltip := LANGcsFConnectionManager_DuplicateButton_Tooltip;
+ LANGFConnectionManager_DoNotSavePasswordsCheckBox_Label := LANGcsFConnectionManager_DoNotSavePasswordsCheckBox_Label;
+ LANGFConnectionManager_DoNotSavePasswordsCheckBox_Tooltip := LANGcsFConnectionManager_DoNotSavePasswordsCheckBox_Tooltip;
+ LANGFConnectionManager_DoNotSynchronizeKeyringCheckBox_Label := LANGcsFConnectionManager_DoNotSynchronizeKeyringCheckBox_Label;
+ LANGFConnectionManager_DoNotSynchronizeKeyringCheckBox_Tooltip := LANGcsFConnectionManager_DoNotSynchronizeKeyringCheckBox_Tooltip;
+ LANGFConnectionManager_DuplicateMenuItem_Caption := LANGcsFConnectionManager_DuplicateMenuItem_Caption;
+ LANGFQuickConnect_Caption := LANGcsFQuickConnect_Caption;
+ LANGFQuickConnect_TitleLabel_Caption := LANGcsFQuickConnect_TitleLabel_Caption;
+ LANGFQuickConnect_ConnectToURILabel_Caption := LANGcsFQuickConnect_ConnectToURILabel_Caption;
+ LANGLinkToS := LANGcsLinkToS;
+ LANGOpenDirectoryInBackgroundTab := LANGcsOpenDirectoryInBackgroundTab;
+ LANGTheActiveConnectionHasNotBeenSaved := LANGcsTheActiveConnectionHasNotBeenSaved;
+ LANGTheArchiveIsEncryptedAndRequiresPassword := LANGcsTheArchiveIsEncryptedAndRequiresPassword;
end;
initialization