aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/baggy/config.twig
diff options
context:
space:
mode:
authortcit <tcit@tcit.fr>2014-07-26 12:22:33 +0200
committertcit <tcit@tcit.fr>2014-07-26 12:22:33 +0200
commit8492f37323c63ac4caed3246077c11bb2c5be79b (patch)
treef3fb231ec6d8b9b9f755e84a775f8a58f13a2546 /themes/baggy/config.twig
parentf8c37985224313533111e5b1d78b5a20eeff8b04 (diff)
downloadwallabag-8492f37323c63ac4caed3246077c11bb2c5be79b.tar.gz
wallabag-8492f37323c63ac4caed3246077c11bb2c5be79b.tar.zst
wallabag-8492f37323c63ac4caed3246077c11bb2c5be79b.zip
translation stuff (en & fr done)
Diffstat (limited to 'themes/baggy/config.twig')
-rwxr-xr-xthemes/baggy/config.twig6
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&amp;method=all" title="Generate ePub file">ePub 3</a></li> 131 <li><a href="./?epub&amp;method=all" title="{% trans 'Generate ePub file' %}">ePub 3</a></li>
132 <li><a href="./?mobi&amp;method=all" title="Generate Mobi file">Mobi</a></li> 132 <li><a href="./?mobi&amp;method=all" title="{% trans 'Generate Mobi file' %}">Mobi</a></li>
133 <li><a href="./?pdf&amp;method=all" title="Generate PDF file">PDF</a></li> 133 <li><a href="./?pdf&amp;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>