| # ==================================================================== |
| # Copyright (c) 2015, 2017 Obeo |
| # This program and the accompanying materials |
| # are made available under the terms of the Eclipse Public License 2.0 |
| # which accompanies this distribution, and is available at |
| # https://www.eclipse.org/legal/epl-2.0/ |
| # |
| # SPDX-License-Identifier: EPL-2.0 |
| # |
| # Contributors: |
| # Obeo - initial API and implementation |
| # ==================================================================== |
| |
| pluginName = Sirius Properties View Runtime UI |
| providerName = Eclipse Modeling Project |
| |
| contextAdapterProviderExtensionPoint.Name=Editing Context Adapter Provider |
| |
| siriusTabDescriptorProvider.Label=Sirius EEF Tab Descriptor Provider |
| siriusTabDescriptorProvider.Description=Provides EEF tab descriptors according to what is defined in the view properties extension |
| |
| SiriusTabDescriptorProvider_UnsupportedMultipleSelection=Multiple elements have been selected but only the first one will be used as only element in the selection is currently supported. |
| SiriusTabDescriptorProvider_UndefinedSemanticElement=The current selection is not related to any semantic element. |
| TransactionalEditingDomainContextAdapter_errorDuringCommand = Errors occured during the operation. |
| |
| siriusTabDescriptorFilter.Label=Sirius EEF Tab Descriptor Filter |
| siriusTabDescriptorFilter.Description=Filters the properties tabs according to a precondition |
| SiriusToolServices_DefaultCategoryName=Default |
| |
| DialogTask_label=New Dialog |
| WizardTask_label=New Wizard |
| |
| # Preferences |
| preference.page.title.org.eclipse.sirius.ui.properties.general=Sirius Properties View |
| SiriusPropertiesPreferencePage_filterGroup= Legacy Tabs |
| SiriusPropertiesPreferencePage_semanticTab= Show Semantic Tab |
| SiriusPropertiesPreferencePage_defaultTab= Show Default Tab |
| SiriusPropertiesPreferencePage_tabGroup= Sirius Tabs |
| SiriusPropertiesPreferencePage_maxLengthTabName= Maximum size of tabs name (in characters) |
| SiriusPropertiesPreferencePage_maxLengthTabName_invalidValue=Value must be an Integer |
| SiriusPropertiesPreferencePage_maxLengthTabName_invalidInteger=Value must be an Integer between 0 and the integer max value |