]> nos-oignons.net Git - graphnion.git/blob - l10n.en.js
typo
[graphnion.git] / l10n.en.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 = "Loading…";
24 L10n.consensus_weight = "Nos oignons' weight in the Tor network";
25 L10n.exit_probability = "Probability to use one of our exit nodes";
26 L10n.bandwidth = "Bandwidth";
27 L10n.nos_oignons = "Nos oignons";
28 L10n.others = "Others";
29 L10n.t_3_days = "3 days";
30 L10n.t_1_week = "1 week";
31 L10n.t_1_month = "1 month";
32 L10n.t_3_months = "3 months";
33 L10n.t_1_year = "1 year";