From ca0c1edbe3df7b1ad5498bbdfd1201f39ac91edc Mon Sep 17 00:00:00 2001 From: LLeana <133794633+LleanaRuv@users.noreply.github.com> Date: Thu, 1 Jun 2023 22:44:19 +0200 Subject: 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 --- app/i18n/es/sub.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/i18n/es/sub.php') 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: descendiente::img/@src', ), 'item_timeFormat' => array( - '_' => 'Custom date/time format', // TODO - 'help' => 'Optional. A format supported by DateTime::createFromFormat() such as d-m-Y H:i:s', // TODO + '_' => 'Formato personalizado de fecha y hora', + 'help' => 'Opcional. Un formato compatible con DateTime::createFromFormat() como d-m-Y H:i:s', ), '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é', -- cgit v1.2.3