# # cook - file construction tool # Copyright (C) 2001, 2002 Peter Miller; # All rights reserved. # # 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, USA. # # MANIFEST: lib/en/LC_MESSAGES/file_check.po # # -------------------------------------------------------------------------- msgid "" msgstr "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ascii\n" "Content-Transfer-Encoding: 8bit\n" # # This error message is issued when there is no trailing newline in # the file. Unix text files must always have a trailing newline. # # $File_Name The name of the offending file. # $Number The line number of the last line. # msgid "$filename: $number: last line has no newline" msgstr "$filename: $number: last line has no newline" # # This error message is issued when a line contains unprintable characters # (only space, tab, newline and the 94 printable acsii characters are # acceptable). # # $File_Name The name of the offending file. # $Number The line number of the last line. # msgid "$filename: $number: line contains $excess unprintable" msgstr "$filename: $number: line contains $excess unprintable ${plural " "$excess characters character}" # # This error message is issued when a line is too long. # # $File_Name The name of the offending file. # $Number The line number of the last line. # #Excess The number of columsn too many. # msgid "$filename: $number: line too long (by $excess)" msgstr "$filename: $number: line too long (by $excess)" # # This error message is issued when there is redundant white space # charcaters on the end of a line. # # $File_Name The name of the offending file. # $Number The line number of the last line. # msgid "$filename: $number: white space at end of line" msgstr "$filename: $number: white space at end of line" # # This error message is issued when there are blank lines at the end of # the file. # # $File_Name The name of the offending file. # $Excess The number of blank lines. # msgid "$filename: found $excess blank lines at eof" msgstr "$filename: found $excess blank ${plural $excess lines line} at " "the end of the file"