r64065 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64064‎ | r64065 | r64066 >
Date:11:34, 23 March 2010
Author:mglaser
Status:deferred
Tags:
Comment:
new message tiff_targetfile_too_large
Modified paths:
  • /trunk/extensions/PagedTiffHandler/PagedTiffHandler.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/PagedTiffHandler/PagedTiffHandler.i18n.php
@@ -16,6 +16,7 @@
1717 'tiff_page_error' => 'Page number not in range',
1818 'tiff_too_many_embed_files' => 'The image contains too many embedded files.',
1919 'tiff_sourcefile_too_large' => 'The resolution of the source file is too large. No thumbnail will be generated.',
 20+ 'tiff_targetfile_too_large' => 'The resolution of the target file is too large. No thumbnail will be generated.',
2021 'tiff_file_too_large' => 'The uploaded file is too large and was rejected.',
2122 'tiff_out_of_service' => 'The uploaded file could not be processed. ImageMagick is not available.',
2223 'tiff_too_much_meta' => 'Metadata uses too much space.',
@@ -35,6 +36,7 @@
3637 'tiff_page_error' => 'Error message shown when page number is out of range',
3738 'tiff_too_many_embed_files' => 'Error message shown when the uploaded image contains too many embedded files.',
3839 'tiff_sourcefile_too_large' => 'Error message shown when the resolution of the source file is too large.',
 40+ 'tiff_targetfile_too_large' => 'Error message shown when the resolution of the target file is too large.',
3941 'tiff_file_too_large' => 'Error message shown when the uploaded file is too large.',
4042 'tiff_out_of_service' => 'Error message shown when the uploaded file could not be processed by external renderer (ImageMagick).',
4143 'tiff_too_much_meta' => 'Error message shown when the metadata uses too much space.',
@@ -112,6 +114,7 @@
113115 'tiff_page_error' => 'Seitenzahl außerhalb des Dokumentes.',
114116 'tiff_too_many_embed_files' => 'Die Datei enthält zu viele eingebettete Dateien.',
115117 'tiff_sourcefile_too_large' => 'Die Quelldatei hat eine zu hohe Auflösung. Es wird kein Thumbnail generiert.',
 118+ 'tiff_targetfile_too_large' => 'Die Zieldatei hat eine zu hohe Auflösung. Es wird kein Thumbnail generiert.',
116119 'tiff_file_too_large' => 'Die hochgeladene Datei ist zu groß und wurde abgewiesen.',
117120 'tiff_out_of_service' => 'Die hochgeladene Datei konnte nicht verarbeitet werden. ImageMagick ist nicht verfügbar.',
118121 'tiff_too_much_meta' => 'Die Metadaten benötigen zu viel Speicherplatz.',

Status & tagging log