blob: 44615b0d1f0c86f7f0682227db13544d83fca4f1 [file] [log] [blame]
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
#
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
# Other names may be trademarks of their respective owners.
#
# The contents of this file are subject to the terms of either the GNU
# General Public License Version 2 only ("GPL") or the Common
# Development and Distribution License("CDDL") (collectively, the
# "License"). You may not use this file except in compliance with the
# License. You can obtain a copy of the License at
# http://www.netbeans.org/cddl-gplv2.html
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
# specific language governing permissions and limitations under the
# License. When distributing the software, include this License Header
# Notice in each file and include the License file at
# nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this
# particular file as subject to the "Classpath" exception as provided
# by Oracle in the GPL Version 2 section of the License file that
# accompanied this code. If applicable, add the following below the
# License Header, with the fields enclosed by brackets [] replaced by
# your own identifying information:
# "Portions Copyrighted [year] [name of copyright owner]"
#
# Contributor(s):
#
# The Original Software is NetBeans. The Initial Developer of the Original
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
# Microsystems, Inc. All Rights Reserved.
#
# If you wish your version of this file to be governed by only the CDDL
# or only the GPL Version 2, indicate your decision by adding
# "[Contributor] elects to include this software in this distribution
# under the [CDDL or GPL Version 2] license." If you do not indicate a
# single choice of license, a recipient has the option to distribute
# your version of this file under either the CDDL, the GPL Version 2 or
# to extend the choice of license to its licensees as provided above.
# However, if you add GPL Version 2 code and therefore, elected the GPL
# Version 2 license, then the option applies only if the new code is
# made subject to such option by the copyright holder.
#Output window name
LBL_Output_Window=Databank onderzoeker
# Booleans
proceduresAreCallable = Procedures are callable
tablesAreSelectable = Tables are selectable
readOnly = Read only
localFiles = Local files
localFilePerTable = Local files per table
mixedCaseIdentifiers = Mixed-case identifiers
mixedCaseQuotedIdentifiers = Mixed-case quoted identifiers
alterTableWithAddColumn = Alter table with add column
alterTableWithDropColumn = Alter table with drop column
columnAliasing = Column aliasing
nullPlusNonNullIsNull = Null plus null is null
convert = Convert
tableCorrelationNames = Table correlation names
differentTableCorrelationNames = Different table correlation names
expressionsInOrderBy = Expressions in order by
orderByUnrelated = Unrelated order by
groupBy = Group by support
groupByUnrelated = Unrelated group by support
groupByBeyondSelect = Group by beyond select
likeEscapeClause = Like escape clause
multipleResultSets = Multiple result sets
multipleTransactions = Multiple transactions
nonNullableColumns = Non-nullable columns
minimumSQLGrammar = Minimal SQL grammar
coreSQLGrammar = Core SQL grammar
extendedSQLGrammar = Extended SQL grammar
ANSI92EntryLevelSQL = ANSI 92 entry level SQL
ANSI92IntermediateSQL = ANSI 92 intermediate level SQL
ANSI92FullSQL = ANSI 92 full level SQL
IntegrityEnhancementFacility = Integrity enhancements facility
outerJoins = Outer joins
fullOuterJoins = Full outer joins
limitedOuterJoins = Limited outer joins
catalogAtStart = Catalog at start
schemasInDataManipulation = Schemas in DML
schemasInProcedureCalls = Schemas in procedure calls
schemasInTableDefinitions = Schemas in table definitions
schemasInIndexDefinitions = Schemas in index calls
schemasInPrivilegeDefinitions = Schemas in privilege calls
catalogsInDataManipulation = Catalogs in DML
catalogsInProcedureCalls = Catalogs in procedure calls
catalogsInTableDefinitions = Catalogs in table definitions
catalogsInIndexDefinitions = Catalogs in index definitions
catalogsInPrivilegeDefinitions = Catalogs in privilege definitions
positionedDelete = Positioned delete
positionedUpdate = Positioned update
selectForUpdate = Select for update
storedProcedures = Stored procedures supported
subqueriesInComparisons = Subqueries in comparisons
subqueriesInExists = Subqueries in exists
subqueriesInIns = Subqueries in inserts
subqueriesInQuantifieds = Subqueries in quantifieds
correlatedSubqueries = Correlated subqueries
union = Union support
unionAll = Union all support
openCursorsAcrossCommit = Open cursors across commit
openCursorsAcrossRollback = Open cursors across rollback
openStatementsAcrossCommit = Open statements across commit
openStatementsAcrossRollback = Open statements across rollback
maxRowSizeIncludeBlobs = Max rowsize includes BLOBs
transactions = Transaction support
dataDefinitionAndDataManipulationTransactions = DDL and DML in transactions
dataManipulationTransactionsOnly = DML only
dataDefinitionCausesTransactionCommit = DDL causes commit
dataDefinitionIgnoredInTransactions = DDL ignored in transactions
batchUpdates = Batch updates
# Integer properties
nullSort = Null sort
identifierStore = Identifier store
quotedIdentifierStore = Quoted identifier store
maxBinaryLiteralLength = Max binary literal search
maxCharLiteralLength = Max character literal search
maxColumnNameLength = Max column name search
maxColumnsInGroupBy = Max columns group by
maxColumnsInIndex = Max columns in index
maxColumnsInOrderBy = Max columns order by
maxColumnsInSelect = Max columns in select
maxColumnsInTable = Max columns in table
maxConnections = Max connections
maxCursorNameLength = Max cursor name length
maxIndexLength = Max index length
maxSchemaNameLength = Max schema name length
maxProcedureNameLength = Max procedure name length
maxCatalogNameLength = Max catalog name length
maxRowSize = Max row size
maxStatementLength = Max statement length
maxStatements = Max statements
maxTableNameLength = Max table name length
maxTablesInSelect = Max tables in select
maxUserNameLength = Max user name length
defaultTransactionIsolation = Max transaction isolation
# String properties
databaseProductName = Database product name
databaseProductVersion = Database product version
driverName = Driver name
driverVersion = Driver version
driverMajorVersion = Driver major version
driverMinorVersion = Driver minor version
identifierQuoteString = Identifier quoted string
SQLKeywords = SQL keywords
numericFunctions = Numeric functions
stringFunctions = String functions
systemFunctions = System functions
timeDateFunctions = Time and date functions
searchStringEscape = Search string escape
extraNameCharacters = Extra name characters
schemaTerm = Schema term
procedureTerm = Procedure term
catalogTerm = Catalog term
catalogSeparator = Catalog separator
Yes = Ja
No = Nee
NotSet = Not set
# Queries
PROP_proceduresQuery = Procedures query
PROP_procedureColumnsQuery = Procedure columns query
PROP_schemasQuery = Schemas query
PROP_catalogsQuery = Catalogs query
PROP_tablesQuery = Tables query
PROP_tableTypesQuery = Field types query
PROP_columnsQuery = Columns query
PROP_columnPrivilegesQuery = Column privileges query
PROP_tablePrivilegesQuery = Table privileges query
PROP_bestRowIdentifierQuery = Best row identifier query
PROP_versionColumnsQuery = Version columns query
PROP_primaryKeysQuery = Primary keys query
PROP_importedKeysQuery = Imported keys query
PROP_exportedKeysQuery = Exported keys query
PROP_crossReferenceQuery = Cross reference query
PROP_typeInfoQuery = Type info query
PROP_indexInfoQuery = Index info query
PROP_UDTsQuery = User-defined types query
# [PENDING] misspelling in key name...pls. check
PROP_capitializeUsername = Capitalize username
EXC_UnableToOpenStream = unable to open stream {0}
EXC_CommandNotSupported = command {0} is not supported by system
EXC_AdaptorInterface=adaptor should implement DatabaseAdaptor interface
EXC_AdaptorUnspecClass=unspecified adaptor class
EXC_ConnOpen=connection open
EXC_ConnNot=no connection specified
EXC_ConnUnableClose=unable to close connection
EXC_UnableFindOrInitCommand=unable to find or init class {0} for command {1} ({2})
EXC_Expected=expected {0}, found: {1}
EXC_UnexpectedKey=unexpected key, found: {0}
EXC_ExpectedObject=expected object, found: {0}
EXC_Unknown=unknown object name
EXC_NoFormatSpec=no format specified
EXC_UnableLocateObject=unable to locate binded object {0}
EXC_UnableLocateType=unable to locate type {0} in: {1}
EXC_UnableToFormat=Unable to format command:
EXC_UnableToExecute=Unable to execute command:
EXC_UnableToBind=unable bind type {0}, table: {1}
EXC_NoConnection=no connection available
EXC_NoDBMetadata=no database metadata available