--- a/src/hdalab/templates/renkan_edit.html Mon Jan 26 13:21:50 2015 +0100
+++ b/src/hdalab/templates/renkan_edit.html Mon Jan 26 16:09:54 2015 +0100
@@ -184,17 +184,17 @@
<p> {% trans '(Indisponible si modification du RENKAN)' %}</p>
<ul>
{% if 'shape=vert' in switch_shape_url.current %}
- <li id="graph-line"><a href="">✓ {% trans 'See the graph in column' %}</a></li>
- <li id="graph-lineH"><a href="{{ switch_shape_url.horiz }}"> {% trans 'See the graph in line' %}</a></li>
- <li id="graph-circle"><a href="{{ switch_shape_url.circle }}"> {% trans 'See the graph in circle' %}</a></li>
+ <li id="graph-line"><a href="">✓ {% trans 'Voir le graph en colonne' %}</a></li>
+ <li id="graph-lineH"><a href="{{ switch_shape_url.horiz }}"> {% trans 'Voir le graph en ligne' %}</a></li>
+ <li id="graph-circle"><a href="{{ switch_shape_url.circle }}"> {% trans 'Voir le graph en cercle' %}</a></li>
{% elif 'shape=horiz' in switch_shape_url.current %}
- <li id="graph-line"><a href="{{ switch_shape_url.vert }}"> {% trans 'See the graph in column' %}</a></li>
- <li id="graph-lineH"><a href="">✓ {% trans 'See the graph in line' %}</a></li>
- <li id="graph-circle"><a href="{{ switch_shape_url.circle }}"> {% trans 'See the graph in circle' %}</a></li>
+ <li id="graph-line"><a href="{{ switch_shape_url.vert }}"> {% trans 'Voir le graph en colonne' %}</a></li>
+ <li id="graph-lineH"><a href="">✓ {% trans 'Voir le graph en ligne' %}</a></li>
+ <li id="graph-circle"><a href="{{ switch_shape_url.circle }}"> {% trans 'Voir le graph en cercle' %}</a></li>
{% else %}
- <li id="graph-line"><a href="{{ switch_shape_url.vert }}"> {% trans 'See the graph in column' %}</a></li>
- <li id="graph-lineH"><a href="{{ switch_shape_url.horiz }}"> {% trans 'See the graph in line' %}</a></li>
- <li id="graph-circle"><a href="">✓ {% trans 'See the graph in circle' %}</a></li>
+ <li id="graph-line"><a href="{{ switch_shape_url.vert }}"> {% trans 'Voir le graph en colonne' %}</a></li>
+ <li id="graph-lineH"><a href="{{ switch_shape_url.horiz }}"> {% trans 'Voir le graph en ligne' %}</a></li>
+ <li id="graph-circle"><a href="">✓ {% trans 'Voir le graph en cercle' %}</a></li>
{% endif %}
</ul>
</li>