home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 March / PCWorld_2001-03_cd.bin / Software / Komercni / VAgeJava / ivj35 / setup / JSP.Cab / F26366_RASMsgs.properties < prev    next >
Text File  |  2000-07-29  |  6KB  |  160 lines

  1. #
  2. # ID: $Id: RASMsgs.properties,v 1.3 1999/05/17 20:11:03 chriss Exp $
  3. #
  4. # COMPONENT_NAME: TRACE
  5. #
  6. # ORIGINS: Transarc Corp.
  7. #
  8. # (C) COPYRIGHT Transarc Corp. 1999
  9. # All Rights Reserved
  10. # Licensed Materials - Property of Transarc
  11. #
  12. # US Government Users Restricted Rights - Use, duplication or
  13. # disclosure restricted by GSA ADP Schedule Contract with Transarc Corp
  14. #
  15.  
  16. # HISTORY
  17. # $TALog: RASMsgs.properties,v $
  18. # Revision 1.3  1999/05/17  20:11:03  chriss
  19. # [from r1.2 by delta chriss-00000-jmon-fix-nt-newlines, r1.1]
  20. #
  21. # Revision 1.2  1999/04/22  18:35:42  ben
  22. # Update copyrights for Encina 1.2.
  23. # [from r1.1 by delta ben-00000-update-copyrights-for-WS3.0, r1.1]
  24. #
  25. # Revision 1.1  1999/04/16  18:26:24  dixit
  26. # Added package com.ibm.ras
  27. # [added by delta dixit-24319-jmon-ras-add-jras-framework, r1.1]
  28. #
  29.  
  30. #-----------------------------------------------------------------------
  31. # IBM Confidential
  32. # OCO Source Materials
  33. #
  34. # (C) Copyright IBM Corporation 1998.  All rights reserved.
  35. #
  36. # The source code for this program is not published or otherwise
  37. # divested of its trade secrets, irrespective of what has been
  38. # deposited with the U.S. Copyright Office.
  39. #-----------------------------------------------------------------------
  40. #
  41. # Translator Instructions:                                       
  42. #
  43. # The messages to be translated are contained in key/text pairs and
  44. # contains three parts:
  45. #
  46. # 1) A key (a text string) which is an identifier used by the code to
  47. #    retrieve data.  This is required - and SHOULD NOT be translated.  
  48. # 2) A equals ("=") sign separating the key and text.  This is required.
  49. # 3) A string containing data that will be displayed to 
  50. #    the user when running the application.  This is required and  
  51. #    SHOULD be translated.                                 
  52. #
  53. # In short, each line in the resource array contains two strings.  
  54. # The SECOND quoted string on each line should be translated.
  55. #
  56. # Some of the strings to be translated contain special codes  
  57. # for data that will be inserted into the string when the string 
  58. # is displayed to the user.  For example, say you have the       
  59. # following string to translate:                                 
  60. #
  61. #   This file was written by the IBM Administrator on {0,date}.
  62. #                                                                
  63. # {0,date} is a code that tells Java to insert a parameter into  
  64. # this space when displaying it to the user.  In this case,      
  65. # the parameter that is inserted is a date.                      
  66. #                                                                
  67. # The 0 indicates that this is where the first parameter is      
  68. # inserted in the string.  There may be more than one parameter  
  69. # in any one string.  The 'date' tells java to format this       
  70. # parameter as a date.                                           
  71. #                                                                
  72. # The {0,date} code should be placed at the appropriate position
  73. # in the translated text.  Please note that the code in the
  74. # translation must match exactly the code in the original 
  75. # string.
  76. #                                                                
  77. # The developer should describe in comments above the string to be    
  78. # translated each of the parameters so that you will be able to    
  79. # determine where the best location for each parameter in the    
  80. # translated string.                                   
  81. #                                                                
  82. # Lines that begin with a pound sign (#) are comments and should be
  83. # translated.                                                  
  84. #-----------------------------------------------------------------------
  85.  
  86. #-----------------------------------------------------------------------
  87. # {0} is a text string naming the missing message key.
  88. #-----------------------------------------------------------------------
  89.  
  90. ERR_MISSING_KEY=RAS0001E:  Message key {0} was not found in any searched catalog.
  91.  
  92. #-----------------------------------------------------------------------
  93. # {0} is the name of an object that logs messages.
  94. #-----------------------------------------------------------------------
  95.  
  96. ERR_NO_HANDLERS=RAS0002E:  No handlers are registered with the logger {0}.
  97.  
  98. #-----------------------------------------------------------------------
  99. # {0} is the name of the object which could not be created.
  100. #-----------------------------------------------------------------------
  101.  
  102. ERR_OBJ_CREATE=RAS0003E:  Unable to create the RAS object {0}.
  103.  
  104. #-----------------------------------------------------------------------
  105. # {0} is the name of a file.
  106. #-----------------------------------------------------------------------
  107.  
  108. ERR_OPEN_FILE=RAS0004E:  Unable to open the handler output file {0}.
  109.  
  110. #-----------------------------------------------------------------------
  111. # {0} is the name of the server to which we could not connect.
  112. # {1} is a number, which identifies the port.
  113. #-----------------------------------------------------------------------
  114.  
  115. ERR_OPEN_SOCKET=RAS0005E:  Unable to open a socket to {0} on port {1}.
  116.  
  117. #-----------------------------------------------------------------------
  118. # The following name the RASMessage types.
  119. #-----------------------------------------------------------------------
  120.  
  121. TYPE_ERR=Error
  122.  
  123. TYPE_INFO=Information
  124.  
  125. TYPE_WARN=Warning
  126.  
  127. #-----------------------------------------------------------------------
  128. # The following name the RASTrace types.
  129. #
  130. # "API" means "Application Programming Interface"
  131. #-----------------------------------------------------------------------
  132.  
  133. TYPE_API=API
  134.  
  135. TYPE_CALLBACK=Callback Methods
  136.  
  137. TYPE_ENTRY_EXIT=Entry/Exit
  138.  
  139. TYPE_ERROR_EXC=Error
  140.  
  141. TYPE_MISC_DATA=Miscellaneous Data
  142.  
  143. TYPE_OBJ_CREATE=Object Creation
  144.  
  145. TYPE_OBJ_DELETE=Object Deletion
  146.  
  147. TYPE_PRIVATE=Private Methods
  148.  
  149. TYPE_PUBLIC=Public Methods
  150.  
  151. TYPE_STATIC=Static Methods
  152.  
  153. TYPE_SVC=Service Methods
  154.  
  155. TYPE_LEVEL1=Level 1
  156.  
  157. TYPE_LEVEL2=Level 2
  158.  
  159. TYPE_LEVEL3=Level 3
  160.