mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 17:39:22 +02:00
IDE: cleaned up resource strings
This commit is contained in:
parent
09212d6b0b
commit
2b70e932d1
@ -4198,10 +4198,6 @@ resourcestring
|
||||
+'the debug symbols into the executable rather than to an external file. '
|
||||
+ 'The "%s" supports only symbols in an external file.';
|
||||
lisEnableOptionXg2 = 'Enable option -Xg';
|
||||
lisEnableOptionDwarf = 'Enable Dwarf 2 (-gw)?';
|
||||
lisTheProjectDoesNotUseDwarf = 'The project does not '
|
||||
+'write debug info in Dwarf format.'
|
||||
+' The "%s" supports only Dwarf.';
|
||||
lisEnableOptionDwarf2 = 'Enable Dwarf 2 (-gw)';
|
||||
lisEnableOptionDwarf2Sets = 'Enable Dwarf 2 with sets';
|
||||
lisEnableOptionDwarf3 = 'Enable Dwarf 3 (-gw3)';
|
||||
@ -4212,12 +4208,7 @@ resourcestring
|
||||
+ ' when it was compiled with a suitable Debug Information enabled.';
|
||||
lisTheProjectDoesNotUseDwarf_TaskDlg_NoDebugBtn_Caption = 'Run with no debugger';
|
||||
lisTheProjectDoesNotUseDwarf_TaskDlg_Footer = 'This choice can be later changed'
|
||||
+ ' in Project Options / Compiler Options / Debugging window.';
|
||||
// non-Windows LCL does not implement
|
||||
lisTheProjectDoesNotUseDwarf_TaskDlg_NoDebugBtn_Hint =
|
||||
'If you continue running without Debug Info selected - the debugger'
|
||||
+ ' would not be enabled, and this question would reappear next'
|
||||
+ ' time you run your application.';
|
||||
+ ' in Project -> Project Options -> Compiler Options -> Debugging.';
|
||||
|
||||
lisCleanUpUnitPath = 'Clean up unit path?';
|
||||
lisTheDirectoryIsNoLongerNeededInTheUnitPathRemoveIt =
|
||||
|
Loading…
Reference in New Issue
Block a user