Index: trunk/extensions/PagedTiffHandler/PagedTiffHandler.i18n.php |
— | — | @@ -16,6 +16,7 @@ |
17 | 17 | 'tiff_page_error' => 'Page number not in range', |
18 | 18 | 'tiff_too_many_embed_files' => 'The image contains too many embedded files.', |
19 | 19 | '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.', |
20 | 21 | 'tiff_file_too_large' => 'The uploaded file is too large and was rejected.', |
21 | 22 | 'tiff_out_of_service' => 'The uploaded file could not be processed. ImageMagick is not available.', |
22 | 23 | 'tiff_too_much_meta' => 'Metadata uses too much space.', |
— | — | @@ -35,6 +36,7 @@ |
36 | 37 | 'tiff_page_error' => 'Error message shown when page number is out of range', |
37 | 38 | 'tiff_too_many_embed_files' => 'Error message shown when the uploaded image contains too many embedded files.', |
38 | 39 | '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.', |
39 | 41 | 'tiff_file_too_large' => 'Error message shown when the uploaded file is too large.', |
40 | 42 | 'tiff_out_of_service' => 'Error message shown when the uploaded file could not be processed by external renderer (ImageMagick).', |
41 | 43 | 'tiff_too_much_meta' => 'Error message shown when the metadata uses too much space.', |
— | — | @@ -112,6 +114,7 @@ |
113 | 115 | 'tiff_page_error' => 'Seitenzahl außerhalb des Dokumentes.', |
114 | 116 | 'tiff_too_many_embed_files' => 'Die Datei enthält zu viele eingebettete Dateien.', |
115 | 117 | '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.', |
116 | 119 | 'tiff_file_too_large' => 'Die hochgeladene Datei ist zu groß und wurde abgewiesen.', |
117 | 120 | 'tiff_out_of_service' => 'Die hochgeladene Datei konnte nicht verarbeitet werden. ImageMagick ist nicht verfügbar.', |
118 | 121 | 'tiff_too_much_meta' => 'Die Metadaten benötigen zu viel Speicherplatz.', |