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.
matomo-injector/_locales/en/messages.json
2017-09-01 20:18:27 +02:00

114 lines
No EOL
3.9 KiB
JSON

{
"extention_name": {
"message": "Piwik Injector",
"description": "name of the extention"
},
"extention_description": {
"message": "Try out Piwik, the open source, privacy aware web analytics software, without the need to modify anything.",
"description": "a short description shown in the extention list; should be pretty short, but descriptive"
},
"extention_firefox_description": {
"message": "piwik, analytics, javascript, debugging",
"description": "longer description text for firefox extention page; can use HTML to stucture the content"
},
"extention_chrome_description": {
"message": "piwik, analytics, javascript, debugging",
"description": "longer description text for chrome extention page; can't use any formatting"
},
"extention_tags": {
"message": "piwik, analytics, javascript, debugging, injecting, open source,",
"description": "tags for Firefox addon description (maximum 20)"
},
"extention_screenshot_1": {
"message": "Add the piwik tracking code to every website without access to the website source",
"description": "description for the first screenshot (https://github.com/Findus23/piwik-injector/blob/master/docs/screenshot_firefox_1.png)"
},
"extention_screenshot_2": {
"message": "",
"description": "description for the second screenshot (https://github.com/Findus23/piwik-injector/blob/master/docs/screenshot_firefox_2.png)"
},
"extention_screenshot_3": {
"message": "",
"description": "description for the third screenshot (https://github.com/Findus23/piwik-injector/blob/master/docs/screenshot_firefox_3.png)"
},
"host_label": {
"message": "hosts",
"description": "label of host selection dropdown"
},
"host_title": {
"message": "List of websites modified by your custom js",
"description": "title-text of host selection dropdown"
},
"save": {
"message": "save",
"description": "save-button text"
},
"save_title": {
"message": "Save and apply this script",
"description": "title text of save button"
},
"reset": {
"message": "reset",
"description": "reset-button text"
},
"reset_title": {
"message": "",
"description": "title text of reset button"
},
"placeholder_javascript": {
"message": "// Here You can type your custom JavaScript...",
"description": "placeholder for javascript editor (needs to be a valid comment)"
},
"delete_warning": {
"message": "Do you really want to delete all data for this host?",
"description": "confirmation message when deleting the js for a host"
},
"error_message": {
"message": "It seems like this page cannot be modified",
"description": "warning when injection fails"
},
"error_tip": {
"message": "maybe try refreshing this page",
"description": "additional tip when injection fails"
},
"draft_remove": {
"message": "remove draft",
"description": "buttontext"
},
"draft_remove_title": {
"message": "This is a draft, click to remove it",
"description": "title text of draft remove button"
},
"goto_host": {
"message": "go to",
"description": "when a host that is currently not opened, a button apears for opening this host in the current tab"
},
"goto_host_title": {
"message": "Jump to the selected host",
"description": "message if a currently not opened webpage is opened"
},
"enable_description": {
"message": "enable",
"description": "label for checkbox"
},
"piwik_url_title": {
"message": "",
"description": "title text of piwik URL input"
},
"piwik_url_placeholder": {
"message": "piwik URL",
"description": "placeholder text of piwik URL input"
},
"site_id_title": {
"message": "",
"description": "title text of site ID input"
},
"site_id_placeholder": {
"message": "site ID",
"description": "placeholder text of site ID input"
},
"expert_mode_label": {
"message": "Expert mode",
"description": "label of expert mode checkbox"
}
}