| # Copyright (c) 2014, 2015 Eike Stepper (Loehne, Germany) and others. |
| # All rights reserved. This program and the accompanying materials |
| # are made available under the terms of the Eclipse Public License v2.0 |
| # which accompanies this distribution, and is available at |
| # http://www.eclipse.org/legal/epl-v20.html |
| # |
| # Contributors: |
| # Eike Stepper - initial API and implementation |
| |
| pluginName = Oomph Dynamic Working Sets Edit Support |
| providerName = Eclipse Oomph Project |
| |
| _UI_CreateChild_text = {0} |
| _UI_CreateChild_text2 = {1} {0} |
| _UI_CreateChild_text3 = {1} |
| _UI_CreateChild_tooltip = Create New {0} Under {1} Feature |
| _UI_CreateChild_description = Create a new child of type {0} for the {1} feature of the selected {2}. |
| _UI_CreateSibling_description = Create a new sibling of type {0} for the selected {2}, under the {1} feature of their parent. |
| |
| _UI_PropertyDescriptor_description = The {0} of the {1} |
| |
| _UI_WorkingSet_type = Working Set |
| _UI_WorkingSetGroup_type = Working Set Group |
| _UI_Predicate_type = Predicate |
| _UI_NamePredicate_type = Name Predicate |
| _UI_Unknown_type = Object |
| |
| _UI_Unknown_datatype= Value |
| |
| _UI_WorkingSet_predicates_feature = Predicates |
| _UI_WorkingSet_name_feature = Name |
| _UI_WorkingSetGroup_workingSets_feature = Working Sets |
| _UI_NamePredicate_pattern_feature = Pattern |
| _UI_Unknown_feature = Unspecified |
| |
| _UI_WorkingSet_id_feature = Id |
| _UI_ExclusionPredicate_type = Exclusion Predicate |
| _UI_InclusionPredicate_type = Inclusion Predicate |
| _UI_ExclusionPredicate_excludedWorkingSets_feature = Excluded Working Sets |
| _UI_InclusionPredicate_includedWorkingSets_feature = Included Working Sets |
| _UI_WorkingSet_iD_feature = ID |
| _UI_WorkingSet_name_description = The name of the working set |
| _UI_WorkingSet_iD_description = The ID of the working set |
| _UI_InclusionPredicate_includedWorkingSets_description = Other working sets used to match any resource matched by at least one of those working sets' predicate |
| _UI_ExclusionPredicate_excludedWorkingSets_description = Other working sets used to any match any resource not matched by any of those working sets' predicate |