1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184
|
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#Output window name
LBL_Output_Window=Database Explorer
# 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 = Yes
No = No
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
|