From 8492f37323c63ac4caed3246077c11bb2c5be79b Mon Sep 17 00:00:00 2001 From: tcit Date: Sat, 26 Jul 2014 12:22:33 +0200 Subject: translation stuff (en & fr done) --- themes/baggy/config.twig | 6 +++--- themes/baggy/view.twig | 6 +++--- themes/courgette/config.twig | 8 +++++++- themes/default/config.twig | 17 ++++++++++++----- 4 files changed, 25 insertions(+), 12 deletions(-) (limited to 'themes') diff --git a/themes/baggy/config.twig b/themes/baggy/config.twig index cd86a4fd..dda05c29 100755 --- a/themes/baggy/config.twig +++ b/themes/baggy/config.twig @@ -128,9 +128,9 @@

{% trans "Fancy an E-Book ?" %}

{% trans "Click to get all your articles in one ebook :" %}


{% trans "This can take a while and can even fail if you have too many articles, depending on your server configuration." %}

diff --git a/themes/baggy/view.twig b/themes/baggy/view.twig index 85e3ddf1..3f151592 100755 --- a/themes/baggy/view.twig +++ b/themes/baggy/view.twig @@ -16,9 +16,9 @@ {% if constant('SHARE_SHAARLI') == 1 %}
  • {% trans "shaarli" %}
  • {% endif %} {% if constant('FLATTR') == 1 %}{% if flattr.status == constant('FLATTRABLE') %}
  • {% trans "flattr" %}
  • {% elseif flattr.status == constant('FLATTRED') %}
  • {% trans "flattr" %} ({{ flattr.numflattrs }})
  • {% endif %}{% endif %} {% if constant('SHOW_PRINTLINK') == 1 %}
  • {% trans "Print" %}
  • {% endif %} -
  • EPUB
  • -
  • MOBI
  • -
  • PDF
  • +
  • EPUB
  • +
  • MOBI
  • +
  • PDF
  • {% trans "Does this article appear wrong?" %}
  • diff --git a/themes/courgette/config.twig b/themes/courgette/config.twig index 9ab58461..6b0fa308 100755 --- a/themes/courgette/config.twig +++ b/themes/courgette/config.twig @@ -82,7 +82,13 @@

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

    {% trans "Fancy an E-Book ?" %}

    -

    {% trans "Click on this link to get all your articles in one ebook (ePub 3 format)." %} +

    {% trans "Click to get all your articles in one ebook :" %} +

    +
    {% trans "This can take a while and can even fail if you have too many articles, depending on your server configuration." %}

    {% trans 'Add user' %}

    diff --git a/themes/default/config.twig b/themes/default/config.twig index 160f6046..a65d2b2c 100755 --- a/themes/default/config.twig +++ b/themes/default/config.twig @@ -124,13 +124,20 @@

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

    {% endif %}

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

    -

    {% trans "Cache" %}

    -

    {% trans "Click here" %} {% trans "to delete cache." %}

    -

    {% trans "Fancy an E-Book ?" %}

    -

    {% trans "Click on this link to get all your articles in one ebook (ePub 3 format)." %} +

    {% trans "Click to get all your articles in one ebook :" %} +

    +
    {% trans "This can take a while and can even fail if you have too many articles, depending on your server configuration." %}

    - + + +

    {% trans "Cache" %}

    +

    {% trans "Click here" %} {% trans "to delete cache." %}

    +

    {% trans 'Add user' %}

    {% trans 'Add a new user :' %}

    -- cgit v1.2.3