aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes
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
parentf8c37985224313533111e5b1d78b5a20eeff8b04 (diff)
downloadwallabag-8492f37323c63ac4caed3246077c11bb2c5be79b.tar.gz
wallabag-8492f37323c63ac4caed3246077c11bb2c5be79b.tar.zst
wallabag-8492f37323c63ac4caed3246077c11bb2c5be79b.zip
translation stuff (en & fr done)
Diffstat (limited to 'themes')
-rwxr-xr-xthemes/baggy/config.twig6
-rwxr-xr-xthemes/baggy/view.twig6
-rwxr-xr-xthemes/courgette/config.twig8
-rwxr-xr-xthemes/default/config.twig17
4 files changed, 25 insertions, 12 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>
diff --git a/themes/baggy/view.twig b/themes/baggy/view.twig
index 85e3ddf1..3f151592 100755
--- a/themes/baggy/view.twig
+++ b/themes/baggy/view.twig
@@ -16,9 +16,9 @@
16 {% if constant('SHARE_SHAARLI') == 1 %}<li><a href="{{ constant('SHAARLI_URL') }}/index.php?post={{ entry.url|url_encode }}&amp;title={{ entry.title|url_encode }}" target="_blank" class="tool shaarli" title="{% trans "shaarli" %}"><span>{% trans "shaarli" %}</span></a></li>{% endif %} 16 {% if constant('SHARE_SHAARLI') == 1 %}<li><a href="{{ constant('SHAARLI_URL') }}/index.php?post={{ entry.url|url_encode }}&amp;title={{ entry.title|url_encode }}" target="_blank" class="tool shaarli" title="{% trans "shaarli" %}"><span>{% trans "shaarli" %}</span></a></li>{% endif %}
17 {% if constant('FLATTR') == 1 %}{% if flattr.status == constant('FLATTRABLE') %}<li><a href="http://flattr.com/submit/auto?url={{ entry.url }}" class="tool flattr icon icon-flattr" target="_blank" title="{% trans "flattr" %}"><span>{% trans "flattr" %}</span></a></li>{% elseif flattr.status == constant('FLATTRED') %}<li><a href="{{ flattr.flattrItemURL }}" class="tool flattr icon icon-flattr" target="_blank" title="{% trans "flattr" %}"><span>{% trans "flattr" %}</span> ({{ flattr.numflattrs }})</a></li>{% endif %}{% endif %} 17 {% if constant('FLATTR') == 1 %}{% if flattr.status == constant('FLATTRABLE') %}<li><a href="http://flattr.com/submit/auto?url={{ entry.url }}" class="tool flattr icon icon-flattr" target="_blank" title="{% trans "flattr" %}"><span>{% trans "flattr" %}</span></a></li>{% elseif flattr.status == constant('FLATTRED') %}<li><a href="{{ flattr.flattrItemURL }}" class="tool flattr icon icon-flattr" target="_blank" title="{% trans "flattr" %}"><span>{% trans "flattr" %}</span> ({{ flattr.numflattrs }})</a></li>{% endif %}{% endif %}
18 {% if constant('SHOW_PRINTLINK') == 1 %}<li><a title="{% trans "Print" %}" class="tool icon icon-print" href="javascript: window.print();"><span>{% trans "Print" %}</span></a></li>{% endif %} 18 {% if constant('SHOW_PRINTLINK') == 1 %}<li><a title="{% trans "Print" %}" class="tool icon icon-print" href="javascript: window.print();"><span>{% trans "Print" %}</span></a></li>{% endif %}
19 <li><a href="./?epub&amp;method=id&amp;value={{ entry.id|e }}" title="Generate epub file">EPUB</a></li> 19 <li><a href="./?epub&amp;method=id&amp;value={{ entry.id|e }}" title="Generate ePub file">EPUB</a></li>
20 <li><a href="./?mobi&amp;method=id&amp;value={{ entry.id|e }}" title="Generate mobi file">MOBI</a></li> 20 <li><a href="./?mobi&amp;method=id&amp;value={{ entry.id|e }}" title="Generate Mobi file">MOBI</a></li>
21 <li><a href="./?pdf&amp;method=id&amp;value={{ entry.id|e }}" title="Generate epub file">PDF</a></li> 21 <li><a href="./?pdf&amp;method=id&amp;value={{ entry.id|e }}" title="Generate PDF file">PDF</a></li>
22 <li><a href="mailto:hello@wallabag.org?subject=Wrong%20display%20in%20wallabag&amp;body={{ entry.url|url_encode }}" title="{% trans "Does this article appear wrong?" %}" class="tool bad-display icon icon-delete"><span>{% trans "Does this article appear wrong?" %}</span></a></li> 22 <li><a href="mailto:hello@wallabag.org?subject=Wrong%20display%20in%20wallabag&amp;body={{ entry.url|url_encode }}" title="{% trans "Does this article appear wrong?" %}" class="tool bad-display icon icon-delete"><span>{% trans "Does this article appear wrong?" %}</span></a></li>
23 </ul> 23 </ul>
24 </div> 24 </div>
diff --git a/themes/courgette/config.twig b/themes/courgette/config.twig
index 9ab58461..6b0fa308 100755
--- a/themes/courgette/config.twig
+++ b/themes/courgette/config.twig
@@ -82,7 +82,13 @@
82 <p><a href="./?export" target="_blank">{% trans "Click here" %}</a> {% trans "to export your wallabag data." %}</p> 82 <p><a href="./?export" target="_blank">{% trans "Click here" %}</a> {% trans "to export your wallabag data." %}</p>
83 83
84 <h2>{% trans "Fancy an E-Book ?" %}</h2> 84 <h2>{% trans "Fancy an E-Book ?" %}</h2>
85 <p>{% trans "Click on <a href=\"./?epub&amp;method=all\" title=\"Generate ePub\">this link</a> to get all your articles in one ebook (ePub 3 format)." %} 85 <p>{% trans "Click to get all your articles in one ebook :" %}
86 <ul>
87 <li><a href="./?epub&amp;method=all" title="Generate ePub file">ePub 3</a></li>
88 <li><a href="./?mobi&amp;method=all" title="Generate Mobi file">Mobi</a></li>
89 <li><a href="./?pdf&amp;method=all" title="Generate PDF file">PDF</a></li>
90 </ul>
91
86 <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> 92 <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>
87 93
88 <h2>{% trans 'Add user' %}</h2> 94 <h2>{% trans 'Add user' %}</h2>
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&amp;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&amp;method=all" title="Generate ePub file">ePub 3</a></li>
131 <li><a href="./?mobi&amp;method=all" title="Generate Mobi file">Mobi</a></li>
132 <li><a href="./?pdf&amp;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">