Source code of Windows XP (NT5)
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.

609 lines
29 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #define APSTUDIO_READONLY_SYMBOLS
  4. /////////////////////////////////////////////////////////////////////////////
  5. //
  6. // Generated from the TEXTINCLUDE 2 resource.
  7. //
  8. #include "resource.h"
  9. #include <windows.h>
  10. #include <commctrl.h>
  11. #include "msrating.rcv"
  12. // nonlocalizable resources used by localizable resources (dialogs, etc)
  13. #define APSTUDIO_HIDDEN_SYMBOLS
  14. #include "windows.h"
  15. #undef APSTUDIO_HIDDEN_SYMBOLS
  16. #include "commctrl.h"
  17. /////////////////////////////////////////////////////////////////////////////
  18. #undef APSTUDIO_READONLY_SYMBOLS
  19. /////////////////////////////////////////////////////////////////////////////
  20. // English (U.S.) resources
  21. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  22. #ifdef _WIN32
  23. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  24. #pragma code_page(1252)
  25. #endif //_WIN32
  26. /////////////////////////////////////////////////////////////////////////////
  27. //
  28. // Icon
  29. //
  30. // Icon with lowest ID value placed first to ensure application icon
  31. // remains consistent on all systems.
  32. IDI_SECURITY ICON DISCARDABLE "security.ico"
  33. IDI_MASTER_KEY ICON DISCARDABLE "masterky.ico"
  34. IDI_INTERNET_RATINGS ICON DISCARDABLE "irating.bmp"
  35. IDI_RATING_SYSTEMS ICON DISCARDABLE "ratsys.bmp"
  36. IDI_APPROVED ICON DISCARDABLE "Rsites.ico"
  37. /////////////////////////////////////////////////////////////////////////////
  38. //
  39. // Dialog
  40. //
  41. IDD_RATINGS DIALOG DISCARDABLE 0, 0, 252, 218
  42. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  43. WS_SYSMENU
  44. CAPTION "Ratings"
  45. FONT 8, "MS Shell Dlg"
  46. BEGIN
  47. LTEXT "&Select a category to view the rating levels:",
  48. IDC_STATIC1,7,7,237,8
  49. CONTROL "Categories",IDC_PT_TREE,"SysTreeView32",
  50. TVS_DISABLEDRAGDROP | TVS_SHOWSELALWAYS | WS_BORDER |
  51. WS_TABSTOP,7,18,237,60
  52. LTEXT "A&djust the slider to specify what users are allowed to see:",
  53. IDC_RATING_LABEL,7,82,237,8
  54. CONTROL "Category level",IDC_PT_TB_SELECT,"msctls_trackbar32",
  55. TBS_BOTH | WS_TABSTOP,7,97,238,22
  56. EDITTEXT IDC_PT_T_RSN_SDESC,49,122,188,12,ES_CENTER |
  57. ES_MULTILINE | ES_AUTOVSCROLL | ES_READONLY | NOT
  58. WS_VISIBLE | NOT WS_BORDER | NOT WS_TABSTOP
  59. GROUPBOX "Description",IDC_STATIC2,7,136,237,69
  60. EDITTEXT IDC_PT_T_RSN_LDESC,14,151,222,28,ES_MULTILINE |
  61. ES_AUTOVSCROLL | ES_READONLY | NOT WS_VISIBLE | NOT
  62. WS_BORDER | NOT WS_TABSTOP
  63. LTEXT "",IDC_PT_T_BITMAP_CATEGORY,14,50,19,8
  64. LTEXT "",IDC_PT_T_BITMAP_LABEL,16,148,19,8
  65. LTEXT "To view the Internet page for this rating service, click More Info.",
  66. IDC_STATIC3,15,185,163,16
  67. PUSHBUTTON "&More Info...",IDC_DETAILSBUTTON,188,185,50,14
  68. CONTROL "",IDC_STATIC,"NativeFontCtl",0x2,0,0,0,0
  69. END
  70. IDD_GENERAL DIALOG DISCARDABLE 0, 0, 252, 218
  71. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  72. WS_SYSMENU
  73. CAPTION "General"
  74. FONT 8, "MS Shell Dlg"
  75. BEGIN
  76. GROUPBOX "User options",IDC_STATIC7,7,7,239,50
  77. CONTROL "&Users can see sites that have no rating",IDC_UNRATED,
  78. "Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,20,145,10
  79. CONTROL "&Supervisor can type a password to allow users to view restricted content",
  80. IDC_PLEASE_MOMMY,"Button",BS_AUTOCHECKBOX | BS_MULTILINE |
  81. WS_TABSTOP,14,32,188,20
  82. GROUPBOX "Supervisor password",IDC_STATIC1,7,61,239,75
  83. ICON IDI_MASTER_KEY,IDC_STATIC2,13,76,21,20
  84. LTEXT "The supervisor password allows you to change Content Advisor settings or turn Content Advisor on or off. To change the supervisor password, click Change Password.",
  85. IDC_STATIC3,40,74,176,33
  86. PUSHBUTTON "",IDC_CHANGE_PASSWORD,163,114,75,14
  87. GROUPBOX "Rating systems",IDC_STATIC4,7,140,239,56
  88. ICON IDI_RATING_SYSTEMS,IDC_STATIC5,13,158,21,20
  89. LTEXT "The rating systems you use are provided by other companies and organizations. To view or modify the list, click Rating Systems.",
  90. IDC_STATIC6,41,152,192,25
  91. PUSHBUTTON "&Find Rating Systems",IDC_FINDRATINGS,82,177,75,14
  92. PUSHBUTTON "&Rating Systems...",IDC_PROVIDER,163,177,75,14
  93. END
  94. IDD_PROVIDERS DIALOG DISCARDABLE 0, 0, 250, 113
  95. STYLE DS_MODALFRAME | DS_3DLOOK | DS_CONTEXTHELP | WS_POPUP | WS_VISIBLE |
  96. WS_CAPTION | WS_SYSMENU
  97. CAPTION "Rating Systems"
  98. FONT 8, "MS Shell Dlg"
  99. BEGIN
  100. LTEXT "Rating &systems:",IDC_STATIC1,7,7,92,10
  101. LISTBOX IDC_PROVIDERLIST,7,18,178,47,LBS_SORT | LBS_NOTIFY |
  102. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_HSCROLL |
  103. WS_TABSTOP
  104. DEFPUSHBUTTON "OK",IDOK,193,7,50,14
  105. PUSHBUTTON "&Add...",IDC_OPENPROVIDER,193,24,50,14,WS_DISABLED
  106. PUSHBUTTON "&Remove",IDC_CLOSEPROVIDER,193,41,50,14,WS_DISABLED
  107. PUSHBUTTON "Cancel",IDCANCEL,193,58,50,14
  108. LTEXT "Note: Any rating system files marked with an asterisk (*) are invalid or could not be found, and will be removed from your settings if you click OK. You can add them again later if you want.",
  109. IDC_STATIC2,7,70,178,35
  110. END
  111. IDD_PLEASE DIALOG DISCARDABLE 0, 0, 252, 218
  112. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  113. WS_SYSMENU
  114. CAPTION "Content Advisor"
  115. FONT 8, "MS Shell Dlg"
  116. BEGIN
  117. LTEXT "Sorry! Content Advisor will not allow you to see this site.",
  118. IDC_STATIC2,8,10,181,21
  119. LTEXT "This page may contain some or all of the following:",
  120. IDC_CONTENTLABEL,8,32,159,8
  121. EDITTEXT IDC_CONTENTERROR,13,47,232,46,ES_MULTILINE |
  122. ES_AUTOVSCROLL | ES_READONLY | WS_VSCROLL
  123. EDITTEXT IDC_CONTENTDESCRIPTION,13,47,232,46,ES_MULTILINE |
  124. ES_AUTOVSCROLL | ES_AUTOHSCROLL | ES_READONLY |
  125. WS_VSCROLL
  126. GROUPBOX "",IDC_STATIC4,6,96,239,120
  127. ICON IDI_MASTER_KEY,IDC_STATIC5,14,108,21,20
  128. LTEXT "If you still want to see this site, someone must type in the supervisor password.",
  129. IDC_STATIC3,42,109,192,19
  130. CONTROL "A&lways allow this Web site to be viewed",
  131. IDC_BLOCKING_SITE,"Button",BS_AUTORADIOBUTTON |
  132. WS_TABSTOP,42,134,192,10
  133. CONTROL "Al&ways allow this Web page to be viewed",
  134. IDC_BLOCKING_PAGE,"Button",BS_AUTORADIOBUTTON,42,145,192,
  135. 10
  136. CONTROL "All&ow viewing only this time",IDC_BLOCKING_ONCE,"Button",
  137. BS_AUTORADIOBUTTON | WS_TABSTOP,42,156,192,10
  138. LTEXT "Hint:",IDC_OLD_HINT_LABEL,17,173,40,8
  139. LTEXT "",IDC_OLD_HINT_TEXT,64,172,170,20,SS_SUNKEN
  140. LTEXT "&Password:",IDC_STATIC1,17,200,40,8
  141. EDITTEXT IDC_PASSWORD,64,197,170,14,ES_PASSWORD | ES_AUTOHSCROLL
  142. DEFPUSHBUTTON "OK",IDOK,195,7,50,14
  143. PUSHBUTTON "Cancel",IDCANCEL,195,25,50,14
  144. END
  145. IDD_INTRO DIALOG DISCARDABLE 0, 0, 254, 100
  146. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  147. WS_SYSMENU
  148. CAPTION "Ratings"
  149. FONT 8, "MS Shell Dlg"
  150. BEGIN
  151. PUSHBUTTON "&Settings...",IDC_SET_RATINGS,177,7,70,14
  152. ICON IDI_INTERNET_RATINGS,IDC_STATIC1,7,7,21,20
  153. PUSHBUTTON "&Turn on/off...",IDC_TURN_ONOFF,177,25,70,14
  154. LTEXT "Content Advisor is not installed on this computer. To install it, click Settings.\n\nAfter Content Advisor is installed, only a parent or supervisor can turn it on or off.",
  155. IDC_INTRO_TEXT,33,7,137,106
  156. END
  157. IDD_CREATE_PASSWORD DIALOG DISCARDABLE 0, 0, 225, 182
  158. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  159. WS_SYSMENU
  160. CAPTION "Create Supervisor Password"
  161. FONT 8, "MS Shell Dlg"
  162. BEGIN
  163. LTEXT "To prevent unauthorized users from changing Content Advisor settings, provide a password.\n\nContent Advisor settings can be changed or turned on or off only by people who know the password.",
  164. IDC_STATIC5,7,7,159,59
  165. LTEXT "&Password:",IDC_STATIC4,7,71,54,8
  166. EDITTEXT IDC_CREATE_PASSWORD,72,69,80,14,ES_PASSWORD |
  167. ES_AUTOHSCROLL
  168. LTEXT "&Confirm password:",IDC_STATIC3,7,87,63,8
  169. EDITTEXT IDC_CONFIRM_PASSWORD,72,85,80,14,ES_PASSWORD |
  170. ES_AUTOHSCROLL
  171. LTEXT "Provide a hint to help you remember your password. Set the hint so that others cannot use it to easily guess your password.",
  172. IDC_HINT_TEXT,7,108,205,26
  173. LTEXT "&Hint:",IDC_HINT_LABEL,7,138,40,8
  174. EDITTEXT IDC_HINT_EDIT,50,138,170,22,ES_MULTILINE
  175. DEFPUSHBUTTON "OK",IDOK,54,166,50,14
  176. PUSHBUTTON "Cancel",IDCANCEL,120,166,50,14
  177. END
  178. IDD_PASSWORD DIALOG DISCARDABLE 0, 0, 233, 82
  179. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  180. WS_SYSMENU
  181. CAPTION "Supervisor Password Required"
  182. FONT 8, "MS Shell Dlg"
  183. BEGIN
  184. ICON IDI_MASTER_KEY,IDC_STATIC3,7,7,21,20
  185. LTEXT "The supervisor password is required before you can continue.",
  186. IDC_STATIC2,33,7,137,27
  187. LTEXT "Hint:",IDC_OLD_HINT_LABEL,7,40,40,8
  188. LTEXT "",IDC_OLD_HINT_TEXT,54,39,170,20,SS_SUNKEN
  189. LTEXT "&Password:",IDC_STATIC1,7,67,40,8
  190. EDITTEXT IDC_PASSWORD,54,64,93,14,ES_PASSWORD | ES_AUTOHSCROLL
  191. DEFPUSHBUTTON "OK",IDOK,176,3,50,14
  192. PUSHBUTTON "Cancel",IDCANCEL,176,20,50,14
  193. END
  194. IDD_CHANGE_PASSWORD DIALOG DISCARDABLE 0, 0, 225, 140
  195. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  196. WS_SYSMENU
  197. CAPTION "Change Supervisor Password"
  198. FONT 8, "MS Shell Dlg"
  199. BEGIN
  200. LTEXT "Hint:",IDC_OLD_HINT_LABEL,7,7,40,8
  201. LTEXT "",IDC_OLD_HINT_TEXT,50,6,170,20,SS_SUNKEN
  202. LTEXT "&Old password:",IDC_STATIC1,7,33,54,8
  203. EDITTEXT IDC_OLD_PASSWORD,85,30,80,14,ES_PASSWORD |
  204. ES_AUTOHSCROLL
  205. LTEXT "&New password:",IDC_STATIC2,7,49,54,8
  206. EDITTEXT IDC_PASSWORD,85,46,80,14,ES_PASSWORD | ES_AUTOHSCROLL
  207. LTEXT "&Confirm new password:",IDC_STATIC3,7,65,74,8
  208. EDITTEXT IDC_CONFIRM_PASSWORD,85,62,80,14,ES_PASSWORD |
  209. ES_AUTOHSCROLL
  210. LTEXT "&Enter a hint for your new password:",IDC_HINT_TEXT,7,
  211. 84,205,8
  212. EDITTEXT IDC_HINT_EDIT,7,96,170,22,ES_MULTILINE
  213. DEFPUSHBUTTON "OK",IDOK,54,124,50,14
  214. PUSHBUTTON "Cancel",IDCANCEL,120,124,50,14
  215. END
  216. IDD_ADVANCED DIALOG DISCARDABLE 0, 0, 252, 218
  217. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  218. WS_SYSMENU
  219. CAPTION "Advanced"
  220. FONT 8, "MS Shell Dlg"
  221. BEGIN
  222. GROUPBOX "Ratings bureau",IDC_TEXT1,7,7,239,67
  223. LTEXT "Some rating systems can obtain Internet ratings from a special ratings bureau. Using a ratings bureau may slow down Internet access time. ",
  224. IDC_TEXT2,13,18,220,18
  225. LTEXT "Ratings &bureau:",IDC_TEXT3,13,42,55,8
  226. COMBOBOX IDC_3RD_COMBO,13,56,171,42,CBS_DROPDOWN |
  227. CBS_AUTOHSCROLL | CBS_SORT | WS_VSCROLL | WS_TABSTOP
  228. GROUPBOX "PICSRules",IDC_STATIC_PICSRULES,7,80,239,125
  229. LTEXT "PICSRules files contain rules used to determine whether a site can be viewed. They can utilize PICS labels, and can specify approved and disapproved Web sites like you can on the Approved Sites tab.",
  230. IDC_STATIC_PICSRULES2,13,91,225,25
  231. LTEXT "To adjust the order in which your installed rules are evaluated, use the arrows below.",
  232. IDC_STATIC1,13,122,170,17
  233. LISTBOX IDC_PICSRULES_LIST,13,141,170,58,LBS_NOINTEGRALHEIGHT | LBS_NOTIFY |
  234. WS_VSCROLL | WS_TABSTOP
  235. PUSHBUTTON "&Import",IDC_PICSRULESOPEN,189,141,50,14
  236. PUSHBUTTON "&Remove",IDC_PICSRULESEDIT,189,163,50,14
  237. PUSHBUTTON "",IDC_PICSRULES_UP,195,185,19,14,BS_ICON
  238. PUSHBUTTON "",IDC_PICSRULES_DOWN,214,185,19,14,BS_ICON
  239. CONTROL "",IDC_STATIC,"NativeFontCtl",0x4,0,0,0,0
  240. END
  241. IDD_APPROVEDSITES DIALOGEX 0, 0, 252, 218
  242. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  243. WS_SYSMENU
  244. CAPTION "Approved Sites"
  245. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  246. BEGIN
  247. ICON IDI_SECURITY,IDC_STATIC1,7,7,21,20
  248. LTEXT "You can create a list of Web sites that are always viewable or never viewable regardless of how they are rated.",
  249. IDC_STATIC2,34,7,211,20
  250. LTEXT "Allow &this Web site:",IDC_STATIC_ALLOW,13,33,62,8
  251. EDITTEXT IDC_PICSRULESAPPROVEDEDIT,13,47,176,14,ES_AUTOHSCROLL
  252. PUSHBUTTON "Al&ways",IDC_PICSRULESAPPROVEDALWAYS,195,37,50,14
  253. PUSHBUTTON "&Never",IDC_PICSRULESAPPROVEDNEVER,195,57,50,14
  254. LTEXT "&List of approved and disapproved Web sites:",
  255. IDC_STATIC_LIST,13,67,150,8
  256. CONTROL "ApprovedSitesList",IDC_PICSRULESAPPROVEDLIST,
  257. "SysListView32",LVS_REPORT | LVS_SHOWSELALWAYS |
  258. LVS_SORTASCENDING | LVS_NOCOLUMNHEADER | WS_BORDER |
  259. WS_TABSTOP,13,81,176,124,WS_EX_CLIENTEDGE
  260. PUSHBUTTON "&Remove",IDC_PICSRULESAPPROVEDREMOVE,195,81,50,14
  261. CONTROL "",IDC_STATIC,"NativeFontCtl",0x5,0,0,0,0
  262. END
  263. IDD_TURNOFF DIALOG DISCARDABLE 0, 0, 186, 58
  264. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  265. CAPTION "Content Advisor"
  266. FONT 8, "MS Shell Dlg"
  267. BEGIN
  268. DEFPUSHBUTTON "OK",IDOK,129,37,50,14
  269. LTEXT "Content Advisor has been turned off. Make sure you turn it on again before you allow someone else to use your computer.",
  270. IDC_STATIC1,7,7,172,30
  271. CONTROL "&Do not show this dialog again.",IDC_ADVISOR_OFF_CHECK,
  272. "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,41,111,10
  273. END
  274. #ifdef APSTUDIO_INVOKED
  275. /////////////////////////////////////////////////////////////////////////////
  276. //
  277. // TEXTINCLUDE
  278. //
  279. 1 TEXTINCLUDE DISCARDABLE
  280. BEGIN
  281. "#include ""resource.h""\r\n"
  282. "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
  283. "#include ""windows.h""\r\n"
  284. "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
  285. "#include ""commctrl.h""\r\n"
  286. "\0"
  287. END
  288. 2 TEXTINCLUDE DISCARDABLE
  289. BEGIN
  290. "\r\n"
  291. "\0"
  292. END
  293. #endif // APSTUDIO_INVOKED
  294. /////////////////////////////////////////////////////////////////////////////
  295. //
  296. // DESIGNINFO
  297. //
  298. #ifdef APSTUDIO_INVOKED
  299. GUIDELINES DESIGNINFO DISCARDABLE
  300. BEGIN
  301. IDD_RATINGS, DIALOG
  302. BEGIN
  303. LEFTMARGIN, 7
  304. RIGHTMARGIN, 244
  305. BOTTOMMARGIN, 211
  306. END
  307. IDD_GENERAL, DIALOG
  308. BEGIN
  309. LEFTMARGIN, 7
  310. RIGHTMARGIN, 246
  311. BOTTOMMARGIN, 203
  312. END
  313. IDD_PROVIDERS, DIALOG
  314. BEGIN
  315. LEFTMARGIN, 7
  316. RIGHTMARGIN, 243
  317. TOPMARGIN, 7
  318. BOTTOMMARGIN, 106
  319. END
  320. IDD_PLEASE, DIALOG
  321. BEGIN
  322. RIGHTMARGIN, 250
  323. BOTTOMMARGIN, 216
  324. END
  325. IDD_INTRO, DIALOG
  326. BEGIN
  327. LEFTMARGIN, 7
  328. RIGHTMARGIN, 247
  329. TOPMARGIN, 7
  330. END
  331. IDD_CREATE_PASSWORD, DIALOG
  332. BEGIN
  333. RIGHTMARGIN, 220
  334. BOTTOMMARGIN, 180
  335. END
  336. IDD_CHANGE_PASSWORD, DIALOG
  337. BEGIN
  338. RIGHTMARGIN, 220
  339. BOTTOMMARGIN, 138
  340. END
  341. IDD_ADVANCED, DIALOG
  342. BEGIN
  343. LEFTMARGIN, 7
  344. RIGHTMARGIN, 245
  345. BOTTOMMARGIN, 196
  346. END
  347. END
  348. #endif // APSTUDIO_INVOKED
  349. /////////////////////////////////////////////////////////////////////////////
  350. //
  351. // String Table
  352. //
  353. STRINGTABLE DISCARDABLE
  354. BEGIN
  355. IDS_RAT_OPENFILE "Open ratings system file"
  356. IDS_RAT_FILTER_DESC "Rating files (*.rat)"
  357. IDS_RAT_FILTER "*.rat"
  358. IDS_NOCANDO_TITLE "Unable to See Site"
  359. IDS_NOCANDO "Sorry! Content Advisor will not allow you to see this site."
  360. IDS_RATING_OFF "Content Advisor is currently turned off.\n\nOnly a parent or supervisor can turn on Content Advisor or change settings."
  361. IDS_RATING_ON "Content Advisor is currently turned on.\n\nOnly a parent or supervisor can turn on Content Advisor or change settings."
  362. IDS_TURN_ON "&Turn on..."
  363. IDS_TURN_OFF "&Turn off..."
  364. IDS_GENERIC "Content Advisor"
  365. IDS_NOW_ON "Content Advisor has been turned on.\r\n\r\n"
  366. IDS_NOW_OFF "Content Advisor has been turned off. Make sure you turn it on again before you allow someone else to use your computer."
  367. IDS_NO_PASSWORD "You must type in a password."
  368. IDS_NO_CONFIRM "You must type in a confirmation password."
  369. IDS_NO_MATCH "Your password and confirmation password do not match."
  370. END
  371. STRINGTABLE DISCARDABLE
  372. BEGIN
  373. IDS_PICSRULES_DUPLICATETITLE "Duplicate Web Site"
  374. IDS_PICSRULES_DUPLICATEMSG
  375. "The Web Site you have entered already exists in your list of approved and disapproved Web sites."
  376. IDS_PICSRULES_BADURLTITLE "Invalid Web Site"
  377. IDS_PICSRULES_BADURLMSG "The Web Site you have entered is not valid."
  378. IDS_PICSRULES_OUTOFMEMORY
  379. "There is not enough memory available to perform the requested operation."
  380. IDS_PICSRULES_NOAPPROVEDSAVE
  381. "There was an unexpected internal error.\n\nYour Approved Sites list has not been saved, and will not be enforced."
  382. IDS_APPROVEDSITES_ENFORCED
  383. "This Page was blocked by your Approved Sites list."
  384. IDS_PICSRULES_ENFORCED "This Page was blocked by your PICSRules settings."
  385. IDS_APPROVED_CANTSAVE "Could not save settings to the Approved Sites List."
  386. IDS_LOADRAT_EXPECTEDEND "The end of the file was expected near line %1."
  387. IDS_NO_NULL_PASSWORD "You cannot have a blank password."
  388. END
  389. STRINGTABLE DISCARDABLE
  390. BEGIN
  391. IDS_BADPASSWORD "The password you typed in is incorrect."
  392. IDS_NO_OLD "You must type in the old supervisor password."
  393. IDS_NO_PROVIDERS "You must choose a rating system for Content Advisor to work."
  394. IDS_INSTALL_INFO "Content Advisor is not enabled because you are not currently using any rating system. To choose a rating system, click the Advanced tab, and then click Rating Systems."
  395. IDS_TURN_ONOFF "&Turn on/off..."
  396. IDS_RATING_NEW "Content Advisor is not installed on this computer. To install it, click Settings.\n\nAfter Content Advisor is installed, only a parent or supervisor can turn it on or off."
  397. IDS_BADBUREAU "Content Advisor could not find the Internet site for this rating system, so it is being set to None."
  398. IDS_VALUE "Value = %d"
  399. IDS_NEEDBUREAU "The current rating system %s requires a ratings bureau. If you continue, this rating system will be useless and may be removed. Do you want to continue?"
  400. IDS_CANT_LAUNCH "Unable to browse to %1."
  401. IDS_PASSWORD_CHANGED "The supervisor password was successfully changed."
  402. IDS_RATINGTEMPLATE "%1: %2 - %3\r\n"
  403. IDS_UNRATED "This page does not have a rating."
  404. IDS_UNKNOWNSYSTEM "This page has been rated by a rating system that you do not have installed. For more information about these ratings, connect to %1:\r\n"
  405. IDS_INVALIDRATING "The rating label on this page is invalid. ""%1"" is not recognized or is not the right format. You may want to notify the owner of this site."
  406. IDS_EXPIRED "The rating label for this page has expired. It may no longer be valid."
  407. END
  408. STRINGTABLE DISCARDABLE
  409. BEGIN
  410. IDS_SOURCE_SERVER "The rating was obtained from the Web site's server."
  411. IDS_SOURCE_EMBEDDED "The rating was obtained from the Web page."
  412. IDS_SOURCE_BUREAU "The rating was obtained from a label bureau."
  413. IDS_TAMPEREDRATING1 "Either the rating label on this page is invalid,"
  414. IDS_TAMPEREDRATING2 "or your settings have been tampered with."
  415. IDS_PICSRULES_CLICKIMPORTTITLE "Internet Explorer Content Advisor"
  416. IDS_PICSRULES_CLICKIMPORTMESSAGE
  417. "This will import the selected PICSRules file and add it to your settings.\nAre you sure you want to continue?"
  418. IDS_PICSRULES_CLICKIMPORTON
  419. "This will enable the Internet Explorer Content Advisor and import the selected PICSRules file.\nAre you sure you want to continue?"
  420. IDS_PICSRULES_CLICKFINISHED
  421. "To alter your settings later:\n\nIn Internet Explorer, select Tools, then Internet Options, then Content, and then Settings."
  422. IDS_PICSRULES_CLICKRATON
  423. "This will enable the Internet Explorer Content Advisor and add the selected ratings provider.\nAre you sure you want to continue?"
  424. END
  425. STRINGTABLE DISCARDABLE
  426. BEGIN
  427. IDS_WRONGURL "The rating label found for ""%1"" does not belong to this page. It is intended for ""%2"" instead.\r\n"
  428. IDS_LABELERROR "The rating service that rated this page reported an error.\r\n%1\r\n"
  429. IDS_UNKNOWNRATING "The rating ""%1"" is not recognized as a valid category for the %2 rating system.\r\n"
  430. IDS_UNKNOWNRATINGTEMPLATE "%1 - %2\r\n"
  431. IDS_NOWENABLED "Content Advisor has been enabled. If you want to change the rating levels or other settings later, click Settings.\r\n\r\n"
  432. IDS_LOADRAT_MEMORY "There is not enough memory available to perform this operation."
  433. IDS_LOADRAT_EXPECTEDLEFT
  434. "An opening parenthesis was expected near line %1."
  435. IDS_LOADRAT_EXPECTEDRIGHT
  436. "A closing parenthesis was expected near line %1."
  437. IDS_LOADRAT_EXPECTEDTOKEN "A keyword was expected near line %1."
  438. IDS_LOADRAT_EXPECTEDSTRING "A quoted string was expected near line %1."
  439. IDS_LOADRAT_EXPECTEDNUMBER "A number was expected near line %1."
  440. IDS_LOADRAT_EXPECTEDBOOL
  441. "A true or false value was expected near line %1."
  442. IDS_LOADRAT_DUPLICATEITEM "A duplicate keyword was found near line %1."
  443. IDS_LOADRAT_MISSINGITEM "A required keyword was not found near line %1."
  444. IDS_LOADRAT_UNKNOWNITEM "An unrecognized keyword was found near line %1."
  445. IDS_LOADRAT_UNKNOWNMANDATORY
  446. "An unsupported mandatory extension was found near line %1."
  447. END
  448. STRINGTABLE DISCARDABLE
  449. BEGIN
  450. IDS_LOADRAT_UNKNOWNERROR "An unknown error occurred."
  451. IDS_LOADRAT_WINERROR "The file could not be opened. Make sure it exists and that you have access to it.\r\n(Error %1)"
  452. IDS_LOADRAT_MISCERROR "(Error %1)"
  453. IDS_LOADRAT_SYNTAX_TEMPLATE
  454. "An error occurred while the rating system file %1 was being loaded:\r\n\r\n%2\r\n\r\nYou may want to contact the rating service for the correct version of this file."
  455. IDS_LOADRAT_GENERIC_TEMPLATE
  456. "An error occurred while the rating system file %1 was being loaded:\r\n\r\n%2\r\n\r\nSites rated by this system will be considered unrated."
  457. IDS_INVALID_PROVIDERS "One or more of the rating systems you are using did not load successfully. To remove or change rating systems, click the General tab, and then click Rating Systems."
  458. IDS_ALREADY_INSTALLED "That rating system is already installed."
  459. IDS_NO_BUREAU "(None)"
  460. IDS_NO_SETTINGS "Please check your Content Advisor settings for missing information.\nClick the Tools menu and then click Internet Options.\nOn the Content tab, check the Content Advisor settings."
  461. IDS_DESCRIPTION_SEPARATOR "----------------\r\n"
  462. IDS_FRAME "Frame:\r\n"
  463. IDS_ENABLE_WARNING "To ensure that recently viewed sites cannot be viewed if they do not meet your criteria, please close any Internet Explorer windows, and then open a new one."
  464. IDS_PICSRULES_SYNTAX_TEMPLATE
  465. "An error occurred while the PICSRules file %s was being loaded.\nYou may want to contact the author for the correct version of this file.\n\n"
  466. IDS_PICSRULES_GENERIC_TEMPLATE
  467. "An error occurred while the PICSRules file %s was being loaded.\nThe contained rules will not be enforced.\n\n"
  468. IDS_PICSRULES_MEMORY "An error occurred while processing line %d:\nThere is not enough memory available to perform this operation."
  469. IDS_PICSRULES_EXPECTEDLEFT
  470. "An opening parenthesis was expected near line %d."
  471. END
  472. STRINGTABLE DISCARDABLE
  473. BEGIN
  474. IDS_PICSRULES_EXPECTEDRIGHT
  475. "A closing parenthesis was expected near line %d."
  476. IDS_PICSRULES_EXPECTEDTOKEN "A keyword was expected near line %d."
  477. IDS_PICSRULES_EXPECTEDSTRING "A quoted string was expected near line %d."
  478. IDS_PICSRULES_EXPECTEDNUMBER "A number was expected near line %d."
  479. IDS_PICSRULES_EXPECTEDBOOL "A boolean value was expected near line %d."
  480. IDS_PICSRULES_DUPLICATEITEM "A duplicate keyword was found near line %d."
  481. IDS_PICSRULES_MISSINGITEM "A required keyword was not found near line %d."
  482. IDS_PICSRULES_UNKNOWNITEM
  483. "An unrecognized keyword was found near line %d."
  484. IDS_PICSRULES_UNKNOWNMANDATORY
  485. "An unsupported mandatory extension was found near line %d."
  486. IDS_PICSRULES_UNKNOWNERROR
  487. "An unknown error occurred while processing line %d."
  488. IDS_PICSRULES_WINERROR "The file could not be opened. Make sure it exists and that you have access to it.\r\n(Error %x)"
  489. IDS_PICSRULES_MISCERROR "(Error %x)"
  490. IDS_ERROR "Error"
  491. IDS_PICSRULES_INVALID "An invalid argument was found near line %d."
  492. IDS_PICSRULES_SERVICEUNDEFINED
  493. "The PICS Service referenced near line %d has not yet been defined."
  494. IDS_OPENDIALOGFILTER "PICSRules Files (*.PRF)"
  495. END
  496. STRINGTABLE DISCARDABLE
  497. BEGIN
  498. IDS_OPENDIALOGTITLE "Import Rules from a PICSRules File"
  499. IDS_PICSRULES_REQEXTENSIONUSED
  500. "An unsupported extension marked as Required was found near line %d."
  501. IDS_PICSRULES_BADVERSION
  502. "The version of the PICSRules file you are trying to import (near line %d) is not supported.\nContent Advisor currently supports PICSRules version 1.1."
  503. IDS_PICSRULES_EXPECTEDEND "The end of the file was expected near line %d."
  504. IDS_PICSRULES_SYSTEMERROR
  505. "A system error occurred. Please close Content Advisor and try importing again."
  506. IDS_PICSRULES_TAMPEREDTITLE "Error saving PICSRules"
  507. IDS_PICSRULES_TAMPEREDMESSAGE
  508. "Your existing PICSRules settings appear to have been tampered with.\nWould you like Content Advisor to replace your settings with the PICSRules just imported?\n\nAnswering No will stop the current import, and the contained rules will not be enforced."
  509. IDS_PICSRULES_EXISTSTITLE "PICSRules system already exists"
  510. IDS_PICSRULES_EXISTSMESSAGE
  511. "A set of PICSRules already exists with the same name as the one just imported.\nWould you like to replace the existing system with the new one?"
  512. IDS_PICSRULES_ERRORSAVINGTITLE "Error saving PICSRules"
  513. IDS_PICSRULES_ERRORSAVINGMSG
  514. "The imported PICSRules file is valid, but there was an error saving the settings.\nThe contained rules will not be enforced."
  515. IDS_PICSRULES_SUCCESSTITLE "PICSRules successfully imported"
  516. IDS_PICSRULES_SUCCESSMESSAGE "The PICSRules import was successful."
  517. IDS_PICSRULES_TAMPEREDREADTITLE "Content Advisor Error"
  518. IDS_PICSRULES_TAMPEREDREADMSG
  519. "Your PICSRules settings appear to have been tampered with.\nExisting rules will not be enforced.\n\nPlease import the PICSRules files again to fix the problem."
  520. END
  521. STRINGTABLE DISCARDABLE
  522. BEGIN
  523. IDS_PICSRULES_CLICKRATMESSAGE
  524. "This will add the selected ratings provider to your settings.\nAre you sure you want to continue?"
  525. END
  526. STRINGTABLE DISCARDABLE
  527. BEGIN
  528. IDS_PASSWORD_LABEL "The supervisor password is required before you can continue."
  529. IDS_PICS_RULES_LABEL "This will install the selected PICS Rules file into the Content Advisor feature of Internet Explorer."
  530. IDS_RATING_SYSTEM_LABEL "This will install the selected rating system into the Content Advisor feature of Internet Explorer."
  531. IDS_NO_HINT "<None>"
  532. IDS_HINT_RECOMMENDED "It is strongly recommended that you enter a valid hint.\nDo you wish to go back and enter a hint?"
  533. IDS_REGISTRY_NOT_MODIFIABLE
  534. "This user account does not have permission to save your changes.\nYou must log on with an administrator account to modify Content Advisor settings."
  535. IDS_PASSWORD_CREATED "The supervisor password was successfully created."
  536. IDS_CREATE_PASSWORD "&Create Password..."
  537. IDS_CHANGE_PASSWORD "&Change Password..."
  538. END
  539. STRINGTABLE DISCARDABLE
  540. BEGIN
  541. IDS_RATING_SYSTEM_FILE "Rating System File"
  542. IDS_PICS_RULES_FILE "PICS Rules File"
  543. IDS_CONTENT_ADVISOR_TITLE "Content Advisor"
  544. IDS_CONTENT_ADVISOR_HTTP_TITLE "Content Advisor - %s"
  545. END
  546. #endif // English (U.S.) resources
  547. /////////////////////////////////////////////////////////////////////////////
  548. #ifndef APSTUDIO_INVOKED
  549. /////////////////////////////////////////////////////////////////////////////
  550. //
  551. // Generated from the TEXTINCLUDE 3 resource.
  552. //
  553. /////////////////////////////////////////////////////////////////////////////
  554. #endif // not APSTUDIO_INVOKED