Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 52ac96066991ff1f93124293d7964874c1d57433 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
###############################################################################
# Copyright (c) 2011, 2015 Mia-Software, Christian W. Damus, and others.
# 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/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
#     Nicolas Bros (Mia-Software) - Bug 366567 - [Releng] Tool to update rmaps
#     Christian W. Damus - Support updating of multiple selected files
###############################################################################
UpdateRMapAction_mapWasUpdatedTitle=Papyrus Releng Tools
UpdateRMapAction_chooseBuildModel=Choose build model
UpdateRMapAction_chooseBuildModelLong=Select the build model with which to update dependencies:
UpdateRMapAction_error=Error
UpdateRMapAction_mapWasUpdated=The dependencies in {0}\nwere updated from {1}.
UpdateRMapAction_noBuildModelFound=No build model found
UpdateRMapAction_noBuildModelFoundLong=No build model was found in your workspace.\nPlease checkout a build project from git://git.eclipse.org/gitroot/simrel/org.eclipse.simrel.build.git

Back to the top