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.

26 lines
1.1 KiB

  1. // Copyright (C) 2001 Microsoft Corporation
  2. //
  3. // resources to be included in programs that use any of the following
  4. // UnmappableCharactersMessage
  5. // ForestValidateDomainDoesNotExist (the version that takes a resource ID)
  6. //
  7. // 3 December 2001 JeffJon
  8. #define IDS_UNMAPPABLE_CHARS_IN_NAME 50000
  9. #define IDS_NON_RFC_NAME 50001
  10. #define IDS_MS_DNS_NAME 50002
  11. #define IDS_ROOT_DOMAIN_IS_RESERVED 50003
  12. #define IDS_DNS_NAME_TOO_LONG 50004
  13. #define IDS_BAD_DNS_SYNTAX 50005
  14. #define IDS_MUST_ENTER_DOMAIN 50006
  15. #define IDS_DOMAIN_NAME_IN_USE 50007
  16. #define IDS_NET_NOT_REACHABLE 50008
  17. #define IDS_CONFIRM_NETBIOS_LOOKING_NAME 50009
  18. #define IDS_NO_DOTS_IN_NETBIOS_NAME 50010
  19. #define IDS_NUMERIC_NETBIOS_NAME 50011
  20. #define IDS_BAD_NETBIOS_NAME 50012
  21. #define IDS_NETBIOS_NAME_TOO_LONG 50013
  22. #define IDS_BAD_NETBIOS_CHARACTERS 50014
  23. #define IDS_FLATNAME_IN_USE 50015