-msgid "[[!meta title=\"Services\"]]\n"
-msgstr "[[!meta title=\"Services\"]]\n"
-
-#. 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\", \"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.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\", \"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.consensus_weight);\n"