diff options
author | Heckyel <heckyel@openmailbox.org> | 2017-03-10 18:27:37 -0500 |
---|---|---|
committer | Heckyel <heckyel@openmailbox.org> | 2017-03-10 18:27:37 -0500 |
commit | bb98b20786c8e3d1d834d2cd30d35cc500a46ab8 (patch) | |
tree | 44cfe5b9bf04bd113c136fb9fd9569140493adb0 /content-search.php | |
parent | 591809d44a736e70c3e35d91904be189214a9373 (diff) | |
download | lidra-theme-bb98b20786c8e3d1d834d2cd30d35cc500a46ab8.tar.lz lidra-theme-bb98b20786c8e3d1d834d2cd30d35cc500a46ab8.tar.xz lidra-theme-bb98b20786c8e3d1d834d2cd30d35cc500a46ab8.zip |
Optimización del código + LibreVideoJS v2.0 + Languages
Diffstat (limited to 'content-search.php')
-rw-r--r-- | content-search.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content-search.php b/content-search.php index ba3759c..3dcb6b0 100644 --- a/content-search.php +++ b/content-search.php @@ -3,7 +3,7 @@ printf (' <section class="main col-md-8"> <div class="row titulo-seccion"> <div class="col-md-12"> - <h3>' . __('Has buscado', 'libre') . ': '. get_search_query() .'</h3> + <h3>' . __('You searched', 'Lidra') . ': '. get_search_query() .'</h3> </div> </div> @@ -29,7 +29,7 @@ printf (' </div> <div class="info"> <h2 class="titulo"><a href="%s">%s</a></h2> - <p class="fecha">%s ' . __('por', 'libre') . ' <a href="%s" target="_blank">%s</a></p> + <p class="fecha">%s ' . __('by', 'Lidra') . ' <a href="%s" target="_blank">%s</a></p> <div class="extracto">%s</div> <div class="categorias"> %s @@ -53,7 +53,7 @@ printf (' ); endwhile; else: - printf( '<p>' . __('No se encontraron artículos con:', 'libre') . ' '. get_search_query() .' </p>' ); + printf( '<p>' . __('No items found with:', 'Lidra') . ' '. get_search_query() .' </p>' ); endif; rewind_posts(); printf(' |