[gdk-pixbuf] Update British English translation



commit 70fd812a7fe4d5834585724a690457db338632a9
Author: David King <amigadave amigadave com>
Date:   Sun Sep 18 12:30:14 2016 +0200

    Update British English translation

 po/en_GB.po |  907 +++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 541 insertions(+), 366 deletions(-)
---
diff --git a/po/en_GB.po b/po/en_GB.po
index c425091..bbf7ed2 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -7,10 +7,11 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: gtk+\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-09-05 20:22+0100\n"
-"PO-Revision-Date: 2012-09-05 20:22+0100\n"
-"Last-Translator: Bruce Cowan <bruce bcowan me uk>\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gdk-";
+"pixbuf&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2016-08-18 21:11+0000\n"
+"PO-Revision-Date: 2016-09-18 12:25+0200\n"
+"Last-Translator: David King <amigadave amigadave com>\n"
 "Language-Team: British English <en li org>\n"
 "Language: en_GB\n"
 "MIME-Version: 1.0\n"
@@ -21,40 +22,114 @@ msgstr ""
 "X-Poedit-Language: English\n"
 "X-Poedit-Country: UNITED KINGDOM\n"
 
-#: ../gdk-pixbuf/gdk-pixbuf-animation.c:147 ../gdk-pixbuf/gdk-pixbuf-io.c:1088
-#: ../gdk-pixbuf/gdk-pixbuf-io.c:1354
+#: gdk-pixbuf/gdk-pixbuf-animation.c:156 gdk-pixbuf/gdk-pixbuf-io.c:1076
+#: gdk-pixbuf/gdk-pixbuf-io.c:1332
 #, c-format
 msgid "Failed to open file '%s': %s"
 msgstr "Failed to open file '%s': %s"
 
-#: ../gdk-pixbuf/gdk-pixbuf-animation.c:160 ../gdk-pixbuf/gdk-pixbuf-io.c:1100
+#: gdk-pixbuf/gdk-pixbuf-animation.c:169 gdk-pixbuf/gdk-pixbuf-io.c:961
 #, c-format
 msgid "Image file '%s' contains no data"
 msgstr "Image file '%s' contains no data"
 
-#: ../gdk-pixbuf/gdk-pixbuf-animation.c:202 ../gdk-pixbuf/gdk-pixbuf-io.c:1136
-#: ../gdk-pixbuf/gdk-pixbuf-io.c:1406
+#: gdk-pixbuf/gdk-pixbuf-animation.c:207
+#, c-format
+msgid ""
+"Failed to load animation '%s': reason not known, probably a corrupt "
+"animation file"
+msgstr ""
+"Failed to load animation '%s': reason not known, probably a corrupt "
+"animation file"
+
+#: gdk-pixbuf/gdk-pixbuf-animation.c:275 gdk-pixbuf/gdk-pixbuf-io.c:1112
+#: gdk-pixbuf/gdk-pixbuf-io.c:1384
 #, c-format
 msgid ""
 "Failed to load image '%s': reason not known, probably a corrupt image file"
 msgstr ""
 "Failed to load image '%s': reason not known, probably a corrupt image file"
 
-#: ../gdk-pixbuf/gdk-pixbuf-animation.c:235
-#, c-format
+#: gdk-pixbuf/gdk-pixbuf.c:166
+msgid "Number of Channels"
+msgstr "Number of Channels"
+
+#: gdk-pixbuf/gdk-pixbuf.c:167
+msgid "The number of samples per pixel"
+msgstr "The number of samples per pixel"
+
+#: gdk-pixbuf/gdk-pixbuf.c:176
+msgid "Colorspace"
+msgstr "Colourspace"
+
+#: gdk-pixbuf/gdk-pixbuf.c:177
+msgid "The colorspace in which the samples are interpreted"
+msgstr "The colourspace in which the samples are interpreted"
+
+#: gdk-pixbuf/gdk-pixbuf.c:185
+msgid "Has Alpha"
+msgstr "Has Alpha"
+
+#: gdk-pixbuf/gdk-pixbuf.c:186
+msgid "Whether the pixbuf has an alpha channel"
+msgstr "Whether the pixbuf has an alpha channel"
+
+#: gdk-pixbuf/gdk-pixbuf.c:199
+msgid "Bits per Sample"
+msgstr "Bits per Sample"
+
+#: gdk-pixbuf/gdk-pixbuf.c:200
+msgid "The number of bits per sample"
+msgstr "The number of bits per sample"
+
+#: gdk-pixbuf/gdk-pixbuf.c:209
+msgid "Width"
+msgstr "Width"
+
+#: gdk-pixbuf/gdk-pixbuf.c:210
+msgid "The number of columns of the pixbuf"
+msgstr "The number of columns of the pixbuf"
+
+#: gdk-pixbuf/gdk-pixbuf.c:219
+msgid "Height"
+msgstr "Height"
+
+#: gdk-pixbuf/gdk-pixbuf.c:220
+msgid "The number of rows of the pixbuf"
+msgstr "The number of rows of the pixbuf"
+
+#: gdk-pixbuf/gdk-pixbuf.c:236
+msgid "Rowstride"
+msgstr "Rowstride"
+
+#: gdk-pixbuf/gdk-pixbuf.c:237
 msgid ""
-"Failed to load animation '%s': reason not known, probably a corrupt "
-"animation file"
+"The number of bytes between the start of a row and the start of the next row"
 msgstr ""
-"Failed to load animation '%s': reason not known, probably a corrupt "
-"animation file"
+"The number of bytes between the start of a row and the start of the next row"
+
+#: gdk-pixbuf/gdk-pixbuf.c:246
+msgid "Pixels"
+msgstr "Pixels"
+
+#: gdk-pixbuf/gdk-pixbuf.c:247
+msgid "A pointer to the pixel data of the pixbuf"
+msgstr "A pointer to the pixel data of the pixbuf"
+
+#: gdk-pixbuf/gdk-pixbuf.c:261
+msgid "Pixel Bytes"
+msgstr "Pixel Bytes"
 
-#: ../gdk-pixbuf/gdk-pixbuf-io.c:809
+#: gdk-pixbuf/gdk-pixbuf.c:262
+msgid "Readonly pixel data"
+msgstr "Readonly pixel data"
+
+#: gdk-pixbuf/gdk-pixbuf-io.c:781
 #, c-format
 msgid "Unable to load image-loading module: %s: %s"
 msgstr "Unable to load image-loading module: %s: %s"
 
-#: ../gdk-pixbuf/gdk-pixbuf-io.c:824
+#: gdk-pixbuf/gdk-pixbuf-io.c:796
 #, c-format
 msgid ""
 "Image-loading module %s does not export the proper interface; perhaps it's "
@@ -63,53 +138,53 @@ msgstr ""
 "Image-loading module %s does not export the proper interface; perhaps it's "
 "from a different gdk-pixbuf version?"
 
-#: ../gdk-pixbuf/gdk-pixbuf-io.c:833 ../gdk-pixbuf/gdk-pixbuf-io.c:884
+#: gdk-pixbuf/gdk-pixbuf-io.c:805 gdk-pixbuf/gdk-pixbuf-io.c:848
 #, c-format
 msgid "Image type '%s' is not supported"
 msgstr "Image type '%s' is not supported"
 
-#: ../gdk-pixbuf/gdk-pixbuf-io.c:969
+#: gdk-pixbuf/gdk-pixbuf-io.c:933
 #, c-format
 msgid "Couldn't recognize the image file format for file '%s'"
 msgstr "Couldn't recognise the image file format for file '%s'"
 
-#: ../gdk-pixbuf/gdk-pixbuf-io.c:977
+#: gdk-pixbuf/gdk-pixbuf-io.c:941
 msgid "Unrecognized image file format"
 msgstr "Unrecognised image file format"
 
-#: ../gdk-pixbuf/gdk-pixbuf-io.c:1145
+#: gdk-pixbuf/gdk-pixbuf-io.c:1123
 #, c-format
 msgid "Failed to load image '%s': %s"
 msgstr "Failed to load image '%s': %s"
 
-#: ../gdk-pixbuf/gdk-pixbuf-io.c:2033 ../gdk-pixbuf/io-gdip-utils.c:888
+#: gdk-pixbuf/gdk-pixbuf-io.c:2153 gdk-pixbuf/io-gdip-utils.c:838
 #, c-format
 msgid "Error writing to image file: %s"
 msgstr "Error writing to image file: %s"
 
-#: ../gdk-pixbuf/gdk-pixbuf-io.c:2078 ../gdk-pixbuf/gdk-pixbuf-io.c:2208
+#: gdk-pixbuf/gdk-pixbuf-io.c:2195 gdk-pixbuf/gdk-pixbuf-io.c:2316
 #, c-format
 msgid "This build of gdk-pixbuf does not support saving the image format: %s"
 msgstr "This build of gdk-pixbuf does not support saving the image format: %s"
 
