Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.7 KiB

  1. #include "t1local.h"
  2. #include "types.h"
  3. #include "t1msg.h"
  4. #include "t1msg.rc"
  5. #include "version.rc"
  6. STRINGTABLE {
  7. IDS_CAPTION, "Adobe Type 1 Installer"
  8. IDS_RECOGNIZE1, "The font '%s' is not fully recognized.\n\n"
  9. IDS_RECOGNIZE2, "The font '%s' from the company '%s' is not fully recognized.\n\n"
  10. 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."
  11. MSG_COPYRIGHT, "Can not install typeface due to copyright. Copyright holder:\012\012 "
  12. MSG_NODB, "Failed to access copyright data base."
  13. MSG_BADFORMAT, "Unknown copyright format:\015\012\012"
  14. MSG_NOCOPYRIGHT, "Can not install typeface because copyright holder is unknown!"
  15. MSG_BADCOPYRIGHT, "Can not install typeface due to copyright. Copyright holder: %s"
  16. MSG_BADESC, "Bad 'Escape' operator."
  17. MSG_BADOP, "Unsupported operator: '%s'."
  18. MSG_BADFMT, "Unsupported Adobe Type 1 file format."
  19. MSG_NOMEM, "Out of memory."
  20. MSG_PLATFORM, "Bad platform ID in NAME table."
  21. MSG_FLEX, "Lost flex hint."
  22. MSG_EXTREME1, "IP stack overflow."
  23. MSG_REPLC, "Section stack overflow."
  24. MSG_DBLIDX, "Conflicting sub-routine entries."
  25. MSG_INVBLUES, "Inverted alignment zone."
  26. MSG_BADAW, "Vertical advance width is ignored."
  27. MSG_DIAG, "Outline thinning stack overflow."
  28. MSG_ALIGN, "Internal error (bad alignment)."
  29. MSG_BADENC, "Ignoring glyph: %s"
  30. MSG_RECURSION, "Too many recursive calls."
  31. MSG_STARTING, "Converting typeface '%s'."
  32. MSG_DB, "Simon says: %s"
  33. }