intial source from ttp://www.sf.net/projects/wdte
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.css.ui / src / net / sourceforge / phpeclipse / css / ui / internal / CssUIMessages.properties
1 #
2 # Copyright (c) 2003-2004 Christopher Lenz and others.
3 # All rights reserved. This program and the accompanying materials 
4 # are made available under the terms of the Common Public License v1.0
5 # which accompanies this distribution, and is available at
6 # http://www.eclipse.org/legal/cpl-v10.html
7
8 # Contributors:
9 #     Christopher Lenz - initial english resources
10
11 # $Id: CssUIMessages.properties,v 1.1 2004-09-02 18:11:49 jsurfer Exp $
12 #
13
14 # Outline Page -----------------------------------------------------------------
15
16 CssOutlinePage.sort.image = sort_alpha.gif
17 CssOutlinePage.sort.label = Sort
18 CssOutlinePage.sort.tooltip = Sort rules alpabetically
19 CssOutlinePage.sort.description = Sort rules alpabetically
20 CssOutlinePage.linkWithEditor.image = link_editor.gif
21 CssOutlinePage.linkWithEditor.label = Link with editor
22 CssOutlinePage.linkWithEditor.tooltip = Link with editor
23 CssOutlinePage.linkWithEditor.description = Link with editor
24
25 # Editor -----------------------------------------------------------------------
26
27 CssEditor.comment.label = Comment
28 CssEditor.comment.tooltip = Comment Selected Code
29 CssEditor.comment.description = Comment Selected Code
30 CssEditor.uncomment.label = Uncomment
31 CssEditor.uncomment.tooltip = Uncomment Selected Code
32 CssEditor.uncomment.description = Uncomment Selected Code
33 CssEditor.contentAssist.label = Content Assist@Ctrl+Space
34 CssEditor.contentAssist.tooltip = Content Assist
35 CssEditor.contentAssist.description = Content Assist
36 CssEditor.showSelectedElementOnly.label = Show Source of Selected Rule Only
37 CssEditor.showSelectedElementOnly.tooltip = Show Source of Selected Rule Only
38 CssEditor.showSelectedElementOnly.description = Show Source of Selected Rule Only
39
40 # Compare ----------------------------------------------------------------------
41
42 CssMergeViewer.title = CSS Source Compare
43 CssStructureViewer.title = CSS Structure Compare
44 CssStructureViewer.styleSheet = Stylesheet
45
46 # Preference Pages -------------------------------------------------------------
47
48 CssPreferencePage.description = CSS settings:
49 CssPreferencePage.profile = CSS profile:
50
51 CssEditorPreferencePage.description = CSS editor settings:
52 CssEditorPreferencePage.empty_input = Empty input
53 CssEditorPreferencePage.invalid_input = ''{0}'' is not a valid input.
54
55 CssEditorPreferencePage.appearance = Appeara&nce
56 CssEditorPreferencePage.appearance.displayedTabWidth = Displayed &tab width:
57 CssEditorPreferencePage.appearance.printMarginColumn = Print margin col&umn:
58 CssEditorPreferencePage.appearance.showOverviewRuler = Show overview &ruler
59 CssEditorPreferencePage.appearance.showLineNumbers = Show lin&e numbers
60 CssEditorPreferencePage.appearance.highlightMatchingBrackets = Highlight &matching brackets
61 CssEditorPreferencePage.appearance.highlightCurrentLine =Hi&ghlight current line
62 CssEditorPreferencePage.appearance.showPrintMargin = Sho&w print margin
63 CssEditorPreferencePage.appearance.color = C&olor:
64 CssEditorPreferencePage.appearance.colorOptions = Appearance co&lor options:
65 CssEditorPreferencePage.appearance.lineNumberForegroundColor = Line number foreground
66 CssEditorPreferencePage.appearance.matchingBracketsHighlightColor = Matching brackets highlight
67 CssEditorPreferencePage.appearance.currentLineHighlighColor = Current line highlight
68 CssEditorPreferencePage.appearance.printMarginColor = Print margin
69
70 CssEditorPreferencePage.annotations = Annotation&s
71 CssEditorPreferencePage.annotations.analyzeWhileTyping = Analyze annotations &while typing
72 CssEditorPreferencePage.annotations.presentationOptions = Annotation &presentation:
73 CssEditorPreferencePage.annotations.bookmarks = Bookmarks
74 CssEditorPreferencePage.annotations.searchResults = Search Results
75 CssEditorPreferencePage.annotations.errors = Errors
76 CssEditorPreferencePage.annotations.warnings = Warnings
77 CssEditorPreferencePage.annotations.infos = Infos
78 CssEditorPreferencePage.annotations.tasks = Tasks
79 CssEditorPreferencePage.annotations.others = Others
80 CssEditorPreferencePage.annotations.showInText = Show in &text
81 CssEditorPreferencePage.annotations.showInOverviewRuler = Show in overview &ruler
82 CssEditorPreferencePage.annotations.color = C&olor:
83
84 CssEditorPreferencePage.syntax = Synta&x
85 CssEditorPreferencePage.syntax.backgroundColor = Background color
86 CssEditorPreferencePage.syntax.backgroundColorSystemDefault = System default
87 CssEditorPreferencePage.syntax.backgroundColorCustom = Custom:
88 CssEditorPreferencePage.syntax.foregroundColor = Foreground:
89 CssEditorPreferencePage.syntax.commentColor = Comments
90 CssEditorPreferencePage.syntax.propertyNameColor = Property names
91 CssEditorPreferencePage.syntax.atKeywordColor = At-keywords
92 CssEditorPreferencePage.syntax.pseudoClassColor = Pseudo classes and elements
93 CssEditorPreferencePage.syntax.stringColor = Strings
94 CssEditorPreferencePage.syntax.defaultColor = Others
95 CssEditorPreferencePage.syntax.color = C&olor
96 CssEditorPreferencePage.syntax.bold = &Bold
97
98 CssEditorPreferencePage.contentAssist = &Content Assist
99 CssEditorPreferencePage.contentAssist.insertSingleProposalsAutomatically = Insert single &proposals automatically
100 CssEditorPreferencePage.contentAssist.presentProposalsInAlphabeticalOrder = Present proposals in &alphabetical order
101 CssEditorPreferencePage.contentAssist.enableAutoActivation = &Enable auto activation
102 CssEditorPreferencePage.contentAssist.autoActivationDelay = Auto activation dela&y:
103 CssEditorPreferencePage.contentAssist.autoActivationTriggers = Auto activation &triggers:
104 CssEditorPreferencePage.contentAssist.colorOptions = Content assist colo&r options:
105 CssEditorPreferencePage.contentAssist.color = C&olor:
106 CssEditorPreferencePage.contentAssist.backgroundForCompletionProposals = Completion proposal background
107 CssEditorPreferencePage.contentAssist.foregroundForCompletionProposals = Completion proposal foreground
108
109 CssEditorPreferencePage.typing = T&yping
110 CssEditorPreferencePage.typing.insertSpaceForTabs = Ins&ert space for tabs
111 CssEditorPreferencePage.typing.closeStrings = Close strin&gs
112 CssEditorPreferencePage.typing.closeBracketsAndParens = Close &brackets and parenthesis
113 CssEditorPreferencePage.typing.closeBraces = Cl&ose braces
114
115 TextStyleFieldsEditor.color = C&olor
116 TextStyleFieldsEditor.bold = &Bold
117
118 # Property Pages ---------------------------------------------------------------
119
120 CssPropertyPage.useWorkspaceSettings = Use &workspace settings
121 CssPropertyPage.useProjectSettings = Use project or &workspace settings
122 CssPropertyPage.useCustomSettings = Use c&ustom settings
123 CssPropertyPage.profile = CSS profile: