home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / visdb2tk.zip / TRGLANG.DAT < prev    next >
Text File  |  1995-09-27  |  5KB  |  153 lines

  1. /*****************************************************************************
  2. /*
  3. /* File:           TRGLANG.DAT
  4. /* Description:    NLS Message file for DB2 Create Trigger Tool
  5. /* Creator:        Will Phillips
  6. /* Date:           7th June 1995
  7. /*
  8. /* Copyright IBM European Applications Support, 1995
  9. /*
  10. /*****************************************************************************
  11.  
  12. 1   : An unexpected internal error occurred: _.  The application will attempt to recover from this error.
  13. 2   : A fatal error has occurred: _.  The application will be stopped.
  14. 3   : Assertion failure: _.
  15. 4   : NLS file _ is badly formatted.
  16. 5   : Unable to open NLS file _.
  17. 6   : Are you sure you want to quit this application?
  18. 7   : Are you sure you want to discard the changes made?
  19.  
  20. /*
  21. /* Syntax definition items:
  22. /*
  23. 8   : '<comment-text>'
  24. 9   : <trigger-name>
  25. 10  : <table-name>
  26. 11  : <correlation-name>
  27. 12  : (<when-sql-condition>)
  28. 13  : <trigger-sql-statement> ;
  29. 14  : <trigger-sql-statement>
  30. 15  : OLD may only be defined once
  31. 16  : NEW may only be defined once
  32. 17  : OLD_TABLE may only be defined once
  33. 18  : NEW_TABLE may only be defined once
  34. 19  : FOR EACH STATEMENT may only be specified for AFTER triggers
  35. 20  : OLD_TABLE may only be specified for AFTER triggers
  36. 21  : NEW_TABLE may only be specified for AFTER triggers
  37.  
  38. /* Database errors:
  39.  
  40. 22  : Unable to open database session
  41. 23  : Unable to obtain database names
  42. 24  : Unable to connect to database ^
  43.  
  44.  
  45.  
  46. /*
  47. /* Window 1 - select trigger to be modified/used
  48. /*
  49.  
  50. 25  : Visualizer Create DB2 Trigger Utility
  51. 26  : Model trigger on:
  52. 27  : Database
  53. 28  : Trigger schema
  54. 29  : Trigger name
  55. 30  : Filename
  56. 31  : OK
  57. 32  : Cancel
  58. 33  : Help
  59. 34  : Existing trigger
  60. 35  : Saved text file
  61. 36  : Template
  62. 37  : Select text file
  63. 38  : Select filename:
  64. 39  : Unable to import trigger text from database.  Read the message log _ for more details
  65.  
  66. /*
  67. /* Window 2 - trigger details window
  68. /*
  69.  
  70. 40  : Create DB2 trigger details
  71. 41  : Create trigger as
  72. 42  : Database
  73. 43  : Trigger schema
  74. 44  : Trigger name
  75. 45  : Apply trigger
  76. 46  : To each row
  77. 47  : To each statement
  78. 48  : Before database changes
  79. 49  : After database changes
  80. 50  : Trigger activated by
  81. 51  : Table schema
  82. 52  : Table name
  83. 53  : Action
  84. 54  : Additional conditions
  85. 55  : SQL statements to be executed
  86. 56  : OK
  87. 57  : Apply
  88. 58  : Save text...
  89. 59  : Cancel
  90. 60  : Help
  91. 61  : Insert
  92. 62  : Delete
  93. 63  : Update
  94. 64  : <current schema>
  95. 65  : Column names
  96. 66  : Remarks
  97. 67  : Save trigger SQL to file
  98. 68  : Save as:
  99. 69  : Comment:
  100. 70  : A valid trigger must have a trigger name
  101. 71  : A valid trigger must have a table name
  102. 72  : Apply on each statement and before database changes are mutually exclusive.
  103. 73  : You must select a database in order to create the trigger
  104. 74  : The trigger has been successfully created.
  105. 75  : An error occurred whilst creating the trigger.
  106. 76  : Trigger _ already exists in database _.  If you choose to replace the trigger you will be given the opportunity to save the existing definition.  Do you want to replace the trigger?
  107.  
  108. /*
  109. /* Parser Module - Syntax error strings
  110. /*
  111. 77  : The trigger SQL contains a syntax error near _
  112. 78  : end of file
  113. 79  : : expecting _
  114.  
  115. /*
  116. /* Window 3 - trigger conditions window
  117. /*
  118.  
  119. 80  : Create DB2 Trigger Conditions
  120. 81  : Correlation names
  121. 82  : Temporary table names
  122. 83  : Old
  123. 84  : New
  124. 85  : Trigger will be executed when:
  125. 86  : OK
  126. 87  : Cancel
  127. 88  : Help
  128. 90  : Create DB2 Trigger Actions
  129. 91  : Actions when trigger conditions are met:
  130. 92  : Correlation and table names must be unique
  131. 93  : The trigger SQL contains a syntax error: correlation and table names must be unique
  132.  
  133. /*
  134. /* More database messages
  135. /*
  136.  
  137. 95  : Unable to obtain access to ^ database tables
  138. 96  : Unable to open database session
  139. 97  : Unable to obtain database names
  140. 98  : Unable to connect to database ^
  141. 99  : Unable to fetch using SQL
  142. 100 : This utility cannot be used with database ^.  The utility can only be used with DB/2 Version 2 databases.
  143. 101 : unable to commit changes
  144. 103 : The comment on trigger ^ will be ignored.
  145. 104 : unable to open file dialog
  146. 105 : statement separator missing
  147. 106 : garbage found following SQL
  148. 107 : The trigger comment read from file _ is longer than 254 characters.  It will be truncated.
  149. 108 : File _ cannot be read.  OS/2 error code = _.
  150. 109 : File _ cannot be loaded - line _ contains more than 254 characters.
  151. 110 : ~
  152. 111 : Do you wish to save the definition of existing trigger _?
  153.