| # |
| #************************************************************************ |
| # Copyright (c) 2006 Actuate Corporation. |
| # 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: |
| # Actuate Corporation - initial API and implementation |
| # |
| #************************************************************************ |
| # |
| common_notInDesignSession=Not currently in a design session. |
| common_nullArgument=Argument must not be null. |
| common_missingDataSourceDesign=Missing data source design in OdaDesignSession argument. |
| common_createClassFailed=Unable to find or create class ({0}). |
| extension_mustInheritFromODAPage=Invalid wizard page ({0}) implementation. An ODA custom wizard page must extend from {1}. |
| extension_mustInheritFromODAWizard=Invalid wizard ({0}) implementation. An ODA custom wizard must use or extend from {1}. |
| extension_missingManifestElement=Missing implementation of the ODA design ui extension point ({0}) |
| extension_missingPropertyPage=Missing property page implementation in the ODA design ui extension. |
| wizard_dataSource_defaultTitle=New Data Source |
| wizard_missingDataSourceId=Missing ODA Data Source ID in the Connection Profile attribute. |
| wizard_invalidManifest=Invalid plug-in manifest content in the oda.design.ui.dataSource extension. |
| page_defaultDataSourceTitle=Custom Data Source Properties |
| designSession_invalidArgument=Invalid argument specified in design session method. |
| designSession_invalidProfileName=Unable to locate the specified linked profile ({0}). |
| designSession_missingDataSetUIElement=No dataSetUI element is defined for OdaDataSourceId ({0}) and OdaDataSetId ({1}). |
| manifest_missingAttributeValue=Missing value in required attribute ({0}). |
| manifest_missingDataSetElementId=A data set element id value is required. |
| manifest_invalidDataSetElementId=Invalid dataSet element id ({0}). |
| manifest_dataSetUi_missingPageId=A pageId value is required. |
| manifest_dataSetUi_invalidPageId=Invalid pageId value ({0}). |
| manifest_dataSetUi_missingElement=A {0} element is required in extension. |