File: Resources.properties

package info (click to toggle)
libjpf-java 1.5.1%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,280 kB
  • sloc: java: 13,449; xml: 337; makefile: 17
file content (13 lines) | stat: -rw-r--r-- 530 bytes parent folder | download | duplicates (4)
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}