home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume34 / vms_rtl_kbd / part01 / kbdmsg.msg < prev    next >
Encoding:
Text File  |  1992-12-19  |  3.3 KB  |  119 lines

  1.  
  2. !------------------ Distribution and Copyright -----------------
  3. !--
  4. !-- This software is copyright by the CENA/DGAC/FRANCE
  5. !-- All rights reserved.
  6. !--
  7. !-- No part of the material protected by this copyright notice
  8. !-- may be reproduced or utilized for commercial use in any form
  9. !-- without written permission of the copyright owner.
  10. !--
  11. !-- It may be reproduced or utilized for R&D use in Non Profit
  12. !-- Organization
  13. !--
  14. !---------------------------------------------------------------
  15.  
  16.  
  17. !------------------ Disclaimer ---------------------------------
  18. !--
  19. !-- This software and its documentation are provided "AS IS" and
  20. !-- without any expressed or implied warranties whatsoever.
  21. !-- No warranties as to performance, merchantability, or fitness
  22. !-- for a particular purpose exist.
  23. !--
  24. !-- Because of the diversity of conditions and hardware under
  25. !-- which this software may be used, no warranty of fitness for
  26. !-- a particular purpose is offered.  The user is advised to
  27. !-- test the software thoroughly before relying on it.  The user
  28. !-- must assume the entire risk and liability of using this
  29. !-- software.
  30. !--
  31. !-- In no event shall any person or organization of people be
  32. !-- held responsible for any direct, indirect, consequential
  33. !-- or inconsequential damages or lost profits.
  34. !--                                                           
  35. !-------------------END-PROLOGUE--------------------------------
  36.  
  37.  
  38.  
  39.  
  40. !*****************************************************************************
  41. !*****************************************************************************
  42. !**                                                                         **
  43. !**           M E S S A G E S   P O U R   K B D $ R O U T I N E S           **
  44. !**                                                                         **
  45. !******** Copyright (C) 1992 Centre d'Etudes de la Navigation Aerienne *******
  46. !*****************************************************************************
  47.  
  48.  
  49.  
  50.  
  51. !++
  52. !
  53. ! Titre:      MESSAGES POUR KBD$ROUTINES
  54. !
  55. ! Sujet:      Definition des messages pour KBD$ROUTINES.
  56. !
  57. ! Version:      1.0
  58. !
  59. ! Description:          Ce fichier contient les messages d'erreur utilises par la
  60. !          bibliotheque de routines KBD$ROUTINES.
  61. !              Il doit etre compile a travers la commande MESSAGE. Le
  62. !          fichier objet obtenu peut etre soit lie directement a
  63. !          l'application, soit etre utilise pour generer une image
  64. !          partageable: ce sera alors un fichier vecteur qui sera lie
  65. !          a l'application.
  66. !
  67. ! Fichier:      KBDMSG.MSG
  68. !
  69. ! Environnement:  VAX/VMS Version 5.4-3
  70. !                 VAX/VMS Message Utility
  71. !
  72. ! Auteur:      Martin VICENTE (DGAC/CENA/SID)
  73. !           E-mail: vicente@cenaath.cena.dgac.fr
  74. !           Mail:   C.E.N.A.
  75. !               Div. Support Informatique & Developpement
  76. !               Orly Sud 205
  77. !               94 542 ORLY AEROGARE CEDEX, FRANCE
  78. !
  79. ! Creation:      19/05/92
  80. !
  81. ! Modification:      26/05/92
  82. !
  83. !--
  84.  
  85.  
  86. .title Messages for KBD$ utility
  87.  
  88. .ident "Version 1.0"
  89.  
  90. .facility KBD, 1 /prefix=KBD$_
  91.  
  92.  
  93. .severity success
  94.  
  95. NORMAL        <normal successful completion>
  96.  
  97.  
  98. .severity informational
  99.  
  100. ALREADYOPEN    <keyboard already open>
  101. ALREADYCLOSE    <keyboard already close>
  102.  
  103.  
  104. .severity warning
  105.  
  106. NOTOPEN        <keyboard not open>
  107.  
  108.  
  109. .severity error
  110.  
  111. CLOSEERROR    <error during close operation>
  112. FLUSHERROR    <error during flush operation>
  113. KEYPRESERROR    <error during key pressed operation>
  114. OPENERROR    <error during open operation>
  115. READERROR    <error during read operation>
  116.  
  117.