root/WebContent/WEB-INF/languages/tasks/en.tasklist.properties @ 1098:76ea14d531e4

Revision 1098:76ea14d531e4, 1.7 KB (checked in by tgambet, 3 years ago)

added cssval2010 title and description

Line 
1conformance=General Conformance Check
2conformance.description=Performs as many checks as possible.
3
4test=Test task
5test.description=This task allows developers to test their Unicorn output. Submit a Unicorn response file and watch the result.
6
7cssval2010=Uniform CSS Validator (pre-alpha)
8cssval2010.description=Checks Cascading Style Sheets (CSS) syntax
9
10full-css=Global CSS Validation
11full-css.description=Checks validity against CSS 1, CSS 2, CSS 2.1 and CSS 3 profiles
12
13mobileok=MobileOK Checker
14mobileok.description=Checks mobile-friendliness
15
16custom=Custom task
17custom.description=Lets you choose which checks to perform
18custom.param.usermedium=CSS User Medium:
19custom.param.warning=CSS Warning Level:
20
21param.tests=Tests:
22param.tests.css-validator=CSS
23param.tests.appc-checker=XHTML - Appendix C
24param.tests.markup-validator=(X)HTML
25param.tests.mobileok=Mobile OK
26
27param.warning=Warnings:
28param.warning.no=No warnings
29param.warning.0=Most important
30param.warning.1=Normal report
31param.warning.2=All
32
33param.profile=CSS Profile:
34param.profile.css1=CSS Level 1
35param.profile.css2=CSS Level 2
36param.profile.css21=CSS Level 2.1
37param.profile.css3=CSS Level 3
38param.profile.svg=SVG
39param.profile.svgbasic=SVG Basic
40param.profile.svgtiny=SVG Tiny
41param.profile.mobile=Mobile
42param.profile.atsc-tv=ATSC TV Profile
43param.profile.tv=TV Profile
44
45param.usermedium=User Medium:
46param.usermedium.all=All
47param.usermedium.aural=Aural
48param.usermedium.braille=Braille
49param.usermedium.embossed=Embossed
50param.usermedium.handheld=Handheld
51param.usermedium.print=Print
52param.usermedium.projection=Projection
53param.usermedium.screen=Screen
54param.usermedium.tty=TTY
55param.usermedium.tv=TV
56param.usermedium.presentation=Presentation
Note: See TracBrowser for help on using the browser.