nitind | 958d79a | 2004-11-23 19:23:00 +0000 | [diff] [blame] | 1 | ############################################################################### |
david_williams | f1a1337 | 2005-06-26 00:28:08 +0000 | [diff] [blame] | 2 | # Copyright (c) 2005 IBM Corporation and others. |
nitind | 958d79a | 2004-11-23 19:23:00 +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 |
| 7 | # |
| 8 | # Contributors: |
| 9 | # IBM Corporation - initial API and implementation |
| 10 | ############################################################################### |
nitind | 2373989 | 2004-12-06 05:51:11 +0000 | [diff] [blame] | 11 | providerName=Eclipse.org |
david_williams | 400a622 | 2005-06-13 01:42:43 +0000 | [diff] [blame] | 12 | pluginName=HTML UI Source Editor |
david_williams | 400a622 | 2005-06-13 01:42:43 +0000 | [diff] [blame] | 13 | HTML_Source_Page_Editor.name=HTML Editor |
nitind | 958d79a | 2004-11-23 19:23:00 +0000 | [diff] [blame] | 14 | HTML_Files.name=HTML Files |
| 15 | HTML_Source.name=HTML Source |
| 16 | HTML_Templates.name=HTML Templates |
| 17 | HTML_Styles.name=HTML Styles |
nitind | 958d79a | 2004-11-23 19:23:00 +0000 | [diff] [blame] | 18 | WebContentSettings.name=Web Content Settings |
nitind | 2373989 | 2004-12-06 05:51:11 +0000 | [diff] [blame] | 19 | Device_Profile_Entry_Provider_Extension.name=Device Profile Entry Provider Extension |
david_williams | 4da6ac01 | 2005-03-15 02:43:58 +0000 | [diff] [blame] | 20 | All_HTML_context_type_Extension_Element.name=All HTML |
| 21 | HTML_New_context_type_Extension_Element.name=New HTML |
| 22 | HTML_Tag_context_type_Extension_Element.name=HTML Tag |
| 23 | HTML_Attribute_context_type_Extension_Element.name=HTML Attribute |
| 24 | HTML_Attribute_value_context_type_Extension_Element.name=HTML Attribute value |
pavery | e6107e6 | 2005-02-23 18:01:10 +0000 | [diff] [blame] | 25 | HTML_Syntax_Validator.name=HTML Syntax Validator |
david_williams | 455e217 | 2004-12-08 23:26:56 +0000 | [diff] [blame] | 26 | ############################################################################### |
nitind | 65cb13d | 2005-03-10 23:04:22 +0000 | [diff] [blame] | 27 | #org.eclipse.ui.newWizards extension point |
| 28 | _UI_WIZARD_NAME = HTML |
| 29 | _UI_WIZARD_CREATE_NEW_FILE = Create a new HTML page |
david_williams | a4dd766 | 2005-04-14 00:33:20 +0000 | [diff] [blame] | 30 | ## |
| 31 | AddTask.label=Add &Task... |
| 32 | AddTask.tooltip=Add Task... |
| 33 | AddBookmark.label=Add Boo&kmark... |
nitind | 102e60a | 2005-09-15 12:42:42 +0000 | [diff] [blame] | 34 | AddBookmark.tooltip=Add Bookmark... |
amywu | 34aa980 | 2005-12-06 23:33:16 +0000 | [diff] [blame] | 35 | SelectRuler.label=Select Ruler |
nitind | 102e60a | 2005-09-15 12:42:42 +0000 | [diff] [blame] | 36 | ## |
| 37 | CleanupDocument_label=Cleanup Document... |
| 38 | CleanupDocument_tooltip=Cleanup Document |
| 39 | ToggleComment_label=Toggle Comment |
| 40 | ToggleComment_tooltip=Toggle Comment |
| 41 | AddBlockComment_label=Add Block Comment |
| 42 | AddBlockComment_tooltip=Add Block Comment |
| 43 | RemoveBlockComment_label=Remove Block Comment |
| 44 | RemoveBlockComment_tooltip=Remove Block Comment |
| 45 | FindOccurrences_label=Occurrences in File |
| 46 | StructureSelectEnclosing_label=Enclosing Element |
| 47 | StructureSelectEnclosing_tooltip=Expand selection to include enclosing element |
| 48 | StructureSelectNext_label=Next Element |
| 49 | StructureSelectNext_tooltip=Expand selection to include next sibling |
| 50 | StructureSelectPrevious_label=Previous Element |
| 51 | StructureSelectPrevious_tooltip=Expand selection to include previous sibling |
| 52 | StructureSelectHistory_label=Restore Last Selection |
| 53 | StructureSelectHistory_tooltip=Restore last selection |