author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 17 Sep 2010 08:33:20 +0300 | |
changeset 46 | 6482b2868773 |
parent 0 | b16258d2340f |
permissions | -rw-r--r-- |
0
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1 |
// Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies). |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
2 |
// All rights reserved. |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
3 |
// This component and the accompanying materials are made available |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
4 |
// under the terms of "Eclipse Public License v1.0" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
5 |
// which accompanies this distribution, and is available |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html". |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
7 |
// |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
8 |
// Initial Contributors: |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
9 |
// Nokia Corporation - initial contribution. |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
10 |
// |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
11 |
// Contributors: |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
12 |
// |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
13 |
// Description: |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
14 |
// |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
15 |
|
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
16 |
rls_string STRING_r_http_error_encode_default "Error making a default encoding of unrecognised headers" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
17 |
rls_string STRING_No_Label1 "Error encoding the Accept field for an HTTP request header" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
18 |
rls_string STRING_r_http_error_encode_accept_charset "Error encoding the Accept-Charset field for an HTTP request header" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
19 |
rls_string STRING_r_http_error_encode_qvalue "Error encoding a q-value parameter for an HTTP request header" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
20 |
rls_string STRING_r_http_error_encode_authorization "Error encoding the Authorization field for an HTTP request header" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
21 |
rls_string STRING_r_http_error_encode_basic_auth "Error encoding basic credentials for the Authorization field of a request header" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
22 |
rls_string STRING_r_http_error_encode_digest_auth "Error encoding digest credentials for the Authorization field of a request header" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
23 |
rls_string STRING_r_http_error_encode_connection "Error encoding the Connection field for an HTTP request header" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
24 |
rls_string STRING_r_http_error_encode_content_length "Error encoding the Content-Length field for an HTTP request header" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
25 |
rls_string STRING_r_http_error_encode_content_type "Error encoding the Content-Type field for an HTTP request header" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
26 |
rls_string STRING_r_http_error_encode_host "Error encoding the Host field for an HTTP request header" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
27 |
rls_string STRING_r_http_error_encode_host_port "Error encoding the Host field's port parameter for an HTTP request header" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
28 |
rls_string STRING_r_http_error_encode_transfer_encoding "Error encoding the Transfer-Encoding field for an HTTP request header" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
29 |
rls_string STRING_r_http_error_encode_user_agent "Error encoding the User-Agent field for an HTTP request header" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
30 |
rls_string STRING_r_http_error_encode_date "Error encoding the Date field for an HTTP request header" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
31 |
rls_string STRING_r_http_error_encode_cookie "Error encoding a Cookie field for an HTTP request header" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
32 |
rls_string STRING_r_http_error_encode_cache_control "Error encoding the Cache-Control field for an HTTP request header" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
33 |
rls_string STRING_r_http_error_encode_pragma "Error encoding the Pragma field for an HTTP request header" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
34 |
rls_string STRING_r_http_error_encode_if_match "Error encoding the If-Match field for an HTTP request header" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
35 |
rls_string STRING_r_http_error_encode_if_none_match "Error encoding the If-None-Match field for an HTTP request header" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
36 |
rls_string STRING_r_http_error_encode_if_modified_since "Error encoding the If-Modified-Since field for an HTTP request header" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
37 |
rls_string STRING_r_http_error_encode_if_unmodified_since "Error encoding the If-Unmodified-Since field for an HTTP request header" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
38 |
rls_string STRING_r_http_error_encode_cookie2 "Error encoding the Cookie2 field for an HTTP request header" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
39 |
rls_string STRING_r_http_error_decode_malformed_date "General error when parsing a date value" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
40 |
rls_string STRING_r_http_error_decode_malformed_year "Malformed year when parsing a date value" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
41 |
rls_string STRING_r_http_error_decode_malformed_month "Malformed short month name when parsing a date value" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
42 |
rls_string STRING_r_http_error_decode_malformed_day "Malformed number of day in month when parsing a date value" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
43 |
rls_string STRING_r_http_error_decode_malformed_wkday "Malformed short day name when parsing a date value" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
44 |
rls_string STRING_r_http_error_decode_malformed_weekday "Malformed long day name when parsing a date value" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
45 |
rls_string STRING_r_http_error_decode_malformed_integer "Malformed integer value" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
46 |
rls_string STRING_r_http_error_decode_malformed_quotedstr "Malformed quoted string" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
47 |
rls_string STRING_No_Label2 "Error decoding the Accept field from an HTTP response header" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
48 |
rls_string STRING_No_Label3 "Error decoding the Connection field from an HTTP response header" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
49 |
rls_string STRING_r_http_error_decode_content_length "Error decoding the Content-Length field from an HTTP response header" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
50 |
rls_string STRING_r_http_error_decode_content_type "Error decoding the Content-Type field from an HTTP response header" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
51 |
rls_string STRING_r_http_error_decode_transfer_encoding "Error decoding the Transfer-Encoding field from an HTTP response header" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
52 |
rls_string STRING_r_http_error_decode_www_authenticate "Error decoding the WWW-Authenticate field from an HTTP response header" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
53 |
rls_string STRING_r_http_error_decode_unknown_auth_scheme "The WWW-Authenticate field contained an unrecognised authentication scheme" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
54 |
rls_string STRING_r_http_error_decode_basic_auth "Error decoding a basic challenge from a WWW-Authenticate response header" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
55 |
rls_string STRING_r_http_error_decode_digest_auth "Error decoding a digest challenge from a WWW-Authenticate response header" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
56 |
rls_string STRING_r_http_error_decode_cookie "Error decoding a cookie response header" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
57 |
rls_string STRING_r_http_error_redirect_exceeded_limit "A URI redirected too many times, possibly indicating a circular redirection" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
58 |
rls_string STRING_r_http_error_redirect_use_proxy "The origin server responded that the URI must be fetched via a proxy" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
59 |
rls_string STRING_r_http_error_redirect_no_location_field "The origin server sent a redirection response that did not include a Location header" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
60 |
rls_string STRING_r_http_error_unknown_parse_state "An error occured in parsing which left the parser in a unknown state" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
61 |
rls_string STRING_r_http_error_request_has_body "A request body was provided for an HTTP method that doesn't allow one to be transmitted" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
62 |
rls_string STRING_r_http_error_request_body_missing "A request body was missing for an HTTP method that requires one" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
63 |
rls_string STRING_r_http_error_trace_req_without_max_forward_header "An HTTP TRACE request was attempted without the Max-Forward header" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
64 |
rls_string STRING_r_http_error_post_req_body_without_size_on_http10 "An HTTP POST request on HTTP/1.0 was attempted without knowing the body size" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
65 |
rls_string STRING_r_http_error_invalid_header_in_request "The HTTP request contained a response header or a entity header but no body" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
66 |
rls_string STRING_r_http_error_entity_header_missing_content_type "A body was provided in the HTTP request but no Content-Type header was set" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
67 |
rls_string STRING_r_http_error_general_header_missing_host "The HTTP request URI was relative, but no Host header was provided to indicate the destination server" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
68 |
rls_string STRING_r_http_error_cant_reset_request_body "The data in the request body could not be reset when the request was resubmitted" |
b16258d2340f
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
69 |
rls_string STRING_r_http_error_transaction_not_initalised "going to be removed" |