blob: 4069e21c05d8dfd8705266d243f15c333a13d864 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!ENTITY aboutNetworking.title "About Networking">
<!ENTITY aboutNetworking.warning "This is very experimental. Do not use without adult supervision.">
<!ENTITY aboutNetworking.showNextTime "Show this warning next time">
<!ENTITY aboutNetworking.ok "OK">
<!ENTITY aboutNetworking.HTTP "HTTP">
<!ENTITY aboutNetworking.sockets "Sockets">
<!ENTITY aboutNetworking.dns "DNS">
<!ENTITY aboutNetworking.websockets "WebSockets">
<!ENTITY aboutNetworking.refresh "Refresh">
<!ENTITY aboutNetworking.autoRefresh "Autorefresh every 3 seconds">
<!ENTITY aboutNetworking.hostname "Hostname">
<!ENTITY aboutNetworking.port "Port">
<!ENTITY aboutNetworking.spdy "SPDY">
<!ENTITY aboutNetworking.ssl "SSL">
<!ENTITY aboutNetworking.active "Active">
<!ENTITY aboutNetworking.idle "Idle">
<!ENTITY aboutNetworking.host "Host">
<!ENTITY aboutNetworking.tcp "TCP">
<!ENTITY aboutNetworking.sent "Sent">
<!ENTITY aboutNetworking.received "Received">
<!ENTITY aboutNetworking.family "Family">
<!ENTITY aboutNetworking.addresses "Addresses">
<!ENTITY aboutNetworking.expires "Expires (Seconds)">
<!ENTITY aboutNetworking.messagesSent "Messages Sent">
<!ENTITY aboutNetworking.messagesReceived "Messages Received">
<!ENTITY aboutNetworking.bytesSent "Bytes Sent">
<!ENTITY aboutNetworking.bytesReceived "Bytes Received">
<!ENTITY aboutNetworking.logging "Logging">
<!ENTITY aboutNetworking.logTutorial "See <a href='https://developer.mozilla.org/docs/Mozilla/Debugging/HTTP_logging'>HTTP Logging</a> for instructions on how to use this tool.">
<!ENTITY aboutNetworking.currentLogFile "Current Log File:">
<!ENTITY aboutNetworking.currentLogModules "Current Log Modules:">
<!ENTITY aboutNetworking.setLogFile "Set Log File">
<!ENTITY aboutNetworking.setLogModules "Set Log Modules">
<!ENTITY aboutNetworking.startLogging "Start Logging">
<!ENTITY aboutNetworking.stopLogging "Stop Logging">
<!ENTITY aboutNetworking.dnsLookup "DNS Lookup">
<!ENTITY aboutNetworking.dnsLookupButton "Resolve">
<!ENTITY aboutNetworking.dnsDomain "Domain">
<!ENTITY aboutNetworking.dnsLookupTableColumn "IPs">
|