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..ec2da55 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 @@ -62,16 +62,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 @@ -157,9 +147,6 @@ 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... @@ -286,20 +273,93 @@ 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$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.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.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.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.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.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: +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