diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-03-03 17:44:55 +0100 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-03-03 17:44:55 +0100 |
commit | 8114b67b64e17482e46c2eaa77dd6a6156130dba (patch) | |
tree | 6bc5c58f4e642f3cbd139a5ef6216993e9a195e4 /devtools/client/locales | |
parent | 28d03f81da77b3841180055d1b728d33a46d28ed (diff) | |
download | UXP-8114b67b64e17482e46c2eaa77dd6a6156130dba.tar UXP-8114b67b64e17482e46c2eaa77dd6a6156130dba.tar.gz UXP-8114b67b64e17482e46c2eaa77dd6a6156130dba.tar.lz UXP-8114b67b64e17482e46c2eaa77dd6a6156130dba.tar.xz UXP-8114b67b64e17482e46c2eaa77dd6a6156130dba.zip |
moebius#93: DevTools: Network - DOMContentLoaded and load
Issue #31
Improvements: #34
https://github.com/MoonchildProductions/moebius/pull/93
Diffstat (limited to 'devtools/client/locales')
-rw-r--r-- | devtools/client/locales/en-US/netmonitor.properties | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devtools/client/locales/en-US/netmonitor.properties b/devtools/client/locales/en-US/netmonitor.properties index 021b56a2b..4926c234b 100644 --- a/devtools/client/locales/en-US/netmonitor.properties +++ b/devtools/client/locales/en-US/netmonitor.properties @@ -150,6 +150,11 @@ networkMenu.empty=No requests # #2 is the size, #3 is the transferred size, #4 is the number of seconds. networkMenu.summary2=One request, #2 KB (transferred: #3 KB), #4 s;#1 requests, #2 KB (transferred: #3 KB), #4 s +# LOCALIZATION NOTE (networkMenu.timeS): This is the label displayed +# in the network table footer providing concise information about all requests. +# Events DOMContentLoaded and load - specifying the number of seconds. +networkMenu.timeS=%S s + # LOCALIZATION NOTE (networkMenu.sizeB): This is the label displayed # in the network menu specifying the size of a request (in bytes). networkMenu.sizeB=%S B |