/*******************************************************************************
	Message file for Maul Publisher prepress processor

	compile using msgc.exe compiler

	 2004 Peter Koller, Maison Anglais. All Rights Reserved
*******************************************************************************/

//	Generic messages
GEN00001="OK";
GEN00002="NOT FOUND";
GEN00003="ERROR";
GEN00004="%1s : %2s = ";
GENEX001="  }\n";
GENEX002="\n";
GENEX003="*** Warning: Some potential problems were found!!!\n";
GENEX004="*** Information: Please read generated information notices.\n";

//	Header messages
HDR00001="Basic information:-\n";
HDR00002="\nChecking Fonts (in no particular order):-\n";
HDR00003="\nAnalysing page structure:-\n";

//	Preamble messages
PRE00001="Filename:- %1s\nPrinter:- ";
PRE00002="Printer form:- %1s, %2.3fmm x %3.3fmm, %4ddpi\n (%5d Pages %6d Frames %7d Objects)\n";
PRE00003="portrait";
PRE00004="landscape";
PRE00005="reversed portrait";
PRE00006="reversed landscape";
PRE00007="monochrome";
PRE00008="quality unknown";
PRE00009="draft quality";
PRE00010="low quality";
PRE00011="normal quality";
PRE00012="high quality";
PRE00013="high quality + %1d";
PRE00014="additional form info is not available";
PRE00015="*** Warning: This printer does not support transparency (foreground mix modes are not available)\n";
PRE00016="*** Warning: Please turn off font downloading in this printer driver (or some characters will disappear)\n";

PRE00020="Available memory 2x %1dkb\nFile buffer %2dkb in use\nWork buffer  %3dkb in use\n\
Undo size %4dkb, %5d items\nFile size %6dkb";

//	Fontlist messages
FNT00001="SYNTHESISED BOLD, ";
FNT00002="SYNTHESISED ITALIC, ";

//	Page struct messages
PAGE0001="Printpage %1d(%2ds): %3d snap settings\n  {\n";
SNAP0001="\tSnap %1s: %2s\n";
SNAP0002="horizontal";
SNAP0003="vertical";
PGFROB01="Page %1d, Frame %2d, %3s";
FRAME001="\tFrame %1d: %2d objects, width = %3s, angle = %4.4f degrees\n";
OBJ00001="\t  Object %1d, %2s: %3s\n";
OBJ00010="Frame Link";
OBJ00020="Contents (1 top)";
OBJ00021="Contents (2 background)";
OBJ00022="Contents (3 base)";
OBJ00023="Contents (4 shadow)";
OBJ00030="Border (1 top)";
OBJ00031="Border (2 background)";
OBJ00032="Border (3 base)";
OBJ00033="Border (4 shadow)";

//	Check descriptions
CHK00001=" - Due colour separation effects, it is important to ensure that coloured lines are wider than 4 pels. \
If they are not, you can expect to get some colour distortion. Similarly, if line artifacts in bitmaps or \
metafiles are too narrow, or if text is too small, colour distortions can occur.\n";
CHK00002=" - Font distortions may not survive the translation to postscript. Check with your printing company, or make \
some experimental test prints to determine suitability.\n";
CHK00003=" - Bitmaps that are not scaled by a fixed amount have a tendency to look blurred. \
This is particularly true for screen captures.\n";
CHK00004=" - In order to print a publication in a print shop, it is usually necessary to convert the publication \
into a format such as postscript. Not all features can survive this conversion process. Kerning, for example, \
is often enabled in the final output regardless of whether it is enabled in the original publication.\n";
CHK00005=" - A control text parameter is being used as dynamic text. Each time the publication is printed, the \
text will be reformatted. This may cause problems where the dynamic text is a date or the time, because the text \
will be reformatted differently each time you print the publication.\n";

//	Fix descriptions
FIX00001=" - Fix by making the line wider than 4 pels\n";
FIX00002=" - Fix by setting the bitmap to use the original size, and by scaling by a fixed amount greater than 400%%, \
or by forcing the scale to the printer dpi.\n";
FIX00003=" - Fix by increasing the font size.\n";
FIX00004=" - Fix by choosing a different font, or by installing the missing font.\n";
FIX00005=" - Fix by turning off font distortions and/or by using a more suitable font.\n";
FIX00006=" - When printing does not support raster operations, such as when using the postscript printer \
driver, the bitmap handler performs a workaround. This involves preparing a bitmap that contains the \
images of any underlying objects as well as the bitmap itself, and then painting that as a normal \
overlay image. This can sometimes cause the print process to become very slow. Further, inlined \
images with maskmaps will always be painted as ordinary bitmaps with a white background.\n";
FIX00007=" - Please convert this bitmap to 16 colours\n";
FIX00008=" - If you are using smartquotes, bullets, or accented characters, you must use a codepage that \
supports them, such as unicode or DBCS codepages. The correct codepage should have been selected for you. \
Unfortunately, the postscript printer driver will only download the first 256 bytes of a font. This can make \
characters disappear in the final output because they are simply not available. To fix, turn off \
the 'Use downloaded fonts' item in the 'Output' panel of the postsript printer driver. You can do this \
permanently in the printer driver default job properties of the printer object.\n";
FIXTEST1=" - This warning is for guidance only. The following fix could be applied if required.\n"; //Some checks are not definitive
FIXTEST2=" - This warning is for guidance only.\n"; //Some checks are not definitive

//	Font checks
FONT0001="*** Warning: Font not found.\n";

//	Border checks
BORD0001="*** Warning: Coloured border narrower than 4 pels.\n";
BORD0002="*** Warning: Hatch patterns may not be correctly represented in output.\n";

//	Bitmap checks
BITM0001="*** Warning: Bitmap scaling may cause blurring.\n";
BITM0002="*** Warning: Bitmap scaling may cause colour corruption.\n";
BITM0003="*** Warning: Bitmap scaling indeterminate.\n";
BITM0004="*** Warning: 2 colour bitmap can cause inverse colours\n";

//	Text checks
FFTXT001="*** Warning: Coloured fonts smaller than 10 point may cause some colour distortion.\n";
FFTXT002="*** Warning: Character stretching or shearing features may not survive conversion to postscript.\n";
FFTXT003="*** Information: Kerning changes may be ignored\n";
FFTXT004="*** Warning: Dynamic strings may cause unexpected reformatting.\n";
FFTXT005="*** Warning: \n";
