Skip to main content
summaryrefslogtreecommitdiffstats
blob: 9f61121e1391ade5703d1a546357e778a0c3d321 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
###############################################################################
# Copyright (c) 2009, 2010 Tasktop Technologies and others.
# All rights reserved. This program and the accompanying materials
# are 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:
#      Tasktop Technologies - initial API and implementation
###############################################################################
CatalogCategory_CatalogCategory_relevance_invalid=connectorCategory/@relevance must be an integer >= 0 and <= 100
CatalogCategory_must_specify_CatalogCategory_id=Must specify connectorCategory/@id
CatalogCategory_must_specify_CatalogCategory_name=Must specify connectorCategory/@name
CatalogItem_invalid_CatalogItem_siteUrl=Invalid connectorDescriptor/@siteUrl
CatalogItem_must_specify_CatalogItem_categoryId=Must specify connectorDescriptor/@categoryId
CatalogItem_must_specify_CatalogItem_id=Must specify connectorDescriptor/@id
CatalogItem_must_specify_CatalogItem_license=Must specify connectorDescriptor/@license
CatalogItem_must_specify_CatalogItem_name=Must specify connectorDescriptor/@name
CatalogItem_must_specify_CatalogItem_provider=Must specify connectorDescriptor/@provider
CatalogItem_must_specify_CatalogItem_siteUrl=Must specify connectorDescriptor/@siteUrl
FeatureFilter_must_specify_featureFilter_featureId=Must specify featureFilter/@featureId
FeatureFilter_must_specify_featureFilter_version=Must specify featureFilter/@version
Group_must_specify_group_id=Must specify group/@id

Back to the top