mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-21 21:59:18 +02:00
Components, MacroScript: improved resourcestrings
git-svn-id: trunk@43795 -
This commit is contained in:
parent
48512f24b2
commit
7496d3c856
@ -7,19 +7,19 @@ interface
|
|||||||
resourcestring
|
resourcestring
|
||||||
EmsSelfTestErrCaption = 'Error in EditorMacroScript';
|
EmsSelfTestErrCaption = 'Error in EditorMacroScript';
|
||||||
EmsSelfTestFailed = 'The package EditorMacroScript (pascalscript macros)' +
|
EmsSelfTestFailed = 'The package EditorMacroScript (pascalscript macros)' +
|
||||||
' has detected a problem and was de-activated. %0:s' +
|
' has detected a problem and was deactivated.%0:s' +
|
||||||
'The package failed its selftest with the message:%0:s"%1:s"';
|
'The package failed its selftest with the message:%0:s"%1:s"';
|
||||||
EmsSelfTestFailedLastTime = 'The package EditorMacroScript (pascalscript macros)' +
|
EmsSelfTestFailedLastTime = 'The package EditorMacroScript (pascalscript macros)' +
|
||||||
' has detected a problem and was de-activated. %0:s' +
|
' has detected a problem and was deactivated.%0:s' +
|
||||||
'The package selftest was not completed during the last start of the IDE"';
|
'The package selftest was not completed during the last start of the IDE.';
|
||||||
EMSStatusTitle = 'Status';
|
EMSStatusTitle = 'Status';
|
||||||
EMSEditorMacroTitle = 'Editor Macro Script';
|
EMSEditorMacroTitle = 'Editor Macro Script';
|
||||||
EMSBtnTestAgain = 'Test again';
|
EMSBtnTestAgain = 'Test again';
|
||||||
EMSNotSupported = 'Scripting not active. Not supported on this platform or CPU';
|
EMSNotSupported = 'Scripting not active. Not supported on this platform or CPU.';
|
||||||
EMSNotActive = 'Scripting not active. Selftest failed';
|
EMSNotActive = 'Scripting not active. Selftest failed.';
|
||||||
EMSActive = 'Scripting active';
|
EMSActive = 'Scripting active.';
|
||||||
EMSPending = 'Scripting not active. Selftest will run next time the IDE is '
|
EMSPending = 'Scripting not active. Selftest will run next time the IDE is '
|
||||||
+'started';
|
+'started.';
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user