bookmarkview.deleteRowsAction = Delete all rows
bookmarkview.customCopyAction = Custom Copy
bookmarkview.confirmDeleteAllRows = Are you sure you want to delete all the rows from this table?
-sqlqueryview.executeQuery = Execute Query (Ctrl+Shift+Q)
sqlqueryview.importQuery = Import Query
sqlqueryview.exportQuery = Export Query
sqlqueryview.clear = Clear
tableview.update = Update...
tableview.insert = Insert...
tableview.delete = Delete...
-tableview.filterSort = Sort or Filter Table...
tableview.showAll = Toggle Show All Table Rows
tableview.defaultEncoding = Set Default Encoding
tableview.UTF8Encoding = Set UTF-8
QuantumPlugin.iconsDir=icons/
QuantumPlugin.saveDir=save
QuantumPlugin.saveFileExtension=.xml
-ExecuteAction.Executing_Query3=Executing Query...
-ExecuteAction.Executing_Query2=Executing Query..
-ExecuteAction.Parsing_sql_script3=Parsing sql script...
-ExecuteAction.QueriesExecuted=\ queries executed,
-ExecuteAction.RowsUpdated=\ rows updated,
-ExecuteAction.Errors=\ errors,
-ExecutAction.TimeExec=\ seconds
-ExecuteAction.Done=Done
-ExecuteAction.RowUpdated=\ rows updated,
-ExecuteAction.ResultsDisplayed=\ results displayed,
ExportXMLAction.XMLExporting=XML struct: Exporting to file:
ExportXMLAction.Metadata=Metadata
ExportXMLAction.Author=Author
NoFeature.Views=Views
NoFeature.Sequences=Sequences
Error.NoDatabase=Database not supported:
-PreferencesPage.PickFont=Pick Font
-PreferencesPage.DefaultFont=Default Font
-PreferencesPage.BackgroundColor=Background Color
-PreferencesPage.DefaultTextColor=Default Text Color
-PreferencesPage.quantum.keyword.color_26=quantum.keyword.color
-PreferencesPage.KeywordTextColor=Keyword Text Color
-PreferencesPage.Bold=Bold
-PreferencesPage.CommentTextColor=Comment Text Color
-PreferencesPage.StringTextColor=String Text Color
-PreferencesPage.NumericTextColor=Numeric Text Color
-PreferencesPage.Font_Default=Font: default
-PreferencesPage.regular=regular
-PreferencesPage.bold=bold
-PreferencesPage.italic=italic
-PreferencesPage.boldItalic=bold italic
-PreferencesPage.FontPrompt=Font:
DeleteColumnAction.DeleteColumns=Delete Columns...
DeleteColumnAction.ConfirmDeleteColumns=Are you sure you want to delete the selected columns?
DeleteObjectAction.DeleteSubset=Delete Subset...
SubsetView.DeletesTheSelectedColumns=Deletes the selected column
SubsetView.DeletesTheSelectedObject=Deletes the selected object
SubsetView.DeletesTheSelectedSubset=Deletes the selected subset
-TableView.FilterAndSort=Filter and Sort
TableView.UpdateRow=Update Row
TableView.InsertRow=Insert Row
TableView.DeleteRow=Delete Row
+TableView.PHPSelectRow=PHP Select Row
+TableView.PHPUpdateRow=PHP Update Row
+TableView.PHPInsertRow=PHP Insert Row
+TableView.PHPDeleteRow=PHP Delete Row
TableAdapter.to=\ to
TableAdapter.of=\ of
TableAdapter.full=\ (FULL)
BookmarkWizard.Schema=Schema (optional)
BookmarkWizard.ConnectAst=*JDBC URL
BookmarkWizard.DriverAst=*Driver
-BookmarkWizard.TypeAst=*Type
+BookmarkWizard.TypeAst=Type
BookmarkWizard.Prompt=Prompt for password
BookmarkWizard.DriverFilenameAst=*Driver Filename
BookmarkWizard.Browse=Browse...
BookmarkView.CopyColumnSeparator=\
MultiSQLServer.Enter_Password=Enter Password
MultiSQLServer.PasswordNotProvided=Password not provided in Bookmark
-BookmarkSelectionDialog.text=Select a bookmark
-BookmarkSelectionDialog.title=Bookmark Selection
-ExecuteAgainstAction.IOException=An I/O Exception was encountered while \ntrying to read the input file.
-ExecuteAgainstAction.SQLException=A database error was encountered while \ntrying to execute the SQL statements.
-ExecuteAgainstAction.title=Problem Encountered
ExceptionDisplayDialog.stackTrace=Stack trace:
# Actions
com.quantum.actions.DisconnectAction.text = Disconnect
com.quantum.actions.DisconnectAction.message = Disconnected
com.quantum.actions.ViewTableAction.text = View Table
+com.quantum.actions.OpenDataEditorAction.text = Edit Table
+com.quantum.actions.OpenDataVEditorAction.text = VEdit Table
com.quantum.actions.OpenQueryAction.text = Open
-com.quantum.actions.DeleteBookmarkAction.text = Delete
com.quantum.actions.RefreshBookmarkAction.text = Refresh
com.quantum.actions.NextSequenceAction.text = Increment Sequence Value
com.quantum.actions.PrevSequenceAction.text = Current Sequence Value
com.quantum.actions.DeleteAllRowsAction.confirmText = Are you sure you want to delete all the rows from the table {0}?
com.quantum.actions.ViewTableDetailsAction.text = View Table Details
+com.quantum.adapters.DatabaseAdapter.GENERIC = Generic JDBC
+com.quantum.adapters.DatabaseAdapter.HSQLDB = HSQL (Hypersonic)
+com.quantum.adapters.DatabaseAdapter.ORACLE = Oracle
+com.quantum.adapters.DatabaseAdapter.POSTGRES = Postgres
+com.quantum.adapters.DatabaseAdapter.MYSQL = MySQL
+com.quantum.adapters.DatabaseAdapter.DB2 = DB2
+com.quantum.adapters.DatabaseAdapter.DB2AS400 = DB2 for AS400
+com.quantum.adapters.DatabaseAdapter.ADABASD = Adabas-D
+com.quantum.adapters.DatabaseAdapter.INFORMIX = Informix Dynamic Server
+com.quantum.adapters.DatabaseAdapter.REDBRICK = Red Brick
+com.quantum.adapters.DatabaseAdapter.SYBASE = Sybase
+com.quantum.adapters.DatabaseAdapter.POINTBASE = Pointbase
+com.quantum.adapters.DatabaseAdapter.JDBC_ODBC_BRIDGE = JDBC-ODBC Bridge
+com.quantum.adapters.DatabaseAdapter.MS_SQL_SERVER = Microsoft SQL Server
+com.quantum.adapters.DatabaseAdapter.DERBY = Apache Derby (Cloudscape)
+
com.quantum.util.connection.ConnectionUtil.title = Connection Not Established
com.quantum.util.connection.ConnectionUtil.message = The bookmark could not be connected.
-com.quantum.view.bookmark.CopyAction.text = Copy
-com.quantum.view.bookmark.PasteAction.text = Paste
-com.quantum.view.bookmark.RenameAction.text = Rename
-com.quantum.view.bookmark.QuickListNode.labelName=Quick List
-com.quantum.view.bookmark.QueryListNode.labelName=Recent SQL Statements
-com.quantum.view.bookmark.GroupNode.TABLE=Tables
-com.quantum.view.bookmark.GroupNode.VIEW=Views
-com.quantum.view.bookmark.GroupNode.SEQUENCE=Sequences
-
com.quantum.preferences.GlobalPreferences.com.quantum.model.Bookmark.queryHistorySize=Maximum size of query history:
com.quantum.wizards.ExportBookmarkWizardPage.title = Export Bookmark List
com.quantum.wizards.AddDriverWizard.windowTitle=New JDBC Driver
com.quantum.wizards.AddDriverWizard$PageImpl.title=JDBC Driver
com.quantum.wizards.AddDriverWizard$PageImpl.description=Provide the following information about the driver.
-com.quantum.wizards.AddDriverWizard$PageImpl.browse=Browse
-com.quantum.wizards.AddDriverWizard$PageImpl.fileName=File name:
-com.quantum.wizards.AddDriverWizard$PageImpl.driverClassName=Class name:
-
-com.quantum.adapters.DatabaseAdapter.GENERIC = Generic JDBC
-com.quantum.adapters.DatabaseAdapter.HSQLDB = HSQL (Hypersonic)
-com.quantum.adapters.DatabaseAdapter.ORACLE = Oracle
-com.quantum.adapters.DatabaseAdapter.POSTGRES = Postgres
-com.quantum.adapters.DatabaseAdapter.MYSQL = MySQL
-com.quantum.adapters.DatabaseAdapter.DB2 = DB2
-com.quantum.adapters.DatabaseAdapter.DB2AS400 = DB2 for AS400
-com.quantum.adapters.DatabaseAdapter.ADABASD = Adabas-D
-com.quantum.adapters.DatabaseAdapter.INFORMIX = Informix Dynamic Server
-com.quantum.adapters.DatabaseAdapter.REDBRICK = Red Brick
-com.quantum.adapters.DatabaseAdapter.SYBASE = Sybase
-com.quantum.adapters.DatabaseAdapter.POINTBASE = Pointbase
+com.quantum.wizards.AddDriverWizard.addExternalJar=Add External Jar...
+com.quantum.wizards.AddDriverWizard.removeJar=Remove Jar...
+com.quantum.wizards.AddDriverWizard.browse=Browse...
+com.quantum.wizards.AddDriverWizard.jars=Driver Jars:
+com.quantum.wizards.AddDriverWizard.driverClassName=Class name:
com.quantum.view.SchemaSelectionControl.addSchemaDialog = Select a Schema
com.quantum.view.SchemaSelectionControl.connectTitle = Connect Required
com.quantum.view.SchemaSelectionControl.useUsernameAsSchema = Show the default schema
com.quantum.view.SchemaSelectionControl.useSelectedSchemas = Show selected schemas
-com.quantum.properties.DatabaseInformationPropertyPage.dataTypes = The following data types are supported by this database:
-com.quantum.properties.DatabaseInformationPropertyPage.column0 = Data Type
-com.quantum.properties.DatabaseInformationPropertyPage.column1 = Java Type
+com.quantum.preferences.SQLEditorPreferences.font=Font
+com.quantum.preferences.SQLEditorPreferences.pickFont=Pick Font
+com.quantum.preferences.SQLEditorPreferences.defaultFont=Default Font
+com.quantum.preferences.SQLEditorPreferences.backgroundColor=Background Color
+com.quantum.preferences.SQLEditorPreferences.defaultTextColor=Default Text Color
+com.quantum.preferences.SQLEditorPreferences.keywordTextColor=Keyword Text Color
+com.quantum.preferences.SQLEditorPreferences.bold=Bold
+com.quantum.preferences.SQLEditorPreferences.commentTextColor=Comment Text Color
+com.quantum.preferences.SQLEditorPreferences.stringTextColor=String Text Color
+com.quantum.preferences.SQLEditorPreferences.numericTextColor=Numeric Text Color
+com.quantum.preferences.SQLEditorPreferences.default=Font: default
+com.quantum.preferences.SQLEditorPreferences.regularFont={0} {1}
+com.quantum.preferences.SQLEditorPreferences.boldFont={0} {1} Bold
+com.quantum.preferences.SQLEditorPreferences.italicFont={0} {1} Italic
+com.quantum.preferences.SQLEditorPreferences.boldItalicFont={0} {1} Bold Italic
+
com.quantum.properties.DatabaseInformationPropertyPage.product = Product:
com.quantum.properties.DatabaseInformationPropertyPage.unknown = <unknown>
com.quantum.properties.DatabaseInformationPropertyPage.error = QuantumDB could not retrieve the database information due to an error:
+com.quantum.properties.DataTypesPropertyPage.dataTypes = The following data types are supported by this database:
+com.quantum.properties.DataTypesPropertyPage.column0 = Data Type
+com.quantum.properties.DataTypesPropertyPage.column1 = Java Type
+com.quantum.properties.DataTypesPropertyPage.column2 = Precision
+com.quantum.properties.DataTypesPropertyPage.column3 = Literal Prefix
+com.quantum.properties.DataTypesPropertyPage.column4 = Literal Suffix
+com.quantum.properties.DataTypesPropertyPage.column5 = Create Parameters
+com.quantum.properties.DataTypesPropertyPage.unknown = <unknown>
+com.quantum.properties.DataTypesPropertyPage.error = QuantumDB could not retrieve the data type due to an error:
+
com.quantum.properties.BaseEntityPropertyPage.name = Name:
com.quantum.properties.BaseEntityPropertyPage.schema = Schema:
com.quantum.properties.BaseEntityPropertyPage.error = QuantumDB could not retrieve the information due to an error:
com.quantum.properties.ColumnPropertyPage.column6 = Remarks
com.quantum.properties.ColumnPropertyPage.true = Yes
com.quantum.properties.ColumnPropertyPage.false = No
+
+com.quantum.actions.BaseExecuteAction.execute1=Executing Query...
+com.quantum.actions.BaseExecuteAction.execute2=Executing Query..
+com.quantum.actions.BaseExecuteAction.done=Done ({0} queries executed, {1} rows updated, {2} result sets displayed, {3} errors, {4} seconds)
+com.quantum.actions.BaseExecuteAction.selectBookmark=Select a bookmark
+
+com.quantum.actions.ExecuteAction.textNoBookmark=Execute...
+com.quantum.actions.ExecuteAction.text=Execute Against "{0}"
+com.quantum.actions.ExecuteAction.parsing=Parsing sql script...
+com.quantum.actions.ExecuteAction.autocommitTitle=Autocommit changed
+com.quantum.actions.ExecuteAction.autocommitMessage=The autocommit setting of the bookmark, {0} has been changed.
+com.quantum.actions.CustomCopyAction.text = Custom Copy
+
+com.quantum.view.bookmark.CopyAction.text = Copy
+com.quantum.view.bookmark.DeleteAction.text = Delete
+com.quantum.view.bookmark.DeleteAction.confirmTitle = Delete Bookmark
+com.quantum.view.bookmark.DeleteAction.confirmText = Are you sure you want to delete the selected bookmarks?
+com.quantum.view.bookmark.DropEntityAction.text=Drop Table/View/Sequence...
+com.quantum.view.bookmark.GroupNode.TABLE=Tables
+com.quantum.view.bookmark.GroupNode.VIEW=Views
+com.quantum.view.bookmark.GroupNode.SEQUENCE=Sequences
+com.quantum.view.bookmark.PasteAction.text = Paste
+com.quantum.view.bookmark.QuickListNode.labelName=Quick List
+com.quantum.view.bookmark.QueryListNode.labelName=Recent SQL Statements
+com.quantum.view.bookmark.RenameAction.text = Rename
+com.quantum.view.bookmark.exportDataCSVAction.text=CSV Format
+
+com.quantum.view.bookmark.BookmarkViewActionGroup.sqlAction.text = SQL Statements
+
+com.quantum.view.driver.DeleteDriverAction.text=Delete
+com.quantum.view.driver.DeleteDriverAction.confirm=Confirm Delete
+com.quantum.view.driver.DeleteDriverAction.confirmText=Are you sure you want to delete "{0}"?
+com.quantum.view.driver.DeleteDriverAction.failed=Delete Failed
+com.quantum.view.driver.DeleteDriverAction.inUse=The selected driver is still in use.
+com.quantum.view.driver.DeleteDriverAction.cant=The selected driver cannot be deleted.
+
+com.quantum.view.tableview.NextPageAction.text=Next
+com.quantum.view.tableview.PreviousPageAction.text=Previous
+com.quantum.view.tableview.RefreshTableAction.text=Refresh
+com.quantum.view.tableview.ChangeEncodingAction.default=Default encoding
+com.quantum.view.tableview.ChangeEncodingAction.encoding=encoding
+com.quantum.view.tableview.CloseResultSetAction.text=Close Result Set
+com.quantum.view.tableview.CloseAllResultSetsAction.text=Close All Result Sets
+com.quantum.view.tableview.CopyAction.text=Copy
+com.quantum.view.tableview.SelectAllAction.text=Select All
+com.quantum.view.tableview.FullModeAction.text = Toggle Show All Table Rows
+com.quantum.view.tableview.TableViewActionGroup.filterSortTitle = Sort or Filter Table...
+com.quantum.view.tableview.TableViewActionGroup.filterSort=Filter and Sort
+
+com.quantum.view.tableview.ResultSetViewer.position = {0} to {1} of {2} rows.
+com.quantum.view.tableview.ResultSetViewer.unknown = <unknown>
+
+com.quantum.view.tableview.TableViewActionGroup.otherEncodingsAction.text = Other Encodings...
+
+com.quantum.wizards.URLSetupControl.text=JDBC Connection URL
+com.quantum.wizards.URLSetupControl.hostname=Host name:
+com.quantum.wizards.URLSetupControl.port=Port:
+com.quantum.wizards.URLSetupControl.dbname=Database name:
+com.quantum.wizards.URLSetupControl.datasource=Data Source:
+com.quantum.wizards.InformixURLSetupControl.informixserver=Informix Server:
+com.quantum.wizards.URLSetupControl.url=URL:
+
+com.quantum.ui.dialog.SQLExceptionDialog.title=SQL Exception
+com.quantum.ui.dialog.SQLExceptionDialog.sqlState=SQL State:
+com.quantum.ui.dialog.SQLExceptionDialog.errorCode=Error Code:
+com.quantum.ui.dialog.SQLExceptionDialog.titleWithBookmark=SQL Exception on Bookmark: {0}
+
+com.quantum.model.ConnectionException.couldNotInstaniateDriver = The driver, {0}, could not be instantiated.\nPlease ensure that the bookmark, {1}, is properly defined.
+