-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* master (783f3fca): 2 updated files * master (ca4a00cf): 2 updated files * master (b6c6133e): 1 new and 1 updated file * master (71363f75): 1 updated file * Removed: 1 file * master (fcf53e16): 1 new and 3 updated files * esr128 (aab8368c): no changes * master (5b288ed2): 2 updated files * master (5f2c1701): 2 updated files --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
def023e
commit b1c8653
Showing
7 changed files
with
162 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# 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/. | ||
|
||
|
||
## Variables: | ||
## $host (String): A website host address | ||
|
||
network-connection-status-looking-up = Looking up { $host }… | ||
network-connection-status-connected = Connected to { $host }… | ||
network-connection-status-sending-request = Sending request to { $host }… | ||
network-connection-status-transferring-data = Transferring data from { $host }… | ||
network-connection-status-connecting = Connecting to { $host }… | ||
network-connection-status-read = Read { $host } | ||
network-connection-status-wrote = Wrote { $host } | ||
network-connection-status-waiting = Waiting for { $host }… | ||
network-connection-status-looked-up = Looked up { $host }… | ||
network-connection-status-tls-handshake = Performing a TLS handshake to { $host }… | ||
network-connection-status-tls-handshake-finished = The TLS handshake finished for { $host }… |