home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / cmd / macfe / restext / editor.r < prev    next >
Encoding:
Text File  |  1998-04-08  |  2.7 KB  |  79 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. resource 'STR '    ( NO_SRC_EDITOR_PREF_SET + 0, "", purgeable ) {
  21. "You have not set a default application to use when opening HTML files.  Please choose an application to use."
  22. };
  23.  
  24. resource 'STR '    ( NO_IMG_EDITOR_PREF_SET + 0, "", purgeable ) {
  25. "You have not set a default application to use when opening graphics files.  Please choose an application to use."
  26. };
  27.  
  28. resource 'STR '    ( INVALID_PUBLISH_LOC + 0, "", purgeable ) {
  29. "The URL of the location you want to publish to must begin with ╥ftp://╙ or ╥http://╙."
  30. };
  31.  
  32. resource 'STR '    ( NO_DICTIONARY_FOUND + 0, "", purgeable ) {
  33. "The dictionary for the spelling checker is not installed."
  34. };
  35.  
  36. resource 'STR '    ( NO_SPELL_SHLB_FOUND + 0, "", purgeable ) {
  37. "The Spelling Checker tool (NSSpellChecker) is not installed."
  38. };
  39.  
  40. resource 'STR '    ( CLOSE_STR_RESID + 0, "", purgeable ) {
  41. "Close"
  42. };
  43.  
  44. resource 'STR '    ( DUPLICATE_TARGET + 0, "", purgeable ) {
  45. "That target name already exists.  "
  46. };
  47.  
  48. resource 'STR '    ( DUPLICATE_TARGET + 1, "", purgeable ) {
  49. "Please choose another one."
  50. };
  51.  
  52. resource 'STR '    ( CUT_ACROSS_CELLS + 0, "", purgeable ) {
  53. "You have selected more than one cell.  "
  54. };
  55.  
  56. resource 'STR '    ( CUT_ACROSS_CELLS + 1, "", purgeable ) {
  57. "You can╒t change the contents of multiple cells at once.  Change your selection to include only one cell and repeat this action."
  58. };
  59.  
  60. resource 'STR '    ( NOT_HTML + 0, "", purgeable ) {
  61. "Page Composer can╒t edit this kind of file."
  62. };
  63.  
  64. resource 'STR '    ( BAD_TAG + 0, "", purgeable ) {
  65. "You need to enclose HTML tags in angle brackets: <TAG>."
  66. };
  67.  
  68. resource 'STR ' ( EDITOR_ERROR_EDIT_REMOTE_IMAGE + 0, "", purgeable ) {
  69. "The image you are trying to edit is not on your hard disk.  You need to save this image to your hard disk before you can edit it."
  70. };
  71.  
  72. resource 'STR ' ( EDITOR_PERCENT_WINDOW, "", purgeable ) {
  73. "% of window"
  74. };
  75.  
  76. resource 'STR ' ( EDITOR_PERCENT_PARENT_CELL, "", purgeable ) {
  77. "% of current cell"
  78. };
  79.