david_williams | cfdb2cd | 2004-11-11 08:37:49 +0000 | [diff] [blame] | 1 | ############################################################################### |
nitind | 92b945e | 2008-02-07 07:46:35 +0000 | [diff] [blame] | 2 | # Copyright (c) 2001, 2008 IBM Corporation and others. |
david_williams | cfdb2cd | 2004-11-11 08:37:49 +0000 | [diff] [blame] | 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 |
amywu | ecebb04 | 2007-04-10 20:07:35 +0000 | [diff] [blame] | 7 | # |
david_williams | cfdb2cd | 2004-11-11 08:37:49 +0000 | [diff] [blame] | 8 | # Contributors: |
| 9 | # IBM Corporation - initial API and implementation |
| 10 | # Jens Lukowski/Innoopract - initial renaming/restructuring |
amywu | 1950319 | 2008-03-26 05:32:35 +0000 | [diff] [blame] | 11 | # David Carver - bug 212330 - migrate to org.eclipse.ui.menus extension point |
david_williams | cfdb2cd | 2004-11-11 08:37:49 +0000 | [diff] [blame] | 12 | ############################################################################### |
nitind | 2373989 | 2004-12-06 05:51:11 +0000 | [diff] [blame] | 13 | providerName=Eclipse.org |
| 14 | pluginName=Structured Source Editor |
david_williams | cfdb2cd | 2004-11-11 08:37:49 +0000 | [diff] [blame] | 15 | Standalone_Structured_Source_Editor.name=Standalone Structured Source Editor |
nitind | 92b945e | 2008-02-07 07:46:35 +0000 | [diff] [blame] | 16 | # Names on preferences pages |
david_williams | cfdb2cd | 2004-11-11 08:37:49 +0000 | [diff] [blame] | 17 | Structured_Text_Editor.name=Structured Text Editors |
nitind | a3c3475 | 2005-06-03 20:12:28 +0000 | [diff] [blame] | 18 | Task_Tags_Preferences.name=Task Tags |
david_williams | cfdb2cd | 2004-11-11 08:37:49 +0000 | [diff] [blame] | 19 | |
| 20 | # |
| 21 | sourceEditorFontDefiniton.label=Structured Text Editor Text Font |
david_williams | b9da93e | 2005-04-13 02:38:05 +0000 | [diff] [blame] | 22 | sourceEditorFontDefintion.description=The Structured text editor text font is used by Structured text editors. |
david_williams | cfdb2cd | 2004-11-11 08:37:49 +0000 | [diff] [blame] | 23 | |
| 24 | Adapter_Factory_Description_Extension.name=Adapter Factory Description Extension |
david_williams | cfdb2cd | 2004-11-11 08:37:49 +0000 | [diff] [blame] | 25 | Extended_Editor_Actions_Extension.name=Extended Editor Actions Extension |
| 26 | Drop_Target_Transfers_Extension.name=Drop Target Transfers Extension |
david_williams | cfdb2cd | 2004-11-11 08:37:49 +0000 | [diff] [blame] | 27 | Extended_Editor_Configuration_Extension.name=Extended Editor Configuration Extension |
amywu | 0d6f6da | 2008-03-27 11:39:33 +0000 | [diff] [blame] | 28 | quickFixProcessor=Quick Fix Processor Extension |
david_williams | cfdb2cd | 2004-11-11 08:37:49 +0000 | [diff] [blame] | 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 |
amywu | 8170609 | 2008-04-03 06:45:06 +0000 | [diff] [blame] | 34 | command.toggle.comment.name=Toggle Comment |
david_williams | cfdb2cd | 2004-11-11 08:37:49 +0000 | [diff] [blame] | 35 | command.toggle.comment.description=Toggle Comment |
amywu | 8170609 | 2008-04-03 06:45:06 +0000 | [diff] [blame] | 36 | command.toggle.comment.mnemonic=T |
| 37 | command.add.block.comment.name=Add Block Comment |
david_williams | cfdb2cd | 2004-11-11 08:37:49 +0000 | [diff] [blame] | 38 | command.add.block.comment.description=Add Block Comment |
amywu | 8170609 | 2008-04-03 06:45:06 +0000 | [diff] [blame] | 39 | command.add.block.comment.mnemonic=A |
| 40 | command.remove.block.comment.name=Remove Block Comment |
david_williams | cfdb2cd | 2004-11-11 08:37:49 +0000 | [diff] [blame] | 41 | command.remove.block.comment.description=Remove Block Comment |
amywu | 8170609 | 2008-04-03 06:45:06 +0000 | [diff] [blame] | 42 | command.remove.block.comment.mnemonic=R |
| 43 | command.cleanup.document.name=Cleanup Document... |
david_williams | cfdb2cd | 2004-11-11 08:37:49 +0000 | [diff] [blame] | 44 | command.cleanup.document.description=Cleanup document |
amywu | 8170609 | 2008-04-03 06:45:06 +0000 | [diff] [blame] | 45 | command.cleanup.document.mnemonic=C |
amywu | 7770447 | 2007-03-19 16:25:27 +0000 | [diff] [blame] | 46 | command.format.document.name=Format |
| 47 | command.format.document.description=Format selection |
amywu | 8170609 | 2008-04-03 06:45:06 +0000 | [diff] [blame] | 48 | command.format.document.mnemonic=F |
david_williams | cfdb2cd | 2004-11-11 08:37:49 +0000 | [diff] [blame] | 49 | command.format.active.elements.name=Format Active Elements |
| 50 | command.format.active.elements.description=Format active elements |
amywu | 8170609 | 2008-04-03 06:45:06 +0000 | [diff] [blame] | 51 | command.format.active.elements.mnemonic=i |
david_williams | cfdb2cd | 2004-11-11 08:37:49 +0000 | [diff] [blame] | 52 | command.open.file.from.source.name=Open Selection |
| 53 | command.open.file.from.source.description=Open an editor on the selected link |
amywu | 8170609 | 2008-04-03 06:45:06 +0000 | [diff] [blame] | 54 | command.open.file.from.source.mnemonic=O |
| 55 | command.search.find.occurrences.name=Occurrences in File |
david_williams | cfdb2cd | 2004-11-11 08:37:49 +0000 | [diff] [blame] | 56 | command.search.find.occurrences.description=Find occurrences of the selection in the file |
amywu | 8170609 | 2008-04-03 06:45:06 +0000 | [diff] [blame] | 57 | command.search.find.occurrences.mnemonic=O |
david_williams | cfdb2cd | 2004-11-11 08:37:49 +0000 | [diff] [blame] | 58 | ActionDefinition.selectEnclosing.name=Select Enclosing Element |
| 59 | ActionDefinition.selectEnclosing.description=Expand selection to include enclosing element |
| 60 | ActionDefinition.selectNext.name=Select Next Element |
| 61 | ActionDefinition.selectNext.description=Expand selection to include next sibling |
| 62 | ActionDefinition.selectPrevious.name=Select Previous Element |
| 63 | ActionDefinition.selectPrevious.description=Expand selection to include previous sibling |
| 64 | ActionDefinition.selectLast.name=Restore Last Selection |
| 65 | ActionDefinition.selectLast.description=Restore last selection |
david_williams | cfdb2cd | 2004-11-11 08:37:49 +0000 | [diff] [blame] | 66 | ActionDefinition.quickFix.name=Quick Fix |
| 67 | ActionDefinition.quickFix.description=Quick Fix |
amywu | 8170609 | 2008-04-03 06:45:06 +0000 | [diff] [blame] | 68 | ActionDefinition.gotoMatchingBracket.name=Matching Bracket |
nitind | fef1e03 | 2008-02-26 02:53:34 +0000 | [diff] [blame] | 69 | ActionDefinition.gotoMatchingBracket.description=Go to Matching Bracket |
| 70 | |
david_williams | cfdb2cd | 2004-11-11 08:37:49 +0000 | [diff] [blame] | 71 | |
amywu | 34aa980 | 2005-12-06 23:33:16 +0000 | [diff] [blame] | 72 | # |
| 73 | AddBookmark.label=Add Boo&kmark... |
| 74 | SelectRuler.label=Select Ruler |
| 75 | # |
david_williams | cfdb2cd | 2004-11-11 08:37:49 +0000 | [diff] [blame] | 76 | ########################################################################## |
| 77 | # These strings are used in file and container resource popup menu |
| 78 | ########################################################################## |
| 79 | Source=&Source |
amywu | 7770447 | 2007-03-19 16:25:27 +0000 | [diff] [blame] | 80 | FormatDocument=&Format |
amywu | 1950319 | 2008-03-26 05:32:35 +0000 | [diff] [blame] | 81 | Refactor=Refac&tor |
david_williams | cfdb2cd | 2004-11-11 08:37:49 +0000 | [diff] [blame] | 82 | ## |
nitind | 2373989 | 2004-12-06 05:51:11 +0000 | [diff] [blame] | 83 | Breakpoint_Extension_Point.name=Breakpoint Extension Point |
pavery | f918eb2 | 2005-03-29 18:26:53 +0000 | [diff] [blame] | 84 | Source_Validation_Extension_Point.name=Reconcile Validator Extension Point |
david_williams | 455e217 | 2004-12-08 23:26:56 +0000 | [diff] [blame] | 85 | ############################################################################### |
david_williams | b9da93e | 2005-04-13 02:38:05 +0000 | [diff] [blame] | 86 | # The following property keys maybe unused. Commented out on 4/12/2005. Uncomment if needed. |
david_williams | 455e217 | 2004-12-08 23:26:56 +0000 | [diff] [blame] | 87 | #Bean_Info_Provider_Extension.name=Bean Info Provider Extension |
david_williams | b9da93e | 2005-04-13 02:38:05 +0000 | [diff] [blame] | 88 | #SpellCheck_Extension_Point.name=SpellCheck Extension Point |
| 89 | #Open_On_Extension_Point.name=Open On Extension Point |
| 90 | #Spell_Check_label=Spell Check |
nitind | 688ae9a | 2005-10-07 21:37:35 +0000 | [diff] [blame] | 91 | #Spell_Check_tooltip=Spell Check |
amywu | 73701a0 | 2006-12-06 00:16:27 +0000 | [diff] [blame] | 92 | preferenceKeywords.todo=case sensitive task tag todo xxx fix fixme project specific projectspecific comments |
amywu | ecebb04 | 2007-04-10 20:07:35 +0000 | [diff] [blame] | 93 | preferenceKeywords.sseeditor=structured text editor source xml html jsp appearance highlight matching brackets report problems type validation inform unsupported content folding color hovers modifier |
amywu | 8170609 | 2008-04-03 06:45:06 +0000 | [diff] [blame] | 94 | ExpandSelectionTo=Expand Selection To |
| 95 | SmartInsert_label=Sma&rt Insert Mode |
| 96 | StructureSelectEnclosing_label=Enclosing Element |
| 97 | StructureSelectEnclosing_tooltip=Expand selection to include enclosing element |
| 98 | StructureSelectNext_label=Next Element |
| 99 | StructureSelectNext_tooltip=Expand selection to include next sibling |
| 100 | StructureSelectPrevious_label=Previous Element |
| 101 | StructureSelectPrevious_tooltip=Expand selection to include previous sibling |
| 102 | StructureSelectHistory_label=Restore Last Selection |
nitind | 52fe70b | 2008-05-15 21:52:16 +0000 | [diff] [blame] | 103 | StructureSelectHistory_tooltip=Restore last selection |
| 104 | |
| 105 | Colors.content_assist_proposals_background=Content Assist Proposals Background |
| 106 | Colors.content_assist_proposals_foreground=Content Assist Proposals Foreground |
| 107 | Colors.content_assist_parameters_background=Content Assist Parameters Background |
| 108 | Colors.content_assist_parameters_foreground=Content Assist Parameters Foreground |