home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C++ / Applications / Nuntius 1.2 / src / Nuntius / Strings.r < prev    next >
Encoding:
Text File  |  1994-03-20  |  6.3 KB  |  17 lines  |  [TEXT/MPS ]

  1. // Copyright © 1992 Peter Speck, speck@dat.ruc.dk. All rights reserved.
  2. // Strings.r
  3.  
  4. // From {RIncludes}Types.r
  5. type 'STR#' {
  6.         integer = $$Countof(StringArray);
  7.         array StringArray {
  8.                 pstring;                                        /* String                */
  9.         };
  10. };
  11. #include "RsrcGlobals.h"
  12. /* ===============================   strings   ================================== */
  13. resource 'STR#' (kGroupTreeStrings, "kGroupTreeStrings", purgeable) {{
  14.     "All Groups";
  15. }};
  16.  
  17. resource 'STR#' (kDiscListStatusStrings, "kDiscListStatusStrings", purgeable) {{