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_DE.pas | |
| parent | 959b06fb29ddfd48cac307aa4c0c0088c1f60547 (diff) | |
| download | tuxcmd-61a2f57f6a2a748d16a8ba8aced2e1298368615f.tar.xz | |
Localization preparationv0.6.49
Diffstat (limited to 'translations/UTranslation_DE.pas')
| -rw-r--r-- | translations/UTranslation_DE.pas | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/translations/UTranslation_DE.pas b/translations/UTranslation_DE.pas index d18736d..828c731 100644 --- a/translations/UTranslation_DE.pas +++ b/translations/UTranslation_DE.pas @@ -617,6 +617,31 @@ const LANGdeF2Button_Caption = 'F2 - Umbenennen'; LANGdeFSetPassword_Label2_Caption = 'Das Archiv ist verschlüsselt und benötigt ein Passwort, um die Dateien entpacken zu können'; LANGdeFSetPassword_ShowPasswordCheckButton = 'De_maskiere das Passwort'; + (*************** STRINGS ADDED TO v0.6.48 **********************************************************************************) + LANGdeCopyFileNamesToClipboard = '_Copy file names to clipboard'; + LANGdeCopyFullPathNamesToClipboard = 'Copy _full path names to clipboard'; + LANGdeCopyPathToClipboard = '_Copy path to clipboard'; + LANGdePreferences_DateFormatLabel_Caption = 'Date _format:'; + LANGdePreferences_System = 'System'; + LANGdePreferences_Custom = 'Custom...'; + LANGdePreferences_CustomDateFormatEntry_Tooltip = 'Enter custom date format string.'#10'Please see "man strftime" for syntax reference.'; + LANGdePreferences_TimeFormatLabel_Caption = '_Time format:'; + LANGdePreferences_CustomTimeFormatEntry_Tooltip = 'Enter custom time format string.'#10'Please see "man strftime" for syntax reference.'; + LANGdePreferences_DateTimeFormatLabel_Caption = 'Date/time _order:'; + LANGdePreferences_QuickRenameSkipExtCheckBox = 'Select name part only on quick-rename'; + LANGdePreferences_QuickRenameSkipExtCheckBox_Tooltip = 'Exclude filename extension from the selection when doing quick-rename'; + LANGdePreferences_SortDirectoriesLikeFilesCheckBox = 'Sort directories lik_e files'; + LANGdePreferences_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.'; + LANGdePreferences_QuickSearchLabel_Caption = 'Quick search _keystroke:'; + LANGdePreferences_QuickSearchOptionMenu_Tooltip = 'The Ctrl+S/Alt+S and "/" keystrokes are always active, regardless on this setting.'; + LANGdePreferences_QuickSearch_Option1 = 'Ctrl+S/Alt+S and "/" only'; + LANGdePreferences_QuickSearch_Option2 = 'Ctrl+Alt+letters'; + LANGdePreferences_QuickSearch_Option3 = 'Alt+letters'; + LANGdePreferences_QuickSearch_Option4 = 'letters directly'; + LANGdePreferences_TempPathLabel_Caption = 'Temporary files'; + LANGdePreferences_VFSTempPathLabel_Caption = '_VFS temp files:'; + LANGdePreferences_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; @@ -1225,6 +1250,30 @@ begin LANGFSetPassword_Label1_Caption := LANGdeFSetPassword_Label1_Caption; LANGFSetPassword_Label2_Caption := LANGdeFSetPassword_Label2_Caption; LANGFSetPassword_ShowPasswordCheckButton := LANGdeFSetPassword_ShowPasswordCheckButton; + + LANGCopyFileNamesToClipboard := LANGdeCopyFileNamesToClipboard; + LANGCopyFullPathNamesToClipboard := LANGdeCopyFullPathNamesToClipboard; + LANGCopyPathToClipboard := LANGdeCopyPathToClipboard; + LANGPreferences_DateFormatLabel_Caption := LANGdePreferences_DateFormatLabel_Caption; + LANGPreferences_System := LANGdePreferences_System; + LANGPreferences_Custom := LANGdePreferences_Custom; + LANGPreferences_CustomDateFormatEntry_Tooltip := LANGdePreferences_CustomDateFormatEntry_Tooltip; + LANGPreferences_TimeFormatLabel_Caption := LANGdePreferences_TimeFormatLabel_Caption; + LANGPreferences_CustomTimeFormatEntry_Tooltip := LANGdePreferences_CustomTimeFormatEntry_Tooltip; + LANGPreferences_DateTimeFormatLabel_Caption := LANGdePreferences_DateTimeFormatLabel_Caption; + LANGPreferences_QuickRenameSkipExtCheckBox := LANGdePreferences_QuickRenameSkipExtCheckBox; + LANGPreferences_QuickRenameSkipExtCheckBox_Tooltip := LANGdePreferences_QuickRenameSkipExtCheckBox_Tooltip; + LANGPreferences_SortDirectoriesLikeFilesCheckBox := LANGdePreferences_SortDirectoriesLikeFilesCheckBox; + LANGPreferences_SortDirectoriesLikeFilesCheckBox_Tooltip := LANGdePreferences_SortDirectoriesLikeFilesCheckBox_Tooltip; + LANGPreferences_QuickSearchLabel_Caption := LANGdePreferences_QuickSearchLabel_Caption; + LANGPreferences_QuickSearchOptionMenu_Tooltip := LANGdePreferences_QuickSearchOptionMenu_Tooltip; + LANGPreferences_QuickSearch_Option1 := LANGdePreferences_QuickSearch_Option1; + LANGPreferences_QuickSearch_Option2 := LANGdePreferences_QuickSearch_Option2; + LANGPreferences_QuickSearch_Option3 := LANGdePreferences_QuickSearch_Option3; + LANGPreferences_QuickSearch_Option4 := LANGdePreferences_QuickSearch_Option4; + LANGPreferences_TempPathLabel_Caption := LANGdePreferences_TempPathLabel_Caption; + LANGPreferences_VFSTempPathLabel_Caption := LANGdePreferences_VFSTempPathLabel_Caption; + LANGPreferences_VFSTempPathEntry_Tooltip := LANGdePreferences_VFSTempPathEntry_Tooltip; end; initialization |
