diff options
-rw-r--r-- | comments.php | 1 | ||||
-rw-r--r-- | languages/Lidra.pot | 4 | ||||
-rw-r--r-- | languages/es_ES.mo | bin | 1725 -> 1762 bytes | |||
-rw-r--r-- | languages/es_ES.po | 4 |
4 files changed, 9 insertions, 0 deletions
diff --git a/comments.php b/comments.php index 4d0343b..462441f 100644 --- a/comments.php +++ b/comments.php @@ -1,6 +1,7 @@ <?php printf( '<section class="col-sm-12"> + <h3>' . __('Comments', 'Lidra') . '</h3> <div class="comentarios">'); printf('<ul class="commentlist">'); wp_list_comments(); diff --git a/languages/Lidra.pot b/languages/Lidra.pot index 073fd7f..8fcc01d 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" +#: comments.php:4 +msgid "Comments" +msgstr "" + #: content-404.php:6 msgid "OPPS, Error 404 !" msgstr "" diff --git a/languages/es_ES.mo b/languages/es_ES.mo Binary files differindex 79e6de6..618a2a7 100644 --- a/languages/es_ES.mo +++ b/languages/es_ES.mo diff --git a/languages/es_ES.po b/languages/es_ES.po index e37fe8f..091280e 100644 --- a/languages/es_ES.po +++ b/languages/es_ES.po @@ -14,6 +14,10 @@ msgstr "" "Last-Translator: \n" "Language: es_ES\n" +#: comments.php:4 +msgid "Comments" +msgstr "Comentarios" + #: content-404.php:6 msgid "OPPS, Error 404 !" msgstr "OPPS, Error 404 !" |