From 43c1115eeb71e2f4ebab1e7e85b1425f7134a14e Mon Sep 17 00:00:00 2001 From: William Theaker Date: Sun, 15 Dec 2013 00:18:26 -0500 Subject: [PATCH] Edited text --- themes/default/_top.twig | 4 ++-- themes/default/config.twig | 28 ++++++++++++++-------------- themes/default/error.twig | 4 ++-- themes/default/install.twig | 4 ++-- themes/default/login.twig | 4 ++-- themes/default/view.twig | 20 ++++++++++---------- 6 files changed, 32 insertions(+), 32 deletions(-) diff --git a/themes/default/_top.twig b/themes/default/_top.twig index 4100f7c4..b5f65028 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 67a38f0b..441ed01f 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 99eb1ed6..4cfc4824 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/install.twig b/themes/default/install.twig index 6e85e5cb..c4da0954 100644 --- a/themes/default/install.twig +++ b/themes/default/install.twig @@ -5,7 +5,7 @@

    {% trans "install your poche" %}

    - {% trans "poche is still not installed. Please fill the below form to install it. Don't hesitate to read the documentation on poche website." %} + {% trans "Poche is still not installed. Please fill the below form to install it. Don't hesitate to read the documentation on poche website." %}

    @@ -25,4 +25,4 @@

    -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/themes/default/login.twig b/themes/default/login.twig index 2e48052b..e2a9a9f5 100644 --- a/themes/default/login.twig +++ b/themes/default/login.twig @@ -5,10 +5,10 @@ {% if http_auth == 0 %}
    -

    {% trans "login to your poche" %}

    +

    {% trans "Login to poche" %}

    {% if constant('MODE_DEMO') == 1 %}

    {% trans "you are in demo mode, some features may be disabled." %}

    {% endif %}
    - +
    diff --git a/themes/default/view.twig b/themes/default/view.twig index 64672b61..9dca5888 100644 --- a/themes/default/view.twig +++ b/themes/default/view.twig @@ -3,17 +3,17 @@ {% block content %}
    @@ -21,7 +21,7 @@

    {{ entry.title|raw }}

    {{ content | raw }} @@ -51,4 +51,4 @@ } }); -{% endblock %} \ No newline at end of file +{% endblock %} -- 2.41.0