aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--content-404.php60
-rw-r--r--languages/Lidra.pot4
-rw-r--r--languages/es_ES.po4
3 files changed, 38 insertions, 30 deletions
diff --git a/content-404.php b/content-404.php
index cb641aa..f0e3631 100644
--- a/content-404.php
+++ b/content-404.php
@@ -1,30 +1,30 @@
-<?php
-printf(
-'<div class="container">
- <div class="col-lg-8 col-lg-offset-2 text-center">
- <div class="logo">
- <h1 class="title_404">' . __('OPPS, Error 404 !', 'libre') . '</h1>
- </div>
- <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">
- <div class="input-group">
- <input class="form-control" type="text" placeholder="' . esc_attr_x( 'Search &hellip;', 'placeholder' ) . '" value="' . get_search_query() . '" name="s" />
- <span class="input-group-btn">
- <button class="btn btn-primary" type="button" value="'. esc_attr_x( 'Search', 'submit button' ) .'">
- <i class="glyphicon glyphicon-search"></i>
- </button>
- </span>
- </div>
- </form>
- </div>');
-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">' . __('Back to the Home Page', 'Lidra') . ' »</a>
- </div>
- </div>
- </div>
-</div>');
+<?php
+printf(
+'<div class="container">
+ <div class="col-lg-8 col-lg-offset-2 text-center">
+ <div class="logo">
+ <h1 class="title_404">' . __('OPPS, Error 404 !', 'Lidra') . '</h1>
+ </div>
+ <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">
+ <div class="input-group">
+ <input class="form-control" type="text" placeholder="' . esc_attr_x( 'Search &hellip;', 'placeholder' ) . '" value="' . get_search_query() . '" name="s" />
+ <span class="input-group-btn">
+ <button class="btn btn-primary" type="button" value="'. esc_attr_x( 'Search', 'submit button' ) .'">
+ <i class="glyphicon glyphicon-search"></i>
+ </button>
+ </span>
+ </div>
+ </form>
+ </div>');
+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">' . __('Back to the Home Page', 'Lidra') . ' »</a>
+ </div>
+ </div>
+ </div>
+</div>');
diff --git a/languages/Lidra.pot b/languages/Lidra.pot
index 8bb2cf7..18e1ed5 100644
--- a/languages/Lidra.pot
+++ b/languages/Lidra.pot
@@ -14,6 +14,10 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-SourceCharset: UTF-8\n"
+#: content-404.php:6
+msgid "OPPS, Error 404 !"
+msgstr ""
+
#: content-404.php:8
msgid "The page or content is not available. Please verify that you have typed the correct URL."
msgstr ""
diff --git a/languages/es_ES.po b/languages/es_ES.po
index 86510a6..14b88a6 100644
--- a/languages/es_ES.po
+++ b/languages/es_ES.po
@@ -14,6 +14,10 @@ msgstr ""
"Last-Translator: \n"
"Language: es_ES\n"
+#: content-404.php:6
+msgid "OPPS, Error 404 !"
+msgstr "OPPS, Error 404 !"
+
#: content-404.php:8
msgid "The page or content is not available. Please verify that you have typed the correct URL."
msgstr "La página o contenido buscado no se encuentra disponible. Por favor verifique que ha escrito correctamente el URL."