|
8 | 8 | xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" |
9 | 9 | xmlns:html="http://www.w3.org/1999/xhtml" |
10 | 10 | buttons="accept" |
11 | | - title="About HTTPS Everywhere" |
| 11 | + title="&https-everywhere.about.title;" |
12 | 12 | width="500" |
13 | 13 | height="550" |
14 | 14 | align="center"> |
15 | 15 |
|
16 | 16 | <script type="application/x-javascript" |
17 | 17 | src="chrome://https-everywhere/content/preferences.js"/> |
18 | 18 | <vbox> |
19 | | - <label style="text-align:center; font-weight:bold; font-size:22px;">HTTPS Everywhere</label> |
20 | | - <label style="text-align:center; font-size:18px; margin-bottom:10px;">Encrypt the Web! Automatically use HTTPS security on many sites.</label> |
| 19 | + <label style="text-align:center; font-weight:bold; font-size:22px;">&https-everywhere.about.ext_name;</label> |
| 20 | + <label style="text-align:center; font-size:18px; margin-bottom:10px;">&https-everywhere.about.ext_description;</label> |
21 | 21 |
|
22 | 22 | <groupbox> |
23 | | - <caption label="Version" /> |
| 23 | + <caption label="&https-everywhere.about.version;" /> |
24 | 24 | <label>2.0development.1</label> |
25 | 25 | </groupbox> |
26 | 26 |
|
27 | 27 | <groupbox> |
28 | | - <caption label="Created by" /> |
| 28 | + <caption label="&https-everywhere.about.created_by;" /> |
29 | 29 | <label>Mike Perry and Peter Eckersley</label> |
30 | 30 | </groupbox> |
31 | 31 |
|
32 | 32 | <groupbox> |
33 | | - <caption label="Ruleset Librarians" /> |
| 33 | + <caption label="&https-everywhere.about.librarians;" /> |
34 | 34 | <label>Seth Schoen, Mike Cardwell and Andreas Jonsson</label> |
35 | 35 | </groupbox> |
36 | 36 |
|
37 | 37 | <groupbox> |
38 | | - <caption label="Thanks to" /> |
| 38 | + <caption label="&https-everywhere.about.thanks;" /> |
39 | 39 | <label>Many many contributors, including Alec Moskvin, Alex Xu, Chris |
40 | 40 | Palmer, Claudio Moretti, Daniel Kahn Gillmor, Felix Geyer, Heiko Adams, |
41 | 41 | Jeroen van der Gun, Jorge Bernal, katmagic, Micah Lee, Ori Avtalion, |
|
44 | 44 | </groupbox> |
45 | 45 |
|
46 | 46 | <label style="font-weight:bold; margin-top:10px;"> |
47 | | - If you like HTTPS Everywhere, you might consider |
| 47 | + &https-everywhere.about.countribute; |
48 | 48 | <label id="donate link" |
49 | | - value="Donating to Tor" |
| 49 | + value="&https-everywhere.about.donate_tor;" |
50 | 50 | style="color: blue; cursor:hand; text-decoration:underline; font-style:bold" |
51 | 51 | onmouseover="event.target.style.cursor='pointer'" |
52 | 52 | onmouseout="event.target.style.cursor='default'" |
53 | 53 | onclick="window_opener('https://www.torproject.org/donate/donate.html.en')"/> |
54 | 54 | or |
55 | 55 | <label id="donate link2" |
56 | | - value="Donating to EFF" |
| 56 | + value="&https-everywhere.about.donate_eff;" |
57 | 57 | style="color: blue; cursor:hand; text-decoration:underline; font-style:bold" |
58 | 58 | onmouseover="event.target.style.cursor='pointer'" |
59 | 59 | onmouseout="event.target.style.cursor='default'" |
|
0 commit comments