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.

31 lines
926 B

  1. //
  2. // AWFAXAB.STR
  3. //
  4. // Strings for the Microsoft At Work Address Book
  5. STRINGTABLE DISCARDABLE
  6. BEGIN
  7. IDS_APP_NAME "Microsoft Fax Address Book"
  8. IDS_ADDRESS_BOOK_ROOT_CONT "Fax Address Book"
  9. END
  10. // Error strings
  11. STRINGTABLE DISCARDABLE
  12. BEGIN
  13. ; Errors from OpenEntry
  14. IDS_OLD_EID "Old entryids are not supported"
  15. ; From opening the contents table
  16. IDS_CANT_OPEN_FAB "Unable to create contents table. Unable to open .FAB file."
  17. ; Opening the .FAB file
  18. IDS_CANT_OPEN_FAB_FILE "Unable to open .FAB file."
  19. IDS_FAB_FILE_ATTRIB "Unable to get info about .FAB file."
  20. IDS_FAB_TOO_LARGE ".FAB file is too large."
  21. IDS_FAB_CORRUPT ".FAB is corrupt. Partial record detected in file."
  22. IDS_FAB_NO_READ "Error reading .FAB file."
  23. END