diff options
| author | 2023-10-27 17:08:07 +0200 | |
|---|---|---|
| committer | 2023-10-27 17:08:07 +0200 | |
| commit | ee04355b284a14de9916a629c10d8edb80b817a2 (patch) | |
| tree | 74b58d51f8d32bf66ed74e5607c21233a2c7de4f /app/i18n/nl/sub.php | |
| parent | ce6ba583be15414d7541867e96b627fcdd3f9043 (diff) | |
[i18n] Update Dutch translations (#5759)
Diffstat (limited to 'app/i18n/nl/sub.php')
| -rw-r--r-- | app/i18n/nl/sub.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/i18n/nl/sub.php b/app/i18n/nl/sub.php index 4ffcfc365..5b0114842 100644 --- a/app/i18n/nl/sub.php +++ b/app/i18n/nl/sub.php @@ -99,8 +99,8 @@ return array( 'help' => 'Voorbeeld: <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 + '_' => 'Aangepast datum-/tijdformaat', + 'help' => 'Optioneel. Een formaat ondersteund door <a href="https://php.net/datetime.createfromformat" target="_blank"><code>DateTime::createFromFormat()</code></a> zoals <code>d-m-Y H:i:s</code>', ), 'item_timestamp' => array( '_' => 'datum van bericht', @@ -122,7 +122,7 @@ return array( 'xpath' => 'XPath voor:', ), 'rss' => 'RSS / Atom (standaard)', - 'xml_xpath' => 'XML + XPath', // TODO + 'xml_xpath' => 'XML + XPath', // IGNORE ), 'maintenance' => array( 'clear_cache' => 'Cache leegmaken', |
