Changeset 911:1d01e1f43b6b

Show
Ignore:
Timestamp:
10/23/09 14:18:38 (4 years ago)
Author:
vivien
Branch:
default
convert_revision:
svn:cdcfb263-7567-472c-a848-e2c2df3466e7/trunk@912
Message:

sort

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • WebContent/WEB-INF/languages/en.properties

    r879 r911  
    1  
    2 direction=ltr 
    3  
    4 universal_checker=The Web's Universal Conformance Checker 
    5  
    6 select-a-task=Select a task 
    7 validate-by-uri=By URI 
    8 validate-by-upload=By File Upload 
    9 validate-by-input=By Direct Input 
    10 legend-by-uri=Validate by URI 
    11 legend-by-upload=Validate by File Upload 
    12 legend-by-input=Validate by Direct Input 
    13 instruction-by-uri=Enter the URI of a document you would like checked 
    14 instruction-by-upload=Choose the document you would like checked 
    15 instruction-by-input=Enter the document you would like checked 
    16  
    17 task_label=Task: 
    18 uri_label=Address: 
    19 uri_title=Address of page to Validate 
    20 simple_options=Options 
    21 extra_options=Advanced options 
    22 submit=Check 
    23 submit_title=Submit file for validation 
    24 local_file_label=Local file: 
    25  
    26 documentation=Documentation 
    27 documentation_title=Documentation about this service and the software behind it 
    28 download=Download 
    29 download_title=Download the source for this service 
    30 feedback=Feedback 
    31 feedback_title=Send us your thoughts and bug reports on the public development mailing-list 
    32 translations=Translations 
    33 translations_title=Help us translate Unicorn 
    34  
    35 donation_program=Validators Donation Program 
    36  
    37 info_label=Info 
    38 error_label=Errors 
    39 warning_label=Warnings 
    40  
     1#$Id: en.properties,v 1.41 2009-10-23 14:18:38 vivien Exp $ 
     2# 
     3#Submitted by Thomas Gambet <thomas.gambet@gmail.com> 
     4#Fri Oct 23 14:05:25 UTC 2009 
     5anchor_message=Direct link to this message 
    416anchor_observation=Direct link to these results 
    427anchor_uri=Direct link to this uri 
    43 anchor_message=Direct link to this message 
     8column_token=Column: 
     9contexts_hide=Fold contexts 
     10contexts_show=%1 more... 
     11context_token=Context: 
     12direction=ltr 
    4413direct_link_label=Direct link 
    4514direct_link_title_1=Revalidate this document on the validator website 
    4615direct_link_title_2=Link to this validator website 
    47  
    48 uri_token=URI: 
     16documentation=Documentation 
     17documentation_title=Documentation about this service and the software behind it 
     18donation_program=Validators Donation Program 
     19download=Download 
     20download_title=Download the source for this service 
     21error_label=Errors 
     22extra_options=Advanced options 
     23feedback=Feedback 
     24feedback_title=Send us your thoughts and bug reports on the public development mailing-list 
    4925file_token=File: 
    50 submitted_file=Submitted document 
    51  
     26info_label=Info 
     27instruction-by-input=Enter the document you would like checked 
     28instruction-by-upload=Choose the document you would like checked 
     29instruction-by-uri=Enter the URI of a document you would like checked 
     30legend-by-input=Validate by Direct Input 
     31legend-by-upload=Validate by File Upload 
     32legend-by-uri=Validate by URI 
     33line_token=Line: 
     34local_file_label=Local file: 
    5235location=Location 
    53 line_token=Line: 
    54 column_token=Column: 
    55 context_token=Context: 
    56  
    57 test_ok=This document has passed the test: %1 
    58 test_fail=This document has not passed the test: %1 
    59 test_undef=Results for the test: %1 
    60  
    61 result_for=Result for %1 
    62 result_for_upload=Result for the document you submitted 
    63  
    64 stack_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. 
    65  
    66 contexts_show=%1 more... 
    67 contexts_hide=Fold contexts 
    68  
    69 message_no_task=No task specified. Unicorn used its default task: "%1". 
    70 message_unknown_task=Unknown task "%1". Unicorn used its default task: "%2". 
    71 message_translation=Help us <a href="./translations%2">translate Unicorn</a> into your native language. 
     36message_connect_exception=The URI you submitted seems unreachable. Verify it and try again. 
     37message_document_not_found=The specified document does not exist. 
     38message_empty_direct_input=You must enter a document to check. 
     39message_empty_uploaded_file=The uploaded file is empty. 
     40message_empty_uri=You must enter a URI to check. 
    7241message_incomplete_language=This translation is incomplete. ${message_translation} 
    73 message_unavailable_language=Unicorn is not available in your preferred language (%1). ${message_translation} 
    74 message_unavailable_requested_language=Unicorn is not available in the language you requested (%1). ${message_translation} 
     42message_input_changed="%1" does not support the %2 input method. Unicorn automatically adapted the request, but this checker results may be inaccurate. 
     43message_input_changed_long=Some HTTP headers may have been lost or changed and the checker may not be able to follow the links contained in your document. 
     44message_invalid_mime_type=The specified mime-type (%1) is invalid. 
    7545message_invalid_requested_language=The language your requested (%1) does not exist. 
    76 message_nothing_to_validate=No document has been submitted. 
    77 message_empty_uri=You must enter a URI to check. 
    78 message_empty_direct_input=You must enter a document to check. 
    79 message_no_uploaded_file=You must upload a file. 
    80 message_empty_uploaded_file=The uploaded file is empty. 
    81 message_unsupported_mime_type=The mime-type of your document (%1) is unsupported by this task. 
    8246message_invalid_url_syntax=The specified URI is invalid: "%1". 
    83 message_unauthorized_access=The specified URI requires authentication. 
    84 message_document_not_found=The specified document does not exist. 
    85 message_not_found_mime_type=The mime-type of your document could not be guessed. 
    86 message_missing_mime_type=The mime-type of your document is unspecified. 
    87 message_invalid_mime_type=The specified mime-type (%1) is invalid. 
    88 message_unknown_host=Unknown host: %1. 
    89 message_ssl_exception=An SSL error occured. Check that the SSL certificate is valid. 
    90 message_connect_exception=The URI you submitted seems unreachable. Verify it and try again. 
    91 message_observer_connect_exception=The checker "%1" is unreachable. 
    92 message_no_observation_done=There is no result to display. 
     47message_mail_date=Check executed the %1. 
    9348message_mail=The report is being sent to: %1. 
    9449message_missing_email=No email address specified. 
    95 message_mail_date=Check executed the %1. 
     50message_missing_mime_type=The mime-type of your document is unspecified. 
     51message_no_observation_done=There is no result to display. 
     52message_no_referer=Your request does not have a Referer HTTP header. 
     53message_no_task=No task specified. Unicorn used its default task: "%1". 
     54message_not_found_mime_type=The mime-type of your document could not be guessed. 
     55message_nothing_to_validate=No document has been submitted. 
     56message_no_uploaded_file=You must upload a file. 
     57message_observer_connect_exception=The checker "%1" is unreachable. 
    9658message_observer_internal_error=The checker "%1" reported an internal error. 
    9759message_observer_not_found=The request to the checker "%1" resulted in a <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5">404 (Not Found) HTTP error</a>. 
    98 message_input_changed="%1" does not support the %2 input method. Unicorn automatically adapted the request, but this checker results may be inaccurate. 
    99 message_input_changed_long=Some HTTP headers may have been lost or changed and the checker may not be able to follow the links contained in your document. 
    100 message_no_referer=Your request does not have a Referer HTTP header. 
    10160message_observer_read_timeout=Unicorn didn't receive a response from "%1" in time. 
    10261message_response_invalid_schema=Unicorn and "%1" don't speak the same language. 
    10362message_response_validation_error="%1" produced an invalid response. 
     63message_ssl_exception=An SSL error occured. Check that the SSL certificate is valid. 
     64message_translation=Help us <a href="./translations%2">translate Unicorn</a> into your native language. 
     65message_unauthorized_access=The specified URI requires authentication. 
     66message_unavailable_language=Unicorn is not available in your preferred language (%1). ${message_translation} 
     67message_unavailable_requested_language=Unicorn is not available in the language you requested (%1). ${message_translation} 
     68message_unknown_host=Unknown host: %1. 
     69message_unknown_task=Unknown task "%1". Unicorn used its default task: "%2". 
     70message_unsupported_mime_type=The mime-type of your document (%1) is unsupported by this task. 
     71result_for=Result for %1 
     72result_for_upload=Result for the document you submitted 
     73select-a-task=Select a task 
     74simple_options=Options 
     75stack_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. 
     76submit=Check 
     77submitted_file=Submitted document 
     78submit_title=Submit file for validation 
     79task_label=Task: 
     80test_fail=This document has not passed the test: %1 
     81test_ok=This document has passed the test: %1 
     82test_undef=Results for the test: %1 
     83translations_title=Help us translate Unicorn 
     84translations=Translations 
     85universal_checker=The Web's Universal Conformance Checker 
     86uri_label=Address: 
     87uri_title=Address of page to Validate 
     88uri_token=URI: 
     89validate-by-input=By Direct Input 
     90validate-by-upload=By File Upload 
     91validate-by-uri=By URI 
     92warning_label=Warnings