1
0
Fork 0
This repository has been archived on 2024-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
piwik-checker/_locales/en/messages.json
2017-07-08 20:10:28 +02:00

68 lines
No EOL
1.7 KiB
JSON

{
"extention_description": {
"message": "[the description]",
"description": "the short discription shown in the extention list"
},
"popup_text": {
"message": "This page uses Piwik",
"description": "text shown in popup when clicked on button in navigation bar"
},
"popupExplaination": {
"message": "Open the developer tools to debug the tracking code",
"description": ""
},
"piwikNotFoundHeading": {
"message": "The piwik tracking code couldn't be found.",
"description": ""
},
"piwikNotFound": {
"message": "Check if ...",
"description": ""
},
"piwikUsesHTTPS_true": {
"message": "Is HTTPS",
"description": ""
},
"piwikUsesHTTPS_false": {
"message": "Is not HTTPS",
"description": ""
},
"isPageUTF8_true": {
"message": "UTF-8 as recommended",
"description": ""
},
"isPageUTF8_false": {
"message": "Using UTF-8 encoding can avoid errors (You are using \"$encoding$\")",
"description": "",
"placeholders": {
"encoding": {
"content": "$1",
"example": "Encoding of page"
}
}
},
"noMixedContent_true": {
"message": "ok",
"description": ""
},
"noMixedContent_false": {
"message": "Mixed Content Warning!",
"description": ""
},
"noProtocolRelativeURL_true": {
"message": "ok",
"description": ""
},
"noProtocolRelativeURL_false": {
"message": "Consider using https in the tracking code",
"description": ""
},
"isScriptAsync_true": {
"message": "ok",
"description": ""
},
"isScriptAsync_false": {
"message": "consider loading the tracing code asynchronously to speed up page load",
"description": ""
}
}