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

  1. #
  2. # ID: $Id: RASLogServerMsgs.properties,v 1.3 1999/05/17 20:11:06 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: RASLogServerMsgs.properties,v $
  18. # Revision 1.3  1999/05/17  20:11:06  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:48  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:29  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 the name of a client.
  88. # {1} is a time stamp, indicating when the connection occurred.
  89.  
  90. CONNECTION_OPENED=Established connection with {0} at {1}.
  91.  
  92. #-----------------------------------------------------------------------
  93. # {0} is the name of a client.
  94. # {1} is a time stamp, indicating when the closure occurred.
  95.  
  96. CONNECTION_CLOSED=Connection from {0} closed at {1}.
  97.  
  98. #-----------------------------------------------------------------------
  99. # {0} is a number, which identifies the port.
  100.  
  101. CREATE_SOCKET=Creating a server socket on port {0}.
  102.  
  103. #-----------------------------------------------------------------------
  104.  
  105. ERR_INPUT_STREAM=Unable to get the socket's input stream.
  106.  
  107. #-----------------------------------------------------------------------
  108. # {0} is the name of a file.
  109.  
  110. ERR_OPEN_FILE=Unable to open the file {0}.
  111.  
  112. #-----------------------------------------------------------------------
  113.  
  114. OUTPUT_TO_CONSOLE=Sending output to the console only.
  115.  
  116. #-----------------------------------------------------------------------
  117. # {0} is the name of the file which will receive the output.
  118.  
  119. OUTPUT_TO_FILE=Sending output to the console and to the file {0}.
  120.  
  121. #-----------------------------------------------------------------------
  122.  
  123. START_SERVER=Starting the RAS Log Server.
  124.  
  125. #-----------------------------------------------------------------------
  126.  
  127. USAGE=Usage:  java com.ibm.ras.server.RASLogServer [port] [filename]
  128.