blob: 5ea314e4d3fe25aa1b56a8d3a2bc0ef59ec8f63a [file] [log] [blame]
Brian Fitzpatrickcbd05542009-06-02 15:08:06 +00001###############################################################################
2# Copyright (c) 2008 Sybase, Inc. and others.
3# All rights reserved. This program and the accompanying materials
4# are made available under the terms of the Eclipse Public License v1.0
5# which accompanies this distribution, and is available at
6# http://www.eclipse.org/legal/epl-v10.html
7#
8# Contributors:
9# Sybase, Inc. - initial API and implementation
10###############################################################################
11pluginName = Eclipse Data Tools Platform SQL Editor
12providerName = Eclipse Data Tools Platform
13
hcao942e98c2006-01-13 13:45:48 +000014category.datatools.name=Database Tools
hcao9c192ab2007-08-22 08:15:43 +000015category.datatools.description=Database Development tools
hcao72ff57c2006-09-14 06:26:16 +000016
hcao942e98c2006-01-13 13:45:48 +000017DatabaseManagement.command.explain=Get Execution Plan
18DatabaseManagement.command.execute=Execute All
19DatabaseManagement.command.execute.select=Execute Selected Text
hcao4436b79d2009-01-21 10:33:29 +000020DatabaseManagement.command.execute.current=Execute Current Text
21DatabaseManagement.command.execute.as.one.statement=Execute Selected Text As One Statement
jlindop60c83772008-01-02 14:45:50 +000022DatabaseManagement.command.dmldialog.select=Edit in SQL Query Builder...
hcao127fb3b2006-06-14 09:14:55 +000023DatabaseManagement.ToggleComment=Toggle Comment
hcao72ff57c2006-09-14 06:26:16 +000024DatabaseManagement.command.run=Run
25DatabaseManagement.command.debug=Debug
26DatabaseManagement.command.savetodb=Save to Database
27DatabaseManagement.command.refresh=Refresh from Database
28DatabaseManagement.command.saveAsTemplate=Save as Template
hcao982ae942008-12-12 07:29:57 +000029DatabaseManagement.command.gotomatchingtoken=Goto Matching Token
hcaodc4416b2006-05-12 10:12:15 +000030
jgrahamc8c1f532006-01-23 22:52:42 +000031sqlEditorName=SQL Editor
hcaoe074eaa2006-02-11 03:39:54 +000032
hcao3d1b6122006-03-17 18:32:40 +000033sqlProblemName=SQL Syntax Validation Problem
34sqlPortabilityName=SQL Portability Task
hcao55ca0052006-05-04 05:16:34 +000035
hcao72ff57c2006-09-14 06:26:16 +000036database.development.perspective=Database Development
37
38templates.sql.generic.contextType.name=SQL
39templates.sql.asa.contextType.name=SQL-ASA
40templates.sql.ase.contextType.name=SQL-ASE
41templates.sql.ase15.contextType.name=SQL-ASE15
42templates.sql.asiq.contextType.name=SQL-ASIQ
43
44context.editingSQL.name= Editing SQL
45context.editingSQL.description= Editing SQL Context
46
47ActionDefinition.showSQLInfo.name= Show SQL Information
48ActionDefinition.showSQLInfo.description= Shows the SQL information for the element at the cursor position
49
50#preference page names
51DatabaseManagement.General=General
52DatabaseManagement.EditorTemplates=Templates
53DatabaseManagement.CodeAssist=Code Assist
54DatabaseManagement.SQLEditor=SQL Editor
55DatabaseManagement.ConnectionOptions=Connection Level Options
hcaocd7bc8b2008-03-22 13:04:01 +000056DatabaseManagement.SyntaxColoring=Syntax Coloring
hcao72ff57c2006-09-14 06:26:16 +000057