mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 04:09:20 +02:00
IDE: improved/cleaned up resource strings (includes suggestion by Dmitry D. Chernov in merge request !266)
This commit is contained in:
parent
3477bc102d
commit
f080b66038
@ -2687,7 +2687,7 @@ resourcestring
|
||||
dlgPODpiAwarenessOldOnNewPerMonitor = 'Vista-8: on, 8.1+: per monitor';
|
||||
dlgPODpiAwarenessOldOnNewPerMonitorV2 = 'Vista-8: on, 8.1/10+: per monitor/V2';
|
||||
dlgPOUIAccess = 'UI Access (uiAccess)';
|
||||
dlgPOLongPathAware = 'Long path awareness';
|
||||
dlgPOLongPathAware = 'Long path awareness (Windows 10 1607+)';
|
||||
dlgPOAnsiUTF8 = 'ANSI codepage is UTF-8 (Windows 10 1903+)';
|
||||
dlgPOAsInvoker = 'as invoker (asInvoker)';
|
||||
dlgPOHighestAvailable = 'highest available (highestAvailable)';
|
||||
@ -2775,9 +2775,7 @@ resourcestring
|
||||
dlgDefaultWinPos = 'Default Window/Console position and size';
|
||||
dlgUseConsolePos = 'Set Left/Top';
|
||||
dlgUseConsoleSize = 'Set Width/Height';
|
||||
dlgUseConsoleBuffer = 'Set Columns/Rows ';
|
||||
dlgConsoleSizeXY = 'Top/Left:';
|
||||
dlgConsoleSizeWH = 'Rows/Colums:';
|
||||
dlgUseConsoleBuffer = 'Set Columns/Rows';
|
||||
dlgConsoleSizeNotSupported = 'Current debugger does not support this.';
|
||||
dlgRunOSystemVariables = 'System variables';
|
||||
dlgRunOUserOverrides = 'User overrides';
|
||||
|
Loading…
Reference in New Issue
Block a user