diff options
| author | 2023-06-01 22:44:19 +0200 | |
|---|---|---|
| committer | 2023-06-01 22:44:19 +0200 | |
| commit | ca0c1edbe3df7b1ad5498bbdfd1201f39ac91edc (patch) | |
| tree | 75ca5970e8ef1ff9ca4330e04a00f1527c9300eb /app/i18n/es/sub.php | |
| parent | 1d2bb50f2e0721102a3739ce5b13ff77a772fe15 (diff) | |
Pull request of spanish translation (#5436)
* Update sub.php
Update spanish translation
* Update conf.php
Update Spanish translation
* Update gen.php
Update spanish translation
* Update index.php
Update spanish translation
* Update admin.php
update spanish translation
* Fix ignore
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
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é', |
