diff options
| author | 2024-09-30 00:28:43 +0200 | |
|---|---|---|
| committer | 2024-09-30 00:28:43 +0200 | |
| commit | 33478077304b5b5e0d571a3fe471b9b0a337de48 (patch) | |
| tree | 602342489fd85275120c3bf1041babf67231c7f7 /app/i18n/de/sub.php | |
| parent | 280ef8ce0cbb62322eea240a9d8d8c8cad501f49 (diff) | |
i18n: German 100% (#6847)
* de
* fix
Diffstat (limited to 'app/i18n/de/sub.php')
| -rw-r--r-- | app/i18n/de/sub.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/i18n/de/sub.php b/app/i18n/de/sub.php index f2b8012df..e9be33cf6 100644 --- a/app/i18n/de/sub.php +++ b/app/i18n/de/sub.php @@ -77,9 +77,9 @@ return array( '_' => 'Filteraktionen', 'help' => 'Ein Suchfilter pro Zeile. Operatoren <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">siehe Dokumentation</a>.', ), - 'http_headers' => 'HTTP Headers', // TODO - 'http_headers_help' => 'Headers are separated by a newline, and the name and value of a header are separated by a colon (e.g: <kbd><code>Accept: application/atom+xml<br />Authorization: Bearer some-token</code></kbd>).', // TODO - 'information' => 'Information', // IGNORE + 'http_headers' => 'HTTP Headers', // IGNORE + 'http_headers_help' => 'Headers werden durch einen Zeilenumbruch getrennt. Name und Wert des Headers werden per Doppelpunkt getrennt (z.B: <kbd><code>Accept: application/atom+xml<br />Authorization: Bearer some-token</code></kbd>).', + 'information' => 'Informationen', 'keep_min' => 'Minimale Anzahl an Artikeln, die behalten wird', 'kind' => array( '_' => 'Art der Feed-Quelle', |
