]> nos-oignons.net Git - graphnion.git/blob - l10n.fr.js
Use 'width' setting in demo.
[graphnion.git] / l10n.fr.js
1 /* graphnion: display Tor relay graphs on a website
2  *
3  * Copyright © 2013-2015 Nos oignons <contact@nos-oignons.net>
4  *
5  * graphnion is licensed under the Creative Commons Attribution-Share
6  * Alike 3.0 Unported license.
7  *
8  * You are free:
9  *
10  * • to share – to copy, distribute and transmit the work
11  * • to remix – to adapt the work
12  *
13  * Under the following conditions:
14  * • attribution – You must attribute the work in the manner specified
15  *   by the author or licensor (but not in any way that suggests that they
16  *   endorse you or your use of the work).
17  * • share alike – If you alter, transform, or build upon this work,
18  *   you may distribute the resulting work only under the same or similar
19  *   license to this one.
20  */
21
22 function L10n() { };
23 L10n.loading = "Chargement…";
24 L10n.consensus_weight = "Poids de Nos oignons dans le réseau Tor";
25 L10n.exit_probability = "Probabilité d'utiliser un de nos nœuds de sortie";
26 L10n.bandwidth = "Bande passante";
27 L10n.nos_oignons = "Nos oignons";
28 L10n.others = "Autres";
29 L10n.t_3_days = "3 jours";
30 L10n.t_1_week = "1 semaine";
31 L10n.t_1_month = "1 mois";
32 L10n.t_3_months = "3 mois";
33 L10n.t_1_year = "1 an";