mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 20:19:24 +02:00
IDE: fixed various typos
git-svn-id: trunk@45836 -
This commit is contained in:
parent
e2fae8ddb9
commit
c3a97a98e8
@ -365,7 +365,7 @@ resourcestring
|
|||||||
lisCopySelectedMessagesToClipboard = 'Copy Selected Messages to Clipboard';
|
lisCopySelectedMessagesToClipboard = 'Copy Selected Messages to Clipboard';
|
||||||
lisCopyFileNameToClipboard = 'Copy File Name to Clipboard';
|
lisCopyFileNameToClipboard = 'Copy File Name to Clipboard';
|
||||||
lisFind = 'Find ...';
|
lisFind = 'Find ...';
|
||||||
lisAbout = 'About ...';
|
lisAbout = 'About';
|
||||||
lisRemoveCompilerOptionHideMessage = 'Remove Compiler Option Hide Message';
|
lisRemoveCompilerOptionHideMessage = 'Remove Compiler Option Hide Message';
|
||||||
lisRemoveMessageTypeFilter = 'Remove Message Type Filter';
|
lisRemoveMessageTypeFilter = 'Remove Message Type Filter';
|
||||||
lisRemoveAllMessageTypeFilters = 'Remove all message type filters';
|
lisRemoveAllMessageTypeFilters = 'Remove all message type filters';
|
||||||
@ -541,7 +541,7 @@ resourcestring
|
|||||||
lisMEAction = 'Action';
|
lisMEAction = 'Action';
|
||||||
lisMenuGeneralOptions = 'Options ...';
|
lisMenuGeneralOptions = 'Options ...';
|
||||||
lisWindowStaysOnTop = 'Window stays on top';
|
lisWindowStaysOnTop = 'Window stays on top';
|
||||||
lisFilenameStyle = 'Filename Style ...';
|
lisFilenameStyle = 'Filename Style';
|
||||||
lisShortNoPath = 'Short, no path';
|
lisShortNoPath = 'Short, no path';
|
||||||
lisRelative = 'Relative';
|
lisRelative = 'Relative';
|
||||||
lisFull = 'Full';
|
lisFull = 'Full';
|
||||||
@ -549,9 +549,9 @@ resourcestring
|
|||||||
lisShowMessageTypeID = 'Show Message Type ID';
|
lisShowMessageTypeID = 'Show Message Type ID';
|
||||||
lisToolStoppedWithExitCodeUseContextMenuToGetMoreInfo = 'tool stopped with '
|
lisToolStoppedWithExitCodeUseContextMenuToGetMoreInfo = 'tool stopped with '
|
||||||
+'exit code %s. Use context menu to get more information.';
|
+'exit code %s. Use context menu to get more information.';
|
||||||
lisErrors2 = ', Errors:%s';
|
lisErrors2 = ', Errors: %s';
|
||||||
lisWarnings = ', Warnings:%s';
|
lisWarnings = ', Warnings: %s';
|
||||||
lisHints = ', Hints:%s';
|
lisHints = ', Hints: %s';
|
||||||
lisInternalError = 'internal error: %s';
|
lisInternalError = 'internal error: %s';
|
||||||
lisMenuEditCodeTemplates = 'Code Templates ...';
|
lisMenuEditCodeTemplates = 'Code Templates ...';
|
||||||
dlgEdCodeTempl = 'Code Templates';
|
dlgEdCodeTempl = 'Code Templates';
|
||||||
@ -2173,7 +2173,7 @@ resourcestring
|
|||||||
lisPanic = 'Panic';
|
lisPanic = 'Panic';
|
||||||
lisHideSearch = 'Hide Search';
|
lisHideSearch = 'Hide Search';
|
||||||
lisInvalidMacrosInExternalTool = 'Invalid macros "%s" in external tool "%s"';
|
lisInvalidMacrosInExternalTool = 'Invalid macros "%s" in external tool "%s"';
|
||||||
lisCanNotExecute = 'can not execute "%s"';
|
lisCanNotExecute = 'cannot execute "%s"';
|
||||||
lisMissingDirectory = 'missing directory "%s"';
|
lisMissingDirectory = 'missing directory "%s"';
|
||||||
lisUnableToExecute = 'unable to execute: %s';
|
lisUnableToExecute = 'unable to execute: %s';
|
||||||
lisUnableToReadProcessExitStatus = 'unable to read process ExitStatus';
|
lisUnableToReadProcessExitStatus = 'unable to read process ExitStatus';
|
||||||
@ -3396,7 +3396,7 @@ resourcestring
|
|||||||
lisSuccess = 'Success';
|
lisSuccess = 'Success';
|
||||||
lisFailedToResolveMacros = 'failed to resolve macros';
|
lisFailedToResolveMacros = 'failed to resolve macros';
|
||||||
lisToolHasNoExecutable = 'tool "%s" has no executable';
|
lisToolHasNoExecutable = 'tool "%s" has no executable';
|
||||||
lisCanNotFindExecutable = 'can not find executable "%s"';
|
lisCanNotFindExecutable = 'cannot find executable "%s"';
|
||||||
lisMissingExecutable = 'missing executable "%s"';
|
lisMissingExecutable = 'missing executable "%s"';
|
||||||
lisExecutableIsADirectory = 'executable "%s" is a directory';
|
lisExecutableIsADirectory = 'executable "%s" is a directory';
|
||||||
lisExecutableLacksThePermissionToRun = 'executable "%s" lacks the permission'
|
lisExecutableLacksThePermissionToRun = 'executable "%s" lacks the permission'
|
||||||
|
Loading…
Reference in New Issue
Block a user