root/WebContent/WEB-INF/languages/en.properties @ 426:703311affb6b

Revision 426:703311affb6b, 3.3 KB (checked in by tgambet, 4 years ago)

new error messages

Line 
1language=English
2
3select-a-task=Select a task
4validate-by-uri=By URI
5validate-by-upload=By File Upload
6validate-by-input=By Direct Input
7legend-by-uri=Validate by URI
8legend-by-upload=Validate by File Upload
9legend-by-input=Validate by Direct Input
10instruction-by-uri=Enter the URI of a document you would like checked
11instruction-by-upload=Choose the document you would like checked
12instruction-by-input=Enter the document you would like checked
13
14task=Task
15uri=Address
16uri_title=Address of page to Validate
17simple_options=Options
18extra_options=Advanced options
19submit=Check
20submit_title=Submit file for validation
21local_file=Local file
22
23documentation=Documentation
24documentation_title=Documentation about this service and the software behind it
25download=Download
26download_title=Download the source for this service
27feedback=Feedback
28feedback_title=Send us your thoughts and bug reports on the PUBLIC development mailing-list
29
30io_1=An exception occured during the call to this observer.
31io_2=This is probably not your fault.
32io_3=This problem may appear if the observer can't be contacted for some reason.
33io_4=Another possibility is that the observer does not respect the some specification to communicate with Unicorn.
34io_5=Sorry for the inconvenience.
35
36line=Line
37text_error=error
38text_errors=Errors
39error_context=error context
40info=Information
41warning=Warnings
42location=Location
43
44test_ok_1=This document has passed the test:
45test_fail_1=This document has not passed the test:
46
47fail_high_priority=Some observations might not have been made because one or more with high priority failed.
48fail_medium_priority=Some observations might not have been made because one or more with medium priority failed.
49
50result_for=Result for
51result_for_upload=Result for the document you submitted
52
53location=Location
54
55critical_error=Critical error!
56stack_trace_text=A critical error has occured. Below is a stack trace from Unicorn to help solving the problem
57
58message_no_task=No task specified. Unicorn used its default task:
59message_unknown_task=Unknown task. Unicorn used its default task:
60message_translation=If you want to help us translate Unicorn please visit <a href="#">the language page</a>.
61message_incomplete_language=This translation is incomplete
62message_unavailable_language=Unicorn is not available in your preferred language
63message_unavailable_requested_language=Unicorn is not available in the language you requested
64message_nothing_to_validate=No document have been submitted
65message_empty_uri=You must enter a URI to check
66message_empty_direct_input=You must enter a document to check
67message_no_uploaded_file=You must upload a file.
68message_empty_uploaded_file=The uploaded file is empty.
69message_unsupported_mime_type=The mime-type of your document is unsupported by this task
70message_invalid_url_syntax=The specified URI is invalid:
71message_unauthorized_access=The specified uri requires authentification.
72message_document_not_found=The specified document does not exist.
73message_not_found_mime_type=The mime-type of your document could not be guessed.
74message_missing_mime_type=The mime-type of your document is unspecified
75message_invalid_mime_type=The specified mime-type is invalid.
76message_unknown_host=Unknown host.
77message_ssl_exception=An SSL error occured. Check that the SSL certificate is valid.
78message_connect_exception=Connection timed out.
79
80
Note: See TracBrowser for help on using the browser.