diff --git a/themes/default/_top.twig b/themes/default/_top.twig index 4100f7c..b5f6502 100644 --- a/themes/default/_top.twig +++ b/themes/default/_top.twig @@ -1,7 +1,7 @@

{% if view == 'home' %}{% block logo %}logo poche{% endblock %} - {% else %}{{ block('logo') }} + {% else %}{{ block('logo') }} {% endif %}

-
\ No newline at end of file + diff --git a/themes/default/config.twig b/themes/default/config.twig index 67a38f0..441ed01 100644 --- a/themes/default/config.twig +++ b/themes/default/config.twig @@ -5,27 +5,27 @@ {% include '_menu.twig' %} {% endblock %} {% block content %} -

{% trans "Poching a link" %}

-

{% trans "You can poche a link by several methods:" %} (?)

+

{% trans "Poching links" %}

+

{% trans "There are several ways to poche a link::" %} (?)

{% trans "Updating poche" %}

@@ -101,15 +101,15 @@

{% trans "Import" %}

{% trans "Please execute the import script locally, it can take a very long time." %}

-

{% trans "More infos in the official doc:" %} inthepoche.com

+

{% trans "More info in the official docs:" %} inthepoche.com

-

{% trans "Export your poche datas" %}

+

{% trans "Export your poche data" %}

{% if constant('STORAGE') == 'sqlite' %}

{% trans "Click here" %} {% trans "to download your database." %}

{% endif %} -

{% trans "Click here" %} {% trans "to export your poche datas." %}

+

{% trans "Click here" %} {% trans "to export your poche data." %}

{% endblock %} diff --git a/themes/default/error.twig b/themes/default/error.twig index 99eb1ed..4cfc482 100644 --- a/themes/default/error.twig +++ b/themes/default/error.twig @@ -7,5 +7,5 @@
  • {{message}}
  • {% endfor %} -

    Don't forget the documentation.

    -{% endblock %} \ No newline at end of file +

    Don't forget the documentation.

    +{% endblock %} diff --git a/themes/default/home.twig b/themes/default/home.twig index c1b29ec..cbe8c62 100644 --- a/themes/default/home.twig +++ b/themes/default/home.twig @@ -21,7 +21,7 @@ {% endblock %} {% block content %} {% if entries is empty %} -

    {% trans "No link available here!" %}

    +

    {% trans "No articles found." %}

    {% else %} {% block pager %} {% if nb_results > 1 %} @@ -35,7 +35,7 @@

    {{ entry.title|raw }}