this fixes #44

pull/2/head
gorhill 10 years ago
parent e1bdb75f67
commit 4026149a17

@ -37,16 +37,16 @@
<div>
<span data-i18n="statsPageRequests"></span><br>
All:<br>
Pages:<br>
<a href="http://en.wikipedia.org/wiki/Http_cookie">Cookies</a>:<br>
<a href="https://en.wikipedia.org/wiki/Cascading_Style_Sheets">CSS</a>:<br>
Images:<br>
<span title="i.e. Flash, ActiveX, Java applets, etc.">Plugins</span>:<br>
<a href="http://en.wikipedia.org/wiki/HTML_scripting">Scripts</a>:<br>
<a href="http://en.wikipedia.org/wiki/XMLHttpRequest">XMLHttpRequests</a>:<br>
<a href="http://en.wikipedia.org/wiki/Framing_(World_Wide_Web)">Frames</a>:<br>
<a title="i.e. HTML5 audio, HTML5 video, HTML5 canvas, etc." href="https://github.com/gorhill/httpswitchboard/wiki/In-the-top-right-of-the-matrix,-what-is-%22other%22%3F">Others</a>:<br>
<span data-i18n="statsPageAll"></span><br>
<span data-i18n="statsPagePages"></span><br>
<span data-i18n="statsPageCookies"></span><br>
<span data-i18n="statsPageCSS"></span><br>
<span data-i18n="statsPageImages"></span><br>
<span data-i18n="statsPagePlugins"></span><br>
<span data-i18n="statsPageScripts"></span><br>
<span data-i18n="statsPageXHR"></span><br>
<span data-i18n="statsPageFrames"></span><br>
<span data-i18n="statsPageOthers"></span><br>
</div>
<div style="color:#c00">
<span data-i18n="statsPageBlocked"></span><br>

@ -169,6 +169,46 @@
"message": "Blocked",
"description": "header for the blocked requests column"
},
"statsPageAll" : {
"message": "All:",
"description": ""
},
"statsPagePages" : {
"message": "Pages:",
"description": ""
},
"statsPageCookies" : {
"message": "Cookies:",
"description": ""
},
"statsPageCSS" : {
"message": "CSS:",
"description": ""
},
"statsPageImages" : {
"message": "Images:",
"description": ""
},
"statsPagePlugins" : {
"message": "Plugins:",
"description": ""
},
"statsPageScripts" : {
"message": "Scripts:",
"description": ""
},
"statsPageXHR" : {
"message": "XHRs:",
"description": ""
},
"statsPageFrames" : {
"message": "Frames:",
"description": ""
},
"statsPageOthers" : {
"message": "Others:",
"description": ""
},
"statsPageDetailed" : {
"message": "Request log",
"description": ""

Loading…
Cancel
Save