-msgid "<script>\n"
-msgstr "<script>\n"
-
-#. type: Plain text
-#, no-wrap
-msgid ""
-"var content = d3.select(\"#content\");\n"
-"var consensus_figure = content.append(\"figure\")\n"
-" .attr('class', 'graph graph-consensus')\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"
-" .attr('class', 'graph graph-consensus')\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"
-" .attr('class', 'graph graph-exit')\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"
-" .attr('class', 'graph graph-exit')\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
-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"