1 2 3 4 5 6 7 8 9 10 11 12 13
|
# Java Plug-in Framework (JPF)
# Copyright (C) 2004 - 2005 Dmitry Olshansky
# $Id$
# Exceptions related messages
notAFile = file expected, but {0} is not a file
isFolder = file expected, but {0} denotes a directory
notAFolder = directory expected, but {0} is not a directory
isFile = directory expected, but {0} denotes a file
cantMakeFolder = can't create directory {0}
file2urlFailed = failed converting file {0} to an URL, error - {1}
cantDeleteFile = can't delete file {0}
cantEmptyFolder = can't empty folder {0}
|