aboutsummaryrefslogtreecommitdiffstats
path: root/content-404.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-404.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-404.php')
-rw-r--r--content-404.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/content-404.php b/content-404.php
index aaf02b2..cb641aa 100644
--- a/content-404.php
+++ b/content-404.php
@@ -5,8 +5,8 @@ printf(
<div class="logo">
<h1 class="title_404">' . __('OPPS, Error 404 !', 'libre') . '</h1>
</div>
- <p class="text-muted mensaje-error-404">' . __('La página o contenido buscado no se encuentra disponible. Por favor verifique que ha escrito correctamente el URL.', 'libre') . '</p>
- <p class="text-muted">' . __('¿Qué tal si empiezas buscándolo?', 'libre') . '</p>');
+ <p class="text-muted mensaje-error-404">' . __('The page or content is not available. Please verify that you have typed the correct URL.', 'Lidra') . '</p>
+ <p class="text-muted">' . __('What if you start searching for it?', 'Lidra') . '</p>');
printf('
<div class="col-lg-6 col-lg-offset-3">
<form action="' . esc_url( home_url( '/' ) ) . '" id="search-form" method="get" role="search">
@@ -23,7 +23,7 @@ printf('
printf(
' <div class="col-lg-6 col-lg-offset-3">
<div class="btn-group btn-group-justified">
- <a href="'. get_bloginfo('url') .'" class="btn btn-success">' . __('Vuelve a la página de Inicio', 'libre') . ' »</a>
+ <a href="'. get_bloginfo('url') .'" class="btn btn-success">' . __('Back to the Home Page', 'Lidra') . ' »</a>
</div>
</div>
</div>