IDE: resource string formatting

git-svn-id: trunk@30848 -
This commit is contained in:
juha 2011-05-22 09:37:31 +00:00
parent 2a26b86c4c
commit 82779f4ab7

View File

@ -1222,17 +1222,13 @@ resourcestring
lisShowStatusBarInObjectInspector = 'Show status bar'; lisShowStatusBarInObjectInspector = 'Show status bar';
lisShowInfoBoxInObjectInspector = 'Show information box'; lisShowInfoBoxInObjectInspector = 'Show information box';
dlgEnvColors = 'Colors'; dlgEnvColors = 'Colors';
dlgEnvBackupHelpNote = dlgEnvBackupHelpNote = 'Notes: Project files are all files in the project directory';
'Notes: Project files are all files in the project directory';
lisEnvOptDlgInvalidCompilerFilename = 'Invalid compiler filename'; lisEnvOptDlgInvalidCompilerFilename = 'Invalid compiler filename';
lisEnvOptDlgInvalidCompilerFilenameMsg = lisEnvOptDlgInvalidCompilerFilenameMsg = 'The compiler file "%s" is not an executable.';
'The compiler file "%s" is not an executable.';
lisEnvOptDlgInvalidMakeFilename = 'Invalid make filename'; lisEnvOptDlgInvalidMakeFilename = 'Invalid make filename';
lisEnvOptDlgInvalidMakeFilenameMsg = lisEnvOptDlgInvalidMakeFilenameMsg = 'The make file "%s" is not an executable.';
'The make file "%s" is not an executable.';
lisEnvOptDlgInvalidDebuggerFilename = 'Invalid debugger filename'; lisEnvOptDlgInvalidDebuggerFilename = 'Invalid debugger filename';
lisEnvOptDlgInvalidDebuggerFilenameMsg = lisEnvOptDlgInvalidDebuggerFilenameMsg = 'The debugger file "%s" is not an executable.';
'The debugger file "%s" is not an executable.';
lisEnvOptDlgDirectoryNotFound = 'Directory not found'; lisEnvOptDlgDirectoryNotFound = 'Directory not found';
lisDirectoryNotFound = 'Directory %s%s%s not found.'; lisDirectoryNotFound = 'Directory %s%s%s not found.';
lisRemoveFromSearchPath = 'Remove from search path'; lisRemoveFromSearchPath = 'Remove from search path';
@ -1461,8 +1457,7 @@ resourcestring
dlgLang = 'Language'; dlgLang = 'Language';
dlgEditSchemDefaults = 'Scheme globals'; dlgEditSchemDefaults = 'Scheme globals';
lis0No1DrawDividerLinesOnlyForTopLevel2DrawLinesForFi = '0 = no, 1 = draw ' lis0No1DrawDividerLinesOnlyForTopLevel2DrawLinesForFi = '0 = no, 1 = draw '
+'divider lines only for top level, 2 = draw lines for first two ' +'divider lines only for top level, 2 = draw lines for first two levels, ...';
+'levels, ...';
dlgClrScheme = 'Color Scheme'; dlgClrScheme = 'Color Scheme';
dlgFileExts = 'File extensions'; dlgFileExts = 'File extensions';
dlgSetElementDefault = 'Set element to default'; dlgSetElementDefault = 'Set element to default';