mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-17 04:11:16 +00:00
Bug 105892: 'Resolving host xyz.foo.bar' should be 'Looking up xyz.foo.bar'. Patch by Tim Meader <tmeader@gmail.com>, r=darin, sr=jag
This commit is contained in:
parent
4967cd761d
commit
2fccb07c2c
@ -34,13 +34,13 @@
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
|
||||
#ResolvingHost=Resolving host
|
||||
#ResolvingHost=Looking up
|
||||
#ConnectedTo=Connected to
|
||||
#ConnectingTo=Connecting to
|
||||
#SendingRequestTo=Sending request to
|
||||
#TransferringDataFrom=Transferring data from
|
||||
|
||||
3=Resolving host %1$S...
|
||||
3=Looking up %1$S...
|
||||
4=Connected to %1$S...
|
||||
5=Sending request to %1$S...
|
||||
6=Transferring data from %1$S...
|
||||
@ -48,7 +48,7 @@
|
||||
8=Read %1$S
|
||||
9=Wrote %1$S
|
||||
|
||||
ResolvingHost=Resolving host %1$S...
|
||||
ResolvingHost=Looking up %1$S...
|
||||
ConnectedTo=Connected to %1$S...
|
||||
SendingTo=Sending request to %1$S...
|
||||
ReceivingFrom=Transferring data from %1$S...
|
||||
|
Loading…
Reference in New Issue
Block a user