# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: Martin Dickopp \n" "POT-Creation-Date: 2005-11-20 21:40+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #: file.c:80 file.c:171 file.c:255 file.c:261 file.c:287 jpegpixi.c:178 jpegpixi.c:208 jpegpixi.c:281 jpeghotp.c:189 #: jpeghotp.c:257 jpeghotp.c:270 jpeghotp.c:291 jpeghotp.c:302 jpeghotp.c:320 #, c-format msgid "%s: %s: %s\n" msgstr "" #: file.c:106 #, c-format msgid "%s: %s: Image has zero size\n" msgstr "" #. TRANSLATORS: Please use the "multiplication sign" (Unicode character ) #. in place of the "x". #: file.c:117 #, c-format msgid "%s: %s: size %ux%u, colorspace " msgstr "" #: file.c:118 file.c:237 file.c:282 jpeghotp.c:316 msgid "STDIN" msgstr "" #: file.c:124 msgid "grayscale" msgstr "" #: file.c:144 msgid "unknown" msgstr "" #: file.c:147 msgid ", sampling" msgstr "" #. TRANSLATORS: Please use the "multiplication sign" (Unicode character ) #. in place of the "x". #: file.c:158 #, c-format msgid " %dx%d" msgstr "" #. TRANSLATORS: Please use the "multiplication sign" (Unicode character ) #. in place of the "x". #: file.c:236 #, c-format msgid "%s: %s: %u,%u,%u,%u ignored: Image size %ux%u\n" msgstr "" #: file.c:284 jpeghotp.c:291 msgid "STDOUT" msgstr "" #: interpolate.c:101 #, c-format msgid "%s: interpolating %u,%u,%u,%u (%s)\n" msgstr "" #: interpolate.c:103 jpegpixi.c:455 jpegpixi.c:457 msgid "vertical" msgstr "" #: interpolate.c:103 jpegpixi.c:455 jpegpixi.c:457 msgid "horizontal" msgstr "" #: interpolate.c:103 jpegpixi.c:455 jpegpixi.c:457 msgid "2-dim" msgstr "" #: jpegpixi.c:134 #, c-format msgid "%s: invalid interpolation method `%s'\n" msgstr "" #: jpegpixi.c:145 jpeghotp.c:151 #, c-format msgid "%s: source filename missing\n" msgstr "" #: jpegpixi.c:147 jpeghotp.c:153 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "" #: jpegpixi.c:155 #, c-format msgid "%s: destination filename missing\n" msgstr "" #: jpegpixi.c:194 #, c-format msgid "%s: %s:%u: %u,%u,%u,%u ignored: overlaps with %u,%u,%u,%u\n" msgstr "" #: jpegpixi.c:201 #, c-format msgid "%s: %s:%u: invalid pixel block specification ignored\n" msgstr "" #: jpegpixi.c:229 #, c-format msgid "%s: %u,%u,%u,%u ignored: overlaps with %u,%u,%u,%u\n" msgstr "" #: jpegpixi.c:235 #, c-format msgid "%s: invalid pixel block specification `%s'\n" msgstr "" #: jpegpixi.c:453 #, c-format msgid "%s: incompatible adjacent points %u,%u,%u,%u (%s) and %u,%u,%u,%u (%s) ignored\n" msgstr "" #: optpixi.c:30 opthotp.c:30 #, c-format msgid "%s: unrecognized option `--%s'\n" msgstr "" #: optpixi.c:34 opthotp.c:34 #, c-format msgid "%s: option `--%s' is ambiguous\n" msgstr "" #: optpixi.c:38 opthotp.c:38 #, c-format msgid "%s: option `--%s' requires an argument\n" msgstr "" #: optpixi.c:42 opthotp.c:42 #, c-format msgid "%s: option `--%s' doesn't allow an argument\n" msgstr "" #: optpixi.c:46 opthotp.c:46 #, c-format msgid "%s: unrecognized option `-%c'\n" msgstr "" #: optpixi.c:50 opthotp.c:50 #, c-format msgid "%s: option `-%c' requires an argument\n" msgstr "" #: optpixi.c:75 msgid "" " -f, --blocks-file=FILE read pixel block specifications from FILE\n" " -m, --method=METHOD use interpolation method METHOD [default: linear]\n" " -v, --verbose display coordinates and size of each pixel block\n" " that is interpolated\n" " -i, --info display information about the image\n" " -s, --strip do not copy comment and extra markers\n" " --help display this help text and exit\n" " --version display version information and exit\n" msgstr "" #: optpixi.c:315 #, c-format msgid "" "Usage: %s [OPTION]... SOURCE DEST [[D:]X,Y[,S]|[,SX,SY]]...\n" "Interpolate pixels in JFIF image files.\n" "\n" "Pixel block specification:\n" " D can be `V' or `v' (vertical 1D interpolation),\n" " `H' or `h' (horizontal 1D interpolation),\n" " `2' (2D interpolation) [default];\n" " X,Y specifies the top left corner of the pixel block to be interpolated;\n" " S specifies the size of the block [default: 1];\n" " SX,SY specifies separate sizes for the X and Y direction.\n" "All numbers can be absolute coordinates/sizes, or percentages of the image\n" "size (if followed by a `%%' character).\n" "\n" "Options:\n" msgstr "" #. TRANSLATORS: Please align the right text column in the #. "Interpolation methods" section with the right text column in the #. "Options" section. #: optpixi.c:332 msgid "" "\n" "Interpolation methods:\n" " 0, av, average average of adjacent pixels\n" " 1, li, linear (bi)linear interpolation\n" " 2, qu, quadratic (bi)quadratic interpolation\n" " 3, cu, cubic (bi)cubic interpolation\n" msgstr "" #. TRANSLATORS: Please include the information that bug reports #. should be send in English. E.g., translate "Please report bugs #. (in English) to ...". #: optpixi.c:341 opthotp.c:261 msgid "" "\n" "Please report bugs to .\n" msgstr "" #. TRANSLATORS: Please leave the copyright statement intact, but replace #. "(C)" with the "copyright sign" (Unicode character ). #: optpixi.c:354 msgid "" "Copyright (C) 2002, 2003, 2004, 2005 Martin Dickopp\n" "\n" msgstr "" #. TRANSLATORS: Please don't translate the warranty disclaimer #. literally, but replace it with a text which has a legal effect as #. close as possible to the original in the jurisdiction(s) where #. your language is used. If unsure, replace it with a translation #. of "There is no warranty, to the extent allowed by law." #: optpixi.c:361 opthotp.c:281 msgid "" "This program is free software; it may be copied and/or modified under the\n" "terms of the GNU General Public License version 2 or (at your option) any\n" "later version. There is NO warranty; not even for MERCHANTABILITY or FIT-\n" "NESS FOR A PARTICULAR PURPOSE.\n" msgstr "" #: jpeghotp.c:131 #, c-format msgid "%s: invalid threshold `%s'\n" msgstr "" #: jpeghotp.c:163 #, c-format msgid "%s: unexpected argument `%s'\n" msgstr "" #: jpeghotp.c:286 #, c-format msgid "\t# luminosity: %u.%02u%%" msgstr "" #: opthotp.c:71 msgid "" " -t, --threshold=THRESHOLD specify threshold between noise and signal\n" " [default: 10%]\n" " -i, --invert invert image (i.e. find dead pixels in an\n" " otherwise white image)\n" " -c, --comments output comments with luminosities of hot pixel\n" " blocks\n" " --help display this help text and exit\n" " --version display version information and exit\n" msgstr "" #: opthotp.c:251 #, c-format msgid "" "Usage: %s [OPTION]... JPEG-FILE [PIXEL-BLOCKS-FILE]\n" "Find hot pixels in an otherwise black JPEG image (default) or dead pixels in an\n" "otherwise white JPEG image (if the `--invert' option is specified). Write their\n" "coordinates to a pixel blocks file suitable for the jpegpixi program.\n" "\n" "Options:\n" msgstr "" #. TRANSLATORS: Please leave the copyright statement intact, but replace #. "(C)" with the "copyright sign" (Unicode character ). #: opthotp.c:274 msgid "" "Copyright (C) 2003, 2004, 2005 Martin Dickopp\n" "\n" msgstr ""