home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Utilities / Ph 1.1.1 / PhClient / balloons.r < prev    next >
Encoding:
Text File  |  1992-03-08  |  20.9 KB  |  525 lines  |  [TEXT/MPS ]

  1. /*_____________________________________________________________________
  2.  
  3.     balloons.r    -  Balloon Help Resources for the Ph Application
  4.  _____________________________________________________________________*/
  5.  
  6.  
  7. #include "Types.r"
  8. #include "SysTypes.r"
  9. #include "BalloonTypes.r"
  10.  
  11. resource 'hfdr' (-5696, "Application Icon Help", purgeable) {
  12.     HelpMgrVersion, hmDefaultOptions, 0, 0,    /* header info */
  13.     {
  14.         HMStringResItem {1000, 48},
  15.     },
  16. };
  17.  
  18. resource 'hmnu' (1, "Apple Menu Help", purgeable) {
  19.     HelpMgrVersion, hmDefaultOptions, 0, 0,    /* header info */
  20.     HMSkipItem {},
  21.     {
  22.         HMStringResItem {        /* Menu title */
  23.             0, 0, 1000, 26, 0, 0, 0, 0 },
  24.         HMStringResItem {        /* About Ph */
  25.             1000, 1, 0, 0, 0, 0, 0, 0 },
  26.     },
  27. };
  28.  
  29. resource 'hmnu' (2, "File Menu Help", purgeable) {
  30.     HelpMgrVersion, hmDefaultOptions, 0, 0,    /* header info */
  31.     HMSkipItem {},
  32.     {
  33.         HMStringResItem {        /* Menu title */
  34.             1000, 2, 0, 0, 1000, 26, 0, 0 },
  35.         HMStringResItem {        /* New Query Window */
  36.             1000, 3, 1000, 15, 0, 0, 0, 0 },
  37.         HMStringResItem {        /* New Ph Record */
  38.             1000, 4, 1000, 16, 0, 0, 0, 0 },
  39.         HMStringResItem {        /* Open Ph Record */
  40.             1000, 5, 1000, 17, 0, 0, 0, 0 },
  41.         HMStringResItem {        /* Close */
  42.             1000, 6, 1000, 18, 0, 0, 0, 0 },
  43.         HMStringResItem {        /* Save Ph Record */
  44.             1000, 7, 1000, 19, 0, 0, 0, 0 },
  45.         HMSkipItem {},            /* separator */
  46.         HMStringResItem {        /* Login */
  47.             1000, 8, 1000, 20, 0, 0, 0, 0 },
  48.         HMStringResItem {        /* Logout */
  49.             1000, 9, 1000, 21, 0, 0, 0, 0 },
  50.         HMSkipItem {},            /* separator */
  51.         HMStringResItem {        /* Change Password */
  52.             1000, 10, 1000, 22, 0, 0, 0, 0 },
  53.         HMStringResItem {        /* Delete Ph Record */
  54.             1000, 11, 1000, 23, 0, 0, 0, 0 },
  55.         HMStringResItem {        /* Update Site List */
  56.             1000, 12, 1000, 24, 0, 0, 0, 0 },
  57.         HMStringResItem {        /* Change Default Server */
  58.             1000, 13, 1000, 25, 0, 0, 0, 0 },
  59.         HMSkipItem {},            /* separator */
  60.         HMStringResItem {        /* Quit */
  61.             1000, 14, 0, 0, 0, 0, 0, 0 },
  62.     },
  63. };
  64.  
  65. resource 'hmnu' (3, "Edit Menu Help", purgeable) {
  66.     HelpMgrVersion, hmDefaultOptions, 0, 0,    /* header info */
  67.     HMSkipItem {},
  68.     {
  69.         HMStringResItem {        /* Menu title */
  70.             1000, 27, 1000, 34, 1000, 26, 0, 0 },
  71.         HMStringResItem {        /* Undo */
  72.             1000, 28, 1000, 35, 0, 0, 0, 0 },
  73.         HMSkipItem {},            /* separator */
  74.         HMStringResItem {        /* Cut */
  75.             1000, 29, 1000, 36, 0, 0, 0, 0 },
  76.         HMStringResItem {        /* Copy */
  77.             1000, 30, 0, 0, 0, 0, 0, 0 },
  78.         HMStringResItem {        /* Paste */
  79.             1000, 31, 1000, 37, 0, 0, 0, 0 },
  80.         HMStringResItem {        /* Clear */
  81.             1000, 32, 1000, 38, 0, 0, 0, 0 },
  82.         HMSkipItem {},            /* separator */
  83.         HMStringResItem {        /* Select All */
  84.             1000, 33, 0, 0, 0, 0, 0, 0 },
  85.     },
  86. };
  87.  
  88. resource 'hmnu' (4, "Proxy Menu Help", purgeable) {
  89.     HelpMgrVersion, hmDefaultOptions, 0, 0,    /* header info */
  90.     HMStringResItem {        /* Missing items */
  91.         1000, 41, 0, 0, 0, 0, 0, 0 },
  92.     {
  93.         HMStringResItem {        /* Menu title */
  94.             1000, 39, 1000, 40, 1000, 26, 0, 0 },
  95.     },
  96. };
  97.  
  98. resource 'hmnu' (5, "Windows Menu Help", purgeable) {
  99.     HelpMgrVersion, hmDefaultOptions, 0, 0,    /* header info */
  100.     HMStringResItem {        /* Missing items */
  101.         1000, 44, 0, 0, 1000, 45, 0, 0 },
  102.     {
  103.         HMStringResItem {        /* Menu title */
  104.             1000, 42, 1000, 43, 1000, 26, 0, 0 },
  105.     },
  106. };
  107.  
  108. resource 'hmnu' (kHMHelpMenuID, "Help Menu Help", purgeable) {
  109.     HelpMgrVersion, hmDefaultOptions, 0, 0,    /* header info */
  110.     HMStringResItem {        /* Missing items */
  111.         1000, 46, 1000, 49, 0, 0, 0, 0 },
  112.     {
  113.         HMStringResItem {        /* Change Help Server */
  114.             1000, 47, 1000, 50, 0, 0, 0, 0},
  115.     },
  116. };
  117.  
  118. resource 'hdlg' (128, "About Box Help", purgeable) {
  119.     HelpMgrVersion, 0, hmDefaultOptions, 0, 0,    /* header info */
  120.     HMSkipItem {},
  121.     {
  122.         HMStringResItem {        /* 1 - icon */
  123.             {0, 0}, {0, 0, 0, 0},
  124.             1000, 51, 0, 0, 0, 0, 0, 0},
  125.         HMStringResItem {        /* 2 - status info */
  126.             {16, 100}, {0, 0, 0, 0},
  127.             1000, 52, 0, 0, 0, 0, 0, 0},
  128.     },
  129. };
  130.  
  131. resource 'hdlg' (129, "Login Dialog Help", purgeable) {
  132.     HelpMgrVersion, 0, hmDefaultOptions, 0, 0,    /* header info */
  133.     HMSkipItem {},
  134.     {
  135.         HMStringResItem {        /* 1 - Login button */
  136.             {0, 0}, {0, 0, 0, 0},
  137.             1000, 53, 0, 0, 0, 0, 0, 0},
  138.         HMStringResItem {        /* 2 - Cancel button */
  139.             {0, 0}, {0, 0, 0, 0},
  140.             1000, 54, 0, 0, 0, 0, 0, 0},
  141.         HMStringResItem {        /* 3 - Static text */
  142.             {0, 0}, {0, 0, 0, 0},
  143.             0, 0, 0, 0, 0, 0, 0, 0},
  144.         HMStringResItem {        /* 4 - Alias or Name field */
  145.             {0, 0}, {0, 0, 0, 0},
  146.             0, 0, 1000, 55, 0, 0, 0, 0},
  147.         HMStringResItem {        /* 5 - Static text */
  148.             {0, 0}, {0, 0, 0, 0},
  149.             0, 0, 0, 0, 0, 0, 0, 0},
  150.         HMStringResItem {        /* 6 - Password field */
  151.             {0, 0}, {0, 0, 0, 0},
  152.             0, 0, 1000, 56, 0, 0, 0, 0},
  153.         HMStringResItem {        /* 7 - Static text */
  154.             {0, 0}, {0, 0, 0, 0},
  155.             0, 0, 0, 0, 0, 0, 0, 0},
  156.         HMStringResItem {        /* 8 - Ph server domain name */
  157.             {0, 0}, {0, 0, 0, 0},
  158.             0, 0, 1000, 57, 0, 0, 0, 0},
  159.         HMStringResItem {        /* 9 - Ph server popup menu */
  160.             {0, 0}, {0, 0, 0, 0},
  161.             1000, 58, 0, 0, 0, 0, 0, 0},
  162.     },
  163. };
  164.  
  165. resource 'hdlg' (130, "Change Password Dialog Help", purgeable) {
  166.     HelpMgrVersion, 0, hmDefaultOptions, 0, 0,    /* header info */
  167.     HMSkipItem {},
  168.     {
  169.         HMStringResItem {        /* 1 - OK button */
  170.             {0, 0}, {0, 0, 0, 0},
  171.             1000, 59, 0, 0, 0, 0, 0, 0},
  172.         HMStringResItem {        /* 2 - Cancel button */
  173.             {0, 0}, {0, 0, 0, 0},
  174.             1000, 60, 0, 0, 0, 0, 0, 0},
  175.         HMStringResItem {        /* 3 - Static text */
  176.             {0, 0}, {0, 0, 0, 0},
  177.             0, 0, 0, 0, 0, 0, 0, 0},
  178.         HMStringResItem {        /* 4 - First password field */
  179.             {0, 0}, {0, 0, 0, 0},
  180.             0, 0, 1000, 61, 0, 0, 0, 0},
  181.         HMStringResItem {        /* 5 - Static text */
  182.             {0, 0}, {0, 0, 0, 0},
  183.             0, 0, 0, 0, 0, 0, 0, 0},
  184.         HMStringResItem {        /* 6 - Second password field */
  185.             {0, 0}, {0, 0, 0, 0},
  186.             0, 0, 1000, 61, 0, 0, 0, 0},
  187.         HMStringResItem {        /* 7 - Static text */
  188.             {0, 0}, {0, 0, 0, 0},
  189.             0, 0, 0, 0, 0, 0, 0, 0},
  190.     },
  191. };
  192.  
  193. resource 'hdlg' (131, "Server Wait Dialog Help", purgeable) {
  194.     HelpMgrVersion, 0, hmDefaultOptions, 0, 0,    /* header info */
  195.     HMSkipItem {},
  196.     {
  197.         HMStringResItem {        /* 1 - Abort button */
  198.             {0, 0}, {0, 0, 0, 0},
  199.             1000, 62, 0, 0, 0, 0, 0, 0},
  200.     },
  201. };
  202.  
  203. resource 'hdlg' (132, "Open Dialog Help", purgeable) {
  204.     HelpMgrVersion, 0, hmDefaultOptions, 0, 0,    /* header info */
  205.     HMSkipItem {},
  206.     {
  207.         HMStringResItem {        /* 1 - OK button */
  208.             {0, 0}, {0, 0, 0, 0},
  209.             1000, 63, 0, 0, 0, 0, 0, 0},
  210.         HMStringResItem {        /* 2 - Cancel button */
  211.             {0, 0}, {0, 0, 0, 0},
  212.             1000, 64, 0, 0, 0, 0, 0, 0},
  213.         HMStringResItem {        /* 3 - Static text */
  214.             {0, 0}, {0, 0, 0, 0},
  215.             0, 0, 0, 0, 0, 0, 0, 0},
  216.         HMStringResItem {        /* 4 - Alias, Id or name field */
  217.             {0, 0}, {0, 0, 0, 0},
  218.             0, 0, 1000, 65, 0, 0, 0, 0},
  219.     },
  220. };
  221.  
  222. resource 'hdlg' (133, "Error Message Alert Help", purgeable) {
  223.     HelpMgrVersion, 0, hmDefaultOptions, 0, 0,    /* header info */
  224.     HMSkipItem {},
  225.     {
  226.         HMStringResItem {        /* 1 - OK button */
  227.             {0, 0}, {0, 0, 0, 0},
  228.             1000, 66, 0, 0, 0, 0, 0, 0},
  229.     },
  230. };
  231.  
  232. resource 'hdlg' (134, "Save Changes Dialog Help", purgeable) {
  233.     HelpMgrVersion, 0, hmDefaultOptions, 0, 0,    /* header info */
  234.     HMSkipItem {},
  235.     {
  236.         HMStringResItem {        /* 1 - Save button */
  237.             {0, 0}, {0, 0, 0, 0},
  238.             1000, 67, 0, 0, 0, 0, 0, 0},
  239.         HMStringResItem {        /* 2 - Cancel button */
  240.             {0, 0}, {0, 0, 0, 0},
  241.             1000, 68, 0, 0, 0, 0, 0, 0},
  242.         HMStringResItem {        /* 3 - Don't Save button */
  243.             {0, 0}, {0, 0, 0, 0},
  244.             1000, 69, 0, 0, 0, 0, 0, 0},
  245.     },
  246. };
  247.  
  248. resource 'hdlg' (135, "New Record Dialog Help", purgeable) {
  249.     HelpMgrVersion, 0, hmDefaultOptions, 0, 0,    /* header info */
  250.     HMSkipItem {},
  251.     {
  252.         HMStringResItem {        /* 1 - OK button */
  253.             {0, 0}, {0, 0, 0, 0},
  254.             1000, 70, 0, 0, 0, 0, 0, 0},
  255.         HMStringResItem {        /* 2 - Cancel button */
  256.             {0, 0}, {0, 0, 0, 0},
  257.             1000, 71, 0, 0, 0, 0, 0, 0},
  258.         HMStringResItem {        /* 3 - Static text */
  259.             {0, 0}, {0, 0, 0, 0},
  260.             0, 0, 0, 0, 0, 0, 0, 0},
  261.         HMStringResItem {        /* 4 - Alias field */
  262.             {0, 0}, {0, 0, 0, 0},
  263.             0, 0, 1000, 72, 0, 0, 0, 0},
  264.         HMStringResItem {        /* 5 - Static text */
  265.             {0, 0}, {0, 0, 0, 0},
  266.             0, 0, 0, 0, 0, 0, 0, 0},
  267.         HMStringResItem {        /* 6 - Name field */
  268.             {0, 0}, {0, 0, 0, 0},
  269.             0, 0, 1000, 73, 0, 0, 0, 0},
  270.         HMStringResItem {        /* 7 - Static text */
  271.             {0, 0}, {0, 0, 0, 0},
  272.             0, 0, 0, 0, 0, 0, 0, 0},
  273.         HMStringResItem {        /* 8 - Type field */
  274.             {0, 0}, {0, 0, 0, 0},
  275.             0, 0, 1000, 74, 0, 0, 0, 0},
  276.         HMStringResItem {        /* 9 - Static text */
  277.             {0, 0}, {0, 0, 0, 0},
  278.             0, 0, 0, 0, 0, 0, 0, 0},
  279.         HMStringResItem {        /* 10 - First password field */
  280.             {0, 0}, {0, 0, 0, 0},
  281.             0, 0, 1000, 75, 0, 0, 0, 0},
  282.         HMStringResItem {        /* 11 - Static text */
  283.             {0, 0}, {0, 0, 0, 0},
  284.             0, 0, 0, 0, 0, 0, 0, 0},
  285.         HMStringResItem {        /* 12 - Second password field */
  286.             {0, 0}, {0, 0, 0, 0},
  287.             0, 0, 1000, 75, 0, 0, 0, 0},
  288.     },
  289. };
  290.  
  291. resource 'hdlg' (136, "Really Delete Dialog Help", purgeable) {
  292.     HelpMgrVersion, 0, hmDefaultOptions, 0, 0,    /* header info */
  293.     HMSkipItem {},
  294.     {
  295.         HMStringResItem {        /* 1 - Delete button */
  296.             {0, 0}, {0, 0, 0, 0},
  297.             1000, 76, 0, 0, 0, 0, 0, 0},
  298.         HMStringResItem {        /* 2 - Cancel button */
  299.             {0, 0}, {0, 0, 0, 0},
  300.             1000, 77, 0, 0, 0, 0, 0, 0},
  301.     },
  302. };
  303.  
  304. resource 'hdlg' (137, "Site Dialog Help", purgeable) {
  305.     HelpMgrVersion, 0, hmDefaultOptions, 0, 0,    /* header info */
  306.     HMSkipItem {},
  307.     {
  308.         HMStringResItem {        /* 1 - OK button */
  309.             {0, 0}, {0, 0, 0, 0},
  310.             1000, 78, 0, 0, 0, 0, 0, 0},
  311.         HMStringResItem {        /* 2 - Cancel button */
  312.             {0, 0}, {0, 0, 0, 0},
  313.             1000, 79, 0, 0, 0, 0, 0, 0},
  314.         HMStringResItem {        /* 3 - Ph server domain name */
  315.             {0, 0}, {0, 0, 0, 0},
  316.             0, 0, 1000, 57, 0, 0, 0, 0},
  317.         HMStringResItem {        /* 4 - Static text */
  318.             {0, 0}, {0, 0, 0, 0},
  319.             0, 0, 0, 0, 0, 0, 0, 0},
  320.         HMStringResItem {        /* 5 - Ph server popup menu */
  321.             {0, 0}, {0, 0, 0, 0},
  322.             1000, 58, 0, 0, 0, 0, 0, 0},
  323.     },
  324. };
  325.  
  326. resource 'STR#' (1000, "Help Balloon Strings", purgeable) {
  327.     {
  328. /*  1*/    "Displays information about this version of the Ph application.",
  329. /*  2*/    "File menu\n\nUse this menu to open and close windows, "
  330.             "manipulate Ph records, quit Ph, and perform other miscellaneous "
  331.             "tasks.",
  332. /*  3*/    "Opens a new query window.",
  333. /*  4*/    "Creates a new Ph record.",
  334. /*  5*/    "Opens some other person’s Ph record for editing.",
  335. /*  6*/    "Closes the active window.",
  336. /*  7*/    "Saves the changes made to the active Ph record.",
  337. /*  8*/    "Logs in to a Ph server and opens your Ph record for editing.",
  338. /*  9*/    "Logs out of the Ph server and closes all editing windows.",
  339. /* 10*/    "Changes the password for the active Ph record.",
  340. /* 11*/    "Deletes the active Ph record.",
  341. /* 12*/    "Updates the list of known Ph server sites.",
  342. /* 13*/    "Changes the default Ph server.",
  343. /* 14*/    "Quits the Ph program. If you have not saved changes you made "
  344.             "to open Ph records, you will be asked whether you want to "
  345.             "save changes.",
  346. /* 15*/    "Opens a new query window. Not available now because there is "
  347.             "a dialog box on your screen.",
  348. /* 16*/    "Creates a new Ph record. Not available now because you are not "
  349.             "logged in as a hero, or because there is a dialog box on your "
  350.             "screen. Only "
  351.             "heros (database administrators) are permitted to create new Ph "
  352.             "records.",
  353. /* 17*/    "Opens some other person’s Ph record for editing. Not "
  354.             "available now because you are not logged in to a server, or "
  355.             "because there is a dialog box on your screen.",
  356. /* 18*/    "Closes the active window. Not available now because there are no "
  357.             "Ph windows open on your screen, or because there is a dialog box on "
  358.             "your screen.",
  359. /* 19*/    "Saves the changes made to the active Ph record. Not available "
  360.             "now because a Ph edit window is not active, or because you "
  361.             "have not made any changes to the window, or because there is "
  362.             "a dialog box on your screen.",
  363. /* 20*/    "Logs in to a Ph server and opens your Ph record for editing. "
  364.             "Not available now because there is a dialog box on your screen.",
  365. /* 21*/    "Logs out of the Ph server and closes all editing windows. "
  366.             "Not available now because you are not logged in to a server, or "
  367.             "because there is a dialog box on your screen.",
  368. /* 22*/    "Changes the password for the active Ph record. Not available now "
  369.             "because a Ph edit window is not active, or because there is a "
  370.             "dialog box on your screen.",
  371. /* 23*/    "Deletes the active Ph record. Not available now because "
  372.             "a Ph edit window is not active, or because you are not logged in "
  373.             "as a hero, or because there is a dialog box on your screen. "
  374.             "Only heros "
  375.             "(database administrators) are permitted to delete Ph records.",
  376. /* 24*/    "Updates the list of known Ph server sites. Not available now "
  377.             "because there is a dialog box on your screen.",
  378. /* 25*/    "Changes the default Ph server. Not available now because there "
  379.             "is a dialog box on your screen.",
  380. /* 26*/    "This menu is not available because it cannot be used with the "
  381.             "dialog box on your screen.",
  382. /* 27*/    "Edit menu\n\nUse this menu to manipulate text.",
  383. /* 28*/    "Undoes your last action.",
  384. /* 29*/    "Removes the selected text and places it temporarily into a storage "
  385.             "area called the Clipboard.",
  386. /* 30*/    "Copies the selected text. The original selection remains where it is. "
  387.             "The copy is placed temporarily into a storage area called the "
  388.             "Clipboard.",
  389. /* 31*/    "Inserts the contents of the Clipboard at the location of the "
  390.             "insertion point.",
  391. /* 32*/    "Removes the selected text without storing it in the Clipboard.",
  392. /* 33*/    "Selects the entire contents of the current field.",
  393. /* 34*/    "Edit menu\n\nUse this menu to manipulate text. Not available now "
  394.             "because there are no Ph windows open on your screen, or because "
  395.             "it cannot be used with the dialog box on your screen.",
  396. /* 35*/    "Undoes your last action. Not available now because Ph does not "
  397.             "currently support the Undo command. This command is present only "
  398.             "for use by desk accessories under System 6.",
  399. /* 36*/    "Removes the selected text and places it temporarily into a storage "
  400.             "area called the Clipboard. Not available now because you are not "
  401.             "permitted to make changes to the current field.",
  402. /* 37*/    "Inserts the contents of the Clipboard at the location of the "
  403.             "insertion point. Not available now because you are not permitted to "
  404.             "make changes to the current field.",
  405. /* 38*/    "Removes the selected text without storing it in the Clipboard. Not "
  406.             "available now because you are not permitted to make changes to the "
  407.             "current field.",
  408. /* 39*/    "Proxy menu\n\nUse this menu to open Ph records for people who have "
  409.             "permitted you to edit their records.",
  410. /* 40*/    "Proxy menu\n\nUse this menu to open Ph records for people who have "
  411.             "permitted you to edit their records. Not available now because you "
  412.             "are not logged in, or because nobody has granted you "
  413.             "proxy permission, or because there is a dialog box on your screen.",
  414. /* 41*/    "Opens the Ph record for the person with this alias. This person has "
  415.             "granted you permission to edit his or her Ph record.",
  416. /* 42*/    "Windows menu\n\nUse this menu to make Ph windows active (bring them "
  417.             "to the front).",
  418. /* 43*/    "Windows menu\n\nUse this menu to make Ph windows active (bring them "
  419.             "to the front). Not available now because because there are no Ph "
  420.             "windows open on your screen, or because it cannot be used with "
  421.             "the dialog box on your screen.",
  422. /* 44*/    "Activates (brings to the front) the Ph window with this name.",
  423. /* 45*/    "Activates (brings to the front) the Ph window with this name. This "
  424.             "window is already active, as indicated by the checkmark next to its "
  425.             "name.",
  426. /* 46*/    "Gets and displays Ph server help text for this topic.",
  427. /* 47*/    "Changes the Ph help server and rebuilds the help topic list. This "
  428.             "command can sometimes be useful to get information about some other "
  429.             "site’s Ph system.",
  430. /* 48*/    "Ph\n\nUse the Ph application to look up directory information. You "
  431.             "can also use Ph to make changes to directory entries.",
  432. /* 49*/    "Gets and displays Ph server help text for this topic. Not available "
  433.             "now because there is a dialog box on your screen.",
  434. /* 50*/    "Changes the Ph help server and rebuilds the help topic list. This "
  435.             "command can sometimes be useful to get information about some other "
  436.             "site’s Ph system. Not available now because there is a dialog box "
  437.             "on your screen.",
  438. /* 51*/    "We don’t need no stinkin’ X.500!",
  439. /* 52*/    "This status message tells whether or not you are logged in "
  440.             "to a server. If "
  441.             "you are logged in, it gives the server name and login alias, and "
  442.             "also tells if you are a hero.",
  443. /* 53*/    "To log in using the values you specified, click this button.",
  444. /* 54*/    "To cancel the login, click this button.",
  445. /* 55*/    "Type your alias or your name in this field.",
  446. /* 56*/    "Type your Ph password in this field. For security, the password is "
  447.             "not displayed in clear text as you enter it, so type carefully!",
  448. /* 57*/    "Type the domain name of the Ph server in this field, or use the "
  449.             "popup menu above (if it’s present). It’s usually easier to use "
  450.             "the popup menu.",
  451. /* 58*/    "Select the Ph server from this popup menu, or type its domain name "
  452.             "in the field below. It’s usually easier to use this popup menu.",
  453. /* 59*/    "To change your password to the new value you specified, click "
  454.             "this button.",
  455. /* 60*/    "To cancel the change password operation, click this button.",
  456. /* 61*/    "Type your new Ph password in this field. For security, the password "
  457.             "is not displayed in clear text as you enter it, so type carefully! "
  458.             "To protect against typing errors, you are asked to enter your new "
  459.             "password twice.",
  460. /* 62*/    "To abort the current transaction with the Ph server, click this button.",
  461. /* 63*/    "To open the Ph record you specified, click this button.",
  462. /* 64*/    "To cancel the open operation, click this button.",
  463. /* 65*/    "Type the alias, id or name of the record you wish to open in this field.",
  464. /* 66*/    "To close the alert box after reading the message, click this button.",
  465. /* 67*/    "To send the changed fields to the Ph server, click this button.",
  466. /* 68*/    "To cancel the current operation, click this button. The changed fields "
  467.             "will not be sent to the Ph server, and the window containing the changed "
  468.             "fields will not be closed.",
  469. /* 69*/    "To continue the current operation without sending the changed fields "
  470.             "to the Ph server, click this button. All changes you have made to fields "
  471.             "in the Ph record will be lost.",
  472. /* 70*/    "To create a new Ph record with the values you specified, click this "
  473.             "button.",
  474. /* 71*/    "To cancel the creation of a new Ph record, click this button.",
  475. /* 72*/    "Type the alias of the new record in this field.",
  476. /* 73*/    "Type the name of the new record in this field.",
  477. /* 74*/    "Enter the record type in this field (e.g., “person,” etc.)",
  478. /* 75*/    "Type the password for the new record in this field. For security, the "
  479.             "password is not displayed in clear text as you enter it, so type "
  480.             "carefully! To protect against typing errors, you are asked to enter the "
  481.             "password twice.",
  482. /* 76*/    "To delete the Ph record, click this button.",
  483. /* 77*/    "To cancel the delete operation, click this button.",
  484. /* 78*/    "To select the specified server, click this button.",
  485. /* 79*/    "To cancel the server selection, click this button.",
  486. /* 80*/    "Type the domain name of the Ph server you wish to query in this field, "
  487.             "or use the popup menu to the left (if it’s present). It’s usually easier "
  488.             "to use the popup menu.",
  489. /* 81*/    "Type your query here. The simplest query is a person’s name. For example, "
  490.             "type “John Doe” to get information about John Doe. It is not necessary to "
  491.             "type the word “query” as part of your query.",
  492. /* 82*/    "The result of your query, if any, is displayed here, along with any error "
  493.             "messages which may be returned by the Ph server.",
  494. /* 83*/    "Select the Ph server you wish to query from this popup menu, or type its "
  495.             "domain name in the field to the right. It’s usually easier to use this "
  496.             "popup menu.",
  497. /* 84*/    "To send your query to the server, click this button.",
  498. /* 85*/    "To send your query to the server, click this button. Not available now "
  499.             "because you have not yet typed a query, or because you have not specified "
  500.             "a Ph server.",
  501. /* 86*/    "Scroll bar\n\nTo scroll a line at a time, press one of the "
  502.             "scroll arrows. To scroll by the windowfull, click in the gray bar. "
  503.             "To scroll to another part of the window, drag the scroll box.",
  504. /* 87*/    "Scroll bar\n\nUse the scroll bar to see information that is out of "
  505.             "view. This scroll bar is not available because this window "
  506.             "contains no information above or below the window’s borders.",
  507. /* 88*/    "Size box\n\nTo change the height of the window, drag the "
  508.             "size box.",
  509. /* 89*/    "The requested Ph server help text is displayed here.",
  510. /* 90*/    "The Ph record is displayed and edited here.",
  511. /* 91*/    "To show detailed information about each field, click this box.",
  512. /* 92*/    "To hide the detailed field information, click this box.",
  513. /* 93*/    "To restore the original value of the current field, click "
  514.             "this button.",
  515. /* 94*/    "To restore the original value of the current field, click "
  516.             "this button. "
  517.             "Not available now because you haven’t made any changes to the "
  518.             "current field.",
  519. /* 95*/    "To restore the original values of all the fields, click "
  520.             "this button.",
  521. /* 96*/    "To restore the original values of all the fields, click "
  522.             "this button. "
  523.             "Not available now because you haven’t changed any fields.",
  524.     }
  525. };