#
# IO.txt - Resources for I/O-related errors and exceptions.
#
# Copyright (C) 2001, 2004  Southern Storm Software, Pty Ltd.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
#
IO_Socket=An error occured while accessing the socket
IO_SocketNotBlocking=The specified socket is not blocking
IO_SocketNotConnected=The specified socket is not connected
IO_SocketIncorrectType=The specified socket is not of the correct type
IO_NotReadable=The specified stream is not readable
IO_NotWritable=The specified stream is not writable
IO_CompressionMode=Invalid compression mode
IO_Decompress_NeedDict=The compressed data needs a dictionary
IO_Decompress_Invalid=Invalid state encountered during decompression
IO_Decompress_Truncated=The stream to be decompressed was truncated
IO_Decompress_GzipHeader=The gzip header on the stream is invalid
IO_Decompress_GzipFooter=The gzip footer on the stream is invalid
IO_Decompress_Checksum=The gzip checksum did not match
IO_Decompress_Total=The gzip total byte counter did not match
IO_Compress_Input=Could not deflate all input for some reason
