tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

netmonitor.properties (83584B)


      1 # This Source Code Form is subject to the terms of the Mozilla Public
      2 # License, v. 2.0. If a copy of the MPL was not distributed with this
      3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
      4 
      5 # LOCALIZATION NOTE These strings are used inside the Network Monitor
      6 # which is available from the Browser Tools sub-menu -> 'Network Monitor'.
      7 # The correct localization of this file might be to keep it in
      8 # English, or another language commonly spoken among web developers.
      9 # You want to make that choice consistent across the developer tools.
     10 # A good criteria is the language in which you'd find the best
     11 # documentation on web development on the web.
     12 
     13 # LOCALIZATION NOTE (netmonitor.security.state.secure)
     14 # This string is used as an tooltip for request that was performed over secure
     15 # channel i.e. the connection was encrypted.
     16 netmonitor.security.state.secure=The connection used to fetch this resource was secure.
     17 
     18 # LOCALIZATION NOTE (netmonitor.security.state.insecure)
     19 # This string is used as an tooltip for request that was performed over insecure
     20 # channel i.e. the connection was not https
     21 netmonitor.security.state.insecure=The connection used to fetch this resource was not secure.
     22 
     23 # LOCALIZATION NOTE (netmonitor.security.state.broken)
     24 # This string is used as an tooltip for request that failed due to security
     25 # issues.
     26 netmonitor.security.state.broken=A security error prevented the resource from being loaded.
     27 
     28 # LOCALIZATION NOTE (netmonitor.security.state.weak)
     29 # This string is used as an tooltip for request that had minor security issues
     30 netmonitor.security.state.weak=This resource was transferred over a connection that used weak encryption.
     31 
     32 # LOCALIZATION NOTE (netmonitor.security.enabled):
     33 # This string is used to indicate that a specific security feature is used by
     34 # a connection in the security details tab.
     35 # For example: "HTTP Strict Transport Security: Enabled"
     36 netmonitor.security.enabled=Enabled
     37 
     38 # LOCALIZATION NOTE (netmonitor.security.disabled):
     39 # This string is used to indicate that a specific security feature is not used by
     40 # a connection in the security details tab.
     41 # For example: "HTTP Strict Transport Security: Disabled"
     42 netmonitor.security.disabled=Disabled
     43 
     44 # LOCALIZATION NOTE (netmonitor.security.hostHeader):
     45 # This string is used as a header for section containing security information
     46 # related to the remote host. %S is replaced with the domain name of the remote
     47 # host. For example: Host example.com
     48 netmonitor.security.hostHeader=Host %S:
     49 
     50 # LOCALIZATION NOTE (netmonitor.security.notAvailable):
     51 # This string is used to indicate that a certain piece of information is not
     52 # available to be displayed. For example a certificate that has no organization
     53 # defined:
     54 #   Organization: <Not Available>
     55 netmonitor.security.notAvailable=<Not Available>
     56 
     57 # LOCALIZATION NOTE (collapseDetailsPane): This is the tooltip for the button
     58 # that collapses the network details pane in the UI.
     59 collapseDetailsPane=Hide request details
     60 
     61 # LOCALIZATION NOTE (collapseActionPane): This is the tooltip for the button
     62 # that collapses the network action pane in the UI.
     63 collapseActionPane=Hide network action
     64 
     65 # LOCALIZATION NOTE (allTabsMenuButton.tooltip): The tooltip that gets
     66 # displayed when hovering over the tabs overflow button.
     67 allTabsMenuButton.tooltip=Show all tabs
     68 
     69 # LOCALIZATION NOTE (headersEmptyText): This is the text displayed in the
     70 # headers tab of the network details pane when there are no headers available.
     71 headersEmptyText=No headers for this request
     72 
     73 # LOCALIZATION NOTE (headersFilterText): This is the text displayed in the
     74 # headers tab of the network details pane for the filtering input.
     75 headersFilterText=Filter Headers
     76 
     77 # LOCALIZATION NOTE (messagesEmptyText): This is the text displayed in the
     78 # WebSockets tab of the network details pane when there are no frames available.
     79 messagesEmptyText=No messages for this request
     80 
     81 # LOCALIZATION NOTE (cookiesEmptyText): This is the text displayed in the
     82 # cookies tab of the network details pane when there are no cookies available.
     83 cookiesEmptyText=No cookies for this request
     84 
     85 # LOCALIZATION NOTE (cookiesFilterText): This is the text displayed in the
     86 # cookies tab of the network details pane for the filtering input.
     87 cookiesFilterText=Filter Cookies
     88 
     89 # LOCALIZATION NOTE (responseEmptyText): This is the text displayed in the
     90 # response tab of the network details pane when the response is empty or not
     91 # available for shown.
     92 responseEmptyText=No response data available for this request
     93 
     94 # LOCALIZATION NOTE (paramsNoPayloadText): This is the text displayed in the
     95 # request tab of the network details pane when there are no params available.
     96 paramsNoPayloadText=No payload for this request
     97 
     98 # LOCALIZATION NOTE (paramsFilterText): This is the text displayed in the
     99 # request tab of the network details pane for the filtering input.
    100 paramsFilterText=Filter Request Parameters
    101 
    102 # LOCALIZATION NOTE (paramsFormData): This is the label displayed
    103 # in the network details request tab identifying the form data.
    104 paramsFormData=Form data
    105 
    106 # LOCALIZATION NOTE (paramsPostPayload): This is the label displayed
    107 # in the network details request tab identifying the request payload.
    108 paramsPostPayload=Request payload
    109 
    110 # LOCALIZATION NOTE (netmonitor.request.raw): This is the label displayed
    111 # on the button in the network details request tab that toggles the
    112 # view of the network request between the raw data and the formatted display.
    113 netmonitor.request.raw=Raw
    114 
    115 # LOCALIZATION NOTE (requestHeaders): This is the label displayed
    116 # in the network details headers tab identifying the request headers.
    117 requestHeaders=Request Headers
    118 
    119 # LOCALIZATION NOTE (requestHeadersFromUpload): This is the label displayed
    120 # in the network details headers tab identifying the request headers from
    121 # the upload stream of a POST request's body.
    122 requestHeadersFromUpload=Request headers from upload stream
    123 
    124 # LOCALIZATION NOTE (earlyHintsResponseHeaders): This is the label displayed
    125 # in the network details headers tab identifying the early hints response headers.
    126 # Do not translate `Early Hints`, since it's the header type.
    127 earlyHintsResponseHeaders=Early Hints Response Headers
    128 
    129 # LOCALIZATION NOTE (responseHeaders): This is the label displayed
    130 # in the network details headers tab identifying the response headers.
    131 responseHeaders=Response Headers
    132 
    133 # LOCALIZATION NOTE (requestCookies): This is the label displayed
    134 # in the network details request tab identifying the request cookies.
    135 requestCookies=Request Cookies
    136 
    137 # LOCALIZATION NOTE (responseCookies): This is the label displayed
    138 # in the network details request tab identifying the response cookies.
    139 responseCookies=Response Cookies
    140 
    141 # LOCALIZATION NOTE (responsePayload): This is the label displayed
    142 # in the network details response tab identifying the response payload.
    143 responsePayload=Response Payload
    144 
    145 # LOCALIZATION NOTE (netmonitor.response.raw): This is the label displayed
    146 # on the button in the network details response tab that toggles the
    147 # view of the network response between the raw data and the formatted display.
    148 netmonitor.response.raw=Raw
    149 
    150 # LOCALIZATION NOTE (netmonitor.response.html): This is the text displayed
    151 # in the response tab of the network details pane for an HTML preview.
    152 netmonitor.response.html=HTML
    153 
    154 # LOCALIZATION NOTE (jsonFilterText): This is the text displayed
    155 # in the response tab of the network details pane for the JSON filtering input.
    156 jsonFilterText=Filter properties
    157 
    158 # LOCALIZATION NOTE (jsonScopeName): This is the text displayed
    159 # in the response tab of the network details pane for a JSON scope.
    160 jsonScopeName=JSON
    161 
    162 # LOCALIZATION NOTE (jsonpScopeName): This is the text displayed
    163 # in the response tab of the network details pane for a JSONP scope.
    164 jsonpScopeName=JSONP → callback %S()
    165 
    166 # LOCALIZATION NOTE (jsonXssiStripped): This is the text displayed
    167 # in a notification in the response tab of the network details pane
    168 # when a JSON payload had XSSI escape characters which were removed
    169 jsonXssiStripped=The string “%S” was removed from the beginning of the JSON shown below
    170 
    171 # LOCALIZATION NOTE (responseTruncated): This is the text displayed
    172 # in the response tab of the network details pane when the response is over
    173 # the truncation limit and thus was truncated.
    174 responseTruncated=Response has been truncated
    175 
    176 # LOCALIZATION NOTE (requestTruncated): This is the text displayed
    177 # in the request tab of the network details pane when the request is over
    178 # the truncation limit and thus was truncated.
    179 requestTruncated=Request has been truncated
    180 
    181 # LOCALIZATION NOTE (networkMenu.raced): This is the label displayed
    182 # in the network menu specifying the transfer or a request is
    183 # raced. %S refers to the current transfer size.
    184 networkMenu.raced=%S (raced)
    185 
    186 # LOCALIZATION NOTE (networkMenu.sortedAsc): This is the tooltip displayed
    187 # in the network table toolbar, for any column that is sorted ascending.
    188 networkMenu.sortedAsc=Sorted ascending
    189 
    190 # LOCALIZATION NOTE (networkMenu.sortedDesc): This is the tooltip displayed
    191 # in the network table toolbar, for any column that is sorted descending.
    192 networkMenu.sortedDesc=Sorted descending
    193 
    194 # LOCALIZATION NOTE (networkMenu.ws.summary.framesCount2): This label is displayed
    195 # in the messages table footer providing the number of frames
    196 # See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
    197 networkMenu.ws.summary.framesCount2=#1 message;#1 messages
    198 
    199 # LOCALIZATION NOTE (networkMenu.ws.summary.framesCountEmpty): This label is displayed
    200 # in the messages table footer when there are no frames
    201 networkMenu.ws.summary.framesCountEmpty=No messages
    202 
    203 # LOCALIZATION NOTE (networkMenu.ws.summary.tooltip.framesCount): A tooltip explaining
    204 # what the framesCount label displays
    205 networkMenu.ws.summary.tooltip.framesCount=Number of messages
    206 
    207 # LOCALIZATION NOTE (networkMenu.ws.summary.tooltip.framesTotalSize): A tooltip explaining
    208 # what the framesTotalSize label displays
    209 networkMenu.ws.summary.tooltip.framesTotalSize=Total size of displayed messages
    210 
    211 # LOCALIZATION NOTE (networkMenu.ws.summary.label.framesTranferredSize): A label showing
    212 # summary size info related to the current list of WS messages
    213 # %1$S is the total size of the transferred data, %2$S is the size of sent data, %3$S is the size of received data.
    214 networkMenu.ws.summary.label.framesTranferredSize=%1$S total, %2$S sent, %3$S received
    215 
    216 # LOCALIZATION NOTE (networkMenu.ws.summary.tooltip.framesTotalTime): A tooltip explaining
    217 # what framesTotalTime displays
    218 networkMenu.ws.summary.tooltip.framesTotalTime=Total elapsed time between the first and last displayed messages
    219 
    220 # LOCALIZATION NOTE (networkMenu.sizeB): This is the label displayed
    221 # in the network menu specifying the size of a request (in bytes).
    222 networkMenu.sizeB=%S B
    223 
    224 # LOCALIZATION NOTE (networkMenu.size.kB): This is the label displayed
    225 # in the network menu specifying the size of a request (in kilobytes).
    226 networkMenu.size.kB=%S kB
    227 
    228 # LOCALIZATION NOTE (networkMenu.sizeMB): This is the label displayed
    229 # in the network menu specifying the size of a request (in megabytes).
    230 networkMenu.sizeMB=%S MB
    231 
    232 # LOCALIZATION NOTE (networkMenu.sizeGB): This is the label displayed
    233 # in the network menu specifying the size of a request (in gigabytes).
    234 networkMenu.sizeGB=%S GB
    235 
    236 # LOCALIZATION NOTE (networkMenu.sizeUnavailable): This is the label displayed
    237 # in the network menu specifying the transferred size of a request is
    238 # unavailable.
    239 networkMenu.sizeUnavailable=
    240 
    241 # LOCALIZATION NOTE (networkMenu.sizeUnavailable.title): This is the tooltip
    242 # displayed in the network menu specifying that the transferred size of a
    243 # request is unavailable.
    244 networkMenu.sizeUnavailable.title=Transferred size is not available
    245 
    246 # LOCALIZATION NOTE (networkMenu.sizeCached): This is the label displayed
    247 # in the network menu and the headers panel specifying the transfer or a request is
    248 # cached.
    249 networkMenu.sizeCached=cached
    250 
    251 # LOCALIZATION NOTE (networkMenu.sizeServiceWorker): This is the label displayed
    252 # in the network menu and the headers panel specifying the transferred of a request
    253 # computed by a service worker.
    254 networkMenu.sizeServiceWorker=service worker
    255 
    256 # LOCALIZATION NOTE (networkMenu.blocked2): This is a generic message for a
    257 # URL that has been blocked for an unknown reason
    258 networkMenu.blocked2=Blocked
    259 
    260 # LOCALIZATION NOTE (networkMenu.blockedby): This is a generic message for a
    261 # URL that has been blocked by an extension
    262 # %S is the extension name.
    263 networkMenu.blockedby=Blocked By %S
    264 
    265 # LOCALIZATION NOTE (networkMenu.classifiedFor): This is a generic message for a
    266 # URL that has been blocked by the URL-Classifier because loaded by an extension
    267 # %S is the extension name.
    268 networkMenu.addonBlocked=Harmful Add-on Blocked (%S)
    269 
    270 # LOCALIZATION NOTE (networkMenu.blockedTooltip): This is a the text displayed
    271 # as a tooltip for the blocked icon in the request list
    272 networkMenu.blockedTooltip=Blocked
    273 
    274 # LOCALIZATION NOTE (networkMenu.totalMS2): This is the label displayed
    275 # in the network menu specifying the time for a request to finish (in milliseconds).
    276 networkMenu.totalMS2=%S ms
    277 
    278 # LOCALIZATION NOTE (netmonitor.waterfall.tooltip.total): This is part of the tooltip
    279 # displayed in the requests waterfall for total time (in milliseconds).
    280 netmonitor.waterfall.tooltip.total=Total %S ms
    281 
    282 # LOCALIZATION NOTE (netmonitor.waterfall.tooltip.blocked): This is part of the tooltip
    283 # displayed in the requests waterfall for blocked time (in milliseconds).
    284 netmonitor.waterfall.tooltip.blocked=Blocked %S ms
    285 
    286 # LOCALIZATION NOTE (netmonitor.waterfall.tooltip.dns): This is part of the tooltip
    287 # displayed in the requests waterfall for dns time (in milliseconds).
    288 netmonitor.waterfall.tooltip.dns=DNS %S ms
    289 
    290 # LOCALIZATION NOTE (netmonitor.waterfall.tooltip.ssl): This is part of the tooltip
    291 # displayed in the requests waterfall for tls setup time (in milliseconds).
    292 netmonitor.waterfall.tooltip.ssl=TLS %S ms
    293 
    294 # LOCALIZATION NOTE (netmonitor.waterfall.tooltip.connect): This is part of the tooltip
    295 # displayed in the requests waterfall for connect time (in milliseconds).
    296 netmonitor.waterfall.tooltip.connect=Connect %S ms
    297 
    298 # LOCALIZATION NOTE (netmonitor.waterfall.tooltip.send): This is part of the tooltip
    299 # displayed in the requests waterfall for send time (in milliseconds).
    300 netmonitor.waterfall.tooltip.send=Send %S ms
    301 
    302 # LOCALIZATION NOTE (netmonitor.waterfall.tooltip.wait): This is part of the tooltip
    303 # displayed in the requests waterfall for wait time (in milliseconds).
    304 netmonitor.waterfall.tooltip.wait=Wait %S ms
    305 
    306 # LOCALIZATION NOTE (netmonitor.waterfall.tooltip.receive): This is part of the tooltip
    307 # displayed in the requests waterfall for receive time (in milliseiconds).
    308 netmonitor.waterfall.tooltip.receive=Receive %S ms
    309 
    310 # LOCALIZATION NOTE (netmonitor.timings.requestTiming): This is the title of the existing
    311 # section in Timings side panel. This section contains request timings.
    312 netmonitor.timings.requestTiming=Request Timing
    313 
    314 # LOCALIZATION NOTE (netmonitor.timings.serverTiming): This is the title of a new section
    315 # in Timings side panel. This section contains server timings transferred from the server
    316 # through the "Server-Timing" header.
    317 netmonitor.timings.serverTiming=Server Timing
    318 
    319 # LOCALIZATION NOTE (netmonitor.timings.serviceWorkerTiming): This is the title of a new section
    320 # in Timings side panel. This section contains service worker timings transferred from the
    321 # service worker.
    322 netmonitor.timings.serviceWorkerTiming=Service Worker Timing
    323 
    324 # LOCALIZATION NOTE (netmonitor.timings.queuedAt): This is relative queued time to the
    325 # first request. %S is time expressed in milliseconds or minutes.
    326 netmonitor.timings.queuedAt=Queued: %S
    327 
    328 # LOCALIZATION NOTE (netmonitor.timings.startedAt): Relative to the first request,
    329 # when the request actually started. %S is time expressed in milliseconds or minutes.
    330 netmonitor.timings.startedAt=Started: %S
    331 
    332 # LOCALIZATION NOTE (netmonitor.timings.downloadedAt): Relative to first request,
    333 # when the request actually finished downloading.
    334 # %S is time expressed in milliseconds or minutes.
    335 netmonitor.timings.downloadedAt=Downloaded: %S
    336 
    337 # LOCALIZATION NOTE (netmonitor.timings.noTimings): Message that displays in the
    338 # timings pane when thea request has been blocked
    339 netmonitor.timings.noTimings=No timings for this request
    340 
    341 # LOCALIZATION NOTE (networkMenu.millisecond): This is the label displayed
    342 # in the network menu specifying timing interval divisions (in milliseconds).
    343 networkMenu.millisecond=%S ms
    344 
    345 # LOCALIZATION NOTE (networkMenu.second): This is the label displayed
    346 # in the network menu specifying timing interval divisions (in seconds).
    347 networkMenu.second=%S s
    348 
    349 # LOCALIZATION NOTE (networkMenu.minute): This is the label displayed
    350 # in the network menu specifying timing interval divisions (in minutes).
    351 networkMenu.minute=%S min
    352 
    353 # LOCALIZATION NOTE (pieChart.loading): This is the label displayed
    354 # for pie charts (e.g., in the performance analysis view) when there is
    355 # no data available yet.
    356 pieChart.loading=Loading
    357 
    358 # LOCALIZATION NOTE (pieChart.unavailable): This is the label displayed
    359 # for pie charts (e.g., in the performance analysis view) when there is
    360 # no data available, even after loading it.
    361 pieChart.unavailable=Empty
    362 
    363 # LOCALIZATION NOTE (pieChart.ariaLabel): This is the text used for the aria-label attribute
    364 # for SVG pie charts (e.g., in the performance analysis view).
    365 pieChart.ariaLabel=Pie chart representing the size of each type of request in proportion to each other
    366 
    367 # LOCALIZATION NOTE (pieChart.sliceAriaLabel): This is the text used for the aria-label attribute
    368 # for SVG pie charts slices (e.g., in the performance analysis view).
    369 # %1$S is the slice label (e.g. "html")
    370 # %2$S is the percentage (e.g. "33.23%").
    371 pieChart.sliceAriaLabel=%1$S: %2$S
    372 
    373 # LOCALIZATION NOTE (tableChart.loading): This is the label displayed
    374 # for table charts (e.g., in the performance analysis view) when there is
    375 # no data available yet.
    376 tableChart.loading=Please wait…
    377 
    378 # LOCALIZATION NOTE (tableChart.unavailable): This is the label displayed
    379 # for table charts (e.g., in the performance analysis view) when there is
    380 # no data available, even after loading it.
    381 tableChart.unavailable=No data available
    382 
    383 # LOCALIZATION NOTE (charts.size.kB): This is the label displayed
    384 # in pie or table charts specifying the size of a request (in kilobytes).
    385 charts.size.kB=%S kB
    386 
    387 # LOCALIZATION NOTE (charts.transferredSize.kB): This is the label displayed
    388 # in pie or table charts specifying the size of a transferred request (in kilobytes).
    389 charts.transferredSize.kB=%S kB
    390 
    391 # LOCALIZATION NOTE (charts.totalS): This is the label displayed
    392 # in pie or table charts specifying the time for a request to finish (in seconds).
    393 charts.totalS=%S s
    394 
    395 # LOCALIZATION NOTE (charts.totalTransferredSize.kB): This is the label displayed
    396 # in the performance analysis view for total transferred size, in kilobytes.
    397 charts.totalTransferredSize.kB=Transferred Size: %S kB
    398 
    399 # LOCALIZATION NOTE (charts.cacheEnabled): This is the label displayed
    400 # in the performance analysis view for "cache enabled" charts.
    401 charts.cacheEnabled=Primed cache
    402 
    403 # LOCALIZATION NOTE (charts.cacheDisabled): This is the label displayed
    404 # in the performance analysis view for "cache disabled" charts.
    405 charts.cacheDisabled=Empty cache
    406 
    407 # LOCALIZATION NOTE (charts.learnMore): This is the label displayed
    408 # in the performance analysis view, with a link to external documentation.
    409 charts.learnMore=Learn more about performance analysis
    410 
    411 # LOCALIZATION NOTE (charts.totalSize.kB): This is the label displayed
    412 # in the performance analysis view for total requests size, in kilobytes.
    413 charts.totalSize.kB=Size: %S kB
    414 
    415 # LOCALIZATION NOTE (charts.totalSeconds): Semi-colon list of plural forms.
    416 # See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
    417 # This is the label displayed in the performance analysis view for the
    418 # total requests time, in seconds.
    419 charts.totalSeconds=Time: #1 second;Time: #1 seconds
    420 
    421 # LOCALIZATION NOTE (charts.totalSecondsNonBlocking): Semi-colon list of plural forms.
    422 # See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
    423 # This is the label displayed in the performance analysis view for the
    424 # total requests time (non-blocking), in seconds.
    425 charts.totalSecondsNonBlocking=Non blocking time: #1 second;Non blocking time: #1 seconds
    426 
    427 # LOCALIZATION NOTE (charts.totalCached): This is the label displayed
    428 # in the performance analysis view for total cached responses.
    429 charts.totalCached=Cached responses: %S
    430 
    431 # LOCALIZATION NOTE (charts.totalCount): This is the label displayed
    432 # in the performance analysis view for total requests.
    433 charts.totalCount=Total requests: %S
    434 
    435 # LOCALIZATION NOTE (charts.requestsNumber): This is the label for the header column in
    436 # the performance analysis view for the number of requests. The label is not visible on screen,
    437 # but is set in the DOM for accessibility sake.
    438 charts.requestsNumber=Number of requests
    439 
    440 # LOCALIZATION NOTE (charts.size): This is the label displayed
    441 # in the header column in the performance analysis view for size of the request.
    442 charts.size=Size
    443 
    444 # LOCALIZATION NOTE (charts.type): This is the label displayed
    445 # in the header column in the performance analysis view for type of request.
    446 charts.type=Type
    447 
    448 # LOCALIZATION NOTE (charts.transferred): This is the label displayed
    449 # in the header column in the performance analysis view for transferred
    450 # size of the request.
    451 charts.transferred=Transferred
    452 
    453 # LOCALIZATION NOTE (charts.time): This is the label displayed
    454 # in the header column in the performance analysis view for time of request.
    455 charts.time=Time
    456 
    457 # LOCALIZATION NOTE (charts.nonBlockingTime): This is the label displayed
    458 # in the header column in the performance analysis view for non blocking
    459 # time of request.
    460 charts.nonBlockingTime=Non blocking time
    461 
    462 # LOCALIZATION NOTE (netRequest.originalFileURL.tooltip): This is the tooltip
    463 # displayed for the file's original URL value displayed in the file column of
    464 # a request.
    465 netRequest.originalFileURL.tooltip=Original: %S
    466 
    467 # LOCALIZATION NOTE (netRequest.decodedFileURL.tooltip): This is the tooltip
    468 # displayed for the file's decoded URL value displayed in the file column of
    469 # a request.
    470 netRequest.decodedFileURL.tooltip=Decoded: %S
    471 
    472 # LOCALIZATION NOTE (certmgr.subjectinfo.label):
    473 # A label used for a certificate section in security tab.
    474 # This section displays Name and organization who has been assigned the fingerprints
    475 certmgr.subjectinfo.label=Issued To
    476 
    477 # LOCALIZATION NOTE (certmgr.certdetail.cn):
    478 # A label used for Issued To and Issued By sub-section in security tab
    479 certmgr.certdetail.cn=Common Name (CN):
    480 
    481 # LOCALIZATION NOTE (certmgr.certdetail.o):
    482 # A label used for Issued To and Issued By sub-section in security tab
    483 certmgr.certdetail.o=Organization (O):
    484 
    485 # LOCALIZATION NOTE (certmgr.certdetail.ou):
    486 # A label used for Issued To and Issued By sub-section in security tab
    487 certmgr.certdetail.ou=Organizational Unit (OU):
    488 
    489 # LOCALIZATION NOTE (certmgr.issuerinfo.label):
    490 # A label used for a certificate section in security tab
    491 # This section displays Name and organization who issued the fingerprints
    492 certmgr.issuerinfo.label=Issued By
    493 
    494 # LOCALIZATION NOTE (certmgr.periodofvalidity.label):
    495 # A label used for a certificate section in security tab
    496 # This section displays the valid period of this fingerprints
    497 certmgr.periodofvalidity.label=Period of Validity
    498 
    499 # LOCALIZATION NOTE (certmgr.begins):
    500 # A label used for Period of Validity sub-section in security tab
    501 certmgr.begins=Begins On:
    502 
    503 # LOCALIZATION NOTE (certmgr.expires):
    504 # A label used for Period of Validity sub-section in security tab
    505 certmgr.expires=Expires On:
    506 
    507 # LOCALIZATION NOTE (certmgr.fingerprints.label):
    508 # A label used for a certificate section in security tab
    509 # This section displays the valid period of this fingerprints
    510 certmgr.fingerprints.label=Fingerprints
    511 
    512 # LOCALIZATION NOTE (certmgr.certdetail.sha256fingerprint):
    513 # A label used for Fingerprints sub-section in security tab
    514 certmgr.certdetail.sha256fingerprint=SHA-256 Fingerprint:
    515 
    516 # LOCALIZATION NOTE (certmgr.certdetail.sha1fingerprint):
    517 # A label used for Fingerprints sub-section in security tab
    518 certmgr.certdetail.sha1fingerprint=SHA1 Fingerprint:
    519 
    520 # LOCALIZATION NOTE (certmgr.certificateTransparency.label):
    521 # This string is used as a label in the security tab.
    522 certmgr.certificateTransparency.label=Transparency:
    523 
    524 # LOCALIZATION NOTE (certmgr.certificateTransparency.status.ok):
    525 # This string is used to indicate that there are valid signed certificate
    526 # timestamps. This is a property for the 'Transparency'
    527 # field in the security tab.
    528 certmgr.certificateTransparency.status.ok=Valid SCT records
    529 
    530 # LOCALIZATION NOTE (certmgr.certificateTransparency.status.notEnoughSCTS):
    531 # This string is used to indicate that there are not enough valid signed
    532 # certificate timestamps. This is a property for the 'Transparency'
    533 # field in the security tab.
    534 certmgr.certificateTransparency.status.notEnoughSCTS=Not enough SCTs
    535 
    536 # LOCALIZATION NOTE (certmgr.certificateTransparency.status.notDiverseSCTS):
    537 # This string is used to indicate that there ar not enough diverse signed
    538 # certificate timestamps. This is a property for the 'Transparency'
    539 # field in the security tab.
    540 certmgr.certificateTransparency.status.notDiverseSCTS=Not diverse SCTs
    541 
    542 # LOCALIZATION NOTE (netmonitor.perfNotice1/2/3): These are the labels displayed
    543 # in the network table when empty to start performance analysis.
    544 netmonitor.perfNotice1=• Click on the
    545 netmonitor.perfNotice2=button to start performance analysis.
    546 netmonitor.perfNotice3=Analyze
    547 
    548 # LOCALIZATION NOTE (netmonitor.reload1/2/3): These are the labels displayed
    549 # in the network table when empty to start logging network requests.
    550 netmonitor.reloadNotice1=• Perform a request or
    551 netmonitor.reloadNotice2=Reload
    552 netmonitor.reloadNotice3=the page to see detailed information about network activity.
    553 netmonitor.emptyBrowserToolbox=Perform a request to see detailed information about network activity.
    554 
    555 # LOCALIZATION NOTE (netmonitor.toolbar.status3): This is the label displayed
    556 # in the network table toolbar, above the "status" column.
    557 netmonitor.toolbar.status3=Status
    558 
    559 # LOCALIZATION NOTE (netmonitor.toolbar.method): This is the label displayed
    560 # in the network table toolbar, above the "method" column.
    561 netmonitor.toolbar.method=Method
    562 
    563 # LOCALIZATION NOTE (netmonitor.toolbar.override): This is the label displayed
    564 # in the network table toolbar, above the "override" column.
    565 netmonitor.toolbar.override=Override
    566 
    567 # LOCALIZATION NOTE (netmonitor.toolbar.priority): This is the label displayed
    568 # in the network table toolbar, above the "priority" column.
    569 netmonitor.toolbar.priority=Priority
    570 
    571 # LOCALIZATION NOTE (netmonitor.toolbar.file): This is the label displayed
    572 # in the network table toolbar, above the "file" column.
    573 netmonitor.toolbar.file=File
    574 
    575 # LOCALIZATION NOTE (netmonitor.toolbar.path): This is the label displayed
    576 # in the network table toolbar, above the "Path" column.
    577 netmonitor.toolbar.path=Path
    578 
    579 # LOCALIZATION NOTE (netmonitor.toolbar.url): This is the label displayed
    580 # in the network table toolbar, above the "url" column.
    581 netmonitor.toolbar.url=URL
    582 
    583 # LOCALIZATION NOTE (netmonitor.toolbar.protocol): This is the label displayed
    584 # in the network table toolbar, above the "protocol" column.
    585 netmonitor.toolbar.protocol=Protocol
    586 
    587 # LOCALIZATION NOTE (netmonitor.toolbar.domain): This is the label displayed
    588 # in the network table toolbar, above the "domain" column.
    589 netmonitor.toolbar.domain=Domain
    590 
    591 # LOCALIZATION NOTE (netmonitor.toolbar.remoteip): This is the label displayed
    592 # in the network table toolbar, above the "remoteip" column.
    593 netmonitor.toolbar.remoteip=Remote IP
    594 
    595 # LOCALIZATION NOTE (netmonitor.toolbar.initiator): This is the label displayed
    596 # in the network table toolbar, above the "initiator" column.
    597 netmonitor.toolbar.initiator=Initiator
    598 
    599 # LOCALIZATION NOTE (netmonitor.toolbar.type): This is the label displayed
    600 # in the network table toolbar, above the "type" column.
    601 netmonitor.toolbar.type=Type
    602 
    603 # LOCALIZATION NOTE (netmonitor.toolbar.cookies): This is the label displayed
    604 # in the network table toolbar, above the "cookies" column.
    605 netmonitor.toolbar.cookies=Cookies
    606 
    607 # LOCALIZATION NOTE (netmonitor.toolbar.setCookies): This is the label displayed
    608 # in the network table toolbar, above the "set cookies" column.
    609 # Set-Cookie is a HTTP response header. This string is the plural form of it.
    610 # See https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Set-Cookie
    611 netmonitor.toolbar.setCookies=Set-Cookies
    612 
    613 # LOCALIZATION NOTE (netmonitor.toolbar.scheme): This is the label displayed
    614 # in the network table toolbar, above the "scheme" column.
    615 netmonitor.toolbar.scheme=Scheme
    616 
    617 # LOCALIZATION NOTE (netmonitor.toolbar.startTime): This is the label displayed
    618 # in the network table toolbar, above the "start time" column, which is the time
    619 # from start of 1st request until the start of this request.
    620 netmonitor.toolbar.startTime=Start Time
    621 
    622 # LOCALIZATION NOTE (netmonitor.toolbar.endTime): This is the label displayed
    623 # in the network table toolbar, above the "end time" column, which is the time
    624 # from start of 1st request until the end of this response.
    625 netmonitor.toolbar.endTime=End Time
    626 
    627 # LOCALIZATION NOTE (netmonitor.toolbar.responseTime): This is the label displayed
    628 # in the network table toolbar, above the "response time" column, which is the time
    629 # from start of 1st request until the beginning of download of this response.
    630 netmonitor.toolbar.responseTime=Response Time
    631 
    632 # LOCALIZATION NOTE (netmonitor.toolbar.duration): This is the label displayed
    633 # in the network table toolbar, above the "duration" column, which is the time
    634 # from start of this request until the end of this response.
    635 netmonitor.toolbar.duration=Duration
    636 
    637 # LOCALIZATION NOTE (netmonitor.toolbar.latency): This is the label displayed
    638 # in the network table toolbar, above the "latency" column, which is the time
    639 # from end of this request until the beginning of download of this response.
    640 netmonitor.toolbar.latency=Latency
    641 
    642 # LOCALIZATION NOTE (netmonitor.toolbar.transferred): This is the label displayed
    643 # in the network table toolbar, above the "transferred" column and in general
    644 # section of the headers panel, which is the compressed / encoded size.
    645 netmonitor.toolbar.transferred=Transferred
    646 
    647 # LOCALIZATION NOTE (netmonitor.toolbar.contentSize): This is the label displayed
    648 # in the network table toolbar, above the "size" column, which is the
    649 # uncompressed / decoded size.
    650 netmonitor.toolbar.contentSize=Size
    651 
    652 # LOCALIZATION NOTE (netmonitor.toolbar.waterfall): This is the label displayed
    653 # in the network table toolbar, above the "waterfall" column.
    654 netmonitor.toolbar.waterfall=Timeline
    655 
    656 # LOCALIZATION NOTE (netmonitor.ws.toolbar.size): This is the label displayed
    657 # in the messages table header, above the "size" column.
    658 netmonitor.ws.toolbar.size=Size
    659 
    660 # LOCALIZATION NOTE (netmonitor.ws.toolbar.data): This is the label displayed
    661 # in the messages table header, above the "data" column.
    662 netmonitor.ws.toolbar.data=Data
    663 
    664 # LOCALIZATION NOTE (netmonitor.ws.toolbar.opCode): This is the label displayed
    665 # in the messages table header, above the "opCode" column.
    666 netmonitor.ws.toolbar.opCode=OpCode
    667 
    668 # LOCALIZATION NOTE (netmonitor.ws.toolbar.maskBit): This is the label displayed
    669 # in the messages table header, above the "maskBit" column.
    670 netmonitor.ws.toolbar.maskBit=MaskBit
    671 
    672 # LOCALIZATION NOTE (netmonitor.ws.toolbar.finBit): This is the label displayed
    673 # in the messages table header, above the "finBit" column.
    674 netmonitor.ws.toolbar.finBit=FinBit
    675 
    676 # LOCALIZATION NOTE (netmonitor.ws.toolbar.time): This is the label displayed
    677 # in the messages table header, above the "time" column.
    678 netmonitor.ws.toolbar.time=Time
    679 
    680 # LOCALIZATION NOTE (netmonitor.ws.toolbar.eventName): This is the label displayed
    681 # in the messages table header, above the "eventName" column.
    682 netmonitor.ws.toolbar.eventName=Event Name
    683 
    684 # LOCALIZATION NOTE (netmonitor.ws.toolbar.retry): This is the label displayed
    685 # in the messages table header, above the "retry" column.
    686 netmonitor.ws.toolbar.retry=Retry
    687 
    688 # LOCALIZATION NOTE (netmonitor.ws.toolbar.lastEventId): This is the label displayed
    689 # in the messages table header, above the "lastEventId" column.
    690 netmonitor.ws.toolbar.lastEventId=Last Event ID
    691 
    692 # LOCALIZATION NOTE (netmonitor.ws.toolbar.clear): This is the label displayed
    693 # in the messages panel toolbar for the "Clear" button.
    694 netmonitor.ws.toolbar.clear=Clear
    695 
    696 # LOCALIZATION NOTE (netmonitor.ws.toolbar.filterFreetext.label): This is the label
    697 # displayed in the messages panel toolbar for the frames filtering textbox.
    698 netmonitor.ws.toolbar.filterFreetext.label=Filter Messages
    699 
    700 # LOCALIZATION NOTE (netmonitor.ws.toolbar.filterFreetext.key): This is the
    701 # shortcut key to focus on the messages panel toolbar messages filtering textbox
    702 netmonitor.ws.toolbar.filterFreetext.key=CmdOrCtrl+E
    703 
    704 # LOCALIZATION NOTE (netmonitor.ws.toolbar.resetColumns): This is the label
    705 # displayed in the messages panel table header context menu.
    706 netmonitor.ws.toolbar.resetColumns=Reset Columns
    707 
    708 # LOCALIZATION NOTE (netmonitor.ws.context.all): This is the label displayed
    709 # on the context menu that shows "All" WebSocket frames.
    710 netmonitor.ws.context.all=All
    711 
    712 # LOCALIZATION NOTE (netmonitor.ws.context.all.accesskey): This is the access key
    713 # for the "All" menu item displayed in the context menu in the websocket toolbar.
    714 netmonitor.ws.context.all.accesskey=A
    715 
    716 # LOCALIZATION NOTE (netmonitor.ws.context.sent): This is the label displayed
    717 # on the context menu that shows "Sent" WebSocket frames.
    718 netmonitor.ws.context.sent=Sent
    719 
    720 # LOCALIZATION NOTE (netmonitor.ws.context.sent.accesskey): This is the access key
    721 # for the "Sent" menu item displayed in the context menu in the websocket toolbar.
    722 netmonitor.ws.context.sent.accesskey=S
    723 
    724 # LOCALIZATION NOTE (netmonitor.ws.context.received): This is the label displayed
    725 # on the context menu that shows "Received" WebSocket frames.
    726 netmonitor.ws.context.received=Received
    727 
    728 # LOCALIZATION NOTE (netmonitor.ws.context.received.accesskey): This is the access key
    729 # for the "Received" menu item displayed in the context menu in the websocket toolbar.
    730 netmonitor.ws.context.received.accesskey=R
    731 
    732 # LOCALIZATION NOTE (netmonitor.ws.context.controlFrames): This is the label displayed
    733 # on the context menu that shows "Control Frames" WebSocket frames.
    734 netmonitor.ws.context.controlFrames=Control
    735 
    736 # LOCALIZATION NOTE (netmonitor.ws.context.controlFrames.accesskey): This is the access key
    737 # for the "Control Frames" menu item displayed in the context menu in the websocket toolbar.
    738 netmonitor.ws.context.controlFrames.accesskey=o
    739 
    740 # LOCALIZATION NOTE (netmonitor.ws.context.copyFrame): This is the label displayed
    741 # on the context menu that shows "Copy Message".
    742 netmonitor.ws.context.copyFrame=Copy Message
    743 
    744 # LOCALIZATION NOTE (netmonitor.ws.context.copyFrame.accesskey): This is the access key
    745 # for the "Copy Message" menu item displayed in the context menu of a WebSocket frame.
    746 netmonitor.ws.context.copyFrame.accesskey=C
    747 
    748 # LOCALIZATION NOTE (netmonitor.ws.context.copyFrameAsBase64): This is the label displayed
    749 # on the context menu that shows "Copy as Base64" displayed in the context menu of a binary WebSocket frame.
    750 netmonitor.ws.context.copyFrameAsBase64=Copy as Base64
    751 
    752 # LOCALIZATION NOTE (netmonitor.ws.context.copyFrameAsBase64.accesskey): This is the access key
    753 # for the "Copy as Base64" menu item displayed in the context menu of a binary WebSocket frame.
    754 netmonitor.ws.context.copyFrameAsBase64.accesskey=B
    755 
    756 # LOCALIZATION NOTE (netmonitor.ws.context.copyFrameAsHex): This is the label displayed
    757 # on the context menu that shows "Copy as Hex" displayed in the context menu of a binary WebSocket frame.
    758 netmonitor.ws.context.copyFrameAsHex=Copy as Hex
    759 
    760 # LOCALIZATION NOTE (netmonitor.ws.context.copyFrameAsHex.accesskey): This is the access key
    761 # for the "Copy as Hex" menu item displayed in the context menu of a binary WebSocket frame.
    762 netmonitor.ws.context.copyFrameAsHex.accesskey=H
    763 
    764 # LOCALIZATION NOTE (netmonitor.ws.context.copyFrameAsText): This is the label displayed
    765 # on the context menu that shows "Copy as Text" displayed in the context menu of a binary WebSocket frame.
    766 netmonitor.ws.context.copyFrameAsText=Copy as Text
    767 
    768 # LOCALIZATION NOTE (netmonitor.ws.context.copyFrameAsText.accesskey): This is the access key
    769 # for the "Copy as Text" menu item displayed in the context menu of a binary WebSocket frame.
    770 netmonitor.ws.context.copyFrameAsText.accesskey=T
    771 
    772 # LOCALIZATION NOTE (netmonitor.ws.connection.closed): This is the text displayed in the
    773 # websocket messages panel when the connection is closed
    774 netmonitor.ws.connection.closed=Connection Closed
    775 
    776 # LOCALIZATION NOTE (netmonitor.ws.type.sent): This is the label used as
    777 # accessible text for the "sent" type icon in the websocket table's "data" column.
    778 netmonitor.ws.type.sent=Sent
    779 
    780 # LOCALIZATION NOTE (netmonitor.ws.type.received): This is the label used as
    781 # accessible text for the "received" type icon in the websocket table's "data" column.
    782 netmonitor.ws.type.received=Received
    783 
    784 # LOCALIZATION NOTE (netmonitor.ws.rawData.header): This is the label displayed
    785 # in the messages panel identifying the raw data.
    786 netmonitor.ws.rawData.header=Raw Data (%S)
    787 
    788 # LOCALIZATION NOTE (netmonitor.search.toolbar.inputPlaceholder): This is the label
    789 # displayed in the search toolbar for the search input as the placeholder.
    790 netmonitor.search.toolbar.inputPlaceholder=Find in resources…
    791 
    792 # LOCALIZATION NOTE (netmonitor.search.toolbar.close): This is the label
    793 # displayed in the search toolbar to close the search panel.
    794 netmonitor.search.toolbar.close=Close Search Panel
    795 
    796 # LOCALIZATION NOTE (netmonitor.search.toolbar.clear): This is the label
    797 # displayed in the search toolbar to clear the search panel.
    798 netmonitor.search.toolbar.clear=Clear Search Results
    799 
    800 # LOCALIZATION NOTE (netmonitor.search.toolbar.caseSensitive): This is the label
    801 # displayed in the search toolbar to do a case sensitive search.
    802 netmonitor.search.toolbar.caseSensitive=Case Sensitive
    803 
    804 # LOCALIZATION NOTE (netmonitor.search.status.labels.fetching): This is the label
    805 # displayed in the search results status bar when status is set to fetching.
    806 netmonitor.search.status.labels.fetching=Searching…
    807 
    808 # LOCALIZATION NOTE (netmonitor.search.status.labels.canceled): This is the label
    809 # displayed in the search results status bar when status is set to cancelled.
    810 netmonitor.search.status.labels.canceled=Search canceled.
    811 
    812 # LOCALIZATION NOTE (netmonitor.search.status.labels.done): This is the label
    813 # displayed in the search results status bar when status is set to done.
    814 # %1$S is the number of matching lines in search results (netmonitor.search.status.labels.matchingLines)
    815 # %2$S is the number of files in which matching lines were found (netmonitor.search.status.labels.fileCount)
    816 netmonitor.search.status.labels.done=Search finished. %1$S %2$S.
    817 
    818 # LOCALIZATION NOTE (netmonitor.search.status.labels.matchingLines): Semi-colon list of plural forms.
    819 # This is the label displayed in the search results status bar showing matching lines found.
    820 # See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
    821 # #1 is the number of matching lines found
    822 netmonitor.search.status.labels.matchingLines=Found #1 matching line;Found #1 matching lines
    823 
    824 # LOCALIZATION NOTE (netmonitor.search.status.labels.fileCount): Semi-colon list of plural forms.
    825 # This is the label displayed in the search results status bar showing file count
    826 # See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
    827 # #1 is the number of files in which matching lines were found
    828 netmonitor.search.status.labels.fileCount=in #1 file;in #1 files
    829 
    830 # LOCALIZATION NOTE (netmonitor.search.status.labels.error): This is the label
    831 # displayed in the search results status bar when status is set to error.
    832 netmonitor.search.status.labels.error=Search error.
    833 
    834 # LOCALIZATION NOTE (netmonitor.toolbar.requestBlocking): This is the tooltip displayed
    835 # over the toolbar's Request Blocking button
    836 netmonitor.toolbar.requestBlocking=Request Blocking
    837 
    838 # LOCALIZATION NOTE (netmonitor.actionbar.requestBlocking2): This is the label displayed
    839 # in the action bar's request blocking tab
    840 netmonitor.actionbar.requestBlocking2=Blocking
    841 
    842 # LOCALIZATION NOTE (netmonitor.actionbar.enableBlocking): This is the label displayed
    843 # in request blocking tab to represent if requests blocking should be enabled
    844 netmonitor.actionbar.enableBlocking=Enable Request Blocking
    845 
    846 # LOCALIZATION NOTE (netmonitor.actionbar.blockSearchPlaceholder): This is the
    847 # placeholder text for the request addition form
    848 netmonitor.actionbar.blockSearchPlaceholder=Block resource when URL contains
    849 
    850 # LOCALIZATION NOTE (netmonitor.actionbar.removeBlockedUrl): This is the
    851 # tooltip shown over the remove button for blocked URL item
    852 netmonitor.actionbar.removeBlockedUrl=Remove pattern
    853 
    854 # LOCALIZATION NOTE (netmonitor.actionbar.requestBlockingUsageNotice): This is the
    855 # usage notice displayed when network blocking list is empty
    856 netmonitor.actionbar.requestBlockingUsageNotice=Add URL patterns here to block matching requests.
    857 
    858 # LOCALIZATION NOTE (netmonitor.actionbar.requestBlockingAddNotice): This is the
    859 # add notice that explains ways to add blocking pattern that is displayed when
    860 # network blocking list is empty
    861 netmonitor.actionbar.requestBlockingAddNotice=Start by adding a pattern or dragging a row from the network table.
    862 
    863 # LOCALIZATION NOTE (netmonitor.requestBlockingMenu.removeAllBlockedUrls): This is the
    864 # context menu item for removing all blocked URLs
    865 netmonitor.requestBlockingMenu.removeAllBlockedUrls=Remove all
    866 
    867 # LOCALIZATION NOTE (netmonitor.requestBlockingMenu.enableAllBlockedUrls): This is the
    868 # context menu item for enabling all blocked URLs
    869 netmonitor.requestBlockingMenu.enableAllBlockedUrls=Enable all
    870 
    871 # LOCALIZATION NOTE (netmonitor.requestBlockingMenu.disableAllBlockedUrls): This is the
    872 # context menu item for disabling all blocked URLs
    873 netmonitor.requestBlockingMenu.disableAllBlockedUrls=Disable all
    874 
    875 # LOCALIZATION NOTE (netmonitor.actionbar.search): This is the label displayed
    876 # in the action bar's search tab
    877 netmonitor.actionbar.search=Search
    878 
    879 # LOCALIZATION NOTE (netmonitor.actionbar.HTTPCustomRequest): This is the label displayed
    880 # in the action bar's edit and resend tab
    881 netmonitor.actionbar.HTTPCustomRequest=New Request
    882 
    883 # LOCALIZATION NOTE (messagesTruncated): This is the text displayed
    884 # in the messages panel when the number of messages is over the
    885 # truncation limit.
    886 # See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
    887 netmonitor.ws.truncated-messages.warning=#1 message has been truncated to conserve memory;#1 messages have been truncated to conserve memory
    888 
    889 # LOCALIZATION NOTE (disableMessagesTruncation): This is the text displayed
    890 # in the messages panel checkbox label for toggling message truncation.
    891 toggleMessagesTruncation=Keep all future messages
    892 
    893 # LOCALIZATION NOTE (toggleMessagesTruncation.title): This is the title used
    894 # to describe the checkbox used to toggle message truncation.
    895 toggleMessagesTruncation.title=Keep all future messages or continue showing truncated messages
    896 
    897 # LOCALIZATION NOTE (messageDataTruncated): This is the text displayed
    898 # to describe to describe data truncation in the messages panel.
    899 messageDataTruncated=Data has been truncated
    900 
    901 # LOCALIZATION NOTE (netmonitor.tab.headers): This is the label displayed
    902 # in the network details pane identifying the headers tab.
    903 netmonitor.tab.headers=Headers
    904 
    905 # LOCALIZATION NOTE (netmonitor.tab.messages): This is the label displayed
    906 # in the network details pane identifying the messages tab.
    907 netmonitor.tab.messages=Messages
    908 
    909 # LOCALIZATION NOTE (netmonitor.tab.cookies): This is the label displayed
    910 # in the network details pane identifying the cookies tab.
    911 netmonitor.tab.cookies=Cookies
    912 
    913 # LOCALIZATION NOTE (netmonitor.tab.cache): This is the label displayed
    914 # in the network details pane identifying the cache tab.
    915 netmonitor.tab.cache=Cache
    916 
    917 # LOCALIZATION NOTE (netmonitor.tab.params): This is the label displayed
    918 # in the network details pane identifying the params tab.
    919 netmonitor.tab.params=Params
    920 
    921 # LOCALIZATION NOTE (netmonitor.tab.request): This is the label displayed
    922 # in the network details pane identifying the request tab.
    923 netmonitor.tab.request=Request
    924 
    925 # LOCALIZATION NOTE (netmonitor.tab.response): This is the label displayed
    926 # in the network details pane identifying the response tab.
    927 netmonitor.tab.response=Response
    928 
    929 # LOCALIZATION NOTE (netmonitor.tab.response-overridden.tooltip): This is the
    930 # tooltip displayed for the response tab when the response is overridden.
    931 # %S is replaced with the path of the file used for the override.
    932 # For example: path/to/override.html
    933 netmonitor.tab.response-overridden.tooltip= Response (override set to %S)
    934 
    935 # LOCALIZATION NOTE (netmonitor.tab.timings): This is the label displayed
    936 # in the network details pane identifying the timings tab.
    937 netmonitor.tab.timings=Timings
    938 
    939 # LOCALIZATION NOTE (netmonitor.tab.stackTrace): This is the label displayed
    940 # in the network details pane identifying the stack-trace tab.
    941 netmonitor.tab.stackTrace=Stack Trace
    942 
    943 # LOCALIZATION NOTE (netmonitor.tab.security): This is the label displayed
    944 # in the network details pane identifying the security tab.
    945 netmonitor.tab.security=Security
    946 
    947 # LOCALIZATION NOTE (netmonitor.toolbar.filter.all): This is the label displayed
    948 # in the network toolbar for the "All" filtering button.
    949 netmonitor.toolbar.filter.all=All
    950 
    951 # LOCALIZATION NOTE (netmonitor.toolbar.filter.html): This is the label displayed
    952 # in the network toolbar for the "HTML" filtering button.
    953 netmonitor.toolbar.filter.html=HTML
    954 
    955 # LOCALIZATION NOTE (netmonitor.toolbar.filter.css): This is the label displayed
    956 # in the network toolbar for the "CSS" filtering button.
    957 netmonitor.toolbar.filter.css=CSS
    958 
    959 # LOCALIZATION NOTE (netmonitor.toolbar.filter.js): This is the label displayed
    960 # in the network toolbar for the "JS" filtering button.
    961 netmonitor.toolbar.filter.js=JS
    962 
    963 # LOCALIZATION NOTE (netmonitor.toolbar.filter.xhr): This is the label displayed
    964 # in the network toolbar for the "XHR" filtering button.
    965 netmonitor.toolbar.filter.xhr=XHR
    966 
    967 # LOCALIZATION NOTE (netmonitor.toolbar.filter.fonts): This is the label displayed
    968 # in the network toolbar for the "Fonts" filtering button.
    969 netmonitor.toolbar.filter.fonts=Fonts
    970 
    971 # LOCALIZATION NOTE (netmonitor.toolbar.filter.images): This is the label displayed
    972 # in the network toolbar for the "Images" filtering button.
    973 netmonitor.toolbar.filter.images=Images
    974 
    975 # LOCALIZATION NOTE (netmonitor.toolbar.filter.media): This is the label displayed
    976 # in the network toolbar for the "Media" filtering button.
    977 netmonitor.toolbar.filter.media=Media
    978 
    979 # LOCALIZATION NOTE (netmonitor.toolbar.filter.flash): This is the label displayed
    980 # in the network toolbar for the "Flash" filtering button.
    981 netmonitor.toolbar.filter.flash=Flash
    982 
    983 # LOCALIZATION NOTE (netmonitor.toolbar.filter.ws): This is the label displayed
    984 # in the network toolbar for the "WS" filtering button.
    985 netmonitor.toolbar.filter.ws=WS
    986 
    987 # LOCALIZATION NOTE (netmonitor.toolbar.filter.other): This is the label displayed
    988 # in the network toolbar for the "Other" filtering button.
    989 netmonitor.toolbar.filter.other=Other
    990 
    991 # LOCALIZATION NOTE (netmonitor.toolbar.filterFreetext.label): This is the label
    992 # displayed in the network toolbar for the url filtering textbox.
    993 netmonitor.toolbar.filterFreetext.label=Filter URLs
    994 
    995 # LOCALIZATION NOTE (netmonitor.toolbar.filterFreetext.key): This is the
    996 # shortcut key to focus on the toolbar url filtering textbox
    997 netmonitor.toolbar.filterFreetext.key=CmdOrCtrl+F
    998 
    999 # LOCALIZATION NOTE (netmonitor.toolbar.search.key): This is the
   1000 # shortcut key to toggle the search panel
   1001 netmonitor.toolbar.search.key=CmdOrCtrl+Shift+F
   1002 
   1003 # LOCALIZATION NOTE (netmonitor.toolbar.copy.key): This is the
   1004 # shortcut key to copy a selected request url from the network table
   1005 netmonitor.toolbar.copy.key=CmdOrCtrl+C
   1006 
   1007 # LOCALIZATION NOTE (netmonitor.toolbar.filterFreetext.learnMore): This is
   1008 # the title used for MDN icon in filtering textbox
   1009 netmonitor.toolbar.filterFreetext.learnMore=Learn more about filtering
   1010 
   1011 # LOCALIZATION NOTE (netmonitor.toolbar.enablePersistentLogs.label): This is the label
   1012 # displayed for the checkbox for enabling persistent logs.
   1013 netmonitor.toolbar.enablePersistentLogs.label=Persist Logs
   1014 
   1015 # LOCALIZATION NOTE (netmonitor.toolbar.enablePersistentLogs.tooltip): This is the tooltip
   1016 # displayed for the checkbox for enabling persistent logs.
   1017 netmonitor.toolbar.enablePersistentLogs.tooltip=If you enable this option the requests list will not be cleared each time you navigate to a new page
   1018 
   1019 # LOCALIZATION NOTE (netmonitor.toolbar.disableCache.label): This is the label
   1020 # displayed for the checkbox for disabling browser cache.
   1021 netmonitor.toolbar.disableCache.label=Disable Cache
   1022 
   1023 # LOCALIZATION NOTE (netmonitor.toolbar.disableCache.tooltip): This is the tooltip
   1024 # displayed for the checkbox for disabling browser cache.
   1025 netmonitor.toolbar.disableCache.tooltip=Disable HTTP cache
   1026 
   1027 # LOCALIZATION NOTE (netmonitor.toolbar.clear): This is the label displayed
   1028 # in the network toolbar for the "Clear" button.
   1029 netmonitor.toolbar.clear=Clear
   1030 
   1031 # LOCALIZATION NOTE (netmonitor.toolbar.toggleRecording): This is the label displayed
   1032 # in the network toolbar for the toggle recording button.
   1033 netmonitor.toolbar.toggleRecording=Pause/Resume recording network log
   1034 
   1035 # LOCALIZATION NOTE (netmonitor.toolbar.search): This is the tooltip label displayed
   1036 # in the network toolbar for the search  button.
   1037 netmonitor.toolbar.search=Search
   1038 
   1039 # LOCALIZATION NOTE (netmonitor.toolbar.HTTPCustomRequest): This is the tooltip label displayed
   1040 # in the network toolbar for the new HTTP Custom Request button.
   1041 netmonitor.toolbar.HTTPCustomRequest=New Request
   1042 
   1043 # LOCALIZATION NOTE (netmonitor.toolbar.resetColumns): This is the label
   1044 # displayed in the network table header context menu.
   1045 netmonitor.toolbar.resetColumns=Reset Columns
   1046 
   1047 # LOCALIZATION NOTE (netmonitor.toolbar.resetSorting): This is the label
   1048 # displayed in the network table header context menu to reset sorting
   1049 netmonitor.toolbar.resetSorting=Reset Sorting
   1050 
   1051 # LOCALIZATION NOTE (netmonitor.toolbar.resizeColumnToFitContent): This is the label
   1052 # displayed in the network table header context menu to resize a column to fit its content
   1053 netmonitor.toolbar.resizeColumnToFitContent=Resize Column To Fit Content
   1054 
   1055 # LOCALIZATION NOTE (netmonitor.toolbar.resizeColumnToFitContent.title): This is the title
   1056 # tooltip displayed when draggable resizer in network table headers is hovered
   1057 netmonitor.toolbar.resizeColumnToFitContent.title=Double-click to fit column to content
   1058 
   1059 # LOCALIZATION NOTE (netmonitor.toolbar.timings): This is the label
   1060 # displayed in the network table header context menu for the timing submenu
   1061 netmonitor.toolbar.timings=Timings
   1062 
   1063 # LOCALIZATION NOTE (netmonitor.toolbar.responseHeaders): This is the
   1064 # label displayed in the network table header context menu for the
   1065 # response headers submenu.
   1066 netmonitor.toolbar.responseHeaders=Response Headers
   1067 
   1068 # LOCALIZATION NOTE (netmonitor.headers.toolbar.block): This is the
   1069 # label displayed in the network details headers tab identifying the
   1070 # block url toolbar button.
   1071 netmonitor.headers.toolbar.block=Block
   1072 
   1073 # LOCALIZATION NOTE (netmonitor.headers.address): This is the label displayed
   1074 # in the network details headers tab identifying the remote address.
   1075 netmonitor.headers.address=Address
   1076 
   1077 # LOCALIZATION NOTE (netmonitor.headers.proxyAddress): This is the label displayed
   1078 # in the network details headers tab identifying the proxy address.
   1079 netmonitor.headers.proxyAddress=Proxy Address
   1080 
   1081 # LOCALIZATION NOTE (netmonitor.headers.earlyHintsStatus): This is the label displayed
   1082 # in the network details headers tab identifying the early hints status code.
   1083 # `Early Hints` is an HTTP status and should not be translated.
   1084 netmonitor.headers.earlyHintsStatus=Early Hints Status
   1085 
   1086 # LOCALIZATION NOTE (netmonitor.headers.status): This is the label displayed
   1087 # in the network details headers tab identifying the status code.
   1088 netmonitor.headers.status=Status
   1089 
   1090 # LOCALIZATION NOTE (netmonitor.headers.proxyStatus): This is the label displayed
   1091 # in the network details headers tab identifying the status code for the proxy.
   1092 netmonitor.headers.proxyStatus=Proxy Status
   1093 
   1094 # LOCALIZATION NOTE (netmonitor.headers.size): This is the label displayed
   1095 # in the network details headers tab identifying the size.
   1096 netmonitor.headers.size=Size
   1097 
   1098 # LOCALIZATION NOTE (networkMenu.headers.sizeDetails): This label is displayed
   1099 # in the network details headers tab providing the size details.
   1100 # %1$S is the transferred size, %2$S is the size.
   1101 netmonitor.headers.sizeDetails=%1$S (%2$S size)
   1102 
   1103 # LOCALIZATION NOTE (netmonitor.headers.version): This is the label displayed
   1104 # in the network details headers tab identifying the http version.
   1105 netmonitor.headers.version=Version
   1106 
   1107 # LOCALIZATION NOTE (netmonitor.headers.proxyVersion): This is the label displayed
   1108 # in the network details headers tab identifying the http version of the proxy.
   1109 netmonitor.headers.proxyVersion=Proxy Version
   1110 
   1111 # LOCALIZATION NOTE (netmonitor.summary.learnMore): This is the label displayed
   1112 # in the network details headers tab, with a link to external documentation for
   1113 # status codes.
   1114 netmonitor.summary.learnMore=Learn more about status code
   1115 
   1116 # LOCALIZATION NOTE (netmonitor.headers.referrerPolicy): This is the label displayed
   1117 # in the network details headers tab identifying the referrer policy.
   1118 netmonitor.headers.referrerPolicy=Referrer Policy
   1119 
   1120 # LOCALIZATION NOTE (netmonitor.headers.contentBlocking): This is the label displayed
   1121 # in the network details headers tab identifying the content blocking mode.
   1122 netmonitor.headers.contentBlocking=Blocking
   1123 
   1124 # LOCALIZATION NOTE (netmonitor.headers.requestPriority): This is the label displayed
   1125 # in the network details headers tab identifying the request priority.
   1126 netmonitor.headers.requestPriority=Request Priority
   1127 
   1128 # LOCALIZATION NOTE (netmonitor.headers.dns): This is the label displayed
   1129 # in the network details headers tab identifying the DNS resolution.
   1130 netmonitor.headers.dns=DNS Resolution
   1131 
   1132 # LOCALIZATION NOTE (netmonitor.headers.dns.basic): This is the label value displayed
   1133 # in the network details headers tab identifying the Basic DNS resolution.
   1134 netmonitor.headers.dns.basic=System
   1135 
   1136 # LOCALIZATION NOTE (netmonitor.headers.dns.doh): This is the label value displayed
   1137 # in the network details headers tab identifying the DNS over HTTPS resolution.
   1138 netmonitor.headers.dns.overHttps=DNS over HTTPS
   1139 
   1140 # LOCALIZATION NOTE (netmonitor.summary.editAndResend): This is the label displayed
   1141 # on the button in the headers tab that opens a form to edit and resend the currently
   1142 # displayed request
   1143 netmonitor.summary.editAndResend=Edit and Resend
   1144 
   1145 # LOCALIZATION NOTE (netmonitor.headers.raw): This is the label displayed
   1146 # on the button in the headers tab that toggle view for raw request/response headers
   1147 # from the currently displayed request
   1148 netmonitor.headers.raw=Raw
   1149 
   1150 # LOCALIZATION NOTE (netmonitor.headers.blockedByCORS): This is the message displayed
   1151 # in the notification shown when a request has been blocked by CORS with a more
   1152 # specific reason shown in the parenthesis
   1153 netmonitor.headers.blockedByCORS=Response body is not available to scripts (Reason: %S)
   1154 
   1155 #LOCALIZATION NOTE (netmonitor.headers.blockedByCORSTooltip): This is the tooltip
   1156 # displayed on the learnmore link of the blocked by CORS notification.
   1157 netmonitor.headers.blockedByCORSTooltip=Learn more about this CORS error
   1158 
   1159 # LOCALIZATION NOTE (netmonitor.response.name): This is the label displayed
   1160 # in the network details response tab identifying an image's file name or font face's name.
   1161 netmonitor.response.name=Name:
   1162 
   1163 # LOCALIZATION NOTE (netmonitor.response.dimensions): This is the label displayed
   1164 # in the network details response tab identifying an image's dimensions.
   1165 netmonitor.response.dimensions=Dimensions:
   1166 
   1167 # LOCALIZATION NOTE (netmonitor.response.mime): This is the label displayed
   1168 # in the network details response tab identifying an image's or font's MIME type.
   1169 netmonitor.response.mime=MIME Type:
   1170 
   1171 # LOCALIZATION NOTE (netmonitor.response.fontPreviewFailed): This is the notice displayed
   1172 # in the network details response tab if the font preview could not be generated due to
   1173 # an error.
   1174 netmonitor.response.fontPreviewFailed=Font preview could not be generated
   1175 
   1176 # LOCALIZATION NOTE (netmonitor.timings.blocked): This is the label displayed
   1177 # in the network details timings tab identifying the amount of time spent
   1178 # in a "blocked" state.
   1179 netmonitor.timings.blocked=Blocked:
   1180 
   1181 # LOCALIZATION NOTE (netmonitor.timings.dns): This is the label displayed
   1182 # in the network details timings tab identifying the amount of time spent
   1183 # in a "dns" state.
   1184 netmonitor.timings.dns=DNS Resolution:
   1185 
   1186 # LOCALIZATION NOTE (netmonitor.timings.ssl): This is the label displayed
   1187 # in the network details timings tab identifying the amount of time spent
   1188 # in a "tls" handshake state.
   1189 netmonitor.timings.ssl=TLS Setup:
   1190 
   1191 # LOCALIZATION NOTE (netmonitor.timings.connect): This is the label displayed
   1192 # in the network details timings tab identifying the amount of time spent
   1193 # in a "connect" state.
   1194 netmonitor.timings.connect=Connecting:
   1195 
   1196 # LOCALIZATION NOTE (netmonitor.timings.send): This is the label displayed
   1197 # in the network details timings tab identifying the amount of time spent
   1198 # in a "send" state.
   1199 netmonitor.timings.send=Sending:
   1200 
   1201 # LOCALIZATION NOTE (netmonitor.timings.wait): This is the label displayed
   1202 # in the network details timings tab identifying the amount of time spent
   1203 # in a "wait" state.
   1204 netmonitor.timings.wait=Waiting:
   1205 
   1206 # LOCALIZATION NOTE (netmonitor.timings.receive): This is the label displayed
   1207 # in the network details timings tab identifying the amount of time spent
   1208 # in a "receive" state.
   1209 netmonitor.timings.receive=Receiving:
   1210 
   1211 # LOCALIZATION NOTE (netmonitor.timings.launchServiceWorker): This is the label displayed
   1212 # in the network details timings tab identifying the amount of time spent
   1213 # during the launch of the service worker.
   1214 netmonitor.timings.launchServiceWorker=Startup:
   1215 
   1216 # LOCALIZATION NOTE (netmonitor.timings.requestToServiceWorker): This is the label displayed
   1217 # in the network details timings tab identifying the amount of time spent while a request is
   1218 # made to the service worker.
   1219 netmonitor.timings.requestToServiceWorker=Dispatch fetch:
   1220 
   1221 # LOCALIZATION NOTE (netmonitor.timings.handledByServiceWorker): This is the label displayed
   1222 # in the network details timings tab identifying the amount of time spent while a request is
   1223 # handled by the service worker.
   1224 netmonitor.timings.handledByServiceWorker=Handle fetch:
   1225 
   1226 # LOCALIZATION NOTE (netmonitor.timings.learnMore): This is the label displayed
   1227 # in the network details timings tab, with a link to external documentation
   1228 netmonitor.timings.learnMore=Learn more about timings
   1229 
   1230 # LOCALIZATION NOTE (netmonitor.audits.slowIconTooltip): This is the tooltip text displayed
   1231 # in the network request list file column, on the slow icon button.
   1232 # %1$S is the waiting time %2$S is the slow threshold.
   1233 netmonitor.audits.slowIconTooltip=Slow server response time (%1$S). The recommended limit is %2$S.
   1234 
   1235 # LOCALIZATION NOTE (netmonitor.security.warning.cipher): A tooltip
   1236 # for warning icon that indicates a connection uses insecure cipher suite.
   1237 netmonitor.security.warning.cipher=The cipher used for encryption is deprecated and insecure.
   1238 
   1239 # LOCALIZATION NOTE (netmonitor.security.error): This is the label displayed
   1240 # in the security tab if a security error prevented the connection.
   1241 netmonitor.security.error=An error occurred:
   1242 
   1243 # LOCALIZATION NOTE (netmonitor.security.protocolVersion): This is the label displayed
   1244 # in the security tab describing TLS/SSL protocol version.
   1245 netmonitor.security.protocolVersion=Protocol version:
   1246 
   1247 # LOCALIZATION NOTE (netmonitor.security.cipherSuite): This is the label displayed
   1248 # in the security tab describing the cipher suite used to secure this connection.
   1249 netmonitor.security.cipherSuite=Cipher suite:
   1250 
   1251 # LOCALIZATION NOTE (netmonitor.security.keaGroup): This is the label displayed
   1252 # in the security tab describing the key exchange group suite used to secure
   1253 # this connection.
   1254 netmonitor.security.keaGroup=Key Exchange Group:
   1255 
   1256 # LOCALIZATION NOTE (netmonitor.security.keaGroup.none): This is the label
   1257 # displayed in the security tab describing the case when no group was used.
   1258 netmonitor.security.keaGroup.none=none
   1259 
   1260 # LOCALIZATION NOTE (netmonitor.security.keaGroup.custom): This is the label
   1261 # displayed in the security tab describing the case when a custom group was used.
   1262 netmonitor.security.keaGroup.custom=custom
   1263 
   1264 # LOCALIZATION NOTE (netmonitor.security.keaGroup.unknown): This is the value
   1265 # displayed in the security tab describing an unknown group.
   1266 netmonitor.security.keaGroup.unknown=unknown group
   1267 
   1268 # LOCALIZATION NOTE (netmonitor.security.signatureScheme): This is the label
   1269 # displayed in the security tab describing the signature scheme used by for
   1270 # the server certificate in this connection.
   1271 netmonitor.security.signatureScheme=Signature Scheme:
   1272 
   1273 # LOCALIZATION NOTE (netmonitor.security.signatureScheme.none): This is the
   1274 # label displayed in the security tab describing the case when no signature
   1275 # was used.
   1276 netmonitor.security.signatureScheme.none=none
   1277 
   1278 # LOCALIZATION NOTE (netmonitor.security.signatureScheme.unknown): This is the
   1279 # value displayed in the security tab describing an unknown signature scheme.
   1280 netmonitor.security.signatureScheme.unknown=unknown signature scheme
   1281 
   1282 # LOCALIZATION NOTE (netmonitor.security.hsts): This is the label displayed
   1283 # in the security tab describing the usage of HTTP Strict Transport Security.
   1284 netmonitor.security.hsts=HTTP Strict Transport Security:
   1285 
   1286 # LOCALIZATION NOTE (netmonitor.security.hpkp): This is the label displayed
   1287 # in the security tab describing the usage of Public Key Pinning.
   1288 netmonitor.security.hpkp=Public Key Pinning:
   1289 
   1290 # LOCALIZATION NOTE (netmonitor.security.connection): This is the label displayed
   1291 # in the security tab describing the section containing information related to
   1292 # the secure connection.
   1293 netmonitor.security.connection=Connection:
   1294 
   1295 # LOCALIZATION NOTE (netmonitor.security.certificate): This is the label displayed
   1296 # in the security tab describing the server certificate section.
   1297 netmonitor.security.certificate=Certificate:
   1298 
   1299 # LOCALIZATION NOTE (netmonitor.trackingResource.tooltip): This is the label used
   1300 # in the Network monitor panel as a tooltip for tracking resource icon.
   1301 netmonitor.trackingResource.tooltip=This URL matches a known tracker and it would be blocked with Content Blocking enabled.
   1302 
   1303 # LOCALIZATION NOTE (netmonitor.trackingResource.enhancedTrackingProtection): This is
   1304 # the label used in the Network monitor panel for showing enhanced tracking protection.
   1305 netmonitor.trackingResource.enhancedTrackingProtection=Enhanced Tracking Protection
   1306 
   1307 # LOCALIZATION NOTE (netmonitor.enhancedTrackingProtection.learnMore): This is the label
   1308 # displayed in the network details headers tab, with a link to external documentation for
   1309 # enhanced tracking protection.
   1310 netmonitor.enhancedTrackingProtection.learnMore=Learn more about enhanced tracking protection
   1311 
   1312 # LOCALIZATION NOTE (netmonitor.context.copyValue): This is the label displayed
   1313 # for the copy sub-menu in the context menu for a request
   1314 netmonitor.context.copyValue=Copy Value
   1315 
   1316 # LOCALIZATION NOTE (netmonitor.context.copyValue.accesskey): This is the access key
   1317 # for the copy menu/sub-menu displayed in the context menu for a request
   1318 netmonitor.context.copyValue.accesskey=C
   1319 
   1320 # LOCALIZATION NOTE (netmonitor.context.copyUrl): This is the label displayed
   1321 # on the context menu that copies the selected request's url
   1322 netmonitor.context.copyUrl=Copy URL
   1323 
   1324 # LOCALIZATION NOTE (netmonitor.context.copyUrl.accesskey): This is the access key
   1325 # for the Copy URL menu item displayed in the context menu for a request
   1326 netmonitor.context.copyUrl.accesskey=U
   1327 
   1328 # LOCALIZATION NOTE (netmonitor.context.copyUrlParams): This is the label displayed
   1329 # on the context menu that copies the selected request's url parameters
   1330 netmonitor.context.copyUrlParams=Copy URL Parameters
   1331 
   1332 # LOCALIZATION NOTE (netmonitor.context.copyUrlParams.accesskey): This is the access key
   1333 # for the Copy URL Parameters menu item displayed in the context menu for a request
   1334 netmonitor.context.copyUrlParams.accesskey=P
   1335 
   1336 # LOCALIZATION NOTE (netmonitor.context.copyRequestData): This is the label displayed
   1337 # on the context menu that copies the selected request's data
   1338 netmonitor.context.copyRequestData=Copy %S Data
   1339 
   1340 # LOCALIZATION NOTE (netmonitor.context.copyRequestData.accesskey): This is the access key
   1341 # for the Copy POST/PATCH/PUT/DELETE Data menu item displayed in the context menu for a request
   1342 netmonitor.context.copyRequestData.accesskey=D
   1343 
   1344 # LOCALIZATION NOTE (netmonitor.context.copyAsPowerShell): This is the label displayed
   1345 # on the context menu that copies the selected request as a PowerShell command.
   1346 netmonitor.context.copyAsPowerShell=Copy as PowerShell
   1347 
   1348 # LOCALIZATION NOTE (netmonitor.context.copyAsPowerShell.accesskey): This is the access key
   1349 # for the Copy as PowerShell menu item displayed in the context menu for a request
   1350 netmonitor.context.copyAsPowerShell.accesskey=S
   1351 
   1352 # LOCALIZATION NOTE (netmonitor.context.copyAsCurl): This is the label displayed
   1353 # on the context menu that copies the selected request as a cURL command.
   1354 # The capitalization is part of the official name and should be used throughout all languages.
   1355 # http://en.wikipedia.org/wiki/CURL
   1356 netmonitor.context.copyAsCurl=Copy as cURL
   1357 
   1358 # LOCALIZATION NOTE (netmonitor.context.copyAsCurl.accesskey): This is the access key
   1359 # for the Copy as cURL menu item displayed in the context menu for a request
   1360 netmonitor.context.copyAsCurl.accesskey=C
   1361 
   1362 # LOCALIZATION NOTE (netmonitor.context.copyAsCurl.*): This is the template used to add
   1363 # a target platform to the label for "Copy as cURL" command
   1364 # e.g. Copy as cURL (Windows)
   1365 # Localized label for "Copy as cURL": %S
   1366 netmonitor.context.copyAsCurl.win=%S (Windows)
   1367 netmonitor.context.copyAsCurl.win.accesskey=C
   1368 netmonitor.context.copyAsCurl.posix=%S (POSIX)
   1369 netmonitor.context.copyAsCurl.posix.accesskey=P
   1370 
   1371 # LOCALIZATION NOTE (netmonitor.context.copyAsFetch): This is the label displayed
   1372 # on the context menu that copies the selected request as a fetch request.
   1373 netmonitor.context.copyAsFetch=Copy as Fetch
   1374 
   1375 # LOCALIZATION NOTE (netmonitor.context.copyAsFetch.accesskey): This is the access key
   1376 # for the Copy as fetch menu item displayed in the context menu for a request
   1377 netmonitor.context.copyAsFetch.accesskey=F
   1378 
   1379 # LOCALIZATION NOTE (netmonitor.context.copyRequestHeaders): This is the label displayed
   1380 # on the context menu that copies the selected item's request headers
   1381 netmonitor.context.copyRequestHeaders=Copy Request Headers
   1382 
   1383 # LOCALIZATION NOTE (netmonitor.context.copyRequestHeaders.accesskey): This is the access key
   1384 # for the Copy Request Headers menu item displayed in the context menu for a request
   1385 netmonitor.context.copyRequestHeaders.accesskey=q
   1386 
   1387 # LOCALIZATION NOTE (netmonitor.context.copyResponseHeaders): This is the label displayed
   1388 # on the context menu that copies the selected item's response headers
   1389 netmonitor.context.copyResponseHeaders=Copy Response Headers
   1390 
   1391 # LOCALIZATION NOTE (netmonitor.context.copyResponseHeaders.accesskey): This is the access key
   1392 # for the Copy Response Headers menu item displayed in the context menu for a response
   1393 netmonitor.context.copyResponseHeaders.accesskey=s
   1394 
   1395 # LOCALIZATION NOTE (netmonitor.context.copyResponse): This is the label displayed
   1396 # on the context menu that copies the selected response as a string
   1397 netmonitor.context.copyResponse=Copy Response
   1398 
   1399 # LOCALIZATION NOTE (netmonitor.context.copyResponse.accesskey): This is the access key
   1400 # for the Copy Response menu item displayed in the context menu for a request
   1401 netmonitor.context.copyResponse.accesskey=R
   1402 
   1403 # LOCALIZATION NOTE (netmonitor.context.copyImageAsDataUri): This is the label displayed
   1404 # on the context menu that copies the selected image as data uri
   1405 netmonitor.context.copyImageAsDataUri=Copy Image as Data URI
   1406 
   1407 # LOCALIZATION NOTE (netmonitor.context.copyImageAsDataUri.accesskey): This is the access key
   1408 # for the Copy Image As Data URI menu item displayed in the context menu for a request
   1409 netmonitor.context.copyImageAsDataUri.accesskey=I
   1410 
   1411 # LOCALIZATION NOTE (netmonitor.context.setOverride): This is the label displayed
   1412 # on the context menu that sets a network override for the URL of the request.
   1413 # Note that the netmonitor.context.setOverride menu item is only displayed when
   1414 # netmonitor.context.removeOverride is not displayed and vice versa.
   1415 netmonitor.context.setOverride=Set Network Override
   1416 
   1417 # LOCALIZATION NOTE (netmonitor.context.setOverride.accesskey): This is the access key
   1418 # for the Set Network Override menu item displayed in the context menu for a request.
   1419 netmonitor.context.setOverride.accesskey=O
   1420 
   1421 # LOCALIZATION NOTE (netmonitor.context.removeOverride): This is the label displayed
   1422 # on the context menu that removes a network override for the URL of the request.
   1423 # Note that the netmonitor.context.removeOverride menu item is only displayed when
   1424 # netmonitor.context.setOverride is not displayed and vice versa.
   1425 netmonitor.context.removeOverride=Remove Network Override
   1426 
   1427 # LOCALIZATION NOTE (netmonitor.context.removeOverride.accesskey): This is the access key
   1428 # for the Remove Network Override menu item displayed in the context menu for a request.
   1429 netmonitor.context.removeOverride.accesskey=O
   1430 
   1431 # LOCALIZATION NOTE (netmonitor.context.useAsFetch): This is the label displayed
   1432 # on the context menu that copies the selected request as a fetch command.
   1433 netmonitor.context.useAsFetch=Use as Fetch in Console
   1434 
   1435 # LOCALIZATION NOTE (netmonitor.context.useAsFetch.accesskey): This is the access key
   1436 # for the Copy as fetch menu item displayed in the context menu for a request
   1437 netmonitor.context.useAsFetch.accesskey=F
   1438 
   1439 # LOCALIZATION NOTE (netmonitor.context.saveResponseAs): This is the label displayed
   1440 # on the context menu that saves the response
   1441 netmonitor.context.saveResponseAs=Save Response As
   1442 
   1443 # LOCALIZATION NOTE (netmonitor.context.saveResponseAs.accesskey): This is the access key
   1444 # for the Save Response As menu item displayed in the context menu for a request
   1445 netmonitor.context.saveResponseAs.accesskey=v
   1446 
   1447 # LOCALIZATION NOTE (netmonitor.context.copyAll): This is the label displayed
   1448 # on the context menu that copies all data
   1449 netmonitor.context.copyAll=Copy All
   1450 
   1451 # LOCALIZATION NOTE (netmonitor.context.copyAll.accesskey): This is the access key
   1452 # for the Copy All menu item displayed in the context menu for a properties view panel
   1453 netmonitor.context.copyAll.accesskey=A
   1454 
   1455 # LOCALIZATION NOTE (netmonitor.context.copyAllAsHar): This is the label displayed
   1456 # on the context menu that copies all as HAR format
   1457 netmonitor.context.copyAllAsHar=Copy All As HAR
   1458 
   1459 # LOCALIZATION NOTE (netmonitor.context.copyAllAsHar.accesskey): This is the access key
   1460 # for the Copy All As HAR menu item displayed in the context menu for a network panel
   1461 netmonitor.context.copyAllAsHar.accesskey=o
   1462 
   1463 # LOCALIZATION NOTE (netmonitor.context.saveAsHar): This is the label displayed
   1464 # on the context menu that saves the selected request as HAR format
   1465 netmonitor.context.saveAsHar=Save As HAR
   1466 
   1467 # LOCALIZATION NOTE (netmonitor.context.saveAsHar.accesskey): This is the access key
   1468 # for the Save As HAR menu item displayed in the context menu for a request
   1469 netmonitor.context.saveAsHar.accesskey=H
   1470 
   1471 # LOCALIZATION NOTE (netmonitor.context.saveAllAsHar): This is the label displayed
   1472 # on the context menu that saves all as HAR format
   1473 netmonitor.context.saveAllAsHar=Save All As HAR
   1474 
   1475 # LOCALIZATION NOTE (netmonitor.context.saveAllAsHar.accesskey): This is the access key
   1476 # for the Save All As HAR menu item displayed in the context menu for a network panel
   1477 netmonitor.context.saveAllAsHar.accesskey=H
   1478 
   1479 # LOCALIZATION NOTE (netmonitor.context.importHar.accesskey): This is the access key
   1480 # for the Import HAR menu item displayed in the context menu for a network panel
   1481 netmonitor.context.importHar.accesskey=I
   1482 
   1483 # LOCALIZATION NOTE (netmonitor.context.hintRequestNotAvailable): This is the label
   1484 # displayed on the context menu for requests in search-panel result entries when no
   1485 # other operations are possible as the request no longer exists.
   1486 netmonitor.context.hintRequestNotAvailable=No operations possible because the request is no longer available
   1487 
   1488 # LOCALIZATION NOTE (netmonitor.har.importHarDialogTitle): This is a label
   1489 # used for import file open dialog
   1490 netmonitor.har.importHarDialogTitle=Import HAR File
   1491 
   1492 # LOCALIZATION NOTE (netmonitor.har.importDialogHARFilter):
   1493 # This string is displayed as a filter for importing HAR file
   1494 netmonitor.har.importDialogHARFilter=HAR Files
   1495 
   1496 # LOCALIZATION NOTE (netmonitor.har.importDialogAllFilter):
   1497 # This string is displayed as a filter for importing HAR file
   1498 netmonitor.har.importDialogAllFilter=All Files
   1499 
   1500 # LOCALIZATION NOTE (netmonitor.context.resend.label): This is the label displayed
   1501 # on the context menu that resends the currently displayed request immediately
   1502 netmonitor.context.resend.label=Resend
   1503 
   1504 # LOCALIZATION NOTE (netmonitor.context.resend.accesskey): This is the access key
   1505 # for the "Resend" menu item displayed in the context menu for a request
   1506 netmonitor.context.resend.accesskey=n
   1507 
   1508 # LOCALIZATION NOTE (netmonitor.context.editAndResend): This is the label displayed
   1509 # on the context menu that opens a form to edit and resend the currently
   1510 # displayed request
   1511 netmonitor.context.editAndResend=Edit and Resend
   1512 
   1513 # LOCALIZATION NOTE (netmonitor.context.editAndResend.accesskey): This is the access key
   1514 # for the "Edit and Resend" menu item displayed in the context menu for a request
   1515 netmonitor.context.editAndResend.accesskey=E
   1516 
   1517 # LOCALIZATION NOTE (netmonitor.context.blockURL): This is the label displayed
   1518 # on the context menu that blocks any requests matching the selected request's URL.
   1519 netmonitor.context.blockURL=Block URL
   1520 
   1521 # LOCALIZATION NOTE (netmonitor.context.unblockURL): This is the label displayed
   1522 # on the context menu that unblocks any requests matching the selected request's URL.
   1523 netmonitor.context.unblockURL=Unblock URL
   1524 
   1525 # LOCALIZATION NOTE (netmonitor.context.newTab):  This is the label
   1526 # for the Open in New Tab menu item displayed in the context menu of the
   1527 # network container
   1528 netmonitor.context.newTab=Open in New Tab
   1529 
   1530 # LOCALIZATION NOTE (netmonitor.context.newTab.accesskey): This is the access key
   1531 # for the Open in New Tab menu item displayed in the context menu of the
   1532 # network container
   1533 netmonitor.context.newTab.accesskey=T
   1534 
   1535 # LOCALIZATION NOTE (netmonitor.context.openInDebugger):  This is the label
   1536 # for the Open in Debugger menu item displayed in the context menu of the
   1537 # network container
   1538 netmonitor.context.openInDebugger=Open in Debugger
   1539 
   1540 # LOCALIZATION NOTE (netmonitor.context.openInDebugger.accesskey): This is the access key
   1541 # for the Open in Debugger menu item displayed in the context menu of the
   1542 # network container
   1543 netmonitor.context.openInDebugger.accesskey=D
   1544 
   1545 # LOCALIZATION NOTE (netmonitor.context.openInStyleEditor):  This is the label
   1546 # for the Open in Style Editor menu item displayed in the context menu of the
   1547 # network container
   1548 netmonitor.context.openInStyleEditor=Open in Style Editor
   1549 
   1550 # LOCALIZATION NOTE (netmonitor.context.openInStyleEditor.accesskey): This is
   1551 # the access key for the Open in Style Editor menu item displayed in the
   1552 # context menu of the network container
   1553 netmonitor.context.openInStyleEditor.accesskey=S
   1554 
   1555 # LOCALIZATION NOTE (netmonitor.context.perfTools): This is the label displayed
   1556 # on the context menu that shows the performance analysis tools
   1557 netmonitor.context.perfTools=Start Performance Analysis…
   1558 
   1559 # LOCALIZATION NOTE (netmonitor.context.perfTools.accesskey): This is the access key
   1560 # for the performance analysis menu item displayed in the context menu for a request
   1561 netmonitor.context.perfTools.accesskey=A
   1562 
   1563 # LOCALIZATION NOTE (netmonitor.custom.newRequest): This is the label displayed
   1564 # as the title of the new custom request form
   1565 netmonitor.custom.newRequest=New Request
   1566 
   1567 # LOCALIZATION NOTE (netmonitor.custom.newRequestMethodLabel): This is the label displayed
   1568 # above the method text input field of the new custom request form
   1569 netmonitor.custom.newRequestMethodLabel=Method
   1570 
   1571 # LOCALIZATION NOTE (netmonitor.custom.newRequestUrlLabel): This is the label displayed
   1572 # above the url text input field of the new custom request form
   1573 netmonitor.custom.newRequestUrlLabel=URL
   1574 
   1575 # LOCALIZATION NOTE (netmonitor.custom.query): This is the label displayed
   1576 # above the query string entry in the custom request form
   1577 netmonitor.custom.query=Query String
   1578 
   1579 # LOCALIZATION NOTE (netmonitor.custom.urlParameters): This is the label displayed
   1580 # above the query string entry in the custom request form
   1581 netmonitor.custom.urlParameters=URL Parameters
   1582 
   1583 # LOCALIZATION NOTE (netmonitor.custom.headers): This is the label displayed
   1584 # above the request headers entry in the custom request form
   1585 netmonitor.custom.headers=Request Headers
   1586 
   1587 # LOCALIZATION NOTE (netmonitor.custom.newRequestHeaders): This is the label displayed
   1588 # above the request headers entry in the new custom request form
   1589 netmonitor.custom.newRequestHeaders=Headers
   1590 
   1591 # LOCALIZATION NOTE (netmonitor.custom.placeholder.name): This is the placeholder displayed
   1592 # on the input on the headers and query params on new custom request form
   1593 netmonitor.custom.placeholder.name=name
   1594 
   1595 # LOCALIZATION NOTE (netmonitor.custom.placeholder.value): This is the placeholder displayed
   1596 # on the input on the headers and query params on new custom request form
   1597 netmonitor.custom.placeholder.value=value
   1598 
   1599 # LOCALIZATION NOTE (netmonitor.custom.postBody): This is the label displayed
   1600 # above the request body entry in the new custom request form
   1601 netmonitor.custom.postBody=Body
   1602 
   1603 # LOCALIZATION NOTE (netmonitor.custom.postBody.placeholder): This is the placeholder displayed
   1604 # on the textarea body in the new custom request form
   1605 netmonitor.custom.postBody.placeholder=payload
   1606 
   1607 # LOCALIZATION NOTE (netmonitor.custom.postData): This is the label displayed
   1608 # above the request body entry in the custom request form
   1609 netmonitor.custom.postData=Request Body
   1610 
   1611 # LOCALIZATION NOTE (netmonitor.custom.send): This is the label displayed
   1612 # on the button which sends the custom request
   1613 netmonitor.custom.send=Send
   1614 
   1615 # LOCALIZATION NOTE (netmonitor.custom.cancel): This is the label displayed
   1616 # on the button which cancels and closes the custom request form
   1617 netmonitor.custom.cancel=Cancel
   1618 
   1619 # LOCALIZATION NOTE (netmonitor.custom.clear): This is the label displayed
   1620 # on the button which clears the content of the new custom request panel
   1621 netmonitor.custom.clear=Clear
   1622 
   1623 # LOCALIZATION NOTE (netmonitor.custom.removeItem): This is the
   1624 # tooltip shown over the remove button for headers and query params item
   1625 netmonitor.custom.removeItem=Remove item
   1626 
   1627 # LOCALIZATION NOTE (netmonitor.backButton): This is the label displayed
   1628 # on the button which exists the performance statistics view
   1629 netmonitor.backButton=Back
   1630 
   1631 # LOCALIZATION NOTE (netmonitor.status.tooltip.simple): This is the tooltip of the
   1632 # column status code, when request is not being cached or is not from a service worker
   1633 # %1$S is the status code, %2$S is the status text.
   1634 netmonitor.status.tooltip.simple = %1$S %2$S
   1635 
   1636 # LOCALIZATION NOTE (netmonitor.status.tooltip.cached): This is the tooltip of
   1637 # the column status code, when the request is cached
   1638 # %1$S is the status code, %2$S is the status text.
   1639 netmonitor.status.tooltip.cached = %1$S %2$S (cached)
   1640 
   1641 # LOCALIZATION NOTE (netmonitor.status.tooltip.worker): This is the tooltip of
   1642 # the column status code, when the request is from a service worker
   1643 # %1$S is the status code, %2$S is the status text.
   1644 netmonitor.status.tooltip.worker = %1$S %2$S (service worker)
   1645 
   1646 # LOCALIZATION NOTE (netmonitor.status.tooltip.cachedworker): This is the tooltip
   1647 # of the column status code, when the request is cached and is from a service worker
   1648 # %1$S is the status code, %2$S is the status text.
   1649 netmonitor.status.tooltip.cachedworker = %1$S %2$S (cached, service worker)
   1650 
   1651 # LOCALIZATION NOTE (netmonitor.label.dropHarFiles): This is a label
   1652 # rendered within the Network panel when *.har file(s) are dragged
   1653 # over the content.
   1654 netmonitor.label.dropHarFiles = Drop HAR files here
   1655 
   1656 # LOCALIZATION NOTE (netmonitor.label.har): This is a label used
   1657 # as a tooltip for toolbar drop-down button with HAR actions
   1658 netmonitor.label.har=HAR Export/Import
   1659 
   1660 # LOCALIZATION NOTE (netmonitor.cache.cache): This is the label text for the parent
   1661 # node in the TreeView.
   1662 netmonitor.cache.cache=Cache
   1663 
   1664 # LOCALIZATION NOTE (netmonitor.cache.empty): This is the text displayed when cache
   1665 # information is not available.
   1666 netmonitor.cache.empty=No cache information
   1667 
   1668 # LOCALIZATION NOTE (netmonitor.cache.notAvailable): This is the text displayed under
   1669 # a node that has no information available.
   1670 netmonitor.cache.notAvailable=Not Available
   1671 
   1672 # LOCALIZATION NOTE (netmonitor.cache.dataSize): This is the label text for
   1673 # the datasize of the cached object.
   1674 netmonitor.cache.dataSize=Data Size
   1675 
   1676 # LOCALIZATION NOTE (netmonitor.cache.expires): This is the label text for the
   1677 # expires time of the cached object.
   1678 netmonitor.cache.expires=Expires
   1679 
   1680 # LOCALIZATION NOTE (netmonitor.cache.fetchCount): This is the label text for the
   1681 # fetch count of the cached object.
   1682 netmonitor.cache.fetchCount=Fetch Count
   1683 
   1684 # LOCALIZATION NOTE (netmonitor.cache.lastFetched): This is the label text for the
   1685 # last fetched date/time of the cached object.
   1686 netmonitor.cache.lastFetched=Last Fetched
   1687 
   1688 # LOCALIZATION NOTE (netmonitor.cache.lastModified): This is the label text for the
   1689 # last modified date/time of the cached object.
   1690 netmonitor.cache.lastModified=Last Modified
   1691 
   1692 # LOCALIZATION NOTE (netmonitor.cache.device): This is the label text for the device
   1693 # where a cached object was fetched from (e.g. "disk").
   1694 netmonitor.cache.device=Device
   1695 
   1696 # LOCALIZATION NOTE (netmonitor.settings.menuTooltip): This is the tooltip that gets displayed
   1697 # when the settings menu button is hovered.
   1698 netmonitor.settings.menuTooltip=Network Settings
   1699 
   1700 # LOCALIZATION NOTE (netmonitor.settings.importHarTooltip): This is the tooltip that gets displayed
   1701 # when the HAR import menu item is hovered
   1702 netmonitor.settings.importHarTooltip=Import a HAR file of network data
   1703 
   1704 # LOCALIZATION NOTE (netmonitor.settings.saveHarTooltip): This is the tooltip that gets displayed
   1705 # when the HAR save menu item is hovered
   1706 netmonitor.settings.saveHarTooltip=Save network data to HAR file
   1707 
   1708 # LOCALIZATION NOTE (netmonitor.settings.copyHarTooltip): This is the tooltip that gets displayed
   1709 # when the HAR copy menu item is hovered
   1710 netmonitor.settings.copyHarTooltip=Copy network data to the clipboard
   1711 
   1712 # LOCALIZATION NOTE (netmonitor.override.disabled): This is the tooltip that gets displayed
   1713 # when hovering the override cell for a request which was not overridden.
   1714 netmonitor.override.disabled=No override set
   1715 
   1716 # LOCALIZATION NOTE (netmonitor.override.enabled): This is the tooltip that gets displayed
   1717 # when hovering the override cell for a request which was overridden. %S is replaced with the
   1718 # path of the file used for the override.
   1719 netmonitor.override.enabled=Override set to %S