aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cl-theme/messages.pot26
-rw-r--r--cl-theme/templates/base.html3
-rw-r--r--cl-theme/templates/index.html2
-rw-r--r--cl-theme/translations/de/LC_MESSAGES/messages.po26
-rw-r--r--cl-theme/translations/en/LC_MESSAGES/messages.po26
-rw-r--r--cl-theme/translations/eo/LC_MESSAGES/messages.po26
-rw-r--r--cl-theme/translations/fr/LC_MESSAGES/messages.po26
-rw-r--r--pelicanconf.py1
8 files changed, 78 insertions, 58 deletions
diff --git a/cl-theme/messages.pot b/cl-theme/messages.pot
index 229abf3..0e0170e 100644
--- a/cl-theme/messages.pot
+++ b/cl-theme/messages.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2019-11-21 11:03-0500\n"
+"POT-Creation-Date: 2019-11-21 11:42-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -123,7 +123,7 @@ msgstr ""
msgid "articulistas, autores, colaboradores, escritores, lista de autores"
msgstr ""
-#: templates/authors.html:32 templates/base.html:56
+#: templates/authors.html:32 templates/base.html:57
msgid "Créditos"
msgstr ""
@@ -173,40 +173,44 @@ msgstr ""
msgid "Miscelánea"
msgstr ""
-#: templates/base.html:51
+#: templates/base.html:4
+msgid "Sitio de información sobre Software Libre"
+msgstr ""
+
+#: templates/base.html:52
msgid "Inicio"
msgstr ""
-#: templates/base.html:55
+#: templates/base.html:56
msgid "Archivos"
msgstr ""
-#: templates/base.html:86
+#: templates/base.html:87
msgid "» » » » » » búscame « « « « « «"
msgstr ""
-#: templates/base.html:88
+#: templates/base.html:89
msgid "Buscar"
msgstr ""
-#: templates/base.html:134
+#: templates/base.html:135
#, python-format
msgid "Enlace a %(articulo)s"
msgstr ""
-#: templates/base.html:267
+#: templates/base.html:268
msgid "Escrito por"
msgstr ""
-#: templates/base.html:270
+#: templates/base.html:271
msgid "Este sitio es Software Libre"
msgstr ""
-#: templates/base.html:272
+#: templates/base.html:273
msgid "Código fuente"
msgstr ""
-#: templates/base.html:280
+#: templates/base.html:281
msgid "Licencias de JavaScript"
msgstr ""
diff --git a/cl-theme/templates/base.html b/cl-theme/templates/base.html
index a10f6e1..ed1fd43 100644
--- a/cl-theme/templates/base.html
+++ b/cl-theme/templates/base.html
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="{% block html_lang %}{{ DEFAULT_LANG }}{% endblock %}">
<head prefix="og: http://ogp.me/ns# {% if article %}article: http://ogp.me/ns/article#{% endif%}">
+ {% set SITESUBTITLE = _('Sitio de información sobre Software Libre') %}
{% block head %}
<!-- Meta Base -->
@@ -72,7 +73,7 @@
{%- block sitename -%}
<!-- header && subheader -->
<h1 class="title is-1 is-spaced">{{ SITENAME }}</h1>
- <h4 class="subtitle is-4">{{ SITESUBTITLE }}</h4>
+ <p class="subtitle is-4">{{ SITESUBTITLE }}</p>
{%- endblock -%}
<!-- search form -->
diff --git a/cl-theme/templates/index.html b/cl-theme/templates/index.html
index 0beca16..4b5bc8d 100644
--- a/cl-theme/templates/index.html
+++ b/cl-theme/templates/index.html
@@ -32,5 +32,5 @@
{% block sitename %}
<h1 class="title is-1 is-spaced">{{ SITENAME }}</h1>
- <h4 class="subtitle is-4">{{ SITESUBTITLE }}</h4>
+ <p class="subtitle is-4">{{ SITESUBTITLE }}</p>
{% endblock %}
diff --git a/cl-theme/translations/de/LC_MESSAGES/messages.po b/cl-theme/translations/de/LC_MESSAGES/messages.po
index d22600c..16be8b3 100644
--- a/cl-theme/translations/de/LC_MESSAGES/messages.po
+++ b/cl-theme/translations/de/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2019-11-21 11:03-0500\n"
+"POT-Creation-Date: 2019-11-21 11:42-0500\n"
"PO-Revision-Date: 2019-03-11 11:27-0500\n"
"Last-Translator: \n"
"Language: de\n"
@@ -124,7 +124,7 @@ msgstr "Liste der Autoren von %(sitename)s"
msgid "articulistas, autores, colaboradores, escritores, lista de autores"
msgstr "autoren, autoren, mitwirkende, escritores, autorenliste"
-#: templates/authors.html:32 templates/base.html:56
+#: templates/authors.html:32 templates/base.html:57
msgid "Créditos"
msgstr "Kredite"
@@ -174,40 +174,44 @@ msgstr "Website von %(programa)s"
msgid "Miscelánea"
msgstr "Sammelband"
-#: templates/base.html:51
+#: templates/base.html:4
+msgid "Sitio de información sobre Software Libre"
+msgstr "Kostenlose Software-Informationsseite"
+
+#: templates/base.html:52
msgid "Inicio"
msgstr "Anfang"
-#: templates/base.html:55
+#: templates/base.html:56
msgid "Archivos"
msgstr "Archiv"
-#: templates/base.html:86
+#: templates/base.html:87
msgid "» » » » » » búscame « « « « « «"
msgstr "» » » » » » Suche « « « « « « «"
-#: templates/base.html:88
+#: templates/base.html:89
msgid "Buscar"
msgstr "Suche"
-#: templates/base.html:134
+#: templates/base.html:135
#, python-format
msgid "Enlace a %(articulo)s"
msgstr "Link zu %(articulo)s"
-#: templates/base.html:267
+#: templates/base.html:268
msgid "Escrito por"
msgstr "Geschrieben von"
-#: templates/base.html:270
+#: templates/base.html:271
msgid "Este sitio es Software Libre"
msgstr "Diese Seite ist Freie Software"
-#: templates/base.html:272
+#: templates/base.html:273
msgid "Código fuente"
msgstr "Quellcode"
-#: templates/base.html:280
+#: templates/base.html:281
msgid "Licencias de JavaScript"
msgstr "JavaScript-Lizenzen"
diff --git a/cl-theme/translations/en/LC_MESSAGES/messages.po b/cl-theme/translations/en/LC_MESSAGES/messages.po
index 336738e..5084020 100644
--- a/cl-theme/translations/en/LC_MESSAGES/messages.po
+++ b/cl-theme/translations/en/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Cybersy\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2019-11-21 11:03-0500\n"
+"POT-Creation-Date: 2019-11-21 11:42-0500\n"
"PO-Revision-Date: 2019-03-11 10:44-0500\n"
"Last-Translator: Jesús E. <heckyel@riseup.net>\n"
"Language: en\n"
@@ -124,7 +124,7 @@ msgstr "List of authors of %(sitename)s"
msgid "articulistas, autores, colaboradores, escritores, lista de autores"
msgstr "writers, authors, contributors, writers, list of authors"
-#: templates/authors.html:32 templates/base.html:56
+#: templates/authors.html:32 templates/base.html:57
msgid "Créditos"
msgstr "Credits"
@@ -174,40 +174,44 @@ msgstr "Website of %(programa)s"
msgid "Miscelánea"
msgstr "Miscellany"
-#: templates/base.html:51
+#: templates/base.html:4
+msgid "Sitio de información sobre Software Libre"
+msgstr "Free Software Information Site"
+
+#: templates/base.html:52
msgid "Inicio"
msgstr "Home"
-#: templates/base.html:55
+#: templates/base.html:56
msgid "Archivos"
msgstr "Archives"
-#: templates/base.html:86
+#: templates/base.html:87
msgid "» » » » » » búscame « « « « « «"
msgstr "» » » » » » find me « « « « « «"
-#: templates/base.html:88
+#: templates/base.html:89
msgid "Buscar"
msgstr "Search"
-#: templates/base.html:134
+#: templates/base.html:135
#, python-format
msgid "Enlace a %(articulo)s"
msgstr "Link to %(articulo)s"
-#: templates/base.html:267
+#: templates/base.html:268
msgid "Escrito por"
msgstr "Written by"
-#: templates/base.html:270
+#: templates/base.html:271
msgid "Este sitio es Software Libre"
msgstr "This site is Free Software"
-#: templates/base.html:272
+#: templates/base.html:273
msgid "Código fuente"
msgstr "Source code"
-#: templates/base.html:280
+#: templates/base.html:281
msgid "Licencias de JavaScript"
msgstr "JavaScript licenses"
diff --git a/cl-theme/translations/eo/LC_MESSAGES/messages.po b/cl-theme/translations/eo/LC_MESSAGES/messages.po
index a9e7edf..4ddbdf1 100644
--- a/cl-theme/translations/eo/LC_MESSAGES/messages.po
+++ b/cl-theme/translations/eo/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2019-11-21 11:03-0500\n"
+"POT-Creation-Date: 2019-11-21 11:42-0500\n"
"PO-Revision-Date: 2019-03-11 11:46-0500\n"
"Last-Translator: \n"
"Language: eo\n"
@@ -124,7 +124,7 @@ msgstr "Listo de aŭtoroj de %(sitename)s"
msgid "articulistas, autores, colaboradores, escritores, lista de autores"
msgstr "verkistoj, aŭtoroj, kontribuantoj, verkistoj, listo de aŭtoroj"
-#: templates/authors.html:32 templates/base.html:56
+#: templates/authors.html:32 templates/base.html:57
msgid "Créditos"
msgstr "Kreditoj"
@@ -174,40 +174,44 @@ msgstr "Retejo de %(programa)s"
msgid "Miscelánea"
msgstr "Miscellaneous"
-#: templates/base.html:51
+#: templates/base.html:4
+msgid "Sitio de información sobre Software Libre"
+msgstr "Retejo pri Senpaga Programaro"
+
+#: templates/base.html:52
msgid "Inicio"
msgstr "Hejmo"
-#: templates/base.html:55
+#: templates/base.html:56
msgid "Archivos"
msgstr "Arkivoj"
-#: templates/base.html:86
+#: templates/base.html:87
msgid "» » » » » » búscame « « « « « «"
msgstr "» » » » » » Serĉu « « « « « «"
-#: templates/base.html:88
+#: templates/base.html:89
msgid "Buscar"
msgstr "Serĉi"
-#: templates/base.html:134
+#: templates/base.html:135
#, python-format
msgid "Enlace a %(articulo)s"
msgstr "Ligilo al %(articulo)s"
-#: templates/base.html:267
+#: templates/base.html:268
msgid "Escrito por"
msgstr "Skribita de"
-#: templates/base.html:270
+#: templates/base.html:271
msgid "Este sitio es Software Libre"
msgstr "Ĉi tiu retejo estas Libera Programaro"
-#: templates/base.html:272
+#: templates/base.html:273
msgid "Código fuente"
msgstr "Fonta kodo"
-#: templates/base.html:280
+#: templates/base.html:281
msgid "Licencias de JavaScript"
msgstr "JavaScript permesiloj"
diff --git a/cl-theme/translations/fr/LC_MESSAGES/messages.po b/cl-theme/translations/fr/LC_MESSAGES/messages.po
index 06cea63..41ab862 100644
--- a/cl-theme/translations/fr/LC_MESSAGES/messages.po
+++ b/cl-theme/translations/fr/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2019-11-21 11:03-0500\n"
+"POT-Creation-Date: 2019-11-21 11:42-0500\n"
"PO-Revision-Date: 2019-03-11 12:33-0500\n"
"Last-Translator: \n"
"Language: fr\n"
@@ -124,7 +124,7 @@ msgstr "Liste des auteurs de %(sitename)s"
msgid "articulistas, autores, colaboradores, escritores, lista de autores"
msgstr "écrivains, auteurs, contributeurs, écrivains, liste des auteurs"
-#: templates/authors.html:32 templates/base.html:56
+#: templates/authors.html:32 templates/base.html:57
msgid "Créditos"
msgstr "Crédits"
@@ -174,40 +174,44 @@ msgstr "Site web de %(programa)s"
msgid "Miscelánea"
msgstr "Divers"
-#: templates/base.html:51
+#: templates/base.html:4
+msgid "Sitio de información sobre Software Libre"
+msgstr "Site d'information sur les Software libres"
+
+#: templates/base.html:52
msgid "Inicio"
msgstr "Initiation"
-#: templates/base.html:55
+#: templates/base.html:56
msgid "Archivos"
msgstr "Les archives"
-#: templates/base.html:86
+#: templates/base.html:87
msgid "» » » » » » búscame « « « « « «"
msgstr "» » » » » » Rechercher « « « « « « «"
-#: templates/base.html:88
+#: templates/base.html:89
msgid "Buscar"
msgstr "Recherche"
-#: templates/base.html:134
+#: templates/base.html:135
#, python-format
msgid "Enlace a %(articulo)s"
msgstr "Lien vers %(articulo)s"
-#: templates/base.html:267
+#: templates/base.html:268
msgid "Escrito por"
msgstr "Écrit par"
-#: templates/base.html:270
+#: templates/base.html:271
msgid "Este sitio es Software Libre"
msgstr "Ce site est un logiciel libre"
-#: templates/base.html:272
+#: templates/base.html:273
msgid "Código fuente"
msgstr "Code source"
-#: templates/base.html:280
+#: templates/base.html:281
msgid "Licencias de JavaScript"
msgstr "Licences JavaScript"
diff --git a/pelicanconf.py b/pelicanconf.py
index ec60ae9..4b9c599 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -125,7 +125,6 @@ TRANSLATION_FEED_ATOM = None
# Themes
# https://docs.getpelican.com/en/stable/settings.html#themes
THEME = 'cl-theme/'
-SITESUBTITLE = 'Sitio de información sobre Software Libre'
SHOW_RECENT_POSTS = 3 # the number of recent posts to show
# Plugins' configuration (not from Pelican core)