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/default/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/default/config.twig')
-rwxr-xr-x | themes/default/config.twig | 17 |
1 files changed, 12 insertions, 5 deletions
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 @@ | |||
124 | <p><a href="?download" target="_blank">{% trans "Click here" %}</a> {% trans "to download your database." %}</p>{% endif %} | 124 | <p><a href="?download" target="_blank">{% trans "Click here" %}</a> {% trans "to download your database." %}</p>{% endif %} |
125 | <p><a href="?export" target="_blank">{% trans "Click here" %}</a> {% trans "to export your wallabag data." %}</p> | 125 | <p><a href="?export" target="_blank">{% trans "Click here" %}</a> {% trans "to export your wallabag data." %}</p> |
126 | 126 | ||
127 | <h2>{% trans "Cache" %}</h2> | ||
128 | <p><a href="?empty-cache">{% trans "Click here" %}</a> {% trans "to delete cache." %}</p> | ||
129 | |||
130 | <h2>{% trans "Fancy an E-Book ?" %}</h2> | 127 | <h2>{% trans "Fancy an E-Book ?" %}</h2> |
131 | <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)." %} | 128 | <p>{% trans "Click to get all your articles in one ebook :" %} |
129 | <ul> | ||
130 | <li><a href="./?epub&method=all" title="Generate ePub file">ePub 3</a></li> | ||
131 | <li><a href="./?mobi&method=all" title="Generate Mobi file">Mobi</a></li> | ||
132 | <li><a href="./?pdf&method=all" title="Generate PDF file">PDF</a></li> | ||
133 | </ul> | ||
134 | |||
132 | <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> | 135 | <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> |
133 | 136 | ||
137 | |||
138 | <h2>{% trans "Cache" %}</h2> | ||
139 | <p><a href="?empty-cache">{% trans "Click here" %}</a> {% trans "to delete cache." %}</p> | ||
140 | |||
134 | <h2>{% trans 'Add user' %}</h2> | 141 | <h2>{% trans 'Add user' %}</h2> |
135 | <p>{% trans 'Add a new user :' %}</p> | 142 | <p>{% trans 'Add a new user :' %}</p> |
136 | <form method="post" action="?newuser"> | 143 | <form method="post" action="?newuser"> |