mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 23:22:08 +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 debug symbols into the executable rather than to an external file. '
|
||||||
+ 'The "%s" supports only symbols in an external file.';
|
+ 'The "%s" supports only symbols in an external file.';
|
||||||
lisEnableOptionXg2 = 'Enable option -Xg';
|
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)';
|
lisEnableOptionDwarf2 = 'Enable Dwarf 2 (-gw)';
|
||||||
lisEnableOptionDwarf2Sets = 'Enable Dwarf 2 with sets';
|
lisEnableOptionDwarf2Sets = 'Enable Dwarf 2 with sets';
|
||||||
lisEnableOptionDwarf3 = 'Enable Dwarf 3 (-gw3)';
|
lisEnableOptionDwarf3 = 'Enable Dwarf 3 (-gw3)';
|
||||||
@ -4212,12 +4208,7 @@ resourcestring
|
|||||||
+ ' when it was compiled with a suitable Debug Information enabled.';
|
+ ' when it was compiled with a suitable Debug Information enabled.';
|
||||||
lisTheProjectDoesNotUseDwarf_TaskDlg_NoDebugBtn_Caption = 'Run with no debugger';
|
lisTheProjectDoesNotUseDwarf_TaskDlg_NoDebugBtn_Caption = 'Run with no debugger';
|
||||||
lisTheProjectDoesNotUseDwarf_TaskDlg_Footer = 'This choice can be later changed'
|
lisTheProjectDoesNotUseDwarf_TaskDlg_Footer = 'This choice can be later changed'
|
||||||
+ ' in Project Options / Compiler Options / Debugging window.';
|
+ ' in Project -> Project Options -> Compiler Options -> Debugging.';
|
||||||
// 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.';
|
|
||||||
|
|
||||||
lisCleanUpUnitPath = 'Clean up unit path?';
|
lisCleanUpUnitPath = 'Clean up unit path?';
|
||||||
lisTheDirectoryIsNoLongerNeededInTheUnitPathRemoveIt =
|
lisTheDirectoryIsNoLongerNeededInTheUnitPathRemoveIt =
|
||||||
|
Loading…
Reference in New Issue
Block a user