All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sourceforge.squirrel_sql.client.session.properties.I18NStrings.properties Maven / Gradle / Ivy

Go to download

This is the jar that contains the main application classes which are very specific to SQuirreLSQL.

The newest version!
SessionSQLPropertiesPanel.abortonerror=Abort On Error
SessionSQLPropertiesPanel.writesqlerrorstolog=Write SQL Execution Errors to log file
SessionSQLPropertiesPanel.autocommit=Auto Commit SQL
SessionSQLPropertiesPanel.commitonclose=Commit On Closing Session
SessionSQLPropertiesPanel.font=Font
SessionSQLPropertiesPanel.limitrows=SQL results - Limit rows
SessionSQLPropertiesPanel.limitrowsShort=Limit rows
SessionSQLPropertiesPanel.fetchSize=Fetch Rows at once
SessionSQLPropertiesPanel.limitsqlhistorysize=Limit SQL History Combo Size
SessionSQLPropertiesPanel.rows=rows
SessionSQLPropertiesPanel.sharesqlhistory=Share SQL History
SessionSQLPropertiesPanel.showresultsmd=Show SQL Results MetaData (can slow application)
SessionSQLPropertiesPanel.sql=SQL
SessionSQLPropertiesPanel.sqlentryarea=SQL Entry Area
SessionSQLPropertiesPanel.sqlhistory=SQL History
SessionSQLPropertiesPanel.solcomment=Start of Line Comment
SessionSQLPropertiesPanel.stmtsep=Statement Separator:
SessionSQLPropertiesPanel.limitsqlresulttabs=Maximum limit of SQL Result Tabs
SessionSQLPropertiesPanel.tabs=tabs
SessionSQLPropertiesPanel.loadColumsInBackground=Load columns in background
SessionSQLPropertiesPanel.loadColsInBackgroundDescription=Loading columns in background might help users with databases that contain a lot of objects and/or users that work with low data transfer rates. Syntax highlightning and code completion may work less exact if this option is checked. It is recommended to use this option only if you feel that the SQL editor hangs.
SessionObjectTreePropertiesPanel.filterNote=Object tree display filters for Catalogs, Schemas, and other DB-Objects (Tables, Views, ...) may be configured here. Filters are given as comma separated lists and may use the follwing placeholders:\n% means zero or many characters\n_ means one single character\nNote:\nThese filters only influence displays in the Object tree nonetheless objects are still loaded. To influence Object loading use Alias Schema properties.

SessionObjectTreePropertiesPanel.catalogInclude=Catalog include
SessionObjectTreePropertiesPanel.schemaInclude=Schema include
SessionObjectTreePropertiesPanel.objectInclude=Objects include
SessionObjectTreePropertiesPanel.catalogExclude=Catalog exclude
SessionObjectTreePropertiesPanel.schemaExclude=Schema exclude
SessionObjectTreePropertiesPanel.objectExclude=Objects exclude

