david_williams | cfdb2cd | 2004-11-11 08:37:49 +0000 | [diff] [blame] | 1 | ############################################################################### |
| 2 | # Copyright (c) 2001, 2004 IBM Corporation 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 | # IBM Corporation - initial API and implementation |
| 10 | # Jens Lukowski/Innoopract - initial renaming/restructuring |
| 11 | # |
| 12 | ############################################################################### |
nitind | 2373989 | 2004-12-06 05:51:11 +0000 | [diff] [blame] | 13 | providerName=Eclipse.org |
| 14 | pluginName=Structured Source Editor |
| 15 | nlFeatureName=Structured Source Editor NL Support |
david_williams | cfdb2cd | 2004-11-11 08:37:49 +0000 | [diff] [blame] | 16 | Standalone_Structured_Source_Editor.name=Standalone Structured Source Editor |
| 17 | # Name on preferences page |
| 18 | WEB_AND_XML_Files.name=Web and XML |
| 19 | Structured_Text_Editor.name=Structured Text Editors |
| 20 | |
| 21 | # |
| 22 | sourceEditorFontDefiniton.label=Structured Text Editor Text Font |
david_williams | cfdb2cd | 2004-11-11 08:37:49 +0000 | [diff] [blame] | 23 | |
| 24 | Adapter_Factory_Description_Extension.name=Adapter Factory Description Extension |
| 25 | Embedded_Content_Type_Adapter_Factory_Provider_Extension.name=Embedded Content Type Adapter Factory Provider Extension |
| 26 | Extended_Editor_Actions_Extension.name=Extended Editor Actions Extension |
| 27 | Drop_Target_Transfers_Extension.name=Drop Target Transfers Extension |
david_williams | cfdb2cd | 2004-11-11 08:37:49 +0000 | [diff] [blame] | 28 | Extended_Editor_Configuration_Extension.name=Extended Editor Configuration Extension |
| 29 | ########################################################################## |
| 30 | # These strings are used in Workbench Keys Preferences |
| 31 | ########################################################################## |
| 32 | scope.structuredTextEditor.name=Editing in Structured Text Editors |
| 33 | scope.structuredTextEditor.description=Editing in Structured Text Editors |
david_williams | cfdb2cd | 2004-11-11 08:37:49 +0000 | [diff] [blame] | 34 | command.toggle.comment.name=Toggle Comment |
| 35 | command.toggle.comment.description=Toggle Comment |
| 36 | command.add.block.comment.name=Add Block Comment |
| 37 | command.add.block.comment.description=Add Block Comment |
| 38 | command.remove.block.comment.name=Remove Block Comment |
| 39 | command.remove.block.comment.description=Remove Block Comment |
| 40 | command.cleanup.document.name=Cleanup Document |
| 41 | command.cleanup.document.description=Cleanup document |
| 42 | command.format.document.name=Format Document |
| 43 | command.format.document.description=Format document |
| 44 | command.format.active.elements.name=Format Active Elements |
| 45 | command.format.active.elements.description=Format active elements |
| 46 | command.open.file.from.source.name=Open Selection |
| 47 | command.open.file.from.source.description=Open an editor on the selected link |
| 48 | command.search.find.occurrences.name=Occurrences in File |
| 49 | command.search.find.occurrences.description=Find occurrences of the selection in the file |
| 50 | ActionDefinition.selectEnclosing.name=Select Enclosing Element |
| 51 | ActionDefinition.selectEnclosing.description=Expand selection to include enclosing element |
| 52 | ActionDefinition.selectNext.name=Select Next Element |
| 53 | ActionDefinition.selectNext.description=Expand selection to include next sibling |
| 54 | ActionDefinition.selectPrevious.name=Select Previous Element |
| 55 | ActionDefinition.selectPrevious.description=Expand selection to include previous sibling |
| 56 | ActionDefinition.selectLast.name=Restore Last Selection |
| 57 | ActionDefinition.selectLast.description=Restore last selection |
| 58 | ActionDefinition.showJavadoc.name=Show Tooltip Description |
| 59 | ActionDefinition.showJavadoc.description=Displays the hover help for the selected element |
| 60 | ActionDefinition.quickFix.name=Quick Fix |
| 61 | ActionDefinition.quickFix.description=Quick Fix |
| 62 | |
| 63 | ########################################################################## |
| 64 | # These strings are used in file and container resource popup menu |
| 65 | ########################################################################## |
| 66 | Source=&Source |
| 67 | FormatDocument=&Format document |
david_williams | cfdb2cd | 2004-11-11 08:37:49 +0000 | [diff] [blame] | 68 | |
| 69 | ## |
| 70 | Spell_Check_label=Spell Check |
| 71 | Spell_Check_tooltip=Spell Check |
nitind | 2373989 | 2004-12-06 05:51:11 +0000 | [diff] [blame] | 72 | # |
| 73 | Breakpoint_Extension_Point.name=Breakpoint Extension Point |
| 74 | SpellCheck_Extension_Point.name=SpellCheck Extension Point |
pavery | f918eb2 | 2005-03-29 18:26:53 +0000 | [diff] [blame^] | 75 | Source_Validation_Extension_Point.name=Reconcile Validator Extension Point |
nitind | 2373989 | 2004-12-06 05:51:11 +0000 | [diff] [blame] | 76 | Open_On_Extension_Point.name=Open On Extension Point |
david_williams | 455e217 | 2004-12-08 23:26:56 +0000 | [diff] [blame] | 77 | ############################################################################### |
| 78 | # The following property keys maybe unused. Commented out on 12/7/2004. Uncomment if needed. |
| 79 | #sourceEditorFontDefintion.description=The Structured text editor text font is used by Structured text editors. |
| 80 | #Bean_Info_Provider_Extension.name=Bean Info Provider Extension |