aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes
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
parent329104c31d2351b9273177644d5049046508ac46 (diff)
downloadwallabag-92659b8e7fd6f006ca037a512831152025ad8933.tar.gz
wallabag-92659b8e7fd6f006ca037a512831152025ad8933.tar.zst
wallabag-92659b8e7fd6f006ca037a512831152025ad8933.zip
many translations improved and corrected
Diffstat (limited to 'themes')
-rwxr-xr-xthemes/baggy/about.twig2
-rwxr-xr-xthemes/baggy/config.twig10
-rwxr-xr-xthemes/default/about.twig12
-rwxr-xr-xthemes/default/config.twig2
4 files changed, 18 insertions, 8 deletions
diff --git a/themes/baggy/about.twig b/themes/baggy/about.twig
index 93c96df2..0fdbe3b8 100755
--- a/themes/baggy/about.twig
+++ b/themes/baggy/about.twig
@@ -33,7 +33,7 @@
33 33
34 <dl> 34 <dl>
35 <dt>{% trans "Documentation" %}</dt> 35 <dt>{% trans "Documentation" %}</dt>
36 <dd><a href="docs/">Offline documentation</a> and <a href="https://doc.wallabag.org/">online documentation</a> (up to date)</dd> 36 <dd>{% trans %}<a href="docs/">Offline documentation</a> and <a href="https://doc.wallabag.org/">online documentation</a> (up to date){% endtrans %}</dd>
37 37
38 <dt>{% trans "Support" %}</dt> 38 <dt>{% trans "Support" %}</dt>
39 <dd><a href="http://support.wallabag.org/">http://support.wallabag.org/</a></dd> 39 <dd><a href="http://support.wallabag.org/">http://support.wallabag.org/</a></dd>
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>
diff --git a/themes/default/about.twig b/themes/default/about.twig
index bab9b5eb..e0776d9c 100755
--- a/themes/default/about.twig
+++ b/themes/default/about.twig
@@ -20,7 +20,7 @@
20 <dd><a href="https://github.com/wallabag/wallabag/graphs/contributors">{% trans "on Github" %}</a></dd> 20 <dd><a href="https://github.com/wallabag/wallabag/graphs/contributors">{% trans "on Github" %}</a></dd>
21 21
22 <dt>{% trans "Bug reports" %}</dt> 22 <dt>{% trans "Bug reports" %}</dt>
23 <dd><a href="http://support.wallabag.org">{% trans "On our support website" %}</a> {% trans "or" %} <a href="https://github.com/wallabag/wallabag/issues">{% trans "on Github" %}</a></dd> 23 <dd><a href="http://support.wallabag.org">{% trans "On our support website" %}</a>{% trans " or " %}<a href="https://github.com/wallabag/wallabag/issues">{% trans "on Github" %}</a></dd>
24 24
25 <dt>{% trans "License" %}</dt> 25 <dt>{% trans "License" %}</dt>
26 <dd><a href="http://en.wikipedia.org/wiki/MIT_License">MIT</a></dd> 26 <dd><a href="http://en.wikipedia.org/wiki/MIT_License">MIT</a></dd>
@@ -29,6 +29,16 @@
29 <dd>{{ constant('POCHE') }}</dd> 29 <dd>{{ constant('POCHE') }}</dd>
30 </dl> 30 </dl>
31 31
32 <h2>{% trans "Getting help" %}</h2>
33
34 <dl>
35 <dt>{% trans "Documentation" %}</dt>
36 <dd>{% trans %}<a href="docs/">Offline documentation</a> and <a href="https://doc.wallabag.org/">online documentation</a> (up to date){% endtrans %}</dd>
37
38 <dt>{% trans "Support" %}</dt>
39 <dd><a href="http://support.wallabag.org/">http://support.wallabag.org/</a></dd>
40 </dl>
41
32 <h2>{% trans "Helping wallabag" %}</h2> 42 <h2>{% trans "Helping wallabag" %}</h2>
33 43
34 <p>{% trans "wallabag is free and opensource. You can help us:" %}</p> 44 <p>{% trans "wallabag is free and opensource. You can help us:" %}</p>
diff --git a/themes/default/config.twig b/themes/default/config.twig
index 6302a6a3..09e40e75 100755
--- a/themes/default/config.twig
+++ b/themes/default/config.twig
@@ -102,7 +102,7 @@
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">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>