-#: ../gdk-pixbuf/gdk-pixbuf-io.c:2112
+#: gdk-pixbuf/gdk-pixbuf-io.c:2226
 msgid "Insufficient memory to save image to callback"
 msgstr "Insufficient memory to save image to callback"
 
-#: ../gdk-pixbuf/gdk-pixbuf-io.c:2125
+#: gdk-pixbuf/gdk-pixbuf-io.c:2239
 msgid "Failed to open temporary file"
 msgstr "Failed to open temporary file"
 
-#: ../gdk-pixbuf/gdk-pixbuf-io.c:2151
+#: gdk-pixbuf/gdk-pixbuf-io.c:2262
 msgid "Failed to read from temporary file"
 msgstr "Failed to read from temporary file"
 
-#: ../gdk-pixbuf/gdk-pixbuf-io.c:2404
+#: gdk-pixbuf/gdk-pixbuf-io.c:2512
 #, c-format
 msgid "Failed to open '%s' for writing: %s"
 msgstr "Failed to open '%s' for writing: %s"
 
-#: ../gdk-pixbuf/gdk-pixbuf-io.c:2430
+#: gdk-pixbuf/gdk-pixbuf-io.c:2538
 #, c-format
 msgid ""
 "Failed to close '%s' while writing image, all data may not have been saved: "
@@ -118,15 +193,15 @@ msgstr ""
 "Failed to close '%s' while writing image, all data may not have been saved: "
 "%s"
 
-#: ../gdk-pixbuf/gdk-pixbuf-io.c:2651 ../gdk-pixbuf/gdk-pixbuf-io.c:2703
+#: gdk-pixbuf/gdk-pixbuf-io.c:2759 gdk-pixbuf/gdk-pixbuf-io.c:2811
 msgid "Insufficient memory to save image into a buffer"
 msgstr "Insufficient memory to save image into a buffer"
 
-#: ../gdk-pixbuf/gdk-pixbuf-io.c:2749
+#: gdk-pixbuf/gdk-pixbuf-io.c:2857
 msgid "Error writing to image stream"
 msgstr "Error writing to image stream"
 
-#: ../gdk-pixbuf/gdk-pixbuf-loader.c:397
+#: gdk-pixbuf/gdk-pixbuf-loader.c:382
 #, c-format
 msgid ""
 "Internal error: Image loader module '%s' failed to complete an operation, "
@@ -135,102 +210,132 @@ msgstr ""
 "Internal error: Image loader module '%s' failed to complete an operation, "
 "but didn't give a reason for the failure"
 
-#: ../gdk-pixbuf/gdk-pixbuf-loader.c:439
+#: gdk-pixbuf/gdk-pixbuf-loader.c:424
 #, c-format
 msgid "Incremental loading of image type '%s' is not supported"
 msgstr "Incremental loading of image type '%s' is not supported"
 
-#: ../gdk-pixbuf/gdk-pixdata.c:160
+#: gdk-pixbuf/gdk-pixbuf-simple-anim.c:161
+msgid "Loop"
+msgstr "Loop"
+
+#: gdk-pixbuf/gdk-pixbuf-simple-anim.c:162
+msgid "Whether the animation should loop when it reaches the end"
+msgstr "Whether the animation should loop when it reaches the end"
+
+#: gdk-pixbuf/gdk-pixdata.c:165
 msgid "Image header corrupt"
 msgstr "Image header corrupt"
 
-#: ../gdk-pixbuf/gdk-pixdata.c:165
+#: gdk-pixbuf/gdk-pixdata.c:170
 msgid "Image format unknown"
 msgstr "Image format unknown"
 
-#: ../gdk-pixbuf/gdk-pixdata.c:170 ../gdk-pixbuf/gdk-pixdata.c:502
+#: gdk-pixbuf/gdk-pixdata.c:175 gdk-pixbuf/gdk-pixdata.c:513
 msgid "Image pixel data corrupt"
 msgstr "Image pixel data corrupt"
 
-#: ../gdk-pixbuf/gdk-pixdata.c:446
+#: gdk-pixbuf/gdk-pixdata.c:457
 #, c-format
 msgid "failed to allocate image buffer of %u byte"
 msgid_plural "failed to allocate image buffer of %u bytes"
 msgstr[0] "failed to allocate image buffer of %u byte"
 msgstr[1] "failed to allocate image buffer of %u bytes"
 
-#: ../gdk-pixbuf/io-ani.c:244
+#: gdk-pixbuf/io-ani.c:242
 msgid "Unexpected icon chunk in animation"
 msgstr "Unexpected icon chunk in animation"
 
-#: ../gdk-pixbuf/io-ani.c:342 ../gdk-pixbuf/io-ani.c:400
-#: ../gdk-pixbuf/io-ani.c:426 ../gdk-pixbuf/io-ani.c:449
-#: ../gdk-pixbuf/io-ani.c:476 ../gdk-pixbuf/io-ani.c:563
+#: gdk-pixbuf/io-ani.c:340 gdk-pixbuf/io-ani.c:398 gdk-pixbuf/io-ani.c:424
+#: gdk-pixbuf/io-ani.c:447 gdk-pixbuf/io-ani.c:474 gdk-pixbuf/io-ani.c:561
 msgid "Invalid header in animation"
 msgstr "Invalid header in animation"
 
-#: ../gdk-pixbuf/io-ani.c:352 ../gdk-pixbuf/io-ani.c:374
-#: ../gdk-pixbuf/io-ani.c:458 ../gdk-pixbuf/io-ani.c:485
-#: ../gdk-pixbuf/io-ani.c:536 ../gdk-pixbuf/io-ani.c:608
+#: gdk-pixbuf/io-ani.c:350 gdk-pixbuf/io-ani.c:372 gdk-pixbuf/io-ani.c:456
+#: gdk-pixbuf/io-ani.c:483 gdk-pixbuf/io-ani.c:534 gdk-pixbuf/io-ani.c:606
 msgid "Not enough memory to load animation"
 msgstr "Not enough memory to load animation"
 
-#: ../gdk-pixbuf/io-ani.c:392 ../gdk-pixbuf/io-ani.c:418
-#: ../gdk-pixbuf/io-ani.c:437
+#: gdk-pixbuf/io-ani.c:390 gdk-pixbuf/io-ani.c:416 gdk-pixbuf/io-ani.c:435
 msgid "Malformed chunk in animation"
 msgstr "Malformed chunk in animation"
 
-#: ../gdk-pixbuf/io-ani.c:705
-msgid "The ANI image format"
-msgstr "The ANI image format"
+#: gdk-pixbuf/io-ani.c:628
+msgid "ANI image was truncated or incomplete."
+msgstr "ANI image was truncated or incomplete."
+
+#: gdk-pixbuf/io-ani.c:669
+msgctxt "image format"
+msgid "Windows animated cursor"
+msgstr "Windows animated cursor"
 
-#: ../gdk-pixbuf/io-bmp.c:229 ../gdk-pixbuf/io-bmp.c:266
-#: ../gdk-pixbuf/io-bmp.c:337 ../gdk-pixbuf/io-bmp.c:369
-#: ../gdk-pixbuf/io-bmp.c:392 ../gdk-pixbuf/io-bmp.c:495
+#: gdk-pixbuf/io-bmp.c:227 gdk-pixbuf/io-bmp.c:265 gdk-pixbuf/io-bmp.c:379
+#: gdk-pixbuf/io-bmp.c:404 gdk-pixbuf/io-bmp.c:507
 msgid "BMP image has bogus header data"
 msgstr "BMP image has bogus header data"
 
-#: ../gdk-pixbuf/io-bmp.c:240 ../gdk-pixbuf/io-bmp.c:432
+#: gdk-pixbuf/io-bmp.c:238 gdk-pixbuf/io-bmp.c:444
 msgid "Not enough memory to load bitmap image"
 msgstr "Not enough memory to load bitmap image"
 
-#: ../gdk-pixbuf/io-bmp.c:318
+#: gdk-pixbuf/io-bmp.c:317
 msgid "BMP image has unsupported header size"
 msgstr "BMP image has unsupported header size"
 
-#: ../gdk-pixbuf/io-bmp.c:356
+#: gdk-pixbuf/io-bmp.c:327
+msgid "BMP image has unsupported depth"
+msgstr "BMP image has unsupported depth"
+
+#: gdk-pixbuf/io-bmp.c:342
+msgid "BMP image has oversize palette"
+msgstr "BMP image has oversized palette"
+
+#: gdk-pixbuf/io-bmp.c:366
 msgid "Topdown BMP images cannot be compressed"
 msgstr "Topdown BMP images cannot be compressed"
 
