diff options
author | tcitworld <tcit@tcit.fr> | 2014-05-18 19:00:51 +0200 |
---|---|---|
committer | tcitworld <tcit@tcit.fr> | 2014-05-18 19:00:51 +0200 |
commit | 04b43dc097c3d69fd42d724b2cf082aff86d7272 (patch) | |
tree | 3eb36cf21a705c94a034e2937526a228bbbba730 /themes/courgette/config.twig | |
parent | 230fa05eb736ab58d4183ddb2932bc7c620a2dd4 (diff) | |
parent | becc5bfbf289b1dda65fea4761742f1998d2143a (diff) | |
download | wallabag-04b43dc097c3d69fd42d724b2cf082aff86d7272.tar.gz wallabag-04b43dc097c3d69fd42d724b2cf082aff86d7272.tar.zst wallabag-04b43dc097c3d69fd42d724b2cf082aff86d7272.zip |
Merge pull request #697 from tcitworld/dev
Up-to-date with me
Diffstat (limited to 'themes/courgette/config.twig')
-rwxr-xr-x | themes/courgette/config.twig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/courgette/config.twig b/themes/courgette/config.twig index a022d733..9ab58461 100755 --- a/themes/courgette/config.twig +++ b/themes/courgette/config.twig | |||
@@ -81,6 +81,9 @@ | |||
81 | <h2>{% trans "Export your wallabag data" %}</h2> | 81 | <h2>{% trans "Export your wallabag data" %}</h2> |
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> | ||
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)." %} | ||
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> | ||
84 | 87 | ||
85 | <h2>{% trans 'Add user' %}</h2> | 88 | <h2>{% trans 'Add user' %}</h2> |
86 | <p>{% trans 'Add a new user :' %}</p> | 89 | <p>{% trans 'Add a new user :' %}</p> |