Upstream version 8.36.156.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / resources / xwalk_resources.grd
1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit latest_public_release="0" current_release="1">
3   <outputs>
4     <output filename="grit/xwalk_resources.h" type="rc_header" context="default_100_percent" >
5       <emit emit_type='prepend'></emit>
6     </output>
7     <output filename="grit/xwalk_resources_map.cc" type="resource_map_source" context="default_100_percent" />
8     <output filename="grit/xwalk_resources_map.h" type="resource_map_header" context="default_100_percent" />
9     <output filename="xwalk_resources.pak" type="data_package" context="default_100_percent" />
10     <output filename="xwalk_resources.rc" type="rc_all" context="default_100_percent" />
11   </outputs>
12   <release seq="1" allow_pseudo="false">
13     <includes>
14       <include file="icons/crosswalk_48x48.png" name="IDR_XWALK_ICON_48" type="BINDATA" />
15       <include file="devtools_discovery_page.html" name="IDR_DEVTOOLS_FRONTEND_PAGE_HTML" type="BINDATA"/>
16       <include name="IDR_XWALK_NATIVE_FILE_SYSTEM_API" file="../../experimental/native_file_system/native_file_system_api.js" type="BINDATA" />
17     </includes>
18     <messages fallback_to_english="true">
19       <message name="IDS_IMAGE_FILES" desc="The description of the image file extensions in the select file dialog.">
20         Image Files
21       </message>
22       <message name="IDS_AUDIO_FILES" desc="The description of the audio file extensions in the select file dialog.">
23         Audio Files
24       </message>
25       <message name="IDS_VIDEO_FILES" desc="The description of the video file extensions in the select file dialog.">
26         Video Files
27       </message>
28       <message name="IDS_CUSTOM_FILES" desc="The description of the custom file extensions in the select file dialog.">
29         Custom Files
30       </message>
31       <!-- Color chooser dialog default titles (only used on Linux) -->
32       <message name="IDS_SELECT_COLOR_DIALOG_TITLE" desc="The default title for the Select Color color chooser dialog.">
33         Select Color
34       </message>
35       <!-- error messages for network errors -->
36       <message name="IDS_ERRORPAGES_DETAILS_TIMED_OUT" desc="The error message displayed when a page takes too long to load.">
37         The operation timed out.
38       </message>
39       <message name="IDS_ERRORPAGES_DETAILS_CONNECTION_CLOSED" desc="The error message displayed when the server unexpectedly closes a connection.">
40         The server unexpectedly closed the connection.
41       </message>
42       <message name="IDS_ERRORPAGES_DETAILS_CONNECTION_RESET" desc="The error message displayed when a connection was reset.">
43         The connection was reset.
44       </message>
45       <message name="IDS_ERRORPAGES_DETAILS_CONNECTION_REFUSED" desc="The error message displayed when we try and connect to a server, but the server doesn't let us.">
46         The server refused the connection.
47       </message>
48       <message name="IDS_ERRORPAGES_DETAILS_CONNECTION_FAILED" desc="The error message displayed when we can not reach the website.">
49         The attempt to connect to the server failed.
50       </message>
51       <message name="IDS_ERRORPAGES_DETAILS_NETWORK_CHANGED" desc="The error message displayed when a connection is interrupted because the network changed.">
52         A network change was detected.
53       </message>
54       <message name="IDS_ERRORPAGES_DETAILS_NAME_NOT_RESOLVED" desc="The error message displayed when a dns look up fails.">
55         Unable to resolve the server's DNS address.
56       </message>
57       <message name="IDS_ERRORPAGES_DETAILS_ADDRESS_UNREACHABLE" desc="The error message displayed when we can't reach a server.">
58         Unable to reach the server.
59       </message>
60       <message name="IDS_ERRORPAGES_DETAILS_NETWORK_ACCESS_DENIED" desc="The error message displayed when we're not being allowed to access the network.">
61         Unable to access the network.
62       </message>
63       <message name="IDS_ERRORPAGES_DETAILS_FILE_ACCESS_DENIED" desc="The error message displayed when we're not being allowed to access a file.">
64         Unable to access the file.
65       </message>
66       <message name="IDS_ERRORPAGES_DETAILS_PROXY_CONNECTION_FAILED" desc="The error message displayed when the proxy server connection failed.">
67         Proxy server connection failed.
68       </message>
69       <message name="IDS_ERRORPAGES_DETAILS_INTERNET_DISCONNECTED" desc="The error message displayed when we have no Internet access.">
70         The Internet connection has been lost.
71       </message>
72       <message name="IDS_ERRORPAGES_DETAILS_CACHE_READ_FAILURE" desc="The error message displayed when we encountered an error reading from the cache.  Generally this happens when the disk cache is corrupted from improper shutdown.">
73         Error reading data from cache.
74       </message>
75       <message name="IDS_ERRORPAGES_DETAILS_CACHE_MISS" desc="The error message displayed when we couldn't find a resource in the cache, and cannot fall back to the network.">
76         The requested entry was not found in the cache.
77       </message>
78       <message name="IDS_ERRORPAGES_DETAILS_NETWORK_IO_SUSPENDED" desc="The error message displayed when a page load failed due to the computer entering sleep/suspend mode.">
79         Network IO suspended.
80       </message>
81       <message name="IDS_ERRORPAGES_DETAILS_FILE_NOT_FOUND" desc="The error message displayed when a local file can not be found.">
82         The file or directory could not be found.
83       </message>
84       <message name="IDS_ERRORPAGES_DETAILS_TOO_MANY_REDIRECTS" desc="The error message displayed when there are too many redirects.">
85         There were too many redirects.
86       </message>
87       <message name="IDS_ERRORPAGES_DETAILS_EMPTY_RESPONSE" desc="The error message displayed when no data is received.">
88         The server closed the connection without sending any data.
89       </message>
90       <message name="IDS_ERRORPAGES_DETAILS_RESPONSE_HEADERS_MULTIPLE_CONTENT_LENGTH" desc="The error message displayed when we received multiple 'Content-Length' header fields in an http response.">
91         Multiple distinct Content-Length headers received.  This is disallowed
92         to protect against HTTP response splitting attacks.
93       </message>
94       <message name="IDS_ERRORPAGES_DETAILS_RESPONSE_HEADERS_MULTIPLE_CONTENT_DISPOSITION" desc="The error message displayed when we received multiple 'Content-Disposition' header fields in an http response.">
95         Multiple distinct Content-Disposition headers received.  This is disallowed to
96         protect against HTTP response splitting attacks.
97       </message>
98       <message name="IDS_ERRORPAGES_DETAILS_RESPONSE_HEADERS_MULTIPLE_LOCATION" desc="The error message displayed when we received multiple 'Location' header fields in an http response.">
99         Multiple distinct Location headers received.  This is disallowed to protect
100         against HTTP response splitting attacks.
101       </message>
102       <message name="IDS_ERRORPAGES_DETAILS_DNS_PROBE_RUNNING" desc="The error message displayed when we are waiting to see whether we will run a DNS probe.">
103         Waiting for DNS probe.
104       </message>
105       <message name="IDS_ERRORPAGES_DETAILS_UNKNOWN" desc="The default error message displayed if we don't have a more specific error message.">
106         Unknown error.
107       </message>
108       <message name="IDS_ERRORPAGES_DETAILS_SSL_PROTOCOL_ERROR" desc="The error message displayed for SSL protocol errors.">
109         SSL protocol error.
110       </message>
111       <message name="IDS_ERRORPAGES_DETAILS_SSL_UNSAFE_NEGOTIATION" desc="The error message displayed when the SSL renegotiation extension is missing.">
112         The SSL renegotiation extension was missing from the secure handshake. For some sites, which are known to support the renegotiation extension, Chrome requires a more secure handshake to prevent a class of known attacks. The omission of this extension suggests that your connection was intercepted and manipulated in transit.
113       </message>
114       <message name="IDS_ERRORPAGES_DETAILS_BAD_SSL_CLIENT_AUTH_CERT" desc="The error message for SSL client certificate authentication failure.">
115         Bad SSL client authentication certificate.
116       </message>
117       <message name="IDS_ERRORPAGES_DETAILS_TEMPORARILY_THROTTLED" desc="The error message displayed when we temporarily stop sending requests to a server in order to avoid DDoS.">
118         Extension requests to this URL have been temporarily throttled.
119       </message>
120       <message name="IDS_ERRORPAGES_DETAILS_PINNING_FAILURE" desc="Description of the error page for a certificate which doesn't match the built-in pins for that name">
121         The server's certificate appears to be a forgery.
122       </message>
123       <message name="IDS_ERRORPAGES_DETAILS_BLOCKED" desc="The error message displayed when an extension blocks a request.">
124         Requests to the server have been blocked by an extension.
125       </message>
126       <message name="IDS_ERRORPAGES_DETAILS_BLOCKED_BY_ADMINISTRATOR" desc="The error message displayed when a policy blocks a request.">
127         Requests to the server have been blocked by a policy.
128       </message>
129       <message name="IDS_ERRORPAGES_DETAILS_FORBIDDEN" desc="Details in the error page when a server returns a 403.">
130         The server refused to fulfill the request.
131       </message>
132       <message name="IDS_ERRORPAGES_DETAILS_GONE" desc="Details in the error page when a server returns a 410.">
133         The requested resource no longer exists, and there is no forwarding address.  This is expected to be a permanent condition.
134       </message>
135       <message name="IDS_ERRORPAGES_DETAILS_INTERNAL_SERVER_ERROR" desc="The error message displayed when the server returns a 500.">
136         An unexpected condition was encountered while the server was attempting to fulfill the request.
137       </message>
138       <message name="IDS_ERRORPAGES_DETAILS_NOT_IMPLEMENTED" desc="The error message displayed when the server returns a 501.">
139         The server does not support the functionality required to fulfill the request.
140       </message>
141       <message name="IDS_ERRORPAGES_DETAILS_BAD_GATEWAY" desc="The error message displayed when the server returns a 502.">
142         The gateway or proxy server received an invalid response from an upstream server.
143       </message>
144       <message name="IDS_ERRORPAGES_DETAILS_SERVICE_UNAVAILABLE" desc="The error message displayed when the server returns a 503.">
145         The server is currently unable to handle the request.  This code indicates this is a temporary condition, and the server will be up again after a delay.
146       </message>
147       <message name="IDS_ERRORPAGES_DETAILS_GATEWAY_TIMEOUT" desc="The error message displayed when the server returns a 504.">
148         The gateway or proxy server timed out while waiting for a response from an upstream server.
149       </message>
150       <message name="IDS_ERRORPAGES_DETAILS_HTTP_VERSION_NOT_SUPPORTED" desc="The error message displayed when the server returns a 505.">
151         The server does not support the HTTP version used in the request.
152       </message>
153     </messages>
154   </release>
155   <translations />
156 </grit>