Upstream version 7.36.149.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       <include name="IDR_XWALK_SCREEN_ORIENTATION_API" file="../extension/screen_orientation_api.js" type="BINDATA" />
18     </includes>
19     <messages fallback_to_english="true">
20       <message name="IDS_IMAGE_FILES" desc="The description of the image file extensions in the select file dialog.">
21         Image Files
22       </message>
23       <message name="IDS_AUDIO_FILES" desc="The description of the audio file extensions in the select file dialog.">
24         Audio Files
25       </message>
26       <message name="IDS_VIDEO_FILES" desc="The description of the video file extensions in the select file dialog.">
27         Video Files
28       </message>
29       <message name="IDS_CUSTOM_FILES" desc="The description of the custom file extensions in the select file dialog.">
30         Custom Files
31       </message>
32       <!-- Color chooser dialog default titles (only used on Linux) -->
33       <message name="IDS_SELECT_COLOR_DIALOG_TITLE" desc="The default title for the Select Color color chooser dialog.">
34         Select Color
35       </message>
36       <!-- error messages for network errors -->
37       <message name="IDS_ERRORPAGES_DETAILS_TIMED_OUT" desc="The error message displayed when a page takes too long to load.">
38         The operation timed out.
39       </message>
40       <message name="IDS_ERRORPAGES_DETAILS_CONNECTION_CLOSED" desc="The error message displayed when the server unexpectedly closes a connection.">
41         The server unexpectedly closed the connection.
42       </message>
43       <message name="IDS_ERRORPAGES_DETAILS_CONNECTION_RESET" desc="The error message displayed when a connection was reset.">
44         The connection was reset.
45       </message>
46       <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.">
47         The server refused the connection.
48       </message>
49       <message name="IDS_ERRORPAGES_DETAILS_CONNECTION_FAILED" desc="The error message displayed when we can not reach the website.">
50         The attempt to connect to the server failed.
51       </message>
52       <message name="IDS_ERRORPAGES_DETAILS_NETWORK_CHANGED" desc="The error message displayed when a connection is interrupted because the network changed.">
53         A network change was detected.
54       </message>
55       <message name="IDS_ERRORPAGES_DETAILS_NAME_NOT_RESOLVED" desc="The error message displayed when a dns look up fails.">
56         Unable to resolve the server's DNS address.
57       </message>
58       <message name="IDS_ERRORPAGES_DETAILS_ADDRESS_UNREACHABLE" desc="The error message displayed when we can't reach a server.">
59         Unable to reach the server.
60       </message>
61       <message name="IDS_ERRORPAGES_DETAILS_NETWORK_ACCESS_DENIED" desc="The error message displayed when we're not being allowed to access the network.">
62         Unable to access the network.
63       </message>
64       <message name="IDS_ERRORPAGES_DETAILS_FILE_ACCESS_DENIED" desc="The error message displayed when we're not being allowed to access a file.">
65         Unable to access the file.
66       </message>
67       <message name="IDS_ERRORPAGES_DETAILS_PROXY_CONNECTION_FAILED" desc="The error message displayed when the proxy server connection failed.">
68         Proxy server connection failed.
69       </message>
70       <message name="IDS_ERRORPAGES_DETAILS_INTERNET_DISCONNECTED" desc="The error message displayed when we have no Internet access.">
71         The Internet connection has been lost.
72       </message>
73       <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.">
74         Error reading data from cache.
75       </message>
76       <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.">
77         The requested entry was not found in the cache.
78       </message>
79       <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.">
80         Network IO suspended.
81       </message>
82       <message name="IDS_ERRORPAGES_DETAILS_FILE_NOT_FOUND" desc="The error message displayed when a local file can not be found.">
83         The file or directory could not be found.
84       </message>
85       <message name="IDS_ERRORPAGES_DETAILS_TOO_MANY_REDIRECTS" desc="The error message displayed when there are too many redirects.">
86         There were too many redirects.
87       </message>
88       <message name="IDS_ERRORPAGES_DETAILS_EMPTY_RESPONSE" desc="The error message displayed when no data is received.">
89         The server closed the connection without sending any data.
90       </message>
91       <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.">
92         Multiple distinct Content-Length headers received.  This is disallowed
93         to protect against HTTP response splitting attacks.
94       </message>
95       <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.">
96         Multiple distinct Content-Disposition headers received.  This is disallowed to
97         protect against HTTP response splitting attacks.
98       </message>
99       <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.">
100         Multiple distinct Location headers received.  This is disallowed to protect
101         against HTTP response splitting attacks.
102       </message>
103       <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.">
104         Waiting for DNS probe.
105       </message>
106       <message name="IDS_ERRORPAGES_DETAILS_UNKNOWN" desc="The default error message displayed if we don't have a more specific error message.">
107         Unknown error.
108       </message>
109       <message name="IDS_ERRORPAGES_DETAILS_SSL_PROTOCOL_ERROR" desc="The error message displayed for SSL protocol errors.">
110         SSL protocol error.
111       </message>
112       <message name="IDS_ERRORPAGES_DETAILS_SSL_UNSAFE_NEGOTIATION" desc="The error message displayed when the SSL renegotiation extension is missing.">
113         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.
114       </message>
115       <message name="IDS_ERRORPAGES_DETAILS_BAD_SSL_CLIENT_AUTH_CERT" desc="The error message for SSL client certificate authentication failure.">
116         Bad SSL client authentication certificate.
117       </message>
118       <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.">
119         Extension requests to this URL have been temporarily throttled.
120       </message>
121       <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">
122         The server's certificate appears to be a forgery.
123       </message>
124       <message name="IDS_ERRORPAGES_DETAILS_BLOCKED" desc="The error message displayed when an extension blocks a request.">
125         Requests to the server have been blocked by an extension.
126       </message>
127       <message name="IDS_ERRORPAGES_DETAILS_BLOCKED_BY_ADMINISTRATOR" desc="The error message displayed when a policy blocks a request.">
128         Requests to the server have been blocked by a policy.
129       </message>
130       <message name="IDS_ERRORPAGES_DETAILS_FORBIDDEN" desc="Details in the error page when a server returns a 403.">
131         The server refused to fulfill the request.
132       </message>
133       <message name="IDS_ERRORPAGES_DETAILS_GONE" desc="Details in the error page when a server returns a 410.">
134         The requested resource no longer exists, and there is no forwarding address.  This is expected to be a permanent condition.
135       </message>
136       <message name="IDS_ERRORPAGES_DETAILS_INTERNAL_SERVER_ERROR" desc="The error message displayed when the server returns a 500.">
137         An unexpected condition was encountered while the server was attempting to fulfill the request.
138       </message>
139       <message name="IDS_ERRORPAGES_DETAILS_NOT_IMPLEMENTED" desc="The error message displayed when the server returns a 501.">
140         The server does not support the functionality required to fulfill the request.
141       </message>
142       <message name="IDS_ERRORPAGES_DETAILS_BAD_GATEWAY" desc="The error message displayed when the server returns a 502.">
143         The gateway or proxy server received an invalid response from an upstream server.
144       </message>
145       <message name="IDS_ERRORPAGES_DETAILS_SERVICE_UNAVAILABLE" desc="The error message displayed when the server returns a 503.">
146         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.
147       </message>
148       <message name="IDS_ERRORPAGES_DETAILS_GATEWAY_TIMEOUT" desc="The error message displayed when the server returns a 504.">
149         The gateway or proxy server timed out while waiting for a response from an upstream server.
150       </message>
151       <message name="IDS_ERRORPAGES_DETAILS_HTTP_VERSION_NOT_SUPPORTED" desc="The error message displayed when the server returns a 505.">
152         The server does not support the HTTP version used in the request.
153       </message>
154     </messages>
155   </release>
156   <translations />
157 </grit>