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

90 lines
2.6 KiB
JSON
Raw Normal View History

2017-08-25 21:14:56 +02:00
{
2017-08-27 09:32:05 +02:00
"extention_name": {
"message": "Piwik Injector",
"description": "name of the extention"
},
2017-08-25 21:14:56 +02:00
"extention_description": {
"message": "Run custom JavaScript on any website.",
"description": "a short description shown in the extention list"
},
2017-08-27 09:32:05 +02:00
"host_label": {
"message": "hosts",
"description": "label of host selection dropdown"
},
2017-08-26 19:13:00 +02:00
"host_title": {
2017-08-27 09:32:05 +02:00
"message": "List of websites modified by your custom js",
2017-08-26 19:13:00 +02:00
"description": "title-text of host selection dropdown"
2017-08-25 21:14:56 +02:00
},
2017-08-26 19:13:00 +02:00
"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"
2017-08-25 21:14:56 +02:00
},
"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"
},
2017-08-26 19:13:00 +02:00
"draft_remove_title": {
"message": "This is a draft, click to remove it",
"description": "title text of draft remove button"
},
2017-08-26 18:37:56 +02:00
"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"
},
2017-08-26 19:13:00 +02:00
"goto_host_title": {
"message": "Jump to the selected host",
"description": "message if a currently not opened webpage is opened"
},
"enable_description": {
"message": "enable injection for this host",
"description": "label for checkbox"
2017-08-27 09:32:05 +02:00
},
"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"
2017-08-27 12:00:37 +02:00
},
"expert_mode_label": {
"message": "Expert mode",
"description": "label of expert mode checkbox"
2017-08-25 21:14:56 +02:00
}
}