Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Wiebe2004-08-14 00:14:37 +0000
committerChris Wiebe2004-08-14 00:14:37 +0000
commitad9112a59be3d500c004cd5ffe1fa8b09232c077 (patch)
tree563b1f6e756bba9543f870b0498a3a5ecd2bccc3 /core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassWizardMessages.properties
parentd45d99f4633457559ba728d3d1b770c730585ca0 (diff)
downloadorg.eclipse.cdt-ad9112a59be3d500c004cd5ffe1fa8b09232c077.tar.gz
org.eclipse.cdt-ad9112a59be3d500c004cd5ffe1fa8b09232c077.tar.xz
org.eclipse.cdt-ad9112a59be3d500c004cd5ffe1fa8b09232c077.zip
2004-08-13 Chris Wiebe
add namespace to new class wizard. * src/org/eclipse/cdt/internal/ui/wizards/classwizard/*
Diffstat (limited to 'core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassWizardMessages.properties')
-rw-r--r--core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassWizardMessages.properties7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassWizardMessages.properties b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassWizardMessages.properties
index 63dd9098a1f..d0a697a8c49 100644
--- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassWizardMessages.properties
+++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassWizardMessages.properties
@@ -37,13 +37,20 @@ NewClassCreationWizardPage.warning.NotInACProject=Folder is not in a C/C++ proje
NewClassCreationWizardPage.namespace.label=Namespace:
NewClassCreationWizardPage.namespace.button=Bro&wse...
+NewClassCreationWizardPage.warning.NamespaceNotExists=Namespace does not exist. A new namespace will be created.
+NewClassCreationWizardPage.error.NamespaceExistsDifferentCase=Namespace with same name but different case exists.
+NewClassCreationWizardPage.error.InvalidNamespace=Namespace is not valid. {0}
+NewClassCreationWizardPage.warning.NamespaceDiscouraged=Namespace is discouraged. {0}
NewClassCreationWizardPage.enclosingClass.label=&Enclosing Class:
NewClassCreationWizardPage.enclosingClass.button=Br&owse...
+NewClassCreationWizardPage.error.noTypeCache=Unable to access type cache.
+
NewClassCreationWizardPage.className.label=Class &Name:
NewClassCreationWizardPage.error.EnterClassName=Class name is empty.
NewClassCreationWizardPage.error.ClassNameExists=Class already exists.
+NewClassCreationWizardPage.error.ClassNameNotExists=Class does not exist.
NewClassCreationWizardPage.error.ClassNameExistsDifferentCase=Class with same name but different case exists.
NewClassCreationWizardPage.error.InvalidClassName=Class name is not valid. {0}
NewClassCreationWizardPage.error.QualifiedName=Class name must not be qualified.

Back to the top