#
#Missing/changed properties generated by I18n Plugin on Wed Jan 25 22:27:53 CET 2006
#
editWherColsSheet.close=Close
editWherColsSheet.ok=OK
editWherColsSheet.output=Output
editWherColsSheet.reset=Reset
editWhereColsPanel.cannotRemoveAllCols=You cannot remove all of the fields from the 'use columns' list.
editWhereColsPanel.limitColsInCell=Limit Columns in Cell Edit
editWhereColsPanel.limitColsInCellHint=Limit columns used in WHERE clause when editing table
editWhereColsPanel.notUseColumns=Not Use Columns
editWhereColsPanel.useColumns=Use Columns
editWhereColsSheet.editWhereColumns=Edit 'WHERE' columns
editWhereColsSheet.limitSizeOfWhereClause=Limit the size of the WHERE clause used behind the scenes when editing cell contents.
editWhereColsPanel.noPK=The table ''{0}'' doesn't have a primary key.
editWhereColsSheet.shouldIncludePKs=The 'use' window should include at least the primary keys for the table.
editWhereColsSheet.unableToEdit=Unable to get list of columns, {0}
editWhereColsPanel.usePKLabel=Use PK
generalPropertiesPanel.bottom=Bottom
generalPropertiesPanel.left=Left
generalPropertiesPanel.right=Right
generalPropertiesPanel.rows=rows
generalPropertiesPanel.top=Top
generalPropertiesPanel.horizontal=Horizontal
generalPropertiesPanel.vertical=Vertical
generalSessionPropertiesPanel.appearance=Appearance
generalSessionPropertiesPanel.dataTYpe1=Properties for the individual Data Types may be set in the
generalSessionPropertiesPanel.dataTYpe2='General Preferences' window under the 'Data Type Controls' tab.
generalSessionPropertiesPanel.editableTable=Editable Table
generalSessionPropertiesPanel.generalSettings=General settings for the current session
generalSessionPropertiesPanel.mainTabs=Main Tabs:
generalSessionPropertiesPanel.metaData=Meta Data:
generalSessionPropertiesPanel.objectTabs=Object Tabs:
generalSessionPropertiesPanel.showToolbar=Show toolbar
generalSessionPropertiesPanel.sqlExecTabs=SQL Execution Tabs:
generalSessionPropertiesPanel.sqlResultTabs=SQL Results Tabs:
generalSessionPropertiesPanel.sqlResults=SQL Results:
generalSessionPropertiesPanel.tableContents=Table Contents:
generalSessionPropertiesPanel.text=Text
generalSessionPropertiesPanel.sqlPanelOrientation=SQL panel layout:
sessionObjectTreePropetiesPanel.filters=Filters
sessionPropertiesPanel.catalogPrefix=Limit Catalog Objects using these comma-delimited prefixes:
sessionPropertiesPanel.limitRowsContents=Contents - Limit rows
sessionPropertiesPanel.loadSchemasCatalogs=Load Schemas/Catalogs into object tree
sessionPropertiesPanel.objectTree=Object Tree
sessionPropertiesPanel.schemaPrefix=Limit Schema Objects using these comma-delimited prefixes:
sessionPropertiesPanel.showRowCount=Show Row Count for Tables (can slow application)
sessionPropertiesSheet.close=Close
sessionPropertiesSheet.ok=OK
sessionPropertiesSheet.sessionProperties=- Session Properties

sessionPropertiesPanel.objectFilterMeans=Object Filter:\n"%" means match any substring of 0 or more characters\n"_" means match any one character
generalSessionPropertiesPanel.general=General

generalSessionPropertiesPanel.table=Table

SessionSQLPropertiesPanel.removeMultiLineComment=Remove multi line comment (/*...*/) from SQL before sending to database

SessionObjectTreePropertiesPanel.schemaPrefixNote=(Note: This property only influences Schema display in the Object tree. To configure Schema loading use Alias properties.)


SessionSQLPropertiesPanel.tokenizerNotEditableMsg=One or more of the following properties are not editable because they are perdefined by your database specific Plugin. You may be able to change these properties in the Plugin's Globale Preferences.

generalSessionPropertiesPanel.chkKeepTableLayoutOnRerun=Keep SQL result table layout on rerun SQL

SessionSQLPropertiesPanel.columnLoading=Column loading

SessionSQLPropertiesPanel.showSQLErrorsInTab=Show SQL execution errors in result tab

SessionSQLPropertiesPanel.sqlResultLoading=SQL result loading
SessionSQLPropertiesPanel.readOn=SQL results - Read on
SessionSQLPropertiesPanel.readOnWarning=The "Read on" option reads more rows when scrolling to the end of SQL results. It has the following drawbacks:\n1. JDBC-Statements and ResultSets have to be kept open as long as the result tab is displayed.\n2. Stored procedures that return more than one result set can't be supported because asking a JDBC-Statement for more results intrinsically closes former result sets.\n3. Because Statement.setMaxResults() isn't called performance problems may arise with some RDBMs/JDBC drivers.
SessionSQLPropertiesPanel.rowsPerBlock=rows to read on

ResultLimitAndReadOnPanelSmallPanel.limitRows=Limit Rows:

ResultLimitAndReadOnPanelSmallPanel.readOnWithBlockSize=Read on, Block size:

ResultLimitAndReadOnPanelSmallPanel.readOnWarningHtml=The "Read on" option reads more rows when scrolling to the end of SQL results. It has the following drawbacks:
  1. JDBC-Statements and ResultSets have to be kept open as long as the result tab is displayed.
  2. Stored procedures that return more than one result set can't be supported because asking a JDBC-Statement for more results intrinsically closes former result sets.
  3. Because Statement.setMaxResults() isn't called performance problems may arise with some RDBMs/JDBC drivers.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy