comparison _locales/de/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": "Bitte die URL zum Abonnieren von Feeds eingeben, die einen Platzhalter \"%s\" für die URL das Feeds enthält.", 91 "message": "Bitte die URL zum Abonnieren von Feeds eingeben, die einen Platzhalter \"%s\" für die URL das Feeds enthält.",
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-Vorschau",
96 "description": "Title of the feed preview options."
97 },
98 "feedPreviewExpandItemLabel": {
99 "message": "Feed-Einträge standardmäßig aufklappen",
100 "description": "Label of the checkbox for enabling feed entry expansion by default."
93 } 101 }
94 } 102 }