-#: ../gdk-pixbuf/io-bmp.c:716 ../gdk-pixbuf/io-pnm.c:707
+#: gdk-pixbuf/io-bmp.c:391
+msgid "BMP image width too large"
+msgstr "BMP image width too large"
+
+#: gdk-pixbuf/io-bmp.c:732 gdk-pixbuf/io-png.c:531 gdk-pixbuf/io-pnm.c:705
 msgid "Premature end-of-file encountered"
 msgstr "Premature end-of-file encountered"
 
-#: ../gdk-pixbuf/io-bmp.c:1328
+#: gdk-pixbuf/io-bmp.c:1261
+#, c-format
+msgid "Error while decoding colormap"
+msgstr "Error while decoding colourmap"
+
+#: gdk-pixbuf/io-bmp.c:1349
 msgid "Couldn't allocate memory for saving BMP file"
 msgstr "Couldn't allocate memory for saving BMP file"
 
-#: ../gdk-pixbuf/io-bmp.c:1369
+#: gdk-pixbuf/io-bmp.c:1390
 msgid "Couldn't write to BMP file"
 msgstr "Couldn't write to BMP file"
 
-#: ../gdk-pixbuf/io-bmp.c:1422 ../gdk-pixbuf/io-gdip-bmp.c:82
-msgid "The BMP image format"
-msgstr "The BMP image format"
+#: gdk-pixbuf/io-bmp.c:1443 gdk-pixbuf/io-gdip-bmp.c:83
+msgctxt "image format"
+msgid "BMP"
+msgstr "BMP"
 
-#: ../gdk-pixbuf/io-gdip-emf.c:59
-msgid "The EMF image format"
-msgstr "The EMF image format"
+#: gdk-pixbuf/io-gdip-emf.c:60
+msgctxt "image format"
+msgid "EMF"
+msgstr "EMF"
 
-#: ../gdk-pixbuf/io-gdip-gif.c:80 ../gdk-pixbuf/io-gif.c:1719
-msgid "The GIF image format"
-msgstr "The GIF image format"
+#: gdk-pixbuf/io-gdip-gif.c:81 gdk-pixbuf/io-gif.c:1726
+msgctxt "image format"
+msgid "GIF"
+msgstr "GIF"
 
-#: ../gdk-pixbuf/io-gdip-ico.c:59 ../gdk-pixbuf/io-ico.c:1271
-msgid "The ICO image format"
-msgstr "The ICO image format"
+#: gdk-pixbuf/io-gdip-ico.c:60 gdk-pixbuf/io-ico.c:1317
+msgctxt "image format"
+msgid "Windows icon"
+msgstr "Windows icon"
 
-#: ../gdk-pixbuf/io-gdip-jpeg.c:53 ../gdk-pixbuf/io-jpeg.c:1251
+#: gdk-pixbuf/io-gdip-jpeg.c:54 gdk-pixbuf/io-jpeg.c:1297
 #, c-format
 msgid ""
 "JPEG quality must be a value between 0 and 100; value '%s' could not be "
@@ -239,116 +344,122 @@ msgstr ""
 "JPEG quality must be a value between 0 and 100; value '%s' could not be "
 "parsed."
 
-#: ../gdk-pixbuf/io-gdip-jpeg.c:68 ../gdk-pixbuf/io-jpeg.c:1267
+#: gdk-pixbuf/io-gdip-jpeg.c:69 gdk-pixbuf/io-jpeg.c:1313
 #, c-format
 msgid ""
 "JPEG quality must be a value between 0 and 100; value '%d' is not allowed."
 msgstr ""
 "JPEG quality must be a value between 0 and 100; value '%d' is not allowed."
 
-#: ../gdk-pixbuf/io-gdip-jpeg.c:136 ../gdk-pixbuf/io-jpeg.c:1480
-msgid "The JPEG image format"
-msgstr "The JPEG image format"
+#: gdk-pixbuf/io-gdip-jpeg.c:147 gdk-pixbuf/io-jpeg.c:1586
+msgctxt "image format"
+msgid "JPEG"
+msgstr "JPEG"
 
-#: ../gdk-pixbuf/io-gdip-utils.c:154
+#: gdk-pixbuf/io-gdip-tiff.c:83 gdk-pixbuf/io-tiff.c:1032
+msgctxt "image format"
+msgid "TIFF"
+msgstr "TIFF"
+
+#: gdk-pixbuf/io-gdip-utils.c:155
 #, c-format
 msgid "Could not allocate memory: %s"
 msgstr "Could not allocate memory: %s"
 
-#: ../gdk-pixbuf/io-gdip-utils.c:179 ../gdk-pixbuf/io-gdip-utils.c:293
-#: ../gdk-pixbuf/io-gdip-utils.c:333
+#: gdk-pixbuf/io-gdip-utils.c:180 gdk-pixbuf/io-gdip-utils.c:294
+#: gdk-pixbuf/io-gdip-utils.c:334
 #, c-format
 msgid "Could not create stream: %s"
 msgstr "Could not create stream: %s"
 
-#: ../gdk-pixbuf/io-gdip-utils.c:193
+#: gdk-pixbuf/io-gdip-utils.c:194
 #, c-format
 msgid "Could not seek stream: %s"
 msgstr "Could not seek stream: %s"
 
-#: ../gdk-pixbuf/io-gdip-utils.c:205
+#: gdk-pixbuf/io-gdip-utils.c:206
 #, c-format
 msgid "Could not read from stream: %s"
 msgstr "Could not read from stream: %s"
 
-#: ../gdk-pixbuf/io-gdip-utils.c:617 ../gdk-pixbuf/io-gdip-utils.c:752
+#: gdk-pixbuf/io-gdip-utils.c:618
 msgid "Couldn't load bitmap"
 msgstr "Couldn't load bitmap"
 
-#: ../gdk-pixbuf/io-gdip-utils.c:774
+#: gdk-pixbuf/io-gdip-utils.c:774
 msgid "Couldn't load metafile"
 msgstr "Couldn't load metafile"
 
-#: ../gdk-pixbuf/io-gdip-utils.c:933
+#: gdk-pixbuf/io-gdip-utils.c:879
 msgid "Unsupported image format for GDI+"
 msgstr "Unsupported image format for GDI+"
 
-#: ../gdk-pixbuf/io-gdip-utils.c:940
+#: gdk-pixbuf/io-gdip-utils.c:886
 msgid "Couldn't save"
 msgstr "Couldn't save"
 
-#: ../gdk-pixbuf/io-gdip-wmf.c:58
-msgid "The WMF image format"
-msgstr "The WMF image format"
+#: gdk-pixbuf/io-gdip-wmf.c:59
+msgctxt "image format"
+msgid "WMF"
+msgstr "WMF"
 
-#: ../gdk-pixbuf/io-gif.c:222
+#: gdk-pixbuf/io-gif.c:220
 #, c-format
 msgid "Failure reading GIF: %s"
 msgstr "Failure reading GIF: %s"
 
-#: ../gdk-pixbuf/io-gif.c:496 ../gdk-pixbuf/io-gif.c:1501
-#: ../gdk-pixbuf/io-gif.c:1668
+#: gdk-pixbuf/io-gif.c:494 gdk-pixbuf/io-gif.c:1501 gdk-pixbuf/io-gif.c:1675
 msgid "GIF file was missing some data (perhaps it was truncated somehow?)"
 msgstr "GIF file was missing some data (perhaps it was truncated somehow?)"
 
-#: ../gdk-pixbuf/io-gif.c:505
+#: gdk-pixbuf/io-gif.c:503
 #, c-format
 msgid "Internal error in the GIF loader (%s)"
 msgstr "Internal error in the GIF loader (%s)"
 
-#: ../gdk-pixbuf/io-gif.c:579
+#: gdk-pixbuf/io-gif.c:577
 msgid "Stack overflow"
 msgstr "Stack overflow"
 
-#: ../gdk-pixbuf/io-gif.c:639
+#: gdk-pixbuf/io-gif.c:637
 msgid "GIF image loader cannot understand this image."
 msgstr "GIF image loader cannot understand this image."
 
-#: ../gdk-pixbuf/io-gif.c:668
+#: gdk-pixbuf/io-gif.c:666
 msgid "Bad code encountered"
 msgstr "Bad code encountered"
 
-#: ../gdk-pixbuf/io-gif.c:678
+#: gdk-pixbuf/io-gif.c:676
 msgid "Circular table entry in GIF file"
 msgstr "Circular table entry in GIF file"
 
