Author: akazakov
Date: 2007-07-19 14:13:34 -0400 (Thu, 19 Jul 2007)
New Revision: 2532
Modified:
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/preferences/SeamPreferencesMessages.properties
Log:
http://jira.jboss.com/jira/browse/EXIN-327 Preferences
Modified:
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/preferences/SeamPreferencesMessages.properties
===================================================================
---
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/preferences/SeamPreferencesMessages.properties 2007-07-19
18:05:31 UTC (rev 2531)
+++
trunk/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/preferences/SeamPreferencesMessages.properties 2007-07-19
18:13:34 UTC (rev 2532)
@@ -1,3 +1,13 @@
+ /*******************************************************************************
+ * Copyright (c) 2007 Red Hat, Inc.
+ * Distributed under license by Red Hat, Inc. All rights reserved.
+ * This program is made available under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at
http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Red Hat, Inc. - initial API and implementation
+ ******************************************************************************/
#Preferences Page
SeamValidatorConfigurationBlock_common_description=Select the severity level for the
following optional Seam Validator problems:
@@ -7,9 +17,9 @@
##Section Components
SeamValidatorConfigurationBlock_section_component=Components
-SeamValidatorConfigurationBlock_pb_nonUniqueComponentName_label=Non-unique component
name:
-SeamValidatorConfigurationBlock_pb_statefulComponentDoesNotContainRemove_label=Stateful
component does not contain remove:
-SeamValidatorConfigurationBlock_pb_statefulComponentDoesNotContainDestroy_label=Stateful
component does not contain destroy:
+SeamValidatorConfigurationBlock_pb_nonUniqueComponentName_label=Duplicate component
name:
+SeamValidatorConfigurationBlock_pb_statefulComponentDoesNotContainRemove_label=Stateful
component does not contain @Remove method:
+SeamValidatorConfigurationBlock_pb_statefulComponentDoesNotContainDestroy_label=Stateful
component does not contain @Destroy method:
SeamValidatorConfigurationBlock_pb_statefulComponentHasWrongScope_label=Stateful
component has wrong scope:
SeamValidatorConfigurationBlock_pb_unknownComponentClassName_label=Component class name
cannot be resolved to a type:
SeamValidatorConfigurationBlock_pb_unknownComponentProperty_label=Component class does
not contain setter for property:
@@ -17,17 +27,17 @@
##Section Entities
SeamValidatorConfigurationBlock_section_entities=Entities
SeamValidatorConfigurationBlock_pb_entityComponentHasWrongScope_label=Entity component
has wrong scope:
-SeamValidatorConfigurationBlock_pb_duplicateRemove_label=Duplicate remove:
+SeamValidatorConfigurationBlock_pb_duplicateRemove_label=Duplicate @Remove method:
##Section Component life-cycle methods
SeamValidatorConfigurationBlock_section_lifecycle=Component life-cycle methods:
-SeamValidatorConfigurationBlock_pb_duplicateDestroy_label=Duplicate destroy:
-SeamValidatorConfigurationBlock_pb_duplicateCreate_label=Duplicate create:
-SeamValidatorConfigurationBlock_pb_duplicateUnwrap_label=Duplicate unwrap:
-SeamValidatorConfigurationBlock_pb_destroyDoesNotBelongToComponent_label=Destroy does not
belong to component:
-SeamValidatorConfigurationBlock_pb_createDoesNotBelongToComponent_label=Create does not
belong to component:
-SeamValidatorConfigurationBlock_pb_unwrapDoesNotBelongToComponent_label=Unwrap does not
belong to component:
-SeamValidatorConfigurationBlock_pb_observerDoesNotBelongToComponent_label=Observer does
not belong to component:
+SeamValidatorConfigurationBlock_pb_duplicateDestroy_label=Duplicate @Destroy method:
+SeamValidatorConfigurationBlock_pb_duplicateCreate_label=Duplicate @Create method:
+SeamValidatorConfigurationBlock_pb_duplicateUnwrap_label=Duplicate @Unwrap method:
+SeamValidatorConfigurationBlock_pb_destroyDoesNotBelongToComponent_label=@Destroy method
must be declared in component class:
+SeamValidatorConfigurationBlock_pb_createDoesNotBelongToComponent_label=@Create method
must be declared in component class:
+SeamValidatorConfigurationBlock_pb_unwrapDoesNotBelongToComponent_label=@Unwrap method
must be declared in component class:
+SeamValidatorConfigurationBlock_pb_observerDoesNotBelongToComponent_label=@Observer
method must be declared in component class:
##Section Factories
SeamValidatorConfigurationBlock_section_factory=Factories
@@ -36,7 +46,7 @@
##Section Bijections
SeamValidatorConfigurationBlock_section_bijection=Bijections
SeamValidatorConfigurationBlock_pb_multipleDataBinder_label=Multiple data binder:
-SeamValidatorConfigurationBlock_pb_unknownDataModel_label=Unknown data model:
+SeamValidatorConfigurationBlock_pb_unknownDataModel_label=Unknown @DataModel/@Out name:
##Section Context variables
SeamValidatorConfigurationBlock_section_variable=Context variables