blob: cd0ed7a0a599994032aebb3b36f17962c95efd83 (
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
|
# 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/.
### Localization for about:webrtc, a troubleshooting and diagnostic page
### for WebRTC calls. See https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API.
## AEC is an abbreviation for Acoustic Echo Cancellation.
##
## "SDP" is an abbreviation for Session Description Protocol, an IETF standard.
## See http://wikipedia.org/wiki/Session_Description_Protocol
##
## "ICE" is an abbreviation for Interactive Connectivity Establishment, which
## is an IETF protocol, and should not normally be translated.
## "Avg." is an abbreviation for Average. These are used as data labels.
## These adjectives are used to label a line of statistics collected for a peer
## connection. The data represents either the local or remote end of the
## connection.
##
about-webrtc-save-page-label = Stoor bladsy
## These are used to display a header for a PeerConnection.
## Variables:
## $browser-id (Number) - A numeric id identifying the browser tab for the PeerConnection.
## $id (String) - A globally unique identifier for the PeerConnection.
## $url (String) - The url of the site which opened the PeerConnection.
## $now (Date) - The JavaScript timestamp at the time the report was generated.
about-webrtc-connection-open = [ { $browser-id } | { $id } ] { $url } { $now }
about-webrtc-connection-closed = [ { $browser-id } | { $id } ] { $url } (gesluit) { $now }
##
## SSRCs are identifiers that represent endpoints in an RTP stream
##
## These are paths used for saving the about:webrtc page or log files so
## they can be attached to bug reports.
## Variables:
## $path (String) - The path to which the file is saved.
##
## "SDP" is an abbreviation for Session Description Protocol, an IETF standard.
## See http://wikipedia.org/wiki/Session_Description_Protocol
##
##
##
|