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.

54 lines
1.0 KiB

  1. ;/*
  2. ; scardmsg.mc
  3. ;
  4. ; WinScard resource strings
  5. ;
  6. ; 30-Jun-97 - DBarlow Created. */
  7. ;//
  8. ;// ==============
  9. ;// Event Messages
  10. ;// ==============
  11. ;//
  12. ;//
  13. ;// Generic Messages
  14. ;// 000's
  15. ;//
  16. MessageId=1
  17. Severity=Success
  18. Facility=System
  19. Language=English
  20. %1
  21. .
  22. MessageId=2
  23. Severity=Error
  24. Facility=System
  25. SymbolicName=MSG_TSREDIR_DLL_LOAD_FAIL
  26. Language=English
  27. The redirection DLL '%1' could not be loaded. The error was: %2
  28. .
  29. MessageId=3
  30. Severity=Error
  31. Facility=System
  32. SymbolicName=MSG_TSREDIR_BAD_DLL_VER
  33. Language=English
  34. The redirection DLL has an incompatible version number (%1.%2). The system version is %3.%4.
  35. .
  36. MessageId=4
  37. Severity=Error
  38. Facility=System
  39. SymbolicName=MSG_TSREDIR_UNEXPECTED
  40. Language=English
  41. An unexpected error occurred trying to determine the redirection dll. The error was: %1
  42. .
  43. MessageId=5
  44. Severity=Error
  45. Facility=System
  46. SymbolicName=MSG_TSREDIR_MISSING_ENTRY_POINT
  47. Language=English
  48. The entry point '%1' could not be found in the redirection DLL '%2'. The error was: %3
  49. .