X-Git-Url: http://git.phpeclipse.com diff --git a/archive/net.sourceforge.phpeclipse.quantum.sql/src/com/quantum/QuantumResources.properties b/archive/net.sourceforge.phpeclipse.quantum.sql/src/com/quantum/QuantumResources.properties index 26b824f..5a7f4ea 100644 --- a/archive/net.sourceforge.phpeclipse.quantum.sql/src/com/quantum/QuantumResources.properties +++ b/archive/net.sourceforge.phpeclipse.quantum.sql/src/com/quantum/QuantumResources.properties @@ -16,7 +16,6 @@ bookmarkview.deleteAllRows = Delete all rows from 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 @@ -30,7 +29,6 @@ tableview.close = Close Table 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 @@ -62,16 +60,6 @@ filedialog.options.ConfirmOverwrite = y filedialog.message.ConfirmOverwriteTitle = Confirm Overwrite filedialog.message.ConfirmOverwriteMessage = This file already exists : filedialog.message.ConfirmOverwriteQuestion= \n\nDo you want to overwrite it? -adapters.generic = Generic JDBC -adapters.oracle = Oracle -adapters.postgres = Postgres -adapters.mysql = MySQL -adapters.db2 = DB2 -adapters.db2as400 = DB2 for AS400 -adapters.adabasd = Adabas-D -adapters.informix = Informix -adapters.redbrick = Red Brick -adapters.sybase = Sybase QuantumPlugin.save_2=save QuantumPlugin.icons_3=icons/ QuantumPlugin.quantum.keyword.color_6=quantum.keyword.color @@ -81,16 +69,6 @@ QuantumPlugin.Not_saving_unchanged_bookmarks_18=Not saving unchanged bookmarks 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 @@ -141,25 +119,6 @@ MetaDataKeySeparator=: 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: -BookmarkLabelProvider.TablePrefix= -BookmarkLabelProvider.ViewPrefix= -BookmarkLabelProvider.SequencePrefix= DeleteColumnAction.DeleteColumns=Delete Columns... DeleteColumnAction.ConfirmDeleteColumns=Are you sure you want to delete the selected columns? DeleteObjectAction.DeleteSubset=Delete Subset... @@ -187,10 +146,13 @@ SubsetView.CreatesANewEmptySubset=Creates a new empty 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) @@ -205,7 +167,7 @@ BookmarkWizard.PasswordAst=Password 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... @@ -228,11 +190,6 @@ BookmarkView.SetExtraSchemas=Set Extra Schemas 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 @@ -246,8 +203,9 @@ com.quantum.actions.ConnectAction.multiFailureMessage = {0} database(s) successf 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 @@ -258,18 +216,25 @@ com.quantum.actions.DeleteAllRowsAction.confirmTitle = Warning 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 @@ -286,20 +251,174 @@ com.quantum.ui.dialog.ExceptionDisplayDialog.java.sql.IOException.title=I/O Exce com.quantum.ui.dialog.ExceptionDisplayDialog.java.sql.IOException.message=A problem was encountered while trying to access the file. com.quantum.ui.dialog.ExceptionDisplayDialog.java.sql.SQLException.title=SQL Exception com.quantum.ui.dialog.ExceptionDisplayDialog.java.sql.SQLException.message=An SQL Exception was encountered while trying to process your request. -BookmarkWizard.Error=Error -BookmarkWizard.bookmarkAlreadyExists=The selected bookmark name already exists. -com.quantum.wizards.NewBookmarkPage1.driverColumn0=JDBC Driver Name -com.quantum.wizards.NewBookmarkPage1.driverColumn1=Driver Class Name -com.quantum.wizards.NewBookmarkPage1.driverColumn2=Version -com.quantum.wizards.NewBookmarkPage1.driverColumn3=File Path +com.quantum.wizards.JDBCDriverSelectionWizardPage.addDriver=Add driver... +com.quantum.wizards.JDBCDriverSelectionWizardPage.title=JDBC Driver +com.quantum.wizards.JDBCDriverSelectionWizardPage.description=Choose one of the drivers from the list or click the Add driver button + +com.quantum.wizards.BookmarkConnectionWizardPage.title=Connection details +com.quantum.wizards.BookmarkConnectionWizardPage.description=Provide the information needed to connect to the database +com.quantum.wizards.BookmarkConnectionWizardPage.userid=Userid: +com.quantum.wizards.BookmarkConnectionWizardPage.password=Password: +com.quantum.wizards.BookmarkConnectionWizardPage.prompt=Prompt for password +com.quantum.wizards.BookmarkConnectionWizardPage.url=JDBC URL: + +com.quantum.wizards.BookmarkNameWizardPage.title=Bookmark Name +com.quantum.wizards.BookmarkNameWizardPage.description=What name do you want for your bookmark? +com.quantum.wizards.BookmarkNameWizardPage.name=Name: +com.quantum.wizards.BookmarkNameWizardPage.alreadyExists=A bookmark with that name already exists. +com.quantum.wizards.BookmarkNameWizardPage.mustProvide=Please provide a bookmark name. + +com.quantum.wizards.SchemaSelectionWizardPage.title=Schemas +com.quantum.wizards.SchemaSelectionWizardPage.description=Which schemas should be displayed? com.quantum.view.JDBCDriverTableViewer.driverColumn0=JDBC Driver Name com.quantum.view.JDBCDriverTableViewer.driverColumn1=Driver Class Name -com.quantum.view.JDBCDriverTableViewer.driverColumn2=Version -com.quantum.view.JDBCDriverTableViewer.driverColumn3=File Path +com.quantum.view.JDBCDriverTableViewer.driverColumn2=Driver Type +com.quantum.view.JDBCDriverTableViewer.driverColumn3=Version +com.quantum.view.JDBCDriverTableViewer.driverColumn4=File Path + +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.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.connectMessage = We must connect to the database to retrieve schemas. +com.quantum.view.SchemaSelectionControl.useAllSchemas = Show all schemas +com.quantum.view.SchemaSelectionControl.useUsernameAsSchema = Show the default schema +com.quantum.view.SchemaSelectionControl.useSelectedSchemas = Show selected schemas + +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 = +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 = +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.ReferencesPropertyPage.column0 = Constraint Name +com.quantum.properties.ReferencesPropertyPage.column1 = Primary +com.quantum.properties.ReferencesPropertyPage.column2 = Foreign +com.quantum.properties.ReferencesPropertyPage.column3 = On Delete +com.quantum.properties.ReferencesPropertyPage.importedKeyNoAction = NO ACTION +com.quantum.properties.ReferencesPropertyPage.importedKeyCascade = CASCADE +com.quantum.properties.ReferencesPropertyPage.importedKeySetNull = SET NULL +com.quantum.properties.ReferencesPropertyPage.importedKeySetDefault = SET DEFAULT +com.quantum.properties.ReferencesPropertyPage.importedKeyRestrict = RESTRICT + +com.quantum.properties.IndexPropertyPage.column0 = Index Name +com.quantum.properties.IndexPropertyPage.column1 = Column Name +com.quantum.properties.IndexPropertyPage.column2 = Order +com.quantum.properties.IndexPropertyPage.ascending = Ascending +com.quantum.properties.IndexPropertyPage.descending = Descending + +com.quantum.properties.ColumnPropertyPage.column0 = Name +com.quantum.properties.ColumnPropertyPage.column1 = Type +com.quantum.properties.ColumnPropertyPage.column2 = Size +com.quantum.properties.ColumnPropertyPage.column3 = Digits +com.quantum.properties.ColumnPropertyPage.column4 = Primary Key +com.quantum.properties.ColumnPropertyPage.column5 = Nullable +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 = + +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. -com.quantum.ui.dialog.AddDriverDialog.title=Add Driver -com.quantum.ui.dialog.AddDriverDialog.browse=Browse -com.quantum.ui.dialog.AddDriverDialog.fileName=File name: -com.quantum.ui.dialog.AddDriverDialog.driverClassName=Class name: