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 Web Developer 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 (har.responseBodyNotIncluded): A label used within
14# HAR file explaining that HTTP response bodies are not includes
15# in exported data.
16har.responseBodyNotIncluded=Response bodies are not included.
17
18# LOCALIZATION NOTE (har.requestBodyNotIncluded): A label used within
19# HAR file explaining that HTTP request bodies are not includes
20# in exported data.
21har.requestBodyNotIncluded=Request bodies are not included.
22