Leaked source code of windows server 2003
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.

27 lines
1.4 KiB

  1. ;; Selfreg Naming convention
  2. ;; =========================
  3. ;; Include the DLL name in the string name
  4. ;; Prefix with STR_ if it needs to be localized
  5. STR_WABIMP_IMPORT_NETSCAPE_DESC = "Netscape Address Book (v2 or v3)"
  6. STR_WABIMP_IMPORT_EUDORA_DESC = "Eudora Pro or Light Address Book (through v3.0)"
  7. STR_WABIMP_IMPORT_ATHENA16_DESC = "Microsoft Internet Mail for Windows 3.1 Address Book"
  8. STR_WABIMP_IMPORT_PAB_DESC = "Microsoft Exchange Personal Address Book"
  9. STR_WABIMP_IMPORT_CSV_DESC = "Text File (Comma Separated Values)"
  10. STR_WABIMP_IMPORT_LDIF_DESC = "LDIF - LDAP Data Interchange Format"
  11. STR_WABIMP_IMPORT_NAB_DESC = "Netscape Communicator Address Book (v4)"
  12. STR_WABIMP_EXPORT_PAB_DESC = "Microsoft Exchange Personal Address Book"
  13. STR_WABIMP_EXPORT_CSV_DESC = "Text File (Comma Separated Values)"
  14. ;; do not localize
  15. WABIMP_IMPORT_KEY_ROOT = "Software\Microsoft\WAB\Import"
  16. WABIMP_EXPORT_KEY_ROOT = "Software\Microsoft\WAB\Export"
  17. WABIMP_IMPORT_PAB = "PAB"
  18. WABIMP_IMPORT_CSV = "CSV"
  19. WABIMP_IMPORT_LDIF = "LDIF"
  20. WABIMP_IMPORT_NAB = "NAB"
  21. WABIMP_IMPORT_NETSCAPE = "Netscape"
  22. WABIMP_IMPORT_EUDORA = "Eudora"
  23. WABIMP_IMPORT_ATHENA16 = "Athena16"
  24. WABIMP_EXPORT_PAB = "PAB"
  25. WABIMP_EXPORT_CSV = "CSV"