From fb9df0c269f36703909b8b259abbdbed29881ecd Mon Sep 17 00:00:00 2001 From: tcit Date: Thu, 24 Jul 2014 21:56:04 +0200 Subject: use directly MOBIClass --- themes/baggy/config.twig | 10 ++++++++-- themes/baggy/home.twig | 20 +++++++++++++++----- themes/baggy/view.twig | 2 ++ 3 files changed, 25 insertions(+), 7 deletions(-) (limited to 'themes') diff --git a/themes/baggy/config.twig b/themes/baggy/config.twig index 46735f07..cd86a4fd 100755 --- a/themes/baggy/config.twig +++ b/themes/baggy/config.twig @@ -20,7 +20,7 @@ -
  • {% trans "Bookmarklet: drag & drop this link to your bookmarks bar" %} {% trans "bag it!" %}
  • +
  • {% trans "Bookmarklet: drag & drop this link to your bookmarks bar" %} {% trans "bag it!" %}
  • {% trans "Upgrading wallabag" %}

    @@ -126,7 +126,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 "Cache" %}

    diff --git a/themes/baggy/home.twig b/themes/baggy/home.twig index e788b588..4f415220 100755 --- a/themes/baggy/home.twig +++ b/themes/baggy/home.twig @@ -43,7 +43,7 @@ {% if entry.content| getReadingTime > 0 %}
    {% trans "estimated reading time :" %} {{ entry.content| getReadingTime }} min
    {% else %} -
    {% trans "estimated reading time :" %} < 1 min
    +
    {% trans "estimated reading time :" %} 1 min
    {% endif %} -- cgit v1.2.3 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