Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d7256fa94bfc7cca68efef144ca62ff57947986d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
###############################################################################
# Copyright (c) 2012 IBM Corporation 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:
#     IBM Corporation - initial API and implementation
###############################################################################
#
# org.eclipse.tcf.te.tcf.launch.core
# Externalized Strings.
#

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

Back to the top