# Copyright (C) 2002 Stephen Ostermiller # http://ostermiller.org/contact.pl?regarding=Java+Utilities # # 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. # # See COPYING.TXT for details. corrupt={0} could not be modified and is likely corrupt. Modifications can be found in {1}. unmodifiable={0} could not be modified. Modifications can be found in {1}. modified=Modified line breaks in: {0} alreadycorrect={0} already in the correct format. doesnotexist=Can not find: {0} cantread=Can not read: {0} cantwrite=Can not modify: {0} binaryexcepion=Binary data encountered, line break replacement aborted. tempdeleteerror=Temporary file {0} could not be deleted. lineends=LineEnds files=files purpose.message=Adjusts the line endings in files. copyright=Copyright (c) {0} by {1} license=This program is free software; you can redistribute it and/or modify\n\ it under the terms of the GNU General Public License as published by\n\ the Free Software Foundation; either version 2 of the License, or\n\ (at your option) any later version.\n\ \n\ This program is distributed in the hope that it will be useful,\n\ but WITHOUT ANY WARRANTY; without even the implied warranty of\n\ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n\ GNU General Public License for more details. version=Version {0} stdin.message=If no files are specified standard input and output will be used. default=default help.option=help help.message=Print this help message. version.option=version version.message=Print out the version number. about.option=about about.message=Print out license and contact info. windows.option=windows dos.option=dos d.message=Use the Windows/DOS line ending. unix.option=unix java.option=java n.message=Use the UNIX/Java line ending. mac.option=mac r.message=Use the Macintosh line ending. system.option=system s.message=Use the current system's line ending. force.option=force f.message=Always modify unformatted files, even binary files. noforce.option=noforce noforce.message=Don't modify binary files. reallyverbose.option=reallyverbose V.message=Print a message for each file. verbose.option=verbose v.message=Print a message for each file modified. quiet.option=quiet q.message=Print error messages. reallyquiet.option=reallyquiet Q.message=Print nothing.