home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / Lotus / Beanmach / DATA1.CAB / Application_Files / beans / BeanMachineBeans.bmi / ibm / appauthor / IBMDatabase.bid.properties < prev    next >
Text File  |  1997-10-31  |  5KB  |  146 lines

  1. # This .properties file was generated by BeanMachine on 11-Sep-97 1:18:46 PM
  2. #
  3. # Translate the words after the equals sign (=)
  4. # The pound sign (#) is a comment marker
  5. #
  6. # Prefixes for keys are as follows:
  7. #
  8. # A = action name
  9. # B = action description
  10. # C = parameter name
  11. # E = event name
  12. # F = event description
  13. # P = property name
  14. # Q = property description
  15. # X = bean category
  16. # Y = bean name
  17. # Z = bean description
  18. #
  19. # Note: action, property, and event names must be translated into unique names.
  20. # For example, two action names or an action name and a property name cannot be translated to the same string.
  21. # Description strings and parameter name strings may be the same if appropriate.
  22. #
  23. # This file MUST NOT have any blank lines in it.
  24. #
  25. YBeanName = Database
  26. ZBeanDescription = Use the Database part to access a database using JDBC
  27. XBeanCategory = Networking
  28. #
  29. AaddNew = add new
  30. BaddNew = Adds a new, blank row
  31. #
  32. Aclose = close
  33. Bclose = Closes the database
  34. #
  35. Acommit = commit
  36. Bcommit = Commits the transaction and saves any changes
  37. #
  38. Adelete = delete
  39. Bdelete = Deletes the current row
  40. #
  41. Adisable = disable
  42. Bdisable = Makes the database form inactive
  43. #
  44. Aenable = enable
  45. Benable = Makes the database form active
  46. #
  47. Ahide = hide
  48. Bhide = Makes the database form invisible
  49. #
  50. AmoveToFirst = move to first
  51. BmoveToFirst = Moves to the first row
  52. #
  53. AmoveToLast = move to last
  54. BmoveToLast = Moves to the last row
  55. #
  56. AmoveToNext = move to next
  57. BmoveToNext = Moves to the next row
  58. #
  59. AmoveToPrevious = move to previous
  60. BmoveToPrevious = Moves to the previous row
  61. #
  62. Arollback = rollback
  63. Brollback = Ends the current transaction and discard any changes
  64. #
  65. ArunQuery = run query
  66. BrunQuery = Retrieves the data from the database
  67. #
  68. Ashow = show
  69. Bshow = Makes the database form visible
  70. #
  71. Aupdate = update
  72. Bupdate = Updates the current row
  73. #
  74. PautoCommitboolean = auto commit
  75. QautoCommitboolean = Are the changes saved automatically or only when you run the commit action?
  76. #
  77. PautoStartboolean = auto start
  78. QautoStartboolean = Does the query run when the applet starts?
  79. #
  80. Pbackgroundjava.awt.Color = background color
  81. Qbackgroundjava.awt.Color = The background color of the database form
  82. #
  83. PdatabaseNamejava.lang.String = database name
  84. QdatabaseNamejava.lang.String = The URL of the database, such as jdbc:odbc:sample
  85. #
  86. Pdriverjava.lang.String = driver
  87. Qdriverjava.lang.String = Type of database, either ODBC or DB/2
  88. #
  89. PerrorCodeint = error code
  90. QerrorCodeint = The most recent error code
  91. #
  92. PerrorMessagejava.lang.String = error message
  93. QerrorMessagejava.lang.String = The most recent error message
  94. #
  95. PerrorSqlStatejava.lang.String = error SQL state
  96. QerrorSqlStatejava.lang.String = The most recent SQL state information
  97. #
  98. Pfontjava.awt.Font = font
  99. Qfontjava.awt.Font = The font used in the database form
  100. #
  101. Pforegroundjava.awt.Color = foreground color
  102. Qforegroundjava.awt.Color = The text color in the database form
  103. #
  104. PIBM_connectionsjava.util.Vector = IBM_connections
  105. QIBM_connectionsjava.util.Vector = IBM_connections
  106. #
  107. PIBM_namejava.lang.String = name
  108. QIBM_namejava.lang.String = The name of this part inside the applet
  109. #
  110. PIBM_sizePositionibm.appauthor.IBMLayoutConstraints = size and position
  111. QIBM_sizePositionibm.appauthor.IBMLayoutConstraints = The size and location of this part
  112. #
  113. Pparameter1java.lang.String = parameter
  114. Qparameter1java.lang.String = Value to use as an input parameter to the query
  115. #
  116. Pparameter1Scaleint = parameter scale
  117. Qparameter1Scaleint = For numeric or decimal parameters, the number of decimal places
  118. #
  119. Pparameter1Typeint = parameter type
  120. Qparameter1Typeint = The SQL data type of the parameter
  121. #
  122. Ppasswordjava.lang.String = password
  123. Qpasswordjava.lang.String = The password for connecting to the database
  124. #
  125. PpresentationStyleibm.appauthor.IBMDbForm = presentation style
  126. QpresentationStyleibm.appauthor.IBMDbForm = The form that displays the data, either freeform, list or custom
  127. #
  128. Pqueryibm.appauthor.IBMDbQuery = query
  129. Qqueryibm.appauthor.IBMDbQuery = The SQL select statement
  130. #
  131. PreadOnlyboolean = read only
  132. QreadOnlyboolean = Indicates whether the database be modified and saved
  133. #
  134. Ptableibm.appauthor.IBMDbTable = table
  135. Qtableibm.appauthor.IBMDbTable = The name of the table to retrieve data from
  136. #
  137. Puseridjava.lang.String = userid
  138. Quseridjava.lang.String = The userid for connecting to the database
  139. #
  140. EIBMCustom-errorOccurred = error
  141. FIBMCustom-errorOccurred = An error occurred
  142. #
  143. EIBMCustom-itemSelected = item selected
  144. FIBMCustom-itemSelected = An item was selected from the list
  145. #
  146. #