; T1Manager.cd by Detlef Würkner (TetiSoft@apg.lahn.de)
;
; The current T1Manager version (3.0) requests a catalog file version of 3,
; so the .ct files you build should start with e.g.
; ## version $VER: T1Manager.catalog 3.0 (1.1.2002)
;
; MUI application stuff
; ---------------------
;
MSG_COPYRIGHT (//)
Copyright © 1993 by Amish S. Dave
;
MSG_AUTHORS (//)
Amish S. Dave, Jamie Keir, Georg Steger, Detlef Würkner
;
MSG_DESCRIPTION (//)
Type1 font installer program.
;
; Menu & About
; ------------
;
MSG_PROJECT_MENU (//)
Project
;
MSG_PROJECT_ABOUT (//)
About...
;
MSG_PROJECT_ABOUT_SHORTCUT (/1/1)
?
;
MSG_ABOUT (//)
A PostScript Type1 font installer program for type1.library.\n\
© 1993 by Amish S. Dave.\n\
Improved by Jamie Keir and Detlef Würkner (TetiSoft@apg.lahn.de).\n\
Bitmap font creation code originally by Georg Steger.
;
MSG_PROJECT_QUIT (//)
Quit
;
MSG_PROJECT_QUIT_SHORTCUT (/1/1)
Q
;
; Main window
; -----------
;
MSG_FONTDRAWER_LABEL (//)
Font _drawer:
;
MSG_FONTDRAWER_HELP (//)
Here you can select the component of your Fonts: path.\n\
If e.g. your User-Startup would contain the line\n\
Assign Fonts: Work:PSFonts ADD\n\
you could select between SYS:Fonts and Work:PSFonts.
;
MSG_FONTLIST_HELP (//)
List of Type1 fonts installed in the selected font drawer.\n\
You can select a font to Modify or rename,\n\
double-click a font to Preview,\n\
multi-select fonts to Remove.\n\
\n\
Btw: You can drop Type1 font files anywhere\n\
in the window to install them.
;
MSG_FONTNAME_LABEL (//)
Font _name:
;
MSG_FONTNAME_HELP (//)
The name of the selected font.\n\
Disabled if no font is selected.\n\
Just edit it and press Return to rename it.
;
MSG_INSTALL_GAD (//)
_Install
;
MSG_INSTALL_GAD_HELP (//)
Install new font(s) to the selected component of the Fonts: path.\n\
An ASL file requester appears where you can (multi-) select\n\
PostScript Type 1 ASCII- (.pfa) or binary- (.pfb) encoded font files.\n\
The program will create a .font and an .otag file with values\n\
computed from the Type1 file or default settings.\n\
Overwriting installed fonts is not possible.\n\
\n\
The defaults for the bitmap sizes can be set in the tooltypes\n\
of the program icon with an entry like\n\
BitmapSizes=10 12 14 18 24 30 45 60 75
;
MSG_MODIFY_GAD (//)
_Modify
;
MSG_MODIFY_GAD_HELP (//)
Modify the values of the .otag file of the selected font.\n\
Disabled if no font is selected.\n\
Before, during and after modification the Preview is updated,\n\
so you can see the effect of changes and e.g. if the font has\n\
serifs to set the appropriate flag.\n\
\n\
Caution: The modify window does NOT fit on an NTSC screen.
;
MSG_REMOVE_GAD (//)
_Remove
;
MSG_REMOVE_GAD_HELP (//)
Remove the selected font(s).\n\
Disabled if no font is selected.\n\
The .font and .otag file, the font directory\n\
and all bitmap fonts therein will be deleted.
;
MSG_PREVIEW_LABEL_INIT (//)
Preview\n00pix/00pt:
;
MSG_PREVIEW_LABEL_CHANGE (//)
Preview\n%ldpix/%ldpt:
;
MSG_PREVIEW_LABEL_HELP (//)
Size of the previewed font.\n\
The first value is the height in pixels,\n\
the second is the YSizeFactor-corrected point height\n\
that has to be requested by e.g. diskfont.library\n\
to get the displayed pixel height.
;
MSG_PREVIEW_HELP (//)
Preview of the double-clicked or currently modified font.\n\
If the font is proportional and an AFM file is set,\n\
the glyphs are displayed with text kerning.\n\
\n\
The preview text can be set in the tooltypes\n\
of the program icon with entrys like\n\
PreviewText=The quick brown fox jumps over the lazy dog\n\
PreviewText2=VAV 0123456789 ÇçÆæÅåÄäÖöÜüß {[|]} @©® ¼½¾\n\
\n\
Inverted rectangles are shown when the glyph didn't fit\n\
vertical (YSizeFactor ratio too high), inverted glyphs\n\
when the glyph didn't fit horizontal (SpaceWidth too small).
;
MSG_PREVIEWTEXTDEFAULT (//)
The quick brown fox jumps over the lazy dog.
;
MSG_PREVIEWTEXT2DEFAULT (//)
VAV 0123456789 ÇçÆæÅåÄäÖöÜüß {[|]} @©® ¼½¾
;
; Requesters
; ----------
;
MSG_REQ_WARNTITLE (//)
Warning
;
MSG_REQ_ERRORTITLE (//)
Error
;
MSG_REQ_OK (//)
_OK
;
MSG_REQ_OK_CANCEL (//)
_OK|*_Cancel
;
MSG_MULTIINSTALL_TITLE (//)
Multiple Install
;
MSG_MULTIINSTALL_BODY (//)
%ld font(s) installed, %ld font(s) failed.
;
MSG_MULTIREMOVE_TITLE (//)
Multiple Remove
;
MSG_MULTIREMOVE_BODY (//)
%ld fonts removed.
;
MSG_REMOVE_TITLE (//)
Remove Font
;
MSG_REMOVE_BODY (//)
Remove %s?
;
MSG_REMOVE_OPTIONS (//)
_Remove|_Skip|Remove _All|*_Cancel
;
MSG_YSIZEFACTOR_INC_WARNING (//)
Increasing the ratio may result in system crashes\n\
when an application trys to blit a glyph\n\
in a rastport calculated too small.\n\
\n\
Continue ?
;
; Modify window
; -------------
;
MSG_ATTRIB_GROUP_LABEL (//)
Font attributes
;
MSG_WIDTH_LABEL (//)
_Width:
;
MSG_WIDTH_PROPORTIONAL (//)
Proportional
;
MSG_WIDTH_FIXED (//)
Fixed
;
MSG_WIDTH_HELP (//)
Proportional: The glyphs have different widths.\n\
Fixed: All glyphs have the same width, can be used as system font.\n\
If changed, the SpaceWidth will be recalculated.\n\
For fixed-width fonts, kerning via AFM file is disabled.\n\
\n\
Determined during installation from Type1 file.
;
MSG_SLANT_LABEL (//)
S_lant:
;
MSG_SLANT_UPRIGHT (//)
Upright
;
MSG_SLANT_ITALIC (//)
Italic
;
MSG_SLANT_LEFTITALIC (//)
LeftItalic
;
MSG_SLANT_HELP (//)
Upright: The glyphs are not slanted.\n\
Italic: The glyphs are slanted right.\n\
LeftItalic: The glyps are slanted left.\n\
\n\
Only informational, determined during installation from Type1 file.
;
MSG_SERIFS_LABEL (//)
S_erifs:
;
MSG_SERIFS_SERIF (//)
Serif
;
MSG_SERIFS_SANSSERIF (//)
Sans Serif
;
MSG_SERIFS_HELP (//)
Serif or sans serif,\n\
that's the question.\n\
\n\
Only informational, default is Serif.
;
MSG_WEIGHT_LABEL (//)
We_ight:
;
MSG_WEIGHT_ULTRATHIN (//)
UltraThin
;
MSG_WEIGHT_EXTRATHIN (//)
ExtraThin
;
MSG_WEIGHT_THIN (//)
Thin
;
MSG_WEIGHT_EXTRALIGHT (//)
ExtraLight
;
MSG_WEIGHT_LIGHT (//)
Light
;
MSG_WEIGHT_DEMILIGHT (//)
DemiLight
;
MSG_WEIGHT_SEMILIGHT (//)
SemiLight
;
MSG_WEIGHT_BOOK (//)
Book
;
MSG_WEIGHT_MEDIUM (//)
Medium
;
MSG_WEIGHT_SEMIBOLD (//)
SemiBold
;
MSG_WEIGHT_DEMIBOLD (//)
DemiBold
;
MSG_WEIGHT_BOLD (//)
Bold
;
MSG_WEIGHT_EXTRABOLD (//)
ExtraBold
;
MSG_WEIGHT_BLACK (//)
Black
;
MSG_WEIGHT_EXTRABLACK (//)
ExtraBlack
;
MSG_WEIGHT_ULTRABLACK (//)
UltraBlack
;
MSG_WEIGHT_HELP (//)
Grade of boldness of the glyphs.\n\
\n\
Only informational, only in some cases determined\n\
during installation from Type1 file.
;
MSG_HORIZSTYLE_LABEL (//)
_HorizStyle:
;
MSG_HORIZSTYLE_ULTRACOMPRESSED (//)
UltraCompressed
;
MSG_HORIZSTYLE_EXTRACOMPRESSED (//)
ExtraCompressed
;
MSG_HORIZSTYLE_COMPRESSED (//)
Compressed
;
MSG_HORIZSTYLE_CONDENSED (//)
Condensed
;
MSG_HORIZSTYLE_NORMAL (//)
Normal
;
MSG_HORIZSTYLE_SEMIEXPANDED (//)
SemiExpanded
;
MSG_HORIZSTYLE_EXPANDED (//)
Expanded
;
MSG_HORIZSTYLE_EXTRAEXPANDED (//)
ExtraExpanded
;
MSG_HORIZSTYLE_HELP (//)
The width of the glyphs.\n\
\n\
Only informational, default is Normal.
;
MSG_SYMBOLSET_INTERNAL (//)
Font _internal encoding
;
MSG_SYMBOLINT_HELP (//)
Use internal encoding of the Type1 file.\n\
Only enabled if the Type1 file has an internal encoding\n\
different from PostScript Standard and PostScript ISOLatin1.\n\
\n\
Changing SymbolSet forces SpaceWidth and YSizeFactor to be\n\
recalculated. During installation, Font internal encoding is\n\
used if possible, otherwise Unicode.
;
MSG_SYMBOLSET_LABEL (//)
S_ymbolSet:
;
MSG_SYMBOLSET_UNICODE (//)
Unicode
;
MSG_SYMBOLSET_STANDARD (//)
PostScript Standard
;
MSG_SYMBOLSET_CE (//)
CP1250 WinLatin2 (PS CE)
;
MSG_SYMBOLSET_WINCYR (//)
CP1251 WinCyrillic
;
MSG_SYMBOLSET_WINL1 (//)
CP1252 WinLatin1
;
MSG_SYMBOLSET_PSISOL1 (//)
PostScript ISOLatin1
;
MSG_SYMBOLSET_ISOL1 (//)
ISO 8859-1 Latin 1
;
MSG_SYMBOLSET_ISOL2 (//)
ISO 8859-2 Latin 2
;
MSG_SYMBOLSET_ISOL3 (//)
ISO 8859-3 Latin 3
;
MSG_SYMBOLSET_ISOL4 (//)
ISO 8859-4 Latin 4
;
MSG_SYMBOLSET_ISOCYRILLIC (//)
ISO 8859-5 Cyrillic
;
MSG_SYMBOLSET_ISOARABIC (//)
ISO 8859-6 Arabic
;
MSG_SYMBOLSET_ISOGREEK (//)
ISO 8859-7 Greek
;
MSG_SYMBOLSET_ISOHEBREW (//)
ISO 8859-8 Hebrew
;
MSG_SYMBOLSET_ISOL5 (//)
ISO 8859-9 Latin 5
;
MSG_SYMBOLSET_ISOL6 (//)
ISO 8859-10 Latin 6
;
MSG_SYMBOLSET_ISOTHAI (//)
ISO 8859-11 Thai
;
MSG_SYMBOLSET_ISOL7 (//)
ISO 8859-13 Latin 7
;
MSG_SYMBOLSET_ISOL8 (//)
ISO 8859-14 Latin 8
;
MSG_SYMBOLSET_ISOL9 (//)
ISO 8859-15 Latin 9
;
MSG_SYMBOLSET_KOI8R (//)
koi8-r (Cyrillic)
;
MSG_SYMBOLSET_E2 (//)
E2 (czech)
;
MSG_SYMBOLSET_HELP (//)
The table used to map the glyphs to character codes.\n\
\n\
Unicode: 16-bit mapping, see http://www.unicode.org.\n\
PostScript Standard: Adobe standard PostScript encoding.\n\
CP1250 WinLatin2: PS Central European (Windows codepage 1250).\n\
ISO 8859-1 Latin 1: The Amiga character set.\n\
\n\
PostScript ISOLatin1, the Adobe ISOLatin1 PostScript encoding,\n\
differs at positions 39, 45, 96, 144-159 from ISO 8859-1 Latin1.\n\
CP1252 WinLatin1 is a superset of ISO 8859-1 Latin1.\n\
Using Unicode with diskfont.library (e.g. for creating bitmap fonts)\n\
results in getting only the first 256 glyphs which are identical to\n\
ISO 8859-1 Latin1.\n\
\n\
Changing SymbolSet forces SpaceWidth and YSizeFactor to be\n\
recalculated. During installation, Font internal encoding is\n\
used if possible, otherwise Unicode.
;
MSG_SYMBOLSET_GAD (//)
_View SymbolSet
;
MSG_SYMBOLSHOW_HELP (//)
Shows the available glyphs of the selected SymbolSet in a separate window.
;
MSG_SPACEWIDTH_LABEL (//)
S_paceWidth:
;
MSG_SPACEWIDTH_HELP (//)
The width of the space glyph at 250 points\n\
(where there are 72.307 points in an inch) in DWU\n\
(Design Window Units), one DWU is equal to 1/2540 inches.\n\
\n\
For proportional fonts, this is simply useless\n\
(since type1.library uses the real width of the space glyph),\n\
but for fixed width fonts diskfont.library and type1.library\n\
use this value to compute the pixel width of a font's glyphs\n\
from the selected pixel height.\n\
\n\
During installation, this value is computed from the Type1 file\n\
(either from the space glyph or from all available glyphs).\n\
\n\
If a fixed width font has too large spacing between the glyphs,\n\
try to reduce the value, set to 0 to force recalculation.\n\
\n\
Press Return to update the Preview and encoding window.
;
MSG_YSIZEFACTOR_LABEL (//)
YSizeFactor:
;
MSG_POINTHEIGHT_LABEL (//)
Poi_nt height:
;
MSG_BLACKHEIGHT_LABEL (//)
_Black height:
;
MSG_YSIZEFACTOR_HELP (//)
A ratio to assist in calculating the needed point size\n\
to get a desired pixel height. The point height is the\n\
nominal height, the black height is the point height minus\n\
the space on the glyph's top and bottom.\n\
\n\
diskfont.library uses this value, if text lines overlap or\n\
have too many space in between, you can adjust it here.\n\
\n\
During installation, the values are computed from the Type1 file.\n\
Changing SymbolSet or setting either value to 0 forces recalculation\n\
based on ascender and descender values of all available glyphs.\n\
\n\
Press Return to update the Preview and encoding window.
;
#ifdef INHIBITALGOSTYLE
;
MSG_INHIBITALGO_LABEL (//)
InhibitAlgoStyle
;
MSG_INHIBITBOLD_LABEL (//)
Bold:
;
MSG_INHIBITITALIC_LABEL (//)
Italic:
;
MSG_INHIBITEXTENDED_LABEL (//)
Extended:
;
MSG_INHIBITUNDERLINED_LABEL (//)
Underlined:
;
MSG_INHIBITALGO_WARNING (//)
V2.0 of type1.library does not support algorithmic\n\
boldening, extending and underlining.
;
#endif
;
MSG_SIZES_GROUP_LABEL (//)
Font sizes
;
MSG_SIZES_LIST_BITMAP (//)
bitmap
;
MSG_SIZES_LIST_HELP (//)
List of available font sizes in font requesters\n\
(left column) and of available bitmap fonts (right column).\n\
You can select one or more sizes to delete the size,\n\
or add or delete bitmap fonts of that size.\n\
\n\
After changing Width (Fixed/Proportional), Slant, Weight,\n\
SymbolSet, YSizeFactor or SpaceWidth (of fixed-width fonts),\n\
all bitmap fonts will be recreated if you save the changes.
;
MSG_SIZE_LABEL (//)
Si_ze:
;
MSG_SIZE_HELP (//)
The font or bitmap size to add or delete.
;
MSG_ADDSIZE_LABEL (//)
Add size
;
MSG_ADDSIZE_HELP (//)
Add the size to the list of available font sizes.\n\
Only enabled if a non-existing size is typed in\n\
and if there are less than 20 sizes listed\n\
(more are not allowed in an .otag file).
;
MSG_DELSIZE_LABEL (//)
Delete size
;
MSG_DELSIZE_HELP (//)
Delete the selected font size(s) and the associated\n\
bitmap font(s). Only enabled if an existing size is selected.
;
MSG_ADDBITMAP_LABEL (//)
Add bitmap
;
MSG_ADDBITMAP_HELP (//)
Create bitmap font(s) of the selected size(s).\n\
Only enabled if a size without bitmap is selected.\n\
Bitmap fonts are loaded faster than outline fonts\n\
and can be used by more programs. diskfont.library\n\
uses the bitmap font if available and asks type1.library\n\
for a scaled outline font otherwise.
;
MSG_DELBITMAP_LABEL (//)
Delete bitmap
;
MSG_DELBITMAP_HELP (//)
Delete bitmap font(s) of the selected size(s).\n\
Only enabled if a size with bitmap is selected.
;
#ifdef FAMILYNAMES
;
MSG_FAMILY_GROUP_LABEL (//)
Font family
;
MSG_FAMILYNAME_LABEL (//)
Family name:
;
MSG_BOLDNAME_LABEL (//)
Bold font name:
;
MSG_BOLDNAME_FILEREQ_TITLE (//)
Select bold font name
;
MSG_ITALICNAME_LABEL (//)
Italic font name:
;
MSG_ITALICNAME_FILEREQ_TITLE (//)
Select italic font name
;
MSG_BOLDITALICNAME_LABEL (//)
Bold italic font name:
;
MSG_BOLDITALICNAME_FILEREQ_TITLE (//)
Select bold italic font name
;
#endif
;
MSG_FILES_GROUP_LABEL (//)
Font files
;
MSG_TYPE1FILE_LABEL (//)
Type_1 file:
;
MSG_TYPE1FILE_HELP (//)
Filename of the Type1 font file.\n\
Useful if you moved the file to another location\n\
or renamed it. Caution: If you select a different\n\
Type1 font file, the settings and bitmap fonts are\n\
NOT updated, be careful to select the right file.\n\
\n\
Press Return to update the Preview and encoding window.
;
MSG_TYPE1FILE_FILEREQ_TITLE (//)
Select PostScript Type 1 (.pfa|.pfb) file
;
MSG_TYPE1FILES_FILEREQ_TITLE (//)
Select PostScript Type 1 (.pfa|.pfb) file(s)
;
MSG_TYPE1FILE_POPUP_HELP (//)
Open ASL file requester to select the Type1 font file.
;
MSG_AFMFILE_LABEL (//)
_AFM file:
;
MSG_AFMFILE_HELP (//)
Filename of the AFM file with kerning data.\n\
Useful if you moved the file to another location\n\
or renamed it. Only enabled for proportional fonts.\n\
\n\
Caution: If you select a different AFM file,\n\
the kerning may not work properly,\n\
be careful to select the right file.\n\
\n\
Press Return to update the Preview.
;
MSG_AFMFILE_FILEREQ_TITLE (//)
Select AFM (.afm) file
;
MSG_AFMFILE_POPUP_HELP (//)
Open ASL file requester to select the AFM file.
;
MSG_SAVE_GAD (//)
_Save
;
MSG_SAVE_HELP (//)
Closes modify window, saves all changes in the\n\
.otag file, deletes unwanted bitmap font files,\n\
if no longer needed deletes the font directory,\n\
creates wanted bitmap font files, updates the .font file.\n\
\n\
Only enabled if you changed something.
;
MSG_CANCEL_GAD (//)
_Cancel
;
MSG_CANCEL_HELP (//)
Close modify window without performing any changes.
;
; Encoding window
; ---------------
;
MSG_ENCODING_TITLE (//)
%s %s (%ldpix/%ldpt)
;
MSG_ENC_TITLE_INTERNAL (//)
internal encoding
;
MSG_ENCODING_TITLE_ADD_YSIZEFACTOR (//)
, YSizeFactor ratio too high
;
MSG_ENCODING_TITLE_ADD_SPACEWIDTH (//)
, SpaceWidth too small
;
MSG_PAGE_LABEL (//)
Unicode _page:
;
MSG_PAGES_HELP (//)
Range of glyph codes to display.\n\
Only the ranges that contain at least\n\
one displayable glyph are selectable.\n\
Only enabled if Unicode SymbolSet is selected.
;
MSG_ENCODING_TABLE_HELP (//)
Table of all available glyphs in the selected Type1 file\n\
when using the selected encoding, sorted by glyph code.\n\
\n\
Inverted rectangles are shown when the glyph didn't fit\n\
vertical (YSizeFactor ratio too high), inverted glyphs\n\
when the glyph didn't fit horizontal (SpaceWidth too small).
;
; Error messages
; --------------
;
MSG_ERROR_TYPE1_RC (//)
Error %ld from type1.library.
;
MSG_ERROR_BUILD_ENC_PREVIEW (//)
Error %ld while trying to build EncodingPreview for Type1 file:\n'%s'.
;
MSG_ERROR_INSTALL (//)
Error %ld while trying to install/modify the font:\n'%s'.
;
MSG_ERROR_GET_ENCODING (//)
Error %ld while trying to get Encoding for Type1 file:\n'%s'.
;
MSG_ERROR_GET_UNICODE (//)
Error %ld while trying to get Unicode glyph list for Type1 file:\n'%s'.
;
MSG_ERROR_BUILD_SPACEWIDTH (//)
Error %ld, can't build SpaceWidth & YSizeFactor for Type1 file:\n'%s'.
;
MSG_ERROR_CREATE_ENC_WINDOW (//)
Creating encoding-window failed.
;
MSG_ERROR_CREATE_MOD_WINDOW (//)
Creating modify-window failed.
;
MSG_ERROR_UNKNOWN_SYSMBOLSET (//)
Unknown SymbolSet $%lx in .otag file.
;
MSG_ERROR_UNKNOWN_TAG (//)
Unknown Tag $%lx in .otag file ignored.
;
MSG_ERROR_AFM_NOT_FOUND (//)
AFM file not found.
;
MSG_ERROR_NO_TYPE1FILE (//)
Type1 file not specified.
;
MSG_ERROR_TYPE1_NOT_FOUND (//)
Type1 file not found.
;
MSG_ERROR_NOMEM (//)
Out of memory.
;
MSG_ERROR_NOMEM_AVAILFONTS (//)
Not enough memory for AvailFonts buffer.
;
MSG_ERROR_FONT_EXISTS (//)
Font '%s' already exists.
;
MSG_ERROR_OTAG_EXISTS (//)
File '%s' already exists,\n\
please remove or rename the installed font first.
;
MSG_ERROR_RENAME_DIR (//)
Can't rename directory\n'%s'.
;
MSG_ERROR_RENAME_FILE (//)
Can't rename file\n'%s'.
;
MSG_ERROR_DELETE_DIR (//)
Can't delete font directory\n'%s'.
;
MSG_ERROR_DELETE_FONT_FILE (//)
Can't delete .font file\n'%s'.
;
MSG_ERROR_DELETE_OTAG_FILE (//)
Can't delete .otag file\n'%s'.
;
MSG_ERROR_DELETE_BITMAP_FILE (//)
Can't delete bitmap file\n'%s'.
;
MSG_ERROR_WRITE (//)
Can't write to '%s'.
;
MSG_ERROR_CREATE_FILE (//)
Can't create file '%s'.
;
MSG_ERROR_CREATE_DIR (//)
Can't create directory '%s'.
;
MSG_ERROR_WRONG_ENGINE (//)
The .otag file for this font isn't for type1.library.
;
MSG_ERROR_READ_OTAG_FILE (//)
Error reading from .otag file\n'%s'.
;
MSG_ERROR_OPEN_OTAG_FILE (//)
Error opening .otag file\n'%s'.
;
MSG_ERROR_NO_GLYPHS (//)
Error reading font - perhaps it needs to be\n\
modified or removed and reinstalled?
;
MSG_ERROR_BITMAPINUSE (//)
Even after "C:Avail FLUSH", a bitmap font (size %ld) is in use.\n\
You should reboot before recreating bitmap fonts.
;
MSG_ERROR_BITLINE (//)
Bitline: %s
;
MSG_ERROR_LOCK (//)
Can't lock '%s'.
;
MSG_ERROR_FCH (//)
Could not create font contents header.
;
MSG_ERROR_FCH_ID (//)
Unexpected font contents ID!?
;
MSG_ERROR_OPEN_FONT (//)
Can't open font.
;
MSG_ERROR_MUIMASTER (//)
T1Manager requires muimaster.library V11 or higher.\n
;
MSG_ERROR_TYPE1 (//)
Unable to open type1.library version %ld or higher.
;
MSG_ERROR_OPEN_ENGINE (//)
Unable to open type1 font engine.
;
; Unicode page descriptions
; -------------------------
;
MSG_PAGEDESC_LABEL (//)
Page description:
;
MSG_PAGEDESC_HELP (//)
Description of the displayed Unicode page.
;
MSG_PAGE_UNKNOWN (//)
Undefined in Unicode 3.0
;
MSG_PAGE_0 (//)
0000-007F Basic Latin\n\
0080-00FF Latin-1 Supplement
;
MSG_PAGE_1 (//)
0100-017F Latin Extended-A\n\
0180-01FF Latin Extended-B (0180-024F)
;
MSG_PAGE_2 (//)
0200-024F Latin Extended-B (0180-024F)\n\
0250-02AF IPA Extensions\n\
02B0-02FF Spacing Modifier Letters
;
MSG_PAGE_3 (//)
0300-036F Combining Diacritical Marks\n\
0370-03FF Greek
;
MSG_PAGE_4 (//)
Cyrillic
;
MSG_PAGE_5 (//)
0530-058F Armenian\n\
0590-05FF Hebrew
;
MSG_PAGE_6 (//)
Arabic
;
MSG_PAGE_7 (//)
0700-074F Syriac\n\
0780-07BF Thaana
;
MSG_PAGE_9 (//)
0900-097F Devanagari\n\
0980-09FF Bengali
;
MSG_PAGE_10 (//)
0A00-0A7F Gurmukhi\n\
0A80-0AFF Gujarati
;
MSG_PAGE_11 (//)
0B00-0B7F Oriya\n\
0B80-0BFF Tamil
;
MSG_PAGE_12 (//)
0C00-0C7F Telugu\n\
0C80-0CFF Kannada
;
MSG_PAGE_13 (//)
0D00-0D7F Malayalam\n\
0D80-0DFF Sinhala
;
MSG_PAGE_14 (//)
0E00-0E7F Thai\n\
0E80-0EFF Lao
;
MSG_PAGE_15 (//)
Tibetan
;
MSG_PAGE_16 (//)
1000-109F Myanmar\n\
10A0-10FF Georgian
;
MSG_PAGE_17 (//)
1100-11FF Hangul Jamo
;
MSG_PAGE_18 (//)
Ethiopic (1200-137F)
;
MSG_PAGE_19 (//)
1300-137F Ethiopic (1200-137F)\n\
13A0-13FF Cherokee
;
MSG_PAGE_20_21 (//)
Unified Canadian Aboriginal Syllabics (1400-167F)
;
MSG_PAGE_22 (//)
1600-167F Unified Canadian Aboriginal Syllabics (1400-167F)\n\
1680-169F Ogham\n\
16A0-16FF Runic
;
MSG_PAGE_23 (//)
1780-17FF Khmer
;
MSG_PAGE_24 (//)
1800-18AF Mongolian
;
MSG_PAGE_30 (//)
Latin Extended Additional
;
MSG_PAGE_31 (//)
Greek Extended
;
MSG_PAGE_32 (//)
2000-206F General Punctuation\n\
2070-209F Superscripts and Subscripts\n\
20A0-20CF Currency Symbols\n\
20D0-20FF Combining Marks for Symbols
;
MSG_PAGE_33 (//)
2100-214F Letterlike Symbols\n\
2150-218F Number Forms\n\
2190-21FF Arrows
;
MSG_PAGE_34 (//)
Mathematical Operators
;
MSG_PAGE_35 (//)
Miscellaneous Technical
;
MSG_PAGE_36 (//)
2400-243F Control Pictures\n\
2440-245F Optical Character Recognition\n\
2460-24FF Enclosed Alphanumerics
;
MSG_PAGE_37 (//)
2500-257F Box Drawing\n\
2580-259F Block Elements\n\
25A0-25FF Geometric Shapes
;
MSG_PAGE_38 (//)
Miscellaneous Symbols
;
MSG_PAGE_39 (//)
2700-27BF Dingbats
;
MSG_PAGE_40 (//)
Braille Patterns
;
MSG_PAGE_46 (//)
2E80-2EFF CJK Radicals Supplement
;
MSG_PAGE_47 (//)
2F00-2FDF Kangxi Radicals\n\
2FF0-2FFF Ideographic Description Characters
;
MSG_PAGE_48 (//)
3000-303F CJK Symbols and Punctuation\n\
3040-309F Hiragana\n\
30A0-30FF Katakana
;
MSG_PAGE_49 (//)
3100-312F Bopomofo\n\
3130-318F Hangul Compatibility Jamo\n\
3190-319F Kanbun\n\
31A0-31BF Bopomofo Extended
;
MSG_PAGE_50 (//)
Enclosed CJK Letters and Months
;
MSG_PAGE_51 (//)
CJK Compatibility
;
MSG_PAGE_52_77 (//)
CJK Unified Ideographs Extension A (3400-4DB5)
;
MSG_PAGE_78_159 (//)
CJK Unified Ideographs (4E00-9FFF)
;
MSG_PAGE_160_163 (//)
A000-A0FF Yi Syllables (A000-A48F)
;
MSG_PAGE_164 (//)
A400-A48F Yi Syllables (A000-A48F)\n\
A490-A4CF Yi Radicals
;
MSG_PAGE_172_215 (//)
Hangul Syllables (AC00-D7A3)
;
MSG_PAGE_216_218 (//)
D800-D8FF High Surrogates (D800-DB7F)
;
MSG_PAGE_219 (//)
DB00-DB7F High Surrogates (D800-DB7F)\n\
DB80-DBFF High Private Use Surrogates
;
MSG_PAGE_220_223 (//)
Low Surrogates (DC00-DFFF)
;
MSG_PAGE_224_248 (//)
Private Use (E000-F8FF)
;
MSG_PAGE_249_250 (//)
CJK Compatibility Ideographs (F900-FAFF)
;
MSG_PAGE_251 (//)
FB00-FB4F Alphabetic Presentation Forms\n\
FB50-FBFF Arabic Presentation Forms-A (FB50-FDFF)
;
MSG_PAGE_252_253 (//)
Arabic Presentation Forms-A (FB50-FDFF)
;
MSG_PAGE_254 (//)
FE20-FE2F Combining Half Marks\n\
FE30-FE4F CJK Compatibility Forms\n\
FE50-FE6F Small Form Variants\n\
FE70-FEFE Arabic Presentation Forms-B  FEFF-FEFF Specials
;
MSG_PAGE_255 (//)
FF00-FFEF Halfwidth and Fullwidth Forms\n\
FFF0-FFFD Specials\n\
FFFE-FFFF Not an Unicode character
;
