/plugins/SQL/tags/v_1_04/SqlPlugin.props

# · MSBuild · 171 lines · 126 code · 45 blank · 0 comment · 0 complexity · cce4216dbf1a6700b05a2520e15fdc14 MD5 · raw file

  1. ### Properties used by jEdit
  2. plugin.sql.SqlPlugin.name=SQL
  3. plugin.sql.SqlPlugin.author=?????? ?. ???????? (Sergey V. Udaltsov)
  4. plugin.sql.SqlPlugin.version=1.04
  5. plugin.sql.SqlPlugin.docs=index.html
  6. plugin.sql.SqlPlugin.description=Cross-DBMS JDBC-based SQL client
  7. plugin.sql.SqlPlugin.longdescription=description.html
  8. plugin.sql.SqlPlugin.depend.0=jdk 1.4
  9. plugin.sql.SqlPlugin.depend.1=jedit 04.02.04.00
  10. plugin.sql.SqlPlugin.depend.2=plugin xml.XmlPlugin 0.12
  11. plugin.sql.SqlPlugin.depend.3=plugin CommonControlsPlugin 0.8
  12. plugin.sql.SqlPlugin.depend.4=plugin projectviewer.ProjectPlugin 2.1.1
  13. plugin.sql.SqlPlugin.depend.5=plugin errorlist.ErrorListPlugin 1.3
  14. # The menu item label
  15. plugin.sql.SqlPlugin.menu=sql.resultSet - sql.chooseCurrentServer - sql.publishBuffer sql.publishSelection - sql.loadObject - sql.preprocessors.BeanShellEvaluator sql.preprocessors.SpecialCommentRemover sql.preprocessors.VariableSubstitutor - sql.repeatLastQuery
  16. plugin.projectviewer.sql.SqlPlugin.pv-listeners=sql.SqlPluginPVListener
  17. plugin.projectviewer.sql.SqlPlugin.option-pane=sql.serverconfig
  18. sql.publishBuffer.label=Execute buffer
  19. sql.publishSelection.label=Execute selection
  20. sql.loadObject.label=Load object
  21. sql.fileBrowserActions.showDatabases.label=Show databases
  22. plugin.sql.SqlPlugin.browser-menu-item=sql.fileBrowserActions.showDatabases
  23. options.sql.label=SQL
  24. plugin.sql.SqlPlugin.activate=sql.resultSet.auto-open sql.toolbar.showToolBar
  25. plugin.sql.SqlPlugin.option-group=sql_general sql_jdbc sql_preprocessors_specialCommentRemover
  26. options.sql_general.label=General
  27. options.sql_general.code=new sql.options.GeneralOptionPane();
  28. options.sql_jdbc.label=JDBC
  29. options.sql_jdbc.code=new sql.options.JdbcOptionPane();
  30. options.sql.preprocessors.label=Preprocessors
  31. options.sql_preprocessors_specialCommentRemover.label=Special comment remover
  32. options.sql_preprocessors_specialCommentRemover.code=new sql.preprocessors.SpecialCommentRemover.CommentOptionPane();
  33. ### Properties for use by this plugin
  34. sql.serverconfig.title=SQL Server Configuration
  35. options.sql.serverconfig.label=SQL Server Configuration
  36. options.sql.serverconfig.code=new sql.options.ServersOptionPane(projectviewer.config.ProjectOptions.getProject());
  37. sql.config.label=Connection configuration
  38. options.sql.servers.label=Servers
  39. sql.options.servers.label=Servers
  40. sql.options.servers.name=Servers
  41. sql.options.addServerBtn.label=Add
  42. sql.options.delServerBtn.label=Delete
  43. sql.options.editServerBtn.label=Edit
  44. sql.options.recordSetView.label=Record Set dockable
  45. sql.options.maxRecs2Show.label=Max no. of records to show
  46. sql.options.autoresizeResult.label=Autoresize
  47. sql.options.closeWithBuffer.label=Close with buffer
  48. sql.options.common.label=Common
  49. sql.options.popupSuccessfulEmptyUpdateMessages.label=Popup messages on successful 'empty' updates
  50. sql.options.jdbc.classpath.label=Drivers' classpath
  51. sql.options.specialCommentRemover.title.label=Special comments
  52. sql.options.specialCommentRemover.addBtn.label=Add
  53. sql.options.specialCommentRemover.delBtn.label=Delete
  54. sql.options.specialCommentRemover.label=Comment string to remove
  55. sql.name.label=Name
  56. sql.statementDelimiterRegex.label=Statement delimiter (regex)
  57. sql.statementDelimiterRegex.copy.label=Copy from server type
  58. sql.statementDelimiterRegex.reset.label=Reset (use from server type)
  59. sql.serverType.label=SQL server type
  60. sql.defaultStatementDelimiterRegex.label=Default statement delimiter (regex)
  61. sql.objectchooser.title=SQL Objects
  62. sql.objectchooser.prompt=Choose the object to dump
  63. # Strings used by the 'notSQL' dialog box
  64. sql.notSql.title=Not SQL buffer
  65. sql.notSql.message=This buffer does not contain SQL statements.
  66. sql.publishOK.title=Executing success
  67. sql.publishOK.message={0} {1} was successfully executed on {2}.
  68. sql.updateOK.title=Insert/update success
  69. sql.updateOK.message={0} record(s) successfully modified
  70. sql.publishErr.title=Executing error
  71. sql.publishErr.message={0} {1} was published on {2} with {3} errors.
  72. sql.configurationError.title=Configuration Error
  73. sql.configurationError.message=Invalid input:\n {0}
  74. sql.sqlException.title=SQL Exception
  75. sql.sqlException.message=SQL Exception catched:\n {0}
  76. sql.resultSetError.title=Statement returned ResultSet
  77. sql.resultSetError.message=Your statement returned some ResultSet. This is not supported yet.
  78. sql.noSettings.title=No SQL server settings
  79. sql.noSettings.message=The settings for the SQL server are unset or invalid. Please check.
  80. sql.noStoredProcedures.title=Stored procedures are not available
  81. sql.noStoredProcedures.message={0} does not support stored procedures.
  82. sql.oracle.unsupportedTypeOfTrigger.title=Unsupported type of trigger
  83. sql.oracle.unsupportedTypeOfTrigger.message=Trigger {0}.{1} is of not supported type.\n\
  84. It is per-{2} trigger.
  85. sql.progress.ProcedureTextNotInDB.title=Procedure text not in DB
  86. sql.progress.ProcedureTextNotInDB.message=There is no procedure text for procedure {0}.{1} stored in the DB
  87. sql.resultSet.label=SQL Result Set
  88. sql.resultSet.info=Records: {0}
  89. sql.resultSet.status={0} request(s) running
  90. sql.resultSet.closeAll=Close All
  91. sql.resultSet.title=SQL Result Set
  92. sql.resultSet-toggle=Show/hide SQL Result Set
  93. sql.resultSet.popup.copy_cell.label=Copy cell content
  94. sql.resultSet.popup.copy_all_csv.label=Copy all as CSV
  95. sql.resultSet.popup.copy_all_tab.label=Copy all as Tab-separated
  96. sql.resultSet.popup.copy_all_dml.label=Copy all as DML
  97. sql.resultSet.colHeaders.notNullable=Not nullable
  98. sql.resultSet.popup.showHideColumnsMenu.label=Show/Hide Columns
  99. sql.resultSet.popup.showHideColumnsMenu.showAll.label=Show All
  100. sql.illegalName=The name of the database configuration must be without white space
  101. sql.emptyName=The name of the database configuration must be non-empty
  102. sql.emptyType=You should choose the type of the database
  103. vfs.sql.label=Databases
  104. sql.preprocessors.0=sql.preprocessors.BeanShellEvaluator
  105. sql.preprocessors.1=sql.preprocessors.VariableSubstitutor
  106. sql.preprocessors.2=sql.preprocessors.SpecialCommentRemover
  107. sql.preprocessors.BeanShellEvaluator.label=BeanShell preprocessor
  108. sql.preprocessors.VariableSubstitutor.label=Variable substitution preprocessor
  109. sql.preprocessors.SpecialCommentRemover.label=Special comment removing preprocessor
  110. sql.preprocessors.BeanShellEvaluator.tooltip=BeanShell preprocessor.\n Evaluates the text as BeanShell expression before sending to the database.
  111. sql.preprocessors.VariableSubstitutor.tooltip=Variable substitution preprocessor.\n Asks user to input something for each question mark ('?') in the text.
  112. sql.preprocessors.SpecialCommentRemover.tooltip=Special comment removing preprocessor.\n Removes some special sequences of characters from the text.
  113. sql.toolbar.server.title=Database:\ \
  114. sql.toolbar.repeatLastQuery.tooltip=Repeat last query
  115. sql.toolbar.execBuffer.tooltip=Execute buffer
  116. sql.toolbar.execSelection.tooltip=Execute selection
  117. sql.toolbar.loadObject.tooltip=Load object
  118. sql.toolbar.preprocessors.label=Preprocessors
  119. sql.toolbar.preprocessors.tooltip=Preprocessors
  120. sql.options.toolbar.label=Toolbar
  121. sql.options.showToolBar.label=Show Toolbar
  122. sql.options.showTitle.label=Show "Database:" label
  123. sql.options.infoPanel.label=Information
  124. sql.options.infoPanel.text=The global SQL Plugin Options do not allow to specify the servers. In order to do this, the project properties should be used (in the Project Viewer dockable)
  125. sql.repeatLastQuery.label=Repeat last query
  126. sql.chooseCurrentServer.label=Choose the server