-#: ../gdk-pixbuf/io-gif.c:866 ../gdk-pixbuf/io-gif.c:1487
-#: ../gdk-pixbuf/io-gif.c:1540 ../gdk-pixbuf/io-gif.c:1656
+#: gdk-pixbuf/io-gif.c:864 gdk-pixbuf/io-gif.c:1487 gdk-pixbuf/io-gif.c:1540
+#: gdk-pixbuf/io-gif.c:1663
 msgid "Not enough memory to load GIF file"
 msgstr "Not enough memory to load GIF file"
 
-#: ../gdk-pixbuf/io-gif.c:960
+#: gdk-pixbuf/io-gif.c:958
 msgid "Not enough memory to composite a frame in GIF file"
 msgstr "Not enough memory to composite a frame in GIF file"
 
-#: ../gdk-pixbuf/io-gif.c:1132
+#: gdk-pixbuf/io-gif.c:1130
 msgid "GIF image is corrupt (incorrect LZW compression)"
 msgstr "GIF image is corrupt (incorrect LZW compression)"
 
-#: ../gdk-pixbuf/io-gif.c:1182
+#: gdk-pixbuf/io-gif.c:1180
 msgid "File does not appear to be a GIF file"
 msgstr "File does not appear to be a GIF file"
 
-#: ../gdk-pixbuf/io-gif.c:1194
+#: gdk-pixbuf/io-gif.c:1192
 #, c-format
 msgid "Version %s of the GIF file format is not supported"
 msgstr "Version %s of the GIF file format is not supported"
 
-#: ../gdk-pixbuf/io-gif.c:1241
+#: gdk-pixbuf/io-gif.c:1239
 msgid "Resulting GIF image has zero size"
 msgstr "Resulting GIF image has zero size"
 
-#: ../gdk-pixbuf/io-gif.c:1320
+#: gdk-pixbuf/io-gif.c:1318
 msgid ""
 "GIF image has no global colormap, and a frame inside it has no local "
 "colormap."
@@ -356,106 +467,103 @@ msgstr ""
 "GIF image has no global colourmap, and a frame inside it has no local "
 "colourmap."
 
-#: ../gdk-pixbuf/io-gif.c:1563
+#: gdk-pixbuf/io-gif.c:1563
 msgid "GIF image was truncated or incomplete."
 msgstr "GIF image was truncated or incomplete."
 
-#: ../gdk-pixbuf/io-icns.c:347
+#: gdk-pixbuf/io-gif.c:1570
+msgid "Not all frames of the GIF image were loaded."
+msgstr "Not all frames of the GIF image were loaded."
+
+#: gdk-pixbuf/io-icns.c:358
 #, c-format
 msgid "Error reading ICNS image: %s"
 msgstr "Error reading ICNS image: %s"
 
-#: ../gdk-pixbuf/io-icns.c:364
+#: gdk-pixbuf/io-icns.c:375 gdk-pixbuf/io-icns.c:452
 msgid "Could not decode ICNS file"
 msgstr "Could not decode ICNS file"
 
-#: ../gdk-pixbuf/io-icns.c:397
-msgid "The ICNS image format"
-msgstr "The ICNS image format"
+#: gdk-pixbuf/io-icns.c:511
+msgctxt "image format"
+msgid "MacOS X icon"
+msgstr "MacOS X icon"
 
-#: ../gdk-pixbuf/io-ico.c:228 ../gdk-pixbuf/io-ico.c:242
-#: ../gdk-pixbuf/io-ico.c:291 ../gdk-pixbuf/io-ico.c:302
-#: ../gdk-pixbuf/io-ico.c:395
-msgid "Invalid header in icon"
-msgstr "Invalid header in icon"
+#: gdk-pixbuf/io-ico.c:230 gdk-pixbuf/io-ico.c:244 gdk-pixbuf/io-ico.c:317
+#: gdk-pixbuf/io-ico.c:328 gdk-pixbuf/io-ico.c:403 gdk-pixbuf/io-ico.c:428
+#, c-format
+msgid "Invalid header in icon (%s)"
+msgstr "Invalid header in icon (%s)"
 
-#: ../gdk-pixbuf/io-ico.c:257 ../gdk-pixbuf/io-ico.c:312
-#: ../gdk-pixbuf/io-ico.c:405 ../gdk-pixbuf/io-ico.c:458
-#: ../gdk-pixbuf/io-ico.c:488
+#: gdk-pixbuf/io-ico.c:260 gdk-pixbuf/io-ico.c:338 gdk-pixbuf/io-ico.c:438
+#: gdk-pixbuf/io-ico.c:481 gdk-pixbuf/io-ico.c:509
 msgid "Not enough memory to load icon"
 msgstr "Not enough memory to load icon"
 
-#: ../gdk-pixbuf/io-ico.c:338
+#: gdk-pixbuf/io-ico.c:364
 msgid "Compressed icons are not supported"
 msgstr "Compressed icons are not supported"
 
-#: ../gdk-pixbuf/io-ico.c:358
-msgid "Icon has zero width"
-msgstr "Icon has zero width"
-
-#: ../gdk-pixbuf/io-ico.c:368
-msgid "Icon has zero height"
-msgstr "Icon has zero height"
-
-#: ../gdk-pixbuf/io-ico.c:443
+#: gdk-pixbuf/io-ico.c:466
 msgid "Unsupported icon type"
 msgstr "Unsupported icon type"
 
-#: ../gdk-pixbuf/io-ico.c:537
+#: gdk-pixbuf/io-ico.c:558
 msgid "Not enough memory to load ICO file"
 msgstr "Not enough memory to load ICO file"
 
-#: ../gdk-pixbuf/io-ico.c:1002
+#: gdk-pixbuf/io-ico.c:1025
 msgid "Image too large to be saved as ICO"
 msgstr "Image too large to be saved as ICO"
 
-#: ../gdk-pixbuf/io-ico.c:1013
+#: gdk-pixbuf/io-ico.c:1036
 msgid "Cursor hotspot outside image"
 msgstr "Cursor hotspot outside image"
 
-#: ../gdk-pixbuf/io-ico.c:1036
+#: gdk-pixbuf/io-ico.c:1059
 #, c-format
 msgid "Unsupported depth for ICO file: %d"
 msgstr "Unsupported depth for ICO file: %d"
 
-#: ../gdk-pixbuf/io-jasper.c:74
+#: gdk-pixbuf/io-jasper.c:73
 msgid "Couldn't allocate memory for stream"
 msgstr "Couldn't allocate memory for stream"
 
-#: ../gdk-pixbuf/io-jasper.c:104
+#: gdk-pixbuf/io-jasper.c:103
 msgid "Couldn't decode image"
 msgstr "Couldn't decode image"
 
-#: ../gdk-pixbuf/io-jasper.c:122
+#: gdk-pixbuf/io-jasper.c:121
 msgid "Transformed JPEG2000 has zero width or height"
 msgstr "Transformed JPEG2000 has zero width or height"
 
-#: ../gdk-pixbuf/io-jasper.c:136
+#: gdk-pixbuf/io-jasper.c:135
 msgid "Image type currently not supported"
 msgstr "Image type currently not supported"
 
-#: ../gdk-pixbuf/io-jasper.c:148 ../gdk-pixbuf/io-jasper.c:156
+#: gdk-pixbuf/io-jasper.c:147 gdk-pixbuf/io-jasper.c:155
 msgid "Couldn't allocate memory for color profile"
 msgstr "Couldn't allocate memory for colour profile"
 
-#: ../gdk-pixbuf/io-jasper.c:182
+#: gdk-pixbuf/io-jasper.c:181
 msgid "Insufficient memory to open JPEG 2000 file"
 msgstr "Insufficient memory to open JPEG 2000 file"
 
-#: ../gdk-pixbuf/io-jasper.c:261
+#: gdk-pixbuf/io-jasper.c:260
 msgid "Couldn't allocate memory to buffer image data"
 msgstr "Couldn't allocate memory to buffer image data"
 
-#: ../gdk-pixbuf/io-jasper.c:305
-msgid "The JPEG 2000 image format"
-msgstr "The JPEG 2000 image format"
+#: gdk-pixbuf/io-jasper.c:304
+msgctxt "image format"
+msgid "JPEG 2000"
+msgstr "JPEG 2000"
 
-#: ../gdk-pixbuf/io-jpeg.c:126
+#: gdk-pixbuf/io-jpeg.c:124
 #, c-format
 msgid "Error interpreting JPEG image file (%s)"
 msgstr "Error interpreting JPEG image file (%s)"
 
-#: ../gdk-pixbuf/io-jpeg.c:606
+#: gdk-pixbuf/io-jpeg.c:600
 msgid ""
 "Insufficient memory to load image, try exiting some applications to free "
 "memory"
@@ -463,108 +571,78 @@ msgstr ""
 "Insufficient memory to load image, try exiting some applications to free "
 "memory"
 
