minor edits to locales descriptions

This commit is contained in:
Will Bamberg
2015-11-03 15:45:18 -08:00
parent 4de58493ff
commit 937c6a3218
2 changed files with 4 additions and 8 deletions

View File

@@ -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."
}
}

View File

@@ -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."
}
}