diff options
Diffstat (limited to 'app/i18n/es/sub.php')
| -rw-r--r-- | app/i18n/es/sub.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/i18n/es/sub.php b/app/i18n/es/sub.php index 07971dcd1..489e8180b 100644 --- a/app/i18n/es/sub.php +++ b/app/i18n/es/sub.php @@ -99,8 +99,8 @@ return array( 'help' => 'Ejemplo: <code>descendiente::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 + '_' => 'Formato personalizado de fecha y hora', + 'help' => 'Opcional. Un formato compatible con <a href="https://php.net/datetime.createfromformat" target="_blank"><code>DateTime::createFromFormat()</code></a> como <code>d-m-Y H:i:s</code>', ), 'item_timestamp' => array( '_' => 'fecha del elemento', @@ -122,7 +122,7 @@ return array( 'xpath' => 'XPath para:', ), 'rss' => 'RSS / Atom (por defecto)', - 'xml_xpath' => 'XML + XPath', // TODO + 'xml_xpath' => 'XML + XPath', // IGNORE ), 'maintenance' => array( 'clear_cache' => 'Borrar caché', |
