-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"
-" .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
-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"