mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-12 09:39:16 +02:00
IDE: resource string formatting.
git-svn-id: trunk@45653 -
This commit is contained in:
parent
e3b8066f07
commit
3d0f51fc4e
@ -4119,8 +4119,9 @@ resourcestring
|
||||
lisA2PTheClassNameHasTheSameNameAsTheUnit = 'The class name "%s" has the '
|
||||
+'same name as%sthe unit "%s".';
|
||||
lisA2PClassNameAlreadyExists = 'Class Name already exists';
|
||||
lisA2PTheClassNameExistsAlreadyInPackageFile = 'The class name "%s" '
|
||||
+'exists already in%sPackage %s%sFile: "%s"';
|
||||
lisA2PTheClassNameExistsAlreadyInPackageFile = 'The class name "%s" exists already in'
|
||||
+'%sPackage %s'
|
||||
+'%sFile: "%s"';
|
||||
lisA2PTheMinimumVersionIsInvalidPleaseUseTheFormatMajor = 'The Minimum Version "%s" is invalid.'
|
||||
+'%sPlease use the format major.minor.release.build'
|
||||
+'%sFor example: 1.0.20.10';
|
||||
|
Loading…
Reference in New Issue
Block a user