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_PL.pas | |
| parent | cb7efbd2493720e3129695ce72df3ee4190e9086 (diff) | |
| download | tuxcmd-0.6.67.tar.xz | |
Preparation for localizationv0.6.67
Diffstat (limited to 'translations/UTranslation_PL.pas')
| -rw-r--r-- | translations/UTranslation_PL.pas | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/translations/UTranslation_PL.pas b/translations/UTranslation_PL.pas index dc83420..8e2243e 100644 --- a/translations/UTranslation_PL.pas +++ b/translations/UTranslation_PL.pas @@ -590,6 +590,35 @@ const LANGplF2Button_Caption = 'F2 - Zmień nazwę'; LANGplPreferences_VFSTempPathLabel_Caption = 'Pliki tymczasowe _VFS:'; LANGplPreferences_VFSTempPathEntry_Tooltip = 'Położenie tymczsowych plików używanych przez podsystem VFS np. przy otwieraniu plików bezpośrednio z archiwów. Pliki są usuwane przy wyjściu.'; + (*************** STRINGS ADDED TO v0.6.67 **********************************************************************************) + LANGplPreferences_RightClickSelectCheckBox = 'Right mouse button selection mode'; + LANGplPreferences_RightClickSelectCheckBox_Tooltip = 'Use right mouse button to select, like mc.'; + LANGplGtkMountOperation_ConnectAnonymously = 'Connect _anonymously'; + LANGplGtkMountOperation_ConnectAsUser = 'Connect as u_ser:'; + LANGplGtkMountOperation_Username = '_Username:'; + LANGplGtkMountOperation_Domain = '_Domain:'; + LANGplGtkMountOperation_Password = '_Password:'; + LANGplGtkMountOperation_DoNotSavePassword = 'Do not save password'; + LANGplGtkMountOperation_ForgetPasswordImmediately = 'Forget password _immediately'; + LANGplGtkMountOperation_RememberPasswordUntilYouLogout = 'Remember password until you _logout'; + LANGplGtkMountOperation_SavePasswordInConnectionManager = '_Save password in Connection Manager'; + LANGplGtkMountOperation_RememberForever = 'Remember _forever'; + LANGplFSymlink_RelativePath = '_Relative path'; + LANGplFConnectionManager_DuplicateButton_Caption = 'D_uplicate...'; + LANGplFConnectionManager_DuplicateButton_Tooltip = 'Duplicate selected connection'; + LANGplFConnectionManager_DoNotSavePasswordsCheckBox_Label = '_Do not store passwords internally (but still use gnome-keyring)'; + LANGplFConnectionManager_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.'; + LANGplFConnectionManager_DoNotSynchronizeKeyringCheckBox_Label = 'Do not synchronize passwords to gnome-_keyring'; + LANGplFConnectionManager_DoNotSynchronizeKeyringCheckBox_Tooltip = 'Don''t tell gnome-keyring to save any passwords.'; + LANGplFConnectionManager_DuplicateMenuItem_Caption = 'D_uplicate...'; + LANGplFQuickConnect_Caption = 'Quick connect'; + LANGplFQuickConnect_TitleLabel_Caption = 'Quick connect'; + LANGplFQuickConnect_ConnectToURILabel_Caption = 'C_onnect to URI:'; + LANGplLinkToS = 'Link to %s'; + LANGplOpenDirectoryInBackgroundTab = 'Open directory in _background tab'; + LANGplTheActiveConnectionHasNotBeenSaved = 'The active connection has not been saved. Do you want to save it to Connection Manager?'#10#10'%s'; + LANGplTheArchiveIsEncryptedAndRequiresPassword = 'The archive is encrypted and requires password'; + (********************************************************************************************) procedure SetTranslation; @@ -1149,6 +1178,34 @@ begin LANGPreferences_TempPathLabel_Caption := LANGplPreferences_TempPathLabel_Caption; LANGPreferences_VFSTempPathLabel_Caption := LANGplPreferences_VFSTempPathLabel_Caption; LANGPreferences_VFSTempPathEntry_Tooltip := LANGplPreferences_VFSTempPathEntry_Tooltip; + + LANGPreferences_RightClickSelectCheckBox := LANGplPreferences_RightClickSelectCheckBox; + LANGPreferences_RightClickSelectCheckBox_Tooltip := LANGplPreferences_RightClickSelectCheckBox_Tooltip; + LANGGtkMountOperation_ConnectAnonymously := LANGplGtkMountOperation_ConnectAnonymously; + LANGGtkMountOperation_ConnectAsUser := LANGplGtkMountOperation_ConnectAsUser; + LANGGtkMountOperation_Username := LANGplGtkMountOperation_Username; + LANGGtkMountOperation_Domain := LANGplGtkMountOperation_Domain; + LANGGtkMountOperation_Password := LANGplGtkMountOperation_Password; + LANGGtkMountOperation_DoNotSavePassword := LANGplGtkMountOperation_DoNotSavePassword; + LANGGtkMountOperation_ForgetPasswordImmediately := LANGplGtkMountOperation_ForgetPasswordImmediately; + LANGGtkMountOperation_RememberPasswordUntilYouLogout := LANGplGtkMountOperation_RememberPasswordUntilYouLogout; + LANGGtkMountOperation_SavePasswordInConnectionManager := LANGplGtkMountOperation_SavePasswordInConnectionManager; + LANGGtkMountOperation_RememberForever := LANGplGtkMountOperation_RememberForever; + LANGFSymlink_RelativePath := LANGplFSymlink_RelativePath; + LANGFConnectionManager_DuplicateButton_Caption := LANGplFConnectionManager_DuplicateButton_Caption; + LANGFConnectionManager_DuplicateButton_Tooltip := LANGplFConnectionManager_DuplicateButton_Tooltip; + LANGFConnectionManager_DoNotSavePasswordsCheckBox_Label := LANGplFConnectionManager_DoNotSavePasswordsCheckBox_Label; + LANGFConnectionManager_DoNotSavePasswordsCheckBox_Tooltip := LANGplFConnectionManager_DoNotSavePasswordsCheckBox_Tooltip; + LANGFConnectionManager_DoNotSynchronizeKeyringCheckBox_Label := LANGplFConnectionManager_DoNotSynchronizeKeyringCheckBox_Label; + LANGFConnectionManager_DoNotSynchronizeKeyringCheckBox_Tooltip := LANGplFConnectionManager_DoNotSynchronizeKeyringCheckBox_Tooltip; + LANGFConnectionManager_DuplicateMenuItem_Caption := LANGplFConnectionManager_DuplicateMenuItem_Caption; + LANGFQuickConnect_Caption := LANGplFQuickConnect_Caption; + LANGFQuickConnect_TitleLabel_Caption := LANGplFQuickConnect_TitleLabel_Caption; + LANGFQuickConnect_ConnectToURILabel_Caption := LANGplFQuickConnect_ConnectToURILabel_Caption; + LANGLinkToS := LANGplLinkToS; + LANGOpenDirectoryInBackgroundTab := LANGplOpenDirectoryInBackgroundTab; + LANGTheActiveConnectionHasNotBeenSaved := LANGplTheActiveConnectionHasNotBeenSaved; + LANGTheArchiveIsEncryptedAndRequiresPassword := LANGplTheArchiveIsEncryptedAndRequiresPassword; end; initialization |
