blob: df4f28f687343e4c37cd858078afb8ac3e3f2615 [file] [log] [blame]
expectedFieldName = Expected field name.
expectedFieldNumber = Expected field number.
expectedIdentifier = Expected identifier.
expectedInteger = Expected integer.
expectedNumber = Expected number.
expectedPositiveNumber = Unsigned field can't have negative default value.
expectedString = Expected string.
expectedSyntaxIdentifier = Expected syntax identifier.
expectedTrueOrFalse = Expected "true" or "false".
fieldNumberAlreadyUsed = Field number %d has already been used in \"%s\" by field \"%s\".
fieldNumbersMustBePositive = Field numbers must be positive integers.
importingUnsupportedSyntax = Importing unsupported file (directly or indirectly.) This may cause errors related to unresolved references.
importNotFound = Import \"%s\" was not found.
invalidMapKeyType = Key in a map field cannot be of float, double, bytes or message type.
invalidMapValueType = Value in a map field cannot be a map.
literalNotInEnum = Enum type \"%s\" has no value named \"%s\".
mapWithModifier = Field labels (required/optional/repeated) are not allowed on map fields.
missingFieldNumber = Missing field number.
missingModifier = Missing modifier: \"required\", \"optional\", or \"repeated\".
multiplePackages = Multiple package definitions.
requiredInProto3 = Required fields are not allowed in proto3.
scopingError = It may be caused by an imported non-proto2 file.
unknownSyntax = Unknown syntax. This parser only recognizes \"proto2\" or \"proto3\".
unrecognizedSyntaxIdentifier = Unrecognized syntax identifier \"%s\". This parser only recognizes \"proto2\" and \"proto3\".