MG: internationalization for codetools

git-svn-id: trunk@1568 -
This commit is contained in:
lazarus 2002-03-29 16:23:02 +00:00
parent ec6a50b270
commit 248d37e16d
2 changed files with 321 additions and 306 deletions

View File

@ -88,14 +88,30 @@ ResourceString
ctsEndForClassNotFound = '"end" for class/object not found';
ctsUnexpectedSubRangeOperatorFound = 'unexpected subrange operator ''..'' found';
ctsInvalidSubrange = 'invalid subrange';
ctsInvalidType = 'invalid type';
// find declaration
ctsUnitNotFound = 'unit not found: %s';
ctsIdentifierNotFound = 'identifier not found: %s';
ctsExprTypeIsNotVariable = 'expression type is not a variable';
ctsInheritedKeywordOnlyAllowedInMethods =
'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
ctsPropertySpecifierAlreadyDefined = 'property specifier already defined: %s';
@ -174,7 +190,6 @@ ResourceString
ctsFileHasCircularSymLink = '%s has a circular symbolic link';
ctsFileIsNotExecutable = '%s is not executable';
implementation
end.

File diff suppressed because it is too large Load Diff