Mercurial > addons > firefox-addons > feed-preview
comparison _locales/en/messages.json @ 29:688d75e554e0
Add option to expand feed entries by default
author | Guido Berhoerster <guido+feed-preview@berhoerster.name> |
---|---|
date | Mon, 21 Jan 2019 15:15:59 +0100 |
parents | ff5e5e3eba32 |
children |
comparison
equal
deleted
inserted
replaced
28:104a1faebd43 | 29:688d75e554e0 |
---|---|
88 "description": "Error message if the protocol of the subscription URL template is neither HTTP nor HTTPS." | 88 "description": "Error message if the protocol of the subscription URL template is neither HTTP nor HTTPS." |
89 }, | 89 }, |
90 "missingPlaceholderError": { | 90 "missingPlaceholderError": { |
91 "message": "Please enter a subscription URL which contains a placeholder \"%s\" for the feed URL.", | 91 "message": "Please enter a subscription URL which contains a placeholder \"%s\" for the feed URL.", |
92 "description": "Error message if the placholder is missing from the subscription URL template." | 92 "description": "Error message if the placholder is missing from the subscription URL template." |
93 }, | |
94 "feedPreviewTitle": { | |
95 "message": "Feed Preview", | |
96 "description": "Title of the feed preview options." | |
97 }, | |
98 "feedPreviewExpandItemLabel": { | |
99 "message": "Expand feed entries by default", | |
100 "description": "Label of the checkbox for enabling feed entry expansion by default." | |
93 } | 101 } |
94 } | 102 } |