Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'json/bundles/org.eclipse.wst.json.core/src/org/eclipse/wst/json/core/internal/JSONCoreMessages.properties')
-rw-r--r--json/bundles/org.eclipse.wst.json.core/src/org/eclipse/wst/json/core/internal/JSONCoreMessages.properties10
1 files changed, 10 insertions, 0 deletions
diff --git a/json/bundles/org.eclipse.wst.json.core/src/org/eclipse/wst/json/core/internal/JSONCoreMessages.properties b/json/bundles/org.eclipse.wst.json.core/src/org/eclipse/wst/json/core/internal/JSONCoreMessages.properties
new file mode 100644
index 0000000000..b97d1e896d
--- /dev/null
+++ b/json/bundles/org.eclipse.wst.json.core/src/org/eclipse/wst/json/core/internal/JSONCoreMessages.properties
@@ -0,0 +1,10 @@
+# Validation
+Missing_start_array=Missing start array
+Missing_end_array=Missing end array
+Missing_start_object=Missing start object
+Missing_end_object=Missing end object
+# Catalog
+Catalog_entry_uri_not_set=Catalog entry URI is not set
+Catalog_resolution_null_catalog=Catalog resolution attempted with null catalog; ignored
+Catalog_resolution_malformed_url=Malformed URL exception trying to resolve
+Catalog_resolution_io_exception=I/O exception trying to resolve

Back to the top