mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
minor edits to locales descriptions
This commit is contained in:
@@ -1,21 +1,17 @@
|
||||
{
|
||||
"extensionName": {
|
||||
"message": "My German-language example extension",
|
||||
"description": "Name of the extension."
|
||||
"message": "My German-language example extension"
|
||||
},
|
||||
|
||||
"extensionDescription": {
|
||||
"message": "Notifies the user of link clicks, in German",
|
||||
"description": "Description of the extension."
|
||||
},
|
||||
|
||||
"notificationTitle": {
|
||||
"message": "My hovercraft is full of eels",
|
||||
"description": "Title of the click notification."
|
||||
},
|
||||
|
||||
"notificationContent": {
|
||||
"message": "$1 was the link you clicked",
|
||||
"description": "Tells the user which link they clicked: the placeholder is the url."
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,17 +5,17 @@
|
||||
},
|
||||
|
||||
"extensionDescription": {
|
||||
"message": "Shows a notification when the user clicks on links, on mozilla.org pages.",
|
||||
"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"
|
||||
"description": "Title of the click notification."
|
||||
},
|
||||
|
||||
"notificationContent": {
|
||||
"message": "You clicked $1",
|
||||
"description": "Tells the user which link they clicked: the placeholder is the url"
|
||||
"description": "Tells the user which link they clicked: the $1 placeholder is the url."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user