aboutsummaryrefslogtreecommitdiffstats
path: root/content-search.php
diff options
context:
space:
mode:
authorHeckyel <heckyel@openmailbox.org>2017-03-10 18:27:37 -0500
committerHeckyel <heckyel@openmailbox.org>2017-03-10 18:27:37 -0500
commitbb98b20786c8e3d1d834d2cd30d35cc500a46ab8 (patch)
tree44cfe5b9bf04bd113c136fb9fd9569140493adb0 /content-search.php
parent591809d44a736e70c3e35d91904be189214a9373 (diff)
downloadlidra-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.php6
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&nbsp;' . __('por', 'libre') . '&nbsp;<a href="%s" target="_blank">%s</a></p>
+ <p class="fecha">%s&nbsp;' . __('by', 'Lidra') . '&nbsp;<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&iacute;culos con:', 'libre') . ' '. get_search_query() .' </p>' );
+ printf( '<p>' . __('No items found with:', 'Lidra') . ' '. get_search_query() .' </p>' );
endif;
rewind_posts();
printf('