+#. type: Plain text
+#, no-wrap
+msgid "<script>\n"
+msgstr "<script>\n"
+
+#. type: Plain text
+#, no-wrap
+msgid ""
+"var content = d3.select(\"#content\");\n"
+"var consensus_div = content.append(\"div\")\n"
+"consensus_div.append(\"div\")\n"
+" .attr(\"id\", \"consensus-pie\")\n"
+" .style(\"width\", PieDrawer.width + \"px\")\n"
+" .style(\"height\", PieDrawer.height + \"px\")\n"
+" .style(\"float\", \"left\");\n"
+"consensus_div.append(\"div\")\n"
+" .style(\"width\", \"400px\")\n"
+" .style(\"margin-left\", \"5px\")\n"
+" .style(\"line-height\", PieDrawer.height + \"px\")\n"
+" .style(\"font-weight\", \"bold\")\n"
+" .style(\"float\", \"left\")\n"
+" .text(L10n.consensus_weight);\n"
+msgstr ""
+"var content = d3.select(\"#content\");\n"
+"var consensus_div = content.append(\"div\")\n"
+"consensus_div.append(\"div\")\n"
+" .attr(\"id\", \"consensus-pie\")\n"
+" .style(\"width\", PieDrawer.width + \"px\")\n"
+" .style(\"height\", PieDrawer.height + \"px\")\n"
+" .style(\"float\", \"left\");\n"
+"consensus_div.append(\"div\")\n"
+" .style(\"width\", \"400px\")\n"
+" .style(\"margin-left\", \"5px\")\n"
+" .style(\"line-height\", PieDrawer.height + \"px\")\n"
+" .style(\"font-weight\", \"bold\")\n"
+" .style(\"float\", \"left\")\n"
+" .text(L10n.consensus_weight);\n"
+
+#. type: Plain text
+#, no-wrap
+msgid ""
+"var exit_div = content.append(\"div\")\n"
+"exit_div.append(\"div\")\n"
+" .attr(\"id\", \"exit-pie\")\n"
+" .style(\"width\", PieDrawer.width)\n"
+" .style(\"height\", PieDrawer.height)\n"
+" .style(\"clear\", \"left\")\n"
+" .style(\"float\", \"left\");\n"
+"exit_div.append(\"div\")\n"
+" .style(\"width\", \"460px\")\n"
+" .style(\"margin-left\", \"5px\")\n"
+" .style(\"line-height\", PieDrawer.height + \"px\")\n"
+" .style(\"font-weight\", \"bold\")\n"
+" .style(\"float\", \"left\")\n"
+" .text(L10n.exit_probability);\n"
+msgstr ""
+"var exit_div = content.append(\"div\")\n"
+"exit_div.append(\"div\")\n"
+" .attr(\"id\", \"exit-pie\")\n"
+" .style(\"width\", PieDrawer.width)\n"
+" .style(\"height\", PieDrawer.height)\n"
+" .style(\"clear\", \"left\")\n"
+" .style(\"float\", \"left\");\n"
+"exit_div.append(\"div\")\n"
+" .style(\"width\", \"460px\")\n"
+" .style(\"margin-left\", \"5px\")\n"
+" .style(\"line-height\", PieDrawer.height + \"px\")\n"
+" .style(\"font-weight\", \"bold\")\n"
+" .style(\"float\", \"left\")\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
+msgid ""
+"new ConsensusPieDrawer(\"#consensus-pie\").draw();\n"
+"new ExitPieDrawer(\"#exit-pie\").draw();\n"
+"</script>\n"
+msgstr ""
+"new ConsensusPieDrawer(\"#consensus-pie\").draw();\n"
+"new ExitPieDrawer(\"#exit-pie\").draw();\n"
+"</script>\n"
+
+#. type: Title =
+#, no-wrap
+msgid "Relais\n"
+msgstr "Relays\n"
+