msgid ""
msgstr ""
"Project-Id-Version: Nos oignons website\n"
-"POT-Creation-Date: 2015-02-22 10:34+0100\n"
+"POT-Creation-Date: 2016-06-03 14:17+0200\n"
"PO-Revision-Date: 2014-11-19 12:28+0100\n"
"Last-Translator: Nos oignons <webmaster@nos-oignons.net>\n"
"Language-Team: English <webmaster@nos-oignons.net>\n"
msgid "[[!meta stylesheet=\"assets/bw_graphs\" rel=\"stylesheet\"]]\n"
msgstr "[[!meta stylesheet=\"assets/bw_graphs\" rel=\"stylesheet\"]]\n"
+#. type: Plain text
+#, fuzzy, no-wrap
+#| msgid "[[!meta script=\"assets/bw_graphs\"]]\n"
+msgid "[[!meta script=\"assets/weights_graphs\"]]\n"
+msgstr "[[!meta script=\"assets/bw_graphs\"]]\n"
+
+#. type: Plain text
+#, fuzzy, no-wrap
+#| msgid "[[!meta stylesheet=\"assets/bw_graphs\" rel=\"stylesheet\"]]\n"
+msgid "[[!meta stylesheet=\"assets/weights_graphs\" rel=\"stylesheet\"]]\n"
+msgstr "[[!meta stylesheet=\"assets/bw_graphs\" rel=\"stylesheet\"]]\n"
+
#. type: Plain text
#, no-wrap
msgid "[[!meta script=\"assets/pie_graphs\"]]\n"
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"
+" .attr('class', 'graph graph-consensus')\n"
"consensus_figure.append(\"span\")\n"
" .attr(\"id\", \"consensus-pie\");\n"
"consensus_figure.append(\"figcaption\")\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"
+" .attr('class', 'graph graph-consensus')\n"
"consensus_figure.append(\"span\")\n"
" .attr(\"id\", \"consensus-pie\");\n"
"consensus_figure.append(\"figcaption\")\n"
#, 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"
+" .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"
-" .style(\"margin\", \"0 5% 0 0\")\n"
-" .style(\"width\", \"44%\")\n"
-" .style(\"float\", \"left\")\n"
-" .style(\"text-align\", \"center\");\n"
+" .attr('class', 'graph graph-exit')\n"
"exit_figure.append(\"span\")\n"
" .attr(\"id\", \"exit-pie\");\n"
"exit_figure.append(\"figcaption\")\n"
#. type: Plain text
#, no-wrap
msgid ""
-"<table>\n"
+"<table class=\"tor-nodes\">\n"
" <thead>\n"
" <tr>\n"
" <th>Emplacement</th>\n"
" <td><a href=\"https://trac.torproject.org/projects/tor/wiki/doc/ReducedExitPolicy\">Reduced Exit Policy</a></td>\n"
" </tr>\n"
msgstr ""
-"<table>\n"
+"<table class=\"tor-nodes\">\n"
" <thead>\n"
" <tr>\n"
" <th>Location</th>\n"
" <tr>\n"
" <td colspan=\"4\">\n"
" 1,2 : <code>marcuse1</code> et <code>marcuse2</code> sont sur une même\n"
-" machine. Afin de palier à des limitations techniques du logiciel dans\n"
+" machine. Afin de pallier à des limitations techniques du logiciel dans\n"
" la gestion du multi-cœur, il est nécessaire de faire fonctionner deux\n"
" relais afin de pouvoir utiliser toute la bande passante disponible.\n"
" </td>\n"
"\t<tr>\n"
" <td colspan=\"4\">\n"
" 4,5 : <code>marylou1</code> et <code>marylou2</code> sont sur une même\n"
-" machine. Afin de palier à des limitations techniques du logiciel dans\n"
+" machine. Afin de pallier à des limitations techniques du logiciel dans\n"
" la gestion du multi-cœur, il est nécessaire de faire fonctionner deux\n"
" relais afin de pouvoir utiliser toute la bande passante disponible.\n"
" </td>\n"
" .text(L10n.loading);\n"
#. type: Plain text
-#, no-wrap
-msgid ""
+#, fuzzy
+#| msgid ""
+#| "new BwDrawer(\"#bandwidth\").draw();\n"
+#| "</script>\n"
+msgid "new BwDrawer(\"#bandwidth\").draw();"
+msgstr ""
"new BwDrawer(\"#bandwidth\").draw();\n"
"</script>\n"
+
+#. 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"
msgstr ""
"new BwDrawer(\"#bandwidth\").draw();\n"
"</script>\n"