-#: ../gdk-pixbuf/io-jpeg.c:653 ../gdk-pixbuf/io-jpeg.c:867
+#: gdk-pixbuf/io-jpeg.c:669 gdk-pixbuf/io-jpeg.c:882
 #, c-format
 msgid "Unsupported JPEG color space (%s)"
 msgstr "Unsupported JPEG colour space (%s)"
 
-#: ../gdk-pixbuf/io-jpeg.c:766 ../gdk-pixbuf/io-jpeg.c:1046
-#: ../gdk-pixbuf/io-jpeg.c:1310 ../gdk-pixbuf/io-jpeg.c:1320
+#: gdk-pixbuf/io-jpeg.c:781 gdk-pixbuf/io-jpeg.c:1062 gdk-pixbuf/io-jpeg.c:1398
+#: gdk-pixbuf/io-jpeg.c:1408
 msgid "Couldn't allocate memory for loading JPEG file"
 msgstr "Couldn't allocate memory for loading JPEG file"
 
-#: ../gdk-pixbuf/io-jpeg.c:1020
+#: gdk-pixbuf/io-jpeg.c:1036
 msgid "Transformed JPEG has zero width or height."
 msgstr "Transformed JPEG has zero width or height."
 
-#: ../gdk-pixbuf/io-jpeg.c:1281
+#: gdk-pixbuf/io-jpeg.c:1334
 #, c-format
-msgid "Color profile has invalid length '%d'."
-msgstr "Colour profile has invalid length '%d'."
-
-#: ../gdk-pixbuf/io-pcx.c:186
-msgid "Couldn't allocate memory for header"
-msgstr "Couldn't allocate memory for header"
-
-#: ../gdk-pixbuf/io-pcx.c:201 ../gdk-pixbuf/io-pcx.c:559
-msgid "Couldn't allocate memory for context buffer"
-msgstr "Couldn't allocate memory for context buffer"
-
-#: ../gdk-pixbuf/io-pcx.c:600
-msgid "Image has invalid width and/or height"
-msgstr "Image has invalid width and/or height"
-
-#: ../gdk-pixbuf/io-pcx.c:612 ../gdk-pixbuf/io-pcx.c:673
-msgid "Image has unsupported bpp"
-msgstr "Image has unsupported bpp"
+msgid ""
+"JPEG x-dpi must be a value between 1 and 65535; value '%s' is not allowed."
+msgstr ""
+"JPEG x-dpi must be a value between 1 and 65535; value '%s' is not allowed."
 
-#: ../gdk-pixbuf/io-pcx.c:617 ../gdk-pixbuf/io-pcx.c:625
+#: gdk-pixbuf/io-jpeg.c:1355
 #, c-format
-msgid "Image has unsupported number of %d-bit planes"
-msgstr "Image has unsupported number of %d-bit planes"
-
-#: ../gdk-pixbuf/io-pcx.c:641
-msgid "Couldn't create new pixbuf"
-msgstr "Couldn't create new pixbuf"
-
-#: ../gdk-pixbuf/io-pcx.c:649
-msgid "Couldn't allocate memory for line data"
-msgstr "Couldn't allocate memory for line data"
-
-#: ../gdk-pixbuf/io-pcx.c:656
-msgid "Couldn't allocate memory for PCX image"
-msgstr "Couldn't allocate memory for PCX image"
-
-#: ../gdk-pixbuf/io-pcx.c:703
-msgid "Didn't get all lines of PCX image"
-msgstr "Didn't get all lines of PCX image"
-
-#: ../gdk-pixbuf/io-pcx.c:710
-msgid "No palette found at end of PCX data"
-msgstr "No palette found at end of PCX data"
+msgid ""
+"JPEG y-dpi must be a value between 1 and 65535; value '%s' is not allowed."
+msgstr ""
+"JPEG y-dpi must be a value between 1 and 65535; value '%s' is not allowed."
 
-#: ../gdk-pixbuf/io-pcx.c:755
-msgid "The PCX image format"
-msgstr "The PCX image format"
+#: gdk-pixbuf/io-jpeg.c:1369
+#, c-format
+msgid "Color profile has invalid length '%u'."
+msgstr "Colour profile has invalid length '%u'."
 
-#: ../gdk-pixbuf/io-pixdata.c:148
+#: gdk-pixbuf/io-pixdata.c:150
 msgid "Transformed pixbuf has zero width or height."
 msgstr "Transformed pixbuf has zero width or height."
 
-#: ../gdk-pixbuf/io-pixdata.c:186
-msgid "The GdkPixdata format"
-msgstr "The GdkPixdata format"
+#: gdk-pixbuf/io-pixdata.c:189
+msgctxt "image format"
+msgid "GdkPixdata"
+msgstr "GdkPixdata"
 
-#: ../gdk-pixbuf/io-png.c:54
+#: gdk-pixbuf/io-png.c:54
 msgid "Bits per channel of PNG image is invalid."
 msgstr "Bits per channel of PNG image is invalid."
 
-#: ../gdk-pixbuf/io-png.c:135 ../gdk-pixbuf/io-png.c:641
+#: gdk-pixbuf/io-png.c:135 gdk-pixbuf/io-png.c:671
 msgid "Transformed PNG has zero width or height."
 msgstr "Transformed PNG has zero width or height."
 
-#: ../gdk-pixbuf/io-png.c:143
+#: gdk-pixbuf/io-png.c:143
 msgid "Bits per channel of transformed PNG is not 8."
 msgstr "Bits per channel of transformed PNG is not 8."
 
-#: ../gdk-pixbuf/io-png.c:152
+#: gdk-pixbuf/io-png.c:152
 msgid "Transformed PNG not RGB or RGBA."
 msgstr "Transformed PNG not RGB or RGBA."
 
-#: ../gdk-pixbuf/io-png.c:161
+#: gdk-pixbuf/io-png.c:161
 msgid "Transformed PNG has unsupported number of channels, must be 3 or 4."
 msgstr "Transformed PNG has unsupported number of channels, must be 3 or 4."
 
-#: ../gdk-pixbuf/io-png.c:182
+#: gdk-pixbuf/io-png.c:182
 #, c-format
 msgid "Fatal error in PNG image file: %s"
 msgstr "Fatal error in PNG image file: %s"
 
-#: ../gdk-pixbuf/io-png.c:315
+#: gdk-pixbuf/io-png.c:320
 msgid "Insufficient memory to load PNG file"
 msgstr "Insufficient memory to load PNG file"
 
-#: ../gdk-pixbuf/io-png.c:656
+#: gdk-pixbuf/io-png.c:686
 #, c-format
 msgid ""
 "Insufficient memory to store a %lu by %lu image; try exiting some "
@@ -573,31 +651,31 @@ msgstr ""
 "Insufficient memory to store a %lu by %lu image; try exiting some "
 "applications to reduce memory usage"
 
-#: ../gdk-pixbuf/io-png.c:719
+#: gdk-pixbuf/io-png.c:762
 msgid "Fatal error reading PNG image file"
 msgstr "Fatal error reading PNG image file"
 
-#: ../gdk-pixbuf/io-png.c:768
+#: gdk-pixbuf/io-png.c:812
 #, c-format
 msgid "Fatal error reading PNG image file: %s"
 msgstr "Fatal error reading PNG image file: %s"
 
-#: ../gdk-pixbuf/io-png.c:858
+#: gdk-pixbuf/io-png.c:904
 msgid ""
 "Keys for PNG text chunks must have at least 1 and at most 79 characters."
 msgstr ""
 "Keys for PNG text chunks must have at least 1 and at most 79 characters."
 
-#: ../gdk-pixbuf/io-png.c:867
+#: gdk-pixbuf/io-png.c:913
 msgid "Keys for PNG text chunks must be ASCII characters."
 msgstr "Keys for PNG text chunks must be ASCII characters."
 
-#: ../gdk-pixbuf/io-png.c:881 ../gdk-pixbuf/io-tiff.c:737
+#: gdk-pixbuf/io-png.c:927 gdk-pixbuf/io-tiff.c:796
 #, c-format
 msgid "Color profile has invalid length %d."
 msgstr "Colour profile has invalid length %d."
 
-#: ../gdk-pixbuf/io-png.c:894
+#: gdk-pixbuf/io-png.c:940
 #, c-format
 msgid ""
 "PNG compression level must be a value between 0 and 9; value '%s' could not "
@@ -606,7 +684,7 @@ msgstr ""
 "PNG compression level must be a value between 0 and 9; value '%s' could not "
 "be parsed."
 
-#: ../gdk-pixbuf/io-png.c:907
+#: gdk-pixbuf/io-png.c:953
 #, c-format
 msgid ""
 "PNG compression level must be a value between 0 and 9; value '%d' is not "
