Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 26050f02a8b55a5047f73e20c2c3f911b4c27de1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
###############################################################################
# Copyright (c) 2012 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

Back to the top