comparison _locales/en/messages.json @ 0:2050741e9711

Initial revision
author Guido Berhoerster <guido+cws@berhoerster.name>
date Tue, 18 Sep 2018 22:57:18 +0200
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:2050741e9711
1 {
2 "extensionName": {
3 "message": "Context Web Search",
4 "description": "Name of the extension."
5 },
6 "extensionDescription": {
7 "message": "Search for selected text or link text with any one of the browser's configured search engines via the page context menu.",
8 "description": "Description of the extension."
9 },
10 "searchSelectionWithEngine": {
11 "message": "Search $ENGINENAME$ for \u201c%s\u201d",
12 "description": "Menu item for searching the selected text with one of the browser's search engines",
13 "placeholders": {
14 "engineName": {
15 "content": "$1",
16 "example": "DuckDuckGo"
17 }
18 }
19 },
20 "searchLinkWithEngine": {
21 "message": "Search $ENGINENAME$",
22 "description": "Menu item for searching the selected text with one of the browser's search engines",
23 "placeholders": {
24 "engineName": {
25 "content": "$1",
26 "example": "DuckDuckGo"
27 }
28 }
29 }
30 }