@@ -615,343 +693,440 @@ msgstr ""
 "PNG compression level must be a value between 0 and 9; value '%d' is not "
 "allowed."
 
-#: ../gdk-pixbuf/io-png.c:955
+#: gdk-pixbuf/io-png.c:972
+#, c-format
+msgid "PNG x-dpi must be greater than zero; value '%s' is not allowed."
+msgstr "PNG x-dpi must be greater than zero; value '%s' is not allowed."
+
+#: gdk-pixbuf/io-png.c:992
+#, c-format
+msgid "PNG y-dpi must be greater than zero; value '%s' is not allowed."
+msgstr "PNG y-dpi must be greater than zero; value '%s' is not allowed."
+
+#: gdk-pixbuf/io-png.c:1041
 #, c-format
 msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding."
 msgstr ""
 "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding."
 
-#: ../gdk-pixbuf/io-png.c:1118
-msgid "The PNG image format"
-msgstr "The PNG image format"
+#: gdk-pixbuf/io-png.c:1221
+msgctxt "image format"
+msgid "PNG"
+msgstr "PNG"
 
-#: ../gdk-pixbuf/io-pnm.c:248
+#: gdk-pixbuf/io-pnm.c:246
 msgid "PNM loader expected to find an integer, but didn't"
 msgstr "PNM loader expected to find an integer, but didn't"
 
-#: ../gdk-pixbuf/io-pnm.c:280
+#: gdk-pixbuf/io-pnm.c:278
 msgid "PNM file has an incorrect initial byte"
 msgstr "PNM file has an incorrect initial byte"
 
-#: ../gdk-pixbuf/io-pnm.c:310
+#: gdk-pixbuf/io-pnm.c:308
 msgid "PNM file is not in a recognized PNM subformat"
 msgstr "PNM file is not in a recognised PNM subformat"
 
-#: ../gdk-pixbuf/io-pnm.c:335
+#: gdk-pixbuf/io-pnm.c:333
 msgid "PNM file has an image width of 0"
 msgstr "PNM file has an image width of 0"
 
-#: ../gdk-pixbuf/io-pnm.c:356
+#: gdk-pixbuf/io-pnm.c:354
 msgid "PNM file has an image height of 0"
 msgstr "PNM file has an image height of 0"
 
-#: ../gdk-pixbuf/io-pnm.c:379
+#: gdk-pixbuf/io-pnm.c:377
 msgid "Maximum color value in PNM file is 0"
 msgstr "Maximum colour value in PNM file is 0"
 
-#: ../gdk-pixbuf/io-pnm.c:387
+#: gdk-pixbuf/io-pnm.c:385
 msgid "Maximum color value in PNM file is too large"
 msgstr "Maximum colour value in PNM file is too large"
 
-#: ../gdk-pixbuf/io-pnm.c:427 ../gdk-pixbuf/io-pnm.c:457
-#: ../gdk-pixbuf/io-pnm.c:502
+#: gdk-pixbuf/io-pnm.c:425 gdk-pixbuf/io-pnm.c:455 gdk-pixbuf/io-pnm.c:500
 msgid "Raw PNM image type is invalid"
 msgstr "Raw PNM image type is invalid"
 
-#: ../gdk-pixbuf/io-pnm.c:652
+#: gdk-pixbuf/io-pnm.c:650
 msgid "PNM image loader does not support this PNM subformat"
 msgstr "PNM image loader does not support this PNM subformat"
 
-#: ../gdk-pixbuf/io-pnm.c:739 ../gdk-pixbuf/io-pnm.c:966
+#: gdk-pixbuf/io-pnm.c:737 gdk-pixbuf/io-pnm.c:964
 msgid "Raw PNM formats require exactly one whitespace before sample data"
 msgstr "Raw PNM formats require exactly one whitespace before sample data"
 
-#: ../gdk-pixbuf/io-pnm.c:766
+#: gdk-pixbuf/io-pnm.c:764
 msgid "Cannot allocate memory for loading PNM image"
 msgstr "Cannot allocate memory for loading PNM image"
 
-#: ../gdk-pixbuf/io-pnm.c:816
+#: gdk-pixbuf/io-pnm.c:814
 msgid "Insufficient memory to load PNM context struct"
 msgstr "Insufficient memory to load PNM context struct"
 
-#: ../gdk-pixbuf/io-pnm.c:867
+#: gdk-pixbuf/io-pnm.c:865
 msgid "Unexpected end of PNM image data"
 msgstr "Unexpected end of PNM image data"
 
-#: ../gdk-pixbuf/io-pnm.c:995
+#: gdk-pixbuf/io-pnm.c:993
 msgid "Insufficient memory to load PNM file"
 msgstr "Insufficient memory to load PNM file"
 
-#: ../gdk-pixbuf/io-pnm.c:1079
-msgid "The PNM/PBM/PGM/PPM image format family"
-msgstr "The PNM/PBM/PGM/PPM image format family"
+#: gdk-pixbuf/io-pnm.c:1077
+msgctxt "image format"
+msgid "PNM/PBM/PGM/PPM"
+msgstr "PNM/PBM/PGM/PPM"
 
-#: ../gdk-pixbuf/io-qtif.c:128
+#: gdk-pixbuf/io-qtif.c:126
 msgid "Input file descriptor is NULL."
 msgstr "Input file descriptor is NULL."
 
-#: ../gdk-pixbuf/io-qtif.c:143
+#: gdk-pixbuf/io-qtif.c:141
 msgid "Failed to read QTIF header"
 msgstr "Failed to read QTIF header"
 
-#: ../gdk-pixbuf/io-qtif.c:152 ../gdk-pixbuf/io-qtif.c:189
-#: ../gdk-pixbuf/io-qtif.c:459
+#: gdk-pixbuf/io-qtif.c:150 gdk-pixbuf/io-qtif.c:187 gdk-pixbuf/io-qtif.c:454
 #, c-format
 msgid "QTIF atom size too large (%d byte)"
 msgid_plural "QTIF atom size too large (%d bytes)"
 msgstr[0] "QTIF atom size too large (%d byte)"
 msgstr[1] "QTIF atom size too large (%d bytes)"
 
-#: ../gdk-pixbuf/io-qtif.c:175
+#: gdk-pixbuf/io-qtif.c:173
 #, c-format
 msgid "Failed to allocate %d byte for file read buffer"
 msgid_plural "Failed to allocate %d bytes for file read buffer"
 msgstr[0] "Failed to allocate %d byte for file read buffer"
 msgstr[1] "Failed to allocate %d bytes for file read buffer"
 
-#: ../gdk-pixbuf/io-qtif.c:206
+#: gdk-pixbuf/io-qtif.c:201
 #, c-format
 msgid "File error when reading QTIF atom: %s"
 msgstr "File error when reading QTIF atom: %s"
 
-#: ../gdk-pixbuf/io-qtif.c:243
+#: gdk-pixbuf/io-qtif.c:238
 #, c-format
 msgid "Failed to skip the next %d byte with seek()."
 msgid_plural "Failed to skip the next %d bytes with seek()."
 msgstr[0] "Failed to skip the next %d byte with seek()."
 msgstr[1] "Failed to skip the next %d bytes with seek()."
 
-#: ../gdk-pixbuf/io-qtif.c:270
+#: gdk-pixbuf/io-qtif.c:265
 msgid "Failed to allocate QTIF context structure."
 msgstr "Failed to allocate QTIF context structure."
 
-#: ../gdk-pixbuf/io-qtif.c:330
+#: gdk-pixbuf/io-qtif.c:325
 msgid "Failed to create GdkPixbufLoader object."
 msgstr "Failed to create GdkPixbufLoader object."
 
-#: ../gdk-pixbuf/io-qtif.c:434
+#: gdk-pixbuf/io-qtif.c:429
 msgid "Failed to find an image data atom."
 msgstr "Failed to find an image data atom."
 
-#: ../gdk-pixbuf/io-qtif.c:618
-msgid "The QTIF image format"
-msgstr "The QTIF image format"
-
-#: ../gdk-pixbuf/io-ras.c:125
-msgid "RAS image has bogus header data"
-msgstr "RAS image has bogus header data"
-
-#: ../gdk-pixbuf/io-ras.c:147
-msgid "RAS image has unknown type"
-msgstr "RAS image has unknown type"
-
-#: ../gdk-pixbuf/io-ras.c:155
-msgid "unsupported RAS image variation"
-msgstr "unsupported RAS image variation"
-
-#: ../gdk-pixbuf/io-ras.c:170 ../gdk-pixbuf/io-ras.c:199
-msgid "Not enough memory to load RAS image"
-msgstr "Not enough memory to load RAS image"
-
-#: ../gdk-pixbuf/io-ras.c:544
-msgid "The Sun raster image format"
-msgstr "The Sun raster image format"
+#: gdk-pixbuf/io-qtif.c:613
+msgctxt "image format"
+msgid "QuickTime"
+msgstr "QuickTime"
 
