mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 16:39:19 +02:00
IDE: Resourcestrings for the EnvironmentOptions.FppkgConfigFile
git-svn-id: trunk@60945 -
This commit is contained in:
parent
9d1b8c9d87
commit
f9435a7947
@ -1052,7 +1052,7 @@ resourcestring
|
|||||||
lisFppkgWriteConfFailed = 'Failed to create a new Fppkg configuration (%s) You ' +
|
lisFppkgWriteConfFailed = 'Failed to create a new Fppkg configuration (%s) You ' +
|
||||||
'will have to fix the configuration manually or reinstall Free Pascal.';
|
'will have to fix the configuration manually or reinstall Free Pascal.';
|
||||||
lisNoFppkgPrefix = 'empty Free Pascal compiler prefix.';
|
lisNoFppkgPrefix = 'empty Free Pascal compiler prefix.';
|
||||||
lisFppkgCreateFileFailed = 'Failed to generate the configuration file "%s".';
|
lisFppkgCreateFileFailed = 'Failed to generate the configuration file "%s": %s';
|
||||||
lisFppkgRecentFpcmkcfgNeeded = 'Make sure a recent version is installed and ' +
|
lisFppkgRecentFpcmkcfgNeeded = 'Make sure a recent version is installed and ' +
|
||||||
'available in the path or alongside the compiler-executable.';
|
'available in the path or alongside the compiler-executable.';
|
||||||
lisFppkgFpcmkcfgCheckFailed = 'Failed to retrieve the version of the fpcmkcfg ' +
|
lisFppkgFpcmkcfgCheckFailed = 'Failed to retrieve the version of the fpcmkcfg ' +
|
||||||
@ -1077,11 +1077,11 @@ resourcestring
|
|||||||
lisFppkgWriteConfigFile = 'Write new configuration files';
|
lisFppkgWriteConfigFile = 'Write new configuration files';
|
||||||
lisFppkgPrefix = 'Fpc prefix: %s';
|
lisFppkgPrefix = 'Fpc prefix: %s';
|
||||||
lisFppkgLibPrefix = 'Fpc library prefix: %s';
|
lisFppkgLibPrefix = 'Fpc library prefix: %s';
|
||||||
lisFppkgConfiguration = 'Fppkg is the Free Pascal package manager. When it is not ' +
|
lisFppkgConfiguration = 'The configuration file typically has the name "fppkg.cfg". ' +
|
||||||
'configured properly, it may be impossible to resolve dependencies on Free Pascal ' +
|
'When incorrect it may be impossible to resolve dependencies on Free Pascal ' +
|
||||||
'packages.';
|
'packages. Leave empty to use the default.';
|
||||||
lisFppkgFixConfiguration = 'You could try to restore the configuration files automatically, ' +
|
lisFppkgFixConfiguration = 'You could try to restore the configuration files automatically, ' +
|
||||||
'or adapt fppkg.cfg manually.';
|
'or adapt the configuration file manually.';
|
||||||
|
|
||||||
// file dialogs
|
// file dialogs
|
||||||
lisOpenFile = 'Open File';
|
lisOpenFile = 'Open File';
|
||||||
@ -1463,6 +1463,7 @@ resourcestring
|
|||||||
dlgFpcSrcPath = 'FPC source directory';
|
dlgFpcSrcPath = 'FPC source directory';
|
||||||
dlgMakeExecutable = '"Make" executable';
|
dlgMakeExecutable = '"Make" executable';
|
||||||
dlgCompilerMessages = 'Compiler messages language file (*.msg)';
|
dlgCompilerMessages = 'Compiler messages language file (*.msg)';
|
||||||
|
dlgFppkgConfigurationFile = 'Fppkg configuration file (e.g. fppkg.cfg)';
|
||||||
lisSetThisToTranslateTheCompilerMessagesToAnotherLang = 'Set this to '
|
lisSetThisToTranslateTheCompilerMessagesToAnotherLang = 'Set this to '
|
||||||
+'translate the compiler messages to another language (i.e. not English). '
|
+'translate the compiler messages to another language (i.e. not English). '
|
||||||
+'For example: German: $(FPCSrcDir)/compiler/msg/errordu.msg.';
|
+'For example: German: $(FPCSrcDir)/compiler/msg/errordu.msg.';
|
||||||
|
Loading…
Reference in New Issue
Block a user