diff options
| author | 2023-03-06 18:12:43 +0100 | |
|---|---|---|
| committer | 2023-03-06 18:12:43 +0100 | |
| commit | 76d547d830f25fd8ba54ebe0bf2bbdf217b837ed (patch) | |
| tree | 5f3f7dbd47d706939cf4966ff6fecac75ee65d8c /app/i18n/de/sub.php | |
| parent | f0a545a47a8afe2f1f7d618d2a849008a912d132 (diff) | |
i18n/de (#5171)
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 b265c1b98..cbef9e0fb 100644 --- a/app/i18n/de/sub.php +++ b/app/i18n/de/sub.php @@ -99,8 +99,8 @@ return array( 'help' => 'Beispiel: <code>descendant::img/@src</code>', ), 'item_timeFormat' => array( - '_' => 'Custom date/time format', // TODO - 'help' => 'Optional. A format supported by <a href="https://php.net/datetime.createfromformat" target="_blank"><code>DateTime::createFromFormat()</code></a> such as <code>d-m-Y H:i:s</code>', // TODO + '_' => 'Benutzerdefiniertes Datum/Zeit-Format', + 'help' => 'Optional. Ein Format unterstützt von <a href="https://php.net/datetime.createfromformat" target="_blank"><code>DateTime::createFromFormat()</code></a>, wie zum Beispiel <code>d-m-Y H:i:s</code>', ), 'item_timestamp' => array( '_' => 'Artikel-Datum', @@ -122,7 +122,7 @@ return array( 'xpath' => 'XPath für:', ), 'rss' => 'RSS / Atom (Standard)', - 'xml_xpath' => 'XML + XPath', // TODO + 'xml_xpath' => 'XML + XPath', // IGNORE ), 'maintenance' => array( 'clear_cache' => 'Zwischenspeicher leeren', |
