root/WebContent/WEB-INF/languages/en.properties @ 736:8b85909506c4

Revision 736:8b85909506c4, 4.8 KB (checked in by tgambet, 4 years ago)

completed french translation
+ changed translations link position

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