1 bookmarkview.done = Done
 
   2 bookmarkview.editBookmark = Edit Bookmark...
 
   3 bookmarkview.refresh = Refresh
 
   4 bookmarkview.viewTableDetails = View Table Details
 
   5 bookmarkview.exportXML = Export XML
 
   6 bookmarkview.noSequence = Database type does not support sequences
 
   7 bookmarkview.noViews = Database type does not support views
 
   8 bookmarkview.noTables = Database type does not support tables
 
   9 bookmarkview.retrieveDbElementData = Retrieving data of type 
 
  10 bookmarkview.retrieveEntities = Retrieving table/view/sequence information 
 
  11 bookmarkview.done = Done
 
  12 bookmarkview.metaDataError = Error while retrieving metadata
 
  13 bookmarkview.confirm = Are you sure you want to delete bookmark 
 
  14 bookmarkview.disconnect = Disconnecting from 
 
  15 bookmarkview.deleteAllRows = Delete all rows from
 
  16 bookmarkview.deleteRowsAction = Delete all rows
 
  17 bookmarkview.customCopyAction = Custom Copy
 
  18 bookmarkview.confirmDeleteAllRows = Are you sure you want to delete all the rows from this table?
 
  19 sqlqueryview.importQuery = Import Query
 
  20 sqlqueryview.exportQuery = Export Query
 
  21 sqlqueryview.clear = Clear
 
  22 sqlqueryview.copy = Copy
 
  23 sqlqueryview.paste = Paste
 
  24 sqlqueryview.done = Done
 
  25 tableview.refresh = Refresh Table
 
  26 tableview.copy = Copy Table Selection To Clipboard
 
  27 tableview.selectAll = Select All Table Rows
 
  28 tableview.close = Close Table
 
  29 tableview.update = Update...
 
  30 tableview.insert = Insert...
 
  31 tableview.delete = Delete...
 
  32 tableview.showAll = Toggle Show All Table Rows
 
  33 tableview.defaultEncoding = Set Default Encoding
 
  34 tableview.UTF8Encoding = Set UTF-8
 
  35 tableview.UTF16Encoding = Set UTF-16
 
  36 tableview.QuantumTableViewName=Quantum Table View
 
  37 tableview.ViewNameFinalDecoration=)
 
  38 tableview.BookmarkSeparator=:
 
  39 tableview.ViewNameInitialDecoration=\ (
 
  40 tableview.phpselect = PHP SELECT to Clipboard...
 
  41 tableview.phpupdate = PHP UPDATE to Clipboard...
 
  42 tableview.phpinsert = PHP INSERT to Clipboard...
 
  43 tableview.phpdelete = PHP DELETE to Clipboard...
 
  44 filedialog.preferences = Preferences (*.ini)
 
  45 filedialog.allfiles = All Files (*.*)
 
  46 filedialog.sqlFiles = SQL query (*.sql)
 
  47 filedialog.ddlFiles = SQL query (*.ddl)
 
  48 filedialog.exportxml.name = XML files (*.xml)
 
  49 filedialog.exportxml.filter = *.xml
 
  50 filedialog.exportxml.name = XML files (*.xml)
 
  51 filedialog.exportxml.filter = *.xml
 
  52 filedialog.exportxml.name = XML files (*.xml)
 
  53 filedialog.exportxml.filter = *.xml
 
  54 filedialog.allfiles.name = All Files (*.*)
 
  55 filedialog.allfiles.filter = *.*
 
  56 filedialog.message.CannotOpenFileTitle=Cannot open file
 
  57 filedialog.message.CannotOpenFileMessage=Cannot open file to write : 
 
  58 filedialog.message.CannotOpenFileExplain=\n\nProbably is\'t read-only or used by another process.
 
  59 filedialog.options.ConfirmOverwrite = y
 
  60 filedialog.message.ConfirmOverwriteTitle = Confirm Overwrite
 
  61 filedialog.message.ConfirmOverwriteMessage = This file already exists : 
 
  62 filedialog.message.ConfirmOverwriteQuestion= \n\nDo you want to overwrite it?
 
  63 QuantumPlugin.save_2=save
 
  64 QuantumPlugin.icons_3=icons/
 
  65 QuantumPlugin.quantum.keyword.color_6=quantum.keyword.color
 
  66 QuantumPlugin.quantum.string.bold_12=quantum.string.bold
 
  67 QuantumPlugin.save_espace=save 
 
  68 QuantumPlugin.Not_saving_unchanged_bookmarks_18=Not saving unchanged bookmarks
 
  69 QuantumPlugin.iconsDir=icons/
 
  70 QuantumPlugin.saveDir=save
 
  71 QuantumPlugin.saveFileExtension=.xml
 
  72 ExportXMLAction.XMLExporting=XML struct: Exporting to file: 
 
  73 ExportXMLAction.Metadata=Metadata
 
  74 ExportXMLAction.Author=Author
 
  75 ExportXMLAction.Quantum=Quantum
 
  76 ExportXMLAction.Version=Version
 
  77 ExportXMLAction.XMLVersionNumber=0.4
 
  78 ExportXMLAction.Table=TABLE
 
  79 ExportXMLAction.View=VIEV
 
  80 ExportXMLAction.TableName=NAME
 
  81 ExportXMLAction.SchemaName=SCHEMA
 
  82 ExportXMLAction.OtherSchemas=Other_Schemas
 
  83 ExportXMLAction.BookmarkName=BOOKMARK
 
  84 ExportXMLAction.Subsets=SUBSETS
 
  85 ExportXMLAction.Subset=SUBSET
 
  86 ExportXMLAction.SubsetName=NAME
 
  87 ExportXMLAction.SavedData=SAVED_DATA
 
  88 ExportXMLAction.TableColumn=COLUMN
 
  89 ExportXMLAction.ColumnName=NAME
 
  90 ExportXMLAction.UNKNOWN=UNKNOWN
 
  92 ExportXMLAction.YES=YES
 
  93 ExportXMLAction.ColumnNullable=Nullable
 
  94 ExportXMLAction.ColumnAutoIncrement=Auto_Increment
 
  95 ExportXMLAction.PrimaryKey=Primary_Key
 
  96 ExportXMLAction.PKName=Name
 
  97 ExportXMLAction.PKColumn=Column
 
  98 ExportXMLAction.PKColumnName=Name
 
  99 ExportXMLAction.PKSequence=Sequence
 
 100 ExportXMLAction.ForeignKey=Foreign_Key
 
 101 ExportXMLAction.FKName=Name
 
 102 ExportXMLAction.FKType=Type
 
 103 ExportXMLAction.FKImported=Imported
 
 104 ExportXMLAction.FKExported=Exported
 
 105 ExportXMLAction.FKCascadeUpdate=Cascade_Update
 
 106 ExportXMLAction.FKCascadeDelete=Cascade_Delete
 
 107 ExportXMLAction.FKColumn=Column
 
 108 ExportXMLAction.FKSequence=Sequence
 
 109 ExportXMLAction.FKPrimarySchema=Primary_Schema
 
 110 ExportXMLAction.FKPrimaryTable=Primary_Table
 
 111 ExportXMLAction.FKPrimaryColumn=Primary_Column
 
 112 ExportXMLAction.FKForeignSchema=Foreign_Schema
 
 113 ExportXMLAction.FKForeignTable=Foreign_Table
 
 114 ExportXMLAction.FKForeignColumn=Foreign_Column
 
 115 SetSchemaAction.SetSchema=Set Schema
 
 116 SetSchemaAction.PleaseEnterName=Please enter the name of new schema:
 
 118 MetaDataKeySeparator=:
 
 119 NoFeature.Views=Views
 
 120 NoFeature.Sequences=Sequences
 
 121 Error.NoDatabase=Database not supported: 
 
 122 DeleteColumnAction.DeleteColumns=Delete Columns...
 
 123 DeleteColumnAction.ConfirmDeleteColumns=Are you sure you want to delete the selected columns? 
 
 124 DeleteObjectAction.DeleteSubset=Delete Subset...
 
 125 DeleteObjectAction.ConfirmDeleteSubset=Are you sure you want to delete the selected subset ?
 
 126 DeleteObjectAction.DeleteItems=Delete items...
 
 127 DeleteObjectAction.ConfirmDeleteItems=Are you sure you want to delete the selected tables/views? 
 
 128 DeleteSubsetAction.DeleteSubset=Delete Subset...
 
 129 DeleteSubsetAction.ConfirmDeleteSubset=Are you sure you want to delete the selected subset?
 
 130 NewSubsetAction.CreatingNewSubset=Creating new subset..
 
 131 NewSubsetAction.NameOfNewSubset=Name of the new Subset
 
 132 NewSubsetAction.PleaseEnterName=Please enter name
 
 134 BookmarkView.ShowTableSizes=Show Table Sizes
 
 135 BookmarkView.ShowDatabaseData=Show Database Info
 
 136 BookmarkView.Paste=Paste
 
 137 BookmarkView.Copy=Copy
 
 138 BookmarkView.CopyOf=Copy of 
 
 139 SQLLogView.ClearLog=Clear Log
 
 140 SQLQueryView.Commit=Commit
 
 141 SQLQueryView.RollBack=RollBack
 
 142 SQLQueryView.AutoCommit=AutoCommit
 
 143 SubsetView.Paste=Paste
 
 144 SubsetView.Delete=Delete
 
 145 SubsetView.CreatesANewEmptySubset=Creates a new empty subset
 
 146 SubsetView.DeletesTheSelectedColumns=Deletes the selected column
 
 147 SubsetView.DeletesTheSelectedObject=Deletes the selected object
 
 148 SubsetView.DeletesTheSelectedSubset=Deletes the selected subset
 
 149 TableView.UpdateRow=Update Row
 
 150 TableView.InsertRow=Insert Row
 
 151 TableView.DeleteRow=Delete Row
 
 152 TableView.PHPSelectRow=PHP Select Row
 
 153 TableView.PHPUpdateRow=PHP Update Row
 
 154 TableView.PHPInsertRow=PHP Insert Row
 
 155 TableView.PHPDeleteRow=PHP Delete Row
 
 158 TableAdapter.full=\ (FULL)
 
 159 BookmarkWizard.NewBookmark=New Bookmark
 
 160 BookmarkWizard.Testing=Testing...
 
 161 BookmarkWizard.JarFiles=Jar Files (*.jar)
 
 162 BookmarkWizard.ZipFiles=Zip Files (*.zip)
 
 163 BookmarkWizard.AllFiles=All Files (*.*)
 
 164 BookmarkWizard.BookmarkNameAst=*Bookmark Name
 
 165 BookmarkWizard.UsernameAst=*Username
 
 166 BookmarkWizard.PasswordAst=Password
 
 167 BookmarkWizard.Schema=Schema (optional)
 
 168 BookmarkWizard.ConnectAst=*JDBC URL
 
 169 BookmarkWizard.DriverAst=*Driver
 
 170 BookmarkWizard.TypeAst=Type
 
 171 BookmarkWizard.Prompt=Prompt for password
 
 172 BookmarkWizard.DriverFilenameAst=*Driver Filename
 
 173 BookmarkWizard.Browse=Browse...
 
 174 DeleteRowPage.ColumnName=Column Name
 
 175 DeleteRowPage.Value=Value
 
 176 DeleteRowPage.IncludeIn=Include in?
 
 177 DeleteRowPage.WhereClause=Where clause
 
 178 DeleteRowPage.UpdatingQuery=Updating query
 
 179 DeleteRowPage.WarningNoWhere=Warning: no \"where clause\" columns selected, all rows will be deleted
 
 180 InsertRowPage.ColumnName=Column Name
 
 181 InsertRowPage.Value=Value
 
 182 UpdateRowPage.ColumnName=Column Name
 
 183 UpdateRowPage.OldValue=Old Value
 
 184 UpdateRowPage.NewValue=New Value
 
 186 UpdateRowPage.SetValue=Set Value
 
 187 ConnectAction.ConnectingTo=Connecting to 
 
 188 ConnectAction.ErrorConnecting=Error while connecting to 
 
 189 BookmarkView.SetExtraSchemas=Set Extra Schemas
 
 190 BookmarkView.CopyColumnSeparator=\ 
 
 191 MultiSQLServer.Enter_Password=Enter Password
 
 192 MultiSQLServer.PasswordNotProvided=Password not provided in Bookmark
 
 193 ExceptionDisplayDialog.stackTrace=Stack trace:
 
 196 com.quantum.actions.AddToQuickListAction.text=Add to Quick List
 
 197 com.quantum.actions.RemoveFromQuickListAction.text=Remove from Quick List
 
 198 com.quantum.actions.ConnectAction.text = Connect
 
 199 com.quantum.actions.ConnectAction.singleSuccessMessage = Connected to {0}
 
 200 com.quantum.actions.ConnectAction.singleFailureMessage = Could not connect to {0}
 
 201 com.quantum.actions.ConnectAction.multiSuccessMessage = {0} databases successfully connected.
 
 202 com.quantum.actions.ConnectAction.multiFailureMessage = {0} database(s) successfully connected.  {1} error(s).
 
 203 com.quantum.actions.DisconnectAction.text = Disconnect
 
 204 com.quantum.actions.DisconnectAction.message = Disconnected
 
 205 com.quantum.actions.ViewTableAction.text = View Table
 
 206 com.quantum.actions.OpenDataEditorAction.text = Edit Table
 
 207 com.quantum.actions.OpenDataVEditorAction.text = VEdit Table
 
 208 com.quantum.actions.OpenQueryAction.text = Open
 
 209 com.quantum.actions.RefreshBookmarkAction.text = Refresh
 
 210 com.quantum.actions.NextSequenceAction.text = Increment Sequence Value
 
 211 com.quantum.actions.PrevSequenceAction.text = Current Sequence Value
 
 212 com.quantum.actions.NewBookmarkAction.text = New Bookmark...
 
 213 com.quantum.actions.NewBookmarkAction.toolTip = Create a new bookmark
 
 214 com.quantum.actions.DeleteAllRowsAction.text = Delete All Rows
 
 215 com.quantum.actions.DeleteAllRowsAction.confirmTitle = Warning
 
 216 com.quantum.actions.DeleteAllRowsAction.confirmText = Are you sure you want to delete all the rows from the table {0}?
 
 217 com.quantum.actions.ViewTableDetailsAction.text = View Table Details
 
 219 com.quantum.adapters.DatabaseAdapter.GENERIC = Generic JDBC
 
 220 com.quantum.adapters.DatabaseAdapter.HSQLDB = HSQL (Hypersonic)
 
 221 com.quantum.adapters.DatabaseAdapter.ORACLE = Oracle
 
 222 com.quantum.adapters.DatabaseAdapter.POSTGRES = Postgres
 
 223 com.quantum.adapters.DatabaseAdapter.MYSQL = MySQL
 
 224 com.quantum.adapters.DatabaseAdapter.DB2 = DB2
 
 225 com.quantum.adapters.DatabaseAdapter.DB2AS400 = DB2 for AS400
 
 226 com.quantum.adapters.DatabaseAdapter.ADABASD = Adabas-D
 
 227 com.quantum.adapters.DatabaseAdapter.INFORMIX = Informix Dynamic Server
 
 228 com.quantum.adapters.DatabaseAdapter.REDBRICK = Red Brick
 
 229 com.quantum.adapters.DatabaseAdapter.SYBASE = Sybase
 
 230 com.quantum.adapters.DatabaseAdapter.POINTBASE = Pointbase
 
 231 com.quantum.adapters.DatabaseAdapter.JDBC_ODBC_BRIDGE = JDBC-ODBC Bridge
 
 232 com.quantum.adapters.DatabaseAdapter.MS_SQL_SERVER = Microsoft SQL Server
 
 233 com.quantum.adapters.DatabaseAdapter.DERBY = Apache Derby (Cloudscape)
 
 235 com.quantum.util.connection.ConnectionUtil.title = Connection Not Established
 
 236 com.quantum.util.connection.ConnectionUtil.message = The bookmark could not be connected.
 
 238 com.quantum.preferences.GlobalPreferences.com.quantum.model.Bookmark.queryHistorySize=Maximum size of query history:
 
 240 com.quantum.wizards.ExportBookmarkWizardPage.title = Export Bookmark List
 
 241 com.quantum.wizards.ExportBookmarkWizardPage.selectAll = Select All
 
 242 com.quantum.wizards.ExportBookmarkWizardPage.deselectAll = Deselect All
 
 243 com.quantum.wizards.ExportBookmarkWizardPage.fileName = File name:
 
 244 com.quantum.wizards.ExportBookmarkWizardPage.browse = Browse
 
 245 com.quantum.wizards.ExportBookmarkWizardPage.error.IOException.title = I/O Exception
 
 246 com.quantum.wizards.ExportBookmarkWizardPage.error.IOException.message = A problem was encountered with the file: "{0}"
 
 250 com.quantum.ui.dialog.ExceptionDisplayDialog.java.sql.IOException.title=I/O Exception
 
 251 com.quantum.ui.dialog.ExceptionDisplayDialog.java.sql.IOException.message=A problem was encountered while trying to access the file.
 
 252 com.quantum.ui.dialog.ExceptionDisplayDialog.java.sql.SQLException.title=SQL Exception
 
 253 com.quantum.ui.dialog.ExceptionDisplayDialog.java.sql.SQLException.message=An SQL Exception was encountered while trying to process your request.
 
 255 com.quantum.wizards.JDBCDriverSelectionWizardPage.addDriver=Add driver...
 
 256 com.quantum.wizards.JDBCDriverSelectionWizardPage.title=JDBC Driver
 
 257 com.quantum.wizards.JDBCDriverSelectionWizardPage.description=Choose one of the drivers from the list or click the Add driver button
 
 259 com.quantum.wizards.BookmarkConnectionWizardPage.title=Connection details
 
 260 com.quantum.wizards.BookmarkConnectionWizardPage.description=Provide the information needed to connect to the database
 
 261 com.quantum.wizards.BookmarkConnectionWizardPage.userid=Userid:
 
 262 com.quantum.wizards.BookmarkConnectionWizardPage.password=Password:
 
 263 com.quantum.wizards.BookmarkConnectionWizardPage.prompt=Prompt for password
 
 264 com.quantum.wizards.BookmarkConnectionWizardPage.url=JDBC URL:
 
 266 com.quantum.wizards.BookmarkNameWizardPage.title=Bookmark Name
 
 267 com.quantum.wizards.BookmarkNameWizardPage.description=What name do you want for your bookmark?
 
 268 com.quantum.wizards.BookmarkNameWizardPage.name=Name:
 
 269 com.quantum.wizards.BookmarkNameWizardPage.alreadyExists=A bookmark with that name already exists.
 
 270 com.quantum.wizards.BookmarkNameWizardPage.mustProvide=Please provide a bookmark name.
 
 272 com.quantum.wizards.SchemaSelectionWizardPage.title=Schemas
 
 273 com.quantum.wizards.SchemaSelectionWizardPage.description=Which schemas should be displayed?
 
 275 com.quantum.view.JDBCDriverTableViewer.driverColumn0=JDBC Driver Name
 
 276 com.quantum.view.JDBCDriverTableViewer.driverColumn1=Driver Class Name
 
 277 com.quantum.view.JDBCDriverTableViewer.driverColumn2=Driver Type
 
 278 com.quantum.view.JDBCDriverTableViewer.driverColumn3=Version
 
 279 com.quantum.view.JDBCDriverTableViewer.driverColumn4=File Path
 
 281 com.quantum.wizards.AddDriverWizard.windowTitle=New JDBC Driver
 
 282 com.quantum.wizards.AddDriverWizard$PageImpl.title=JDBC Driver
 
 283 com.quantum.wizards.AddDriverWizard$PageImpl.description=Provide the following information about the driver.
 
 284 com.quantum.wizards.AddDriverWizard.addExternalJar=Add External Jar...
 
 285 com.quantum.wizards.AddDriverWizard.removeJar=Remove Jar...
 
 286 com.quantum.wizards.AddDriverWizard.browse=Browse...
 
 287 com.quantum.wizards.AddDriverWizard.jars=Driver Jars:
 
 288 com.quantum.wizards.AddDriverWizard.driverClassName=Class name:
 
 290 com.quantum.view.SchemaSelectionControl.addSchemaDialog = Select a Schema
 
 291 com.quantum.view.SchemaSelectionControl.connectTitle = Connect Required
 
 292 com.quantum.view.SchemaSelectionControl.connectMessage = We must connect to the database to retrieve schemas.
 
 293 com.quantum.view.SchemaSelectionControl.useAllSchemas = Show all schemas
 
 294 com.quantum.view.SchemaSelectionControl.useUsernameAsSchema = Show the default schema
 
 295 com.quantum.view.SchemaSelectionControl.useSelectedSchemas = Show selected schemas
 
 297 com.quantum.preferences.SQLEditorPreferences.font=Font
 
 298 com.quantum.preferences.SQLEditorPreferences.pickFont=Pick Font
 
 299 com.quantum.preferences.SQLEditorPreferences.defaultFont=Default Font
 
 300 com.quantum.preferences.SQLEditorPreferences.backgroundColor=Background Color
 
 301 com.quantum.preferences.SQLEditorPreferences.defaultTextColor=Default Text Color
 
 302 com.quantum.preferences.SQLEditorPreferences.keywordTextColor=Keyword Text Color
 
 303 com.quantum.preferences.SQLEditorPreferences.bold=Bold
 
 304 com.quantum.preferences.SQLEditorPreferences.commentTextColor=Comment Text Color
 
 305 com.quantum.preferences.SQLEditorPreferences.stringTextColor=String Text Color
 
 306 com.quantum.preferences.SQLEditorPreferences.numericTextColor=Numeric Text Color
 
 307 com.quantum.preferences.SQLEditorPreferences.default=Font: default
 
 308 com.quantum.preferences.SQLEditorPreferences.regularFont={0} {1}
 
 309 com.quantum.preferences.SQLEditorPreferences.boldFont={0} {1} Bold
 
 310 com.quantum.preferences.SQLEditorPreferences.italicFont={0} {1} Italic
 
 311 com.quantum.preferences.SQLEditorPreferences.boldItalicFont={0} {1} Bold Italic
 
 313 com.quantum.properties.DatabaseInformationPropertyPage.product = Product:
 
 314 com.quantum.properties.DatabaseInformationPropertyPage.unknown = <unknown>
 
 315 com.quantum.properties.DatabaseInformationPropertyPage.error = QuantumDB could not retrieve the database information due to an error:
 
 317 com.quantum.properties.DataTypesPropertyPage.dataTypes = The following data types are supported by this database:
 
 318 com.quantum.properties.DataTypesPropertyPage.column0 = Data Type
 
 319 com.quantum.properties.DataTypesPropertyPage.column1 = Java Type
 
 320 com.quantum.properties.DataTypesPropertyPage.column2 = Precision
 
 321 com.quantum.properties.DataTypesPropertyPage.column3 = Literal Prefix
 
 322 com.quantum.properties.DataTypesPropertyPage.column4 = Literal Suffix
 
 323 com.quantum.properties.DataTypesPropertyPage.column5 = Create Parameters
 
 324 com.quantum.properties.DataTypesPropertyPage.unknown = <unknown>
 
 325 com.quantum.properties.DataTypesPropertyPage.error = QuantumDB could not retrieve the data type due to an error:
 
 327 com.quantum.properties.BaseEntityPropertyPage.name = Name:
 
 328 com.quantum.properties.BaseEntityPropertyPage.schema = Schema:
 
 329 com.quantum.properties.BaseEntityPropertyPage.error = QuantumDB could not retrieve the information due to an error:
 
 331 com.quantum.properties.ReferencesPropertyPage.column0 = Constraint Name
 
 332 com.quantum.properties.ReferencesPropertyPage.column1 = Primary
 
 333 com.quantum.properties.ReferencesPropertyPage.column2 = Foreign
 
 334 com.quantum.properties.ReferencesPropertyPage.column3 = On Delete
 
 335 com.quantum.properties.ReferencesPropertyPage.importedKeyNoAction = NO ACTION
 
 336 com.quantum.properties.ReferencesPropertyPage.importedKeyCascade = CASCADE
 
 337 com.quantum.properties.ReferencesPropertyPage.importedKeySetNull = SET NULL
 
 338 com.quantum.properties.ReferencesPropertyPage.importedKeySetDefault = SET DEFAULT
 
 339 com.quantum.properties.ReferencesPropertyPage.importedKeyRestrict = RESTRICT
 
 341 com.quantum.properties.IndexPropertyPage.column0 = Index Name
 
 342 com.quantum.properties.IndexPropertyPage.column1 = Column Name
 
 343 com.quantum.properties.IndexPropertyPage.column2 = Order
 
 344 com.quantum.properties.IndexPropertyPage.ascending = Ascending
 
 345 com.quantum.properties.IndexPropertyPage.descending = Descending
 
 347 com.quantum.properties.ColumnPropertyPage.column0 = Name
 
 348 com.quantum.properties.ColumnPropertyPage.column1 = Type
 
 349 com.quantum.properties.ColumnPropertyPage.column2 = Size
 
 350 com.quantum.properties.ColumnPropertyPage.column3 = Digits
 
 351 com.quantum.properties.ColumnPropertyPage.column4 = Primary Key
 
 352 com.quantum.properties.ColumnPropertyPage.column5 = Nullable
 
 353 com.quantum.properties.ColumnPropertyPage.column6 = Remarks
 
 354 com.quantum.properties.ColumnPropertyPage.true = Yes
 
 355 com.quantum.properties.ColumnPropertyPage.false = No
 
 357 com.quantum.actions.BaseExecuteAction.execute1=Executing Query...
 
 358 com.quantum.actions.BaseExecuteAction.execute2=Executing Query..
 
 359 com.quantum.actions.BaseExecuteAction.done=Done ({0} queries executed, {1} rows updated, {2} result sets displayed, {3} errors, {4} seconds)
 
 360 com.quantum.actions.BaseExecuteAction.selectBookmark=Select a bookmark
 
 362 com.quantum.actions.ExecuteAction.textNoBookmark=Execute...
 
 363 com.quantum.actions.ExecuteAction.text=Execute Against "{0}"
 
 364 com.quantum.actions.ExecuteAction.parsing=Parsing sql script...
 
 365 com.quantum.actions.ExecuteAction.autocommitTitle=Autocommit changed
 
 366 com.quantum.actions.ExecuteAction.autocommitMessage=The autocommit setting of the bookmark, {0} has been changed.
 
 367 com.quantum.actions.CustomCopyAction.text = Custom Copy
 
 369 com.quantum.view.bookmark.CopyAction.text = Copy
 
 370 com.quantum.view.bookmark.DeleteAction.text = Delete
 
 371 com.quantum.view.bookmark.DeleteAction.confirmTitle = Delete Bookmark
 
 372 com.quantum.view.bookmark.DeleteAction.confirmText = Are you sure you want to delete the selected bookmarks?
 
 373 com.quantum.view.bookmark.DropEntityAction.text=Drop Table/View/Sequence...
 
 374 com.quantum.view.bookmark.GroupNode.TABLE=Tables
 
 375 com.quantum.view.bookmark.GroupNode.VIEW=Views
 
 376 com.quantum.view.bookmark.GroupNode.SEQUENCE=Sequences
 
 377 com.quantum.view.bookmark.PasteAction.text = Paste
 
 378 com.quantum.view.bookmark.QuickListNode.labelName=Quick List
 
 379 com.quantum.view.bookmark.QueryListNode.labelName=Recent SQL Statements
 
 380 com.quantum.view.bookmark.RenameAction.text = Rename
 
 381 com.quantum.view.bookmark.exportDataCSVAction.text=CSV Format
 
 383 com.quantum.view.bookmark.BookmarkViewActionGroup.sqlAction.text = SQL Statements
 
 385 com.quantum.view.driver.DeleteDriverAction.text=Delete
 
 386 com.quantum.view.driver.DeleteDriverAction.confirm=Confirm Delete
 
 387 com.quantum.view.driver.DeleteDriverAction.confirmText=Are you sure you want to delete "{0}"?
 
 388 com.quantum.view.driver.DeleteDriverAction.failed=Delete Failed
 
 389 com.quantum.view.driver.DeleteDriverAction.inUse=The selected driver is still in use.
 
 390 com.quantum.view.driver.DeleteDriverAction.cant=The selected driver cannot be deleted.
 
 392 com.quantum.view.tableview.NextPageAction.text=Next
 
 393 com.quantum.view.tableview.PreviousPageAction.text=Previous
 
 394 com.quantum.view.tableview.RefreshTableAction.text=Refresh
 
 395 com.quantum.view.tableview.ChangeEncodingAction.default=Default encoding
 
 396 com.quantum.view.tableview.ChangeEncodingAction.encoding=encoding
 
 397 com.quantum.view.tableview.CloseResultSetAction.text=Close Result Set
 
 398 com.quantum.view.tableview.CloseAllResultSetsAction.text=Close All Result Sets
 
 399 com.quantum.view.tableview.CopyAction.text=Copy
 
 400 com.quantum.view.tableview.SelectAllAction.text=Select All
 
 401 com.quantum.view.tableview.FullModeAction.text = Toggle Show All Table Rows
 
 402 com.quantum.view.tableview.TableViewActionGroup.filterSortTitle = Sort or Filter Table...
 
 403 com.quantum.view.tableview.TableViewActionGroup.filterSort=Filter and Sort
 
 405 com.quantum.view.tableview.ResultSetViewer.position = {0} to {1} of {2} rows.
 
 406 com.quantum.view.tableview.ResultSetViewer.unknown = <unknown>
 
 408 com.quantum.view.tableview.TableViewActionGroup.otherEncodingsAction.text = Other Encodings...
 
 410 com.quantum.wizards.URLSetupControl.text=JDBC Connection URL
 
 411 com.quantum.wizards.URLSetupControl.hostname=Host name:
 
 412 com.quantum.wizards.URLSetupControl.port=Port:
 
 413 com.quantum.wizards.URLSetupControl.dbname=Database name:
 
 414 com.quantum.wizards.URLSetupControl.datasource=Data Source:
 
 415 com.quantum.wizards.InformixURLSetupControl.informixserver=Informix Server:
 
 416 com.quantum.wizards.URLSetupControl.url=URL:
 
 418 com.quantum.ui.dialog.SQLExceptionDialog.title=SQL Exception
 
 419 com.quantum.ui.dialog.SQLExceptionDialog.sqlState=SQL State:
 
 420 com.quantum.ui.dialog.SQLExceptionDialog.errorCode=Error Code:
 
 421 com.quantum.ui.dialog.SQLExceptionDialog.titleWithBookmark=SQL Exception on Bookmark: {0}
 
 423 com.quantum.model.ConnectionException.couldNotInstaniateDriver = The driver, {0}, could not be instantiated.\nPlease ensure that the bookmark, {1}, is properly defined.