intial source from ttp://www.sf.net/projects/wdte
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.css.core / src / net / sourceforge / phpeclipse / css / core / internal / CssCoreMessages.properties
1 #
2 # Copyright (c) 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 API and implementation
10
11 # $Id: CssCoreMessages.properties,v 1.1 2004-09-02 18:07:12 jsurfer Exp $
12 #
13
14 # Problem Messages -------------------------------------------------------------
15
16 CssParser.problem.emptyDeclarationValue = Empty declaration value
17 CssParser.problem.expectedDeclaration = Expected declaration
18 CssParser.problem.expectedProperty = Expected property
19 CssParser.problem.expectedSelectorOrAtKeyword = Expected selector or at-keyword
20 CssParser.problem.expectedToken = Expected token {0}
21 CssParser.problem.illegalPositionForCDC = '-->' may only appear at the beginning of the style sheet
22 CssParser.problem.illegalPositionForCDO = '<!--' may only appear at the beginning of the style sheet
23 CssParser.problem.nestedComment = Comments cannot be nested
24 CssParser.problem.unescapedNewlineInString = Newlines in strings need to be escaped with a backslash
25 CssParser.problem.unexpectedEndOfFile = Unexpected end of file
26 CssParser.problem.unexpectedToken = Expected {0}
27 CssParser.problem.unterminatedComment = Unterminated comment
28 CssParser.problem.runawayDeclaration = Runaway declaration?
29 CssParser.problem.unterminatedString = Unterminated string
30 CssParser.identifier = identifier
31 CssParser.number = number
32 CssParser.string = string
33
34 # Profiles ---------------------------------------------------------------------
35
36 CssProfile.category.aural = Aural
37 CssProfile.category.box = Boxes and borders
38 CssProfile.category.colorAndBackground = Color and background
39 CssProfile.category.font = Fonts
40 CssProfile.category.generatedContent = Generated content
41 CssProfile.category.pagedMedia = Paged media
42 CssProfile.category.table = Table
43 CssProfile.category.text = Text properties
44 CssProfile.category.userInterface = User interface
45 CssProfile.category.visualEffects = Visual effects
46 CssProfile.category.visualFormatting = Visual formatting