mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 20:59:36 +02:00
IDE: improved localization
git-svn-id: trunk@45886 -
This commit is contained in:
parent
b1d95c58dc
commit
694b9f3ec6
@ -3380,7 +3380,7 @@ begin
|
||||
|
||||
UrgencyStyles[mluNone].SetValues('?',ImgIDInfo,clDefault);
|
||||
UrgencyStyles[mluProgress].SetValues(lisPDProgress, ImgIDInfo, clDefault);
|
||||
UrgencyStyles[mluDebug].SetValues(uemDebugWord, ImgIDInfo, clDefault);
|
||||
UrgencyStyles[mluDebug].SetValues(lisDebug, ImgIDInfo, clDefault);
|
||||
UrgencyStyles[mluVerbose3].SetValues(lisExtremelyVerbose, ImgIDInfo,
|
||||
clDefault);
|
||||
UrgencyStyles[mluVerbose2].SetValues(lisVeryVerbose, ImgIDInfo, clDefault);
|
||||
|
@ -2513,6 +2513,7 @@ resourcestring
|
||||
lisEnableI18NForLFM = 'Enable I18N for LFM';
|
||||
uemDebugWord = 'Debug';
|
||||
lisExtremelyVerbose = 'Extremely Verbose';
|
||||
lisDebug = 'Debug';
|
||||
lisVeryVerbose = 'Very Verbose';
|
||||
lisVerbose = 'Verbose';
|
||||
uemToggleBreakpoint = 'Toggle &Breakpoint';
|
||||
|
Loading…
Reference in New Issue
Block a user