mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 12:36:51 +03:00
Update MNGError to include error code. Remove PNGError.
svn path=/trunk/netsurf/; revision=4238
This commit is contained in:
parent
70c7b81c2f
commit
50815b5019
@ -463,8 +463,7 @@ ParsingFail:Dokumentparsing ist fehlgeschlagen.
|
||||
BadGIF:Lesen einer GIF Datei fehlgeschlagen.
|
||||
BadBMP:Lesen einer BMP Datei fehlgeschlagen.
|
||||
BadICO:Lesen einer ICO Datei fehlgeschlagen.
|
||||
PNGError:PNG Library Fehler.
|
||||
MNGError:MNG Library Fehler.
|
||||
MNGError:MNG Library Fehler: %i
|
||||
BadSprite:Ungültiges oder beschädigtes Sprite.
|
||||
|
||||
# HTTP status codes
|
||||
|
@ -463,8 +463,7 @@ ParsingFail:Parsing the document failed.
|
||||
BadGIF:Reading GIF failed.
|
||||
BadBMP:Reading BMP failed.
|
||||
BadICO:Reading ICO failed.
|
||||
PNGError:PNG library error.
|
||||
MNGError:MNG library error.
|
||||
MNGError:Error converting MNG/PNG/JNG: %i
|
||||
BadSprite:Invalid or corrupt Sprite data.
|
||||
|
||||
# HTTP status codes
|
||||
|
@ -463,8 +463,7 @@ ParsingFail:L'analyse syntaxique du document a échoué.
|
||||
BadGIF:Erreur de lecture de GIF.
|
||||
BadBMP:Erreur de lecture de BMP.
|
||||
BadICO:Erreur de lecture de ICO.
|
||||
PNGError:Erreur dans la bibliothèque PNG.
|
||||
MNGError:Erreur dans la bibliothèque MNG.
|
||||
MNGError:Erreur dans la bibliothèque MNG: %i
|
||||
BadSprite:Les données du sprite sont invalides ou corrompues.
|
||||
|
||||
# HTTP status codes
|
||||
|
@ -463,8 +463,7 @@ ParsingFail:fout bij ontleden van dit document.
|
||||
BadGIF:fout bij lezen GIF.
|
||||
BadBMP:fout bij lezen BMP.
|
||||
BadICO:fout bij lezen ICO.
|
||||
PNGError:PNG library fout.
|
||||
MNGError:MNG library fout.
|
||||
MNGError:MNG library fout: %i
|
||||
BadSprite:foutief sprite bestand.
|
||||
|
||||
# HTTP status codes
|
||||
|
Loading…
Reference in New Issue
Block a user