blob: 1e67ea345cab332d71d48e1794df766cf6a32e62 [file] [log] [blame]
###############################################################################
# Copyright (c) 2006, 2011 David A Carlson 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:
# David A Carlson (XMLmodeling.com) - initial API and implementation
# Kenn Hussey - added strings for control/uncontrol action
# Kenn Hussey - added strings for XMI export action
#
# $Id$
###############################################################################
pluginName = UML UI Navigator
providerName = Eclipse Modeling Project
openModelAction.label = Open Model
exportToXMIAction.label = Export to XMI...
navigatorContentName = UML Elements
StereotypeDecorator.label = UML Stereotypes
StereotypeDecorator.description = Decorate viewers with prefix of applied UML stereotypes, omitting suppressed stereotypes.
ProblemsDecorator.label = UML Validation Problems
ProblemsDecorator.description = Decorate viewers with error and warning icons that result from EMF Validation constraints.
# Navigator filters
AssociationFilter.name = UML Association
AssociationFilter.description = Hides UML Associations.
CommentFilter.name = UML Comment
CommentFilter.description = Hides UML Comments.
ProfileApplicationFilter.name = UML ProfileApplication
ProfileApplicationFilter.description = Hides UML ProfileApplications.
DynamicEObjectFilter.name = UML DynamicEObject
DynamicEObjectFilter.description = Hides DynamicEObject from stereotype applications.