mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 09:56:12 +02:00
MG: internationalization for codetools
git-svn-id: trunk@1568 -
This commit is contained in:
parent
ec6a50b270
commit
248d37e16d
@ -88,14 +88,30 @@ ResourceString
|
|||||||
ctsEndForClassNotFound = '"end" for class/object not found';
|
ctsEndForClassNotFound = '"end" for class/object not found';
|
||||||
ctsUnexpectedSubRangeOperatorFound = 'unexpected subrange operator ''..'' found';
|
ctsUnexpectedSubRangeOperatorFound = 'unexpected subrange operator ''..'' found';
|
||||||
ctsInvalidSubrange = 'invalid subrange';
|
ctsInvalidSubrange = 'invalid subrange';
|
||||||
ctsInvalidType = 'invalid type';
|
|
||||||
|
|
||||||
// find declaration
|
// find declaration
|
||||||
ctsUnitNotFound = 'unit not found: %s';
|
ctsUnitNotFound = 'unit not found: %s';
|
||||||
ctsIdentifierNotFound = 'identifier not found: %s';
|
ctsIdentifierNotFound = 'identifier not found: %s';
|
||||||
ctsExprTypeIsNotVariable = 'expression type is not a variable';
|
ctsExprTypeIsNotVariable = 'expression type is not a variable';
|
||||||
ctsInheritedKeywordOnlyAllowedInMethods =
|
ctsInheritedKeywordOnlyAllowedInMethods =
|
||||||
'inherited keyword only allowed in methods';
|
'inherited keyword only allowed in methods';
|
||||||
|
ctsCircleInDefinitions = 'circle in definitions';
|
||||||
|
ctsForwardClassDefinitionNotResolved = 'Forward class definition not resolved: %s';
|
||||||
|
ctsTypeIdentifier = 'type identifier';
|
||||||
|
ctsAncestorIsNotProperty = 'ancestor of untyped property is not a property';
|
||||||
|
ctsBaseTypeOfNotFound = 'base type of "%s" not found';
|
||||||
|
ctsClassIdentifierExpected = 'class identifier expected';
|
||||||
|
ctsDefaultClassAncestorTObjectNotFound = 'default class ancestor TObject not found';
|
||||||
|
ctsExprTypeMustBeClassOrRecord = 'expression type must be class or record type';
|
||||||
|
ctsClassWithoutName = 'class without name';
|
||||||
|
ctsBinaryOperator = 'binary operator';
|
||||||
|
ctsInvalidType = 'invalid type';
|
||||||
|
ctsKeywordIn = 'keyword "in"';
|
||||||
|
ctsIllegalCircleInUsedUnits = 'illegal circle using unit: %s';
|
||||||
|
ctsSourceIsNotUnit = 'source is not unit';
|
||||||
|
ctsInterfaceSectionNotFound = 'interface section not found';
|
||||||
|
ctsUsedUnitIsNotAPascalUnit = 'used unit is not a pascal unit';
|
||||||
|
ctsDuplicateIdentifier = 'duplicate identifier: %s';
|
||||||
|
|
||||||
// codecompletion
|
// codecompletion
|
||||||
ctsPropertySpecifierAlreadyDefined = 'property specifier already defined: %s';
|
ctsPropertySpecifierAlreadyDefined = 'property specifier already defined: %s';
|
||||||
@ -174,7 +190,6 @@ ResourceString
|
|||||||
ctsFileHasCircularSymLink = '%s has a circular symbolic link';
|
ctsFileHasCircularSymLink = '%s has a circular symbolic link';
|
||||||
ctsFileIsNotExecutable = '%s is not executable';
|
ctsFileIsNotExecutable = '%s is not executable';
|
||||||
|
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
end.
|
end.
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user