-#: ../gdk-pixbuf/io-tga.c:153
-msgid "Cannot allocate memory for IOBuffer struct"
-msgstr "Cannot allocate memory for IOBuffer struct"
+#: gdk-pixbuf/io-tga.c:333
+msgid "Cannot allocate colormap"
+msgstr "Cannot allocate colourmap"
 
-#: ../gdk-pixbuf/io-tga.c:172
-msgid "Cannot allocate memory for IOBuffer data"
-msgstr "Cannot allocate memory for IOBuffer data"
-
-#: ../gdk-pixbuf/io-tga.c:183
-msgid "Cannot realloc IOBuffer data"
-msgstr "Cannot realloc IOBuffer data"
-
-#: ../gdk-pixbuf/io-tga.c:213
-msgid "Cannot allocate temporary IOBuffer data"
-msgstr "Cannot allocate temporary IOBuffer data"
-
-#: ../gdk-pixbuf/io-tga.c:346
+#: gdk-pixbuf/io-tga.c:358
 msgid "Cannot allocate new pixbuf"
 msgstr "Cannot allocate new pixbuf"
 
-#: ../gdk-pixbuf/io-tga.c:685
-msgid "Image is corrupted or truncated"
-msgstr "Image is corrupted or truncated"
-
-#: ../gdk-pixbuf/io-tga.c:692
-msgid "Cannot allocate colormap structure"
-msgstr "Cannot allocate colourmap structure"
-
-#: ../gdk-pixbuf/io-tga.c:699
-msgid "Cannot allocate colormap entries"
-msgstr "Cannot allocate colourmap entries"
-
-#: ../gdk-pixbuf/io-tga.c:721
+#: gdk-pixbuf/io-tga.c:506
 msgid "Unexpected bitdepth for colormap entries"
 msgstr "Unexpected bitdepth for colourmap entries"
 
-#: ../gdk-pixbuf/io-tga.c:739
+#: gdk-pixbuf/io-tga.c:522
+msgid "Pseudocolor image does not contain a colormap"
+msgstr "Pseudocolor image does not contain a colourmap"
+
+#: gdk-pixbuf/io-tga.c:565
 msgid "Cannot allocate TGA header memory"
 msgstr "Cannot allocate TGA header memory"
 
-#: ../gdk-pixbuf/io-tga.c:772
+#: gdk-pixbuf/io-tga.c:596
 msgid "TGA image has invalid dimensions"
 msgstr "TGA image has invalid dimensions"
 
-#: ../gdk-pixbuf/io-tga.c:778 ../gdk-pixbuf/io-tga.c:787
-#: ../gdk-pixbuf/io-tga.c:797 ../gdk-pixbuf/io-tga.c:807
-#: ../gdk-pixbuf/io-tga.c:814
+#: gdk-pixbuf/io-tga.c:602 gdk-pixbuf/io-tga.c:609
 msgid "TGA image type not supported"
 msgstr "TGA image type not supported"
 
-#: ../gdk-pixbuf/io-tga.c:861
+#: gdk-pixbuf/io-tga.c:634
 msgid "Cannot allocate memory for TGA context struct"
 msgstr "Cannot allocate memory for TGA context struct"
 
-#: ../gdk-pixbuf/io-tga.c:926
-msgid "Excess data in file"
-msgstr "Excess data in file"
+#: gdk-pixbuf/io-tga.c:695
+msgid "TGA image was truncated or incomplete."
+msgstr "TGA image was truncated or incomplete."
 
-#: ../gdk-pixbuf/io-tga.c:1007
-msgid "The Targa image format"
-msgstr "The Targa image format"
+#: gdk-pixbuf/io-tga.c:747
+msgctxt "image format"
+msgid "Targa"
+msgstr "Targa"
 
-#: ../gdk-pixbuf/io-tiff.c:164
+#: gdk-pixbuf/io-tiff.c:107
 msgid "Could not get image width (bad TIFF file)"
 msgstr "Could not get image width (bad TIFF file)"
 
-#: ../gdk-pixbuf/io-tiff.c:171
+#: gdk-pixbuf/io-tiff.c:115
 msgid "Could not get image height (bad TIFF file)"
 msgstr "Could not get image height (bad TIFF file)"
 
-#: ../gdk-pixbuf/io-tiff.c:179
+#: gdk-pixbuf/io-tiff.c:123
 msgid "Width or height of TIFF image is zero"
 msgstr "Width or height of TIFF image is zero"
 
-#: ../gdk-pixbuf/io-tiff.c:188 ../gdk-pixbuf/io-tiff.c:197
+#: gdk-pixbuf/io-tiff.c:132 gdk-pixbuf/io-tiff.c:141
 msgid "Dimensions of TIFF image too large"
 msgstr "Dimensions of TIFF image too large"
 
-#: ../gdk-pixbuf/io-tiff.c:221 ../gdk-pixbuf/io-tiff.c:233
-#: ../gdk-pixbuf/io-tiff.c:560
+#: gdk-pixbuf/io-tiff.c:165 gdk-pixbuf/io-tiff.c:177 gdk-pixbuf/io-tiff.c:535
 msgid "Insufficient memory to open TIFF file"
 msgstr "Insufficient memory to open TIFF file"
 
-#: ../gdk-pixbuf/io-tiff.c:294
+#: gdk-pixbuf/io-tiff.c:275
 msgid "Failed to load RGB data from TIFF file"
 msgstr "Failed to load RGB data from TIFF file"
 
-#: ../gdk-pixbuf/io-tiff.c:350
+#: gdk-pixbuf/io-tiff.c:337
 msgid "Failed to open TIFF image"
 msgstr "Failed to open TIFF image"
 
-#: ../gdk-pixbuf/io-tiff.c:362 ../gdk-pixbuf/io-tiff.c:777
-msgid "TIFFClose operation failed"
-msgstr "TIFFClose operation failed"
-
-#: ../gdk-pixbuf/io-tiff.c:492 ../gdk-pixbuf/io-tiff.c:505
+#: gdk-pixbuf/io-tiff.c:471 gdk-pixbuf/io-tiff.c:484
 msgid "Failed to load TIFF image"
 msgstr "Failed to load TIFF image"
 
-#: ../gdk-pixbuf/io-tiff.c:691
+#: gdk-pixbuf/io-tiff.c:710
 msgid "Failed to save TIFF image"
 msgstr "Failed to save TIFF image"
 
-#: ../gdk-pixbuf/io-tiff.c:726
+#: gdk-pixbuf/io-tiff.c:766
 msgid "TIFF compression doesn't refer to a valid codec."
 msgstr "TIFF compression doesn't refer to a valid codec."
 
-#: ../gdk-pixbuf/io-tiff.c:766
+#: gdk-pixbuf/io-tiff.c:811
+msgid "TIFF bits-per-sample doesn't contain a supported value."
+msgstr "TIFF bits-per-sample doesn't contain a supported value."
+
+#: gdk-pixbuf/io-tiff.c:892
 msgid "Failed to write TIFF data"
 msgstr "Failed to write TIFF data"
 
-#: ../gdk-pixbuf/io-tiff.c:813
-msgid "Couldn't write to TIFF file"
-msgstr "Couldn't write to TIFF file"
-
-#: ../gdk-pixbuf/io-tiff.c:868
-msgid "The TIFF image format"
-msgstr "The TIFF image format"
-
-#: ../gdk-pixbuf/io-wbmp.c:245
-msgid "Image has zero width"
-msgstr "Image has zero width"
-
-#: ../gdk-pixbuf/io-wbmp.c:263
-msgid "Image has zero height"
-msgstr "Image has zero height"
-
-#: ../gdk-pixbuf/io-wbmp.c:274
-msgid "Not enough memory to load image"
-msgstr "Not enough memory to load image"
+#: gdk-pixbuf/io-tiff.c:910
+#, c-format
+msgid "TIFF x-dpi must be greater than zero; value '%s' is not allowed."
+msgstr "TIFF x-dpi must be greater than zero; value '%s' is not allowed."
 
-#: ../gdk-pixbuf/io-wbmp.c:333
-msgid "Couldn't save the rest"
-msgstr "Couldn't save the rest"
+#: gdk-pixbuf/io-tiff.c:922
+#, c-format
+msgid "TIFF y-dpi must be greater than zero; value '%s' is not allowed."
+msgstr "TIFF y-dpi must be greater than zero; value '%s' is not allowed."
 
