Brian Fitzpatrick | cbd0554 | 2009-06-02 15:08:06 +0000 | [diff] [blame^] | 1 | ############################################################################### |
| 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 | ############################################################################### |
| 11 | pluginName = Eclipse Data Tools Platform SQL Editor |
| 12 | providerName = Eclipse Data Tools Platform |
| 13 | |
hcao | 942e98c | 2006-01-13 13:45:48 +0000 | [diff] [blame] | 14 | category.datatools.name=Database Tools |
hcao | 9c192ab | 2007-08-22 08:15:43 +0000 | [diff] [blame] | 15 | category.datatools.description=Database Development tools |
hcao | 72ff57c | 2006-09-14 06:26:16 +0000 | [diff] [blame] | 16 | |
hcao | 942e98c | 2006-01-13 13:45:48 +0000 | [diff] [blame] | 17 | DatabaseManagement.command.explain=Get Execution Plan |
| 18 | DatabaseManagement.command.execute=Execute All |
| 19 | DatabaseManagement.command.execute.select=Execute Selected Text |
hcao | 4436b79d | 2009-01-21 10:33:29 +0000 | [diff] [blame] | 20 | DatabaseManagement.command.execute.current=Execute Current Text |
| 21 | DatabaseManagement.command.execute.as.one.statement=Execute Selected Text As One Statement |
jlindop | 60c8377 | 2008-01-02 14:45:50 +0000 | [diff] [blame] | 22 | DatabaseManagement.command.dmldialog.select=Edit in SQL Query Builder... |
hcao | 127fb3b | 2006-06-14 09:14:55 +0000 | [diff] [blame] | 23 | DatabaseManagement.ToggleComment=Toggle Comment |
hcao | 72ff57c | 2006-09-14 06:26:16 +0000 | [diff] [blame] | 24 | DatabaseManagement.command.run=Run |
| 25 | DatabaseManagement.command.debug=Debug |
| 26 | DatabaseManagement.command.savetodb=Save to Database |
| 27 | DatabaseManagement.command.refresh=Refresh from Database |
| 28 | DatabaseManagement.command.saveAsTemplate=Save as Template |
hcao | 982ae94 | 2008-12-12 07:29:57 +0000 | [diff] [blame] | 29 | DatabaseManagement.command.gotomatchingtoken=Goto Matching Token |
hcao | dc4416b | 2006-05-12 10:12:15 +0000 | [diff] [blame] | 30 | |
jgraham | c8c1f53 | 2006-01-23 22:52:42 +0000 | [diff] [blame] | 31 | sqlEditorName=SQL Editor |
hcao | e074eaa | 2006-02-11 03:39:54 +0000 | [diff] [blame] | 32 | |
hcao | 3d1b612 | 2006-03-17 18:32:40 +0000 | [diff] [blame] | 33 | sqlProblemName=SQL Syntax Validation Problem |
| 34 | sqlPortabilityName=SQL Portability Task |
hcao | 55ca005 | 2006-05-04 05:16:34 +0000 | [diff] [blame] | 35 | |
hcao | 72ff57c | 2006-09-14 06:26:16 +0000 | [diff] [blame] | 36 | database.development.perspective=Database Development |
| 37 | |
| 38 | templates.sql.generic.contextType.name=SQL |
| 39 | templates.sql.asa.contextType.name=SQL-ASA |
| 40 | templates.sql.ase.contextType.name=SQL-ASE |
| 41 | templates.sql.ase15.contextType.name=SQL-ASE15 |
| 42 | templates.sql.asiq.contextType.name=SQL-ASIQ |
| 43 | |
| 44 | context.editingSQL.name= Editing SQL |
| 45 | context.editingSQL.description= Editing SQL Context |
| 46 | |
| 47 | ActionDefinition.showSQLInfo.name= Show SQL Information |
| 48 | ActionDefinition.showSQLInfo.description= Shows the SQL information for the element at the cursor position |
| 49 | |
| 50 | #preference page names |
| 51 | DatabaseManagement.General=General |
| 52 | DatabaseManagement.EditorTemplates=Templates |
| 53 | DatabaseManagement.CodeAssist=Code Assist |
| 54 | DatabaseManagement.SQLEditor=SQL Editor |
| 55 | DatabaseManagement.ConnectionOptions=Connection Level Options |
hcao | cd7bc8b | 2008-03-22 13:04:01 +0000 | [diff] [blame] | 56 | DatabaseManagement.SyntaxColoring=Syntax Coloring |
hcao | 72ff57c | 2006-09-14 06:26:16 +0000 | [diff] [blame] | 57 | |