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.

52 lines
2.8 KiB

  1. #define IDS_E_NAME_BLANK 1
  2. #define IDS_E_NAME_TOO_SHORT 2
  3. #define IDS_E_NAME_TOO_LONG 3
  4. #define IDS_E_NAME_INVALID 4
  5. #define IDS_E_NAME_EXIST 5
  6. #define IDS_E_PASSWORD_BLANK 6
  7. #define IDS_E_PASSWORD_TOO_SHORT 7
  8. #define IDS_E_PASSWORD_TOO_LONG 8
  9. #define IDS_E_PASSWORD_CONTAINS_MEMBERNAME 9
  10. #define IDS_E_PASSWORD_INVALID 10
  11. #define IDS_E_PASSWORD_MISMATCH 11
  12. #define IDS_E_SECRETQA 12
  13. #define IDS_E_SECRETQA_DUPLICATE_Q 13
  14. #define IDS_E_SECRETQA_DUPLICATE_A 14
  15. #define IDS_E_SECRETQA_NOMATCH 15
  16. #define IDS_E_LOCATION_INVALID_COUNTRY 16
  17. #define IDS_E_LOCATION_INVALID_REGION 17
  18. #define IDS_E_LOCATION_INVALID_POSTALCODECHARS 18
  19. #define IDS_E_LOCATION_INVALID_POSTALCODE 19
  20. #define IDS_E_EMAIL_BLANK 20
  21. #define IDS_E_EMAIL_INVALID 21
  22. #define IDS_E_EMAIL_RIGHT_TOO_LONG 22
  23. #define IDS_E_EMAIL_INVALID_CHARS 23
  24. #define IDS_E_EMAIL_INCOMPLETE 24
  25. #define IDS_E_EMAIL_MEMBER_EXIST 25
  26. #define IDS_E_EMAIL_MANAGED 26
  27. #define IDS_E_GENDER 27
  28. #define IDS_E_BIRTHDATE 28
  29. #define IDS_E_NICKNAME_BLANK 29
  30. #define IDS_E_FIRSTNAME_BLANK 30
  31. #define IDS_E_LASTNAME_BLANK 31
  32. #define IDS_E_OCCUPATION_BLANK 32
  33. #define IDS_E_TIMEZONE_BLANK 33
  34. #define IDS_E_REQUIREDEXTERNAL_BLANK 34
  35. #define IDS_E_INVALID_PHONENUMBER 35
  36. #define IDS_E_PHONENUMBER_EXIST 36
  37. #define IDS_E_MISSING_PHONENUM 37
  38. #define IDS_H_EMAIL 50
  39. #define IDS_H_EMAIL_AS_NAME 51
  40. #define IDS_H_NAME 52
  41. #define IDS_H_PASSWORD 53
  42. #define IDS_H_SQA 54
  43. #define IDS_H_FLNAME 55
  44. #define IDS_E_PIN_BLANK 76
  45. #define IDS_E_PIN_TOO_SHORT 77
  46. #define IDS_E_PIN_TOO_LONG 78
  47. #define IDS_E_PIN_CONTAINS_MEMBERNAME 79
  48. #define IDS_E_PIN_INVALID 70
  49. #define IDS_E_PIN_MISMATCH 81