Files
webextensions-examples/notify-link-clicks-i18n/_locales/en/messages.json
2016-01-14 11:25:15 -08:00

22 lines
551 B
JSON

{
"extensionName": {
"message": "Notify link clicks i18n",
"description": "Name of the extension."
},
"extensionDescription": {
"message": "Shows a notification when the user clicks on links.",
"description": "Description of the extension."
},
"notificationTitle": {
"message": "Click notification",
"description": "Title of the click notification."
},
"notificationContent": {
"message": "You clicked $1.",
"description": "Tells the user which link they clicked: the $1 placeholder is the url."
}
}