|
1 | 1 | { |
2 | 2 | "extensionName": { |
3 | | - "message": "Chrome Mask for Opera" |
| 3 | + "message": "Chrome Mask for Opera", |
| 4 | + "description": "The name of the extension." |
4 | 5 | }, |
5 | | - |
6 | 6 | "extensionDescription": { |
7 | | - "message": "Makes Opera wear a mask to look like Chrome to websites that otherwise won't work." |
8 | | - }, |
9 | | - |
10 | | - "supportMessage": { |
11 | | - "message": "If this add-on has helped you, please consider $SUPPORT_LINK$ ☕", |
12 | | - "placeholders": { |
13 | | - "SUPPORT_LINK": { |
14 | | - "content": "$1" |
15 | | - } |
16 | | - } |
17 | | - }, |
18 | | - |
19 | | - "breakageWarning": { |
20 | | - "message": "While Chrome Mask for Opera may help if you see a \"Browser unsupported\" message, it could cause unexpected breakage on some sites." |
21 | | - }, |
22 | | - |
23 | | - "reportBrokenSite": { |
24 | | - "message": "If you find a site which works better with Chrome Mask for Opera enabled, please report it $WEBCOMPAT$. Thank you! ♥", |
25 | | - "placeholders": { |
26 | | - "WEBCOMPAT": { |
27 | | - "content": "$1" |
28 | | - } |
29 | | - } |
30 | | - }, |
31 | | - |
32 | | - "inProductReporterLinkText": { |
33 | | - "message": "through Opera Help & Support" |
| 7 | + "message": "Makes Opera wear a mask to look like Chrome to websites that otherwise won't work.", |
| 8 | + "description": "The description of the extension shown in the add-on store." |
34 | 9 | }, |
35 | 10 |
|
36 | | - "webcompatLinkText": { |
37 | | - "message": "on WebCompat.com" |
| 11 | + "optionsPageTitle": { |
| 12 | + "message": "Extension Options", |
| 13 | + "description": "The title of the options HTML page." |
38 | 14 | }, |
39 | 15 |
|
40 | | - "maskStatusOn": { |
41 | | - "message": "The mask is on! I pretend to be Chrome on this site." |
| 16 | + "optionsMainTitle": { |
| 17 | + "message": "Chrome Masking for Opera", |
| 18 | + "description": "The main H2 title on the options page." |
42 | 19 | }, |
43 | | - |
44 | | - "maskStatusOff": { |
45 | | - "message": "The mask is off. I look like Opera to this site." |
46 | | - }, |
47 | | - |
48 | | - "maskStatusUnsupported": { |
49 | | - "message": "The mask cannot work on this site." |
50 | | - }, |
51 | | - |
52 | | - "mainToggleDescription": { |
53 | | - "message": "After enabling, hard refresh the page (Ctrl+F5) to apply changes and clear cached content." |
54 | | - }, |
55 | | - |
56 | | - "manageSitesButton": { |
57 | | - "message": "Add or remove sites" |
58 | | - }, |
59 | | - |
60 | | - "manageSitesFallback": { |
61 | | - "message": "To add or remove sites, please open the Extension Manager, select Chrome Mask for Opera, and hit Settings." |
| 20 | + "optionsMainDescription": { |
| 21 | + "message": "For sites that don't work correctly in Opera, add them here to make them identify as Chrome.", |
| 22 | + "description": "The primary paragraph explaining the main feature." |
62 | 23 | }, |
63 | | - |
64 | | - "addSiteTitle": { |
65 | | - "message": "Add Site" |
| 24 | + "optionsInputPlaceholder": { |
| 25 | + "message": "e.g., www.example.com", |
| 26 | + "description": "Placeholder text for the hostname input fields." |
66 | 27 | }, |
67 | | - |
68 | 28 | "addSiteButton": { |
69 | | - "message": "Add Site" |
| 29 | + "message": "Add Site", |
| 30 | + "description": "Text for buttons that add a site to a list." |
70 | 31 | }, |
71 | | - |
72 | | - "addSiteHostnameExplanation": { |
73 | | - "message": "Note: Enter the domain name (e.g., example.com). The extension will work on all pages and subdomains of that site." |
| 32 | + "siteListRemoveButton": { |
| 33 | + "message": "Remove", |
| 34 | + "description": "Text for buttons that remove a site from a list." |
74 | 35 | }, |
75 | 36 |
|
| 37 | + "siteListEmpty": { |
| 38 | + "message": "No sites are currently being masked.", |
| 39 | + "description": "Message shown when the main list of masked sites is empty." |
| 40 | + }, |
76 | 41 | "addSiteErrorInvalid": { |
77 | | - "message": "Please enter a valid domain!" |
| 42 | + "message": "Invalid hostname. Please enter a valid domain like 'example.com'", |
| 43 | + "description": "Error message for an invalid domain." |
78 | 44 | }, |
79 | | - |
80 | 45 | "addSiteErrorAlreadyActive": { |
81 | | - "message": "Chrome Mask for Opera is already enabled for this domain!" |
82 | | - }, |
83 | | - |
84 | | - "maskedSitesTitle": { |
85 | | - "message": "Currently Masked Sites" |
| 46 | + "message": "This site is already in the masking list.", |
| 47 | + "description": "Error message when trying to add a site that is already masked." |
86 | 48 | }, |
87 | 49 |
|
88 | | - "siteListRemoveButton": { |
89 | | - "message": "Remove" |
| 50 | + "linuxPlatformTitle": { |
| 51 | + "message": "Linux Platform Settings", |
| 52 | + "description": "The H2 title for the Linux-specific section." |
90 | 53 | }, |
91 | | - |
92 | | - "siteListEmpty": { |
93 | | - "message": "You did not enable Chrome Mask for Opera on any site yet!" |
| 54 | + "optionsLinuxSpoofTitle": { |
| 55 | + "message": "Windows Spoofing on Linux", |
| 56 | + "description": "The H3 sub-heading for the Linux spoofing feature." |
94 | 57 | }, |
95 | | - |
96 | | - "linuxSpoofToggle": { |
97 | | - "message": "Spoof as Windows instead of Linux" |
| 58 | + "optionsLinuxSpoofDescription": { |
| 59 | + "message": "For any masked site, you can enable Windows spoofing to solve issues specific to Linux users (e.g., with video streaming services).", |
| 60 | + "description": "The paragraph explaining the Linux spoofing feature." |
98 | 61 | }, |
99 | | - |
100 | | - "linuxSpoofToggleDescription": { |
101 | | - "message": "Some sites block Linux browsers. Enable this to appear as Windows Chrome instead of Linux Chrome." |
| 62 | + "addSiteErrorAlreadySpoofing": { |
| 63 | + "message": "This site is already in the Windows spoofing list.", |
| 64 | + "description": "Error when trying to add a site that is already in the spoof list." |
102 | 65 | }, |
103 | | - |
104 | | - "linuxPlatformTitle": { |
105 | | - "message": "Linux Platform Settings" |
| 66 | + "optionsLinuxSpoofEmpty": { |
| 67 | + "message": "No sites are configured for Windows spoofing.", |
| 68 | + "description": "Message shown when the Linux spoof list is empty." |
106 | 69 | }, |
107 | | - |
108 | | - "linuxSpoofOptionNote": { |
109 | | - "message": "This affects all sites where Chrome masking is enabled. You can change this setting at any time." |
| 70 | + "optionsSpoofingAsWindows": { |
| 71 | + "message": "(Spoofing as Windows)", |
| 72 | + "description": "Small text detail next to a hostname indicating it's spoofing as Windows." |
110 | 73 | } |
111 | 74 | } |
0 commit comments