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.

40 lines
1.5 KiB

  1. /**********************************************************************/
  2. /** Microsoft LAN Manager **/
  3. /** Copyright(c) Microsoft Corp., 1990, 1991 **/
  4. /**********************************************************************/
  5. /*
  6. applib.str
  7. string table for the applib package
  8. FILE HISTORY:
  9. chuckc 26-Feb-1992 created
  10. */
  11. #ifndef _APPLIB_STR_
  12. #define _APPLIB_STR_
  13. STRINGTABLE
  14. {
  15. IDS_APPLIB_DOMAINS "&Domain"
  16. IDS_APPLIB_SERVERS "&Servers"
  17. IDS_APPLIB_DOM_AND_SRV "&Domains and Servers"
  18. IDS_APPLIB_NO_SELECTION "You have not entered a valid selection."
  19. IDS_APPLIB_PROMPT_FOR_ANY_DC "Cannot find the Domain Controller for domain %1.\n\nPress Cancel to select a different domain, or enter the name of a Windows server in domain %1."
  20. IDS_APPLIB_PROMPT_DC_INVALID_SERVER "The server name you typed is invalid."
  21. IDS_APPLIB_NO_MATCHES "Cannot find a user or group account with name %1 on the indicated domain(s)."
  22. IDS_APPLIB_WORKING_TEXT "Working..."
  23. IDS_SETFOCUS_SERVER_SLOW "The last connection to server %1 was low speed"
  24. IDS_SETFOCUS_SERVER_FAST "The last connection to server %1 was high speed"
  25. IDS_SETFOCUS_DOMAIN_SLOW "The last connection to domain %1 was low speed"
  26. IDS_SETFOCUS_DOMAIN_FAST "The last connection to domain %1 was high speed"
  27. }
  28. #endif