blob: 13d1144c61183613c01e676642c22c2f1338895c [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-2009 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.
# Properties
AdaptorClass=Adaptor class
AdaptorClassDescription=Class of adaptor used
DatabaseURL=Database URL
DatabaseURLDescription=URL of connected database
DriverFiles=Driver File(s)
DriverURL=Driver
DriverURLDescription=Database driver
DatabasePrefix=Database URL prefix
DatabasePrefixDescription=Template for URL of database connection (for convenience)
User=Utente
UserDescription=Active user
ReadOnly=Read only
ReadOnlyDescription=Read only database
GroupBy=GROUP BY support
GroupByDescription=GROUP BY support
OuterJoin=OUTER JOIN support
OuterJoinDescription=OUTER JOIN support
UnionSupport=UNION support
UnionSupportDescription=UNION support
DatabaseProduct=Database product name
DatabaseProductDescription=Database product name
DatabaseVersion=Database version
DatabaseVersionDescription=Database version
RememberPassword=Remember password
RememberPasswordDescription=Remember password
Catalog=Catalogo
CatalogDescription=Catalogo
DisplayName=Display name
DisplayNameDescription=Display name
DefaultCatalog=Default Catalog
Schema=Schema
SchemaDescription=Schema
DefaultSchema=Default Schema
Product=Prodotto
ColumnType=Column type
ColumnTypeDescription=Column type
Remarks=Notes
RemarksDescription=Notes
Type=Tipo
TypeDescription=Tipo
Null=Nulls allowed
NullDescription=Nulls allowed
Datatype=Data type
DatatypeDescription=Data type
Default=Default value
DefaultDescription=Default value
ColumnSize=Column size
ColumnSizeDescription=Column size
DecimalDigits=Decimal digits
DecimalDigitsDescription=Decimal digits
Position=Posizione
PositionDescription=Posizione
PositionInFK=Position in foreign key
PositionInFKDescription=Position in foreign key
ReferredFKSchema=Referred schema
ReferredFKTable=Referred table
ReferredFKColumn=Referred column
ReferringFKSchema=Referring schema
ReferringFKTable=Referring table
ReferringFKColumn=Referring column
Index=Indice
IndexDescription=Indice
StoredProcedure=Stored procedure
StoredProcedureDescription=Stored procedure
StoredFunction=Stored function
StoredFunctionDescription=Stored function
In=In
Out=Out
InOut=In/Out
Return=Return
Unique=&Unique
UniqueNoMnemonic=Unique
UniqueDescription=Unique
Qualifier=Qualifier
QualifierDescription=Qualifier
Filter=Filtro
FilterDescription=Filtro
Ordinal=Ordinal
OrdinalDescription=Ordinal
PrimaryCatalog=Primary catalog
PrimaryCatalogDescription=Primary catalog
PrimarySchema=Primary schema
PrimarySchemaDescription=Primary schema
PrimaryTable=Primary table
PrimaryTableDescription=Primary table
PrimaryColumn=Primary column
PrimaryColumnDescription=Primary column
ForeingCatalog=Catalogo
ForeingCatalogDescription=Catalogo
ForeingSchema=Schema
ForeingSchemaDescription=Schema
ForeignColumn=Colonna
ForeignColumnDescription=Colonna
KeySeq=Keyseq
KeySeqDescription=Keyseq
# 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
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=Si
No=No
# 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
PROP_capitializeUsername=Capitalize username
# String properties
databaseProductName=Database product name
databaseProductVersion=Database product version