36 lines
1.7 KiB
Plaintext
36 lines
1.7 KiB
Plaintext
#include "t1local.h"
|
|
#include "types.h"
|
|
#include "t1msg.h"
|
|
#include "t1msg.rc"
|
|
#include "version.rc"
|
|
|
|
STRINGTABLE {
|
|
IDS_CAPTION, "Adobe Type 1 Installer"
|
|
IDS_RECOGNIZE1, "The font '%s' is not fully recognized.\n\n"
|
|
IDS_RECOGNIZE2, "The font '%s' from the company '%s' is not fully recognized.\n\n"
|
|
IDS_MAINMSG, "The usage of this font on screen will require a translation from the Adobe Type 1 font format to Windows native format, TrueType. Before converting the font, please obtain the distributor's authorization."
|
|
MSG_COPYRIGHT, "Can not install typeface due to copyright. Copyright holder:\012\012 "
|
|
MSG_NODB, "Failed to access copyright data base."
|
|
MSG_BADFORMAT, "Unknown copyright format:\015\012\012"
|
|
MSG_NOCOPYRIGHT, "Can not install typeface because copyright holder is unknown!"
|
|
MSG_BADCOPYRIGHT, "Can not install typeface due to copyright. Copyright holder: %s"
|
|
MSG_BADESC, "Bad 'Escape' operator."
|
|
MSG_BADOP, "Unsupported operator: '%s'."
|
|
MSG_BADFMT, "Unsupported Adobe Type 1 file format."
|
|
MSG_NOMEM, "Out of memory."
|
|
MSG_PLATFORM, "Bad platform ID in NAME table."
|
|
MSG_FLEX, "Lost flex hint."
|
|
MSG_EXTREME1, "IP stack overflow."
|
|
MSG_REPLC, "Section stack overflow."
|
|
MSG_DBLIDX, "Conflicting sub-routine entries."
|
|
MSG_INVBLUES, "Inverted alignment zone."
|
|
MSG_BADAW, "Vertical advance width is ignored."
|
|
MSG_DIAG, "Outline thinning stack overflow."
|
|
MSG_ALIGN, "Internal error (bad alignment)."
|
|
MSG_BADENC, "Ignoring glyph: %s"
|
|
MSG_RECURSION, "Too many recursive calls."
|
|
MSG_STARTING, "Converting typeface '%s'."
|
|
MSG_DB, "Simon says: %s"
|
|
|
|
}
|