-#: ../gdk-pixbuf/io-wbmp.c:374
-msgid "The WBMP image format"
-msgstr "The WBMP image format"
+#: gdk-pixbuf/io-tiff.c:963
+msgid "Couldn't write to TIFF file"
+msgstr "Couldn't write to TIFF file"
 
-#: ../gdk-pixbuf/io-xbm.c:304
+#: gdk-pixbuf/io-xbm.c:302
 msgid "Invalid XBM file"
 msgstr "Invalid XBM file"
 
-#: ../gdk-pixbuf/io-xbm.c:314
+#: gdk-pixbuf/io-xbm.c:312
 msgid "Insufficient memory to load XBM image file"
 msgstr "Insufficient memory to load XBM image file"
 
-#: ../gdk-pixbuf/io-xbm.c:462
+#: gdk-pixbuf/io-xbm.c:460
 msgid "Failed to write to temporary file when loading XBM image"
 msgstr "Failed to write to temporary file when loading XBM image"
 
-#: ../gdk-pixbuf/io-xbm.c:501
-msgid "The XBM image format"
-msgstr "The XBM image format"
+#: gdk-pixbuf/io-xbm.c:499
+msgctxt "image format"
+msgid "XBM"
+msgstr "XBM"
 
-#: ../gdk-pixbuf/io-xpm.c:469
+#: gdk-pixbuf/io-xpm.c:468
 msgid "No XPM header found"
 msgstr "No XPM header found"
 
-#: ../gdk-pixbuf/io-xpm.c:478
+#: gdk-pixbuf/io-xpm.c:477
 msgid "Invalid XPM header"
 msgstr "Invalid XPM header"
 
-#: ../gdk-pixbuf/io-xpm.c:486
+#: gdk-pixbuf/io-xpm.c:485
 msgid "XPM file has image width <= 0"
 msgstr "XPM file has image width <= 0"
 
-#: ../gdk-pixbuf/io-xpm.c:494
+#: gdk-pixbuf/io-xpm.c:493
 msgid "XPM file has image height <= 0"
 msgstr "XPM file has image height <= 0"
 
-#: ../gdk-pixbuf/io-xpm.c:502
+#: gdk-pixbuf/io-xpm.c:501
 msgid "XPM has invalid number of chars per pixel"
 msgstr "XPM has invalid number of chars per pixel"
 
-#: ../gdk-pixbuf/io-xpm.c:511
+#: gdk-pixbuf/io-xpm.c:510
 msgid "XPM file has invalid number of colors"
 msgstr "XPM file has invalid number of colours"
 
-#: ../gdk-pixbuf/io-xpm.c:523 ../gdk-pixbuf/io-xpm.c:532
-#: ../gdk-pixbuf/io-xpm.c:584
+#: gdk-pixbuf/io-xpm.c:522 gdk-pixbuf/io-xpm.c:531 gdk-pixbuf/io-xpm.c:583
 msgid "Cannot allocate memory for loading XPM image"
 msgstr "Cannot allocate memory for loading XPM image"
 
-#: ../gdk-pixbuf/io-xpm.c:546
+#: gdk-pixbuf/io-xpm.c:545
 msgid "Cannot read XPM colormap"
 msgstr "Cannot read XPM colourmap"
 
-#: ../gdk-pixbuf/io-xpm.c:778
+#: gdk-pixbuf/io-xpm.c:777
 msgid "Failed to write to temporary file when loading XPM image"
 msgstr "Failed to write to temporary file when loading XPM image"
 
-#: ../gdk-pixbuf/io-xpm.c:817
-msgid "The XPM image format"
-msgstr "The XPM image format"
+#: gdk-pixbuf/io-xpm.c:816
+msgctxt "image format"
+msgid "XPM"
+msgstr "XPM"
+
+#~ msgid "The ANI image format"
+#~ msgstr "The ANI image format"
+
+#~ msgid "The BMP image format"
+#~ msgstr "The BMP image format"
+
+#~ msgid "The EMF image format"
+#~ msgstr "The EMF image format"
+
+#~ msgid "The GIF image format"
+#~ msgstr "The GIF image format"
+
+#~ msgid "The ICO image format"
+#~ msgstr "The ICO image format"
+
+#~ msgid "The JPEG image format"
+#~ msgstr "The JPEG image format"
+
+#~ msgid "The WMF image format"
+#~ msgstr "The WMF image format"
+
+#~ msgid "The ICNS image format"
+#~ msgstr "The ICNS image format"
+
+#~ msgid "Icon has zero width"
+#~ msgstr "Icon has zero width"
+
+#~ msgid "Icon has zero height"
+#~ msgstr "Icon has zero height"
+
+#~ msgid "The JPEG 2000 image format"
+#~ msgstr "The JPEG 2000 image format"
+
+#~ msgid "Couldn't allocate memory for header"
+#~ msgstr "Couldn't allocate memory for header"
+
+#~ msgid "Couldn't allocate memory for context buffer"
+#~ msgstr "Couldn't allocate memory for context buffer"
+
+#~ msgid "Image has invalid width and/or height"
+#~ msgstr "Image has invalid width and/or height"
+
+#~ msgid "Image has unsupported bpp"
+#~ msgstr "Image has unsupported bpp"
+
+#~ msgid "Image has unsupported number of %d-bit planes"
+#~ msgstr "Image has unsupported number of %d-bit planes"
+
+#~ msgid "Couldn't create new pixbuf"
+#~ msgstr "Couldn't create new pixbuf"
+
+#~ msgid "Couldn't allocate memory for line data"
+#~ msgstr "Couldn't allocate memory for line data"
+
+#~ msgid "Couldn't allocate memory for PCX image"
+#~ msgstr "Couldn't allocate memory for PCX image"
+
+#~ msgid "Didn't get all lines of PCX image"
+#~ msgstr "Didn't get all lines of PCX image"
+
+#~ msgid "No palette found at end of PCX data"
+#~ msgstr "No palette found at end of PCX data"
+
+#~ msgid "The PCX image format"
+#~ msgstr "The PCX image format"
+
+#~ msgid "The PNG image format"
+#~ msgstr "The PNG image format"
+
+#~ msgid "The PNM/PBM/PGM/PPM image format family"
+#~ msgstr "The PNM/PBM/PGM/PPM image format family"
+
+#~ msgid "The QTIF image format"
+#~ msgstr "The QTIF image format"
+
+#~ msgid "RAS image has bogus header data"
+#~ msgstr "RAS image has bogus header data"
+
+#~ msgid "RAS image has unknown type"
+#~ msgstr "RAS image has unknown type"
+
+#~ msgid "unsupported RAS image variation"
+#~ msgstr "unsupported RAS image variation"
+
+#~ msgid "Not enough memory to load RAS image"
+#~ msgstr "Not enough memory to load RAS image"
+
+#~ msgid "The Sun raster image format"
+#~ msgstr "The Sun raster image format"
+
+#~ msgid "Cannot allocate memory for IOBuffer struct"
+#~ msgstr "Cannot allocate memory for IOBuffer struct"
+
+#~ msgid "Cannot allocate memory for IOBuffer data"
+#~ msgstr "Cannot allocate memory for IOBuffer data"
+
+#~ msgid "Cannot realloc IOBuffer data"
+#~ msgstr "Cannot realloc IOBuffer data"
+
+#~ msgid "Cannot allocate temporary IOBuffer data"
+#~ msgstr "Cannot allocate temporary IOBuffer data"
+
+#~ msgid "Image is corrupted or truncated"
+#~ msgstr "Image is corrupted or truncated"
+
+#~ msgid "Cannot allocate colormap structure"
+#~ msgstr "Cannot allocate colourmap structure"
+
+#~ msgid "Excess data in file"
+#~ msgstr "Excess data in file"
+
+#~ msgid "The Targa image format"
+#~ msgstr "The Targa image format"
+
+#~ msgid "TIFFClose operation failed"
+#~ msgstr "TIFFClose operation failed"
+
+#~ msgid "The TIFF image format"
+#~ msgstr "The TIFF image format"
+
+#~ msgid "Image has zero width"
+#~ msgstr "Image has zero width"
+
+#~ msgid "Image has zero height"
+#~ msgstr "Image has zero height"
+
+#~ msgid "Not enough memory to load image"
+#~ msgstr "Not enough memory to load image"
+
+#~ msgid "Couldn't save the rest"
+#~ msgstr "Couldn't save the rest"
+
+#~ msgid "The WBMP image format"
+#~ msgstr "The WBMP image format"
+
+#~ msgid "The XBM image format"
+#~ msgstr "The XBM image format"
+
+#~ msgid "The XPM image format"
+#~ msgstr "The XPM image format"
 
 #~ msgid "Unsupported animation type"
 #~ msgstr "Unsupported animation type"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]