aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/baggy/config.twig
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2015-03-13 22:48:54 +0100
committerThomas Citharel <tcit@tcit.fr>2015-03-13 22:48:54 +0100
commit92659b8e7fd6f006ca037a512831152025ad8933 (patch)
treefdce8475fb8512d76d3027f254d96c692053c4ba /themes/baggy/config.twig
parent329104c31d2351b9273177644d5049046508ac46 (diff)
downloadwallabag-92659b8e7fd6f006ca037a512831152025ad8933.tar.gz
wallabag-92659b8e7fd6f006ca037a512831152025ad8933.tar.zst
wallabag-92659b8e7fd6f006ca037a512831152025ad8933.zip
many translations improved and corrected
Diffstat (limited to 'themes/baggy/config.twig')
-rwxr-xr-xthemes/baggy/config.twig10
1 files changed, 5 insertions, 5 deletions
diff --git a/themes/baggy/config.twig b/themes/baggy/config.twig
index 94257616..b4765602 100755
--- a/themes/baggy/config.twig
+++ b/themes/baggy/config.twig
@@ -14,12 +14,12 @@
14 <input type="submit" value="{% trans "bag it!" %}" /> 14 <input type="submit" value="{% trans "bag it!" %}" />
15 </form> 15 </form>
16 </p> 16 </p>
17 <h3>Browser Plugins</h3> 17 <h3>{% trans "Browser Addons" %}</h3>
18 <ul> 18 <ul>
19 <li><a href="https://addons.mozilla.org/firefox/addon/wallabag/" target="_blank">{% trans "Firefox Add-On" %}</a></li> 19 <li><a href="https://addons.mozilla.org/firefox/addon/wallabag/" target="_blank">{% trans "Firefox Add-On" %}</a></li>
20 <li><a href="https://chrome.google.com/webstore/detail/wallabag/bepdcjnnkglfjehplaogpoonpffbdcdj" target="_blank">{% trans "Chrome Extension" %}</a></li> 20 <li><a href="https://chrome.google.com/webstore/detail/wallabag/bepdcjnnkglfjehplaogpoonpffbdcdj" target="_blank">{% trans "Chrome Extension" %}</a></li>
21 </ul> 21 </ul>
22 <h3>Mobile Apps</h3> 22 <h3>{% trans "Mobile Apps" %}</h3>
23 <ul> 23 <ul>
24 <li>Android: <a href="https://f-droid.org/app/fr.gaulupeau.apps.InThePoche" target="_blank">{% trans "via F-Droid" %}</a> {% trans " or " %} <a href="https://play.google.com/store/apps/details?id=fr.gaulupeau.apps.InThePoche" target="_blank">{% trans "via Google Play" %}</a></li> 24 <li>Android: <a href="https://f-droid.org/app/fr.gaulupeau.apps.InThePoche" target="_blank">{% trans "via F-Droid" %}</a> {% trans " or " %} <a href="https://play.google.com/store/apps/details?id=fr.gaulupeau.apps.InThePoche" target="_blank">{% trans "via Google Play" %}</a></li>
25 <li>iOS: <a href="https://itunes.apple.com/app/wallabag/id828331015?mt=8" target="_blank">{% trans "download the application" %}</a></li> 25 <li>iOS: <a href="https://itunes.apple.com/app/wallabag/id828331015?mt=8" target="_blank">{% trans "download the application" %}</a></li>
@@ -102,8 +102,8 @@
102 <p class="more-info">{% trans "Fetching process is controlled by two constants in your config file: IMPORT_LIMIT (how many articles are fetched at once) and IMPORT_DELAY (delay between fetch of next batch of articles)." %}</p> 102 <p class="more-info">{% trans "Fetching process is controlled by two constants in your config file: IMPORT_LIMIT (how many articles are fetched at once) and IMPORT_DELAY (delay between fetch of next batch of articles)." %}</p>
103 103
104 <h2>{% trans "Export your wallabag data" %}</h2> 104 <h2>{% trans "Export your wallabag data" %}</h2>
105 <p><a href="?export" target="_blank">{% trans "Export JSON" %}</a><br> 105 <p><a href="?export" target="_blank">{% trans "JSON export" %}</a><br>
106 <span class="more-info">Data will be exported in a single JSON file.</span></p> 106 <span class="more-info">{% trans "Data will be exported in a single JSON file." %}</span></p>
107 107
108 <h2>{% trans "Fancy an E-Book ?" %}</h2> 108 <h2>{% trans "Fancy an E-Book ?" %}</h2>
109 <p>{% trans "Click to get all your articles in one ebook :" %} 109 <p>{% trans "Click to get all your articles in one ebook :" %}
@@ -117,7 +117,7 @@
117 117
118 <h2><a name="cache"></a>{% trans "Cache" %}</h2> 118 <h2><a name="cache"></a>{% trans "Cache" %}</h2>
119 <p><a href="?empty-cache">{% trans "Delete Cache" %}</a><br> 119 <p><a href="?empty-cache">{% trans "Delete Cache" %}</a><br>
120 <span class="more-info">Deleting the cache may help with display or other problems.</span></p> 120 <span class="more-info">{% trans "Deleting the cache may help with display or other problems." %}</span></p>
121 121
122 {% if http_auth == 0 %} 122 {% if http_auth == 0 %}
123 <h2>{% trans "Change your password" %}</h2> 123 <h2>{% trans "Change your password" %}</h2>