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.

171 lines
3.9 KiB

  1. ;//+-------------------------------------------------------------------------
  2. ;//
  3. ;// Microsoft Windows
  4. ;//
  5. ;// Copyright (C) Microsoft Corporation, 1997 - 1999
  6. ;//
  7. ;// File: msg.mc
  8. ;//
  9. ;//--------------------------------------------------------------------------
  10. MessageId=
  11. SymbolicName=MSG_I_SERVER_OFFLINE
  12. Language=English
  13. Server '%1' is now offline.%0
  14. .
  15. MessageId=
  16. SymbolicName=MSG_I_SERVER_AVAILABLE
  17. Language=English
  18. Server '%1' is now available for synchronizing.%0
  19. .
  20. MessageId=
  21. SymbolicName=MSG_I_NET_STOPPED
  22. Language=English
  23. Network interface has been disconnected.%0
  24. .
  25. MessageId=
  26. SymbolicName=MSG_I_NET_STARTED
  27. Language=English
  28. Network interface has been reconnected.%0
  29. .
  30. MessageId=
  31. SymbolicName=MSG_E_CACHE_CORRUPTED
  32. Language=English
  33. A portion of the Offline Files cache has become corrupted. Restart the computer to clean up the cache.%0
  34. .
  35. MessageId=
  36. SymbolicName=MSG_I_SERVER_AUTORECONNECT
  37. Language=English
  38. Server '%1' automatically transitioned to online.%0
  39. .
  40. MessageId=
  41. SymbolicName=MSG_FMT_ACCESS_USER
  42. Language=English
  43. User %1%0
  44. .
  45. MessageId=
  46. SymbolicName=MSG_FMT_ACCESS_GUEST
  47. Language=English
  48. Guest %1%0
  49. .
  50. MessageId=
  51. SymbolicName=MSG_FMT_ACCESS_OTHER
  52. Language=English
  53. Other %1%0
  54. .
  55. MessageId=
  56. SymbolicName=MSG_FMT_ACCESS_USERGUEST
  57. Language=English
  58. User %1, Guest %2%0
  59. .
  60. MessageId=
  61. SymbolicName=MSG_FMT_ACCESS_USEROTHER
  62. Language=English
  63. User %1, Other %2%0
  64. .
  65. MessageId=
  66. SymbolicName=MSG_FMT_ACCESS_GUESTOTHER
  67. Language=English
  68. Guest %1, Other %2%0
  69. .
  70. MessageId=
  71. SymbolicName=MSG_FMT_ACCESS_USERGUESTOTHER
  72. Language=English
  73. User %1, Guest %2, Other %3%0
  74. .
  75. MessageId=
  76. SymbolicName=MSG_I_ENCRYPT_COMPLETE
  77. Language=English
  78. Encryption of the Offline Files cache completed successfully.%0
  79. .
  80. MessageId=
  81. SymbolicName=MSG_I_DECRYPT_COMPLETE
  82. Language=English
  83. Decryption of the Offline Files cache completed successfully.%0
  84. .
  85. MessageId=
  86. SymbolicName=MSG_E_ENCRYPT_FAILED
  87. Language=English
  88. Encryption of the Offline Files cache failed with error %1.%n%n%2%0
  89. .
  90. MessageId=
  91. SymbolicName=MSG_E_DECRYPT_FAILED
  92. Language=English
  93. Decryption of the Offline Files cache failed with error %1.%n%n%2%0
  94. .
  95. MessageId=
  96. SymbolicName=MSG_E_ENCRYPTFILE_FAILED
  97. Language=English
  98. Encryption of the Offline Files cache failed with error %1.%n%nFile: %2%n%n%3%0
  99. .
  100. MessageId=
  101. SymbolicName=MSG_E_DECRYPTFILE_FAILED
  102. Language=English
  103. Decryption of the Offline Files cache failed with error %1.%n%nFile: %2%n%n%3%0
  104. .
  105. MessageId=
  106. SymbolicName=MSG_I_ENCRYPT_USERLOGOFF
  107. Language=English
  108. User logoff interrupted encryption of the Offline Files cache.%0
  109. .
  110. MessageId=
  111. SymbolicName=MSG_I_DECRYPT_USERLOGOFF
  112. Language=English
  113. User logoff interrupted decryption of the Offline Files cache.%0
  114. .
  115. MessageId=
  116. SymbolicName=MSG_W_NO_ENCRYPT_VOLUME
  117. Language=English
  118. System policy is set to encrypt the Offline Files cache but the volume containing the cache does not support encryption.%0
  119. .
  120. MessageId=
  121. SymbolicName=MSG_I_SUSPEND_NONET_NOSYNC
  122. Language=English
  123. Synchronization on computer suspend was not performed. The network is not available.%0
  124. .
  125. MessageId=
  126. SymbolicName=MSG_E_SUSPEND_SYNCFAILED
  127. Language=English
  128. Synchronization on computer suspend failed with error %1.%0
  129. .
  130. MessageId=
  131. SymbolicName=MSG_W_INVALID_UNCPATH_INREG
  132. Language=English
  133. The registry value '%1' in key '%2\%3' is not, or does not expand to, a valid UNC path.%0
  134. .
  135. MessageId=
  136. SymbolicName=MSG_E_ENCRYPTFILE_ERRORS
  137. Language=English
  138. Errors occured while encrypting the Offline Files cache. Increase the Offline Files event logging level policy to level 2 or greater to log failure events for individual files.%0
  139. .
  140. MessageId=
  141. SymbolicName=MSG_E_DECRYPTFILE_ERRORS
  142. Language=English
  143. Errors occured while decrypting the Offline Files cache. Increase the Offline Files event logging level policy to level 2 or greater to log failure events for individual files.%0
  144. .