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_ES.pas | |
| parent | 959b06fb29ddfd48cac307aa4c0c0088c1f60547 (diff) | |
| download | tuxcmd-61a2f57f6a2a748d16a8ba8aced2e1298368615f.tar.xz | |
Localization preparationv0.6.49
Diffstat (limited to 'translations/UTranslation_ES.pas')
| -rw-r--r-- | translations/UTranslation_ES.pas | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/translations/UTranslation_ES.pas b/translations/UTranslation_ES.pas index 72d7b8d..ecf40b5 100644 --- a/translations/UTranslation_ES.pas +++ b/translations/UTranslation_ES.pas @@ -637,6 +637,31 @@ const LANGesF2Button_Caption = 'F2 - Renombrar'; LANGesFSetPassword_Label2_Caption = 'El archivo esta encriptado y necesita de una contraseña para poder extraer la información'; LANGesFSetPassword_ShowPasswordCheckButton = '_Mostrar contraseña'; + (*************** STRINGS ADDED TO v0.6.48 **********************************************************************************) + LANGesCopyFileNamesToClipboard = '_Copy file names to clipboard'; + LANGesCopyFullPathNamesToClipboard = 'Copy _full path names to clipboard'; + LANGesCopyPathToClipboard = '_Copy path to clipboard'; + LANGesPreferences_DateFormatLabel_Caption = 'Date _format:'; + LANGesPreferences_System = 'System'; + LANGesPreferences_Custom = 'Custom...'; + LANGesPreferences_CustomDateFormatEntry_Tooltip = 'Enter custom date format string.'#10'Please see "man strftime" for syntax reference.'; + LANGesPreferences_TimeFormatLabel_Caption = '_Time format:'; + LANGesPreferences_CustomTimeFormatEntry_Tooltip = 'Enter custom time format string.'#10'Please see "man strftime" for syntax reference.'; + LANGesPreferences_DateTimeFormatLabel_Caption = 'Date/time _order:'; + LANGesPreferences_QuickRenameSkipExtCheckBox = 'Select name part only on quick-rename'; + LANGesPreferences_QuickRenameSkipExtCheckBox_Tooltip = 'Exclude filename extension from the selection when doing quick-rename'; + LANGesPreferences_SortDirectoriesLikeFilesCheckBox = 'Sort directories lik_e files'; + LANGesPreferences_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.'; + LANGesPreferences_QuickSearchLabel_Caption = 'Quick search _keystroke:'; + LANGesPreferences_QuickSearchOptionMenu_Tooltip = 'The Ctrl+S/Alt+S and "/" keystrokes are always active, regardless on this setting.'; + LANGesPreferences_QuickSearch_Option1 = 'Ctrl+S/Alt+S and "/" only'; + LANGesPreferences_QuickSearch_Option2 = 'Ctrl+Alt+letters'; + LANGesPreferences_QuickSearch_Option3 = 'Alt+letters'; + LANGesPreferences_QuickSearch_Option4 = 'letters directly'; + LANGesPreferences_TempPathLabel_Caption = 'Temporary files'; + LANGesPreferences_VFSTempPathLabel_Caption = '_VFS temp files:'; + LANGesPreferences_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; @@ -1244,6 +1269,30 @@ begin LANGFSetPassword_Label1_Caption := LANGesFSetPassword_Label1_Caption; LANGFSetPassword_Label2_Caption := LANGesFSetPassword_Label2_Caption; LANGFSetPassword_ShowPasswordCheckButton := LANGesFSetPassword_ShowPasswordCheckButton; + + LANGCopyFileNamesToClipboard := LANGesCopyFileNamesToClipboard; + LANGCopyFullPathNamesToClipboard := LANGesCopyFullPathNamesToClipboard; + LANGCopyPathToClipboard := LANGesCopyPathToClipboard; + LANGPreferences_DateFormatLabel_Caption := LANGesPreferences_DateFormatLabel_Caption; + LANGPreferences_System := LANGesPreferences_System; + LANGPreferences_Custom := LANGesPreferences_Custom; + LANGPreferences_CustomDateFormatEntry_Tooltip := LANGesPreferences_CustomDateFormatEntry_Tooltip; + LANGPreferences_TimeFormatLabel_Caption := LANGesPreferences_TimeFormatLabel_Caption; + LANGPreferences_CustomTimeFormatEntry_Tooltip := LANGesPreferences_CustomTimeFormatEntry_Tooltip; + LANGPreferences_DateTimeFormatLabel_Caption := LANGesPreferences_DateTimeFormatLabel_Caption; + LANGPreferences_QuickRenameSkipExtCheckBox := LANGesPreferences_QuickRenameSkipExtCheckBox; + LANGPreferences_QuickRenameSkipExtCheckBox_Tooltip := LANGesPreferences_QuickRenameSkipExtCheckBox_Tooltip; + LANGPreferences_SortDirectoriesLikeFilesCheckBox := LANGesPreferences_SortDirectoriesLikeFilesCheckBox; + LANGPreferences_SortDirectoriesLikeFilesCheckBox_Tooltip := LANGesPreferences_SortDirectoriesLikeFilesCheckBox_Tooltip; + LANGPreferences_QuickSearchLabel_Caption := LANGesPreferences_QuickSearchLabel_Caption; + LANGPreferences_QuickSearchOptionMenu_Tooltip := LANGesPreferences_QuickSearchOptionMenu_Tooltip; + LANGPreferences_QuickSearch_Option1 := LANGesPreferences_QuickSearch_Option1; + LANGPreferences_QuickSearch_Option2 := LANGesPreferences_QuickSearch_Option2; + LANGPreferences_QuickSearch_Option3 := LANGesPreferences_QuickSearch_Option3; + LANGPreferences_QuickSearch_Option4 := LANGesPreferences_QuickSearch_Option4; + LANGPreferences_TempPathLabel_Caption := LANGesPreferences_TempPathLabel_Caption; + LANGPreferences_VFSTempPathLabel_Caption := LANGesPreferences_VFSTempPathLabel_Caption; + LANGPreferences_VFSTempPathEntry_Tooltip := LANGesPreferences_VFSTempPathEntry_Tooltip; end; initialization |
