+"Pour vous faire une idée, avec nos estimations actuelles, chaque relai "
+"100 Mbit/s devrait nous coûter entre 180 € et 300 € par mois. Un don de 10 € "
+"couvre donc une journée de fonctionnement d'un relai."
+msgstr ""
+"To get an idea, with our current estimates, each 100 Mbit/s relay should "
+"cost between 180 € and 300 € each month. A 10 € donation will cover one day "
+"of operations for one relay."
+
+#. type: Content of: <h3>
+msgid "État de la trésorerie"
+msgstr "Financial state"
+
+#. type: Content of: <div><p>
+msgid "Un oignon correspond à 1 mois de fonctionnement."
+msgstr "An oignon represents one month of operation."
+
+#. type: Content of: <div><p>
+msgid ""
+"Au dela de 6 mois, nous essayons de mettre en place un nouveau relai. En "
+"dessous de 3 mois, nous serons amenés à fermer un relai existant."
+msgstr ""
+"When we have fund for more than 6 months we try to have a new exit node. "
+"Below 3 months, we shall have to close an existing relay."
+
+#. type: Content of: <h3>
+msgid "Par carte bleue"
+msgstr "By credit card"
+
+#. type: Content of: <p>
+msgid ""
+"La collecte de dons pour <em>Nos oignons</em> se fait grâce au Fonds de "
+"Défense de la Neutralité du Net. Ce formulaire redirigera votre navigateur "
+"vers le site <code>secure.fdn2.org</code>."
+msgstr ""
+"Donations for <em>Nos oignons</em> is collected by the <em>Fonds for Defense "
+"of Network Neutrality</em>. This form will redirect your browser to "
+"<code>secure.fdn2.org</code>."
+
+#. type: Content of: <form><select>
+msgid "<select name=\"px\" id=\"px\">"
+msgstr ""
+
+#. type: Content of: <form><select><option>
+msgid "10 €"
+msgstr ""
+
+#. type: Content of: <form><select><option>
+msgid "25 €"
+msgstr ""
+
+#. type: Content of: <form><select><option>
+msgid "50 €"
+msgstr ""
+
+#. type: Content of: <form><select><option>
+msgid "100 €"
+msgstr ""
+
+#. type: Content of: <form><select><option>
+msgid "250 €"
+msgstr ""
+
+#. type: Content of: <form><select><option>
+msgid "Autre"
+msgstr "Other"
+
+#. XXX: need some support code
+#. <div>
+#. <input type="checkbox" name="recurring" id="reccuring" value="true" />
+#. <label for="recurring">Je souhaite faire ce don tous les mois
+#. (<em>banque française seulement</em>).</label>
+#. </div>
+#.
+#. type: Content of: <form>
+msgid ""
+"</select> <input type=\"text\" name=\"custom-amount\" id=\"custom-amount\" /"
+"> <input type=\"hidden\" name=\"lang\" value=\"fr\" /> <input type=\"hidden"
+"\" name=\"dest\" value=\"oignon\" /> <input type=\"submit\" name=\"submit\" "
+"id=\"submit\" value=\"Soutenez le réseau Tor…\" />"
+msgstr ""
+"</select> <input type=\"text\" name=\"custom-amount\" id=\"custom-amount\" /"
+"> <input type=\"hidden\" name=\"lang\" value=\"en\" /> <input type=\"hidden"
+"\" name=\"dest\" value=\"oignon\" /> <input type=\"submit\" name=\"submit\" "
+"id=\"submit\" value=\"Support the Tor network…\" />"
+
+#. type: Content of: <form><script>
+msgid ""
+"var px = document.querySelector('#px'), customAmount = document.querySelector"
+"('#custom-amount'); px.addEventListener('change',function(){ /* Update input "
+"name to prefill FDN form */ if (px.value) { px.name = \"px\"; customAmount."
+"name = \"custom-amount\"; customAmount.value = \"\"; customAmount.style."
+"display = \"none\"; } else { customAmount.style.display = \"inline-block\"; "
+"customAmount.name = \"px\"; px.name = \"dummy_px\"; } });"