-#, fuzzy
-#| msgid ""
-#| "| Emplacement | Relai | Empreinte | Politique de sortie | | ----------- | "
-#| "----- | --------- | ------------------- | | [Liazo](http://www.liazo.fr/) "
-#| "| [marcuse1](https://atlas.torproject.org/"
-#| "#details/011FDD1EE84DAC7758119B69829C74A9D197B35E) | `011F DD1E E84D AC77 "
-#| "5811 9B69 829C 74A9 D197 B35E` | [Reduced Exit Policy](https://trac."
-#| "torproject.org/projects/tor/wiki/doc/ReducedExitPolicy) | | [Liazo]"
-#| "(http://www.liazo.fr/) | [marcuse2](https://atlas.torproject.org/"
-#| "#details/1A503BBFFC82A4EFD75DB46A071A7340E11A9DB9) | `1A50 3BBF FC82 A4EF "
-#| "D75D B46A 071A 7340 E11A 9DB9` | [Reduced Exit Policy](https://trac."
-#| "torproject.org/projects/tor/wiki/doc/ReducedExitPolicy) | | [Gandi]"
-#| "(https://www.gandi.net/) | [ekumen](https://atlas.torproject.org/"
-#| "#details/7F2CD6BD548C5FFA09B20A0C5CB07893C9451653) | `7F2C D6BD 548C 5FFA "
-#| "09B2 0A0C 5CB0 7893 C945 1653` | [Reduced Exit Policy](https://trac."
-#| "torproject.org/projects/tor/wiki/doc/ReducedExitPolicy) |"
+#, no-wrap
+msgid ""
+"var content = d3.select(\"#content\");\n"
+"var consensus_figure = content.append(\"figure\")\n"
+" .style(\"margin\", \"0\")\n"
+" .style(\"width\", \"45%\")\n"
+" .style(\"float\", \"left\")\n"
+" .style(\"text-align\", \"center\");\n"
+"consensus_figure.append(\"span\")\n"
+" .attr(\"id\", \"consensus-pie\");\n"
+"consensus_figure.append(\"figcaption\")\n"
+" .text(L10n.consensus_weight);\n"
+msgstr ""
+"var content = d3.select(\"#content\");\n"
+"var consensus_figure = content.append(\"figure\")\n"
+" .style(\"margin\", \"0\")\n"
+" .style(\"width\", \"45%\")\n"
+" .style(\"float\", \"left\")\n"
+" .style(\"text-align\", \"center\");\n"
+"consensus_figure.append(\"span\")\n"
+" .attr(\"id\", \"consensus-pie\");\n"
+"consensus_figure.append(\"figcaption\")\n"
+" .text(L10n.consensus_weight);\n"
+
+#. type: Plain text
+#, no-wrap
+msgid ""
+"var exit_figure = content.append(\"figure\")\n"
+" .style(\"margin\", \"0 5% 0 0\")\n"
+" .style(\"width\", \"44%\")\n"
+" .style(\"float\", \"left\")\n"
+" .style(\"text-align\", \"center\");\n"
+"exit_figure.append(\"span\")\n"
+" .attr(\"id\", \"exit-pie\");\n"
+"exit_figure.append(\"figcaption\")\n"
+" .text(L10n.exit_probability);\n"
+msgstr ""
+"var exit_figure = content.append(\"figure\")\n"
+" .style(\"margin\", \"0 5% 0 0\")\n"
+" .style(\"width\", \"44%\")\n"
+" .style(\"float\", \"left\")\n"
+" .style(\"text-align\", \"center\");\n"
+"exit_figure.append(\"span\")\n"
+" .attr(\"id\", \"exit-pie\");\n"
+"exit_figure.append(\"figcaption\")\n"
+" .text(L10n.exit_probability);\n"
+
+#. type: Plain text
+#, no-wrap
+msgid ""
+"content.append(\"div\")\n"
+" .style(\"clear\", \"left\");\n"
+msgstr ""
+"content.append(\"div\")\n"
+" .style(\"clear\", \"left\");\n"
+
+#. type: Plain text
+#, no-wrap