1252995Sdteske# Copyright (c) 2012 Devin Teske
2252995Sdteske# All rights reserved.
3252995Sdteske#
4252995Sdteske# Redistribution and use in source and binary forms, with or without
5252995Sdteske# modification, are permitted provided that the following conditions
6252995Sdteske# are met:
7252995Sdteske# 1. Redistributions of source code must retain the above copyright
8252995Sdteske#    notice, this list of conditions and the following disclaimer.
9252995Sdteske# 2. Redistributions in binary form must reproduce the above copyright
10252995Sdteske#    notice, this list of conditions and the following disclaimer in the
11252995Sdteske#    documentation and/or other materials provided with the distribution.
12252995Sdteske#
13252995Sdteske# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14252995Sdteske# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15252995Sdteske# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16252995Sdteske# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
17252995Sdteske# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18252995Sdteske# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19252995Sdteske# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20252995Sdteske# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21252995Sdteske# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22252995Sdteske# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23252995Sdteske# SUCH DAMAGE.
24252995Sdteske#
25252995Sdteske# $FreeBSD$
26252995Sdteske
27252995Sdteskemsg_no_such_file_or_directory="%s: %s: No such file or directory"
28252995Sdteskemsg_permission_denied="%s: %s: permission denied"
29