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.

203 lines
6.7 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include <windows.h>
  10. #include "..\ieakui\common.h"
  11. #include "ieakeng.rcv"
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14. /////////////////////////////////////////////////////////////////////////////
  15. // English (U.S.) resources
  16. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  17. #ifdef _WIN32
  18. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  19. #pragma code_page(1252)
  20. #endif //_WIN32
  21. #ifdef APSTUDIO_INVOKED
  22. /////////////////////////////////////////////////////////////////////////////
  23. //
  24. // TEXTINCLUDE
  25. //
  26. 1 TEXTINCLUDE DISCARDABLE
  27. BEGIN
  28. "resource.h\0"
  29. END
  30. 2 TEXTINCLUDE DISCARDABLE
  31. BEGIN
  32. "#include <windows.h>\r\n"
  33. "#include ""..\\ieakui\\common.h""\r\n"
  34. "#include ""ieakeng.rcv""\0"
  35. END
  36. 3 TEXTINCLUDE DISCARDABLE
  37. BEGIN
  38. "\r\n"
  39. "\0"
  40. END
  41. #endif // APSTUDIO_INVOKED
  42. /////////////////////////////////////////////////////////////////////////////
  43. //
  44. // Dialog
  45. //
  46. /////////////////////////////////////////////////////////////////////////////
  47. //
  48. // DESIGNINFO
  49. //
  50. #ifdef APSTUDIO_INVOKED
  51. GUIDELINES DESIGNINFO DISCARDABLE
  52. BEGIN
  53. IDD_FAVPOPUP, DIALOG
  54. BEGIN
  55. RIGHTMARGIN, 342
  56. BOTTOMMARGIN, 96
  57. END
  58. END
  59. #endif // APSTUDIO_INVOKED
  60. /////////////////////////////////////////////////////////////////////////////
  61. //
  62. // String Table
  63. //
  64. STRINGTABLE DISCARDABLE
  65. BEGIN
  66. IDS_ENGINE_TITLE "IEAK Engine DLL"
  67. END
  68. STRINGTABLE DISCARDABLE
  69. BEGIN
  70. IDS_IEAKUI_LOADERROR "Error loading ieakui.dll"
  71. END
  72. STRINGTABLE DISCARDABLE
  73. BEGIN
  74. IDS_CF_EMPTY_FIELD "Please specify a value for this field."
  75. IDS_CF_INVALID_URL "Please specify a valid URL."
  76. IDS_CF_CHAR "Some of the characters in the field are invalid. Please correct your entry."
  77. IDS_CF_WILD "Wildcards are not valid in this field. Please provide a value without wildcards."
  78. IDS_CF_RELATIVE "Your entry represents a relative path which is invalid. Please provide an UNC path instead."
  79. IDS_CF_FIRST_CHAR "The first character in your entry makes the path invalid. Please correct your entry."
  80. IDS_CF_PRESLASH "The character preceding the slash is invalid. Please correct your entry."
  81. IDS_CF_SPACE "The space character before the slash in the path makes it invalid. Please correct your entry."
  82. IDS_CF_FWDSLASH "A forward slash is not valid in this field."
  83. IDS_CF_COLON "A colon can only be used as in the ""c:""\\ position."
  84. IDS_CF_DRIVE "The drive letter is invalid."
  85. IDS_CF_SEPARATOR "The path separator is invalid."
  86. IDS_CF_DBCS "This path should not contain any DBCS characters."
  87. IDS_CF_0x5C "The path specified contains invalid characters."
  88. IDS_CF_DOESNT_EXIST "Please specify an existing path or click Browse."
  89. IDS_CF_EXCHAR "This path should not contain any extended characters."
  90. END
  91. STRINGTABLE DISCARDABLE
  92. BEGIN
  93. IDS_CF_NOT_FOLDER "Please specify an existing directory."
  94. IDS_CF_NOT_FILE "Please specify an existing file, and not a directory."
  95. IDS_CF_UNKNOWN "The error with the path is unknown but it is invalid. Please correct your entry."
  96. IDS_CF_INVALID_SPACE "Whitespace characters are not valid in this field."
  97. IDS_CF_INVALID_COLON "Colons are not valid in this field."
  98. IDS_CF_INVALID_NUMBER "Please enter a numeric value."
  99. END
  100. STRINGTABLE DISCARDABLE
  101. BEGIN
  102. IDS_RESTARTYESNO "You must restart your computer before the new settings will take effect.\n\nDo you want to restart your computer now?"
  103. END
  104. STRINGTABLE DISCARDABLE
  105. BEGIN
  106. IDS_IMAGES_FILTER "*.bmp;*.gif;*.jpg;*.jpeg;*.dib;*.png"
  107. IDS_HTMLDOC_FILTER "*.htm;*.html;*.mhtml;*.mht"
  108. IDS_CDF_FILTER "*.cdf"
  109. IDS_MYCOMP_FILTER "mycomp.htt"
  110. IDS_CONTROLP_FILTER "controlp.htt"
  111. IDS_PVK_FILTER "*.pvk"
  112. IDS_SPC_FILTER "*.spc"
  113. IDS_TXT_FILTER "*.txt"
  114. IDS_ICO_FILTER "*.ico"
  115. IDS_EXE_FILTER "*.exe"
  116. IDS_INS_FILTER "*.ins"
  117. END
  118. STRINGTABLE DISCARDABLE
  119. BEGIN
  120. IDS_ADM_FILTER "*.adm;*.opa"
  121. IDS_CERTIFICATE_FILTER "*.cer;*.crt"
  122. IDS_BMP_FILTER "*.bmp"
  123. IDS_CAB_FILTER "*.cab"
  124. IDS_SCRIPT_FILTER "*.scp"
  125. IDS_RULES_FILTER "*.oer"
  126. IDS_ISP_FILTER "*.isp"
  127. IDS_WAV_FILTER "*.wav"
  128. IDS_GIF_FILTER "*.gif"
  129. END
  130. STRINGTABLE DISCARDABLE
  131. BEGIN
  132. IDS_COMP_FILEBMP "Bitmap Images"
  133. IDS_COMP_PVK "Private Key (.pvk) Files"
  134. IDS_COMP_SPC "Software Publishing Certificate (.spc) Files"
  135. IDS_COMP_TXT "Text Files"
  136. IDS_COMP_ICO "Icon Files"
  137. IDS_COMP_EXE "Programs"
  138. IDS_COMP_CDF "Channel Definition Files"
  139. IDS_COMP_IMAGES "Image Files"
  140. IDS_COMP_CERT "Certificates"
  141. IDS_COMP_ADM "Policy Files"
  142. IDS_COMP_INSFILE "INS Files"
  143. IDS_COMP_CAB "Compressed Cabinet Files"
  144. IDS_COMP_SCRIPT "Login Script Files"
  145. IDS_COMP_RULES "Outlook Express Rules Files"
  146. IDS_COMP_ISP "ISP Files"
  147. IDS_COMP_WAV "WAV Files"
  148. IDS_COMP_GIF "GIF Files"
  149. END
  150. STRINGTABLE DISCARDABLE
  151. BEGIN
  152. IDS_COMP_MYCOMP "My Computer Files"
  153. IDS_COMP_CONTROLP "Control Panel Files"
  154. IDS_COMP_WALLPAPER "Wallpaper Files"
  155. IDS_COMP_FILEHTML "Internet Documents (HTML)"
  156. END
  157. STRINGTABLE DISCARDABLE
  158. BEGIN
  159. IDS_FAV_ERR_NOTALL "While importing the favorites, the maximum has been reached, so not all of them were imported."
  160. IDS_FAV_ERR_DUPLICATE "The name you specified is already in use. Please provide a unique name."
  161. IDS_NOCHANNELSTOIMPORT "There are either no new channels to import, or the maximum number of channels has been reached."
  162. END
  163. #endif // English (U.S.) resources
  164. /////////////////////////////////////////////////////////////////////////////
  165. #ifndef APSTUDIO_INVOKED
  166. /////////////////////////////////////////////////////////////////////////////
  167. //
  168. // Generated from the TEXTINCLUDE 3 resource.
  169. //
  170. /////////////////////////////////////////////////////////////////////////////
  171. #endif // not APSTUDIO_INVOKED