Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: afeb713b16e9bca2782bb1619a80e73e639635f4 (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
24
25
26
27
28
29
30
31
32
###############################################################################
# Copyright (c) 2006, 2020 Borland Software Corporation, CEA LIST, Artal
# All rights reserved. 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/
# 
# Contributors:
#     Borland Software Corporation - initial API and implementation
#    Aurelien Didier (ARTAL) - aurelien.didier51@gmail.com - Bug 569174
###############################################################################
ModelFigure_NoName=<not specified>
DashboardFigure_DGM=Domain Gen Model
DashboardFigure_GDM=Graphical Def Model
DashboardFigure_DM=Domain Model
DashboardFigure_TDM=Tooling Def Model
DashboardFigure_MM=Mapping Model
DashboardFigure_GM=Diagram Editor Gen Model
DashboardMediator_Select=Select
DashboardMediator_Edit=Edit
DashboardMediator_Project=Project: {0}
DashboardMediator_Progress=Progress: {0,number,percent} done
DashboardMediator_FailToOpen=Unable to open editor for {0}
DashboardMediator_Reload=Reload
DashboardMediator_Create=Create
DashboardMediator_Derive=Derive
DashboardMediator_Combine=Combine
DashboardMediator_SelectProject=Select a project in workspace
DashboardMediator_Transform=Transform
DashboardMediator_RCP=RCP
DashboardPart_Synchronize=Synchronize
DashboardPart_SynchronizeSelection=Synchronize with workbench selection

Back to the top