diff options
author | tcit <tcit@tcit.fr> | 2014-07-26 12:22:33 +0200 |
---|---|---|
committer | tcit <tcit@tcit.fr> | 2014-07-26 12:22:33 +0200 |
commit | 8492f37323c63ac4caed3246077c11bb2c5be79b (patch) | |
tree | f3fb231ec6d8b9b9f755e84a775f8a58f13a2546 /themes/courgette | |
parent | f8c37985224313533111e5b1d78b5a20eeff8b04 (diff) | |
download | wallabag-8492f37323c63ac4caed3246077c11bb2c5be79b.tar.gz wallabag-8492f37323c63ac4caed3246077c11bb2c5be79b.tar.zst wallabag-8492f37323c63ac4caed3246077c11bb2c5be79b.zip |
translation stuff (en & fr done)
Diffstat (limited to 'themes/courgette')
-rwxr-xr-x | themes/courgette/config.twig | 8 |
1 files changed, 7 insertions, 1 deletions
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 @@ | |||
82 | <p><a href="./?export" target="_blank">{% trans "Click here" %}</a> {% trans "to export your wallabag data." %}</p> | 82 | <p><a href="./?export" target="_blank">{% trans "Click here" %}</a> {% trans "to export your wallabag data." %}</p> |
83 | 83 | ||
84 | <h2>{% trans "Fancy an E-Book ?" %}</h2> | 84 | <h2>{% trans "Fancy an E-Book ?" %}</h2> |
85 | <p>{% trans "Click on <a href=\"./?epub&method=all\" title=\"Generate ePub\">this link</a> to get all your articles in one ebook (ePub 3 format)." %} | 85 | <p>{% trans "Click to get all your articles in one ebook :" %} |
86 | <ul> | ||
87 | <li><a href="./?epub&method=all" title="Generate ePub file">ePub 3</a></li> | ||
88 | <li><a href="./?mobi&method=all" title="Generate Mobi file">Mobi</a></li> | ||
89 | <li><a href="./?pdf&method=all" title="Generate PDF file">PDF</a></li> | ||
90 | </ul> | ||
91 | |||
86 | <br>{% trans "This can <b>take a while</b> and can <b>even fail</b> if you have too many articles, depending on your server configuration." %}</p> | 92 | <br>{% trans "This can <b>take a while</b> and can <b>even fail</b> if you have too many articles, depending on your server configuration." %}</p> |
87 | 93 | ||
88 | <h2>{% trans 'Add user' %}</h2> | 94 | <h2>{% trans 'Add user' %}</h2> |