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/baggy/config.twig | |
parent | f8c37985224313533111e5b1d78b5a20eeff8b04 (diff) | |
download | wallabag-8492f37323c63ac4caed3246077c11bb2c5be79b.tar.gz wallabag-8492f37323c63ac4caed3246077c11bb2c5be79b.tar.zst wallabag-8492f37323c63ac4caed3246077c11bb2c5be79b.zip |
translation stuff (en & fr done)
Diffstat (limited to 'themes/baggy/config.twig')
-rwxr-xr-x | themes/baggy/config.twig | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ | |||
128 | <h2>{% trans "Fancy an E-Book ?" %}</h2> | 128 | <h2>{% trans "Fancy an E-Book ?" %}</h2> |
129 | <p>{% trans "Click to get all your articles in one ebook :" %} | 129 | <p>{% trans "Click to get all your articles in one ebook :" %} |
130 | <ul> | 130 | <ul> |
131 | <li><a href="./?epub&method=all" title="Generate ePub file">ePub 3</a></li> | 131 | <li><a href="./?epub&method=all" title="{% trans 'Generate ePub file' %}">ePub 3</a></li> |
132 | <li><a href="./?mobi&method=all" title="Generate Mobi file">Mobi</a></li> | 132 | <li><a href="./?mobi&method=all" title="{% trans 'Generate Mobi file' %}">Mobi</a></li> |
133 | <li><a href="./?pdf&method=all" title="Generate PDF file">PDF</a></li> | 133 | <li><a href="./?pdf&method=all" title="{% trans 'Generate PDF file' %}">PDF</a></li> |
134 | </ul> | 134 | </ul> |
135 | 135 | ||
136 | <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> | 136 | <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> |