diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-09-08 21:09:55 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-09-08 21:09:55 +0200 |
| commit | 61a2f57f6a2a748d16a8ba8aced2e1298368615f (patch) | |
| tree | 25c4b6d30e9830cf7d4ba53eef6728e6025cac36 /translations/UTranslation_PL.pas | |
| parent | 959b06fb29ddfd48cac307aa4c0c0088c1f60547 (diff) | |
| download | tuxcmd-61a2f57f6a2a748d16a8ba8aced2e1298368615f.tar.xz | |
Localization preparationv0.6.49
Diffstat (limited to 'translations/UTranslation_PL.pas')
| -rw-r--r-- | translations/UTranslation_PL.pas | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/translations/UTranslation_PL.pas b/translations/UTranslation_PL.pas index df29a28..62e637e 100644 --- a/translations/UTranslation_PL.pas +++ b/translations/UTranslation_PL.pas @@ -565,6 +565,31 @@ const LANGplF2Button_Caption = 'F2 - Zmień nazwę'; LANGplFSetPassword_Label2_Caption = 'The archive is encrypted and requires password in order to extract the data'; LANGplFSetPassword_ShowPasswordCheckButton = 'Un_mask password'; + (*************** STRINGS ADDED TO v0.6.48 **********************************************************************************) + LANGplCopyFileNamesToClipboard = '_Copy file names to clipboard'; + LANGplCopyFullPathNamesToClipboard = 'Copy _full path names to clipboard'; + LANGplCopyPathToClipboard = '_Copy path to clipboard'; + LANGplPreferences_DateFormatLabel_Caption = 'Date _format:'; + LANGplPreferences_System = 'System'; + LANGplPreferences_Custom = 'Custom...'; + LANGplPreferences_CustomDateFormatEntry_Tooltip = 'Enter custom date format string.'#10'Please see "man strftime" for syntax reference.'; + LANGplPreferences_TimeFormatLabel_Caption = '_Time format:'; + LANGplPreferences_CustomTimeFormatEntry_Tooltip = 'Enter custom time format string.'#10'Please see "man strftime" for syntax reference.'; + LANGplPreferences_DateTimeFormatLabel_Caption = 'Date/time _order:'; + LANGplPreferences_QuickRenameSkipExtCheckBox = 'Select name part only on quick-rename'; + LANGplPreferences_QuickRenameSkipExtCheckBox_Tooltip = 'Exclude filename extension from the selection when doing quick-rename'; + LANGplPreferences_SortDirectoriesLikeFilesCheckBox = 'Sort directories lik_e files'; + LANGplPreferences_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.'; + LANGplPreferences_QuickSearchLabel_Caption = 'Quick search _keystroke:'; + LANGplPreferences_QuickSearchOptionMenu_Tooltip = 'The Ctrl+S/Alt+S and "/" keystrokes are always active, regardless on this setting.'; + LANGplPreferences_QuickSearch_Option1 = 'Ctrl+S/Alt+S and "/" only'; + LANGplPreferences_QuickSearch_Option2 = 'Ctrl+Alt+letters'; + LANGplPreferences_QuickSearch_Option3 = 'Alt+letters'; + LANGplPreferences_QuickSearch_Option4 = 'letters directly'; + LANGplPreferences_TempPathLabel_Caption = 'Temporary files'; + LANGplPreferences_VFSTempPathLabel_Caption = '_VFS temp files:'; + LANGplPreferences_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.'; + (********************************************************************************************) procedure SetTranslation; @@ -1100,6 +1125,30 @@ begin LANGFSetPassword_Label1_Caption := LANGplFSetPassword_Label1_Caption; LANGFSetPassword_Label2_Caption := LANGplFSetPassword_Label2_Caption; LANGFSetPassword_ShowPasswordCheckButton := LANGplFSetPassword_ShowPasswordCheckButton; + + LANGCopyFileNamesToClipboard := LANGplCopyFileNamesToClipboard; + LANGCopyFullPathNamesToClipboard := LANGplCopyFullPathNamesToClipboard; + LANGCopyPathToClipboard := LANGplCopyPathToClipboard; + LANGPreferences_DateFormatLabel_Caption := LANGplPreferences_DateFormatLabel_Caption; + LANGPreferences_System := LANGplPreferences_System; + LANGPreferences_Custom := LANGplPreferences_Custom; + LANGPreferences_CustomDateFormatEntry_Tooltip := LANGplPreferences_CustomDateFormatEntry_Tooltip; + LANGPreferences_TimeFormatLabel_Caption := LANGplPreferences_TimeFormatLabel_Caption; + LANGPreferences_CustomTimeFormatEntry_Tooltip := LANGplPreferences_CustomTimeFormatEntry_Tooltip; + LANGPreferences_DateTimeFormatLabel_Caption := LANGplPreferences_DateTimeFormatLabel_Caption; + LANGPreferences_QuickRenameSkipExtCheckBox := LANGplPreferences_QuickRenameSkipExtCheckBox; + LANGPreferences_QuickRenameSkipExtCheckBox_Tooltip := LANGplPreferences_QuickRenameSkipExtCheckBox_Tooltip; + LANGPreferences_SortDirectoriesLikeFilesCheckBox := LANGplPreferences_SortDirectoriesLikeFilesCheckBox; + LANGPreferences_SortDirectoriesLikeFilesCheckBox_Tooltip := LANGplPreferences_SortDirectoriesLikeFilesCheckBox_Tooltip; + LANGPreferences_QuickSearchLabel_Caption := LANGplPreferences_QuickSearchLabel_Caption; + LANGPreferences_QuickSearchOptionMenu_Tooltip := LANGplPreferences_QuickSearchOptionMenu_Tooltip; + LANGPreferences_QuickSearch_Option1 := LANGplPreferences_QuickSearch_Option1; + LANGPreferences_QuickSearch_Option2 := LANGplPreferences_QuickSearch_Option2; + LANGPreferences_QuickSearch_Option3 := LANGplPreferences_QuickSearch_Option3; + LANGPreferences_QuickSearch_Option4 := LANGplPreferences_QuickSearch_Option4; + LANGPreferences_TempPathLabel_Caption := LANGplPreferences_TempPathLabel_Caption; + LANGPreferences_VFSTempPathLabel_Caption := LANGplPreferences_VFSTempPathLabel_Caption; + LANGPreferences_VFSTempPathEntry_Tooltip := LANGplPreferences_VFSTempPathEntry_Tooltip; end; initialization |
