+
+#. type: Plain text
+#, fuzzy, no-wrap
+#| msgid ""
+#| "<script>\n"
+#| "d3.select(\"#content\").append(\"h1\")\n"
+#| " .text(L10n.bandwidth);\n"
+#| "d3.select(\"#content\").append(\"div\")\n"
+#| " .attr(\"id\", \"bandwidth\")\n"
+#| " .text(L10n.loading);\n"
+msgid ""
+"d3.select(\"#content\").append(\"h1\")\n"
+" .text(L10n.weights);\n"
+"d3.select(\"#content\").append(\"div\")\n"
+" .attr(\"id\", \"weights\")\n"
+" .text(L10n.loading);\n"
+msgstr ""
+"<script>\n"
+"d3.select(\"#content\").append(\"h1\")\n"
+" .text(L10n.bandwidth);\n"
+"d3.select(\"#content\").append(\"div\")\n"
+" .attr(\"id\", \"bandwidth\")\n"
+" .text(L10n.loading);\n"
+
+#. type: Plain text
+#, fuzzy, no-wrap
+#| msgid ""
+#| "new BwDrawer(\"#bandwidth\").draw();\n"
+#| "</script>\n"
+msgid ""
+"new WeightsDrawer(\"#weights\").draw();\n"
+"</script>\n"