Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 2527fc788e5096008cef8b4809fc4ace88ebffc5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
###############################################################################
# Copyright (c) 2012, 2013 Wind River Systems, Inc. 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:
# Wind River Systems - initial API and implementation
###############################################################################

FileTransferItemValidator_missingFile = Missing file
FileTransferItemValidator_missingFileOrDirectory = Missing file or directory
FileTransferItemValidator_notExistingFile = File does not exist or is not readable
FileTransferItemValidator_notExistingFileOrDirectory = File or directory does not exist or is not writeable
FileTransferItemValidator_invalidFile = File is not valid
FileTransferItemValidator_invalidFileOrDirectory = File or directory is not valid

SetPathMapStep_error_missingChannel=Missing TCF channel or channel not open.
SetPathMapStep_error_missingLaunchConfig=Failed to get launch configuration for connection ''{0}''.

Back to the top