root/WebContent/WEB-INF/languages/en.properties @ 673:9bdd431e23c6

Revision 673:9bdd431e23c6, 4.5 KB (checked in by tgambet, 4 years ago)

removed qa_activity link

Line 
1language=English
2
3universal_checker=The Web's Universal Conformance Checker
4
5select-a-task=Select a task
6validate-by-uri=By URI
7validate-by-upload=By File Upload
8validate-by-input=By Direct Input
9legend-by-uri=Validate by URI
10legend-by-upload=Validate by File Upload
11legend-by-input=Validate by Direct Input
12instruction-by-uri=Enter the URI of a document you would like checked
13instruction-by-upload=Choose the document you would like checked
14instruction-by-input=Enter the document you would like checked
15
16task_label=Task
17uri_label=Address
18uri_title=Address of page to Validate
19simple_options=Options
20extra_options=Advanced options
21submit=Check
22submit_title=Submit file for validation
23local_file_label=Local file
24
25documentation=Documentation
26documentation_title=Documentation about this service and the software behind it
27download=Download
28download_title=Download the source for this service
29feedback=Feedback
30feedback_title=Send us your thoughts and bug reports on the PUBLIC development mailing-list
31translations=Translations
32translations_title=Help us translate Unicorn
33
34donation_program=Validators Donation Program
35
36io_1=An exception occured during the call to this observer.
37io_2=This is probably not your fault.
38io_3=This problem may appear if the observer can't be contacted for some reason.
39io_4=Another possibility is that the observer does not respect the some specification to communicate with Unicorn.
40io_5=Sorry for the inconvenience.
41
42info_label=Infos
43error_label=Errors
44warning_label=Warnings
45
46anchor_observation=Anchor to this observation
47anchor_uri=Anchor to this uri
48anchor_message=Anchor to this message
49direct_link_label=Direct Link
50direct_link_title_1=Revalidate this document on the validator website
51direct_link_title_2=Link to this validator website
52
53uri_token=URI
54file_token=File
55submitted_file=Submitted document
56
57location=Location
58line_token=Line
59column_token=Column
60context_token=Context
61
62test_ok=This document has passed the test: %1
63test_fail=This document has not passed the test: %1
64
65result_for=Result for %1
66result_for_upload=Result for the document you submitted
67
68stack_trace_text=A critical error has occured. Below is a stack trace from Unicorn to help solving the problem
69
70message_no_task=No task specified. Unicorn used its default task: "%1"
71message_unknown_task=Unknown task "%1". Unicorn used its default task: "%2"
72message_translation=If you want to help us translate Unicorn please visit <a href="./translations">the language page</a>.
73message_incomplete_language=This translation is incomplete. ${message_translation}
74message_unavailable_language=Unicorn is not available in your preferred language (%1). ${message_translation}
75message_unavailable_requested_language=Unicorn is not available in the language you requested (%1). ${message_translation}
76message_invalid_requested_language=The language your requested (%1) does not exist.
77message_nothing_to_validate=No document have been submitted
78message_empty_uri=You must enter a URI to check
79message_empty_direct_input=You must enter a document to check
80message_no_uploaded_file=You must upload a file.
81message_empty_uploaded_file=The uploaded file is empty.
82message_unsupported_mime_type=The mime-type of your document (%1) is unsupported by this task
83message_invalid_url_syntax=The specified URI is invalid: "%1"
84message_unauthorized_access=The specified URI requires authentification.
85message_document_not_found=The specified document does not exist.
86message_not_found_mime_type=The mime-type of your document could not be guessed.
87message_missing_mime_type=The mime-type of your document is unspecified.
88message_invalid_mime_type=The specified mime-type (%1) is invalid.
89message_unknown_host=Unknown host: %1
90message_ssl_exception=An SSL error occured. Check that the SSL certificate is valid.
91message_connect_exception=Connection timed out.
92message_observer_connect_exception=The observer "%1" is unreachable.
93message_no_observation_done=There is no observation to display.
94message_mail=The report is being sent to: %1
95message_missing_email=No email address specified. Add &opt_email=votre.adresse@mail.com to the request.
96message_mail_date=Observation executed the %1
97message_observer_internal_error=The observer "%1" reported an internal error.
98message_observer_not_found=The request to the observer "%1" resulted in a 404 error.
99message_input_changed="%1" does not support %2 input method. Unicorn automatically adapted the request, but this observer results may be inaccurate.
100message_input_changed_long=Some HTTP headers may have been lost or changed and the observer may not be able to follow the links contained in your document.
Note: See TracBrowser for help on using the browser.