Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.common/src/org/eclipse/papyrus/toolsmiths/validation/common/internal/messages/messages.properties')
-rw-r--r--plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.common/src/org/eclipse/papyrus/toolsmiths/validation/common/internal/messages/messages.properties8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.common/src/org/eclipse/papyrus/toolsmiths/validation/common/internal/messages/messages.properties b/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.common/src/org/eclipse/papyrus/toolsmiths/validation/common/internal/messages/messages.properties
index a871737f982..28da85a97f3 100644
--- a/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.common/src/org/eclipse/papyrus/toolsmiths/validation/common/internal/messages/messages.properties
+++ b/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.common/src/org/eclipse/papyrus/toolsmiths/validation/common/internal/messages/messages.properties
@@ -24,6 +24,14 @@ CommonMarkerResolutionUtils_0=Confirm Save
CommonMarkerResolutionUtils_1=The editor "{0}" must be saved before the quick fix can be applied. Save and proceed?
CommonURIUtils_0=Suspicious URI: cannot infer bundle name in ''{0}''
CustomModelChecker_0=Validating model file ''{0}''
+ExtensionGeneratorQuickFix_0=Add the missing extension
+ExtensionGeneratorQuickFix_1=Add the missing extension to the plugin.xml.
+ExtensionGeneratorQuickFix_2=Add the missing element
+ExtensionGeneratorQuickFix_3=Add the missing element to the plugin.xml.
+ExtensionGeneratorQuickFix_4=Add the missing attribute
+ExtensionGeneratorQuickFix_5=Add the missing attribute to the element in the plugin.xml.
+ExtensionGeneratorQuickFix_6=Update the attribute value
+ExtensionGeneratorQuickFix_7=Update the attribute in the plugin.xml.
ExtensionsChecker_0=Checking file: {0}
ExtensionsChecker_1=No extensions are declared for ''{0}'' because the plugin.xml file is missing.
ModelDependenciesChecker_0=Check dependencies for ''{0}''.

Back to the top