Skip to content

Commit

Permalink
Merge pull request #694 from sqtran/master
Browse files Browse the repository at this point in the history
TEIID-4215 Fixed a bunch of typos in error messages
  • Loading branch information
shawkins committed May 24, 2016
2 parents dafc83b + 8f9d448 commit cf48b77
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions engine/src/main/resources/org/teiid/query/i18n.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ TEIID30403=Pad string for lpad/rpad must have length greater than 0.
TEIID30404=Source and destination character lists must be the same length.
TEIID30405=Error converting [{0}] of type {1} to type {2}
TEIID30406=The context function may only be used in XML queries.
TEIID30411=Illegal argument for formating: {0}
TEIID30411=Illegal argument for formatting: {0}
TEIID30412=Could not parse number using format: {0} {1}
ERR.015.001.0044=Function metadata source is of invalid type: {0}
TEIID30011=The function "{0}" will not be added because a function with the same name and signature already exists.
Expand Down Expand Up @@ -792,7 +792,7 @@ SystemSource.st_simplify_param1=Geometry
SystemSource.st_simplify_param2=tolerance
SystemSource.st_simplify_result=Geometry value simplified according to the Douglas Peucker algorithm

SystemSource.st_force_2d_description=Force the geometry to a 2d representation only having X and Y corrodinates
SystemSource.st_force_2d_description=Force the geometry to a 2d representation only having X and Y coordinates
SystemSource.st_force_2d_param1=Geometry
SystemSource.st_force_2d_result=2d Geometry value

Expand Down Expand Up @@ -841,7 +841,7 @@ SystemSource.st_transform_param1=Geometry
SystemSource.st_transform_param2=SRID
SystemSource.st_transform_result=Geometry

SystemSource.st_equals_description=Test if two geometries are topologically equvialent.
SystemSource.st_equals_description=Test if two geometries are topologically equivalent.
SystemSource.st_equals_param1=Geometry 1
SystemSource.st_equals_param2=Geometry 2
SystemSource.st_equals_result=True if the geometries are equal.
Expand All @@ -853,7 +853,7 @@ SystemSource.st_setsrid_result=Geometry with the specified srid

SystemSource.st_srid_description=Get the srid.
SystemSource.st_srid_param1=Geometry
SystemSource.st_srid_result=The srid for the geomety.
SystemSource.st_srid_result=The srid for the geometry.

TEIID30350=Element ''{0}'' not found.
TEIID30351=Group ''{0}'' not found.
Expand Down Expand Up @@ -995,7 +995,7 @@ TEIID30295=Cannot create a query for MappingClass with user criteria {0}
TEIID30296=Conjunct "{0}" has no relationship with target context {1}.
TEIID30297=Conjunct "{0}" has a non-simple relationship to its parent through context {1}.

TEIID30308=Staging table criteria cannot contian context functions
TEIID30308=Staging table criteria cannot contain context functions
TEIID30307=Staging table criteria {0} was not specified against a single staging table
TEIID30302=Element {0} is not in the scope of the context {1}
TEIID30301=Element {0} is not a valid data node
Expand Down Expand Up @@ -1254,7 +1254,7 @@ SQLParser.proc_type_conflict=Result type {1} conflicts with return type {2} for
SQLParser.param_out=Procedure {0} RESULT param {1} must be of type OUT.
udt_format_wrong=UDT option mentioned on column "{0}" is wrong. It must be in the form UDT=name(length,precision,scale). Otherwise UDT data type specified is not a known data type to Teiid.
TEIID31125=Return statement with expression used, but no return value is expected: {0}
TEIID31126=The use of the KEEP ALIASES option has introduced a duplicate alias into the source query {0}. A NO_UNNEST hint may be needed to preserve a view or the KEEP ALIASES option should not be used and the generated aliases should be optained from the query plan.
TEIID31126=The use of the KEEP ALIASES option has introduced a duplicate alias into the source query {0}. A NO_UNNEST hint may be needed to preserve a view or the KEEP ALIASES option should not be used and the generated aliases should be obtained from the query plan.
TEIID31127=The KEEP ALIASES option cannot be used since a user alias {0} may conflict with generated aliases. Consider using the generated aliases found in the query plan instead.

TEIID31128=In multisource mode, a column/parameter matching the multisource name {0} on {1} must have type STRING.
Expand Down Expand Up @@ -1341,4 +1341,4 @@ TEIID31178=Could not obtain connection for schema {0}, but one is required for m
TEIID31179=Duplicate variable {1} specified for insert/merge against table {0}.

TEIID31190={0} is not a valid version string.
TEIID31191={0} is not a valid vdb name as it appears to end with a version string.
TEIID31191={0} is not a valid vdb name as it appears to end with a version string.

0 comments on commit cf48b77

Please sign in to comment.