home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / cmd / macfe / restext / MacSTR.r < prev    next >
Encoding:
Text File  |  1998-04-08  |  24.0 KB  |  1,298 lines

  1.  /*
  2.  * The contents of this file are subject to the Netscape Public License
  3.  * Version 1.0 (the "NPL"); you may not use this file except in
  4.  * compliance with the NPL.  You may obtain a copy of the NPL at
  5.  * http://www.mozilla.org/NPL/
  6.  *
  7.  * Software distributed under the NPL is distributed on an "AS IS" basis,
  8.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
  9.  * for the specific language governing rights and limitations under the
  10.  * NPL.
  11.  *
  12.  * The Initial Developer of this code under the NPL is Netscape
  13.  * Communications Corporation.  Portions created by Netscape are
  14.  * Copyright (C) 1998 Netscape Communications Corporation.  All Rights
  15.  * Reserved.
  16.  */
  17. #include "Types.r"
  18. #include "resgui.h"                            // main window constants
  19.  
  20. include "::rsrc:communicator:Communicator.rsrc";
  21.  
  22. #define USE_RESOURCE_NAMES 0
  23.  
  24.         // central/mailmac.cp user messages
  25.   resource 'STR '    ( MAIL_WIN_ERR_RESID + 0,
  26. #if USE_RESOURCE_NAMES
  27.       "Create mail window error"
  28. #else
  29.     ""
  30. #endif
  31.       , purgeable ) {
  32.       "Unexpected error while creating Message window"
  33.   };
  34.   resource 'STR '    ( MAIL_TOO_LONG_RESID + 0,
  35. #if USE_RESOURCE_NAMES
  36.       "Mail text too long"
  37. #else
  38.     ""
  39. #endif
  40.       , purgeable ) {
  41.       "Included text is too long.\rIt has been truncated."
  42.   };
  43.   resource 'STR '    ( MAIL_TMP_ERR_RESID + 0,
  44. #if USE_RESOURCE_NAMES
  45.       "Mail tmp file error"
  46. #else
  47.     ""
  48. #endif
  49.       , purgeable ) {
  50.       "Could not create a temporary mail file"
  51.   };
  52.   resource 'STR '    ( NO_EMAIL_ADDR_RESID + 0,
  53. #if USE_RESOURCE_NAMES
  54.       "No email address1"
  55. #else
  56.     ""
  57. #endif
  58.       , purgeable ) {
  59.       "You have not set your email address in \"Preferences\"."
  60.   };
  61.   resource 'STR '    ( NO_EMAIL_ADDR_RESID + 1,
  62. #if USE_RESOURCE_NAMES
  63.       "No email address2"
  64. #else
  65.     ""
  66. #endif
  67.       , purgeable ) {
  68.       " The recipient of your message will not be able to reply"
  69.   };
  70.   resource 'STR '    ( NO_EMAIL_ADDR_RESID + 2,
  71. #if USE_RESOURCE_NAMES
  72.       "No email address3"
  73. #else
  74.     ""
  75. #endif
  76.       , purgeable ) {
  77.       " to your mail without it. Please do so before mailing."
  78.   };
  79.   resource 'STR '    ( NO_SRVR_ADDR_RESID + 0,
  80. #if USE_RESOURCE_NAMES
  81.       "Create Mail Tmp File1"
  82. #else
  83.     ""
  84. #endif
  85.       , purgeable ) {
  86.       "You have not set mail server address in \"Preferences\"."
  87.   };
  88.   resource 'STR '    ( NO_SRVR_ADDR_RESID + 1,
  89. #if USE_RESOURCE_NAMES
  90.       "Create Mail Tmp File2"
  91. #else
  92.     ""
  93. #endif
  94.       , purgeable ) {
  95.       " You cannot send mail without it.\n"
  96.   };
  97.   resource 'STR '    ( NO_SRVR_ADDR_RESID + 2,
  98. #if USE_RESOURCE_NAMES
  99.   "Create Mail Tmp File3"
  100. #else
  101.     ""
  102. #endif
  103.   , purgeable ) {
  104.       " Please set it before mailing."
  105.   };
  106.   resource 'STR '    ( MAIL_SUCCESS_RESID + 0,
  107. #if USE_RESOURCE_NAMES
  108.       "Mail succeeded"
  109. #else
  110.     ""
  111. #endif
  112.       , purgeable ) {
  113.       "Mail was successful"
  114.   };
  115.   resource 'STR '    ( MAIL_NOT_SENT_RESID + 0,
  116. #if USE_RESOURCE_NAMES
  117.       "Mail not sent"
  118. #else
  119.     ""
  120. #endif
  121.       , purgeable ) {
  122.       "Mail was not sent"
  123.   };
  124.   resource 'STR '    ( MAIL_SENDING_RESID + 0,
  125. #if USE_RESOURCE_NAMES
  126.       "Mail sending"
  127. #else
  128.     ""
  129. #endif
  130.       , purgeable ) {
  131.       "Sending mail╔"
  132.   };
  133.   resource 'STR '    ( NEWS_POST_RESID + 0,
  134. #if USE_RESOURCE_NAMES
  135.       "News post"
  136. #else
  137.     ""
  138. #endif
  139.       , purgeable ) {
  140.       "newspost:"
  141.   };
  142.   resource 'STR '    ( MAIL_SEND_ERR_RESID + 0,
  143. #if USE_RESOURCE_NAMES
  144.       "Sending mail error"
  145. #else
  146.     ""
  147. #endif
  148.       , purgeable ) {
  149.       "Unexpected error while sending mail"
  150.   };
  151.   resource 'STR '    ( MAIL_DELIVERY_ERR_RESID + 0,
  152. #if USE_RESOURCE_NAMES
  153.       "Mail delivery error"
  154. #else
  155.     ""
  156. #endif
  157.       , purgeable ) {
  158.       "Mail delivery failed"
  159.   };
  160.   resource 'STR '    ( DISCARD_MAIL_RESID + 0,
  161. #if USE_RESOURCE_NAMES
  162.       "Discard mail?"
  163. #else
  164.     ""
  165. #endif
  166.       , purgeable ) {
  167.       "Mail has not been sent yet.\rAre you sure that you want to discard your mail message?"
  168.   };
  169.   resource 'STR '    ( SECURITY_LEVEL_RESID + 0,
  170. #if USE_RESOURCE_NAMES
  171.       "Security level"
  172. #else
  173.     ""
  174. #endif
  175.       , purgeable ) {
  176.       "This version supports %s security with %s."
  177.   };
  178.   resource 'STR '    ( NO_MEM_LOAD_ERR_RESID + 0,
  179. #if USE_RESOURCE_NAMES
  180.   "No memory on load"
  181. #else
  182.     ""
  183. #endif
  184.   , purgeable ) {
  185.       "Load has been interrupted because Netscape has run out of memory. You might want to increase its memory partition, or quit other applications to alleviate this problem."
  186.   };
  187.   resource 'STR '    ( EXT_PROGRESS_RESID + 0,
  188. #if USE_RESOURCE_NAMES
  189.       "Progress via ext app"
  190. #else
  191.     ""
  192. #endif
  193.       , purgeable ) {
  194.       "Progress displayed in external application"
  195.   };
  196.   resource 'STR '    ( REVERT_PROGRESS_RESID + 0,
  197. #if USE_RESOURCE_NAMES
  198.       "Revert progress to Netscape"
  199. #else
  200.     ""
  201. #endif
  202.       , purgeable ) {
  203.       "Reverting progress to Netscape"
  204.   };
  205.   resource 'STR '    ( START_LOAD_RESID + 0,
  206. #if USE_RESOURCE_NAMES
  207.       "Start load"
  208. #else
  209.     ""
  210. #endif
  211.       , purgeable ) {
  212.       "Start loading"
  213.   };
  214.   resource 'STR '    ( NO_XACTION_RESID + 0,
  215. #if USE_RESOURCE_NAMES
  216.       "No transaction ID"
  217. #else
  218.     ""
  219. #endif
  220.       , purgeable ) {
  221.       "Did not get the transaction ID: "
  222.   };
  223.   resource 'STR '    ( LAUNCH_TELNET_RESID + 0,
  224. #if USE_RESOURCE_NAMES
  225.       "Launch telnet"
  226. #else
  227.     ""
  228. #endif
  229.       , purgeable ) {
  230.       "Launching Telnet application"
  231.   };
  232.   resource 'STR '    ( LAUNCH_TN3720_RESID + 0,
  233. #if USE_RESOURCE_NAMES
  234.       "Launch TN3720"
  235. #else
  236.     ""
  237. #endif
  238.       , purgeable ) {
  239.       "Launching TN3270 application"
  240.   };
  241.   resource 'STR '    ( TELNET_ERR_RESID + 0,
  242. #if USE_RESOURCE_NAMES
  243.       "Telnet launch error"
  244. #else
  245.     ""
  246. #endif
  247.       , purgeable ) {
  248.       "Telnet launch failed"
  249.   };
  250.   resource 'STR '    ( SAVE_AS_RESID + 0,
  251. #if USE_RESOURCE_NAMES
  252.       "Save as"
  253. #else
  254.     ""
  255. #endif
  256.       , purgeable ) {
  257.       "Save this document as:"
  258.   };
  259.   resource 'STR '    ( NETSITE_RESID     + 0,
  260. #if USE_RESOURCE_NAMES
  261.       "Netsite:"
  262. #else
  263.     ""
  264. #endif
  265.       , purgeable ) {
  266.       "Netsite:"
  267.   };
  268.   resource 'STR '    ( LOCATION_RESID + 0,
  269. #if USE_RESOURCE_NAMES
  270.       "Location:"
  271. #else
  272.     ""
  273. #endif
  274.       , purgeable ) {
  275.       "Location:"
  276.   };
  277.   resource 'STR '    ( GOTO_RESID + 0,
  278. #if USE_RESOURCE_NAMES
  279.       "Go To:"
  280. #else
  281.     ""
  282. #endif
  283.       , purgeable ) {
  284.       "Go To:"
  285.   };
  286.   resource 'STR '    ( DOCUMENT_DONE_RESID + 0,
  287. #if USE_RESOURCE_NAMES
  288.       "Document done"
  289. #else
  290.     ""
  291. #endif
  292.       , purgeable ) {
  293.       "Document: Done."
  294.   };
  295.   resource 'STR '    ( LAYOUT_COMPLETE_RESID + 0,
  296. #if USE_RESOURCE_NAMES
  297.       "Layout complete"
  298. #else
  299.     ""
  300. #endif
  301.       , purgeable ) {
  302.       "Layout: Complete."
  303.   };
  304.   resource 'STR '    ( CONFORM_ABORT_RESID + 0,
  305. #if USE_RESOURCE_NAMES
  306.       "Confirm abort"
  307. #else
  308.     ""
  309. #endif
  310.       , purgeable ) {
  311.       "Are you sure that you want to abort the current download?"
  312.   };
  313.   resource 'STR '    ( SUBMIT_FORM_RESID + 0,
  314. #if USE_RESOURCE_NAMES
  315.       "Submit form"
  316. #else
  317.     ""
  318. #endif
  319.       , purgeable ) {
  320.       "Submit form:%d,%d"
  321.   };
  322.   resource 'STR '    ( SAVE_IMAGE_RESID + 0,
  323. #if USE_RESOURCE_NAMES
  324.       "Save image as"
  325. #else
  326.     ""
  327. #endif
  328.       , purgeable ) {
  329.       "Save Image as:"
  330.   };
  331.   resource 'STR '    ( SAVE_QUOTE_RESID + 0,
  332. #if USE_RESOURCE_NAMES
  333.       "Save╔"
  334. #else
  335.     ""
  336. #endif
  337.       , purgeable ) {
  338.       "Save ╥"
  339.   };
  340.   resource 'STR '    ( WILL_OPEN_WITH_RESID + 0,
  341. #if USE_RESOURCE_NAMES
  342.       "Will open with╔"
  343. #else
  344.     ""
  345. #endif
  346.       , purgeable ) {
  347.       "Will open with ╥"
  348.   };
  349.   resource 'STR '    ( WILL_OPEN_TERM_RESID + 0,
  350. #if USE_RESOURCE_NAMES
  351.       "Will open terminator"
  352. #else
  353.     ""
  354. #endif
  355.       , purgeable ) {
  356.       "╙."
  357.   };
  358.   resource 'STR '    ( SAVE_AS_A_RESID + 0,
  359. #if USE_RESOURCE_NAMES
  360.       "Save as a╔"
  361. #else
  362.     ""
  363. #endif
  364.       , purgeable ) {
  365.       "Saving as a ╥"
  366.   };
  367.   resource 'STR '    ( FILE_RESID + 0,
  368. #if USE_RESOURCE_NAMES
  369.       "file"
  370. #else
  371.     ""
  372. #endif
  373.       , purgeable ) {
  374.           "╙ file."
  375.   };
  376.   resource 'STR '    ( COULD_NOT_SAVE_RESID + 0,
  377. #if USE_RESOURCE_NAMES
  378.       "Could not save"
  379. #else
  380.     ""
  381. #endif
  382.       , purgeable ) {
  383.       "Could not save "
  384.   };
  385.   resource 'STR '    ( DISK_FULL_RESID + 0,
  386. #if USE_RESOURCE_NAMES
  387.       "Disk full"
  388. #else
  389.     ""
  390. #endif
  391.       , purgeable ) {
  392.       " because the disk is full."
  393.   };
  394.   resource 'STR '    ( DISK_ERR_RESID + 0,
  395. #if USE_RESOURCE_NAMES
  396.       "Disk error"
  397. #else
  398.     ""
  399. #endif
  400.       , purgeable ) {
  401.               " because of a disk error."
  402.   };
  403.   resource 'STR '    ( BOOKMARKS_RESID + 0,
  404. #if USE_RESOURCE_NAMES
  405.       "Bookmarks"
  406. #else
  407.     ""
  408. #endif
  409.       , purgeable ) {
  410.       "Bookmarks"
  411.   };
  412.   resource 'STR '    ( NOT_VISITED_RESID + 0,
  413. #if USE_RESOURCE_NAMES
  414.       "Not visited"
  415. #else
  416.     ""
  417. #endif
  418.       , purgeable ) {
  419.       "Not visited"
  420.   };
  421.   resource 'STR '    ( NO_FORM2HOTLIST_RESID + 0,
  422. #if USE_RESOURCE_NAMES
  423.       "No add form to hotlist"
  424. #else
  425.     ""
  426. #endif
  427.       , purgeable ) {
  428.       "Cannot add the result of a form submission to the hotlist"
  429.   };
  430.   resource 'STR '    ( NEW_ITEM_RESID + 0,
  431. #if USE_RESOURCE_NAMES
  432.       "New item"
  433. #else
  434.     ""
  435. #endif
  436.       , purgeable ) {
  437.       "New Item"
  438.   };
  439.   resource 'STR '    ( NEW_HEADER_RESID + 0,
  440. #if USE_RESOURCE_NAMES
  441.       "New Folder"
  442. #else
  443.     ""
  444. #endif
  445.       , purgeable ) {
  446.       "New Folder"
  447.   };
  448.   resource 'STR '    ( CONFIRM_RM_HDR_RESID + 0,
  449. #if USE_RESOURCE_NAMES
  450.       "Confirm Remove Folder"
  451. #else
  452.     ""
  453. #endif
  454.       , purgeable ) {
  455.       "Are you sure that you want to remove the folder \""
  456.   };
  457.   resource 'STR '    ( AND_ITEMS_RESID + 0,
  458. #if USE_RESOURCE_NAMES
  459.       "Add items"
  460. #else
  461.     ""
  462. #endif
  463.       , purgeable ) {
  464.       "\" and its items?"
  465.   };
  466.   resource 'STR '    ( SAVE_BKMKS_AS_RESID + 0,
  467. #if USE_RESOURCE_NAMES
  468.       "Save bookmark as"
  469. #else
  470.     ""
  471. #endif
  472.       , purgeable ) {
  473.       "Save bookmarks as:"
  474.   };
  475.   resource 'STR '    ( END_LIST_RESID + 0,
  476. #if USE_RESOURCE_NAMES
  477.       "End of list"
  478. #else
  479.     ""
  480. #endif
  481.       , purgeable ) {
  482.       "End of List"
  483.   };
  484.   resource 'STR '    ( ENTIRE_LIST_RESID + 0,
  485. #if USE_RESOURCE_NAMES
  486.       "Entire list"
  487. #else
  488.     ""
  489. #endif
  490.       , purgeable ) {
  491.       "Entire List"
  492.   };
  493.   resource 'STR '    ( NEW_RESID + 0,
  494. #if USE_RESOURCE_NAMES
  495.       "new"
  496. #else
  497.     ""
  498. #endif
  499.       , purgeable ) {
  500.       "new"
  501.   };
  502.   resource 'STR '    ( OTHER_RESID + 0,
  503. #if USE_RESOURCE_NAMES
  504.       "Other"
  505. #else
  506.     ""
  507. #endif
  508.       , purgeable ) {
  509.       "Other"
  510.   };
  511.   resource 'STR '    ( MEM_AVAIL_RESID + 0,
  512. #if USE_RESOURCE_NAMES
  513.       "Memory available"
  514. #else
  515.     ""
  516. #endif
  517.       , purgeable ) {
  518.       "M available"
  519.   };
  520.   resource 'STR '    ( SAVE_RESID + 0,
  521. #if USE_RESOURCE_NAMES
  522.       "Save"
  523. #else
  524.     ""
  525. #endif
  526.       , purgeable ) {
  527.       "Save to disk"
  528.   };
  529.   resource 'STR '    ( LAUNCH_RESID + 0,
  530. #if USE_RESOURCE_NAMES
  531.       "Launch"
  532. #else
  533.     ""
  534. #endif
  535.       , purgeable ) {
  536.       "Launch"
  537.   };
  538.   resource 'STR '    ( INTERNAL_RESID + 0,
  539. #if USE_RESOURCE_NAMES
  540.       "Internal"
  541. #else
  542.     ""
  543. #endif
  544.       , purgeable ) {
  545.       "Netscape (internal)"
  546.   };
  547.   resource 'STR '    ( UNKNOWN_RESID + 0,
  548. #if USE_RESOURCE_NAMES
  549.       ""
  550. #else
  551.     ""
  552. #endif
  553.       , purgeable ) {
  554.       "Unknown: Prompt user"
  555.   };
  556.   resource 'STR '    ( MEGA_RESID + 0,
  557. #if USE_RESOURCE_NAMES
  558.       ""
  559. #else
  560.     ""
  561. #endif
  562.       , purgeable ) {
  563.       "M"
  564.   };
  565.   resource 'STR '    ( KILO_RESID + 0,
  566. #if USE_RESOURCE_NAMES
  567.       ""
  568. #else
  569.     ""
  570. #endif
  571.       , purgeable ) {
  572.       "K"
  573.   };
  574.   
  575.   resource 'STR '    ( PICK_COLOR_RESID + 0,
  576. #if USE_RESOURCE_NAMES
  577.       "Pick color"
  578. #else
  579.     ""
  580. #endif
  581.       , purgeable ) {
  582.       "Pick a color"
  583.   };
  584.   resource 'STR '    ( BAD_APP_LOCATION_RESID + 0,
  585. #if USE_RESOURCE_NAMES
  586.       "Bad app location"
  587. #else
  588.     ""
  589. #endif
  590.       , purgeable ) {
  591.       "Finder desktop database reported improper location of the application \"",
  592.   };
  593.   resource 'STR '    ( REBUILD_DESKTOP_RESID + 0,
  594. #if USE_RESOURCE_NAMES
  595.       "Rebuild desktop"
  596. #else
  597.     ""
  598. #endif
  599.       , purgeable ) {
  600.       "\" to Netscape. Next time you start up, please rebuild your desktop."
  601.   };
  602.   resource 'STR '    ( UNTITLED_RESID + 0,
  603. #if USE_RESOURCE_NAMES
  604.       "Untitled"
  605. #else
  606.     ""
  607. #endif
  608.       , purgeable ) {
  609.       "(untitled)"
  610.   };
  611.   resource 'STR '    ( REG_EVENT_ERR_RESID + 0,
  612. #if USE_RESOURCE_NAMES
  613.       "Reg. Event Handling Err"
  614. #else
  615.     ""
  616. #endif
  617.       , purgeable ) {
  618.       "Error in handling RegisterEvent"
  619.   };
  620.   resource 'STR '    ( APP_NOT_REG_RESID + 0,
  621. #if USE_RESOURCE_NAMES
  622.       "App not registered"
  623. #else
  624.     ""
  625. #endif
  626.       , purgeable ) {
  627.       "This app was not registered"
  628.   };
  629.   resource 'STR '    ( UNREG_EVENT_ERR_RESID + 0,
  630. #if USE_RESOURCE_NAMES
  631.       "Unreg. Event Handling Err"
  632. #else
  633.     ""
  634. #endif
  635.       , purgeable ) {
  636.       "Error in handling UnregisterEvent"
  637.   };
  638.   resource 'STR '    ( BOOKMARK_HTML_RESID + 0,
  639. #if USE_RESOURCE_NAMES
  640.       "Bookmarks HTML"
  641. #else
  642.     ""
  643. #endif
  644.       , purgeable ) {
  645.       "MCOM-bookmarks.html"
  646.   };
  647.   resource 'STR '    ( NO_DISKCACHE_DIR_RESID + 0,
  648. #if USE_RESOURCE_NAMES
  649.       "No disk cache folder"
  650. #else
  651.     ""
  652. #endif
  653.       , purgeable ) {
  654.       "Preset disk cache folder could not be found.\r Default folder in Preferences will be used."
  655.   };
  656.   resource 'STR '    ( NO_SIGFILE_RESID + 0,
  657. #if USE_RESOURCE_NAMES
  658.       "No signature file"
  659. #else
  660.     ""
  661. #endif
  662.       , purgeable ) {
  663.       "The signature file specified in your preferences could not be found."
  664.   };
  665.   resource 'STR '    ( NO_BACKDROP_RESID + 0,
  666. #if USE_RESOURCE_NAMES
  667.       "No backdrop for prefs"
  668. #else
  669.     ""
  670. #endif
  671.       , purgeable ) {
  672.       "The backdrop file specified in your preferences could not be found."
  673.   };
  674.   resource 'STR '    ( SELECT_RESID + 0,
  675. #if USE_RESOURCE_NAMES
  676.       "Select"
  677. #else
  678.     ""
  679. #endif
  680.       , purgeable ) {
  681.       "Select "
  682.   };
  683.   resource 'STR '    ( AE_ERR_RESID + 0,
  684. #if USE_RESOURCE_NAMES
  685.       "AE error reply"
  686. #else
  687.     ""
  688. #endif
  689.       , purgeable ) {
  690.       "Netscape received AppleEvent error reply: "
  691.   };
  692.   resource 'STR ' ( CHARSET_RESID,
  693. #if USE_RESOURCE_NAMES
  694.       "Message Charset"
  695. #else
  696.     ""
  697. #endif
  698.       , purgeable ) {
  699.       "x-mac-roman"
  700.   };
  701.   resource 'STR ' ( BROWSE_RESID,
  702. #if USE_RESOURCE_NAMES
  703.       "Browse"
  704. #else
  705.     ""
  706. #endif
  707.       , purgeable ) {
  708.       "Choose╔"
  709.   };
  710.   
  711.   resource 'STR ' ( ENCODING_CAPTION_RESID,
  712. #if USE_RESOURCE_NAMES
  713.       ""
  714. #else
  715.     ""
  716. #endif
  717.       , purgeable ) {
  718.       "Encoding For "
  719.   };
  720.  
  721.   resource 'STR ' ( NO_TWO_NETSCAPES_RESID,
  722. #if USE_RESOURCE_NAMES
  723.       ""
  724. #else
  725.     ""
  726. #endif
  727.       , purgeable ) {
  728.       "You cannot run two versions of Netscape at once. "
  729.     "This copy will quit now."
  730.   };
  731.  
  732. resource 'STR ' ( PG_NUM_FORM_RESID,
  733. #if USE_RESOURCE_NAMES
  734.       ""
  735. #else
  736.     ""
  737. #endif
  738.       , purgeable ) {
  739.     "Page: %d"
  740. };
  741.  
  742. resource 'STR ' ( REPLY_FORM_RESID,
  743. #if USE_RESOURCE_NAMES
  744.       ""
  745. #else
  746.     ""
  747. #endif
  748.       , purgeable ) {
  749.     "Re: %s"
  750. };
  751.  
  752. resource 'STR ' ( MENU_SEND_NOW,
  753. #if USE_RESOURCE_NAMES
  754.       ""
  755. #else
  756.     ""
  757. #endif
  758.       , purgeable ) {
  759.     "Send Mail Now"
  760. };
  761.  
  762. resource 'STR ' ( QUERY_SEND_OUTBOX,
  763. #if USE_RESOURCE_NAMES
  764.       ""
  765. #else
  766.     ""
  767. #endif
  768.       , purgeable ) {
  769.     "Your Outbox folder contains %d unsent messages. Send them now ?"
  770. };
  771.  
  772. resource 'STR ' ( QUERY_SEND_OUTBOX_SINGLE,
  773. #if USE_RESOURCE_NAMES
  774.       ""
  775. #else
  776.     ""
  777. #endif
  778.       , purgeable ) {
  779.     "Your Outbox folder contains an unsent message. Send it now ?"
  780. };
  781.  
  782. resource 'STR ' ( MENU_SEND_LATER,
  783. #if USE_RESOURCE_NAMES
  784.       ""
  785. #else
  786.     ""
  787. #endif
  788.       , purgeable ) {
  789.     "Send Mail Later"
  790. };
  791.  
  792. resource 'STR ' ( MENU_SAVE_AS,
  793. #if USE_RESOURCE_NAMES
  794.       ""
  795. #else
  796.     ""
  797. #endif
  798.       , purgeable ) {
  799.     "Save as╔"
  800. };
  801. resource 'STR ' ( MENU_SAVE_FRAME_AS,
  802. #if USE_RESOURCE_NAMES
  803.       ""
  804. #else
  805.     ""
  806. #endif
  807.       , purgeable ) {
  808.     "Save Frame as╔"
  809. };
  810. resource 'STR ' ( MENU_PRINT,
  811. #if USE_RESOURCE_NAMES
  812.       ""
  813. #else
  814.     ""
  815. #endif
  816.       , purgeable ) {
  817.     "Print╔"
  818. };
  819. resource 'STR ' ( MENU_PRINT_FRAME,
  820. #if USE_RESOURCE_NAMES
  821.       ""
  822. #else
  823.     ""
  824. #endif
  825.       , purgeable ) {
  826.     "Print Frame╔"
  827. };
  828. resource 'STR ' ( MENU_RELOAD,
  829. #if USE_RESOURCE_NAMES
  830.       ""
  831. #else
  832.     ""
  833. #endif
  834.       , purgeable ) {
  835.     "Reload"
  836. };
  837. resource 'STR ' ( MENU_SUPER_RELOAD,
  838. #if USE_RESOURCE_NAMES
  839.       ""
  840. #else
  841.     ""
  842. #endif
  843.       , purgeable ) {
  844.     "Super Reload"
  845. };
  846. resource 'STR ' ( MAC_PROGRESS_NET,
  847. #if USE_RESOURCE_NAMES
  848.       ""
  849. #else
  850.     ""
  851. #endif
  852.       , purgeable ) {
  853.  "Initializing network╔"
  854. };
  855. resource 'STR ' ( MAC_PROGRESS_PREFS,
  856. #if USE_RESOURCE_NAMES
  857.       ""
  858. #else
  859.     ""
  860. #endif
  861.       , purgeable ) {
  862.     "Reading Preferences╔"
  863. };
  864. resource 'STR ' ( MAC_PROGRESS_BOOKMARK,
  865. #if USE_RESOURCE_NAMES
  866.       ""
  867. #else
  868.     ""
  869. #endif
  870.       , purgeable ) {
  871.     "Reading Bookmarks╔"
  872. };
  873. resource 'STR ' ( MAC_PROGRESS_ADDRESS,
  874. #if USE_RESOURCE_NAMES
  875.       ""
  876. #else
  877.     ""
  878. #endif
  879.       , purgeable ) {
  880.     "Reading Address Book╔"
  881. };
  882. resource 'STR ' ( MAC_PROGRESS_JAVAINIT,
  883. #if USE_RESOURCE_NAMES
  884.       ""
  885. #else
  886.     ""
  887. #endif
  888.       , purgeable ) {
  889.     "Initializing Java╔"
  890. };
  891. resource 'STR ' ( MAC_UPLOAD_TO_FTP,
  892. #if USE_RESOURCE_NAMES
  893.       "MAC_UPLOAD_TO_FTP"
  894. #else
  895.     ""
  896. #endif
  897.       , purgeable ) {
  898.     "Are you sure that you want to upload the dragged files to the FTP server?"
  899. };    /*    JJE    */
  900. resource 'STR ' ( POP_USERNAME_ONLY,
  901. #if USE_RESOURCE_NAMES
  902.       "POP_USERNAME_ONLY"
  903. #else
  904.     ""
  905. #endif
  906.       , purgeable ) {
  907.     "Your POP User Name is just your user name (e.g. user), not your full POP address (e.g. user@internet.com)."
  908. };    /*    JJE    */
  909. resource 'STR ' ( MAC_PLUGIN,
  910. #if USE_RESOURCE_NAMES
  911.       "MAC_PLUGIN"
  912. #else
  913.     ""
  914. #endif
  915.       , purgeable ) {
  916.     "Plug-in:"
  917. };    /*    JJE    */
  918. resource 'STR ' ( MAC_NO_PLUGIN,
  919. #if USE_RESOURCE_NAMES
  920.       "MAC_NO_PLUGIN"
  921. #else
  922.     ""
  923. #endif
  924.       , purgeable ) {
  925.     "No plug-ins"
  926. };    /*    JJE    */
  927. resource 'STR ' ( MAC_REGISTER_PLUGINS,
  928. #if USE_RESOURCE_NAMES
  929.       "MAC_REGISTER_PLUGINS"
  930. #else
  931.     ""
  932. #endif
  933.       , purgeable ) {
  934.     "Registering plug-ins"
  935. };    /*    JJE    */
  936. resource 'STR ' ( DOWNLD_CONT_IN_NEW_WIND,
  937. #if USE_RESOURCE_NAMES
  938.       "DOWNLD_CONT_IN_NEW_WIND"
  939. #else
  940.     ""
  941. #endif
  942.       , purgeable ) {
  943.     "Download continued in a new window."
  944. };    /*    JJE    */
  945. resource 'STR ' ( ATTACH_NEWS_MESSAGE,
  946. #if USE_RESOURCE_NAMES
  947.       "ATTACH_NEWS_MESSAGE"
  948. #else
  949.     ""
  950. #endif
  951.       , purgeable ) {
  952.     "News message"
  953. };    /*    JJE    */
  954. resource 'STR ' ( ATTACH_MAIL_MESSAGE,
  955. #if USE_RESOURCE_NAMES
  956.       "ATTACH_MAIL_MESSAGE"
  957. #else
  958.     ""
  959. #endif
  960.       , purgeable ) {
  961.     "Mail message"
  962. };    /*    JJE    */
  963. resource 'STR ' ( MBOOK_NEW_ENTRY,
  964. #if USE_RESOURCE_NAMES
  965.       "MBOOK_NEW_ENTRY"
  966. #else
  967.     ""
  968. #endif
  969.       , purgeable ) {
  970.     "New entry"
  971. };    /*    JJE    */
  972. resource 'STR ' ( MCLICK_BACK_IN_FRAME,
  973. #if USE_RESOURCE_NAMES
  974.       "MCLICK_BACK_IN_FRAME"
  975. #else
  976.     ""
  977. #endif
  978.       , purgeable ) {
  979.     "Back in Frame"
  980. };    /*    JJE    */
  981. resource 'STR ' ( MCLICK_BACK,
  982. #if USE_RESOURCE_NAMES
  983.       "MCLICK_BACK"
  984. #else
  985.     ""
  986. #endif
  987.       , purgeable ) {
  988.     "Back"
  989. };    /*    JJE    */
  990. resource 'STR ' ( MCLICK_FWRD_IN_FRAME,
  991. #if USE_RESOURCE_NAMES
  992.       "MCLICK_FWRD_IN_FRAME"
  993. #else
  994.     ""
  995. #endif
  996.       , purgeable ) {
  997.     "Forward in Frame"
  998. };    /*    JJE    */
  999. resource 'STR ' ( MCLICK_FORWARD,
  1000. #if USE_RESOURCE_NAMES
  1001.       "MCLICK_FORWARD"
  1002. #else
  1003.     ""
  1004. #endif
  1005.       , purgeable ) {
  1006.     "Forward"
  1007. };    /*    JJE    */
  1008. resource 'STR ' ( MCLICK_SAVE_IMG_AS,
  1009. #if USE_RESOURCE_NAMES
  1010.       "MCLICK_SAVE_IMG_AS"
  1011. #else
  1012.     ""
  1013. #endif
  1014.       , purgeable ) {
  1015.     "Save Image as:"
  1016. };    /*    JJE    */
  1017. resource 'STR ' ( SUBMIT_FILE_WITH_DATA_FK,
  1018. #if USE_RESOURCE_NAMES
  1019.       "SUBMIT_FILE_WITH_DATA_FK"
  1020. #else
  1021.     ""
  1022. #endif
  1023.       , purgeable ) {
  1024.     "You can only submit a file that has a data fork."
  1025. };    /*    JJE    */
  1026. resource 'STR ' ( ABORT_CURR_DOWNLOAD,
  1027. #if USE_RESOURCE_NAMES
  1028.       "ABORT_CURR_DOWNLOAD"
  1029. #else
  1030.     ""
  1031. #endif
  1032.       , purgeable ) {
  1033.     "Are you sure that you want to abort the current download?"
  1034. };    /*    JJE    */
  1035. resource 'STR ' ( MACDLG_SAVE_AS,
  1036. #if USE_RESOURCE_NAMES
  1037.       "MACDLG_SAVE_AS"
  1038. #else
  1039.     ""
  1040. #endif
  1041.       , purgeable ) {
  1042.     "Save as: "
  1043. };    /*    JJE    */
  1044. resource 'STR ' ( THE_ERROR_WAS,
  1045. #if USE_RESOURCE_NAMES
  1046.       "THE_ERROR_WAS"
  1047. #else
  1048.     ""
  1049. #endif
  1050.       , purgeable ) {
  1051.     "The error was: "
  1052. };    /*    JJE    */
  1053. resource 'STR ' ( MBOOK_NEW_BOOKMARK,
  1054. #if USE_RESOURCE_NAMES
  1055.       "MBOOK_NEW_BOOKMARK"
  1056. #else
  1057.     ""
  1058. #endif
  1059.       , purgeable ) {
  1060.     "New Bookmark"
  1061. };    /*    JJE    */
  1062.  
  1063. resource 'STR ' ( MENU_MAIL_DOCUMENT,
  1064. #if USE_RESOURCE_NAMES
  1065.       ""
  1066. #else
  1067.     ""
  1068. #endif
  1069.       , purgeable ) {
  1070.     "Mail Document╔"
  1071. };    
  1072.  
  1073. resource 'STR ' ( MENU_MAIL_FRAME,
  1074. #if USE_RESOURCE_NAMES
  1075.       ""
  1076. #else
  1077.     ""
  1078. #endif
  1079.       , purgeable ) {
  1080.     "Mail Frame╔"
  1081. };    
  1082.  
  1083. /* Bookmark Seperate string, For Japanese, please change to something like ---- */
  1084. resource 'STR ' ( MBOOK_SEPARATOR_STR,
  1085. #if USE_RESOURCE_NAMES
  1086.     "MBOOK_SEPARATOR_STR"
  1087. #else
  1088.     ""
  1089. #endif
  1090.     , purgeable ) {
  1091.     "╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤╤"
  1092. };    
  1093.  
  1094. resource 'STR ' ( RECIPIENT, "", purgeable ) {
  1095.     "Recipient"
  1096. };
  1097.  
  1098. resource 'STR ' ( DELETE_MIMETYPE, "", purgeable ) {
  1099.     "Are you sure you want to delete this type? Netscape will not be able to display information of this type if you proceed."
  1100. };
  1101.  
  1102. /* mail attachments are given a content-description string,
  1103.  like "Microsoft Word Document".  This suffix comes after
  1104.  the application name */
  1105.  
  1106. resource 'STR ' ( DOCUMENT_SUFFIX, "", purgeable ) {
  1107.     "Document"
  1108. };
  1109.  
  1110. resource 'STR ' ( PASSWORD_CHANGE_STRING, "", purgeable ) {
  1111.     "Change Password"
  1112. };
  1113.  
  1114. resource 'STR ' ( PASSWORD_SET_STRING, "", purgeable ) {
  1115.     "Set Password"
  1116. };
  1117.  
  1118. resource 'STR ' ( IMAGE_SUBMIT_FORM, "", purgeable ) {
  1119.     "Submit form:%d,%d"
  1120. };
  1121.  
  1122. resource 'STR ' ( OTHER_FONT_SIZE, "Other Font Size", purgeable ) {
  1123.     "Other (^0)╔"
  1124. };
  1125.  
  1126. resource 'STR ' ( FILE_NAME_NONE, "File Name None", purgeable ) {
  1127.     "<none>"
  1128. };
  1129.  
  1130. resource 'STR ' ( MENU_BACK, "Back", purgeable ) {
  1131.     "Back"
  1132. };
  1133.  
  1134. resource 'STR ' ( MENU_BACK_ONE_HOST, "Back One Site", purgeable ) {
  1135.     "Back One Site"
  1136. };
  1137.  
  1138. resource 'STR ' ( MENU_FORWARD, "Forward", purgeable ) {
  1139.     "Forward"
  1140. };
  1141.  
  1142. resource 'STR ' ( MENU_FORWARD_ONE_HOST, "Forward One Site", purgeable ) {
  1143.     "Forward One Site"
  1144. };
  1145.  
  1146.  
  1147. resource 'STR ' ( MEMORY_ERROR_LAUNCH, "", purgeable ) {
  1148.     "There is not enough memory to open ^0.  Try quitting some other applications."
  1149. };
  1150.  
  1151. resource 'STR ' ( FNF_ERROR_LAUNCH, "", purgeable ) {
  1152.     "^0 could not be opened because the application could not be found."
  1153. };
  1154.  
  1155. resource 'STR ' ( MISC_ERROR_LAUNCH, "", purgeable ) {
  1156.     "An unknown error occurred trying to open ^0."
  1157. };
  1158.  
  1159. resource 'STR ' ( ERROR_LAUNCH_IBM3270, "", purgeable ) {
  1160.     "Could not launch IBM Host-on-Demand because the file " IBM3270_FILE " in the folder " IBM3270_FOLDER " could not be found.";
  1161. };
  1162.  
  1163. resource 'STR ' ( ERROR_OPEN_PROFILE_MANAGER, "", purgeable ) {
  1164. #ifdef MOZ_LITE
  1165.     "Please quit Netscape Navigator before opening the Profile Manager.";
  1166. #else
  1167.     "Please quit Netscape Communicator before opening the Profile Manager.";
  1168. #endif
  1169. };
  1170.  
  1171. resource 'STR ' ( CALENDAR_APP_NAME,
  1172. #if USE_RESOURCE_NAMES
  1173.     "Netscape Calendar"
  1174. #else
  1175.     ""
  1176. #endif
  1177.     , purgeable ) {
  1178.     "Netscape Calendar";
  1179. };
  1180.  
  1181. resource 'STR ' ( CONFERENCE_APP_NAME,
  1182. #if USE_RESOURCE_NAMES
  1183.     "Netscape Conference"
  1184. #else
  1185.     ""
  1186. #endif
  1187.     , purgeable ) {
  1188.     "Netscape Conference";
  1189. };
  1190.  
  1191. resource 'STR ' ( NETSCAPE_TELNET,
  1192. #if USE_RESOURCE_NAMES
  1193.     "Netscape Telnet"
  1194. #else
  1195.     ""
  1196. #endif
  1197.     , purgeable ) {
  1198.     "Netscape Telnet";
  1199. };
  1200.  
  1201. resource 'STR ' ( NETSCAPE_TELNET_NAME_ARG,
  1202. #if USE_RESOURCE_NAMES
  1203.     "name= \""
  1204. #else
  1205.     ""
  1206. #endif
  1207.     , purgeable ) {
  1208.     "name= \"";
  1209. };
  1210.  
  1211. resource 'STR ' ( NETSCAPE_TELNET_HOST_ARG,
  1212. #if USE_RESOURCE_NAMES
  1213.     "host= \""
  1214. #else
  1215.     ""
  1216. #endif
  1217.     , purgeable ) {
  1218.     "host= \"";
  1219. };
  1220.  
  1221. resource 'STR ' ( NETSCAPE_TELNET_PORT_ARG,
  1222. #if USE_RESOURCE_NAMES
  1223.     "port= "
  1224. #else
  1225.     ""
  1226. #endif
  1227.     , purgeable ) {
  1228.     "port= ";
  1229. };
  1230.  
  1231. resource 'STR ' ( NETSCAPE_TN3270,
  1232. #if USE_RESOURCE_NAMES
  1233.     "Netscape Tn3270"
  1234. #else
  1235.     ""
  1236. #endif
  1237.     , purgeable ) {
  1238.     "Netscape Tn3270";
  1239. };
  1240.  
  1241. resource 'STR ' ( CLOSE_WINDOW,
  1242. #if USE_RESOURCE_NAMES
  1243.     "Close"
  1244. #else
  1245.     ""
  1246. #endif
  1247.     , purgeable ) {
  1248.     "Close";
  1249. };
  1250.  
  1251. resource 'STR ' ( CLOSE_ALL_WINDOWS,
  1252. #if USE_RESOURCE_NAMES
  1253.     "Close All"
  1254. #else
  1255.     ""
  1256. #endif
  1257.     , purgeable ) {
  1258.     "Close All";
  1259. };
  1260.  
  1261. resource 'STR ' ( NO_PRINTER_RESID,
  1262. #if USE_RESOURCE_NAMES
  1263.     "No printer"
  1264. #else
  1265.     ""
  1266. #endif
  1267.     , purgeable ) {
  1268.     "Your print request could not be completed because no printer has been selected.  Please use the Chooser to select a printer.";
  1269. };
  1270.  
  1271. resource 'STR ' ( MALLOC_HEAP_LOW_RESID,
  1272. #if USE_RESOURCE_NAMES
  1273.     "Malloc Heap Low"
  1274. #else
  1275.     ""
  1276. #endif
  1277.     , purgeable ) {
  1278. #ifdef MOZ_LITE
  1279.     "Navigator is running out of memory.╩ It is recomended that you quit other running applications or close Navigator windows to continue running this program.";
  1280. #else
  1281.     "Communicator is running out of memory.╩ It is recomended that you quit other running applications or close Communicator windows to continue running this program.";
  1282. #endif
  1283. };
  1284.  
  1285. resource 'STR ' ( JAVA_DISABLED_RESID,
  1286. #if USE_RESOURCE_NAMES
  1287.     "Java Disabled"
  1288. #else
  1289.     ""
  1290. #endif
  1291.     , purgeable ) {
  1292. #ifdef MOZ_LITE
  1293.     "Java has been disabled as Navigator is low on memory..";
  1294. #else
  1295.     "Java has been disabled as Communicator is low on memory..";
  1296. #endif
  1297. };
  1298.