home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / opendc12.zip / od124os2.exe / od12osr1.exe / src / avuni.rc < prev    next >
Text File  |  1997-03-21  |  3KB  |  73 lines

  1. // @(#)Z 1.2 os2/src/avsshell/avuni.rc, oddataxfer, od96os2, odos29712d 97/03/21 17:39:58 (96/08/23 01:40:42)
  2. //====START_GENERATED_PROLOG======================================
  3. //
  4. //
  5. //   COMPONENT_NAME: oddataxfer
  6. //
  7. //   CLASSES: none
  8. //
  9. //   ORIGINS: 82,27
  10. //
  11. //
  12. //   (C) COPYRIGHT International Business Machines Corp. 1995,1996
  13. //   All Rights Reserved
  14. //   Licensed Materials - Property of IBM
  15. //   US Government Users Restricted Rights - Use, duplication or
  16. //   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  17. //       
  18. //   IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  19. //   ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  20. //   PURPOSE. IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  21. //   CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
  22. //   USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
  23. //   OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
  24. //   OR PERFORMANCE OF THIS SOFTWARE.
  25. //
  26. //====END_GENERATED_PROLOG========================================
  27. //
  28. /*
  29.   File:    avuni.rc
  30.  
  31.   Contains:  This file will contain all the hard-coded or string
  32.              information that is present in many of the source
  33.              modules.  This will allow for the contents of this
  34.              file to be translated to any language.
  35.  
  36.   Owned by:  OpenDoc
  37.  
  38.   Copyright:  ⌐ 1994 by Apple Computer, Inc., all rights reserved.
  39.  
  40.   Change History (most recent first):
  41.  
  42.      <1>   07/31/95  mjk    First Creation.
  43.  
  44.   To Do:
  45. */
  46.  
  47. /*
  48.  *  The following are all string values that will have be to translated
  49.  *  to other languages when move to a new language platform.
  50.  *
  51.  */
  52.  
  53. #include "avuni.h"
  54.  
  55. STRINGTABLE
  56.   BEGIN
  57.     AV_OPENDOCSHELL                   "OpenDocShell"
  58.     AV_UNTITLEDDOC                    "Untitled Document"
  59.     AV_ERRORTITLE                     "Error!"
  60.     AV_PARTREGERROR                   "Part Registration Information Not Found!"
  61.     AV_CANTRESTOREBTO                 "Cannot restore avlsrvr.bto!"
  62.     AV_BTOBAKCORRUPT                  "Avlsrvr.bto and Avlsrvr.bak are both corrupted!\nDelete them and restart AVSSHELL.EXE"
  63.     AV_MENUABOUT                      "About OpenDoc¬╔"
  64.     AV_UNTITLED                       "Untitled."
  65.     AV_SEMUNTITLED                    "\\SEM32\\UNTITLED"
  66.     AV_CANNOTOPENSEM                  "Can't open 'Untitled' semaphore"
  67.     AV_CANNOTGETSEM                   "Can't get 'Untitled' semaphore"
  68.     AV_COPY                           " copy"
  69.     AV_SAVECOPY                       "\pSave a copy as:"
  70.     AV_EXCEPTION                      "\pException: "
  71.     AV_OPENDOCDOCUMENT                "OpenDoc Document"
  72.   END
  73.