Skip to content

Commit

Permalink
[#387] Remove "SwagEdit" references from validation error and warning…
Browse files Browse the repository at this point in the history
… messages
  • Loading branch information
ghillairet committed Sep 21, 2017
1 parent 507e528 commit 1836378
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Expand Up @@ -9,7 +9,7 @@
# ModelSolv, Inc. - initial API and implementation and/or initial documentation
###############################################################################

error_missing_reference= Invalid Reference - SwagEdit was unable to resolve the reference. \n\
error_missing_reference= Invalid Reference - KaiZen Editor was unable to resolve the reference. \n\
The value must be a valid JSON Reference (for external references) or JSON Pointer (for local references), and must resolve to an object of the expected type.
error_invalid_reference= Invalid Reference Syntax - The referenced path or URI may contain invalid characters. \n\
The value must be a valid JSON Reference (for external references) or JSON Pointer (for local references), and must resolve to an object of the expected type.
Expand Down
Expand Up @@ -12,7 +12,7 @@
swagedit_wizard_title = Swagger Spec

# wizard
swagedit_wizard_description = This wizard creates a new Swagger Spec in YAML format, which can be opened in SwagEdit.
swagedit_wizard_description = This wizard creates a new Swagger Spec in YAML format, which can be opened in KaiZen Editor.

# errors
error_nullType = The null value is not allowed for type, did you mean the "null" string (quoted)?
Expand All @@ -22,7 +22,7 @@ error_additional_properties_not_allowed = object has properties %s which are not
error_required_properties = object has missing required properties %s
error_duplicate_keys = Duplicate key: the object has more than one property named %s
error_cannot_read_content = Unable to read content. It may be invalid YAML
error_missing_reference= Invalid Reference - SwagEdit was unable to resolve the reference. \n\
error_missing_reference= Invalid Reference - KaiZen Editor was unable to resolve the reference. \n\
The value must be a valid JSON Reference (for external references) or JSON Pointer (for local references), and must resolve to an object of the expected type.
error_invalid_reference= Invalid Reference Syntax - The referenced path or URI may contain invalid characters. \n\
The value must be a valid JSON Reference (for external references) or JSON Pointer (for local references), and must resolve to an object of the expected type.
Expand Down
Expand Up @@ -12,7 +12,7 @@
swagedit_wizard_title = Swagger Spec

# wizard
swagedit_wizard_description = This wizard creates a new Swagger Spec in YAML format, which can be opened in SwagEdit.
swagedit_wizard_description = This wizard creates a new Swagger Spec in YAML format, which can be opened in KaiZen Editor.

# errors
error_nullType = The null value is not allowed for type, did you mean the "null" string (quoted)?
Expand All @@ -22,7 +22,7 @@ error_additional_properties_not_allowed = object has properties %s which are not
error_required_properties = object has missing required properties %s
error_duplicate_keys = Duplicate key: the object has more than one property named %s
error_cannot_read_content = Unable to read content. It may be invalid YAML
error_missing_reference= Invalid Reference - SwagEdit was unable to resolve the reference. \n\
error_missing_reference= Invalid Reference - KaiZen Editor was unable to resolve the reference. \n\
The value must be a valid JSON Reference (for external references) or JSON Pointer (for local references), and must resolve to an object of the expected type.
error_invalid_reference= Invalid Reference Syntax - The referenced path or URI may contain invalid characters. \n\
The value must be a valid JSON Reference (for external references) or JSON Pointer (for local references), and must resolve to an object of the expected type.
Expand Down

0 comments on commit 1836378

Please sign in to comment.