nitind | 958d79a | 2004-11-23 19:23:00 +0000 | [diff] [blame] | 1 | ############################################################################### |
nitind | de12ce6 | 2008-01-31 02:24:31 +0000 | [diff] [blame] | 2 | # Copyright (c) 2004, 2008 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 |
| 12 | pluginName=SSE CSS Source Editor |
david_williams | 400a622 | 2005-06-13 01:42:43 +0000 | [diff] [blame] | 13 | CSS_Source_Page_Editor.name=CSS Editor |
nitind | 958d79a | 2004-11-23 19:23:00 +0000 | [diff] [blame] | 14 | CSS_Files.name=CSS Files |
nitind | de12ce6 | 2008-01-31 02:24:31 +0000 | [diff] [blame] | 15 | CSS_Source.name=Editor |
nitind | 87d1be5 | 2007-02-15 00:54:55 +0000 | [diff] [blame] | 16 | CSS_Styles.name=Styles |
| 17 | CSS_Templates.name=Templates |
| 18 | CSS_Syntax_Coloring=Syntax Coloring |
nitind | 958d79a | 2004-11-23 19:23:00 +0000 | [diff] [blame] | 19 | WebContentSettings.name=Web Content Settings |
david_williams | 455e217 | 2004-12-08 23:26:56 +0000 | [diff] [blame] | 20 | ############################################################################### |
| 21 | # The following property keys maybe unused. Commented out on 12/7/2004. Uncomment if needed. |
| 22 | #CSS_Annotations.name=CSS Annotations |
nitind | cea1578 | 2005-02-17 04:54:36 +0000 | [diff] [blame] | 23 | |
| 24 | |
| 25 | #org.eclipse.ui.newWizards extension point |
nitind | 05c76c1 | 2005-02-17 05:18:18 +0000 | [diff] [blame] | 26 | _UI_WIZARD_NAME = CSS |
amywu | 0178933 | 2006-10-16 19:04:49 +0000 | [diff] [blame] | 27 | _UI_WIZARD_CREATE_NEW_FILE = Create a new Cascading Style Sheet |
david_williams | a4dd766 | 2005-04-14 00:33:20 +0000 | [diff] [blame] | 28 | ## |
| 29 | AddTask.label=Add &Task... |
| 30 | AddTask.tooltip=Add Task... |
| 31 | AddBookmark.label=Add Boo&kmark... |
nitind | 057e5c8 | 2005-06-16 04:12:26 +0000 | [diff] [blame] | 32 | AddBookmark.tooltip=Add Bookmark... |
amywu | 34aa980 | 2005-12-06 23:33:16 +0000 | [diff] [blame] | 33 | SelectRuler.label=Select Ruler |
nitind | 057e5c8 | 2005-06-16 04:12:26 +0000 | [diff] [blame] | 34 | ## |
nitind | 102e60a | 2005-09-15 12:42:42 +0000 | [diff] [blame] | 35 | CleanupDocument_label=Cleanup Document... |
| 36 | CleanupDocument_tooltip=Cleanup Document |
| 37 | StructureSelectEnclosing_label=Enclosing Element |
| 38 | StructureSelectEnclosing_tooltip=Expand selection to include enclosing element |
| 39 | StructureSelectNext_label=Next Element |
| 40 | StructureSelectNext_tooltip=Expand selection to include next sibling |
| 41 | StructureSelectPrevious_label=Previous Element |
| 42 | StructureSelectPrevious_tooltip=Expand selection to include previous sibling |
| 43 | StructureSelectHistory_label=Restore Last Selection |
| 44 | StructureSelectHistory_tooltip=Restore last selection |
| 45 | ## |
nitind | 057e5c8 | 2005-06-16 04:12:26 +0000 | [diff] [blame] | 46 | All_CSS_context_type_Extension_Element.name=All CSS |
| 47 | CSS_New_context_type_Extension_Element.name=New CSS |
amywu | 73701a0 | 2006-12-06 00:16:27 +0000 | [diff] [blame] | 48 | ## |
nitind | 45d165a | 2008-04-02 03:51:33 +0000 | [diff] [blame] | 49 | preferenceKeywords.files=editor css creating saving files suffix specified encoding iana |
amywu | 73701a0 | 2006-12-06 00:16:27 +0000 | [diff] [blame] | 50 | preferenceKeywords.source=editor css source formatting line width insert break properties wrapping style attribute html indent tabs spaces size capitalization identifier property name value uppercase lowercase |
| 51 | preferenceKeywords.templates=editor css templates snippet macros |
| 52 | preferenceKeywords.styles=editor css style customize syntax highlighting type text content foreground background bold color |
nitind | 8314839 | 2007-01-31 00:49:07 +0000 | [diff] [blame] | 53 | preferenceKeywords.webcontent=editor css web content settings profile style |
amywu | 8170609 | 2008-04-03 06:45:06 +0000 | [diff] [blame] | 54 | |
| 55 | scope.structured.text.editor.css.name=Editing CSS Source |
| 56 | scope.structured.text.editor.css.description=Editing CSS Source |
nitind | 52fe70b | 2008-05-15 21:52:16 +0000 | [diff] [blame] | 57 | |
| 58 | Colors.atmarkRule=At Mark Rule |
| 59 | Colors.selector=Selector |
| 60 | Colors.media=Media |
| 61 | Colors.comment=Comment |
| 62 | Colors.propertyName=Property Name |
| 63 | Colors.propertyValue=Property Value |
| 64 | Colors.uri=URI |
| 65 | Colors.string=String |
| 66 | Colors.error=Error |