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.

16 lines
560 B

  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_WAB32_WAB = "Address Book"
  6. STR_WAB32_LDAPURL = "URL:LDAP Protocol"
  7. STR_WAB32_VCARD_FILE = "vCard File"
  8. STR_WAB32_DIGITAL_ID_FILE = "Digital ID File"
  9. STR_WAB32_WAB_FILE = "Address Book File"
  10. ;; do not localize
  11. KEY_WAB32_CONTACTCLIENT = "Software\Clients\Contacts"
  12. KEY_WAB32_WAB = "Address Book"
  13. KEY_WAB32_URLPROTOCOL = "URL Protocol"