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 in the JSON View tool
6# that is used to inspect application/json document types loaded
7# in the browser.
8
9# LOCALIZATION NOTE The correct localization of this file might be to keep it
10# in English, or another language commonly spoken among web developers.
11# You want to make that choice consistent across the developer tools.
12# A good criteria is the language in which you'd find the best documentation
13# on web development on the web.
14
15# LOCALIZATION NOTE (jsonViewer.tab.JSON, jsonViewer.tab.RawData,
16# jsonViewer.tab.Headers): Label for a panel tab.
17jsonViewer.tab.JSON=JSON
18jsonViewer.tab.RawData=Raw Data
19jsonViewer.tab.Headers=Headers
20
21# LOCALIZATION NOTE (jsonViewer.responseHeaders, jsonViewer.requestHeaders):
22# Label for header groups within the 'Headers' panel.
23jsonViewer.responseHeaders=Response Headers
24jsonViewer.requestHeaders=Request Headers
25
26# LOCALIZATION NOTE (jsonViewer.Save): Label for save command
27jsonViewer.Save=Save
28
29# LOCALIZATION NOTE (jsonViewer.Copy): Label for clipboard copy command
30jsonViewer.Copy=Copy
31
32# LOCALIZATION NOTE (jsonViewer.ExpandAll): Label for expanding all nodes
33jsonViewer.ExpandAll=Expand All
34jsonViewer.ExpandAllSlow=Expand All (slow)
35
36# LOCALIZATION NOTE (jsonViewer.CollapseAll): Label for collapsing all nodes
37jsonViewer.CollapseAll=Collapse All
38
39# LOCALIZATION NOTE (jsonViewer.PrettyPrint): Label for JSON
40# pretty print action button.
41jsonViewer.PrettyPrint=Pretty Print
42
43# LOCALIZATION NOTE (jsonViewer.filterJSON): Label used in search box
44# at the top right cornder of the JSON Viewer.
45jsonViewer.filterJSON=Filter JSON
46