Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(177)

Side by Side Diff: webkit/glue/inspector_strings.grd

Issue 6273009: DevTools: update inspector_strings.grd to match current Inspector's (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « webkit/glue/devtools_strings.grd ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. Specifically, these are UI strings that are used by WebKit 4 each locale. Specifically, these are UI strings that are used by WebKit
5 Inspector that need to be translated for each locale.--> 5 Inspector that need to be translated for each locale.-->
6 6
7 <!-- These strings and string descriptions were taken from 7 <!-- These strings and string descriptions were taken from WebKit
8 WebKit/WebCore/English.lproj/localizedStrings.js @ revision 46732 8 Source/WebCore/English.lproj/localizedStrings.js @ revision 76508
9 so we include the original license below: 9 so we include the original license below:
10 10
11 /* 11 /*
12 * Copyright (C) 2007, 2008 Apple Inc. All rights reserved. 12 * Copyright (C) 2007, 2008 Apple Inc. All rights reserved.
13 * 13 *
14 * Redistribution and use in source and binary forms, with or without 14 * Redistribution and use in source and binary forms, with or without
15 * modification, are permitted provided that the following conditions 15 * modification, are permitted provided that the following conditions
16 * are met: 16 * are met:
17 * 17 *
18 * 1. Redistributions of source code must retain the above copyright 18 * 1. Redistributions of source code must retain the above copyright
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 <output filename="inspectorStrings_zh-TW.js" type="js_map_format" lang="zh-T W" /> 98 <output filename="inspectorStrings_zh-TW.js" type="js_map_format" lang="zh-T W" />
99 </outputs> 99 </outputs>
100 <translations> 100 <translations>
101 <!-- TODO add references to each of the XTB files (from the Translation 101 <!-- TODO add references to each of the XTB files (from the Translation
102 Console) that contain translations of messages in your project. Each 102 Console) that contain translations of messages in your project. Each
103 takes a form like <file path="english.xtb" />. Remember that all file 103 takes a form like <file path="english.xtb" />. Remember that all file
104 references are relative to this .grd file. --> 104 references are relative to this .grd file. -->
105 </translations> 105 </translations>
106 <release seq="1"> 106 <release seq="1">
107 <messages fallback_to_english="true"> 107 <messages fallback_to_english="true">
108 <message name="IDS_HEADERS_COUNT" desc="Headers count."> 108 <message name="IDS_HEADERS_COUNT" desc="Request headers count.">
109 ''' (<ph name="COUNT">%d<ex>1</ex></ph>) 109 ''' (<ph name="COUNT">%d<ex>2</ex></ph>)
110 </message> 110 </message>
111 <message name="IDS_MESSAGE_REPEAT_COUNT" desc="Message repeat count."> 111 <message name="IDS_MESSAGE_REPEATED_TIMES" desc="The number of times a mes sage got repeated.">
112 ''' (repeated <ph name="COUNT">%d<ex>2</ex></ph> times) 112 ''' (repeated <ph name="TIMES">%d<ex>3</ex></ph> times)
113 </message>
114 <message name="IDS_LINES_RANGE" desc="Source code lines range">
115 1 - <ph name="LAST_LINE">%d<ex>1000</ex></ph>
113 </message> 116 </message>
114 <message name="IDS_SIZE_IN_BYTES" desc="Size in bytes."> 117 <message name="IDS_SIZE_IN_BYTES" desc="Size in bytes.">
115 <ph name="SIZE">%.0f<ex>100</ex></ph>B 118 <ph name="SIZE">%.0f<ex>100</ex></ph>B
116 </message> 119 </message>
120 <message name="IDS_SIZE_IN_KILOBYTES_ROUNDED" desc="Size in kilobytes.">
121 <ph name="SIZE">%.0f<ex>100</ex></ph>KB
122 </message>
123 <message name="IDS_SIZE_IN_MEGABYTES_ROUNDED" desc="Size in megabytes.">
124 <ph name="SIZE">%.0f<ex>100</ex></ph>MB
125 </message>
117 <message name="IDS_DURATION_IN_MILLISECONDS" desc="Duration in millisecond s."> 126 <message name="IDS_DURATION_IN_MILLISECONDS" desc="Duration in millisecond s.">
118 <ph name="DURATION">%.0f<ex>100</ex></ph>ms 127 <ph name="DURATION">%.0f<ex>100</ex></ph>ms
119 </message> 128 </message>
120 <message name="IDS_DURATION_IN_DAYS" desc="Duration in days."> 129 <message name="IDS_DURATION_IN_DAYS" desc="Duration in days.">
121 <ph name="DURATION">%.1f<ex>5</ex></ph> days 130 <ph name="DURATION">%.1f<ex>5</ex></ph> days
122 </message> 131 </message>
123 <message name="IDS_DURATION_IN_HOURS" desc="Duration in hours."> 132 <message name="IDS_DURATION_IN_HOURS" desc="Duration in hours.">
124 <ph name="DURATION">%.1f<ex>5</ex></ph>hrs 133 <ph name="DURATION">%.1f<ex>5</ex></ph>hrs
125 </message> 134 </message>
126 <message name="IDS_DURATION_IN_MINUTES" desc="Duration in minutes."> 135 <message name="IDS_DURATION_IN_MINUTES" desc="Duration in minutes.">
127 <ph name="DURATION">%.1f<ex>5</ex></ph>min 136 <ph name="DURATION">%.1f<ex>5</ex></ph>min
128 </message> 137 </message>
129 <message name="IDS_SHARE_IN_PERCENTS" desc="Share in percents."> 138 <message name="IDS_SHARE_IN_PERCENTS" desc="Share in percents.">
130 <ph name="SHARE">%.2f<ex>5</ex></ph>%% 139 <ph name="SHARE">%.2f<ex>5</ex></ph>%%
131 </message> 140 </message>
132 <message name="IDS_SIZE_IN_KILOBYTES" desc="Size in kilobytes."> 141 <message name="IDS_SIZE_IN_KILOBYTES" desc="Size in kilobytes.">
133 <ph name="SIZE">%.2f<ex>5</ex></ph>KB 142 <ph name="SIZE">%.2f<ex>5</ex></ph>KB
134 </message> 143 </message>
144 <message name="IDS_SIZE_IN_MEGABYTES" desc="Size in megabytes.">
145 <ph name="SIZE">%.2f<ex>100</ex></ph>MB
146 </message>
135 <message name="IDS_DURATION_IN_SECONDS" desc="Duration in seconds."> 147 <message name="IDS_DURATION_IN_SECONDS" desc="Duration in seconds.">
136 <ph name="DURATION">%.2f<ex>5</ex></ph>s 148 <ph name="DURATION">%.2f<ex>5</ex></ph>s
137 </message> 149 </message>
138 <message name="IDS_SIZE_IN_MEGABYTES" desc="Size in megabytes.">
139 <ph name="DURATION">%.3f<ex>5</ex></ph>MB
140 </message>
141 <message name="IDS_DURATION_IN_MILLISECONDS_HIGH_PRECISION" desc="Duration in milliseconds, high precision."> 150 <message name="IDS_DURATION_IN_MILLISECONDS_HIGH_PRECISION" desc="Duration in milliseconds, high precision.">
142 <ph name="DURATION">%.3f<ex>5</ex></ph>ms 151 <ph name="DURATION">%.3f<ex>5</ex></ph>ms
143 </message> 152 </message>
153 <message name="IDS_NUMBER_OF_HIDDEN_CONSOLE_MESSAGES" desc="The number of hidden console messages.">
154 <ph name="NUMBER">%d<ex>10</ex></ph> console messages are not shown.
155 </message>
156 <message name="IDS_COOKIES_COUNT_AND_SIZE" desc="Cookies count and size.">
157 <ph name="COUNT">%1$d<ex>10</ex></ph> cookies (<ph name="SIZE">%2$s<ex>1 0KB</ex></ph>)
158 </message>
144 <message name="IDS_ERRORS_COUNT_SINGULAR" desc="Errors count, singular."> 159 <message name="IDS_ERRORS_COUNT_SINGULAR" desc="Errors count, singular.">
145 <ph name="COUNT">%d<ex>1</ex></ph> error 160 <ph name="COUNT">%d<ex>1</ex></ph> error
146 </message> 161 </message>
147 <message name="IDS_ERRORS_AND_WARNINGS_COUNTS_SINGULAR_SINGULAR" desc="Err ors and warnings counts, singular-singular."> 162 <message name="IDS_ERRORS_AND_WARNINGS_COUNTS_SINGULAR_SINGULAR" desc="Err ors and warnings counts, singular-singular.">
148 <ph name="ERROR_COUNT">%1$d<ex>1</ex></ph> error, <ph name="WARNING_COUN T">%2$d<ex>1</ex></ph> warning 163 <ph name="ERROR_COUNT">%1$d<ex>1</ex></ph> error, <ph name="WARNING_COUN T">%2$d<ex>1</ex></ph> warning
149 </message> 164 </message>
150 <message name="IDS_ERRORS_AND_WARNINGS_COUNTS_SINGULAR_PLURAL" desc="Error s and warnings counts, singular-plural."> 165 <message name="IDS_ERRORS_AND_WARNINGS_COUNTS_SINGULAR_PLURAL" desc="Error s and warnings counts, singular-plural.">
151 <ph name="ERROR_COUNT">%1$d<ex>1</ex></ph> error, <ph name="WARNINGS_COU NT">%2$d<ex>2</ex></ph> warnings 166 <ph name="ERROR_COUNT">%1$d<ex>1</ex></ph> error, <ph name="WARNINGS_COU NT">%2$d<ex>2</ex></ph> warnings
152 </message> 167 </message>
153 <message name="IDS_ERRORS_COUNT_PLURAL" desc="Errors count, plural."> 168 <message name="IDS_ERRORS_COUNT_PLURAL" desc="Errors count, plural.">
154 <ph name="COUNT">%d<ex>2</ex></ph> errors 169 <ph name="COUNT">%d<ex>2</ex></ph> errors
155 </message> 170 </message>
156 <message name="IDS_ERRORS_AND_WARNINGS_COUNTS_PLURAL_SINGULAR" desc="Error s and warnings counts, plural-singular."> 171 <message name="IDS_ERRORS_AND_WARNINGS_COUNTS_PLURAL_SINGULAR" desc="Error s and warnings counts, plural-singular.">
157 <ph name="ERRORS_COUNT">%1$d<ex>2</ex></ph> errors, <ph name="WARNING_CO UNT">%2$d<ex>1</ex></ph> warning 172 <ph name="ERRORS_COUNT">%1$d<ex>2</ex></ph> errors, <ph name="WARNING_CO UNT">%2$d<ex>1</ex></ph> warning
158 </message> 173 </message>
159 <message name="IDS_ERRORS_AND_WARNINGS_COUNTS_PLURAL_PLURAL" desc="Errors and warnings counts, plural-plural."> 174 <message name="IDS_ERRORS_AND_WARNINGS_COUNTS_PLURAL_PLURAL" desc="Errors and warnings counts, plural-plural.">
160 <ph name="ERRORS_COUNT">%1$d<ex>2</ex></ph> errors, <ph name="WARNINGS_C OUNT">%2$d<ex>1</ex></ph> warnings 175 <ph name="ERRORS_COUNT">%1$d<ex>2</ex></ph> errors, <ph name="WARNINGS_C OUNT">%2$d<ex>1</ex></ph> warnings
161 </message> 176 </message>
162 <message name="IDS_MATCHES_COUNT_PLURAL" desc="Matches count, plural."> 177 <message name="IDS_MATCHES_COUNT_PLURAL" desc="Matches count, plural.">
163 <ph name="COUNT">%d<ex>2</ex></ph> matches 178 <ph name="COUNT">%d<ex>2</ex></ph> matches
164 </message> 179 </message>
180 <message name="IDS_COUNTS_OF_CAPTURED_RECORDS" desc="Displayed and total c ounts of captured records.">
181 <ph name="DISPLAYED_COUNT">%1$d<ex>10</ex></ph> of <ph name="TOTAL_COUNT ">%2$d<ex>100</ex></ph> captured records are visible
182 </message>
165 <message name="IDS_STYLE_CHANGE_SINGULAR" desc="Style changes count, singu lar."> 183 <message name="IDS_STYLE_CHANGE_SINGULAR" desc="Style changes count, singu lar.">
166 <ph name="COUNT">%d<ex>1</ex></ph> style change 184 <ph name="COUNT">%d<ex>1</ex></ph> style change
167 </message> 185 </message>
168 <message name="IDS_STYLE_CHANGE_PLURAL" desc="Style changes count, plural. "> 186 <message name="IDS_STYLE_CHANGE_PLURAL" desc="Style changes count, plural. ">
169 <ph name="COUNT">%d<ex>2</ex></ph> style changes 187 <ph name="COUNT">%d<ex>2</ex></ph> style changes
170 </message> 188 </message>
171 <message name="IDS_WARNINGS_COUNT_SINGULAR" desc="Warnings count, singular ."> 189 <message name="IDS_WARNINGS_COUNT_SINGULAR" desc="Warnings count, singular .">
172 <ph name="COUNT">%d<ex>1</ex></ph> warning 190 <ph name="COUNT">%d<ex>1</ex></ph> warning
173 </message> 191 </message>
174 <message name="IDS_WARNINGS_COUNT_PLURAL" desc="Warnings count, plural."> 192 <message name="IDS_WARNINGS_COUNT_PLURAL" desc="Warnings count, plural.">
175 <ph name="COUNT">%d<ex>2</ex></ph> warnings 193 <ph name="COUNT">%d<ex>2</ex></ph> warnings
176 </message> 194 </message>
195 <message name="IDS_IMAGE_DIMENSIONS_PIXELS_WITH_NATURAL_SIZE" desc="Image dimensions (uses mutiplication symbol, not x), with natural size.">
196 <ph name="WIDTH">%1$d<ex>100</ex></ph> × <ph name="HEIGHT">%2$d<ex>100</ ex></ph> pixels (Natural: <ph name="NATURAL_WIDTH">%3$d<ex>100</ex></ph> × <ph n ame="NATURAL_HEIGHT">%4$d<ex>100</ex></ph> pixels)
197 </message>
198 <message name="IDS_IMAGE_DIMENSIONS_PIXELS" desc="Image dimensions in pixe ls (uses mutiplication symbol, not x.)">
199 <ph name="WIDTH">%1$d<ex>100</ex></ph> × <ph name="HEIGHT">%2$d<ex>100</ ex></ph> pixels
200 </message>
177 <message name="IDS_IMAGE_DIMENSIONS" desc="Image dimensions (uses mutiplic ation symbol, not x.)"> 201 <message name="IDS_IMAGE_DIMENSIONS" desc="Image dimensions (uses mutiplic ation symbol, not x.)">
178 <ph name="WIDTH">%1$d<ex>100</ex></ph> × <ph name="HEIGHT">%2$d<ex>100</ ex></ph> 202 <ph name="WIDTH">%1$d<ex>100</ex></ph> × <ph name="HEIGHT">%2$d<ex>100</ ex></ph>
179 </message> 203 </message>
204 <message name="IDS_RESOURCE_NAME_AND_SIZE" desc="Resource name ans size.">
205 <ph name="NAME">%1$s<ex>foo.html</ex></ph> (<ph name="SIZE">%2$s<ex>10KB </ex></ph>)
206 </message>
207 <message name="IDS_DURATION_AND_TIME" desc="Event duration and time.">
208 <ph name="DURATION">%1$s<ex>5 seconds</ex></ph> (at <ph name="TIME">%2$s <ex>10:25</ex></ph>)
209 </message>
180 <message name="IDS_INDICATES_THAT_RESOURCE_IS_RETRIEVED_FROM_CACHE" desc=" Indicates that resource is retrieved from cache."> 210 <message name="IDS_INDICATES_THAT_RESOURCE_IS_RETRIEVED_FROM_CACHE" desc=" Indicates that resource is retrieved from cache.">
181 <ph name="RESOURCE_NAME">%s<ex>picture.gif</ex></ph> (from cache) 211 <ph name="RESOURCE_NAME">%s<ex>picture.gif</ex></ph> (from cache)
182 </message> 212 </message>
213 <message name="IDS_EVENT_DETAILS_TITLE" desc="Event details title.">
214 <ph name="EVENT">%s<ex>Paint</ex></ph> - Details
215 </message>
216 <message name="IDS_BIG_DELTA" desc="Big delta value.">
217 <ph name="SIGN">%s<ex>+</ex></ph> &gt;1000%%
218 </message>
219 <message name="IDS_BYTES_COLLECTED_DURING_GC" desc="Bytes collected during garbage collection.">
220 <ph name="BYTES">%s<ex>10KB</ex></ph> collected
221 </message>
183 <message name="IDS_INDICATES_DURATION_OF_RESOURCE_DOWNLOAD" desc="Indicate s duration of resource download."> 222 <message name="IDS_INDICATES_DURATION_OF_RESOURCE_DOWNLOAD" desc="Indicate s duration of resource download.">
184 <ph name="DURATION">%s<ex>5ms</ex></ph> download 223 <ph name="DURATION">%s<ex>5ms</ex></ph> download
185 </message> 224 </message>
186 <message name="IDS_INDICATES_LATENCY_OF_RESOURCE_DOWNLOAD" desc="Indicates latency of resource download."> 225 <message name="IDS_INDICATES_LATENCY_OF_RESOURCE_DOWNLOAD" desc="Indicates latency of resource download.">
187 <ph name="LATENCY">%s<ex>5ms</ex></ph> latency 226 <ph name="LATENCY">%s<ex>5ms</ex></ph> latency
188 </message> 227 </message>
189 <message name="IDS_INDICATES_DURATION_AND_LATENCY_OF_RESOURCE_DOWNLOAD" de sc="Indicates duration and latency of resource download."> 228 <message name="IDS_INDICATES_DURATION_AND_LATENCY_OF_RESOURCE_DOWNLOAD" de sc="Indicates duration and latency of resource download.">
190 <ph name="LATENCY">%1$s<ex>5ms</ex></ph> latency, <ph name="DURATION">%2 $s<ex>5ms</ex></ph> download (<ph name="TOTAL">%3$s<ex>10ms</ex></ph> total) 229 <ph name="LATENCY">%1$s<ex>5ms</ex></ph> latency, <ph name="DURATION">%2 $s<ex>5ms</ex></ph> download (<ph name="TOTAL">%3$s<ex>10ms</ex></ph> total)
191 </message> 230 </message>
231 <message name="IDS_USED_HEAP_SIZE_VALUES" desc="Used heap size values.">
232 <ph name="USED">%1$s<ex>10MB</ex></ph> of <ph name="TOTAL">%2$s<ex>20MB< /ex></ph>
233 </message>
234 <message name="IDS_SIGNED_FLOAT_VALUE" desc="Signed value (float).">
235 <ph name="SIGN">%1$s<ex>+</ex></ph><ph name="VALUE">%2$.2f<ex>100</ex></ ph>%%
236 </message>
237 <message name="IDS_SIGNED_INTEGER_VALUE" desc="Signed value (integer).">
238 <ph name="SIGN">%1$s<ex>+</ex></ph><ph name="VALUE">%2$d<ex>10</ex></ph>
239 </message>
240 <message name="IDS_SIGNED_SIZE" desc="Signed size.">
241 <ph name="SIGN">%1$s<ex>+</ex></ph><ph name="VALUE">%2$s<ex>10KB</ex></p h>
242 </message>
192 <message name="IDS_LABELS_AN_ANONYMOUS_JAVASCRIPT_FUNCTION" desc="Labels a n anonymous JavaScript function."> 243 <message name="IDS_LABELS_AN_ANONYMOUS_JAVASCRIPT_FUNCTION" desc="Labels a n anonymous JavaScript function.">
193 (anonymous function) 244 (anonymous function)
194 </message> 245 </message>
246 <message name="IDS_INTERNAL_SCRIPT" desc="A label for an internal script." >
247 (internal script)
248 </message>
249 <message name="IDS_RESOURCE_FROM_CACHE" desc="A label for a resource from cache.">
250 (from cache)
251 </message>
195 <message name="IDS_LABELS_PROGRAM_AS_A_WHOLE" desc="Labels program as a wh ole."> 252 <message name="IDS_LABELS_PROGRAM_AS_A_WHOLE" desc="Labels program as a wh ole.">
196 (program) 253 (program)
197 </message> 254 </message>
198 <message name="IDS_LABELS_A_SCRIPT_WITH_URL" desc="Labels a script with UR L.">
199 (program): <ph name="URL">%s<ex>http://site/script.js</ex></ph>
200 </message>
201 <message name="IDS_LABELS_A_TEXT_NODE_IN_HTML_TREE" desc="Labels a text no de in HTML tree."> 255 <message name="IDS_LABELS_A_TEXT_NODE_IN_HTML_TREE" desc="Labels a text no de in HTML tree.">
202 (text) 256 (text)
203 </message> 257 </message>
258 <message name="IDS_UNABLE_DECODE_VALUE" desc="A message for an undecoded v alue.">
259 (unable to decode value)
260 </message>
204 <message name="IDS_LABELS_A_WHITESPACE_NODE_IN_HTML_TREE" desc="Labels a w hitespace node in HTML tree."> 261 <message name="IDS_LABELS_A_WHITESPACE_NODE_IN_HTML_TREE" desc="Labels a w hitespace node in HTML tree.">
205 (whitespace) 262 (whitespace)
206 </message> 263 </message>
207 <message name="IDS_MATCHES_COUNT_SINGULAR" desc="Matches count, singular." > 264 <message name="IDS_MATCHES_COUNT_SINGULAR" desc="Matches count, singular." >
208 1 match 265 1 match
209 </message> 266 </message>
267 <message name="IDS_SOURCE_IS_NOT_AVAILABLE" desc="A message indicating tha t script source isn't available.">
268 &lt;source is not available&gt;
269 </message>
270 <message name="IDS_APPLICATION_CACHE" desc="Application Cache label.">
271 Application Cache
272 </message>
273 <message name="IDS_ACCEPT_SUGGESTION" desc="Description for an action of a ccepting a command suggestion.">
274 Accept suggestion
275 </message>
276 <message name="IDS_ACTIVATE_ALL_BREAKPOINTS" desc="A command for activatin g all breakpoints.">
277 Activate all breakpoints.
278 </message>
279 <message name="IDS_ADD_ATTRIBUTE" desc="A command for adding an attribute. ">
280 Add Attribute
281 </message>
282 <message name="IDS_ADD_BREAKPOINT" desc="A command for adding a breakpoint .">
283 Add Breakpoint
284 </message>
285 <message name="IDS_ADD_CONDITIONAL_BREAKPOINT" desc="A command for adding a conditional breakpoint.">
286 Add Conditional Breakpoint…
287 </message>
288 <message name="IDS_ADD_NEW_ROW" desc="A command for adding a row in a tabl e.">
289 Add New
290 </message>
291 <message name="IDS_ADD_WATCH_EXPRESSION" desc="A command for adding a watc h expression.">
292 Add
293 </message>
294 <message name="IDS_AGGREGATED_TIME" desc="A label for event aggregated tim e.">
295 Aggregated Time
296 </message>
297 <message name="IDS_EVENTS_FOR_ALL_NODES" desc="An option to view events fo r all nodes.">
298 All Nodes
299 </message>
300 <message name="IDS_ALL_PANELS" desc="A label for shortcuts available in al l panels.">
301 All Panels
302 </message>
303 <message name="IDS_SHOW_ALL" desc="An option to show all elements (w/o fil tering).">
304 All
305 </message>
306 <message name="IDS_ALLOW_DEBUGGING_WORKERS" desc="Allow debugging Web work ers.">
307 Allow debugging workers. Enabling this option will replace native worker s with the iframe-based JavaScript implementation
308 </message>
210 <message name="IDS_SPECIFIES_THAT_SOME_FEATURE_IS_ALWAYS_ENABLED" desc="Sp ecifies that some feature is always enabled."> 309 <message name="IDS_SPECIFIES_THAT_SOME_FEATURE_IS_ALWAYS_ENABLED" desc="Sp ecifies that some feature is always enabled.">
211 Always enable 310 Always enable
212 </message> 311 </message>
213 <message name="IDS_ERROR_MESSAGE_DISPLAYED_ON_FAILURE_TO_READ_A_DATABASE_T ABLE" desc="Error message displayed on failure to read a database table."> 312 <message name="IDS_ERROR_MESSAGE_DISPLAYED_ON_FAILURE_TO_READ_A_DATABASE_T ABLE" desc="Error message displayed on failure to read a database table.">
214 An error occurred trying to\nread the “<ph name="TABLE_NAME">%s<ex>CLIEN TS</ex></ph>” table. 313 An error occurred trying to\nread the “<ph name="TABLE_NAME">%s<ex>CLIEN TS</ex></ph>” table.
215 </message> 314 </message>
216 <message name="IDS_ERROR_MESSAGE_DISPLAYED_WHEN_AN_UNEXPECTED_ERROR_OCCURS _DURING_DATABASE_QUERY" desc="Error message displayed when an unexpected error o ccurs during database query."> 315 <message name="IDS_ERROR_MESSAGE_DISPLAYED_WHEN_AN_UNEXPECTED_ERROR_OCCURS _DURING_DATABASE_QUERY" desc="Error message displayed when an unexpected error o ccurs during database query.">
217 An unexpected error <ph name="ERROR">%s<ex>No memory</ex></ph> occurred. 316 An unexpected error <ph name="ERROR">%s<ex>No memory</ex></ph> occurred.
218 </message> 317 </message>
318 <message name="IDS_BREAK_ON_ANY_XHR" desc="Debugger should break on any XH R request.">
319 Any XHR
320 </message>
321 <message name="IDS_COLOR_AS_AUTHORED" desc="An option to show color value as authored in the stylesheet.">
322 As Authored
323 </message>
324 <message name="IDS_ASSERTION_FAILED" desc="A prefix for an assertion failu re message.">
325 Assertion failed:
326 </message>
327 <message name="IDS_BREAK_ON_ATTRIBUTE_MODIFIED" desc="A condition for brea king execution on DOM node attribute modification.">
328 Attribute Modified
329 </message>
330 <message name="IDS_AUDIT_PRESENT_STATE" desc="A label for checkbox enablin g audit of page's present state.">
331 Audit Present State
332 </message>
333 <message name="IDS_AUDITS_PANEL" desc="Audits panel label.">
334 Audits
335 </message>
219 <message name="IDS_LABEL_OF_A_GRID_COLUMN_SHOWING_AVERAGE_FUNCTION_EXECUTI ON_TIME" desc="Label of a grid column showing average function execution time."> 336 <message name="IDS_LABEL_OF_A_GRID_COLUMN_SHOWING_AVERAGE_FUNCTION_EXECUTI ON_TIME" desc="Label of a grid column showing average function execution time.">
220 Average 337 Average
221 </message> 338 </message>
339 <message name="IDS_BLOCKING_DURATION" desc="A label for the duration of co nnection blocking state.">
340 Blocking
341 </message>
222 <message name="IDS_LABEL_OF_A_SIDE_PANEL_SHOWING_BREAKPOINTS" desc="Label of a side panel showing breakpoints."> 342 <message name="IDS_LABEL_OF_A_SIDE_PANEL_SHOWING_BREAKPOINTS" desc="Label of a side panel showing breakpoints.">
223 Breakpoints 343 Breakpoints
224 </message> 344 </message>
345 <message name="IDS_LABEL_FOR_A_SECTION_SHOWING_COOKIES" desc="Label for a section showing cookies.">
346 Cookies
347 </message>
348 <message name="IDS_CPU_PROFILES" desc="A label for the CPU profiles list ( all caps).">
349 CPU PROFILES
350 </message>
351 <message name="IDS_CALL_SITE_STACK" desc="A label for event call stack.">
352 Call Site stack
353 </message>
225 <message name="IDS_LABEL_OF_A_SIDE_PANEL_SHOWING_CALL_STACK" desc="Label o f a side panel showing call stack."> 354 <message name="IDS_LABEL_OF_A_SIDE_PANEL_SHOWING_CALL_STACK" desc="Label o f a side panel showing call stack.">
226 Call Stack 355 Call Stack
227 </message> 356 </message>
228 <message name="IDS_LABEL_OF_A_GRID_COLUMN_SHOWING_FUNCTION_CALL_COUNT" des c="Label of a grid column showing function call count."> 357 <message name="IDS_LABEL_OF_A_GRID_COLUMN_SHOWING_FUNCTION_CALL_COUNT" des c="Label of a grid column showing function call count.">
229 Calls 358 Calls
230 </message> 359 </message>
360 <message name="IDS_CLEAR_CPU_PROFILES" desc="Label of the button for clear ing all CPU profiles.">
361 Clear CPU profiles.
362 </message>
363 <message name="IDS_CLEAR_CONSOLE" desc="Label of the button that clears co nsole messages.">
364 Clear Console
365 </message>
366 <message name="IDS_CLEAR_AUDIT_RESULTS" desc="Label of the button cleaning up audits results.">
367 Clear audit results.
368 </message>
231 <message name="IDS_HINT_FOR_A_BUTTON_CLEARING_CHANGES_LOG" desc="Hint for a button clearing changes log."> 369 <message name="IDS_HINT_FOR_A_BUTTON_CLEARING_CHANGES_LOG" desc="Hint for a button clearing changes log.">
232 Clear changes log. 370 Clear changes log.
233 </message> 371 </message>
234 <message name="IDS_HINT_FOR_A_BUTTON_CLEARING_CONSOLE_LOG" desc="Hint for a button clearing console log."> 372 <message name="IDS_HINT_FOR_A_BUTTON_CLEARING_CONSOLE_LOG" desc="Hint for a button clearing console log.">
235 Clear console log. 373 Clear console log.
236 </message> 374 </message>
375 <message name="IDS_CLEAR" desc="A label for a button that clears a list.">
376 Clear
377 </message>
378 <message name="IDS_CLICK_TO_CHANGE_COLOR_FORMAT" desc="Click to change col or format.">
379 Click to change color format
380 </message>
237 <message name="IDS_LABEL_FOR_A_SECTION_IN_THE_SCOPE_CHAIN_SIDEBAR_THAT_SHO WS_CLOSURE_VARIABLES" desc="Label for a section in the scope chain sidebar that shows closure's variables."> 381 <message name="IDS_LABEL_FOR_A_SECTION_IN_THE_SCOPE_CHAIN_SIDEBAR_THAT_SHO WS_CLOSURE_VARIABLES" desc="Label for a section in the scope chain sidebar that shows closure's variables.">
238 Closure 382 Closure
239 </message> 383 </message>
240 <message name="IDS_LABEL_FOR_A_SECTION_SHOWING_COOKIES_CAPS" desc="Label f or a section showing cookies."> 384 <message name="IDS_RESOURCE_TYPE_CODE" desc="Resource type: Code">
241 COOKIES 385 Code
386 </message>
387 <message name="IDS_COLLECTED" desc="A label for a column displaying the si ze of collected garbage.">
388 Collected
389 </message>
390 <message name="IDS_COMPARED_TO" desc="A selector of a heap profile to comp are with.">
391 Compared to <ph name="PROFILE_NAME">%s<ex>Snapshot 1</ex></ph>
242 </message> 392 </message>
243 <message name="IDS_LABEL_FOR_A_SECTION_SHOWING_COMPUTED_STYLE" desc="Label for a section showing computed style."> 393 <message name="IDS_LABEL_FOR_A_SECTION_SHOWING_COMPUTED_STYLE" desc="Label for a section showing computed style.">
244 Computed Style 394 Computed Style
245 </message> 395 </message>
246 <message name="IDS_LABEL_FOR_A_SECTION_SHOWING_COOKIES" desc="Label for a section showing cookies."> 396 <message name="IDS_CONNECTING" desc="A label for the duration of connectio n connecting state.">
247 Cookies 397 Connecting
248 </message> 398 </message>
249 <message name="IDS_LABEL_FOR_A_SECTION_SHOWING_DATABASES" desc="Label for a section showing databases."> 399 <message name="IDS_CONSOLE" desc="A label for the Console panel.">
250 DATABASES 400 Console
251 </message> 401 </message>
252 <message name="IDS_LABEL_FOR_A_SECTION_SHOWING_DOM" desc="Label for a sect ion showing DOM."> 402 <message name="IDS_CONSTRUCTOR" desc="A label for a cell displaying object constructor name.">
253 DOM 403 Constructor
404 </message>
405 <message name="IDS_CONTENT" desc="A label for a tab displaying resource co ntent.">
406 Content
407 </message>
408 <message name="IDS_CONTINUE_TO_HERE" desc="A command for continuing script execution up to specified position.">
409 Continue to Here
410 </message>
411 <message name="IDS_CONTINUE" desc="A command for continuing script executi on.">
412 Continue
413 </message>
414 <message name="IDS_CONTROL_CPU_PROFILING" desc="An instruction on how to s tart CPU profiling.">
415 Control CPU profiling by pressing the <ph name="BUTTON">%s<ex>button gly ph</ex></ph> button on the status bar.
416 </message>
417 <message name="IDS_COPY_AS_HTML" desc="A command for copying node contents as HTML.">
418 Copy as HTML
419 </message>
420 <message name="IDS_COUNT" desc="A label for a column with entities count." >
421 Count
422 </message>
423 <message name="IDS_LABEL_FOR_THE_TAB_SHOWING_DATABASES" desc="Label for th e tab showing databases.">
424 Databases
425 </message>
426 <message name="IDS_DNS_LOOKUP" desc="A label for displaying DNS lookup tim e.">
427 DNS Lookup
428 </message>
429 <message name="IDS_DOM_CONTENT_EVENT_FIRED" desc="A label for the moment o f time when DOMContent event fired.">
430 DOMContent event fired
431 </message>
432 <message name="IDS_DON_CONTENT_EVENT" desc="A label for the DOMContent eve nt.">
433 DOMContent event
254 </message> 434 </message>
255 <message name="IDS_ERROR_MESSAGE_INDICATING_DATABASE_VERSION_MISMATCH" des c="Error message indicating database version mismatch."> 435 <message name="IDS_ERROR_MESSAGE_INDICATING_DATABASE_VERSION_MISMATCH" des c="Error message indicating database version mismatch.">
256 Database no longer has expected version. 436 Database no longer has expected version.
257 </message> 437 </message>
258 <message name="IDS_LABEL_FOR_THE_TAB_SHOWING_DATABASES" desc="Label for th e tab showing databases."> 438 <message name="IDS_DATABASE_NOT_FOUND" desc="Error message indicating that database is not found.">
259 Databases 439 Database not found.
440 </message>
441 <message name="IDS_DEACTIVATE_ALL_BREAKPOINTS" desc="A command for deactiv ating all breakpoints.">
442 Deactivate all breakpoints.
443 </message>
444 <message name="IDS_DEBUG_WORKERS" desc="A label for the checkbox enabling Web workers debugging.">
445 Debug
260 </message> 446 </message>
261 <message name="IDS_MESSAGE_INDICATING_THAT_DEBUGGING_IS_DISABLED" desc="Me ssage indicating that debugging is disabled."> 447 <message name="IDS_MESSAGE_INDICATING_THAT_DEBUGGING_IS_DISABLED" desc="Me ssage indicating that debugging is disabled.">
262 Debugging disabled. Click to enable. 448 Debugging disabled. Click to enable.
263 </message> 449 </message>
264 <message name="IDS_MESSAGE_INDICATING_THAT_DEBUGGING_IS_ENABLED" desc="Mes sage indicating that debugging is enabled."> 450 <message name="IDS_MESSAGE_INDICATING_THAT_DEBUGGING_IS_ENABLED" desc="Mes sage indicating that debugging is enabled.">
265 Debugging enabled. Click to disable. 451 Debugging enabled. Click to disable.
266 </message> 452 </message>
267 <message name="IDS_A_HINT_THAT_REMINDS_TO_TURN_ON_DEBUGGER" desc="A hint t hat reminds to turn on debugger."> 453 <message name="IDS_DELETE_NODE" desc="A command for deleting DOM node.">
268 Debugging scripts requires you to start the debugger. 454 Delete Node
455 </message>
456 <message name="IDS_DELETE_WATCH_EXPRESSION" desc="A command for deleting w atch expression.">
457 Delete watch expression.
269 </message> 458 </message>
270 <message name="IDS_A_BUTTON_FOR_DELETING_DOM_STORAGE_ITEMS" desc="A button for deleting DOM storage items."> 459 <message name="IDS_A_BUTTON_FOR_DELETING_DOM_STORAGE_ITEMS" desc="A button for deleting DOM storage items.">
271 Delete 460 Delete
272 </message> 461 </message>
462 <message name="IDS_DETAILS" desc="A label for additional details about tim eline event.">
463 Details
464 </message>
273 <message name="IDS_LABEL_OF_IMAGE_DIMENSIONS_GRID_COLUMN" desc="Label of i mage dimensions grid column."> 465 <message name="IDS_LABEL_OF_IMAGE_DIMENSIONS_GRID_COLUMN" desc="Label of i mage dimensions grid column.">
274 Dimensions 466 Dimensions
275 </message> 467 </message>
468 <message name="IDS_DISABLE_BREAKPOINT" desc="A command to disable a breakp oint.">
469 Disable Breakpoint
470 </message>
276 <message name="IDS_HINT_FOR_A_BUTTON_THAT_DOCKS_INSPECTOR_TO_MAIN_WINDOW" desc="Hint for a button that docks Inspector to main window."> 471 <message name="IDS_HINT_FOR_A_BUTTON_THAT_DOCKS_INSPECTOR_TO_MAIN_WINDOW" desc="Hint for a button that docks Inspector to main window.">
277 Dock to main window. 472 Dock to main window.
278 </message> 473 </message>
474 <message name="IDS_DOCUMENT" desc="Title for the resources of the type Doc ument.">
475 Document
476 </message>
279 <message name="IDS_LABEL_FOR_DOCUMENTS_RESOURCE_SECTION" desc="Label for d ocuments resource section."> 477 <message name="IDS_LABEL_FOR_DOCUMENTS_RESOURCE_SECTION" desc="Label for d ocuments resource section.">
280 Documents 478 Documents
281 </message> 479 </message>
282 <message name="IDS_HINT_FOR_A_BUTTON_THAT_DISABLES_PAUSE_EXECUTION_ON_EXCE PTIONS" desc="Hint for a button that disables pause execution on exceptions."> 480 <message name="IDS_COOKIE_DOMAIN" desc="A label for the column displaying cookie's domain name.">
283 Don't pause on exceptions. 481 Domain
284 </message> 482 </message>
285 <message name="IDS_DOUBLE_CLICK_TO_ADD" desc="Instruction on adding an ele ment."> 483 <message name="IDS_NO_PAUSE_ON_EXCEPTIONS" desc="The current state: don't pause on exception, after LF: a hint for a button that changes the state.">
286 Double-Click to Add 484 Don't pause on exceptions.\nClick to Pause on all exceptions.
485 </message>
486 <message name="IDS_TOGGLE_URL_FORMAT" desc="A hint on how to toggle betwee n URL formats.">
487 Double-Click to toggle between URL encoded and decoded formats
488 </message>
489 <message name="IDS_EDIT_ATTRIBUTE_CAPITALIZED" desc="Text for a shortcut f or editing a DOM node attrubute.">
490 Edit Attribute
491 </message>
492 <message name="IDS_EDIT_BREAKPOINT" desc="A command for editing breakpoint properties.">
493 Edit Breakpoint…
494 </message>
495 <message name="IDS_EDIT_TEXT" desc="A command for editing DOM node text co ntent.">
496 Edit Text
497 </message>
498 <message name="IDS_EDIT_AS_HTML" desc="A command for editing DOM node as H TML.">
499 Edit as HTML
500 </message>
501 <message name="IDS_EDIT_ATTRIBUTE" desc="A command for editing a DOM node attrubute.">
502 Edit attribute
503 </message>
504 <message name="IDS_EDIT" desc="A command for editing table's node contents .">
505 Edit
506 </message>
507 <message name="IDS_ELEMENTS_PANEL" desc="A label for the HTML elements pan el.">
508 Elements Panel
287 </message> 509 </message>
288 <message name="IDS_LABEL_FOR_HTML_ELEMENTS_PANEL" desc="Label for HTML ele ments panel."> 510 <message name="IDS_LABEL_FOR_HTML_ELEMENTS_PANEL" desc="Label for HTML ele ments panel.">
289 Elements 511 Elements
290 </message> 512 </message>
513 <message name="IDS_ENABLE_BREAKPOINT" desc="A label for a checkbox that en ables a breakpoint.">
514 Enable Breakpoint
515 </message>
291 <message name="IDS_HINT_FOR_A_BUTTON_THAT_ENABLES_DEBUGGING" desc="Hint fo r a button that enables debugging."> 516 <message name="IDS_HINT_FOR_A_BUTTON_THAT_ENABLES_DEBUGGING" desc="Hint fo r a button that enables debugging.">
292 Enable Debugging 517 Enable Debugging
293 </message> 518 </message>
294 <message name="IDS_HINT_FOR_A_BUTTON_THAT_ENABLES_PROFILING" desc="Hint fo r a button that enables profiling."> 519 <message name="IDS_HINT_FOR_A_BUTTON_THAT_ENABLES_PROFILING" desc="Hint fo r a button that enables profiling.">
295 Enable Profiling 520 Enable Profiling
296 </message> 521 </message>
297 <message name="IDS_HINT_FOR_A_BUTTON_THAT_ENABLES_RESOURCE_TRACKING" desc= "Hint for a button that enables resource tracking.">
298 Enable resource tracking
299 </message>
300 <message name="IDS_A_WARNING_MESSAGE_ABOUT_DEBUGGING" desc="A warning mess age about debugging."> 522 <message name="IDS_A_WARNING_MESSAGE_ABOUT_DEBUGGING" desc="A warning mess age about debugging.">
301 Enabling debugging will make scripts run slower. 523 Enabling debugging will make scripts run slower.
302 </message> 524 </message>
303 <message name="IDS_A_WARNING_MESSAGE_ABOUT_PROFILING" desc="A warning mess age about profiling."> 525 <message name="IDS_A_WARNING_MESSAGE_ABOUT_PROFILING" desc="A warning mess age about profiling.">
304 Enabling profiling will make scripts run slower. 526 Enabling profiling will make scripts run slower.
305 </message> 527 </message>
306 <message name="IDS_A_WARNING_MESSAGE_ABOUT_RESOURCE_TRACKING" desc="A warn ing message about resource tracking."> 528 <message name="IDS_ERRORS_FILTER" desc="A label for the filter in the Cons ole.">
307 Enabling resource tracking will reload the page and make page loading sl ower. 529 Errors
530 </message>
531 <message name="IDS_EVALUATE_SCRIPT_EVENT" desc="A label for the script eva luation event.">
532 Evaluate Script
308 </message> 533 </message>
309 <message name="IDS_LABEL_FOR_A_SECTION_IN_THE_SCOPE_CHAIN_SIDEBAR_THAT_SHO WS_EVENT_DOCUMENT_VARIABLES" desc="Label for a section in the scope chain sideba r that shows event document's variables."> 534 <message name="IDS_LABEL_FOR_A_SECTION_IN_THE_SCOPE_CHAIN_SIDEBAR_THAT_SHO WS_EVENT_DOCUMENT_VARIABLES" desc="Label for a section in the scope chain sideba r that shows event document's variables.">
310 Event Document 535 Event Document
311 </message> 536 </message>
537 <message name="IDS_EVENT_LISTENERS" desc="A label for the section showing event listeners.">
538 Event Listeners
539 </message>
312 <message name="IDS_LABEL_FOR_A_SECTION_IN_THE_SCOPE_CHAIN_SIDEBAR_THAT_SHO WS_EVENT_TARGET_VARIABLES" desc="Label for a section in the scope chain sidebar that shows event target's variables."> 540 <message name="IDS_LABEL_FOR_A_SECTION_IN_THE_SCOPE_CHAIN_SIDEBAR_THAT_SHO WS_EVENT_TARGET_VARIABLES" desc="Label for a section in the scope chain sidebar that shows event target's variables.">
313 Event Target 541 Event Target
314 </message> 542 </message>
543 <message name="IDS_EVENT_TYPE" desc="A label for the script events type.">
544 Event
545 </message>
315 <message name="IDS_LABEL_FOR_A_BUTTON_THAT_EXCLUDES_A_FUNCTION_FROM_EXECUT ION_PROFILE" desc="Label for a button that excludes a function from execution pr ofile."> 546 <message name="IDS_LABEL_FOR_A_BUTTON_THAT_EXCLUDES_A_FUNCTION_FROM_EXECUT ION_PROFILE" desc="Label for a button that excludes a function from execution pr ofile.">
316 Exclude selected function. 547 Exclude selected function.
317 </message> 548 </message>
549 <message name="IDS_EXECUTE_COMMAND" desc="A label for the command for scri pt execution.">
550 Execute command
551 </message>
552 <message name="IDS_EXPAND_COLLAPSE" desc="A command for expanding/collapsi ng DOM node.">
553 Expand/collapse
554 </message>
555 <message name="IDS_EXPECTED_CONTENT_LENGTH" desc="A label for resource's e xpected content length.">
556 Expected Content Length
557 </message>
558 <message name="IDS_COOKIE_EXPIRES" desc="A label for the column displaying cookie expiration time.">
559 Expires
560 </message>
561 <message name="IDS_EXPORT_ALL_TO_HAR" desc="A command for exporting all st atistics to HAR format.">
562 Export all to HAR
563 </message>
564 <message name="IDS_EXPORT_TO_HAR" desc="A command for exporting certain re cords to HAR format.">
565 Export to HAR
566 </message>
318 <message name="IDS_LABEL_OF_IMAGE_FILE_SIZE_GRID_COLUMN" desc="Label of im age file size grid column."> 567 <message name="IDS_LABEL_OF_IMAGE_FILE_SIZE_GRID_COLUMN" desc="Label of im age file size grid column.">
319 File size 568 File size
320 </message> 569 </message>
570 <message name="IDS_STORAGE_FILE_SYSTEM" desc="Storage category: file syste m.">
571 File System
572 </message>
573 <message name="IDS_FIND_NEXT_PREVIOUS" desc="Title of help section display ing search-related shortcuts.">
574 Find next/previous
575 </message>
576 <message name="IDS_FINISH_LOADING" desc="A label for the page finished loa ding event.">
577 Finish Loading
578 </message>
321 <message name="IDS_LABEL_FOR_A_BUTTON_THAT_FOCUSES_ON_A_FUNCTION_FROM_EXEC UTION_PROFILE" desc="Label for a button that focuses on a function from executio n profile."> 579 <message name="IDS_LABEL_FOR_A_BUTTON_THAT_FOCUSES_ON_A_FUNCTION_FROM_EXEC UTION_PROFILE" desc="Label for a button that focuses on a function from executio n profile.">
322 Focus selected function. 580 Focus selected function.
323 </message> 581 </message>
582 <message name="IDS_FONT_RESOURCE" desc="Font resource name.">
583 Font
584 </message>
324 <message name="IDS_LABEL_FOR_FONTS_RESOURCE_SECTION" desc="Label for fonts resource section."> 585 <message name="IDS_LABEL_FOR_FONTS_RESOURCE_SECTION" desc="Label for fonts resource section.">
325 Fonts 586 Fonts
326 </message> 587 </message>
588 <message name="IDS_FORM_DATA" desc="A title for HTML form data.">
589 Form Data
590 </message>
591 <message name="IDS_FUNCTION_CALL_TIMELINE_EVENT" desc="Function call Timel ine event.">
592 Function Call
593 </message>
327 <message name="IDS_LABEL_OF_A_GRID_COLUMN_SHOWING_FUNCTION_NAME" desc="Lab el of a grid column showing function name."> 594 <message name="IDS_LABEL_OF_A_GRID_COLUMN_SHOWING_FUNCTION_NAME" desc="Lab el of a grid column showing function name.">
328 Function 595 Function
329 </message> 596 </message>
330 <message name="IDS_LABEL_FOR_GRAPHS_SIDEBAR" desc="Label for graphs sideba r."> 597 <message name="IDS_GC_TIMELINE_EVENT" desc="Garbage collection Timeline ev ent.">
331 GRAPHS 598 GC Event
599 </message>
600 <message name="IDS_HEAP_SNAPSHOT_HELP" desc="Help text on how to get a hea p snapshot.">
601 Get a heap snapshot by pressing the <ph name="BUTTON">%s<ex>button glyph </ex></ph> button on the status bar.
332 </message> 602 </message>
333 <message name="IDS_LABEL_FOR_A_SECTION_IN_THE_SCOPE_CHAIN_SIDEBAR_THAT_SHO WS_GLOBAL_VARIABLES" desc="Label for a section in the scope chain sidebar that s hows global variables."> 603 <message name="IDS_LABEL_FOR_A_SECTION_IN_THE_SCOPE_CHAIN_SIDEBAR_THAT_SHO WS_GLOBAL_VARIABLES" desc="Label for a section in the scope chain sidebar that s hows global variables.">
334 Global 604 Global
335 </message> 605 </message>
336 <message name="IDS_LABEL_INDICATING_THAT_BOTTOM-UP_HEAVY_PROFILE_IS_SHOWN" desc="Label indicating that bottom-up (heavy) profile is shown."> 606 <message name="IDS_GO_TO_LINE_BUTTON" desc="A label for a button that take s you to designated line.">
607 Go
608 </message>
609 <message name="IDS_GO_TO_LINE_LABEL" desc="A label for the input box for e nterting line number.">
610 Go to line:
611 </message>
612 <message name="IDS_HEAP_SNAPSHOTS" desc="A label for the heap snapshots li st (all caps).">
613 HEAP SNAPSHOTS
614 </message>
615 <message name="IDS_HSL_COLORS" desc="A label for the option to display col ors in HSL format.">
616 HSL Colors
617 </message>
618 <message name="IDS_HTTP" desc="HTTP protocol label.">
619 HTTP
620 </message>
621 <message name="IDS_HEADERS" desc="A label for the section displaying HTTP headers.">
622 Headers
623 </message>
624 <message name="IDS_LABEL_INDICATING_THAT_BOTTOM_UP_HEAVY_PROFILE_IS_SHOWN" desc="Label indicating that bottom-up (heavy) profile is shown.">
337 Heavy (Bottom Up) 625 Heavy (Bottom Up)
338 </message> 626 </message>
627 <message name="IDS_HEX_COLORS" desc="A label for the option to display col ors in hexadecimal format.">
628 Hex Colors
629 </message>
339 <message name="IDS_LABEL_FOR_A_BUTTON_THAT_HIDES_CHANGES" desc="Label for a button that hides changes view."> 630 <message name="IDS_LABEL_FOR_A_BUTTON_THAT_HIDES_CHANGES" desc="Label for a button that hides changes view.">
340 Hide changes view. 631 Hide changes view.
341 </message> 632 </message>
342 <message name="IDS_LABEL_FOR_A_BUTTON_THAT_HIDES_CONSOLE" desc="Label for a button that hides console."> 633 <message name="IDS_LABEL_FOR_A_BUTTON_THAT_HIDES_CONSOLE" desc="Label for a button that hides console.">
343 Hide console. 634 Hide console.
344 </message> 635 </message>
636 <message name="IDS_HIDE_SHORT_RECORDS" desc="A label for hiding records th at has shorter duration than specified.">
637 Hide the records that are shorter than <ph name="DURATION">%s<ex>15 ms</ ex></ph>
638 </message>
639 <message name="IDS_IMAGE_RESOURCE" desc="Resource of image type.">
640 Image
641 </message>
345 <message name="IDS_LABEL_FOR_IMAGES_RESOURCE_SECTION" desc="Label for imag es resource section."> 642 <message name="IDS_LABEL_FOR_IMAGES_RESOURCE_SECTION" desc="Label for imag es resource section.">
346 Images 643 Images
347 </message> 644 </message>
348 <message name="IDS_LABEL_FOR_INLINE_STYLE_ATTRIBUTE" desc="Label for inlin e style attribute."> 645 <message name="IDS_INCREMENT_DECREMENT_HELP" desc="Help text for shortcuts that increment/decrement values.">
349 Inline Style Attribute 646 Increment/decrement by <ph name="VALUE">%f<ex>10</ex></ph>
647 </message>
648 <message name="IDS_INCREMENT_DECREMENT_HELP_2" desc="Help text for shortcu ts that increment/decrement values.">
649 Increment/decrement value
650 </message>
651 <message name="IDS_STYLE_INHERITED_FROM" desc="A label for diplaying the a ncestor of the current CSS style.">
652 Inherited from
653 </message>
654 <message name="IDS_INSTALL_TIMER_EVENT" desc="A label for the Install Time r event.">
655 Install Timer
350 </message> 656 </message>
351 <message name="IDS_LABEL_FOR_A_GRID_COLUMN_SHOWING_PROPERTY_KEY" desc="Lab el for a grid column showing property key."> 657 <message name="IDS_LABEL_FOR_A_GRID_COLUMN_SHOWING_PROPERTY_KEY" desc="Lab el for a grid column showing property key.">
352 Key 658 Key
353 </message> 659 </message>
354 <message name="IDS_LABEL_FOR_A_SECTION_SHOWING_LOCAL_STORAGE" desc="Label for a section showing local storage."> 660 <message name="IDS_KEYBOARD_SHORTCUTS" desc="A label for the keyboard shor tcuts help card.">
355 LOCAL STORAGE 661 Keyboard Shortcuts
662 </message>
663 <message name="IDS_LOCAL_STORAGE_LABEL" desc="A label for the section disp laying page's local storage contents.">
664 Local Storage
665 </message>
666 <message name="IDS_LAYOUT_EVENT" desc="A label for the layout event.">
667 Layout
668 </message>
669 <message name="IDS_LOAD_EVENT_BAR" desc="A label for the bar indicating lo ad event time.">
670 Load event fired
671 </message>
672 <message name="IDS_LOAD_EVENT" desc="A label for the load event.">
673 Load event
674 </message>
675 <message name="IDS_RESOURCES_LOADING_PROGRESS" desc="Progress for resource s loading.">
676 Loading (<ph name="LOADED">%1$d<ex>5</ex></ph> of <ph name="TOTAL">%2$d< ex>10</ex></ph>)
677 </message>
678 <message name="IDS_LOADING_CATEGORY" desc="A label for loading-related cat egory of events.">
679 Loading
680 </message>
681 <message name="IDS_LOCAL_FILES" desc="A label for the section showing loca l files.">
682 Local Files
356 </message> 683 </message>
357 <message name="IDS_LABEL_FOR_A_SECTION_IN_THE_SCOPE_CHAIN_SIDEBAR_THAT_SHO WS_LOCAL_VARIABLES" desc="Label for a section in the scope chain sidebar that sh ows local variables."> 684 <message name="IDS_LABEL_FOR_A_SECTION_IN_THE_SCOPE_CHAIN_SIDEBAR_THAT_SHO WS_LOCAL_VARIABLES" desc="Label for a section in the scope chain sidebar that sh ows local variables.">
358 Local 685 Local
359 </message> 686 </message>
687 <message name="IDS_EVENT_LOCATION" desc="A label for the event source loca tion.">
688 Location
689 </message>
690 <message name="IDS_LOGS_FILTER" desc="A label for the filter displaying lo g events.">
691 Logs
692 </message>
693 <message name="IDS_MIME_TYPE" desc="A label for the MIME type.">
694 MIME Type
695 </message>
360 <message name="IDS_LABEL_OF_IMAGE_MIME_TYPE_GRID_COLUMN" desc="Label of im age MIME type grid column."> 696 <message name="IDS_LABEL_OF_IMAGE_MIME_TYPE_GRID_COLUMN" desc="Label of im age MIME type grid column.">
361 MIME type 697 MIME type
362 </message> 698 </message>
699 <message name="IDS_MARK_EVENT" desc="A label for the mark in Timeline even ts.">
700 Mark
701 </message>
702 <message name="IDS_MATCHED_CSS_RULES" desc="A label for the section displa ying CSS rules that match the selected element.">
703 Matched CSS Rules
704 </message>
705 <message name="IDS_MEDIA_RESOURCE" desc="Resource type: Media.">
706 Media
707 </message>
708 <message name="IDS_MEMORY_GRAPH" desc="A label for the memory usage graph. ">
709 Memory
710 </message>
363 <message name="IDS_LABEL_FOR_HTML_ELEMENT_METRICS_SIDE_PANEL" desc="Label for HTML element metrics side panel."> 711 <message name="IDS_LABEL_FOR_HTML_ELEMENT_METRICS_SIDE_PANEL" desc="Label for HTML element metrics side panel.">
364 Metrics 712 Metrics
365 </message> 713 </message>
714 <message name="IDS_NAME" desc="A label for the column displaying entity na me.">
715 Name
716 </message>
717 <message name="IDS_NAVIGATE_ELEMENTS_HELP" desc="A title for the help sect ion displaying elements navigation shortcuts.">
718 Navigate elements
719 </message>
720 <message name="IDS_NEW_STYLE_RULE" desc="A command for adding a new style rule.">
721 New Style Rule
722 </message>
723 <message name="IDS_NEXT_PREVIOUS_CALL_FRAME_HELP" desc="A title for the he lp section displaying call frames navigation shortcuts.">
724 Next/previous call frame
725 </message>
726 <message name="IDS_NEXT_PREVIOUS_COMMAND_HELP" desc="A title for the help section displaying console commands history navigation shortcuts.">
727 Next/previous command
728 </message>
729 <message name="IDS_NEXT_PREVIOUS_LINE_HELP" desc="A title for the help sec tion displaying console lines navigation shortcuts.">
730 Next/previous line
731 </message>
732 <message name="IDS_NEXT_PREVIOUS_PANEL_HELP" desc="A title for the help se ction displaying panels navigation shortcuts.">
733 Next/previous panel
734 </message>
735 <message name="IDS_NEXT_PREVIOUS_PROPERTY_HELP" desc="A title for the help section displaying panels navigation shortcuts.">
736 Next/previous property
737 </message>
738 <message name="IDS_NEXT_PREVIOUS_SUGGESTION_HELP" desc="A title for the he lp section displaying panels navigation shortcuts.">
739 Next/previous suggestion
740 </message>
741 <message name="IDS_NO_APPLICATION_CACHE" desc="A message indicating that n o Application Cache information is available">
742 No Application Cache information available.
743 </message>
366 <message name="IDS_MESSAGE_IN_BREAKPOINTS_SIDEBAR_PANEL_INDICATING_THAT_TH ERE_ARE_NO_BREAKPOINTS" desc="Message in breakpoints sidebar panel indicating th at there are no breakpoints."> 744 <message name="IDS_MESSAGE_IN_BREAKPOINTS_SIDEBAR_PANEL_INDICATING_THAT_TH ERE_ARE_NO_BREAKPOINTS" desc="Message in breakpoints sidebar panel indicating th at there are no breakpoints.">
367 No Breakpoints 745 No Breakpoints
368 </message> 746 </message>
747 <message name="IDS_NO_EVENT_LISTENERS" desc="A message indicating that the selected DOM node has no event listeners.">
748 No Event Listeners
749 </message>
369 <message name="IDS_MESSAGE_IN_OBJECT_PROPERTIES_SIDEBAR_PANEL_INDICATING_T HAT_THERE_ARE_NO_PROPERTIES" desc="Message in object properties sidebar panel in dicating that there are no properties."> 750 <message name="IDS_MESSAGE_IN_OBJECT_PROPERTIES_SIDEBAR_PANEL_INDICATING_T HAT_THERE_ARE_NO_PROPERTIES" desc="Message in object properties sidebar panel in dicating that there are no properties.">
370 No Properties 751 No Properties
371 </message> 752 </message>
372 <message name="IDS_MESSAGE_FOR_A_SECTION_IN_THE_SCOPE_CHAIN_SIDEBAR_SHOWIN G_VARIABLES_ABSENCE" desc="Message for a section in the scope chain sidebar show ing variables absence."> 753 <message name="IDS_MESSAGE_FOR_A_SECTION_IN_THE_SCOPE_CHAIN_SIDEBAR_SHOWIN G_VARIABLES_ABSENCE" desc="Message for a section in the scope chain sidebar show ing variables absence.">
373 No Variables 754 No Variables
374 </message> 755 </message>
375 <message name="IDS_MESSAGE_INDICATING_THAT_SEARCHED_STRING_DOESN'T_FOUND" desc="Message indicating that searched string doesn't found."> 756 <message name="IDS_NO_AUDITS" desc="A message indicating that there are no audit rules to check against.">
757 No audits to run
758 </message>
759 <message name="IDS_NODE_REMOVED_BREAKPOINT" desc="Title for a breakpoint t riggering on DOM node removal.">
760 Node Removed
761 </message>
762 <message name="IDS_MESSAGE_INDICATING_THAT_SEARCHED_STRING_DOES_NOT_FOUND" desc="Message indicating that searched string doesn't found.">
376 Not Found 763 Not Found
377 </message> 764 </message>
378 <message name="IDS_MESSAGE_INDICATING_THAT_PROGRAM_ISN'T_PAUSED" desc="Mes sage indicating that program isn't paused."> 765 <message name="IDS_MESSAGE_INDICATING_THAT_PROGRAM_IS_NOT_PAUSED" desc="Me ssage indicating that program isn't paused.">
379 Not Paused 766 Not Paused
380 </message> 767 </message>
768 <message name="IDS_OBJECTS_COLUMN" desc="A title for the column displaying JavaScript object names.">
769 Objects
770 </message>
771 <message name="IDS_OFFLINE" desc="Browser state: offline">
772 Offline
773 </message>
774 <message name="IDS_ONLINE" desc="Browser state: online">
775 Online
776 </message>
381 <message name="IDS_SPECIFIES_THAT_SOME_FEATURE_IS_ONLY_ENABLED_FOR_CURRENT _SESSION" desc="Specifies that some feature is only enabled for current session. "> 777 <message name="IDS_SPECIFIES_THAT_SOME_FEATURE_IS_ONLY_ENABLED_FOR_CURRENT _SESSION" desc="Specifies that some feature is only enabled for current session. ">
382 Only enable for this session 778 Only enable for this session
383 </message> 779 </message>
780 <message name="IDS_OPEN_LINK_IN_NEW_WINDOW" desc="Action: open a link in a new window.">
781 Open Link in New Window
782 </message>
783 <message name="IDS_OPEN_LINK_IN_RESOURCES_PANEL" desc="Action: open a link in the resources panel.">
784 Open Link in Resources Panel
785 </message>
384 <message name="IDS_LABEL_FOR_OTHER_RESOURCES_SECTION" desc="Label for othe r resources section."> 786 <message name="IDS_LABEL_FOR_OTHER_RESOURCES_SECTION" desc="Label for othe r resources section.">
385 Other 787 Other
386 </message> 788 </message>
387 <message name="IDS_HINT_FOR_A_BUTTON_THAT_ENABLES_PAUSE_EXECUTION_ON_EXCEP TIONS" desc="Hint for a button that enables pause execution on exceptions."> 789 <message name="IDS_PAINT_EVENT" desc="Paint event name.">
388 Pause on exceptions. 790 Paint
791 </message>
792 <message name="IDS_PARSE_EVENT" desc="Parse event name.">
793 Parse
794 </message>
795 <message name="IDS_PATH" desc="Path of a resource.">
796 Path
797 </message>
798 <message name="IDS_PAUSE_ON_ALL_EXCEPTIONS" desc="Current state: pause on all exceptions. After the \n separator: a hint on how to switch the state.">
799 Pause on all exceptions.\nClick to Pause on uncaught exceptions.
800 </message>
801 <message name="IDS_PAUSE_ON_UNHANDLED_EXCEPTIONS" desc="Current state: pau se on unhandled exceptions. After the \n separator: a hint on how to switch the state.">
802 Pause on uncaught exceptions.\nClick to Not pause on exceptions.
389 </message> 803 </message>
390 <message name="IDS_HINT_FOR_A_BUTTON_THAT_PAUSES_SCRIPT_EXECUTION" desc="H int for a button that pauses script execution."> 804 <message name="IDS_HINT_FOR_A_BUTTON_THAT_PAUSES_SCRIPT_EXECUTION" desc="H int for a button that pauses script execution.">
391 Pause script execution. 805 Pause script execution.
392 </message> 806 </message>
393 <message name="IDS_HINT_FOR_A_PAUSE_BUTTON_IN_DEBUGGER_INDICATING_THAT_EXE CUTION_IS_PAUSED" desc="Hint for a pause button in debugger, indicating that exe cution is paused."> 807 <message name="IDS_HINT_FOR_A_PAUSE_BUTTON_IN_DEBUGGER_INDICATING_THAT_EXE CUTION_IS_PAUSED" desc="Hint for a pause button in debugger, indicating that exe cution is paused.">
394 Paused 808 Paused
395 </message> 809 </message>
396 <message name="IDS_HINT_FOR_A_PAUSE_BUTTON_IN_DEBUGGER_INDICATING_THAT_EXE CUTION_IS_BEING_PAUSED" desc="Hint for a pause button in debugger, indicating th at execution is being paused."> 810 <message name="IDS_HINT_FOR_A_PAUSE_BUTTON_IN_DEBUGGER_INDICATING_THAT_EXE CUTION_IS_BEING_PAUSED" desc="Hint for a pause button in debugger, indicating th at execution is being paused.">
397 Pausing 811 Pausing
398 </message> 812 </message>
399 <message name="IDS_LABEL_FOR_AN_EXECUTION_PROFILE" desc="Label for an exec ution profile."> 813 <message name="IDS_LABEL_FOR_AN_EXECUTION_PROFILE" desc="Label for an exec ution profile.">
400 Profile <ph name="ID">%d<ex>1</ex></ph> 814 Profile <ph name="ID">%d<ex>1</ex></ph>
401 </message> 815 </message>
402 <message name="IDS_LABEL_FOR_PROFILES_TAB" desc="Label for profiles tab."> 816 <message name="IDS_LABEL_FOR_PROFILES_TAB" desc="Label for profiles tab.">
403 Profiles 817 Profiles
404 </message> 818 </message>
405 <message name="IDS_MESSAGE_INDICATING_THAT_PROFILING_IS_DISABLED" desc="Me ssage indicating that profiling is disabled."> 819 <message name="IDS_MESSAGE_INDICATING_THAT_PROFILING_IS_DISABLED" desc="Me ssage indicating that profiling is disabled.">
406 Profiling disabled. Click to enable. 820 Profiling disabled. Click to enable.
407 </message> 821 </message>
408 <message name="IDS_MESSAGE_INDICATING_THAT_PROFILING_IS_ENABLED" desc="Mes sage indicating that profiling is enabled."> 822 <message name="IDS_MESSAGE_INDICATING_THAT_PROFILING_IS_ENABLED" desc="Mes sage indicating that profiling is enabled.">
409 Profiling enabled. Click to disable. 823 Profiling enabled. Click to disable.
410 </message> 824 </message>
411 <message name="IDS_LABEL_FOR_OBJECT_PROPERTIES_SIDEBAR" desc="Label for ob ject properties sidebar."> 825 <message name="IDS_LABEL_FOR_OBJECT_PROPERTIES_SIDEBAR" desc="Label for ob ject properties sidebar.">
412 Properties 826 Properties
413 </message> 827 </message>
414 <message name="IDS_LABEL_FOR_THE_PROTOTYPE_PROPERTY" desc="Label for the p rototype property."> 828 <message name="IDS_PROXY_TIMING" desc="A label for the time spent on inter acting with proxy server.">
415 Prototype 829 Proxy
416 </message> 830 </message>
417 <message name="IDS_LABEL_FOR_DATABASE_QUERY" desc="Label for database quer y."> 831 <message name="IDS_PSEUDO_DOUBLE_COLON_ELEMENT" desc="A label for a pseudo element.">
418 Query 832 Pseudo ::<ph name="NAME">%s<ex>above</ex></ph> element
419 </message> 833 </message>
420 <message name="IDS_LABEL_FOR_A_SECTION_SHOWING_RESOURCES" desc="Label for a section showing resources."> 834 <message name="IDS_PSEUDO_ELEMENT" desc="A label for a pseudo element.">
421 RESOURCES 835 Pseudo element
836 </message>
837 <message name="IDS_HTTP_QUERY_PARAMETERS" desc="HTTP query parameters">
838 Query String Parameters
839 </message>
840 <message name="IDS_TIMELINE_RECORDS_LIST_HEADER_ALL_CAPS" desc="Timeline r ecords list header (all caps.)">
841 RECORDS
842 </message>
843 <message name="IDS_AUDIT_RESULTS_ALL_CAPS" desc="Audit results (all caps.) ">
844 RESULTS
845 </message>
846 <message name="IDS_SHOW_COLORS_IN_RGB_FORMAT" desc="Show colors in RGB for mat.">
847 RGB Colors
848 </message>
849 <message name="IDS_RECALCULATE_STYLES_TIMELINE_EVENT" desc="Recalculate st yles Timeline event.">
850 Recalculate Style
851 </message>
852 <message name="IDS_RECEIVE_DATA_TIMELINE_EVENT" desc="Receive data Timelin e event.">
853 Receive Data
854 </message>
855 <message name="IDS_RECEIVE_RESPONSE_TIMELINE_EVENT" desc="Receive response Timeline event.">
856 Receive Response
857 </message>
858 <message name="IDS_TIME_SPENT_ON_RECEIVING_A_RESOURCE" desc="Time spent on receiving a resource.">
859 Receiving
860 </message>
861 <message name="IDS_RECORD_BUTTON_LABEL" desc="Record button label.">
862 Record
863 </message>
864 <message name="IDS_RECORDING_CPU_PROFILE_STATUS_MESSAGE" desc="Recording C PU profile (status message).">
865 Recording…
422 </message> 866 </message>
423 <message name="IDS_LABEL_FOR_A_BUTTON_THAT_REFRESHES_CURRENT_VIEW" desc="L abel for a button that refreshes current view."> 867 <message name="IDS_LABEL_FOR_A_BUTTON_THAT_REFRESHES_CURRENT_VIEW" desc="L abel for a button that refreshes current view.">
424 Refresh 868 Refresh
425 </message> 869 </message>
870 <message name="IDS_REMOVE_BREAKPOINT_COMMAND" desc="Remove breakpoint comm and.">
871 Remove Breakpoint
872 </message>
873 <message name="IDS_REMOVE_TIMER_TIMELINE_EVENT" desc="Remove timer Timelin e event.">
874 Remove Timer
875 </message>
876 <message name="IDS_RENDERING_EVENTS_CATEGORY_IN_TIMELINE_PANEL" desc="Rend ering events category in Timeline panel.">
877 Rendering
878 </message>
879 <message name="IDS_A_LABEL_FOR_REPEATING_TIMER" desc="A label for repeatin g timer.">
880 Repeats
881 </message>
882 <message name="IDS_LABEL_FOR_HTTP_REQUEST_COOKIES" desc="Label for HTTP re quest cookies.">
883 Request Cookies
884 </message>
426 <message name="IDS_LABEL_FOR_HTTP_REQUEST_HEADERS" desc="Label for HTTP re quest headers."> 885 <message name="IDS_LABEL_FOR_HTTP_REQUEST_HEADERS" desc="Label for HTTP re quest headers.">
427 Request Headers 886 Request Headers
428 </message> 887 </message>
888 <message name="IDS_HTTP_REQUEST_METHOD" desc="HTTP request method.">
889 Request Method
890 </message>
891 <message name="IDS_A_LABEL_FOR_REQUEST_PAYLOAD" desc="A label for request payload.">
892 Request Payload
893 </message>
894 <message name="IDS_A_LABEL_FOR_REQUEST_URL" desc="A label for request URL. ">
895 Request URL
896 </message>
429 <message name="IDS_A_WARNING_ABOUT_RESOURCE_TYPE_MISMATCH" desc="A warning about resource type mismatch."> 897 <message name="IDS_A_WARNING_ABOUT_RESOURCE_TYPE_MISMATCH" desc="A warning about resource type mismatch.">
430 Resource interpreted as <ph name="REAL_TYPE">%1$s<ex>text/javascript</ex ></ph> but transferred with MIME type <ph name="SPECIFIED_TYPE">%2$s<ex>text/jav ascript</ex></ph>. 898 Resource interpreted as <ph name="REAL_TYPE">%1$s<ex>text/javascript</ex ></ph> but transferred with MIME type <ph name="SPECIFIED_TYPE">%2$s<ex>text/jav ascript</ex></ph>.
431 </message> 899 </message>
432 <message name="IDS_MESSAGE_INDICATING_THAT_RESOURCE_TRACKING_IS_DISABLED" desc="Message indicating that resource tracking is disabled."> 900 <message name="IDS_RESOURCE_IDENTIFIER_LABEL" desc="Resource identifier la bel.">
433 Resource tracking disabled. Click to enable. 901 Resource
434 </message>
435 <message name="IDS_MESSAGE_INDICATING_THAT_RESOURCE_TRACKING_IS_ENABLED" d esc="Message indicating that resource tracking is enabled.">
436 Resource tracking enabled. Click to disable.
437 </message> 902 </message>
438 <message name="IDS_LABEL_FOR_RESOURCES_TAB" desc="Label for resources tab. "> 903 <message name="IDS_LABEL_FOR_RESOURCES_TAB" desc="Label for resources tab. ">
439 Resources 904 Resources
440 </message> 905 </message>
906 <message name="IDS_LABEL_FOR_HTTP_REQUEST_RESPONSE_COOKIES" desc="Label fo r HTTP request response cookies.">
907 Response Cookies
908 </message>
441 <message name="IDS_LABEL_FOR_HTTP_REQUEST_RESPONSE_HEADERS" desc="Label fo r HTTP request response headers."> 909 <message name="IDS_LABEL_FOR_HTTP_REQUEST_RESPONSE_HEADERS" desc="Label fo r HTTP request response headers.">
442 Response Headers 910 Response Headers
443 </message> 911 </message>
444 <message name="IDS_LABEL_FOR_A_BUTTON_THAT_SHOWS_ALL_FUNCTIONS_IN_PROFILER " desc="Label for a button that shows all functions in profiler."> 912 <message name="IDS_LABEL_FOR_A_BUTTON_THAT_SHOWS_ALL_FUNCTIONS_IN_PROFILER " desc="Label for a button that shows all functions in profiler.">
445 Restore all functions. 913 Restore all functions.
446 </message> 914 </message>
915 <message name="IDS_REVEAL_IN_ELEMENTS_PANEL" desc="Command to reveal a nod e in the Elements panel.">
916 Reveal in Elements Panel
917 </message>
447 <message name="IDS_LABEL_FOR_NTH_PROFILER_RUN" desc="Label for Nth profile r run."> 918 <message name="IDS_LABEL_FOR_NTH_PROFILER_RUN" desc="Label for Nth profile r run.">
448 Run <ph name="ID">%d<ex>1</ex></ph> 919 Run <ph name="ID">%d<ex>1</ex></ph>
449 </message> 920 </message>
450 <message name="IDS_LABEL_FOR_A_SECTION_SHOWING_SESSION_STORAGE" desc="Labe l for a section showing session storage."> 921 <message name="IDS_RUN_AUDITS_COMMAND" desc="Run audits command.">
451 SESSION STORAGE 922 Run
923 </message>
924 <message name="IDS_LABEL_FOR_SESSION_ONLY_STORAGE" desc="Label for session -only storage.">
925 Session Storage
926 </message>
927 <message name="IDS_TIME_SPENT_ON_SSL_INTERACTION" desc="Time spent on SSL interaction.">
928 SSL
929 </message>
930 <message name="IDS_SCHEDULE_REQUEST_TIMELINE_EVENT" desc="Schedule Request Timeline event.">
931 Schedule Request
452 </message> 932 </message>
453 <message name="IDS_LABEL_FOR_A_SECTION_IN_THE_SCOPE_CHAIN_SIDEBAR_THAT_SHO WS_SCOPE_VARIABLES" desc="Label for a section in the scope chain sidebar that sh ows scope variables."> 933 <message name="IDS_LABEL_FOR_A_SECTION_IN_THE_SCOPE_CHAIN_SIDEBAR_THAT_SHO WS_SCOPE_VARIABLES" desc="Label for a section in the scope chain sidebar that sh ows scope variables.">
454 Scope Variables 934 Scope Variables
455 </message> 935 </message>
936 <message name="IDS_EVALUATE_SCRIPT_TIMELINE_EVENT" desc="Evaluate script T imeline event.">
937 Script
938 </message>
939 <message name="IDS_SCRIPTING_EVENTS_CATEGORY_IN_TIMELINE" desc="Scripting events category in Timeline.">
940 Scripting
941 </message>
942 <message name="IDS_SHORTCUTS_SECTION_FOR_THE_SCRIPTS_PANEL" desc="Shortcut s section for the Scripts Panel.">
943 Scripts Panel
944 </message>
456 <message name="IDS_LABEL_FOR_SCRIPTS_RESOURCE_SECTION" desc="Label for scr ipts resource section."> 945 <message name="IDS_LABEL_FOR_SCRIPTS_RESOURCE_SECTION" desc="Label for scr ipts resource section.">
457 Scripts 946 Scripts
458 </message> 947 </message>
459 <message name="IDS_LABEL_INDICATING_CURRENT_SEARCH" desc="Label indicating current search."> 948 <message name="IDS_LABEL_INDICATING_CURRENT_SEARCH" desc="Label indicating current search.">
460 Search <ph name="STRING">%s<ex>foo</ex></ph> 949 Search <ph name="STRING">%s<ex>foo</ex></ph>
461 </message> 950 </message>
951 <message name="IDS_LABEL_FOR_SEARCH_SHORTCUT" desc="Label for search short cut.">
952 Search
953 </message>
954 <message name="IDS_COOKIE_SECURITY_ATTRIBUTE" desc="Cookie security attrib ute.">
955 Secure
956 </message>
957 <message name="IDS_SELECT_ALL_AUDIT_RULES" desc="Select all audit rules.">
958 Select All
959 </message>
462 <message name="IDS_HINT_THAT_ELEMENT_SHOULD_BE_SELECTED" desc="Hint that e lement should be selected."> 960 <message name="IDS_HINT_THAT_ELEMENT_SHOULD_BE_SELECTED" desc="Hint that e lement should be selected.">
463 Select an element in the page to inspect it. 961 Select an element in the page to inspect it.
464 </message> 962 </message>
963 <message name="IDS_HINT_ABOUT_THE_NEED_OF_SELECTING_AUDITS_TO_RUN" desc="H int about the need of selecting audits to run.">
964 Select audits to run
965 </message>
966 <message name="IDS_DISPLAY_EVENTS_LISTENERS_FOR_SELECTED_NODE_ONLY" desc=" Display events listeners for selected node only.">
967 Selected Node Only
968 </message>
969 <message name="IDS_FUNCTION_SELF_EXECUTION_TIME" desc="Function self-execu tion time.">
970 Self Time
971 </message>
465 <message name="IDS_LABEL_OF_A_GRID_COLUMN_SHOWING_FUNCTION_SELF_EXECUTION_ TIME" desc="Label of a grid column showing function self execution time."> 972 <message name="IDS_LABEL_OF_A_GRID_COLUMN_SHOWING_FUNCTION_SELF_EXECUTION_ TIME" desc="Label of a grid column showing function self execution time.">
466 Self 973 Self
467 </message> 974 </message>
975 <message name="IDS_SEND_REQUEST_TIMELINE_EVENT" desc="Send Request Timelin e event.">
976 Send Request
977 </message>
978 <message name="IDS_RESOURCE_SENDING_TIME" desc="Resource sending time.">
979 Sending
980 </message>
981 <message name="IDS_LABEL_FOR_A_SESSION_ONLY_COOKIE" desc="Label for a sess ion-only cookie.">
982 Session
983 </message>
984 <message name="IDS_COMMAND_FOR_SHOWING_MORE_HTML_NODES" desc="Command for showing more HTML nodes.">
985 Show All Nodes (<ph name="COUNT">%d<ex>100</ex></ph> More)
986 </message>
987 <message name="IDS_SHOW_ABSOLUTE_COUNTS_AND_SIZES" desc="Show absolute (no t percents) counts and sizes for JavaScript objects.">
988 Show absolute counts and sizes.
989 </message>
468 <message name="IDS_LABEL_FOR_A_BUTTON_TOGGLING_SHOWING_OF_ABSOLUTE_TIMES" desc="Label for a button toggling showing of absolute times."> 990 <message name="IDS_LABEL_FOR_A_BUTTON_TOGGLING_SHOWING_OF_ABSOLUTE_TIMES" desc="Label for a button toggling showing of absolute times.">
469 Show absolute total and self times. 991 Show absolute total and self times.
470 </message> 992 </message>
471 <message name="IDS_LABEL_FOR_A_BUTTON_THAT_SHOWS_CHANGES" desc="Label for a button that shows changes view."> 993 <message name="IDS_LABEL_FOR_A_BUTTON_THAT_SHOWS_CHANGES" desc="Label for a button that shows changes view.">
472 Show changes view. 994 Show changes view.
473 </message> 995 </message>
474 <message name="IDS_LABEL_FOR_A_BUTTON_THAT_SHOWS_CONSOLE" desc="Label for a button that shows console."> 996 <message name="IDS_LABEL_FOR_A_BUTTON_THAT_SHOWS_CONSOLE" desc="Label for a button that shows console.">
475 Show console. 997 Show console.
476 </message> 998 </message>
999 <message name="IDS_SHOW_JAVASCRIPT_OBJECTS_COUNTS_AND_SIZES_IN_PERCENTS" d esc="Show JavaScript objects counts and sizes in percents.">
1000 Show counts and sizes as percentages.
1001 </message>
477 <message name="IDS_LABEL_FOR_A_BUTTON_ENABLING_SHOWING_OF_INHERITED_STYLES " desc="Label for a button enabling showing of inherited styles."> 1002 <message name="IDS_LABEL_FOR_A_BUTTON_ENABLING_SHOWING_OF_INHERITED_STYLES " desc="Label for a button enabling showing of inherited styles.">
478 Show inherited 1003 Show inherited
479 </message> 1004 </message>
480 <message name="IDS_LABEL_FOR_A_BUTTON_THAT_SHOWS_THE_NEXT_SCRIPT_RESOURCE" desc="Label for a button that shows the next script resource."> 1005 <message name="IDS_LABEL_FOR_A_BUTTON_THAT_SHOWS_THE_NEXT_SCRIPT_RESOURCE" desc="Label for a button that shows the next script resource.">
481 Show the next script resource. 1006 Show the next script resource.
482 </message> 1007 </message>
483 <message name="IDS_LABEL_FOR_A_BUTTON_THAT_SHOWS_THE_PREVIOUS_SCRIPT_RESOU RCE" desc="Label for a button that shows the previous script resource."> 1008 <message name="IDS_LABEL_FOR_A_BUTTON_THAT_SHOWS_THE_PREVIOUS_SCRIPT_RESOU RCE" desc="Label for a button that shows the previous script resource.">
484 Show the previous script resource. 1009 Show the previous script resource.
485 </message> 1010 </message>
1011 <message name="IDS_LABEL_FOR_A_TIMELINE_EVENTS_FILTER_BASED_ON_EVENTS_DURA TION" desc="Label for a Timeline events filter based on events duration.">
1012 Show the records that are shorter than <ph name="TIME">%s<ex>15 ms</ex>< /ph>
1013 </message>
486 <message name="IDS_LABEL_FOR_A_BUTTON_TOGGLING_SHOWING_TIMES_AS_PERCENTAGE S" desc="Label for a button toggling showing times as percentages."> 1014 <message name="IDS_LABEL_FOR_A_BUTTON_TOGGLING_SHOWING_TIMES_AS_PERCENTAGE S" desc="Label for a button toggling showing times as percentages.">
487 Show total and self times as percentages. 1015 Show total and self times as percentages.
488 </message> 1016 </message>
489 <message name="IDS_LABEL_FOR_A_RESOURCE_SIZE_GRAPH_1" desc="Label for a re source size graph."> 1017 <message name="IDS_LABEL_FOR_A_RESOURCE_SIZE_GRAPH_1" desc="Label for a re source size graph.">
490 Size 1018 Size
491 </message> 1019 </message>
492 <message name="IDS_SORT_OPTION_FOR_RESOURCES_GRAPH_2" desc="Sort option fo r resources graph."> 1020 <message name="IDS_HEAP_SNAPSHOT_TITLE" desc="Heap snapshot title.">
493 Sort by Duration 1021 Snapshot <ph name="NUMBER">%d<ex>1</ex></ph>
494 </message> 1022 </message>
495 <message name="IDS_SORT_OPTION_FOR_RESOURCES_GRAPH_3" desc="Sort option fo r resources graph."> 1023 <message name="IDS_NETWORK_SORT_DURATION" desc="Network resources timeline sorting: by duration.">
496 Sort by End Time 1024 Duration
497 </message> 1025 </message>
498 <message name="IDS_SORT_OPTION_FOR_RESOURCES_GRAPH_4" desc="Sort option fo r resources graph."> 1026 <message name="IDS_NETWORK_SORT_END_TIME" desc="Network resources timeline sorting: by loading end time.">
499 Sort by Latency 1027 End Time
500 </message> 1028 </message>
501 <message name="IDS_SORT_OPTION_FOR_RESOURCES_GRAPH_5" desc="Sort option fo r resources graph."> 1029 <message name="IDS_NETWORK_SORT_LATENCY" desc="Network resources timeline sorting: by latency.">
502 Sort by Response Time 1030 Latency
503 </message> 1031 </message>
504 <message name="IDS_SORT_OPTION_FOR_RESOURCES_GRAPH_6" desc="Sort option fo r resources graph."> 1032 <message name="IDS_NETWORK_SORT_RESPONSE_TIME" desc="Network resources tim eline sorting: by response time.">
505 Sort by Size 1033 Response Time
506 </message> 1034 </message>
507 <message name="IDS_SORT_OPTION_FOR_RESOURCES_GRAPH_7" desc="Sort option fo r resources graph."> 1035 <message name="IDS_NETWORK_SORT_START_TIME" desc="Network resources timeli ne sorting: by start time.">
508 Sort by Start Time 1036 Start Time
509 </message>
510 <message name="IDS_LABEL_FOR_SCRIPT_SOURCE" desc="Label for script source. ">
511 Source
512 </message> 1037 </message>
513 <message name="IDS_LABEL_FOR_A_BUTTON_THAT_STARTS_PROFILING" desc="Label f or a button that starts profiling."> 1038 <message name="IDS_LABEL_FOR_A_BUTTON_THAT_STARTS_PROFILING" desc="Label f or a button that starts profiling.">
514 Start profiling. 1039 Start profiling.
515 </message> 1040 </message>
1041 <message name="IDS_RESOURCE_STATUS_CODE" desc="Resource loading status cod e.">
1042 Status Code
1043 </message>
516 <message name="IDS_LABEL_FOR_A_BUTTON_THAT_STEPS_INTO_NEXT_FUNCTION_CALL" desc="Label for a button that steps into next function call."> 1044 <message name="IDS_LABEL_FOR_A_BUTTON_THAT_STEPS_INTO_NEXT_FUNCTION_CALL" desc="Label for a button that steps into next function call.">
517 Step into next function call. 1045 Step into next function call.
518 </message> 1046 </message>
1047 <message name="IDS_STEP_INTO_LABEL" desc="Label for a button that steps in to next function call.">
1048 Step into
1049 </message>
519 <message name="IDS_LABEL_FOR_A_BUTTON_THAT_STEPS_OUT_OF_CURRENT_FUNCTION" desc="Label for a button that steps out of current function."> 1050 <message name="IDS_LABEL_FOR_A_BUTTON_THAT_STEPS_OUT_OF_CURRENT_FUNCTION" desc="Label for a button that steps out of current function.">
520 Step out of current function. 1051 Step out of current function.
521 </message> 1052 </message>
1053 <message name="IDS_STEP_OUT_LABEL" desc="Label for a button that steps out of current function.">
1054 Step out
1055 </message>
522 <message name="IDS_LABEL_FOR_A_BUTTON_THAT_STEPS_OVER_NEXT_FUNCTION_CALL" desc="Label for a button that steps over next function call."> 1056 <message name="IDS_LABEL_FOR_A_BUTTON_THAT_STEPS_OVER_NEXT_FUNCTION_CALL" desc="Label for a button that steps over next function call.">
523 Step over next function call. 1057 Step over next function call.
524 </message> 1058 </message>
525 <message name="IDS_HINT_FOR_A_PAUSE_BUTTON_IN_DEBUGGER,_INDICATING_THAT_DE BUGGER_IS_STEPPING_INTO_NEXT_STATEMENT" desc="Hint for a pause button in debugge r, indicating that debugger is stepping into next statement."> 1059 <message name="IDS_STEP_OVER_LABEL" desc="Label for a button that steps ov er next function call.">
1060 Step over
1061 </message>
1062 <message name="IDS_HINT_FOR_A_PAUSE_BUTTON_IN_DEBUGGER_INDICATING_THAT_DEB UGGER_IS_STEPPING_INTO_NEXT_STATEMENT" desc="Hint for a pause button in debugger , indicating that debugger is stepping into next statement.">
526 Stepping 1063 Stepping
527 </message> 1064 </message>
528 <message name="IDS_LABEL_FOR_A_BUTTON_THAT_STOPS_PROFILING" desc="Label fo r a button that stops profiling."> 1065 <message name="IDS_LABEL_FOR_A_BUTTON_THAT_STOPS_PROFILING" desc="Label fo r a button that stops profiling.">
529 Stop profiling. 1066 Stop profiling.
530 </message> 1067 </message>
531 <message name="IDS_LABEL_FOR_STYLE_ATTRIBUTE" desc="Label for style attrib ute."> 1068 <message name="IDS_LABEL_FOR_STYLE_ATTRIBUTE" desc="Label for style attrib ute.">
532 Style Attribute 1069 Style Attribute
533 </message> 1070 </message>
1071 <message name="IDS_CSS_STYLES_SIDEBAR_PANE" desc="Label for CSS styles sid ebar pane.">
1072 Styles Pane
1073 </message>
534 <message name="IDS_LABEL_FOR_CSS_STYLES_SIDE_PANEL" desc="Label for CSS st yles side panel."> 1074 <message name="IDS_LABEL_FOR_CSS_STYLES_SIDE_PANEL" desc="Label for CSS st yles side panel.">
535 Styles 1075 Styles
536 </message> 1076 </message>
1077 <message name="IDS_RESOURCE_STYLESHEET" desc="Resource type: stylesheet.">
1078 Stylesheet
1079 </message>
537 <message name="IDS_LABEL_FOR_STYLESHEETS_RESOURCE_SECTION" desc="Label for stylesheets resource section."> 1080 <message name="IDS_LABEL_FOR_STYLESHEETS_RESOURCE_SECTION" desc="Label for stylesheets resource section.">
538 Stylesheets 1081 Stylesheets
539 </message> 1082 </message>
1083 <message name="IDS_BREAK_WHEN_SUBTREE_MODIFIED" desc="Breakpoint condition : DOM subtree modified.">
1084 Subtree Modified
1085 </message>
1086 <message name="IDS_TAKE_HEAP_SNAPSHOT_COMMAND" desc="Command: take heap sn apshot.">
1087 Take heap snapshot.
1088 </message>
1089 <message name="IDS_BP_CONDITION" desc="Breakpoint condition">
1090 The breakpoint on line <ph name="LINE_NUMBER">%d<ex>15</ex></ph> will st op only if this expression is true:
1091 </message>
540 <message name="IDS_MESSAGE_INDICATING_THAT_DATABASE_TABLE_IS_EMPTY" desc=" Message indicating that database table is empty."> 1092 <message name="IDS_MESSAGE_INDICATING_THAT_DATABASE_TABLE_IS_EMPTY" desc=" Message indicating that database table is empty.">
541 The “<ph name="TABLE_NAME">%s<ex>foo</ex></ph>”\ntable is empty. 1093 The “<ph name="TABLE_NAME">%s<ex>foo</ex></ph>”\ntable is empty.
542 </message> 1094 </message>
543 <message name="IDS_MESSAGE_INDICATING_THAT_CURRENT_SITE_DOESN'T_HAVE_COOKI ES" desc="Message indicating that current site doesn't have cookies."> 1095 <message name="IDS_MESSAGE_INDICATING_THAT_CURRENT_SITE_DOES_NOT_HAVE_COOK IES" desc="Message indicating that current site doesn't have cookies.">
544 This site has no cookies. 1096 This site has no cookies.
545 </message> 1097 </message>
546 <message name="IDS_MESSAGE_INDICATING_THAT_STORAGE_IS_EMPTY" desc="Message indicating that storage is empty."> 1098 <message name="IDS_NO_TIMING_INFO" desc="Message that a request has no det ailed timing info.">
547 This storage is empty. 1099 This request has no detailed timing info.
548 </message> 1100 </message>
549 <message name="IDS_LABEL_FOR_A_RESOURCE_TIME_GRAPH" desc="Label for a reso urce time graph."> 1101 <message name="IDS_LABEL_FOR_A_RESOURCE_TIME_GRAPH" desc="Label for a reso urce time graph.">
550 Time 1102 Time
551 </message> 1103 </message>
1104 <message name="IDS_RESOURCES_LOADING_TIMELINE" desc="Resources loading tim eline graph label.">
1105 Timeline
1106 </message>
1107 <message name="IDS_TIMELINES_LABEL" desc="Timelines view label.">
1108 Timelines
1109 </message>
1110 <message name="IDS_TIMER_TIMEOUT" desc="Label for timer's timeout value.">
1111 Timeout
1112 </message>
1113 <message name="IDS_TIMER_FIRED_BREAKPOINT" desc="Breakpoint when timer fir es.">
1114 Timer Fired
1115 </message>
1116 <message name="IDS_TIMER_ID" desc="Label for timer's ID.">
1117 Timer ID
1118 </message>
1119 <message name="IDS_TIMING_TAB" desc="Label for resources timing tab.">
1120 Timing
1121 </message>
1122 <message name="IDS_TOGGLE_CONSOLE" desc="Label for a button that toggles c onsole visibility.">
1123 Toggle console
1124 </message>
552 <message name="IDS_LABEL_OF_A_GRID_COLUMN_SHOWING_FUNCTION_TOTAL_EXECUTION _TIME" desc="Label of a grid column showing function total execution time."> 1125 <message name="IDS_LABEL_OF_A_GRID_COLUMN_SHOWING_FUNCTION_TOTAL_EXECUTION _TIME" desc="Label of a grid column showing function total execution time.">
553 Total 1126 Total
554 </message> 1127 </message>
555 <message name="IDS_LABEL_INDICATING_THAT_TOP-DOWN_(TREE)_PROFILE_IS_SHOWN" desc="Label indicating that top-down (tree) profile is shown."> 1128 <message name="IDS_LABEL_INDICATING_THAT_TOP_DOWN_TREE_PROFILE_IS_SHOWN" d esc="Label indicating that top-down (tree) profile is shown.">
556 Tree (Top Down) 1129 Tree (Top Down)
557 </message> 1130 </message>
1131 <message name="IDS_RESOURCE_TYPE" desc="Network resource type.">
1132 Type
1133 </message>
558 <message name="IDS_HINT_FOR_A_BUTTON_THAT_UNDOCKS_INSPECTOR_FROM_MAIN_WIND OW" desc="Hint for a button that undocks Inspector from main window."> 1134 <message name="IDS_HINT_FOR_A_BUTTON_THAT_UNDOCKS_INSPECTOR_FROM_MAIN_WIND OW" desc="Hint for a button that undocks Inspector from main window.">
559 Undock into separate window. 1135 Undock into separate window.
560 </message> 1136 </message>
561 <message name="IDS_HINT_FOR_A_BUTTON_THAT_TOGGLES_SHOWING_LARGE_RESOURCE_R OWS" desc="Hint for a button that toggles showing large resource rows."> 1137 <message name="IDS_HINT_FOR_A_BUTTON_THAT_TOGGLES_SHOWING_LARGE_RESOURCE_R OWS" desc="Hint for a button that toggles showing large resource rows.">
562 Use large resource rows. 1138 Use large resource rows.
563 </message> 1139 </message>
564 <message name="IDS_HINT_FOR_A_BUTTON_THAT_TOGGLES_SHOWING_SMALL_RESOURCE_R OWS" desc="Hint for a button that toggles showing small resource rows."> 1140 <message name="IDS_HINT_FOR_A_BUTTON_THAT_TOGGLES_SHOWING_SMALL_RESOURCE_R OWS" desc="Hint for a button that toggles showing small resource rows.">
565 Use small resource rows. 1141 Use small resource rows.
566 </message> 1142 </message>
1143 <message name="IDS_USED_HEAP_SIZE" desc="Label for a value showing used Ja vaScript heap size.">
1144 Used Heap Size
1145 </message>
567 <message name="IDS_LABEL_FOR_A_GRID_COLUMN_SHOWING_PROPERTY_VALUE" desc="L abel for a grid column showing property value."> 1146 <message name="IDS_LABEL_FOR_A_GRID_COLUMN_SHOWING_PROPERTY_VALUE" desc="L abel for a grid column showing property value.">
568 Value 1147 Value
569 </message> 1148 </message>
1149 <message name="IDS_RESOURCE_WAITING_TIME" desc="Label for the resource loa ding wait time.">
1150 Waiting
1151 </message>
1152 <message name="IDS_WARNINGS_FILTER" desc="Console filter for showing warni ngs.">
1153 Warnings
1154 </message>
1155 <message name="IDS_WATCH_EXPRESSION" desc="Watch expressions sidebar pane. ">
1156 Watch Expressions
1157 </message>
1158 <message name="IDS_WELCOME_TO_PROFILES" desc="Welcome message for the prof iles panel.">
1159 Welcome to the Profiles panel
1160 </message>
570 <message name="IDS_LABEL_FOR_A_SECTION_IN_THE_SCOPE_CHAIN_SIDEBAR_THAT_SHO WS_WITH_BLOCK_VARIABLES" desc="Label for a section in the scope chain sidebar th at shows with block variables."> 1161 <message name="IDS_LABEL_FOR_A_SECTION_IN_THE_SCOPE_CHAIN_SIDEBAR_THAT_SHO WS_WITH_BLOCK_VARIABLES" desc="Label for a section in the scope chain sidebar th at shows with block variables.">
571 With Block 1162 With Block
572 </message> 1163 </message>
1164 <message name="IDS_WORKERS_SIDEBAR" desc="Web Workers sidebar pane label." >
1165 Workers
1166 </message>
1167 <message name="IDS_TIMELINE_XHR_LOAD" desc="Timeline XHR request load even t.">
1168 XHR Load
1169 </message>
1170 <message name="IDS_BP_ON_XHR_READY_STATE_CHANGE" desc="Break script execut ion on XHR ready state change.">
1171 XHR Ready State Change
1172 </message>
573 <message name="IDS_LABEL_FOR_XHR_RESOURCE_SECTION" desc="Label for XHR res ource section."> 1173 <message name="IDS_LABEL_FOR_XHR_RESOURCE_SECTION" desc="Label for XHR res ource section.">
574 XHR 1174 XHR
575 </message> 1175 </message>
1176 <message name="IDS_XHR_LOGGING" desc="Enable logging of XHR requests in th e Console.">
1177 XMLHttpRequest logging
1178 </message>
576 <message name="IDS_HINT_MESSAGE_ABOUT_POTENTIAL_RESOURCES_COMPRESSION" des c="Hint message about potential resources compression."> 1179 <message name="IDS_HINT_MESSAGE_ABOUT_POTENTIAL_RESOURCES_COMPRESSION" des c="Hint message about potential resources compression.">
577 You could save bandwidth by having your web server compress this transfe r with gzip or zlib. 1180 You could save bandwidth by having your web server compress this transfe r with gzip or zlib.
578 </message> 1181 </message>
579 <message name="IDS_HINT_MESSAGE_ABOUT_NEED_FOR_ENABLING_DEBUGGING" desc="H int message about need for enabling debugging."> 1182 <message name="IDS_HINT_MESSAGE_ABOUT_NEED_FOR_ENABLING_DEBUGGING" desc="H int message about need for enabling debugging.">
580 You need to enable debugging before you can use the Scripts panel. 1183 You need to enable debugging before you can use the Scripts panel.
581 </message> 1184 </message>
582 <message name="IDS_HINT_MESSAGE_ABOUT_NEED_FOR_ENABLING_PROFILING" desc="H int message about need for enabling profiling."> 1185 <message name="IDS_HINT_MESSAGE_ABOUT_NEED_FOR_ENABLING_PROFILING" desc="H int message about need for enabling profiling.">
583 You need to enable profiling before you can use the Profiles panel. 1186 You need to enable profiling before you can use the Profiles panel.
584 </message> 1187 </message>
585 <message name="IDS_HINT_MESSAGE_ABOUT_NEED_FOR_ENABLING_RESOURCE_TRACKING" desc="Hint message about need for enabling resource tracking."> 1188 <message name="IDS_AUDITS_NO_DOMAIN" desc="A message if a domain is absent in audit rule.">
586 You need to enable resource tracking to use this panel. 1189 [empty domain]
1190 </message>
1191 <message name="IDS_COUNTS_DELTA" desc="Objects count delta column label.">
1192 \xb1 Count
1193 </message>
1194 <message name="IDS_SIZES_DELTA" desc="Objects sizes delta column label.">
1195 \xb1 Size
587 </message> 1196 </message>
588 <message name="IDS_LABEL_FOR_A_BOX_SHOWING_HTML_ELEMENT_BORDER_SIZE" desc= "Label for a box showing HTML element border size."> 1197 <message name="IDS_LABEL_FOR_A_BOX_SHOWING_HTML_ELEMENT_BORDER_SIZE" desc= "Label for a box showing HTML element border size.">
589 border 1198 border
590 </message> 1199 </message>
591 <message name="IDS_LABEL_FOR_A_BOX_SHOWING_HTML_ELEMENT_CONTENT_SIZE" desc ="Label for a box showing HTML element content size."> 1200 <message name="IDS_LABEL_FOR_A_BOX_SHOWING_HTML_ELEMENT_CONTENT_SIZE" desc ="Label for a box showing HTML element content size.">
592 content 1201 content
593 </message> 1202 </message>
594 <message name="IDS_LABEL_FOR_A_RESOURCE_TYPE" desc="Label for a resource t ype."> 1203 <message name="IDS_DELETED_OBJECT" desc="JavaScript object deleted.">
595 document 1204 deleted
596 </message>
597 <message name="IDS_LABEL_FOR_HTML_ELEMENT'S_ATTRIBUTE" desc="Label for HTM L element's attribute.">
598 element’s “<ph name="NAME">%s<ex>width</ex></ph>” attribute
599 </message>
600 <message name="IDS_LABEL_FOR_A_RESOURCE_TYPE_1" desc="Label for a resource type.">
601 font
602 </message>
603 <message name="IDS_LABEL_FOR_A_RESOURCE_TYPE_2" desc="Label for a resource type.">
604 image
605 </message>
606 <message name="IDS_LABEL_FOR_A_RESOURCE_TYPE_3" desc="Label for a resource type.">
607 inline stylesheet
608 </message> 1205 </message>
609 <message name="IDS_LABEL_FOR_LINE_POSITION" desc="Label for line position. "> 1206 <message name="IDS_LABEL_FOR_LINE_POSITION" desc="Label for line position. ">
610 line <ph name="LINE_NUMBER">%d<ex>25</ex></ph> 1207 line <ph name="LINE_NUMBER">%d<ex>25</ex></ph>
611 </message> 1208 </message>
612 <message name="IDS_LABEL_FOR_A_BOX_SHOWING_HTML_ELEMENT_MARGIN_SIZE" desc= "Label for a box showing HTML element margin size."> 1209 <message name="IDS_LABEL_FOR_A_BOX_SHOWING_HTML_ELEMENT_MARGIN_SIZE" desc= "Label for a box showing HTML element margin size.">
613 margin 1210 margin
614 </message> 1211 </message>
615 <message name="IDS_LABEL_FOR_A_RESOURCE_TYPE_4" desc="Label for a resource type."> 1212 <message name="IDS_NEW_OBJECT" desc="New JavaScript object label.">
616 other 1213 new
1214 </message>
1215 <message name="IDS_ALTERNATIVE_SHORTCUT" desc="An alternative for keyboard shortcuts.">
1216 or
617 </message> 1217 </message>
618 <message name="IDS_LABEL_FOR_A_BOX_SHOWING_HTML_ELEMENT_PADDING_SIZE" desc ="Label for a box showing HTML element padding size."> 1218 <message name="IDS_LABEL_FOR_A_BOX_SHOWING_HTML_ELEMENT_PADDING_SIZE" desc ="Label for a box showing HTML element padding size.">
619 padding 1219 padding
620 </message> 1220 </message>
621 <message name="IDS_LABEL_FOR_A_POSITION" desc="Label for a position."> 1221 <message name="IDS_LABEL_FOR_A_POSITION" desc="Label for a position.">
622 position 1222 position
623 </message> 1223 </message>
624 <message name="IDS_LABEL_FOR_A_RESOURCE_TYPE_5" desc="Label for a resource type.">
625 script
626 </message>
627 <message name="IDS_LABEL_FOR_A_RESOURCE_TYPE_6" desc="Label for a resource type.">
628 stylesheet
629 </message>
630 <message name="IDS_LABEL_FOR_A_RESOURCE_TYPE_7" desc="Label for a resource type."> 1224 <message name="IDS_LABEL_FOR_A_RESOURCE_TYPE_7" desc="Label for a resource type.">
631 user agent stylesheet 1225 user agent stylesheet
632 </message> 1226 </message>
633 <message name="IDS_LABEL_FOR_A_RESOURCE_TYPE_8" desc="Label for a resource type."> 1227 <message name="IDS_LABEL_FOR_A_RESOURCE_TYPE_8" desc="Label for a resource type.">
634 user stylesheet 1228 user stylesheet
635 </message> 1229 </message>
636 <message name="IDS_LABEL_VIA_INSPECTOR" desc="Label for a style attribute added via Inspector."> 1230 <message name="IDS_LABEL_VIA_INSPECTOR" desc="Label for a style attribute added via Inspector.">
637 via inspector 1231 via inspector
638 </message> 1232 </message>
1233 <message name="IDS_BP_ON_ATTRIBUTES_MODIFICATIONS" desc="Set breakpoint on DOM node attributes modifications.">
1234 Break on Attributes Modifications
1235 </message>
1236 <message name="IDS_BP_ON_NODE_REMOVAL" desc="Set breakpoint on DOM node re moval.">
1237 Break on Node Removal
1238 </message>
1239 <message name="IDS_BP_ON_SUBTREE_MODIFICATIONS" desc="Set breakpoint on DO M node subtree modifications.">
1240 Break on Subtree Modifications
1241 </message>
1242 <message name="IDS_LINK_TO_NODE" desc="Link to DOM node.">
1243 &lt;node&gt;
1244 </message>
1245 <message name="IDS_PAUSED_ON_CHILD_ADDITION_TO_DESCENDANT" desc="Info mess age for a script break.">
1246 Paused on a \"<ph name="BREAKPOINT">%1$s<ex>foo</ex></ph>\" breakpoint s et on <ph name="NODE">%2$s<ex>div</ex></ph>, because a new child was added to it s descendant <ph name="CHILD">%3$s<ex>span</ex></ph>.
1247 </message>
1248 <message name="IDS_PAUSED_ON_CHILD_ADDITION" desc="Info message for a scri pt break.">
1249 Paused on a \"<ph name="BREAKPOINT">%1$s<ex>foo</ex></ph>\" breakpoint s et on <ph name="NODE">%2$s<ex>div</ex></ph>, because a new child was added to th at node.
1250 </message>
1251 <message name="IDS_PAUSED_ON_CHILD_REMOVE" desc="Info message for a script break.">
1252 Paused on a \"<ph name="BREAKPOINT">%1$s<ex>foo</ex></ph>\" breakpoint s et on <ph name="NODE">%2$s<ex>div</ex></ph>, because its descendant <ph name="CH ILD">%3$s<ex>span</ex></ph> was removed.
1253 </message>
1254 <message name="IDS_PAUSED_ON_BREAKPOINT" desc="Info message for a script b reak.">
1255 Paused on a \"<ph name="NAME">%1$s<ex>foo</ex></ph>\" breakpoint set on <ph name="LOCATION">%2$s<ex>foo.js:25</ex></ph>.
1256 </message>
1257 <message name="IDS_PAUSED_ON_XHR" desc="Info message for a script break.">
1258 Paused on a XMLHttpRequest.
1259 </message>
1260 <message name="IDS_PAUSED_ON_EVENT_LISTENER" desc="Info message for a scri pt break.">
1261 Paused on a \"<ph name="NAME">%s<ex>click</ex></ph>\" Event Listener.
1262 </message>
1263 <message name="IDS_PAUSED_ON_BREAKPOINT_2" desc="Info message for a script break.">
1264 Paused on a JavaScript breakpoint.
1265 </message>
1266 <message name="IDS_XHR_BREAKPOINT_CONDITION" desc="XHR breakpoint conditio n.">
1267 URL contains \"<ph name="SUBSTRING">%s<ex>google</ex></ph>\"
1268 </message>
1269 <message name="IDS_NETWORK_PANEL_LABEL" desc="Network panel label.">
1270 Network
1271 </message>
1272 <message name="IDS_RESOURCE_STATUS" desc="Resource status column label.">
1273 Status
1274 </message>
1275 <message name="IDS_RESOURCE_METHOD" desc="Resource retrieve method column label.">
1276 Method
1277 </message>
1278 <message name="IDS_PENDING_RESOURCE" desc="Resource loading is pending.">
1279 Pending
1280 </message>
1281 <message name="IDS_REQUESTS_STATS" desc="Request statistics.">
1282 <ph name="COUNT">%d<ex>100</ex></ph> requests
1283 </message>
1284 <message name="IDS_BYTES_STATISTICS" desc="Bytes statistics.">
1285 <ph name="BYTES">%s<ex>100KB</ex></ph> transferred
1286 </message>
1287 <message name="IDS_LOAD_TIMING" desc="Page loading timing.">
1288 <ph name="TOTAL_TIME">%1$s<ex>5s</ex></ph> (onload: <ph name="ONLOAD_TIM E">%2$s<ex>1s</ex></ph>, DOMContentLoaded: <ph name="DOMCONTENT_TIME">%3$s<ex>3s </ex></ph>)
1289 </message>
1290 <message name="IDS_DOM_BREAKPOINTS_SIDEBAR_PANE" desc="DOM Breakpoints sid ebar pane title.">
1291 DOM Breakpoints
1292 </message>
1293 <message name="IDS_EVENT_LISTENER_BREAKPOINTS_SIDEBAR_PANE" desc="Event Li steners breakpoints sidebar pane.">
1294 Event Listener Breakpoints
1295 </message>
1296 <message name="IDS_XHR_BREAKPOINTS_SIDEBAR_PANE" desc="XHR Breakpoints sid ebar pane.">
1297 XHR Breakpoints
1298 </message>
1299 <message name="IDS_MOUSE_EVENTS" desc="Mouse events category title.">
1300 Mouse
1301 </message>
1302 <message name="IDS_DRAG_EVENTS" desc="Drag events category title.">
1303 Drag
1304 </message>
1305 <message name="IDS_KEYBOARD_EVENTS" desc="Keyboard events category title." >
1306 Keyboard
1307 </message>
1308 <message name="IDS_CLIPBOARD_EVENTS" desc="Clipboard events category title .">
1309 Clipboard
1310 </message>
1311 <message name="IDS_DOM_MUTATION_EVENTS" desc="DOM Mutation events category title.">
1312 DOM Mutation
1313 </message>
1314 <message name="IDS_DEVICE_EVENTS" desc="Device events category title.">
1315 Device
1316 </message>
1317 <message name="IDS_LOAD_EVENTS" desc="Load events category title.">
1318 Load
1319 </message>
1320 <message name="IDS_CONTROL_EVENTS" desc="Control events category title.">
1321 Control
1322 </message>
1323 <message name="IDS_TIMER_EVENTS" desc="Timer events category title.">
1324 Timer
1325 </message>
1326 <message name="IDS_SET_TIMER_BREAKPOINT" desc="Breakpoint on setting a tim er.">
1327 Set Timer
1328 </message>
1329 <message name="IDS_CLEAR_TIMER_BREAKPOINT" desc="Breakpoint on clearing a timer.">
1330 Clear Timer
1331 </message>
1332 <message name="IDS_NO_REQUESTS" desc="Help message describing that page re load is needed to capture network requests.">
1333 No requests captured. Reload the page to see detailed information on the network activity.
1334 </message>
1335 <message name="IDS_PERSISTENT_FILE_SYSTEM" desc="Persistent file system st orage.">
1336 Persistent File System
1337 </message>
1338 <message name="IDS_TEMPORARY_FILE_SYSTEM" desc="Temporary file system stor age.">
1339 Temporary File System
1340 </message>
1341 <message name="IDS_NO_FILE_SYSTEM_ROOT" desc="Error message telling that t he root path of the File System storage isn't available.">
1342 File System root path not available.
1343 </message>
1344 <message name="IDS_FILE_SYSTEM_DISABLED" desc="Info message telling that F ile System storage is disabled.">
1345 File System is disabled.
1346 </message>
1347 <message name="IDS_FILE_SYSTEM_ROOT_ERROR" desc="There was an error retrie ving root path for the file system storage.">
1348 Error in fetching root path for file system.
1349 </message>
1350 <message name="IDS_REVEAL_FOLDER" desc="A command to reveal a folder in OS file manager.">
1351 Reveal folder in OS
1352 </message>
1353 <message name="IDS_NO_COOKIES" desc="Message telling that a request has no cookies data.">
1354 This request has no cookies.
1355 </message>
1356 <message name="IDS_ORIGINAL_RESOURCE" desc="A label for a resource indicat ing that this is an original revision.">
1357 (original)
1358 </message>
1359 <message name="IDS_COORDINATES" desc="On-screen coordinates">
1360 (<ph name="X">%1$d<ex>100</ex></ph>, <ph name="Y">%2$d<ex>100</ex></ph>)
1361 </message>
1362 <message name="IDS_REVERT_TO_REVISION" desc="Revert resource to specified revision.">
1363 Revert to this revision
1364 </message>
1365 <message name="IDS_STORAGE_CATEGOTY_WEBSOCKETS" desc="Storage category: We bSockets.">
1366 WebSockets
1367 </message>
1368 <message name="IDS_STORAGE_CATEGORY_FRAMES" desc="Storage category: Frames .">
1369 Frames
1370 </message>
1371 <message name="IDS_RESPONSE_TEXT_COLUMN" desc="A subtitle for the column s howing response text.">
1372 Text
1373 </message>
1374 <message name="IDS_TRANSFER_SIZE" desc="A subtitle for the column showing response transfer size.">
1375 Transfer
1376 </message>
1377 <message name="IDS_PRESERVE_LOG" desc="Preserve network log upon page navi gation.">
1378 Preserve Log upon Navigation
1379 </message>
1380 <message name="IDS_GO_TO_LINE_COMMAND" desc="Go to Line command.">
1381 Go to Line
1382 </message>
1383 <message name="IDS_URL" desc="An abbreviation of Uniform Resource Locator. ">
1384 URL
1385 </message>
1386 <message name="IDS_FORMAT_SCRIPT_COMMAND" desc="A command to format script source.">
1387 Format script.
1388 </message>
639 </messages> 1389 </messages>
640 </release> 1390 </release>
641 </grit> 1391 </grit>
OLDNEW
« no previous file with comments | « webkit/glue/devtools_strings.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698