diff options
Diffstat (limited to 'content-404.php')
-rw-r--r-- | content-404.php | 6 |
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>
|