|  | ############################################################################### | 
|  | # Copyright (c) 2001, 2004 IBM Corporation and others. | 
|  | # All rights reserved. This program and the accompanying materials | 
|  | # are made available under the terms of the Eclipse Public License v1.0 | 
|  | # which accompanies this distribution, and is available at | 
|  | # http://www.eclipse.org/legal/epl-v10.html | 
|  | # | 
|  | # Contributors: | 
|  | #     IBM Corporation - initial API and implementation | 
|  | #     Jens Lukowski/Innoopract - initial renaming/restructuring | 
|  | # | 
|  | ############################################################################### | 
|  | providerName=Eclipse.org | 
|  | pluginName=Structured Source Editor | 
|  | nlFeatureName=Structured Source Editor NL Support | 
|  | Standalone_Structured_Source_Editor.name=Standalone Structured Source Editor | 
|  | # Name on preferences page | 
|  | WEB_AND_XML_Files.name=Web and XML | 
|  | Structured_Text_Editor.name=Structured Text Editors | 
|  |  | 
|  | # | 
|  | sourceEditorFontDefiniton.label=Structured Text Editor Text Font | 
|  |  | 
|  | Adapter_Factory_Description_Extension.name=Adapter Factory Description Extension | 
|  | Embedded_Content_Type_Adapter_Factory_Provider_Extension.name=Embedded Content Type Adapter Factory Provider Extension | 
|  | Extended_Editor_Actions_Extension.name=Extended Editor Actions Extension | 
|  | Drop_Target_Transfers_Extension.name=Drop Target Transfers Extension | 
|  | Extended_Editor_Configuration_Extension.name=Extended Editor Configuration Extension | 
|  | ########################################################################## | 
|  | # These strings are used in Workbench Keys Preferences | 
|  | ########################################################################## | 
|  | scope.structuredTextEditor.name=Editing in Structured Text Editors | 
|  | scope.structuredTextEditor.description=Editing in Structured Text Editors | 
|  | command.toggle.comment.name=Toggle Comment | 
|  | command.toggle.comment.description=Toggle Comment | 
|  | command.add.block.comment.name=Add Block Comment | 
|  | command.add.block.comment.description=Add Block Comment | 
|  | command.remove.block.comment.name=Remove Block Comment | 
|  | command.remove.block.comment.description=Remove Block Comment | 
|  | command.cleanup.document.name=Cleanup Document | 
|  | command.cleanup.document.description=Cleanup document | 
|  | command.format.document.name=Format Document | 
|  | command.format.document.description=Format document | 
|  | command.format.active.elements.name=Format Active Elements | 
|  | command.format.active.elements.description=Format active elements | 
|  | command.open.file.from.source.name=Open Selection | 
|  | command.open.file.from.source.description=Open an editor on the selected link | 
|  | command.search.find.occurrences.name=Occurrences in File | 
|  | command.search.find.occurrences.description=Find occurrences of the selection in the file | 
|  | ActionDefinition.selectEnclosing.name=Select Enclosing Element | 
|  | ActionDefinition.selectEnclosing.description=Expand selection to include enclosing element | 
|  | ActionDefinition.selectNext.name=Select Next Element | 
|  | ActionDefinition.selectNext.description=Expand selection to include next sibling | 
|  | ActionDefinition.selectPrevious.name=Select Previous Element | 
|  | ActionDefinition.selectPrevious.description=Expand selection to include previous sibling | 
|  | ActionDefinition.selectLast.name=Restore Last Selection | 
|  | ActionDefinition.selectLast.description=Restore last selection | 
|  | ActionDefinition.showJavadoc.name=Show Tooltip Description | 
|  | ActionDefinition.showJavadoc.description=Displays the hover help for the selected element | 
|  | ActionDefinition.quickFix.name=Quick Fix | 
|  | ActionDefinition.quickFix.description=Quick Fix | 
|  |  | 
|  | ########################################################################## | 
|  | # These strings are used in file and container resource popup menu | 
|  | ########################################################################## | 
|  | Source=&Source | 
|  | FormatDocument=&Format document | 
|  | ConvertLineDelimitersToCRLF=Convert Line Delimiters To CRLF (&Windows) | 
|  | ConvertLineDelimitersToLF=Convert Line Delimiters To LF (&UNIX, MacOS X) | 
|  | ConvertLineDelimitersToCR=Convert Line Delimiters To CR (Classic &MacOS) | 
|  |  | 
|  | ## | 
|  | Spell_Check_label=Spell Check | 
|  | Spell_Check_tooltip=Spell Check | 
|  | # | 
|  | Breakpoint_Extension_Point.name=Breakpoint Extension Point | 
|  | SpellCheck_Extension_Point.name=SpellCheck Extension Point | 
|  | Reconcile_Validator_Extension_Point.name=Reconcile Validator Extension Point | 
|  | Open_On_Extension_Point.name=Open On Extension Point | 
|  | ############################################################################### | 
|  | # The following property keys maybe unused. Commented out on 12/7/2004. Uncomment if needed. | 
|  | #sourceEditorFontDefintion.description=The Structured text editor text font is used by Structured text editors. | 
|  | #Bean_Info_Provider_Extension.name=Bean Info Provider Extension |