[tor-commits] [tor-browser-spec/master] Adding Tor Launcher integration proposal

2019-02-07 Thread gk
commit b5cd3d78f4e118642731a55ec8019fa3c4382f1a
Author: Georg Koppen 
Date:   Fri Feb 8 07:41:15 2019 +

Adding Tor Launcher integration proposal
---
 ...102-integrate-tor-launcher-into-tor-browser.txt | 201 +
 1 file changed, 201 insertions(+)

diff --git a/proposals/102-integrate-tor-launcher-into-tor-browser.txt 
b/proposals/102-integrate-tor-launcher-into-tor-browser.txt
new file mode 100644
index 000..04d882b
--- /dev/null
+++ b/proposals/102-integrate-tor-launcher-into-tor-browser.txt
@@ -0,0 +1,201 @@
+Filename:102-integrate-tor-launcher-into-tor-browser.txt
+Title: Integration of Tor Launcher into Tor Browser Core
+Author: Mark Smith and Kathleen Brade
+Created: 22-Jan-2019
+Updated: 7-Feb-2019
+Status: Accepted
+Ticket: #28044
+
+1. Overview
+
+This proposal describes how we will integrate Tor Launcher into the
+browser core code while still allowing it to be built as a separate
+XUL/XPCOM extension for use in conjunction with TorBirdy and other
+projects.
+
+2. Motivation
+
+Tor Launcher was created in 2013 as a XUL/XPCOM extension to replace use
+of Vidalia within what was then referred to as the Tor Browser Bundle.
+Starting with Firefox 68esr, XUL/XPCOM extensions are no longer supported
+within the ESR series or any other Firefox codebase that is actively
+maintained by Mozilla.
+
+2.1 Why Not Rewrite Tor Launcher as a WebExtension?
+
+The WebExtensions API is Mozilla's replacement for the legacy XUL/XPCOM
+extension framework. Mozilla's implementation is based on that of
+Chrome with some of their own changes. Unfortunately, WebExtensions
+is by design a much more limited and restrictive API than the legacy
+extension framework.
+
+Given the large gap between the capabilities that Tor Launcher needs
+and what is provided by the WebExtensions API, it makes more sense to
+integrate Tor Launcher into the browser core so that it can continue
+to use privileged APIs that WebExtensions will probably never acquire.
+See https://trac.torproject.org/projects/tor/ticket/17248 for more
+background.
+
+2.2 Requirements
+ R1. Integrate Tor Launcher into the core browser so that it does
+ not appear as a separate extension.
+ R2. Provide a way to omit Tor Launcher at build time. This is needed
+ for projects such as Tor Browser Android that have their own
+ Tor launcher and controller implementation.
+ R3. Allow users and projects such as Tails to disable Tor Launcher
+ at runtime via environment variables and hidden preferences as is
+ possible today.
+ R4. Minimize changes to the Tor Launcher code, architecture, and UI.
+ We do not have a lot of time before we need to move Tor Browser to
+ a Firefox 68esr codebase; minimizing unnecessary changes will help
+ that process go faster and will minimize regressions.
+ R5. Continue to maintain a separate git repository for Tor Launcher. This
+ will allow development of Tor Launcher to proceed outside of core
+ browser development and will also facilitate continued use of Tor
+ Launcher as a XUL/XPCOM extension by those projects that have that
+ requirement, e.g., TorBirdy.
+
+3. Design
+
+Building upon the work done by Matt (sysrqb) in
+https://trac.torproject.org/projects/tor/ticket/25260, we will include
+Tor Launcher in the browser core. We will also maintain the capability
+to package the Tor Launcher code as a XUL/XPCOM extension for use by
+projects such as TorBirdy.
+
+3.1 Source Code Integration
+
+Prior to building the browser, the Tor Launcher code will be placed
+under browser/extensions/tor-launcher/. To avoid the problems
+associated with git submodules, this will be done using a nested git
+repository. Specifically, we want to facilitate nightly and developer
+builds that require that the Tor Launcher code be referred to by a
+branch or symbolic name rather than a git hash.
+
+To accomplish the above within the tor-browser-build rbm-based process,
+we will do the following:
+  - Modify the tor-launcher project to create a tar file from the sources
+instead of an xpi file.
+  - Remove the tor-launcher dependency from projects/tor-browser and add
+it to projects/firefox.
+  - Modify projects/firefox/build to extract the tor-launcher tarball
+under browser/extensions/tor-launcher/ before starting the Firefox
+build process.
+
+To allow Tor Launcher to be omitted from the browser at build time,
+we will patch the tor-browser code to add a --disable-tor-launcher
+configure option.
+
+3.2 The Location of Tor Launcher Files In The Final Browser Package
+
+All of the Tor Launcher files will be packaged inside browser/omni.ja
+in the final browser package. Within browser/omni.ja, files will be at
+the following locations:
+  defaults/preferences/torlauncher-prefs.js
+  chrome/torlauncher/components/
+  chrome/torlauncher/content/
+  chrome/torlauncher/locale/
+  chrome/torlauncher/modules/
+  chrome/torlauncher/skin/
+
+This approach will keep most of the Tor 

[tor-commits] [translation/tor-launcher-properties] Update translations for tor-launcher-properties

2019-02-07 Thread translation
commit 025cb1db3a723dd1fff7c3a70cbfdbfb9a76cba7
Author: Translation commit bot 
Date:   Fri Feb 8 01:19:17 2019 +

Update translations for tor-launcher-properties
---
 da/torlauncher.properties | 36 ++--
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/da/torlauncher.properties b/da/torlauncher.properties
index 2b4538fc0..3046997e8 100644
--- a/da/torlauncher.properties
+++ b/da/torlauncher.properties
@@ -53,30 +53,30 @@ torlauncher.forAssistance2=For hjælp, besøg %S
 torlauncher.copiedNLogMessages=Kopieringen er gennemført. %S logbeskeder fra 
Tor er klar til at blive sat ind i et tekstdokument eller en e-mail.
 
 torlauncher.bootstrapStatus.starting=Starter
-torlauncher.bootstrapStatus.conn_pt=Connecting to bridge
-torlauncher.bootstrapStatus.conn_done_pt=Connected to bridge
-torlauncher.bootstrapStatus.conn_proxy=Connecting to proxy
-torlauncher.bootstrapStatus.conn_done_proxy=Connected to proxy
-torlauncher.bootstrapStatus.conn=Connecting to a Tor relay
-torlauncher.bootstrapStatus.conn_done=Connected to a Tor relay
-torlauncher.bootstrapStatus.handshake=Negotiating with a Tor relay
-torlauncher.bootstrapStatus.handshake_done=Finished negotiating with a Tor 
relay
+torlauncher.bootstrapStatus.conn_pt=Opretter forbindelse til bro
+torlauncher.bootstrapStatus.conn_done_pt=Forbundet til bro
+torlauncher.bootstrapStatus.conn_proxy=Opretter forbindelse til proxy
+torlauncher.bootstrapStatus.conn_done_proxy=Forbundet til proxy
+torlauncher.bootstrapStatus.conn=Opretter forbindelse til et Tor-relæ
+torlauncher.bootstrapStatus.conn_done=Forbundet til et Tor-relæ
+torlauncher.bootstrapStatus.handshake=Forhandler med et Tor-relæ
+torlauncher.bootstrapStatus.handshake_done=Færdig med at forhandle med et 
Tor-relæ
 torlauncher.bootstrapStatus.onehop_create=Etablerer en krypteret mappe 
forbindelse
 torlauncher.bootstrapStatus.requesting_status=Henter netværksstatus
 torlauncher.bootstrapStatus.loading_status=Indlæser netværksstatus
 torlauncher.bootstrapStatus.loading_keys=Indlæser nøglecentercertifikater
 torlauncher.bootstrapStatus.requesting_descriptors=Anmoder om relæ information
 torlauncher.bootstrapStatus.loading_descriptors=Indlæser relæinformation
-torlauncher.bootstrapStatus.enough_dirinfo=Finished loading relay information
-torlauncher.bootstrapStatus.ap_conn_pt=Building circuits: Connecting to bridge
-torlauncher.bootstrapStatus.ap_conn_done_pt=Building circuits: Connected to 
bridge
-torlauncher.bootstrapStatus.ap_conn_proxy=Building circuits: Connecting to 
proxy
-torlauncher.bootstrapStatus.ap_conn_done_proxy=Building circuits: Connected to 
proxy
-torlauncher.bootstrapStatus.ap_conn=Building circuits: Connecting to a Tor 
relay
-torlauncher.bootstrapStatus.ap_conn_done=Building circuits: Connected to a Tor 
relay
-torlauncher.bootstrapStatus.ap_handshake=Building circuits: Negotiating with a 
Tor relay
-torlauncher.bootstrapStatus.ap_handshake_done=Building circuits: Finished 
negotiating with a Tor relay
-torlauncher.bootstrapStatus.circuit_create=Building circuits: Establishing a 
Tor circuit
+torlauncher.bootstrapStatus.enough_dirinfo=Færdig med at indlæse 
relæinformation
+torlauncher.bootstrapStatus.ap_conn_pt=Bygger kredsløb: Opretter forbindelse 
til bro
+torlauncher.bootstrapStatus.ap_conn_done_pt=Bygger kredsløb: Forbundet til bro
+torlauncher.bootstrapStatus.ap_conn_proxy=Bygger kredsløb: Opretter 
forbindelse til proxy
+torlauncher.bootstrapStatus.ap_conn_done_proxy=Bygger kredsløb: Forbundet til 
proxy
+torlauncher.bootstrapStatus.ap_conn=Bygger kredsløb: Opretter forbindelse til 
Tor-relæ
+torlauncher.bootstrapStatus.ap_conn_done=Bygger kredsløb: Forbundet til 
Tor-relæ
+torlauncher.bootstrapStatus.ap_handshake=Bygger kredsløb: Forhandler med et 
Tor-relæ
+torlauncher.bootstrapStatus.ap_handshake_done=Bygger kredsløb: Færdig med at 
forhandle med et Tor-relæ
+torlauncher.bootstrapStatus.circuit_create=Bygger kredsløb: Etablerer et 
Tor-kredsløb
 torlauncher.bootstrapStatus.done=Forbundet til Tor-netværket!
 
 torlauncher.bootstrapWarning.done=færdig

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/tor-launcher-properties_completed] Update translations for tor-launcher-properties_completed

2019-02-07 Thread translation
commit f8f9d0d3143ac0155f50edce4eb1de91933160af
Author: Translation commit bot 
Date:   Fri Feb 8 01:19:24 2019 +

Update translations for tor-launcher-properties_completed
---
 da/torlauncher.properties | 24 
 1 file changed, 20 insertions(+), 4 deletions(-)

diff --git a/da/torlauncher.properties b/da/torlauncher.properties
index c959ed146..3046997e8 100644
--- a/da/torlauncher.properties
+++ b/da/torlauncher.properties
@@ -52,15 +52,31 @@ torlauncher.forAssistance2=For hjælp, besøg %S
 
 torlauncher.copiedNLogMessages=Kopieringen er gennemført. %S logbeskeder fra 
Tor er klar til at blive sat ind i et tekstdokument eller en e-mail.
 
-torlauncher.bootstrapStatus.conn_dir=Opretter forbindelse til en relæmappe
-torlauncher.bootstrapStatus.handshake_dir=Etablerer en krypteret mappe 
forbindelse
+torlauncher.bootstrapStatus.starting=Starter
+torlauncher.bootstrapStatus.conn_pt=Opretter forbindelse til bro
+torlauncher.bootstrapStatus.conn_done_pt=Forbundet til bro
+torlauncher.bootstrapStatus.conn_proxy=Opretter forbindelse til proxy
+torlauncher.bootstrapStatus.conn_done_proxy=Forbundet til proxy
+torlauncher.bootstrapStatus.conn=Opretter forbindelse til et Tor-relæ
+torlauncher.bootstrapStatus.conn_done=Forbundet til et Tor-relæ
+torlauncher.bootstrapStatus.handshake=Forhandler med et Tor-relæ
+torlauncher.bootstrapStatus.handshake_done=Færdig med at forhandle med et 
Tor-relæ
+torlauncher.bootstrapStatus.onehop_create=Etablerer en krypteret mappe 
forbindelse
 torlauncher.bootstrapStatus.requesting_status=Henter netværksstatus
 torlauncher.bootstrapStatus.loading_status=Indlæser netværksstatus
 torlauncher.bootstrapStatus.loading_keys=Indlæser nøglecentercertifikater
 torlauncher.bootstrapStatus.requesting_descriptors=Anmoder om relæ information
 torlauncher.bootstrapStatus.loading_descriptors=Indlæser relæinformation
-torlauncher.bootstrapStatus.conn_or=Opretter forbindelse til Tor-netværket
-torlauncher.bootstrapStatus.handshake_or=Etablerer et Tor-kredsløb
+torlauncher.bootstrapStatus.enough_dirinfo=Færdig med at indlæse 
relæinformation
+torlauncher.bootstrapStatus.ap_conn_pt=Bygger kredsløb: Opretter forbindelse 
til bro
+torlauncher.bootstrapStatus.ap_conn_done_pt=Bygger kredsløb: Forbundet til bro
+torlauncher.bootstrapStatus.ap_conn_proxy=Bygger kredsløb: Opretter 
forbindelse til proxy
+torlauncher.bootstrapStatus.ap_conn_done_proxy=Bygger kredsløb: Forbundet til 
proxy
+torlauncher.bootstrapStatus.ap_conn=Bygger kredsløb: Opretter forbindelse til 
Tor-relæ
+torlauncher.bootstrapStatus.ap_conn_done=Bygger kredsløb: Forbundet til 
Tor-relæ
+torlauncher.bootstrapStatus.ap_handshake=Bygger kredsløb: Forhandler med et 
Tor-relæ
+torlauncher.bootstrapStatus.ap_handshake_done=Bygger kredsløb: Færdig med at 
forhandle med et Tor-relæ
+torlauncher.bootstrapStatus.circuit_create=Bygger kredsløb: Etablerer et 
Tor-kredsløb
 torlauncher.bootstrapStatus.done=Forbundet til Tor-netværket!
 
 torlauncher.bootstrapWarning.done=færdig

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tpo/staging] i18n updates

2019-02-07 Thread emmapeel
commit debf31fc69a11c7d6e861d15e0444277e4ae29ec
Author: emma peel 
Date:   Fri Feb 8 00:48:36 2019 +0100

i18n updates
---
 templates/reports.html  | 10 +-
 templates/sponsors.html |  8 
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/templates/reports.html b/templates/reports.html
index 80cef40..97a5ffc 100644
--- a/templates/reports.html
+++ b/templates/reports.html
@@ -1,5 +1,5 @@
 
-  Founding Documents
+{{ _('Founding Documents') }}
 
 
   
@@ -13,15 +13,15 @@
 
 
 
-  Reports
+{{ _('Reports') }}
 
 
   
   
 
-  Year
-  Type
-  Title
+  {{ _('Year') }}
+  {{ _('Type') }}
+  {{ _('Title') }}
   
 
   
diff --git a/templates/sponsors.html b/templates/sponsors.html
index bcc0974..5498217 100644
--- a/templates/sponsors.html
+++ b/templates/sponsors.html
@@ -1,8 +1,8 @@
 
-   Thank you to all the people and groups who have made Tor possible so 
far, and thank you especially to the individual volunteers who have made 
non-financial contributions: coding, testing, documenting, educating, 
researching, and running the relays that make up the Tor network.
+{{ _('Thank you to all the people and groups who have made Tor possible so 
far, and thank you especially to the individual volunteers who have made 
non-financial contributions: coding, testing, documenting, educating, 
researching, and running the relays that make up the Tor network.') }}
 
 
-Active Sponsors
+{{ _('Active Sponsors') }}
 
 
   
@@ -14,7 +14,7 @@
   
 
 
-Past Sponsors
+{{ _('Past Sponsors') }}
 
 
 
@@ -32,7 +32,7 @@
   
 
 
-  This sponsors page is based upon un-audited and un-reviewed financial 
and in-kind donations, contract, and other data. Further details about our 
audited and reviewed funding can be found on our Financial Reports page.
+{{ _('This sponsors page is based upon un-audited and un-reviewed 
financial and in-kind donations, contract, and other data. Further details 
about our audited and reviewed funding can be found on our Financial Reports page.') }}
 
   
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [meek/master] meek-client-torbrowser no longer has special handling for SIGINT.

2019-02-07 Thread dcf
commit bbe789add5ece1d493f065ff0d0b125b0c2a6c78
Author: David Fifield 
Date:   Thu Feb 7 15:21:17 2019 -0700

meek-client-torbrowser no longer has special handling for SIGINT.

Since 0ec986eb2b4bc23d81e6e8beffd382890f55bfb1. This is the case with
all pluggable transports now.
---
 meek-client-torbrowser/meek-client-torbrowser.go | 10 --
 1 file changed, 10 deletions(-)

diff --git a/meek-client-torbrowser/meek-client-torbrowser.go 
b/meek-client-torbrowser/meek-client-torbrowser.go
index 5c5316a..2daa108 100644
--- a/meek-client-torbrowser/meek-client-torbrowser.go
+++ b/meek-client-torbrowser/meek-client-torbrowser.go
@@ -391,14 +391,4 @@ func main() {
if err != nil {
log.Print(err)
}
-
-   // If SIGINT, wait for a second SIGINT.
-   if sig == syscall.SIGINT {
-   sig := <-sigChan
-   log.Printf("sig %s", sig)
-   err = logSignal(meekClientCmd.Process, sig)
-   if err != nil {
-   log.Print(err)
-   }
-   }
 }

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/https_everywhere] Update translations for https_everywhere

2019-02-07 Thread translation
commit c59b903b724ac2a0e7a77415ddd80d887468d470
Author: Translation commit bot 
Date:   Thu Feb 7 21:15:43 2019 +

Update translations for https_everywhere
---
 sv/https-everywhere.dtd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sv/https-everywhere.dtd b/sv/https-everywhere.dtd
index 2399eeaf1..09bf0b0a4 100644
--- a/sv/https-everywhere.dtd
+++ b/sv/https-everywhere.dtd
@@ -8,7 +8,7 @@
 
 
 
-
+
 
 
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/https_everywhere_completed] Update translations for https_everywhere_completed

2019-02-07 Thread translation
commit f729058640936342a21b07e50062a5b83909d4f3
Author: Translation commit bot 
Date:   Thu Feb 7 21:15:52 2019 +

Update translations for https_everywhere_completed
---
 sv/https-everywhere.dtd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sv/https-everywhere.dtd b/sv/https-everywhere.dtd
index 2399eeaf1..09bf0b0a4 100644
--- a/sv/https-everywhere.dtd
+++ b/sv/https-everywhere.dtd
@@ -8,7 +8,7 @@
 
 
 
-
+
 
 
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/tpo-web_completed] Update translations for tpo-web_completed

2019-02-07 Thread translation
commit 4f6b926315a953c064c92c44352d4cb1dd35a9f8
Author: Translation commit bot 
Date:   Thu Feb 7 19:49:48 2019 +

Update translations for tpo-web_completed
---
 contents.pot | 110 +--
 1 file changed, 107 insertions(+), 3 deletions(-)

diff --git a/contents.pot b/contents.pot
index 4ba0678ee..d230eb5a2 100644
--- a/contents.pot
+++ b/contents.pot
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-02-07 19:46+CET\n"
+"POT-Creation-Date: 2019-02-07 20:36+CET\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME \n"
 "Language-Team: en \n"
@@ -2539,6 +2539,10 @@ msgstr ""
 "Are you a iOS user? We encourage you to try Onion Browser."
 
+#: templates/download-languages.html:11 templates/download-options.html:11
+msgid "Language"
+msgstr "Language"
+
 #: templates/download.html:7
 msgid "Get connected"
 msgstr "Get connected"
@@ -2595,11 +2599,37 @@ msgstr ""
 "already comes with HTTPS Everywhere, NoScript, and other patches to protect "
 "your privacy and security."
 
-#: templates/footer.html:13 templates/hero-home.html:13
-#: templates/navbar.html:57
+#: templates/download.html:35
+msgid ""
+"Check out the https://manual.torproject.org\; "
+"target=\"_blank\">manual for more troubleshooting tips."
+msgstr ""
+"Check out the https://manual.torproject.org\; "
+"target=\"_blank\">manual for more troubleshooting tips."
+
+#: templates/download.html:43
+msgid ""
+"Verify Tor Browser signature https://support.torproject.org/how-to-verify-signature\; "
+"target=\"_blank\">here."
+msgstr ""
+"Verify Tor Browser signature https://support.torproject.org/how-to-verify-signature\; "
+"target=\"_blank\">here."
+
+#: templates/footer.html:9 templates/footer.html:13
+#: templates/hero-home.html:13 templates/navbar.html:57
 msgid "Download Tor Browser"
 msgstr "Download Tor Browser"
 
+#: templates/footer.html:10
+msgid ""
+"Download Tor Browser to experience real private browsing without tracking, "
+"surveillance, or censorship."
+msgstr ""
+"Download Tor Browser to experience real private browsing without tracking, "
+"surveillance, or censorship."
+
 #: templates/footer.html:22
 msgid "Our mission:"
 msgstr "Our mission:"
@@ -2756,10 +2786,84 @@ msgstr "We invite you to join us on IRC to find how you 
can get involved."
 msgid "Tor Logo"
 msgstr "Tor Logo"
 
+#: templates/people.html:2
+msgid "Board of Directors"
+msgstr "Board of Directors"
+
+#: templates/people.html:14
+msgid "Core Tor"
+msgstr "Core Tor"
+
+#: templates/people.html:27
+msgid "Join Our Team"
+msgstr "Join Our Team"
+
+#: templates/people.html:28
+msgid ""
+"Even if we aren’t hiring, you can contribute to Tor. We are open to ideas "
+"and studies to improve Tor software. If you’re a developer, we welcome you "
+"to sign up for our dev mailing list to see what we’re up to."
+msgstr ""
+"Even if we aren’t hiring, you can contribute to Tor. We are open to ideas "
+"and studies to improve Tor software. If you’re a developer, we welcome you "
+"to sign up for our dev mailing list to see what we’re up to."
+
 #: templates/people.html:31
 msgid "Sign up for tor-dev"
 msgstr "Sign up for tor-dev"
 
+#: templates/press.html:7
+msgid "Get support"
+msgstr "Get support"
+
+#: templates/press.html:9
+msgid "Visit our Support Portal"
+msgstr "Visit our Support Portal"
+
+#: templates/press.html:12
+msgid "Ask us on #tor"
+msgstr "Ask us on #tor"
+
+#: templates/press.html:15
+msgid "Write to a mailing list"
+msgstr "Write to a mailing list"
+
+#: templates/press.html:22
+msgid "Brand Assets"
+msgstr "Brand Assets"
+
+#: templates/press.html:24
+msgid "The Tor Project"
+msgstr "The Tor Project"
+
+#: templates/press.html:27
+msgid "The Tor Browser"
+msgstr "The Tor Browser"
+
+#: templates/press.html:30
+msgid "Onion Services"
+msgstr "Onion Services"
+
+#: templates/press.html:40
+msgid "Press Releases"
+msgstr "Press Releases"
+
+#: templates/press.html:54
+msgid "Coverage"
+msgstr "Coverage"
+
+#: templates/press.html:61
+msgid "Date"
+msgstr "Date"
+
+#: templates/press.html:62
+msgid "Publication"
+msgstr "Publication"
+
+#: templates/press.html:63
+msgid "Topic"
+msgstr "Topic"
+
 #: templates/search.html:5
 msgid "Search"
 msgstr "Search"

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/tpo-web] Update translations for tpo-web

2019-02-07 Thread translation
commit 9a5bf86325a5f3b43e2e413ecf135550afc61710
Author: Translation commit bot 
Date:   Thu Feb 7 19:49:43 2019 +

Update translations for tpo-web
---
 contents+de.po| 100 +++--
 contents+es.po| 100 +++--
 contents+fr.po| 104 ---
 contents+pt-BR.po | 100 +++--
 contents.pot  | 110 --
 5 files changed, 497 insertions(+), 17 deletions(-)

diff --git a/contents+de.po b/contents+de.po
index 34136e818..cae6f8526 100644
--- a/contents+de.po
+++ b/contents+de.po
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-02-07 19:46+CET\n"
+"POT-Creation-Date: 2019-02-07 20:36+CET\n"
 "PO-Revision-Date: 2019-01-10 12:38+\n"
 "Last-Translator: Emma Peel, 2019\n"
 "Language-Team: German (https://www.transifex.com/otf/teams/94225/de/)\n"
@@ -2145,6 +2145,10 @@ msgid ""
 "href=\"\">Onion Browser."
 msgstr ""
 
+#: templates/download-languages.html:11 templates/download-options.html:11
+msgid "Language"
+msgstr ""
+
 #: templates/download.html:7
 msgid "Get connected"
 msgstr ""
@@ -2187,11 +2191,30 @@ msgid ""
 "your privacy and security."
 msgstr ""
 
-#: templates/footer.html:13 templates/hero-home.html:13
-#: templates/navbar.html:57
+#: templates/download.html:35
+msgid ""
+"Check out the https://manual.torproject.org\; "
+"target=\"_blank\">manual for more troubleshooting tips."
+msgstr ""
+
+#: templates/download.html:43
+msgid ""
+"Verify Tor Browser signature https://support.torproject.org/how-to-verify-signature\; "
+"target=\"_blank\">here."
+msgstr ""
+
+#: templates/footer.html:9 templates/footer.html:13
+#: templates/hero-home.html:13 templates/navbar.html:57
 msgid "Download Tor Browser"
 msgstr "Tor Browser herunterladen"
 
+#: templates/footer.html:10
+msgid ""
+"Download Tor Browser to experience real private browsing without tracking, "
+"surveillance, or censorship."
+msgstr ""
+
 #: templates/footer.html:22
 msgid "Our mission:"
 msgstr "Unsere Mission:"
@@ -2333,10 +2356,81 @@ msgstr ""
 msgid "Tor Logo"
 msgstr "Tor Logo"
 
+#: templates/people.html:2
+msgid "Board of Directors"
+msgstr ""
+
+#: templates/people.html:14
+msgid "Core Tor"
+msgstr ""
+
+#: templates/people.html:27
+msgid "Join Our Team"
+msgstr ""
+
+#: templates/people.html:28
+msgid ""
+"Even if we aren’t hiring, you can contribute to Tor. We are open to ideas "
+"and studies to improve Tor software. If you’re a developer, we welcome you "
+"to sign up for our dev mailing list to see what we’re up to."
+msgstr ""
+
 #: templates/people.html:31
 msgid "Sign up for tor-dev"
 msgstr ""
 
+#: templates/press.html:7
+msgid "Get support"
+msgstr ""
+
+#: templates/press.html:9
+msgid "Visit our Support Portal"
+msgstr ""
+
+#: templates/press.html:12
+msgid "Ask us on #tor"
+msgstr ""
+
+#: templates/press.html:15
+msgid "Write to a mailing list"
+msgstr ""
+
+#: templates/press.html:22
+msgid "Brand Assets"
+msgstr ""
+
+#: templates/press.html:24
+msgid "The Tor Project"
+msgstr ""
+
+#: templates/press.html:27
+msgid "The Tor Browser"
+msgstr ""
+
+#: templates/press.html:30
+msgid "Onion Services"
+msgstr "Onion-Dienste"
+
+#: templates/press.html:40
+msgid "Press Releases"
+msgstr ""
+
+#: templates/press.html:54
+msgid "Coverage"
+msgstr ""
+
+#: templates/press.html:61
+msgid "Date"
+msgstr ""
+
+#: templates/press.html:62
+msgid "Publication"
+msgstr ""
+
+#: templates/press.html:63
+msgid "Topic"
+msgstr ""
+
 #: templates/search.html:5
 msgid "Search"
 msgstr "Suchen"
diff --git a/contents+es.po b/contents+es.po
index 9419fc518..0cb88772d 100644
--- a/contents+es.po
+++ b/contents+es.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-02-07 19:46+CET\n"
+"POT-Creation-Date: 2019-02-07 20:36+CET\n"
 "PO-Revision-Date: 2019-01-10 12:38+\n"
 "Last-Translator: Emma Peel, 2019\n"
 "Language-Team: Spanish (https://www.transifex.com/otf/teams/94225/es/)\n"
@@ -2142,6 +2142,10 @@ msgid ""
 "href=\"\">Onion Browser."
 msgstr ""
 
+#: templates/download-languages.html:11 templates/download-options.html:11
+msgid "Language"
+msgstr ""
+
 #: templates/download.html:7
 msgid "Get connected"
 msgstr ""
@@ -2184,11 +2188,30 @@ msgid ""
 "your privacy and security."
 msgstr ""
 
-#: templates/footer.html:13 templates/hero-home.html:13
-#: templates/navbar.html:57
+#: templates/download.html:35
+msgid ""
+"Check out the https://manual.torproject.org\; "
+"target=\"_blank\">manual for more troubleshooting tips."
+msgstr ""
+
+#: templates/download.html:43
+msgid ""
+"Verify Tor Browser signature https://support.torproject.org/how-to-verify-signature\; "
+"target=\"_blank\">here."
+msgstr ""
+
+#: templates/footer.html:9 

[tor-commits] [tpo/staging] i18n updates

2019-02-07 Thread emmapeel
commit 7ba398f908d69531d3a4342b27b1f142751a65a6
Author: emma peel 
Date:   Thu Feb 7 20:43:55 2019 +0100

i18n updates
---
 templates/download-options.html |  2 +-
 templates/people.html   |  8 
 templates/press.html| 26 +-
 templates/projects.html |  4 ++--
 4 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/templates/download-options.html b/templates/download-options.html
index 5ed6ffa..28d7ccc 100644
--- a/templates/download-options.html
+++ b/templates/download-options.html
@@ -8,7 +8,7 @@
 
   
 
-  Language
+  {{ _('Language') }}
   Windows
   MacOS
   GNU/Linux
diff --git a/templates/people.html b/templates/people.html
index 83e8805..2ca9bbc 100644
--- a/templates/people.html
+++ b/templates/people.html
@@ -1,5 +1,5 @@
 
-  Board of Directors
+  {{ _('Board of Directors') }}
 
 
   
@@ -11,7 +11,7 @@
   
 
 
-  Core Tor
+  {{ _('Core Tor') }}
 
 
   
@@ -24,8 +24,8 @@
 
 
   
-Join Our Team
-Even if we aren’t hiring, you can contribute to 
Tor. We are open to ideas and studies to improve Tor software. If you’re a 
developer, we welcome you to sign up for our dev mailing list to see what 
we’re up to.
+{{ _('Join Our Team') }}
+{{ _("Even if we aren’t hiring, you can 
contribute to Tor. We are open to ideas and studies to improve Tor software. If 
you’re a developer, we welcome you to sign up for our dev mailing list to see 
what we’re up to.") }}
 
   
 {{ _("Sign up for tor-dev") }}
diff --git a/templates/press.html b/templates/press.html
index e87b31e..61f9707 100644
--- a/templates/press.html
+++ b/templates/press.html
@@ -4,30 +4,30 @@
 
   
 
-   Get support
+ {{ _('Get support') }}
   
-https://support.torproject.org/; 
title="Tor Project Support Portal" target="_blank">Visit our Support Portal
+https://support.torproject.org/; 
title="Tor Project Support Portal" target="_blank">{{ _('Visit our Support 
Portal') }}
   
   
-https://webchat.oftc.net/; title="Tor 
Project IRC" target="_blank">Ask us on #tor
+https://webchat.oftc.net/; title="Tor 
Project IRC" target="_blank">{{ _('Ask us on #tor') }}
   
   
-http://lists.torproject.org/; 
title="Tor Project Mailing List" target="_blank">Write to a mailing list
+http://lists.torproject.org/; 
title="Tor Project Mailing List" target="_blank">{{ _('Write to a mailing 
list') }}
   
 
 
   
 
 
-   Brand Assets
+   {{ _('Brand Assets') }}
 
-  https://styleguide.torproject.org/visuals/#assets; title="The Tor Project 
Brand Assets" target="_blank">The Tor Project
+  https://styleguide.torproject.org/visuals/#assets; title="The Tor Project 
Brand Assets" target="_blank">{{ _('The Tor Project') }}
 
 
-  https://styleguide.torproject.org/visuals/#assets; title="The Tor Browser 
Brand Assets" target="_blank">The Tor Browser
+  https://styleguide.torproject.org/visuals/#assets; title="The Tor Browser 
Brand Assets" target="_blank">{{ _('The Tor Browser') }}
 
 
-  https://styleguide.torproject.org/visuals/#assets; title="Onion Services" 
target="_blank">Onion Services
+  https://styleguide.torproject.org/visuals/#assets; title="Onion Services" 
target="_blank">{{ _('Onion Services') }}
 
 
   
@@ -37,7 +37,7 @@
 
 
   
-Press Releases
+{{ _('Press Releases') }}
   
 
 
@@ -51,16 +51,16 @@
 
 
   
-Coverage
+{{ _('Coverage') }}
   
 
 
   
   
 
-  Date
-  Publication
-  Topic
+  {{ _('Date') }}
+  {{ _('Publication') }}
+  {{ _('Topic') }}
 
   
   
diff --git a/templates/projects.html b/templates/projects.html
index 04d7391..246c9ca 100644
--- a/templates/projects.html
+++ b/templates/projects.html
@@ -2,7 +2,7 @@
   
 
 
-  Previous Openings
+   {{ _('Previous Openings') }}
 
 
   
@@ -30,6 +30,6 @@
 
   
   
-Think you could help us in a position that’s not listed? We also rely 
on a vast community of volunteer contributors and many have become paid staff. 
We invite you to join us on IRC to find how you can get 
involved.
+{{ _("Think you could help us in a position that’s not listed? We 
also rely on a vast community of volunteer contributors and many have become 
paid staff.") }} {{ _('We invite you to join us on IRC to find how 
you can get involved.') }}
   
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/support-portal] Update translations for support-portal

2019-02-07 Thread translation
commit 084d7bae770515f904695b6186c1c930d21bc675
Author: Translation commit bot 
Date:   Thu Feb 7 19:19:58 2019 +

Update translations for support-portal
---
 contents+es.po | 13 ++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/contents+es.po b/contents+es.po
index 0d88e3527..cef231c75 100644
--- a/contents+es.po
+++ b/contents+es.po
@@ -779,13 +779,18 @@ msgid ""
 "services that use Flash also offer an HTML5 alternative, which should work "
 "in the Tor Browser."
 msgstr ""
+"Flash Player es un  [browser plugin](#add-on-extension-or-plugin) para "
+"[applications](#app) de Internet para ver contenidos de video y audio. Nunca"
+" debes habilitar Flash para que se ejecute en  [Tor Browser](#tor-browser) "
+"por inseguro. Muchos servicios que usan Flash también ofrecen una "
+"alternativa HTML5, que debería funcionar en el Navegador Tor."
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### fte"
-msgstr ""
+msgstr "### fte"
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)
@@ -795,20 +800,22 @@ msgid ""
 "FTE (format-transforming encryption) is a pluggable transport that disguises"
 " [Tor traffic](#traffic) as ordinary web (HTTP) traffic."
 msgstr ""
+"FTE (format-transforming encryption) es un plugin de transporte que disfraza"
+" [Tor traffic](#traffic) como tráfico web ordinario (HTTP)."
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "## G"
-msgstr ""
+msgstr "## G"
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### GetTor"
-msgstr ""
+msgstr "### GetTor"
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/tor-launcher-properties] Update translations for tor-launcher-properties

2019-02-07 Thread translation
commit d5e973806655a6b8cc5b6f92f17fdc520ed83fab
Author: Translation commit bot 
Date:   Thu Feb 7 19:19:20 2019 +

Update translations for tor-launcher-properties
---
 es/torlauncher.properties | 36 ++--
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/es/torlauncher.properties b/es/torlauncher.properties
index d4506ac92..10baffcb7 100644
--- a/es/torlauncher.properties
+++ b/es/torlauncher.properties
@@ -53,30 +53,30 @@ torlauncher.forAssistance2=Para asistencia, visita %S
 torlauncher.copiedNLogMessages=Copia completada. %S mensajes de registro 
('log') de Tor están listos para ser pegados en un editor de texto o en un 
mensaje de correo electrónico.
 
 torlauncher.bootstrapStatus.starting=Comenzando
-torlauncher.bootstrapStatus.conn_pt=Connecting to bridge
-torlauncher.bootstrapStatus.conn_done_pt=Connected to bridge
-torlauncher.bootstrapStatus.conn_proxy=Connecting to proxy
-torlauncher.bootstrapStatus.conn_done_proxy=Connected to proxy
-torlauncher.bootstrapStatus.conn=Connecting to a Tor relay
-torlauncher.bootstrapStatus.conn_done=Connected to a Tor relay
-torlauncher.bootstrapStatus.handshake=Negotiating with a Tor relay
-torlauncher.bootstrapStatus.handshake_done=Finished negotiating with a Tor 
relay
+torlauncher.bootstrapStatus.conn_pt=Conectando al puente
+torlauncher.bootstrapStatus.conn_done_pt=Conectado al puente
+torlauncher.bootstrapStatus.conn_proxy=Conectando al proxy
+torlauncher.bootstrapStatus.conn_done_proxy=Conectado al proxy
+torlauncher.bootstrapStatus.conn=Conectando al relay Tor
+torlauncher.bootstrapStatus.conn_done=Conectado al relay Tor
+torlauncher.bootstrapStatus.handshake=Negociando con un relay Tor
+torlauncher.bootstrapStatus.handshake_done=Terminando la negociación con un 
relay Tor
 torlauncher.bootstrapStatus.onehop_create=Estableciendo una conexión cifrada 
con el repositorio de repetidores
 torlauncher.bootstrapStatus.requesting_status=Recopilando el estado de la red
 torlauncher.bootstrapStatus.loading_status=Cargando el estado de la red
 torlauncher.bootstrapStatus.loading_keys=Cargando los certificados de 
autoridades
 torlauncher.bootstrapStatus.requesting_descriptors=Solicitando información 
del repetidor
 torlauncher.bootstrapStatus.loading_descriptors=Cargando la información del 
repetidor
-torlauncher.bootstrapStatus.enough_dirinfo=Finished loading relay information
-torlauncher.bootstrapStatus.ap_conn_pt=Building circuits: Connecting to bridge
-torlauncher.bootstrapStatus.ap_conn_done_pt=Building circuits: Connected to 
bridge
-torlauncher.bootstrapStatus.ap_conn_proxy=Building circuits: Connecting to 
proxy
-torlauncher.bootstrapStatus.ap_conn_done_proxy=Building circuits: Connected to 
proxy
-torlauncher.bootstrapStatus.ap_conn=Building circuits: Connecting to a Tor 
relay
-torlauncher.bootstrapStatus.ap_conn_done=Building circuits: Connected to a Tor 
relay
-torlauncher.bootstrapStatus.ap_handshake=Building circuits: Negotiating with a 
Tor relay
-torlauncher.bootstrapStatus.ap_handshake_done=Building circuits: Finished 
negotiating with a Tor relay
-torlauncher.bootstrapStatus.circuit_create=Building circuits: Establishing a 
Tor circuit
+torlauncher.bootstrapStatus.enough_dirinfo=Terminando de cargar la 
información de relay
+torlauncher.bootstrapStatus.ap_conn_pt=Construyendo circuitos. Conectando a un 
puente.
+torlauncher.bootstrapStatus.ap_conn_done_pt=Construyendo circuitos. Conectando 
a un puente.
+torlauncher.bootstrapStatus.ap_conn_proxy=Construyendo circuitos. Conectando a 
un proxy
+torlauncher.bootstrapStatus.ap_conn_done_proxy=Construyendo circuitos. 
Conectando a un proxy
+torlauncher.bootstrapStatus.ap_conn=Construyendo circuitos. Conectando a un 
relay Tor
+torlauncher.bootstrapStatus.ap_conn_done=Construyendo circuitos. Conectando a 
un relay Tor
+torlauncher.bootstrapStatus.ap_handshake=Construyendo circuitos. Negoaicando 
with un relay Tor
+torlauncher.bootstrapStatus.ap_handshake_done=Construyendo circuitos. 
Terminando la negociación con un relay de Tor
+torlauncher.bootstrapStatus.circuit_create=Construyendo circuitos. 
Estableciendo un circuito Tor
 torlauncher.bootstrapStatus.done=¡Conectado a la red Tor!
 
 torlauncher.bootstrapWarning.done=terminado

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/tor-launcher-properties_completed] Update translations for tor-launcher-properties_completed

2019-02-07 Thread translation
commit bc1962a0b850ce4212513387a9e54af1564301fb
Author: Translation commit bot 
Date:   Thu Feb 7 19:19:26 2019 +

Update translations for tor-launcher-properties_completed
---
 es/torlauncher.properties | 24 
 1 file changed, 20 insertions(+), 4 deletions(-)

diff --git a/es/torlauncher.properties b/es/torlauncher.properties
index b7c873180..10baffcb7 100644
--- a/es/torlauncher.properties
+++ b/es/torlauncher.properties
@@ -52,15 +52,31 @@ torlauncher.forAssistance2=Para asistencia, visita %S
 
 torlauncher.copiedNLogMessages=Copia completada. %S mensajes de registro 
('log') de Tor están listos para ser pegados en un editor de texto o en un 
mensaje de correo electrónico.
 
-torlauncher.bootstrapStatus.conn_dir=Conectando a un repositorio ('Directory') 
de repetidores ('relays')
-torlauncher.bootstrapStatus.handshake_dir=Estableciendo una conexión cifrada 
con el repositorio de repetidores
+torlauncher.bootstrapStatus.starting=Comenzando
+torlauncher.bootstrapStatus.conn_pt=Conectando al puente
+torlauncher.bootstrapStatus.conn_done_pt=Conectado al puente
+torlauncher.bootstrapStatus.conn_proxy=Conectando al proxy
+torlauncher.bootstrapStatus.conn_done_proxy=Conectado al proxy
+torlauncher.bootstrapStatus.conn=Conectando al relay Tor
+torlauncher.bootstrapStatus.conn_done=Conectado al relay Tor
+torlauncher.bootstrapStatus.handshake=Negociando con un relay Tor
+torlauncher.bootstrapStatus.handshake_done=Terminando la negociación con un 
relay Tor
+torlauncher.bootstrapStatus.onehop_create=Estableciendo una conexión cifrada 
con el repositorio de repetidores
 torlauncher.bootstrapStatus.requesting_status=Recopilando el estado de la red
 torlauncher.bootstrapStatus.loading_status=Cargando el estado de la red
 torlauncher.bootstrapStatus.loading_keys=Cargando los certificados de 
autoridades
 torlauncher.bootstrapStatus.requesting_descriptors=Solicitando información 
del repetidor
 torlauncher.bootstrapStatus.loading_descriptors=Cargando la información del 
repetidor
-torlauncher.bootstrapStatus.conn_or=Conectando a la red Tor
-torlauncher.bootstrapStatus.handshake_or=Estableciendo un circuito a través 
de Tor
+torlauncher.bootstrapStatus.enough_dirinfo=Terminando de cargar la 
información de relay
+torlauncher.bootstrapStatus.ap_conn_pt=Construyendo circuitos. Conectando a un 
puente.
+torlauncher.bootstrapStatus.ap_conn_done_pt=Construyendo circuitos. Conectando 
a un puente.
+torlauncher.bootstrapStatus.ap_conn_proxy=Construyendo circuitos. Conectando a 
un proxy
+torlauncher.bootstrapStatus.ap_conn_done_proxy=Construyendo circuitos. 
Conectando a un proxy
+torlauncher.bootstrapStatus.ap_conn=Construyendo circuitos. Conectando a un 
relay Tor
+torlauncher.bootstrapStatus.ap_conn_done=Construyendo circuitos. Conectando a 
un relay Tor
+torlauncher.bootstrapStatus.ap_handshake=Construyendo circuitos. Negoaicando 
with un relay Tor
+torlauncher.bootstrapStatus.ap_handshake_done=Construyendo circuitos. 
Terminando la negociación con un relay de Tor
+torlauncher.bootstrapStatus.circuit_create=Construyendo circuitos. 
Estableciendo un circuito Tor
 torlauncher.bootstrapStatus.done=¡Conectado a la red Tor!
 
 torlauncher.bootstrapWarning.done=terminado

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tpo/staging] i18n updates

2019-02-07 Thread emmapeel
commit 894fa07bb180d04b35ee37b3a2c51a82f859ba7b
Author: emma peel 
Date:   Thu Feb 7 20:15:52 2019 +0100

i18n updates
---
 templates/download-languages.html | 2 +-
 templates/download.html   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/templates/download-languages.html 
b/templates/download-languages.html
index bad8713..85754a9 100644
--- a/templates/download-languages.html
+++ b/templates/download-languages.html
@@ -8,7 +8,7 @@
 
   
 
-  Language
+  {{ _('Language') }}
   Windows
   MacOS
   GNU/Linux
diff --git a/templates/download.html b/templates/download.html
index 0411415..2965aba 100644
--- a/templates/download.html
+++ b/templates/download.html
@@ -32,7 +32,7 @@
 
 
   
-Check out the https://manual.torproject.org; target="_blank">manual for more 
troubleshooting tips.
+  {{ _('Check out the https://manual.torproject.org; target="_blank">manual for more 
troubleshooting tips.')|safe  }}
   
 
 
@@ -40,7 +40,7 @@
 
 
   
-Verify Tor Browser signature https://support.torproject.org/how-to-verify-signature; 
target="_blank">here.
+  {{ _('Verify Tor Browser signature https://support.torproject.org/how-to-verify-signature; 
target="_blank">here.')|safe }}
   
 
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tpo/staging] i18n updates

2019-02-07 Thread emmapeel
commit 51ec67d3fe6f9da05101a324cbbd4e85f078ce27
Author: emma peel 
Date:   Thu Feb 7 20:01:01 2019 +0100

i18n updates
---
 templates/footer.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/footer.html b/templates/footer.html
index ce879bf..12a0f43 100644
--- a/templates/footer.html
+++ b/templates/footer.html
@@ -6,8 +6,8 @@
 
   
 
-   Download Tor Browser
-Download Tor Browser to experience real 
private browsing without tracking, surveillance, or censorship.
+   {{ _('Download Tor Browser') 
}}
+{{ _('Download Tor Browser to experience 
real private browsing without tracking, surveillance, or censorship.') }}
 {% set download = site.get('/download') %}
 
   {{ _("Download Tor Browser") }}

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/tpo-web_completed] Update translations for tpo-web_completed

2019-02-07 Thread translation
commit 6e853dfbfa431ec22c2da1052768b41f91c9ad31
Author: Translation commit bot 
Date:   Thu Feb 7 18:49:43 2019 +

Update translations for tpo-web_completed
---
 contents.pot | 128 ---
 1 file changed, 123 insertions(+), 5 deletions(-)

diff --git a/contents.pot b/contents.pot
index 91035d236..4ba0678ee 100644
--- a/contents.pot
+++ b/contents.pot
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-02-07 18:05+CET\n"
+"POT-Creation-Date: 2019-02-07 19:46+CET\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME \n"
 "Language-Team: en \n"
@@ -2421,6 +2421,124 @@ msgstr "Talk with Tor’s global south community."
 msgid "Find us on Social Media"
 msgstr "Find us on Social Media"
 
+#: templates/contact.html:33
+msgid "Volunteer with Tor"
+msgstr "Volunteer with Tor"
+
+#: templates/contact.html:36
+msgid "Get Involved"
+msgstr "Get Involved"
+
+#: templates/contact.html:41
+msgid "Join an email list"
+msgstr "Join an email list"
+
+#: templates/contact.html:44
+msgid ""
+"Our teams collaborate in open channels, including email lists, you are "
+"welcome to join. If you have a question for a specific team not answered on "
+"our support portal, you can ask the appropriate list. You're welcome to "
+"subscribe and just watch, too :)"
+msgstr ""
+"Our teams collaborate in open channels, including email lists, you are "
+"welcome to join. If you have a question for a specific team not answered on "
+"our support portal, you can ask the appropriate list. You're welcome to "
+"subscribe and just watch, too :)"
+
+#: templates/contact.html:57
+msgid "Report a bug or give feedback."
+msgstr "Report a bug or give feedback."
+
+#: templates/contact.html:58
+msgid ""
+"Tor relies on the support of users and volunteers around the world to help "
+"us improve our software and resources, so your feedback is extremely "
+"valuable to us (and to all Tor users)."
+msgstr ""
+"Tor relies on the support of users and volunteers around the world to help "
+"us improve our software and resources, so your feedback is extremely "
+"valuable to us (and to all Tor users)."
+
+#: templates/contact.html:64
+msgid "Tell us about a bad relay."
+msgstr "Tell us about a bad relay."
+
+#: templates/contact.html:65
+msgid ""
+"If you find a relay that you think is malicious, misconfigured, or otherwise"
+" broken, please check out our wiki page and blog post on how to report it."
+msgstr ""
+"If you find a relay that you think is malicious, misconfigured, or otherwise"
+" broken, please check out our wiki page and blog post on how to report it."
+
+#: templates/contact.html:73
+msgid "Report a security issue."
+msgstr "Report a security issue."
+
+#: templates/contact.html:74
+msgid ""
+"If you've found a security issue in one of our projects or in our "
+"infrastructure, please email tor-secur...@lists.torproject.org. If you want "
+"to encrypt your mail, you can get the GPG public key for the list by "
+"contacting tor-security-send...@lists.torproject.org or from pool.sks-"
+"keyservers.net. Here is the fingerprint:"
+msgstr ""
+"If you've found a security issue in one of our projects or in our "
+"infrastructure, please email tor-secur...@lists.torproject.org. If you want "
+"to encrypt your mail, you can get the GPG public key for the list by "
+"contacting tor-security-send...@lists.torproject.org or from pool.sks-"
+"keyservers.net. Here is the fingerprint:"
+
+#: templates/contact.html:94
+msgid "Email us"
+msgstr "Email us"
+
+#: templates/contact.html:95
+msgid ""
+"For questions and comments about Tor the non-profit organization: trademark "
+"questions, affiliation and coordination, contract inquiries, etc, please "
+"email frontd...@rt.torproject.org. For donor-related "
+"questions, contact giv...@torproject.org"
+msgstr ""
+"For questions and comments about Tor the non-profit organization: trademark "
+"questions, affiliation and coordination, contract inquiries, etc, please "
+"email frontd...@rt.torproject.org. For donor-related "
+"questions, contact giv...@torproject.org"
+
+#: templates/contact.html:101
+msgid "Send us Mail"
+msgstr "Send us Mail"
+
+#: templates/download-android.html:12
+msgid "Get Tor Browser for Android."
+msgstr "Get Tor Browser for Android."
+
+#: templates/download-android.html:15 templates/hero-download.html:5
+msgid "Protect yourself against tracking, surveillance, and censorship."
+msgstr "Protect yourself against tracking, surveillance, and censorship."
+
+#: templates/download-android.html:18
+msgid "Download .apk"
+msgstr "Download .apk"
+
+#: templates/download-android.html:19
+msgid "Go to Google Play"
+msgstr "Go to Google Play"
+
+#: templates/download-android.html:20
+msgid ""
+"Go to F-droid S00N"
+msgstr ""
+"Go to F-droid S00N"
+
+#: templates/download-android.html:23
+msgid ""
+"Are you a iOS user? We encourage you to 

[tor-commits] [translation/tpo-web] Update translations for tpo-web

2019-02-07 Thread translation
commit 95df969bf580286802b680dad5d7a40fb64a48ee
Author: Translation commit bot 
Date:   Thu Feb 7 18:49:38 2019 +

Update translations for tpo-web
---
 contents+de.po| 107 ++---
 contents+es.po| 107 ++---
 contents+fr.po| 107 ++---
 contents+pt-BR.po | 107 ++---
 contents.pot  | 128 +++---
 5 files changed, 531 insertions(+), 25 deletions(-)

diff --git a/contents+de.po b/contents+de.po
index c8a1096a1..34136e818 100644
--- a/contents+de.po
+++ b/contents+de.po
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-02-07 18:05+CET\n"
+"POT-Creation-Date: 2019-02-07 19:46+CET\n"
 "PO-Revision-Date: 2019-01-10 12:38+\n"
 "Last-Translator: Emma Peel, 2019\n"
 "Language-Team: German (https://www.transifex.com/otf/teams/94225/de/)\n"
@@ -2048,6 +2048,103 @@ msgstr ""
 msgid "Find us on Social Media"
 msgstr ""
 
+#: templates/contact.html:33
+msgid "Volunteer with Tor"
+msgstr ""
+
+#: templates/contact.html:36
+msgid "Get Involved"
+msgstr ""
+
+#: templates/contact.html:41
+msgid "Join an email list"
+msgstr ""
+
+#: templates/contact.html:44
+msgid ""
+"Our teams collaborate in open channels, including email lists, you are "
+"welcome to join. If you have a question for a specific team not answered on "
+"our support portal, you can ask the appropriate list. You're welcome to "
+"subscribe and just watch, too :)"
+msgstr ""
+
+#: templates/contact.html:57
+msgid "Report a bug or give feedback."
+msgstr ""
+
+#: templates/contact.html:58
+msgid ""
+"Tor relies on the support of users and volunteers around the world to help "
+"us improve our software and resources, so your feedback is extremely "
+"valuable to us (and to all Tor users)."
+msgstr ""
+
+#: templates/contact.html:64
+msgid "Tell us about a bad relay."
+msgstr ""
+
+#: templates/contact.html:65
+msgid ""
+"If you find a relay that you think is malicious, misconfigured, or otherwise"
+" broken, please check out our wiki page and blog post on how to report it."
+msgstr ""
+
+#: templates/contact.html:73
+msgid "Report a security issue."
+msgstr ""
+
+#: templates/contact.html:74
+msgid ""
+"If you've found a security issue in one of our projects or in our "
+"infrastructure, please email tor-secur...@lists.torproject.org. If you want "
+"to encrypt your mail, you can get the GPG public key for the list by "
+"contacting tor-security-send...@lists.torproject.org or from pool.sks-"
+"keyservers.net. Here is the fingerprint:"
+msgstr ""
+
+#: templates/contact.html:94
+msgid "Email us"
+msgstr ""
+
+#: templates/contact.html:95
+msgid ""
+"For questions and comments about Tor the non-profit organization: trademark "
+"questions, affiliation and coordination, contract inquiries, etc, please "
+"email frontd...@rt.torproject.org. For donor-related "
+"questions, contact giv...@torproject.org"
+msgstr ""
+
+#: templates/contact.html:101
+msgid "Send us Mail"
+msgstr ""
+
+#: templates/download-android.html:12
+msgid "Get Tor Browser for Android."
+msgstr ""
+
+#: templates/download-android.html:15 templates/hero-download.html:5
+msgid "Protect yourself against tracking, surveillance, and censorship."
+msgstr ""
+
+#: templates/download-android.html:18
+msgid "Download .apk"
+msgstr ""
+
+#: templates/download-android.html:19
+msgid "Go to Google Play"
+msgstr ""
+
+#: templates/download-android.html:20
+msgid ""
+"Go to F-droid S00N"
+msgstr ""
+
+#: templates/download-android.html:23
+msgid ""
+"Are you a iOS user? We encourage you to try Onion Browser."
+msgstr ""
+
 #: templates/download.html:7
 msgid "Get connected"
 msgstr ""
@@ -2132,10 +2229,6 @@ msgstr ""
 msgid "Defend yourself."
 msgstr ""
 
-#: templates/hero-download.html:5
-msgid "Protect yourself against tracking, surveillance, and censorship."
-msgstr ""
-
 #: templates/hero-download.html:33
 msgid "Download in another language"
 msgstr ""
@@ -2252,6 +2345,10 @@ msgstr "Suchen"
 msgid "Topics"
 msgstr "Themen"
 
+#: templates/macros/jobs.html:11
+msgid "Read more."
+msgstr ""
+
 #: templates/macros/reports.html:5 templates/macros/reports.html:19
 msgid "View PDF"
 msgstr ""
diff --git a/contents+es.po b/contents+es.po
index b51f0303d..9419fc518 100644
--- a/contents+es.po
+++ b/contents+es.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-02-07 18:05+CET\n"
+"POT-Creation-Date: 2019-02-07 19:46+CET\n"
 "PO-Revision-Date: 2019-01-10 12:38+\n"
 "Last-Translator: Emma Peel, 2019\n"
 "Language-Team: Spanish (https://www.transifex.com/otf/teams/94225/es/)\n"
@@ -2045,6 +2045,103 @@ msgstr ""
 msgid "Find us on Social Media"
 msgstr ""
 
+#: templates/contact.html:33
+msgid "Volunteer with Tor"

[tor-commits] [translation/support-portal] Update translations for support-portal

2019-02-07 Thread translation
commit 7441b697a119fbb8465dae13009a8449bbc9c8ad
Author: Translation commit bot 
Date:   Thu Feb 7 18:50:04 2019 +

Update translations for support-portal
---
 contents+de.po |  1 +
 contents+es.po | 70 --
 contents+fr.po | 16 ++
 3 files changed, 71 insertions(+), 16 deletions(-)

diff --git a/contents+de.po b/contents+de.po
index 1f6d3f799..838c0727e 100644
--- a/contents+de.po
+++ b/contents+de.po
@@ -3,6 +3,7 @@
 # Emma Peel, 2019
 # Jim John , 2019
 # jk , 2019
+# try once, 2019
 # Curtis Baltimore , 2019
 # 
 msgid ""
diff --git a/contents+es.po b/contents+es.po
index 48b0e1a33..0d88e3527 100644
--- a/contents+es.po
+++ b/contents+es.po
@@ -529,20 +529,28 @@ msgid ""
 " you to get. For more information about how you can verify signatures, "
 "please see https://www.torproject.org/docs/verifying-signatures.html.en.;
 msgstr ""
+"Una firma criptográfica prueba la autenticidad de un mensaje o archivo. Es "
+"creado por el titular de la parte privada de un par de claves [public key "
+"cryptography](#public-key-cryptography) y se puede verificar por la clave "
+"pública correspondiente. Si descargas software de torproject.org, lo "
+"encontrará como archivos sig (.asc). Estas son firmas PGP, por la que puedes"
+" verificar que el archivo  descargado es exactamente el que queríamos que "
+"obtuvieras. Para más información sobre cómo puedes verificar las firmas, "
+"consulta https://www.torproject.org/docs/verifying-signatures.html.en.;
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "## D"
-msgstr ""
+msgstr "## D"
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### Daemon"
-msgstr ""
+msgstr "### Daemon"
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)
@@ -552,13 +560,15 @@ msgid ""
 "A daemon is a computer program that runs as a background process, rather "
 "than being under the direct control of a user."
 msgstr ""
+"Un demonio-daemon es un programa de ordenador que se ejecuta como un proceso"
+" en segundo plano, en lugar de estar bajo el control directo de un usuario."
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### directory authority"
-msgstr ""
+msgstr "### autoridad de directorio"
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)
@@ -569,20 +579,23 @@ msgid ""
 " relays and periodically publishes a [consensus](#consensus) together with "
 "the other directory authorities."
 msgstr ""
+"Un  [relay](#relay) de propósito especial que mantiene una lista de los "
+"relés actualmente en funcionamiento y publica periódicamente un  "
+"[consensus](#consensus) junto con las otras autoridades del directorio."
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "## E"
-msgstr ""
+msgstr "## E"
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### encryption"
-msgstr ""
+msgstr "### encriptación"
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)
@@ -595,13 +608,18 @@ msgid ""
 "each [relay](#relay) decrypts one layer before passing the request on to the"
 " next relay."
 msgstr ""
+"El proceso de tomar una ficha de datos y codificarlos en un código secreto "
+"que sólo puede ser leído por el destinatario previsto. [Tor](#tor-/-tor-"
+"network/-core-tor) usa tres capas de encriptación en el [circuit](#circuit) "
+"de Tor; cada [relay](#relay) descifra una capa antes de pasar la petición al"
+" siguiente relé."
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### end-to-end encrypted"
-msgstr ""
+msgstr "### encriptados de extremo a extremo"
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)
@@ -611,13 +629,15 @@ msgid ""
 "Transmitted data which is [encrypted](#encryption) from origin to "
 "destination is called end-to-end encrypted."
 msgstr ""

[tor-commits] [translation/tor-launcher-properties] Update translations for tor-launcher-properties

2019-02-07 Thread translation
commit eb6aae1a3f0a97f24aed21e758ae98fdb69b95a5
Author: Translation commit bot 
Date:   Thu Feb 7 18:49:17 2019 +

Update translations for tor-launcher-properties
---
 de/torlauncher.properties | 18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/de/torlauncher.properties b/de/torlauncher.properties
index 7ed4a6785..3e9cbe629 100644
--- a/de/torlauncher.properties
+++ b/de/torlauncher.properties
@@ -53,21 +53,21 @@ torlauncher.forAssistance2=Falls Sie Hilfe benötigen, 
kontaktieren Sie %S
 torlauncher.copiedNLogMessages=Kopie vollständig. %S Tor-Protokollnachrichten 
sind bereit, um in eine Textbearbeitung oder in eine E-Mail-Nachricht 
eingefügt zu werden.
 
 torlauncher.bootstrapStatus.starting=Startvorgang
-torlauncher.bootstrapStatus.conn_pt=Connecting to bridge
-torlauncher.bootstrapStatus.conn_done_pt=Connected to bridge
-torlauncher.bootstrapStatus.conn_proxy=Connecting to proxy
-torlauncher.bootstrapStatus.conn_done_proxy=Connected to proxy
-torlauncher.bootstrapStatus.conn=Connecting to a Tor relay
-torlauncher.bootstrapStatus.conn_done=Connected to a Tor relay
+torlauncher.bootstrapStatus.conn_pt=Verbinde mit Brücke
+torlauncher.bootstrapStatus.conn_done_pt=Verbunden mit Brücke
+torlauncher.bootstrapStatus.conn_proxy=Verbinde mit Proxy
+torlauncher.bootstrapStatus.conn_done_proxy=Verbunden mit Proxy
+torlauncher.bootstrapStatus.conn=Verbinde mit einem Tor-Relay
+torlauncher.bootstrapStatus.conn_done=Verbunden mit einem Tor-Relay
 torlauncher.bootstrapStatus.handshake=Negotiating with a Tor relay
 torlauncher.bootstrapStatus.handshake_done=Finished negotiating with a Tor 
relay
 torlauncher.bootstrapStatus.onehop_create=Es wird eine verschlüsselte 
Verbindung zu einem Verzeichnis hergestellt
 torlauncher.bootstrapStatus.requesting_status=Netzwerkstatus wird abgerufen
 torlauncher.bootstrapStatus.loading_status=Netzwerkstatus wird geladen
 torlauncher.bootstrapStatus.loading_keys=Autorisierungszertifikate werden 
geladen
-torlauncher.bootstrapStatus.requesting_descriptors=Relaisinformationen werden 
angefordert
-torlauncher.bootstrapStatus.loading_descriptors=Relaisinformationen werden 
geladen
-torlauncher.bootstrapStatus.enough_dirinfo=Finished loading relay information
+torlauncher.bootstrapStatus.requesting_descriptors=Relay-Informationen werden 
angefordert
+torlauncher.bootstrapStatus.loading_descriptors=Relay-Informationen werden 
geladen
+torlauncher.bootstrapStatus.enough_dirinfo=Laden von Relay-Informationen wurde 
fertiggestellt
 torlauncher.bootstrapStatus.ap_conn_pt=Building circuits: Connecting to bridge
 torlauncher.bootstrapStatus.ap_conn_done_pt=Building circuits: Connected to 
bridge
 torlauncher.bootstrapStatus.ap_conn_proxy=Building circuits: Connecting to 
proxy

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tpo/staging] typo

2019-02-07 Thread emmapeel
commit 6c48d36a1f40de04d7c274430fda6eeaeadc2d9b
Author: emma peel 
Date:   Thu Feb 7 19:11:00 2019 +0100

typo
---
 templates/contact.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/contact.html b/templates/contact.html
index 0667b71..3e296e1 100644
--- a/templates/contact.html
+++ b/templates/contact.html
@@ -71,7 +71,7 @@
   
   
 {{ _('Report a security issue.') }}
-{{ _('If you've found a security issue in one of 
our projects or in our infrastructure, please email 
tor-secur...@lists.torproject.org. If you want to encrypt your mail, you can 
get the GPG public key for the list by contacting 
tor-security-send...@lists.torproject.org or from pool.sks-keyservers.net. Here 
is the fingerprint:') }}
+{{ _("If you've found a security issue in one of 
our projects or in our infrastructure, please email 
tor-secur...@lists.torproject.org. If you want to encrypt your mail, you can 
get the GPG public key for the list by contacting 
tor-security-send...@lists.torproject.org or from pool.sks-keyservers.net. Here 
is the fingerprint:") }}
   
   
 gpg --fingerprint 
tor-secur...@lists.torproject.org 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tpo/staging] i18n updates

2019-02-07 Thread emmapeel
commit 18ca0bab456760d5e8ba2ddbe2deda7d53044e15
Author: emma peel 
Date:   Thu Feb 7 19:05:51 2019 +0100

i18n updates
---
 templates/contact.html | 26 +-
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/templates/contact.html b/templates/contact.html
index 9cbc577..0667b71 100644
--- a/templates/contact.html
+++ b/templates/contact.html
@@ -30,18 +30,18 @@
 
 
   
-Volunteer with Tor
+{{ _('Volunteer with Tor') }}
   
   
-Get 
Involved
+{{ 
_('Get Involved') }}
   
 
 
   
-Join an email list 
+{{ _('Join an email list') }} 
   
   
-Our teams collaborate in open channels, including email lists, you are 
welcome to join. If you have a question for a specific team not answered on our 
support portal, you can ask the appropriate list. You're welcome to subscribe 
and just watch, too :)
+{{ _("Our teams collaborate in open channels, including email lists, 
you are welcome to join. If you have a question for a specific team not 
answered on our support portal, you can ask the appropriate list. You're 
welcome to subscribe and just watch, too :)") }}
   
 
 
@@ -54,15 +54,15 @@
 
   
   
-Report a bug or give feedback.
-Tor relies on the support of users and volunteers 
around the world to help us improve our software and resources, so your 
feedback is extremely valuable to us (and to all Tor users).
+{{ _('Report a bug or give feedback.') }}
+{{ _('Tor relies on the support of users and 
volunteers around the world to help us improve our software and resources, so 
your feedback is extremely valuable to us (and to all Tor users).') }}
   
   
 
   
   
-Tell us about a bad relay.
-If you find a relay that you think is malicious, 
misconfigured, or otherwise broken, please check out our wiki page and blog 
post on how to report it.
+{{ _('Tell us about a bad relay.') }}
+{{ _('If you find a relay that you think is 
malicious, misconfigured, or otherwise broken, please check out our wiki page 
and blog post on how to report it.') }}
   
 
 
@@ -70,8 +70,8 @@
 
   
   
-Report a security issue.
-If you've found a security issue in one of our 
projects or in our infrastructure, please email 
tor-secur...@lists.torproject.org. If you want to encrypt your mail, you can 
get the GPG public key for the list by contacting 
tor-security-send...@lists.torproject.org or from pool.sks-keyservers.net. Here 
is the fingerprint:
+{{ _('Report a security issue.') }}
+{{ _('If you've found a security issue in one of 
our projects or in our infrastructure, please email 
tor-secur...@lists.torproject.org. If you want to encrypt your mail, you can 
get the GPG public key for the list by contacting 
tor-security-send...@lists.torproject.org or from pool.sks-keyservers.net. Here 
is the fingerprint:') }}
   
   
 gpg --fingerprint 
tor-secur...@lists.torproject.org 
@@ -91,14 +91,14 @@
 
   
 
-  Email us
-  For questions and comments about Tor the non-profit 
organization: trademark questions, affiliation and coordination, contract 
inquiries, etc, please email frontd...@rt.torproject.org. For 
donor-related questions, contact giv...@torproject.org.
+  {{ _('Email us') }}
+  {{ _('For questions and comments about Tor the 
non-profit organization: trademark questions, affiliation and coordination, 
contract inquiries, etc, please email frontd...@rt.torproject.org. For donor-related questions, contact 
giv...@torproject.org')|safe }}.
 
 
   
 
 
-  Send us Mail
+  {{ _('Send us Mail') }}
   The Tor Project 
 
217 1st Ave South #4903
 
Seattle, WA 98194 USA

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/tor-launcher-properties] Update translations for tor-launcher-properties

2019-02-07 Thread translation
commit f9db760bee093b2386c4fccff1ce4f8a2b0df796
Author: Translation commit bot 
Date:   Thu Feb 7 17:49:23 2019 +

Update translations for tor-launcher-properties
---
 de/torlauncher.properties | 8 
 lt/torlauncher.properties | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/de/torlauncher.properties b/de/torlauncher.properties
index d9763e5e4..7ed4a6785 100644
--- a/de/torlauncher.properties
+++ b/de/torlauncher.properties
@@ -3,7 +3,7 @@
 
 torlauncher.error_title=Tor-Starter
 
-torlauncher.tor_exited_during_startup=Tor wurde unerwartet beendet. Dies kann 
die Folge eines Fehlers in ihrer "torrc"-Datei sein, ein Fehler in Tor, einem 
anderen Programm in ihrem System oder fehlerhafte Hardware. Bis die Ursache 
beseitigt wurde und Tor neu gestartet wurde, wird der Tor Browser nicht starten.
+torlauncher.tor_exited_during_startup=Tor wurde beim Starten unerwartet 
unterbrochen. Dies kann die Folge eines Fehlers in ihrer "torrc"-Datei, ein 
Fehler in Tor, einem anderen Programm in ihrem System oder fehlerhafte Hardware 
sein. Bis die Ursache beseitigt und Tor neu gestartet wurde, kann der Tor 
Browser nicht starten.
 torlauncher.tor_exited=Tor wurde unerwartet beendet. Das kann an einem Fehler 
von Tor selbst, an einem anderen Programm auf ihrem System oder fehlerhaften 
Geräten liegen. Bis Sie Tor neu starten, kann der Tor-Browser keine 
Internetseiten mehr erreichen. Wenn das Problem bestehen bleibt, bitte eine 
Kopie des Tor-Protokolls an die Unterstützungsmannschaft senden.
 torlauncher.tor_exited2=Das Neustarten von Tor wird die Reiter Ihres Browsers 
nicht schließen.
 torlauncher.tor_controlconn_failed=Zum Tor-Kontrollanschluss konnte keine 
Verbindung hergestellt werden.
@@ -22,8 +22,8 @@ torlauncher.failed_to_get_settings=Die Tor-Einstellungen 
können nicht abgefragt
 torlauncher.failed_to_save_settings=Die Tor-Einstellungen können nicht 
gespeichert werden.\n\n%S
 torlauncher.ensure_tor_is_running=Bitte stellen Sie sicher, dass Tor läuft.
 
-torlauncher.error_proxy_addr_missing=Damit Tor einen Vermittlungsserver 
benutzt, um auf das Internet zuzugreifen, muss eine IP-Adresse oder ein 
Rechnername und eine Anschlussnummer angegeben werden.
-torlauncher.error_proxy_type_missing=Sie müssen einen Vermittlungs-Typ 
auswählen.
+torlauncher.error_proxy_addr_missing=Um einen Proxy zu verwenden, müssen Sie 
sowohl eine IP-Adresse bzw. einen Hostnamen als auch eine Portnummer angeben.
+torlauncher.error_proxy_type_missing=Sie müssen den Proxy-Typ auswählen.
 torlauncher.error_bridges_missing=Sie müssen eine oder mehrere Brücken 
eingeben.
 torlauncher.error_default_bridges_type_missing=Sie müssen eine Transporttyp 
für die bereitgestellten Brücken auswählen.
 torlauncher.error_bridgedb_bridges_missing=Bitte eine Brücke anfordern.
@@ -42,7 +42,7 @@ torlauncher.no_meek=Der Browser ist nicht für meek 
eingestellt, was gebraucht w
 torlauncher.no_bridges_available=Zur Zeit sind keine Brücken verfügbar. Es 
tut uns Leid.
 
 torlauncher.connect=Verbinden
-torlauncher.restart_tor=Tor neustarten
+torlauncher.restart_tor=Tor neu starten
 torlauncher.quit=Schließen
 torlauncher.quit_win=Beenden
 torlauncher.done=Fertig
diff --git a/lt/torlauncher.properties b/lt/torlauncher.properties
index 5f34d7bea..0c6c76680 100644
--- a/lt/torlauncher.properties
+++ b/lt/torlauncher.properties
@@ -8,9 +8,9 @@ torlauncher.tor_exited=Tor netikėtai nustojo veikti. Taip 
galėjo atsitikti arb
 torlauncher.tor_exited2=Paleidus Tor iš naujo, jūsų naršyklės kortelės 
nebus užvertos.
 torlauncher.tor_controlconn_failed=Nepavyko prisijungti prie Tor valdymo 
prievado.
 torlauncher.tor_failed_to_start=Tor nepavyko paleisti.
-torlauncher.tor_control_failed=Nepavyko perimti Tor valdymo
+torlauncher.tor_control_failed=Nepavyko perimti Tor valdymo.
 torlauncher.tor_bootstrap_failed=Tor nepavyko užmegzti ryšio su Tor tinklu.
-torlauncher.tor_bootstrap_failed_details=%1$S nepavyko (%2$S).
+torlauncher.tor_bootstrap_failed_details=%1$S patyrė nesėkmę (%2$S).
 
 torlauncher.unable_to_start_tor=Nepavyksta paleisti Tor.\n\n%S
 torlauncher.tor_missing=Trūksta Tor vykdomojo failo.
@@ -39,7 +39,7 @@ torlauncher.captcha_prompt=Solve the CAPTCHA to request a 
bridge.
 torlauncher.bad_captcha_solution=The solution is not correct. Please try again.
 torlauncher.unable_to_get_bridge=Unable to obtain a bridge from BridgeDB.\n\n%S
 torlauncher.no_meek=This browser is not configured for meek, which is needed 
to obtain bridges.
-torlauncher.no_bridges_available=No bridges are available at this time. Sorry.
+torlauncher.no_bridges_available=Šiuo metu nėra prieinamų tinklų tiltų. 
Apgailestaujame.
 
 torlauncher.connect=Prisijungti
 torlauncher.restart_tor=Pakartotinai paleisti Tor

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tpo/staging] i18n updates

2019-02-07 Thread emmapeel
commit 5b7077d20314943c96a4af7959bcca5c59ee44b9
Author: emma peel 
Date:   Thu Feb 7 18:22:40 2019 +0100

i18n updates
---
 templates/download-android.html | 12 ++--
 templates/hero-download.html| 10 +-
 templates/macros/jobs.html  |  2 +-
 templates/macros/reports.html   |  4 ++--
 4 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/templates/download-android.html b/templates/download-android.html
index 30ebe45..41433fb 100644
--- a/templates/download-android.html
+++ b/templates/download-android.html
@@ -9,18 +9,18 @@
 
   
   
-Get Tor Browser for 
Android.
+{{ _('Get Tor Browser for 
Android.') }}
   
   
-Protect yourself against 
tracking, surveillance, and censorship. 
+{{ _('Protect yourself against 
tracking, surveillance, and censorship.') }}
   
   
-  Download .apk
-  Go to Google Play
-  Go to F-droid S00N
+  {{ _('Download .apk') }}
+  {{ _('Go to Google Play') }}
+  {{ _('Go to F-droid S00N')|safe }}
   
   
-Are you a iOS user? We encourage you to try Onion Browser.
+{{ _('Are you a iOS user? We 
encourage you to try Onion 
Browser.')|safe }}
   
 
 
diff --git a/templates/hero-download.html b/templates/hero-download.html
index c3ab624..17fb171 100644
--- a/templates/hero-download.html
+++ b/templates/hero-download.html
@@ -1,8 +1,8 @@
 
-  Defend yourself.
+  {{ _('Defend yourself.') }}
 
 
-  Protect yourself against tracking, 
surveillance, and censorship. 
+  {{ _('Protect yourself against 
tracking, surveillance, and censorship.') }}
 
 
   {% for id, item in bag('platforms+' + this.alt).items() %}
@@ -30,9 +30,9 @@
   {% endfor %}
 
 
-  Download 
in another language
-  Advanced 
Install Options
+  {{ 
_('Download in another language') }}
+  {{ 
_('Advanced Install Options') }}
 
 
-  Read the latest release 
announcements
+  {{ _('Read the latest release 
announcements') }}
 
diff --git a/templates/macros/jobs.html b/templates/macros/jobs.html
index f180ff9..5adad47 100644
--- a/templates/macros/jobs.html
+++ b/templates/macros/jobs.html
@@ -8,7 +8,7 @@
   
 
   {{ item.summary }}
-  Read more.
+  {{ _('Read more.') }}
 
   
 
diff --git a/templates/macros/reports.html b/templates/macros/reports.html
index b2d9916..d9ccbe3 100644
--- a/templates/macros/reports.html
+++ b/templates/macros/reports.html
@@ -2,7 +2,7 @@
 
   {{ item.title }}
   {{ item.description }}
-  View PDF
+  {{ _('View PDF') }}
 
 {% endmacro %}
 
@@ -16,6 +16,6 @@
 {% endfor %}
   
   {{ item.title }}
-  View PDF
+  {{ _('View PDF') }}
 
 {% endmacro %}

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/support-portal] Update translations for support-portal

2019-02-07 Thread translation
commit 9f5db4004f4bc5efa28714547f28955b3dfe8a2d
Author: Translation commit bot 
Date:   Thu Feb 7 17:20:29 2019 +

Update translations for support-portal
---
 contents+es.po | 18 +++---
 1 file changed, 15 insertions(+), 3 deletions(-)

diff --git a/contents+es.po b/contents+es.po
index 7a2fd4609..48b0e1a33 100644
--- a/contents+es.po
+++ b/contents+es.po
@@ -460,13 +460,17 @@ msgid ""
 "[clients](#client) have the same information about the [relays](#relay) that"
 " make up the [Tor network](#tor-/-tor-network/-core-tor)."
 msgstr ""
+"En términos de Tor, un único documento compilado y votado por las 
[directory"
+" authorities](#directory-authority) una vez por hora, asegura que todos los "
+"[clients](#client) ienen la misma información sobre los [relays](#relay) que"
+" componen la [Tor network](#tor-/-tor-network/-core-tor)."
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### cookie"
-msgstr ""
+msgstr "### cookie"
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)
@@ -479,13 +483,18 @@ msgid ""
 "while the user is browsing. [Tor Browser](#tor-browser) does not store "
 "cookies."
 msgstr ""
+"Una cookie [HTTP](#http) (también llamada cookie web, cookie de Internet, "
+"cookie del navegador o simplemente cookie) es una pequeño archivo de datos "
+"enviado desde un sitio web y almacenado en el ordenador del usuario por el "
+"[web browser](#web-browser) mientras el usuario está navegando.  [Tor "
+"Browser](#tor-browser) no almacena cookies."
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### cross-site scripting (XSS)"
-msgstr ""
+msgstr "### cross-site scripting (XSS)"
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)
@@ -495,13 +504,16 @@ msgid ""
 "Cross-Site Scripting (XSS) allows an attacker to add malicious functionality"
 " or behavior to a website when they shouldn't have the ability to do so."
 msgstr ""
+"Cross-Site Scripting (XSS) permite a un atacante añadir funcionalidad o "
+"comportamiento malicioso a un sitio web cuando no debería tener la capacidad"
+" de hacerlo."
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### cryptographic signature"
-msgstr ""
+msgstr "### firma criptográfica"
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/tpo-web] Update translations for tpo-web

2019-02-07 Thread translation
commit 6aaa0faf517316f7e73af2344902314b759fbd79
Author: Translation commit bot 
Date:   Thu Feb 7 17:19:58 2019 +

Update translations for tpo-web
---
 contents+de.po| 177 -
 contents+es.po| 177 -
 contents+fr.po| 177 -
 contents+pt-BR.po | 177 -
 contents+ru.po| 177 -
 contents+tr.po| 177 -
 contents+zh-CN.po | 177 -
 contents.pot  | 209 +++---
 8 files changed, 1304 insertions(+), 144 deletions(-)

diff --git a/contents+de.po b/contents+de.po
index 99bdd3cb1..c8a1096a1 100644
--- a/contents+de.po
+++ b/contents+de.po
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-02-06 14:41+CET\n"
+"POT-Creation-Date: 2019-02-07 18:05+CET\n"
 "PO-Revision-Date: 2019-01-10 12:38+\n"
 "Last-Translator: Emma Peel, 2019\n"
 "Language-Team: German (https://www.transifex.com/otf/teams/94225/de/)\n"
@@ -52,7 +52,6 @@ msgid "contact"
 msgstr "Kontakt"
 
 #: https//torproject.org/contact/ (content/contact/contents+en.lrpage.section)
-#: https//torproject.org/press/ (content/press/contents+en.lrpage.section)
 msgid "the tor project"
 msgstr ""
 
@@ -78,14 +77,6 @@ msgstr ""
 msgid "download"
 msgstr "herunterladen"
 
-#: https//torproject.org/press/ (content/press/contents+en.lrpage.title)
-msgid "press"
-msgstr ""
-
-#: https//torproject.org/press/ (content/press/contents+en.lrpage.body)
-msgid "Email inquiries to pr...@torproject.org."
-msgstr ""
-
 #: https//torproject.org/menu/ (content/menu/contents+en.lrpage.title)
 #: https//torproject.org/about/ (content/about/contents+en.lrpage.title)
 msgid "history"
@@ -300,6 +291,76 @@ msgid ""
 "access to the uncensored web."
 msgstr ""
 
+#: https//torproject.org/press/2019-01-11-tor-pulls-in-record-donations/
+#: (content/press/tor-pulls-in-record-donations/contents+en.lrpost.title)
+msgid ""
+"Tor pulls in record donations as it lessens reliance on US government grants"
+msgstr ""
+
+#: https//torproject.org/press/2019-01-01-wired-tor-easier/
+#: (content/press/wired-tor-easier/contents+en.lrpost.title)
+msgid "Tor Is Easier Than Ever. Time to Give It a Try"
+msgstr ""
+
+#: https//torproject.org/press/2018-12-18-boing-boing-charitable-guide/
+#: (content/press/boing-boing-charitable-guide/contents+en.lrpost.title)
+msgid "Charitable Giving Guide 2018"
+msgstr ""
+
+#: https//torproject.org/press/2018-02-03-wired-tor-safer-sex/
+#: (content/press/wired-tor-safer-sex/contents+en.lrpost.title)
+msgid "Tor could be the answer to safer connected sex"
+msgstr ""
+
+#: https//torproject.org/press/-new-release-tails/
+#: (content/press/new-release-tails/contents+en.lrpost.title)
+msgid "New Release: Tails 3.12"
+msgstr ""
+
+#: https//torproject.org/press/-new-release-tails/
+#: (content/press/new-release-tails/contents+en.lrpost.summary)
+msgid ""
+"This release fixes many security vulnerabilities. You should upgrade as soon"
+" as possible."
+msgstr ""
+
+#: https//torproject.org/press/-new-release-tails/
+#: (content/press/new-release-tails/contents+en.lrpost.summary)
+msgid ""
+"The biggest news for 3.12 is that we completely changed the installation "
+"methods for Tails."
+msgstr ""
+
+#: https//torproject.org/press/-new-release-tor/
+#: (content/press/new-release-tor/contents+en.lrpost.title)
+msgid "New Release: Tor 0.4.0.1-alpha"
+msgstr ""
+
+#: https//torproject.org/press/-new-release-tor/
+#: (content/press/new-release-tor/contents+en.lrpost.summary)
+msgid ""
+"There's a new alpha release available for download. If you build Tor from "
+"source, you can download the source code for 0.4.0.1-alpha from the usual "
+"place on the website."
+msgstr ""
+
+#: https//torproject.org/press/-new-release-tor-browser/
+#: (content/press/new-release-tor-browser/contents+en.lrpost.title)
+msgid "New Release: Tor Browser 8.5a7"
+msgstr ""
+
+#: https//torproject.org/press/-new-release-tor-browser/
+#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
+msgid ""
+"Tor Browser 8.5a7 is now available from the Tor Browser Project page and "
+"also from our distribution directory."
+msgstr ""
+
+#: https//torproject.org/press/-new-release-tor-browser/
+#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
+msgid "This release features important security updates to Firefox."
+msgstr ""
+
 #: https//torproject.org/about/people/hc/
 #: (content/about/people/hc/contents+en.lrperson.role)
 #: https//torproject.org/about/people/agrabeli/
@@ -1775,8 +1836,14 @@ msgid ""
 "MDF expertise in media and technology policy and extensive partnerships "
 "enable them to guide their funding partners through 

[tor-commits] [translation/tpo-web_completed] Update translations for tpo-web_completed

2019-02-07 Thread translation
commit 74cab6aefcf2aa98750a0f3ca2e7707455e7b8b2
Author: Translation commit bot 
Date:   Thu Feb 7 17:20:04 2019 +

Update translations for tpo-web_completed
---
 contents.pot | 209 ---
 1 file changed, 184 insertions(+), 25 deletions(-)

diff --git a/contents.pot b/contents.pot
index 512e27097..91035d236 100644
--- a/contents.pot
+++ b/contents.pot
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-02-06 14:41+CET\n"
+"POT-Creation-Date: 2019-02-07 18:05+CET\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME \n"
 "Language-Team: en \n"
@@ -47,7 +47,6 @@ msgid "contact"
 msgstr "contact"
 
 #: https//torproject.org/contact/ (content/contact/contents+en.lrpage.section)
-#: https//torproject.org/press/ (content/press/contents+en.lrpage.section)
 msgid "the tor project"
 msgstr "the tor project"
 
@@ -78,14 +77,6 @@ msgstr ""
 msgid "download"
 msgstr "download"
 
-#: https//torproject.org/press/ (content/press/contents+en.lrpage.title)
-msgid "press"
-msgstr "press"
-
-#: https//torproject.org/press/ (content/press/contents+en.lrpage.body)
-msgid "Email inquiries to pr...@torproject.org."
-msgstr "Email inquiries to pr...@torproject.org."
-
 #: https//torproject.org/menu/ (content/menu/contents+en.lrpage.title)
 #: https//torproject.org/about/ (content/about/contents+en.lrpage.title)
 msgid "history"
@@ -351,6 +342,86 @@ msgstr ""
 "We are an international team who believes everyone should have private "
 "access to the uncensored web."
 
+#: https//torproject.org/press/2019-01-11-tor-pulls-in-record-donations/
+#: (content/press/tor-pulls-in-record-donations/contents+en.lrpost.title)
+msgid ""
+"Tor pulls in record donations as it lessens reliance on US government grants"
+msgstr ""
+"Tor pulls in record donations as it lessens reliance on US government grants"
+
+#: https//torproject.org/press/2019-01-01-wired-tor-easier/
+#: (content/press/wired-tor-easier/contents+en.lrpost.title)
+msgid "Tor Is Easier Than Ever. Time to Give It a Try"
+msgstr "Tor Is Easier Than Ever. Time to Give It a Try"
+
+#: https//torproject.org/press/2018-12-18-boing-boing-charitable-guide/
+#: (content/press/boing-boing-charitable-guide/contents+en.lrpost.title)
+msgid "Charitable Giving Guide 2018"
+msgstr "Charitable Giving Guide 2018"
+
+#: https//torproject.org/press/2018-02-03-wired-tor-safer-sex/
+#: (content/press/wired-tor-safer-sex/contents+en.lrpost.title)
+msgid "Tor could be the answer to safer connected sex"
+msgstr "Tor could be the answer to safer connected sex"
+
+#: https//torproject.org/press/-new-release-tails/
+#: (content/press/new-release-tails/contents+en.lrpost.title)
+msgid "New Release: Tails 3.12"
+msgstr "New Release: Tails 3.12"
+
+#: https//torproject.org/press/-new-release-tails/
+#: (content/press/new-release-tails/contents+en.lrpost.summary)
+msgid ""
+"This release fixes many security vulnerabilities. You should upgrade as soon"
+" as possible."
+msgstr ""
+"This release fixes many security vulnerabilities. You should upgrade as soon"
+" as possible."
+
+#: https//torproject.org/press/-new-release-tails/
+#: (content/press/new-release-tails/contents+en.lrpost.summary)
+msgid ""
+"The biggest news for 3.12 is that we completely changed the installation "
+"methods for Tails."
+msgstr ""
+"The biggest news for 3.12 is that we completely changed the installation "
+"methods for Tails."
+
+#: https//torproject.org/press/-new-release-tor/
+#: (content/press/new-release-tor/contents+en.lrpost.title)
+msgid "New Release: Tor 0.4.0.1-alpha"
+msgstr "New Release: Tor 0.4.0.1-alpha"
+
+#: https//torproject.org/press/-new-release-tor/
+#: (content/press/new-release-tor/contents+en.lrpost.summary)
+msgid ""
+"There's a new alpha release available for download. If you build Tor from "
+"source, you can download the source code for 0.4.0.1-alpha from the usual "
+"place on the website."
+msgstr ""
+"There's a new alpha release available for download. If you build Tor from "
+"source, you can download the source code for 0.4.0.1-alpha from the usual "
+"place on the website."
+
+#: https//torproject.org/press/-new-release-tor-browser/
+#: (content/press/new-release-tor-browser/contents+en.lrpost.title)
+msgid "New Release: Tor Browser 8.5a7"
+msgstr "New Release: Tor Browser 8.5a7"
+
+#: https//torproject.org/press/-new-release-tor-browser/
+#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
+msgid ""
+"Tor Browser 8.5a7 is now available from the Tor Browser Project page and "
+"also from our distribution directory."
+msgstr ""
+"Tor Browser 8.5a7 is now available from the Tor Browser Project page and "
+"also from our distribution directory."
+
+#: https//torproject.org/press/-new-release-tor-browser/
+#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
+msgid "This release features important security 

[tor-commits] [translation/support-portal] Update translations for support-portal

2019-02-07 Thread translation
commit 5a67399b38f480dedefa2f8bb3571f68a304c8a7
Author: Translation commit bot 
Date:   Thu Feb 7 16:49:57 2019 +

Update translations for support-portal
---
 contents+es.po | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/contents+es.po b/contents+es.po
index 8d76caab5..7a2fd4609 100644
--- a/contents+es.po
+++ b/contents+es.po
@@ -421,13 +421,16 @@ msgid ""
 "network, typically running on behalf of one user, that routes application "
 "connections over a series of [relays](#relay)."
 msgstr ""
+"En [Tor](#tor-/-tor-network/-core-tor), un cliente es un nodo en la red Tor,"
+" ejecutándose típicamente en nombre de un usuario, que enruta las 
conexiones"
+" de la aplicación sobre una serie de [relays](#relay)."
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### Compass"
-msgstr ""
+msgstr "### Compass"
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)
@@ -437,13 +440,15 @@ msgid ""
 "Compass is a web application to learn about currently running [Tor "
 "relays](#relay) in bulk."
 msgstr ""
+"Compass is a web application to learn about currently running [Tor 
relays](#relay) in bulk.\n"
+"Compass es una aplicación web para aprender sobre la ejecución actual de 
[Tor relays](#relay) a granel"
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### consensus"
-msgstr ""
+msgstr "### acuerdo"
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/support-portal] Update translations for support-portal

2019-02-07 Thread translation
commit 1af4b981b7b63ce4feecaa6988d9b20ecad86b04
Author: Translation commit bot 
Date:   Thu Feb 7 15:49:57 2019 +

Update translations for support-portal
---
 contents+fr.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contents+fr.po b/contents+fr.po
index 5aa905c8b..3e3243441 100644
--- a/contents+fr.po
+++ b/contents+fr.po
@@ -2706,7 +2706,7 @@ msgstr "Navigateur Tor"
 #: https//support.torproject.org/tormessenger/
 #: (content/tormessenger/contents+en.lrtopic.title)
 msgid "Tor Messenger"
-msgstr "Messager Tor"
+msgstr "Messagerie Tor"
 
 #: https//support.torproject.org/tormobile/
 #: (content/tormobile/contents+en.lrtopic.title)

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tpo/master] ui review, content

2019-02-07 Thread hiro
commit db694b28c6b308e191ff9d0121e60086232d73ff
Author: Antonela 
Date:   Thu Feb 7 17:09:07 2019 +0200

ui review, content
---
 templates/download.html| 21 -
 templates/hero-download.html   | 10 +-
 templates/macros/people.html   |  4 ++--
 templates/macros/sponsors.html |  2 +-
 4 files changed, 24 insertions(+), 13 deletions(-)

diff --git a/templates/download.html b/templates/download.html
index ec4506e..0411415 100644
--- a/templates/download.html
+++ b/templates/download.html
@@ -1,6 +1,6 @@
 
   
-
+
   
 
   
@@ -12,7 +12,7 @@
   {{ _("If Tor is not censored, one of the 
most common reasons Tor won’t connect is an incorrect system clock. Please 
make sure it’s set correctly. Read other FAQ’s at our https://support.torproject.org\;>Support Portal.")|safe }}
   
 
-
+
   
 
   
@@ -27,11 +27,22 @@
 
   
 
-
+
   
 
-
-  
+
+  
 Check out the https://manual.torproject.org; target="_blank">manual for more 
troubleshooting tips.
   
 
+
+  
+
+
+  
+Verify Tor Browser signature https://support.torproject.org/how-to-verify-signature; 
target="_blank">here.
+  
+
+
+  
+
diff --git a/templates/hero-download.html b/templates/hero-download.html
index 727520e..c3ab624 100644
--- a/templates/hero-download.html
+++ b/templates/hero-download.html
@@ -6,7 +6,7 @@
 
 
   {% for id, item in bag('platforms+' + this.alt).items() %}
-
+
   
 {% set t = bag('versions', 'torbrowser-stable') %}
 {% set download_prefix = 'https://www.torproject.org/dist/torbrowser/' 
+ t.version + '/' %}
@@ -29,10 +29,10 @@
 
   {% endfor %}
 
-
-  Download 
in another language
-  Advanced 
Install Options
+
+  Download 
in another language
+  Advanced 
Install Options
 
-
+
   Read the latest release 
announcements
 
diff --git a/templates/macros/people.html b/templates/macros/people.html
index 1e1c3e2..3f06507 100644
--- a/templates/macros/people.html
+++ b/templates/macros/people.html
@@ -1,5 +1,5 @@
 {% macro render_board(item, alternative) %}
-  
+  
 
   
 {{ item.name }}
@@ -12,7 +12,7 @@
 {% endmacro %}
 
 {% macro render_core(item, alternative) %}
-  
+  
   
 
   {{ item.name }}{% if 
item.pronoun %} {{ item.pronoun }}{% 
endif %}
diff --git a/templates/macros/sponsors.html b/templates/macros/sponsors.html
index d49f33c..377ca15 100644
--- a/templates/macros/sponsors.html
+++ b/templates/macros/sponsors.html
@@ -1,5 +1,5 @@
 {% macro render_active(item, alternative) %}
-
+
 
   
   



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tpo/master] update download-android

2019-02-07 Thread hiro
commit ffd66326944d640a989aab9b016d595222a08bbe
Author: Antonela 
Date:   Thu Feb 7 17:27:34 2019 +0200

update download-android
---
 templates/download-android.html | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/templates/download-android.html b/templates/download-android.html
index 366ee19..30ebe45 100644
--- a/templates/download-android.html
+++ b/templates/download-android.html
@@ -1,6 +1,6 @@
 
-  
-
+  
+
   
 
   
@@ -15,15 +15,15 @@
 Protect yourself against 
tracking, surveillance, and censorship. 
   
   
-  Download .apk
-  Go to Google Play
-  Go to F-droid S00N
+  Download .apk
+  Go to Google Play
+  Go to F-droid S00N
   
   
 Are you a iOS user? We encourage you to try Onion Browser.
   
 
-
+
   
 
   



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tpo/staging] update press

2019-02-07 Thread hiro
commit 73001f52ea15631432c6ec654b118c8be2d94fa6
Author: Antonela 
Date:   Thu Feb 7 17:37:13 2019 +0200

update press
---
 templates/press.html | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/templates/press.html b/templates/press.html
index 2a6fd82..e87b31e 100644
--- a/templates/press.html
+++ b/templates/press.html
@@ -1,9 +1,9 @@
 
   
 
-
+
   
-
+
Get support
   
 https://support.torproject.org/; 
title="Tor Project Support Portal" target="_blank">Visit our Support Portal
@@ -15,7 +15,10 @@
 http://lists.torproject.org/; 
title="Tor Project Mailing List" target="_blank">Write to a mailing list
   
 
-
+
+  
+
+
Brand Assets
 
   https://styleguide.torproject.org/visuals/#assets; title="The Tor Project 
Brand Assets" target="_blank">The Tor Project

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tpo/staging] update contact

2019-02-07 Thread hiro
commit 16771e2af4f2e9636e1ec604e76032408f6b6ddc
Author: Antonela 
Date:   Thu Feb 7 17:33:07 2019 +0200

update contact
---
 templates/contact.html | 22 ++
 1 file changed, 14 insertions(+), 8 deletions(-)

diff --git a/templates/contact.html b/templates/contact.html
index 4f7a183..9cbc577 100644
--- a/templates/contact.html
+++ b/templates/contact.html
@@ -1,9 +1,9 @@
 
   
 
-
+
   
-
+
  {{ _('Chat with us on https://webchat.oftc.net/; title="Tor Project IRC" target="_blank">OFTC 
IRC')|safe }}
   #tor - {{ 
_("Ask questions about using Tor.") }}
   #tor-dev - {{ 
_("Discuss Tor-related coding, protocols, and ideas are all welcome.") }}
@@ -12,8 +12,11 @@
   #tor-relays - 
{{ _("Discuss running a Tor relay.") }}
   #tor-south - 
{{ _("Talk with Tor’s global south community.") }}
 
-
- {{ _("Find us on Social Media") }}
+
+  
+
+
+   {{ _("Find us on Social Media") }}
   
 https://twitter.com/torproject; title="@torproject" 
target="_blank">Twitter
 https://www.facebook.com/TorProject; title="Tor Project" 
target="_blank">Facebook
@@ -46,7 +49,7 @@
 
 
   
-
+
   
 
   
@@ -62,7 +65,7 @@
 If you find a relay that you think is malicious, 
misconfigured, or otherwise broken, please check out our wiki page and blog 
post on how to report it.
   
 
-
+
   
 
   
@@ -87,11 +90,14 @@
 
 
   
-
+
   Email us
   For questions and comments about Tor the non-profit 
organization: trademark questions, affiliation and coordination, contract 
inquiries, etc, please email frontd...@rt.torproject.org. For 
donor-related questions, contact giv...@torproject.org.
 
-
+
+  
+
+
   Send us Mail
   The Tor Project 
 
217 1st Ave South #4903



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tpo/staging] ui review, content

2019-02-07 Thread hiro
commit db694b28c6b308e191ff9d0121e60086232d73ff
Author: Antonela 
Date:   Thu Feb 7 17:09:07 2019 +0200

ui review, content
---
 templates/download.html| 21 -
 templates/hero-download.html   | 10 +-
 templates/macros/people.html   |  4 ++--
 templates/macros/sponsors.html |  2 +-
 4 files changed, 24 insertions(+), 13 deletions(-)

diff --git a/templates/download.html b/templates/download.html
index ec4506e..0411415 100644
--- a/templates/download.html
+++ b/templates/download.html
@@ -1,6 +1,6 @@
 
   
-
+
   
 
   
@@ -12,7 +12,7 @@
   {{ _("If Tor is not censored, one of the 
most common reasons Tor won’t connect is an incorrect system clock. Please 
make sure it’s set correctly. Read other FAQ’s at our https://support.torproject.org\;>Support Portal.")|safe }}
   
 
-
+
   
 
   
@@ -27,11 +27,22 @@
 
   
 
-
+
   
 
-
-  
+
+  
 Check out the https://manual.torproject.org; target="_blank">manual for more 
troubleshooting tips.
   
 
+
+  
+
+
+  
+Verify Tor Browser signature https://support.torproject.org/how-to-verify-signature; 
target="_blank">here.
+  
+
+
+  
+
diff --git a/templates/hero-download.html b/templates/hero-download.html
index 727520e..c3ab624 100644
--- a/templates/hero-download.html
+++ b/templates/hero-download.html
@@ -6,7 +6,7 @@
 
 
   {% for id, item in bag('platforms+' + this.alt).items() %}
-
+
   
 {% set t = bag('versions', 'torbrowser-stable') %}
 {% set download_prefix = 'https://www.torproject.org/dist/torbrowser/' 
+ t.version + '/' %}
@@ -29,10 +29,10 @@
 
   {% endfor %}
 
-
-  Download 
in another language
-  Advanced 
Install Options
+
+  Download 
in another language
+  Advanced 
Install Options
 
-
+
   Read the latest release 
announcements
 
diff --git a/templates/macros/people.html b/templates/macros/people.html
index 1e1c3e2..3f06507 100644
--- a/templates/macros/people.html
+++ b/templates/macros/people.html
@@ -1,5 +1,5 @@
 {% macro render_board(item, alternative) %}
-  
+  
 
   
 {{ item.name }}
@@ -12,7 +12,7 @@
 {% endmacro %}
 
 {% macro render_core(item, alternative) %}
-  
+  
   
 
   {{ item.name }}{% if 
item.pronoun %} {{ item.pronoun }}{% 
endif %}
diff --git a/templates/macros/sponsors.html b/templates/macros/sponsors.html
index d49f33c..377ca15 100644
--- a/templates/macros/sponsors.html
+++ b/templates/macros/sponsors.html
@@ -1,5 +1,5 @@
 {% macro render_active(item, alternative) %}
-
+
 
   
   



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tpo/staging] update download-android

2019-02-07 Thread hiro
commit ffd66326944d640a989aab9b016d595222a08bbe
Author: Antonela 
Date:   Thu Feb 7 17:27:34 2019 +0200

update download-android
---
 templates/download-android.html | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/templates/download-android.html b/templates/download-android.html
index 366ee19..30ebe45 100644
--- a/templates/download-android.html
+++ b/templates/download-android.html
@@ -1,6 +1,6 @@
 
-  
-
+  
+
   
 
   
@@ -15,15 +15,15 @@
 Protect yourself against 
tracking, surveillance, and censorship. 
   
   
-  Download .apk
-  Go to Google Play
-  Go to F-droid S00N
+  Download .apk
+  Go to Google Play
+  Go to F-droid S00N
   
   
 Are you a iOS user? We encourage you to try Onion Browser.
   
 
-
+
   
 
   



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tpo/master] update contact

2019-02-07 Thread hiro
commit 16771e2af4f2e9636e1ec604e76032408f6b6ddc
Author: Antonela 
Date:   Thu Feb 7 17:33:07 2019 +0200

update contact
---
 templates/contact.html | 22 ++
 1 file changed, 14 insertions(+), 8 deletions(-)

diff --git a/templates/contact.html b/templates/contact.html
index 4f7a183..9cbc577 100644
--- a/templates/contact.html
+++ b/templates/contact.html
@@ -1,9 +1,9 @@
 
   
 
-
+
   
-
+
  {{ _('Chat with us on https://webchat.oftc.net/; title="Tor Project IRC" target="_blank">OFTC 
IRC')|safe }}
   #tor - {{ 
_("Ask questions about using Tor.") }}
   #tor-dev - {{ 
_("Discuss Tor-related coding, protocols, and ideas are all welcome.") }}
@@ -12,8 +12,11 @@
   #tor-relays - 
{{ _("Discuss running a Tor relay.") }}
   #tor-south - 
{{ _("Talk with Tor’s global south community.") }}
 
-
- {{ _("Find us on Social Media") }}
+
+  
+
+
+   {{ _("Find us on Social Media") }}
   
 https://twitter.com/torproject; title="@torproject" 
target="_blank">Twitter
 https://www.facebook.com/TorProject; title="Tor Project" 
target="_blank">Facebook
@@ -46,7 +49,7 @@
 
 
   
-
+
   
 
   
@@ -62,7 +65,7 @@
 If you find a relay that you think is malicious, 
misconfigured, or otherwise broken, please check out our wiki page and blog 
post on how to report it.
   
 
-
+
   
 
   
@@ -87,11 +90,14 @@
 
 
   
-
+
   Email us
   For questions and comments about Tor the non-profit 
organization: trademark questions, affiliation and coordination, contract 
inquiries, etc, please email frontd...@rt.torproject.org. For 
donor-related questions, contact giv...@torproject.org.
 
-
+
+  
+
+
   Send us Mail
   The Tor Project 
 
217 1st Ave South #4903



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tpo/master] update press

2019-02-07 Thread hiro
commit 73001f52ea15631432c6ec654b118c8be2d94fa6
Author: Antonela 
Date:   Thu Feb 7 17:37:13 2019 +0200

update press
---
 templates/press.html | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/templates/press.html b/templates/press.html
index 2a6fd82..e87b31e 100644
--- a/templates/press.html
+++ b/templates/press.html
@@ -1,9 +1,9 @@
 
   
 
-
+
   
-
+
Get support
   
 https://support.torproject.org/; 
title="Tor Project Support Portal" target="_blank">Visit our Support Portal
@@ -15,7 +15,10 @@
 http://lists.torproject.org/; 
title="Tor Project Mailing List" target="_blank">Write to a mailing list
   
 
-
+
+  
+
+
Brand Assets
 
   https://styleguide.torproject.org/visuals/#assets; title="The Tor Project 
Brand Assets" target="_blank">The Tor Project

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/tor-launcher-properties_completed] Update translations for tor-launcher-properties_completed

2019-02-07 Thread translation
commit c65edc445e93cfa20ed13ce553476cecc601a0fd
Author: Translation commit bot 
Date:   Thu Feb 7 15:19:27 2019 +

Update translations for tor-launcher-properties_completed
---
 fr/torlauncher.properties | 24 
 1 file changed, 20 insertions(+), 4 deletions(-)

diff --git a/fr/torlauncher.properties b/fr/torlauncher.properties
index c44fa3620..aec1b76b3 100644
--- a/fr/torlauncher.properties
+++ b/fr/torlauncher.properties
@@ -52,15 +52,31 @@ torlauncher.forAssistance2=Pour de l’assistance, visiter 
%S
 
 torlauncher.copiedNLogMessages=La copie est terminée. %S messages de 
journalisation de Tor sont prêts à être collés dans un éditeur de texte ou 
un courriel.
 
-torlauncher.bootstrapStatus.conn_dir=Connexion à un annuaire de relais
-torlauncher.bootstrapStatus.handshake_dir=Mise en place d’une connexion 
chiffrée à l’annuaire
+torlauncher.bootstrapStatus.starting=Démarrage
+torlauncher.bootstrapStatus.conn_pt=Connexion au pont
+torlauncher.bootstrapStatus.conn_done_pt=Nous sommes connecté au pont
+torlauncher.bootstrapStatus.conn_proxy=Connexion au mandataire
+torlauncher.bootstrapStatus.conn_done_proxy=Nous sommes connecté au mandataire
+torlauncher.bootstrapStatus.conn=Connexion à un relais Tor
+torlauncher.bootstrapStatus.conn_done=Nous sommes connecté à un relais Tor
+torlauncher.bootstrapStatus.handshake=Négociation avec un relais Tor
+torlauncher.bootstrapStatus.handshake_done=La négociation avec un relais Tor 
est terminée
+torlauncher.bootstrapStatus.onehop_create=Mise en place d’une connexion 
chiffrée à l’annuaire
 torlauncher.bootstrapStatus.requesting_status=Récupération de l’état du 
réseau
 torlauncher.bootstrapStatus.loading_status=Chargement de l’état du réseau
 torlauncher.bootstrapStatus.loading_keys=Chargement des certificats 
d’autorité
 torlauncher.bootstrapStatus.requesting_descriptors=Demande d’informations 
sur le relais
 torlauncher.bootstrapStatus.loading_descriptors=Chargement des informations 
sur le relais
-torlauncher.bootstrapStatus.conn_or=Connexion au réseau Tor
-torlauncher.bootstrapStatus.handshake_or=Mise en place d’un circuit Tor
+torlauncher.bootstrapStatus.enough_dirinfo=Le chargement des renseignements du 
relais est terminé
+torlauncher.bootstrapStatus.ap_conn_pt=Construction des circuits : connexion 
au pont
+torlauncher.bootstrapStatus.ap_conn_done_pt=Construction des circuits : nous 
sommes connecté au pont
+torlauncher.bootstrapStatus.ap_conn_proxy=Construction des circuits : 
connexion au mandataire
+torlauncher.bootstrapStatus.ap_conn_done_proxy=Construction des circuits : 
nous sommes connecté au mandataire
+torlauncher.bootstrapStatus.ap_conn=Construction des circuits : connexion à 
un relais Tor
+torlauncher.bootstrapStatus.ap_conn_done=Construction des circuits : nous 
sommes connecté à un relais Tor
+torlauncher.bootstrapStatus.ap_handshake=Construction des circuits : 
négociation avec un relais Tor
+torlauncher.bootstrapStatus.ap_handshake_done=Construction des circuits : la 
négociation avec un relais Tor est terminée
+torlauncher.bootstrapStatus.circuit_create=Construction des circuits : mise 
en place d’un circuit Tor
 torlauncher.bootstrapStatus.done=Vous êtes connecté au réseau Tor !
 
 torlauncher.bootstrapWarning.done=terminé

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/tor-launcher-properties] Update translations for tor-launcher-properties

2019-02-07 Thread translation
commit 03abf4e7a14a37088f29bf6ce7ae5d17afca11eb
Author: Translation commit bot 
Date:   Thu Feb 7 15:19:20 2019 +

Update translations for tor-launcher-properties
---
 fr/torlauncher.properties | 36 ++--
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/fr/torlauncher.properties b/fr/torlauncher.properties
index e39439507..aec1b76b3 100644
--- a/fr/torlauncher.properties
+++ b/fr/torlauncher.properties
@@ -53,30 +53,30 @@ torlauncher.forAssistance2=Pour de l’assistance, visiter 
%S
 torlauncher.copiedNLogMessages=La copie est terminée. %S messages de 
journalisation de Tor sont prêts à être collés dans un éditeur de texte ou 
un courriel.
 
 torlauncher.bootstrapStatus.starting=Démarrage
-torlauncher.bootstrapStatus.conn_pt=Connecting to bridge
-torlauncher.bootstrapStatus.conn_done_pt=Connected to bridge
-torlauncher.bootstrapStatus.conn_proxy=Connecting to proxy
-torlauncher.bootstrapStatus.conn_done_proxy=Connected to proxy
-torlauncher.bootstrapStatus.conn=Connecting to a Tor relay
-torlauncher.bootstrapStatus.conn_done=Connected to a Tor relay
-torlauncher.bootstrapStatus.handshake=Negotiating with a Tor relay
-torlauncher.bootstrapStatus.handshake_done=Finished negotiating with a Tor 
relay
+torlauncher.bootstrapStatus.conn_pt=Connexion au pont
+torlauncher.bootstrapStatus.conn_done_pt=Nous sommes connecté au pont
+torlauncher.bootstrapStatus.conn_proxy=Connexion au mandataire
+torlauncher.bootstrapStatus.conn_done_proxy=Nous sommes connecté au mandataire
+torlauncher.bootstrapStatus.conn=Connexion à un relais Tor
+torlauncher.bootstrapStatus.conn_done=Nous sommes connecté à un relais Tor
+torlauncher.bootstrapStatus.handshake=Négociation avec un relais Tor
+torlauncher.bootstrapStatus.handshake_done=La négociation avec un relais Tor 
est terminée
 torlauncher.bootstrapStatus.onehop_create=Mise en place d’une connexion 
chiffrée à l’annuaire
 torlauncher.bootstrapStatus.requesting_status=Récupération de l’état du 
réseau
 torlauncher.bootstrapStatus.loading_status=Chargement de l’état du réseau
 torlauncher.bootstrapStatus.loading_keys=Chargement des certificats 
d’autorité
 torlauncher.bootstrapStatus.requesting_descriptors=Demande d’informations 
sur le relais
 torlauncher.bootstrapStatus.loading_descriptors=Chargement des informations 
sur le relais
-torlauncher.bootstrapStatus.enough_dirinfo=Finished loading relay information
-torlauncher.bootstrapStatus.ap_conn_pt=Building circuits: Connecting to bridge
-torlauncher.bootstrapStatus.ap_conn_done_pt=Building circuits: Connected to 
bridge
-torlauncher.bootstrapStatus.ap_conn_proxy=Building circuits: Connecting to 
proxy
-torlauncher.bootstrapStatus.ap_conn_done_proxy=Building circuits: Connected to 
proxy
-torlauncher.bootstrapStatus.ap_conn=Building circuits: Connecting to a Tor 
relay
-torlauncher.bootstrapStatus.ap_conn_done=Building circuits: Connected to a Tor 
relay
-torlauncher.bootstrapStatus.ap_handshake=Building circuits: Negotiating with a 
Tor relay
-torlauncher.bootstrapStatus.ap_handshake_done=Building circuits: Finished 
negotiating with a Tor relay
-torlauncher.bootstrapStatus.circuit_create=Building circuits: Establishing a 
Tor circuit
+torlauncher.bootstrapStatus.enough_dirinfo=Le chargement des renseignements du 
relais est terminé
+torlauncher.bootstrapStatus.ap_conn_pt=Construction des circuits : connexion 
au pont
+torlauncher.bootstrapStatus.ap_conn_done_pt=Construction des circuits : nous 
sommes connecté au pont
+torlauncher.bootstrapStatus.ap_conn_proxy=Construction des circuits : 
connexion au mandataire
+torlauncher.bootstrapStatus.ap_conn_done_proxy=Construction des circuits : 
nous sommes connecté au mandataire
+torlauncher.bootstrapStatus.ap_conn=Construction des circuits : connexion à 
un relais Tor
+torlauncher.bootstrapStatus.ap_conn_done=Construction des circuits : nous 
sommes connecté à un relais Tor
+torlauncher.bootstrapStatus.ap_handshake=Construction des circuits : 
négociation avec un relais Tor
+torlauncher.bootstrapStatus.ap_handshake_done=Construction des circuits : la 
négociation avec un relais Tor est terminée
+torlauncher.bootstrapStatus.circuit_create=Construction des circuits : mise 
en place d’un circuit Tor
 torlauncher.bootstrapStatus.done=Vous êtes connecté au réseau Tor !
 
 torlauncher.bootstrapWarning.done=terminé

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tpo/master] Edit jobs page

2019-02-07 Thread hiro
commit c58635ff279a43b9626049c29abe158a471ac665
Author: hiro 
Date:   Thu Feb 7 15:27:18 2019 +0100

Edit jobs page
---
 templates/macros/jobs.html | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/templates/macros/jobs.html b/templates/macros/jobs.html
index 58fe425..f180ff9 100644
--- a/templates/macros/jobs.html
+++ b/templates/macros/jobs.html
@@ -2,15 +2,13 @@
 
   
 
-  
-{{ item.title }}
-  
+  {{ item.title }}
 
   
-  
+  
 
   {{ item.summary }}
-  Read more.
+  Read more.
 
   
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tpo/staging] Edit jobs page

2019-02-07 Thread hiro
commit c58635ff279a43b9626049c29abe158a471ac665
Author: hiro 
Date:   Thu Feb 7 15:27:18 2019 +0100

Edit jobs page
---
 templates/macros/jobs.html | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/templates/macros/jobs.html b/templates/macros/jobs.html
index 58fe425..f180ff9 100644
--- a/templates/macros/jobs.html
+++ b/templates/macros/jobs.html
@@ -2,15 +2,13 @@
 
   
 
-  
-{{ item.title }}
-  
+  {{ item.title }}
 
   
-  
+  
 
   {{ item.summary }}
-  Read more.
+  Read more.
 
   
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tpo/master] Merge pull request #4 from torproject/master

2019-02-07 Thread hiro
commit 3d5ff85d892720e4c06e01c0635a9a70d94923c0
Merge: 947e9a7 a379392
Author: Antonela 
Date:   Thu Feb 7 15:02:48 2019 +0200

Merge pull request #4 from torproject/master

rebase

 content/about/sponsors/fastly/contents.lr|  3 ++-
 content/about/sponsors/handshake/contents.lr |  3 ++-
 content/about/sponsors/mdf/contents.lr   |  3 ++-
 content/about/sponsors/nsf-minnesota/contents.lr |  3 ++-
 templates/contact.html   | 16 
 5 files changed, 16 insertions(+), 12 deletions(-)



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tpo/master] ui review

2019-02-07 Thread hiro
commit faed87ddef5ab03750aedd41ddd98fa7ca0823a2
Author: Antonela 
Date:   Thu Feb 7 15:08:39 2019 +0200

ui review
---
 templates/about.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/about.html b/templates/about.html
index 75077e2..72b9b72 100644
--- a/templates/about.html
+++ b/templates/about.html
@@ -19,14 +19,14 @@
   {{ this.parent.body }}
 
   {% elif this.parent.path == "/about/jobs" %}
-
+
   {{ this.summary }}
 
 
   {{ this.description }}
 
   {% else %}
-
+
   {{ this.body }}
 
   {% endif %}



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tpo/staging] ui review

2019-02-07 Thread hiro
commit faed87ddef5ab03750aedd41ddd98fa7ca0823a2
Author: Antonela 
Date:   Thu Feb 7 15:08:39 2019 +0200

ui review
---
 templates/about.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/about.html b/templates/about.html
index 75077e2..72b9b72 100644
--- a/templates/about.html
+++ b/templates/about.html
@@ -19,14 +19,14 @@
   {{ this.parent.body }}
 
   {% elif this.parent.path == "/about/jobs" %}
-
+
   {{ this.summary }}
 
 
   {{ this.description }}
 
   {% else %}
-
+
   {{ this.body }}
 
   {% endif %}



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tpo/staging] Merge branch 'master' into master

2019-02-07 Thread hiro
commit e54786e39077a7901f4587854316a690b7feb7f1
Merge: 3a52e28 780e6eb
Author: Antonela 
Date:   Thu Feb 7 16:11:44 2019 +0200

Merge branch 'master' into master

 .../about/jobs/backend-engineer-ooni/contents.lr   |  5 ++
 content/about/jobs/browser-developer/contents.lr   |  6 +++
 .../press/boing-boing-charitable-guide/contents.lr | 18 +++
 content/press/contents.lr  |  2 +
 content/press/new-release-tails/contents.lr| 18 +++
 content/press/new-release-tor-browser/contents.lr  | 18 +++
 content/press/new-release-tor/contents.lr  | 16 ++
 .../tor-pulls-in-record-donations/contents.lr  | 18 +++
 content/press/wired-tor-easier/contents.lr | 18 +++
 content/press/wired-tor-safer-sex/contents.lr  | 18 +++
 databags/download-alternatives.ini | 11 
 models/post.ini| 59 ++
 models/press.ini   | 33 
 templates/download-languages.html  |  2 +-
 templates/download-options.html|  2 +-
 templates/macros/downloads.html|  4 +-
 templates/macros/jobs.html |  5 +-
 templates/macros/press.html| 19 +++
 templates/post.html|  1 +
 templates/press.html   | 52 ---
 20 files changed, 277 insertions(+), 48 deletions(-)

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tpo/staging] Merge pull request #4 from torproject/master

2019-02-07 Thread hiro
commit 3d5ff85d892720e4c06e01c0635a9a70d94923c0
Merge: 947e9a7 a379392
Author: Antonela 
Date:   Thu Feb 7 15:02:48 2019 +0200

Merge pull request #4 from torproject/master

rebase

 content/about/sponsors/fastly/contents.lr|  3 ++-
 content/about/sponsors/handshake/contents.lr |  3 ++-
 content/about/sponsors/mdf/contents.lr   |  3 ++-
 content/about/sponsors/nsf-minnesota/contents.lr |  3 ++-
 templates/contact.html   | 16 
 5 files changed, 16 insertions(+), 12 deletions(-)



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tpo/master] Merge branch 'master' into master

2019-02-07 Thread hiro
commit e54786e39077a7901f4587854316a690b7feb7f1
Merge: 3a52e28 780e6eb
Author: Antonela 
Date:   Thu Feb 7 16:11:44 2019 +0200

Merge branch 'master' into master

 .../about/jobs/backend-engineer-ooni/contents.lr   |  5 ++
 content/about/jobs/browser-developer/contents.lr   |  6 +++
 .../press/boing-boing-charitable-guide/contents.lr | 18 +++
 content/press/contents.lr  |  2 +
 content/press/new-release-tails/contents.lr| 18 +++
 content/press/new-release-tor-browser/contents.lr  | 18 +++
 content/press/new-release-tor/contents.lr  | 16 ++
 .../tor-pulls-in-record-donations/contents.lr  | 18 +++
 content/press/wired-tor-easier/contents.lr | 18 +++
 content/press/wired-tor-safer-sex/contents.lr  | 18 +++
 databags/download-alternatives.ini | 11 
 models/post.ini| 59 ++
 models/press.ini   | 33 
 templates/download-languages.html  |  2 +-
 templates/download-options.html|  2 +-
 templates/macros/downloads.html|  4 +-
 templates/macros/jobs.html |  5 +-
 templates/macros/press.html| 19 +++
 templates/post.html|  1 +
 templates/press.html   | 52 ---
 20 files changed, 277 insertions(+), 48 deletions(-)

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tpo/master] Add image to post

2019-02-07 Thread hiro
commit 780e6eb26a01d205c0253baa3c68503d4a48145c
Author: hiro 
Date:   Thu Feb 7 14:59:09 2019 +0100

Add image to post
---
 models/post.ini | 4 
 1 file changed, 4 insertions(+)

diff --git a/models/post.ini b/models/post.ini
index 457c866..5276910 100644
--- a/models/post.ini
+++ b/models/post.ini
@@ -30,6 +30,10 @@ translate = True
 label = Type
 type = string
 
+[fields.image]
+label = Image
+type = string
+
 [fields.author]
 label = Author
 type = string

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tpo/staging] Add image to post

2019-02-07 Thread hiro
commit 780e6eb26a01d205c0253baa3c68503d4a48145c
Author: hiro 
Date:   Thu Feb 7 14:59:09 2019 +0100

Add image to post
---
 models/post.ini | 4 
 1 file changed, 4 insertions(+)

diff --git a/models/post.ini b/models/post.ini
index 457c866..5276910 100644
--- a/models/post.ini
+++ b/models/post.ini
@@ -30,6 +30,10 @@ translate = True
 label = Type
 type = string
 
+[fields.image]
+label = Image
+type = string
+
 [fields.author]
 label = Author
 type = string

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tpo/staging] Add post template

2019-02-07 Thread hiro
commit a3475155a03534b1de32fe4ab9157dff2f45679c
Author: hiro 
Date:   Thu Feb 7 14:54:31 2019 +0100

Add post template
---
 templates/post.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/templates/post.html b/templates/post.html
new file mode 100644
index 000..59b6d40
--- /dev/null
+++ b/templates/post.html
@@ -0,0 +1 @@
+{{ this.title }}

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tpo/master] Add post template

2019-02-07 Thread hiro
commit a3475155a03534b1de32fe4ab9157dff2f45679c
Author: hiro 
Date:   Thu Feb 7 14:54:31 2019 +0100

Add post template
---
 templates/post.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/templates/post.html b/templates/post.html
new file mode 100644
index 000..59b6d40
--- /dev/null
+++ b/templates/post.html
@@ -0,0 +1 @@
+{{ this.title }}

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tpo/master] Fix bit downloads

2019-02-07 Thread hiro
commit 559079ca7a67f5fceba0cebad481525ee0c0aff7
Author: hiro 
Date:   Thu Feb 7 14:51:29 2019 +0100

Fix bit downloads
---
 templates/macros/downloads.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/macros/downloads.html b/templates/macros/downloads.html
index c355523..f19a080 100644
--- a/templates/macros/downloads.html
+++ b/templates/macros/downloads.html
@@ -8,7 +8,7 @@
   {% set sig_link_64 = download_link_64 + '.asc' %}
   {% set sig_link_32 = download_link_32 + '.asc' %}
 
-  32/64-bit (sig) / 64-bit (sig)
+  32-bit (sig) / 64-bit (sig)
 {% endmacro %}
 
 {% macro render_mac(version, alt) %}
@@ -32,5 +32,5 @@
   {% set sig_link_64 = download_link_64 + '.asc' %}
   {% set sig_link_32 = download_link_32 + '.asc' %}
 
-  32/64-bit (sig) / 64-bit (sig)
+  32-bit (sig) / 64-bit (sig)
 {% endmacro %}

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tpo/staging] Fix bit downloads

2019-02-07 Thread hiro
commit 559079ca7a67f5fceba0cebad481525ee0c0aff7
Author: hiro 
Date:   Thu Feb 7 14:51:29 2019 +0100

Fix bit downloads
---
 templates/macros/downloads.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/macros/downloads.html b/templates/macros/downloads.html
index c355523..f19a080 100644
--- a/templates/macros/downloads.html
+++ b/templates/macros/downloads.html
@@ -8,7 +8,7 @@
   {% set sig_link_64 = download_link_64 + '.asc' %}
   {% set sig_link_32 = download_link_32 + '.asc' %}
 
-  32/64-bit (sig) / 64-bit (sig)
+  32-bit (sig) / 64-bit (sig)
 {% endmacro %}
 
 {% macro render_mac(version, alt) %}
@@ -32,5 +32,5 @@
   {% set sig_link_64 = download_link_64 + '.asc' %}
   {% set sig_link_32 = download_link_32 + '.asc' %}
 
-  32/64-bit (sig) / 64-bit (sig)
+  32-bit (sig) / 64-bit (sig)
 {% endmacro %}

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tpo/staging] Update press releases

2019-02-07 Thread hiro
commit 1db8b10211a045b43de90d4f93b4a3cd44a8ec78
Author: hiro 
Date:   Thu Feb 7 14:49:56 2019 +0100

Update press releases
---
 content/press/new-release-tails/contents.lr | 18 ++
 1 file changed, 18 insertions(+)

diff --git a/content/press/new-release-tails/contents.lr 
b/content/press/new-release-tails/contents.lr
new file mode 100644
index 000..70b4728
--- /dev/null
+++ b/content/press/new-release-tails/contents.lr
@@ -0,0 +1,18 @@
+_model: post
+---
+active: True
+---
+type: release
+---
+title: New Release: Tails 3.12
+---
+link: https://blog.torproject.org/new-release-tails-312
+---
+summary:
+
+This release fixes many security vulnerabilities. You should upgrade as soon 
as possible.
+
+The biggest news for 3.12 is that we completely changed the installation 
methods for Tails.
+
+---
+body:

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tpo/master] Update press releases

2019-02-07 Thread hiro
commit 1db8b10211a045b43de90d4f93b4a3cd44a8ec78
Author: hiro 
Date:   Thu Feb 7 14:49:56 2019 +0100

Update press releases
---
 content/press/new-release-tails/contents.lr | 18 ++
 1 file changed, 18 insertions(+)

diff --git a/content/press/new-release-tails/contents.lr 
b/content/press/new-release-tails/contents.lr
new file mode 100644
index 000..70b4728
--- /dev/null
+++ b/content/press/new-release-tails/contents.lr
@@ -0,0 +1,18 @@
+_model: post
+---
+active: True
+---
+type: release
+---
+title: New Release: Tails 3.12
+---
+link: https://blog.torproject.org/new-release-tails-312
+---
+summary:
+
+This release fixes many security vulnerabilities. You should upgrade as soon 
as possible.
+
+The biggest news for 3.12 is that we completely changed the installation 
methods for Tails.
+
+---
+body:

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tpo/master] Update press releases

2019-02-07 Thread hiro
commit c0aaafae600dad57b4bc7e4e05072c0b86e5ea87
Author: hiro 
Date:   Thu Feb 7 14:47:38 2019 +0100

Update press releases
---
 content/press/new-release-tor/contents.lr | 16 
 1 file changed, 16 insertions(+)

diff --git a/content/press/new-release-tor/contents.lr 
b/content/press/new-release-tor/contents.lr
new file mode 100644
index 000..076f933
--- /dev/null
+++ b/content/press/new-release-tor/contents.lr
@@ -0,0 +1,16 @@
+_model: post
+---
+active: True
+---
+type: release
+---
+title: New Release: Tor 0.4.0.1-alpha
+---
+link: https://blog.torproject.org/new-release-tor-0401-alpha
+---
+summary:
+
+There's a new alpha release available for download. If you build Tor from 
source, you can download the source code for 0.4.0.1-alpha from the usual place 
on the website.
+
+---
+body:

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tpo/staging] Update press releases

2019-02-07 Thread hiro
commit c0aaafae600dad57b4bc7e4e05072c0b86e5ea87
Author: hiro 
Date:   Thu Feb 7 14:47:38 2019 +0100

Update press releases
---
 content/press/new-release-tor/contents.lr | 16 
 1 file changed, 16 insertions(+)

diff --git a/content/press/new-release-tor/contents.lr 
b/content/press/new-release-tor/contents.lr
new file mode 100644
index 000..076f933
--- /dev/null
+++ b/content/press/new-release-tor/contents.lr
@@ -0,0 +1,16 @@
+_model: post
+---
+active: True
+---
+type: release
+---
+title: New Release: Tor 0.4.0.1-alpha
+---
+link: https://blog.torproject.org/new-release-tor-0401-alpha
+---
+summary:
+
+There's a new alpha release available for download. If you build Tor from 
source, you can download the source code for 0.4.0.1-alpha from the usual place 
on the website.
+
+---
+body:

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tpo/master] Updates to press and more

2019-02-07 Thread hiro
commit 72d5c0bfda55ba6156fa449b7718824b37a7f785
Author: hiro 
Date:   Thu Feb 7 14:44:21 2019 +0100

Updates to press and more
---
 .../about/jobs/backend-engineer-ooni/contents.lr   |  5 ++
 content/about/jobs/browser-developer/contents.lr   |  6 +++
 .../press/boing-boing-charitable-guide/contents.lr | 18 +++
 content/press/contents.lr  |  2 +
 content/press/new-release-tor-browser/contents.lr  | 18 +++
 .../tor-pulls-in-record-donations/contents.lr  | 18 +++
 content/press/wired-tor-easier/contents.lr | 18 +++
 content/press/wired-tor-safer-sex/contents.lr  | 18 +++
 databags/download-alternatives.ini | 11 +
 models/post.ini| 55 ++
 models/press.ini   | 33 +
 templates/about.html   |  3 --
 templates/download-languages.html  |  2 +-
 templates/download-options.html|  2 +-
 templates/macros/jobs.html |  5 +-
 templates/macros/press.html| 19 
 templates/press.html   | 52 
 17 files changed, 236 insertions(+), 49 deletions(-)

diff --git a/content/about/jobs/backend-engineer-ooni/contents.lr 
b/content/about/jobs/backend-engineer-ooni/contents.lr
index 26cdbb5..bc005c6 100644
--- a/content/about/jobs/backend-engineer-ooni/contents.lr
+++ b/content/about/jobs/backend-engineer-ooni/contents.lr
@@ -6,7 +6,12 @@ active: True
 ---
 title: Backend Engineer for OONI
 ---
+summary:
+The Tor Project, Inc. is looking for a dedicated backend engineer to work on 
OONI (https://ooni.torproject.org/). OONI is the Open Observatory of Network 
Interference: a free and open source software, global observation network for 
detecting censorship, surveillance, and traffic manipulation on the internet.
+
+You will be working to improve OONI’s data processing pipeline and other 
backend components responsible for recording measurements collected from our 
growing global user network. You will also be tasked with improving our network 
measurement methodologies and data analysis heuristics to increase the accuracy 
of our experiments.
 
+---
 description:
 
 Backend Engineer for OONI
diff --git a/content/about/jobs/browser-developer/contents.lr 
b/content/about/jobs/browser-developer/contents.lr
index 508dc6b..9ed4a40 100644
--- a/content/about/jobs/browser-developer/contents.lr
+++ b/content/about/jobs/browser-developer/contents.lr
@@ -6,7 +6,13 @@ active: True
 ---
 title: Browser Developer
 ---
+summary:
 
+The Tor Project is looking for a Browser Developer (C++ and Javascript)!
+
+As a browser developer, your job would be to work closely with other members 
of the Tor Browser development team on C++ patches to our Firefox-based 
browser, writing new APIs, altering functionality for privacy and security, and 
making improvements to our collection of Firefox add-ons (JavaScript code). 
Being a Tor Browser developer includes triaging, diagnosing, and fixing bugs; 
looking for and resolving web privacy issues; responding on short notice to 
urgent security issues; and working collaboratively with coworkers and 
volunteers to implement new features and web behavior changes. We also need 
help making our code more maintainable, testable, and mergeable by upstream. 
The person in this position will also review other people's code, designs, and 
academic research papers to make suggestions for improvement.
+
+---
 description:
 
 The Tor Project is looking for a Browser Developer
diff --git a/content/press/boing-boing-charitable-guide/contents.lr 
b/content/press/boing-boing-charitable-guide/contents.lr
new file mode 100644
index 000..9a4acc5
--- /dev/null
+++ b/content/press/boing-boing-charitable-guide/contents.lr
@@ -0,0 +1,18 @@
+_model: post
+---
+active: True
+---
+type: snippet
+---
+publisher: BoingBoig
+---
+title: Charitable Giving Guide 2018
+---
+link: https://boingboing.net/2018/12/18/charitablegivinguide.html
+---
+pub_date: 2018-12-18
+---
+summary:
+
+---
+body:
diff --git a/content/press/contents.lr b/content/press/contents.lr
index e5fc244..53c8ad4 100644
--- a/content/press/contents.lr
+++ b/content/press/contents.lr
@@ -1,5 +1,7 @@
 _template: layout.html
 ---
+_model: press
+---
 section: the tor project
 ---
 html: press.html
diff --git a/content/press/new-release-tor-browser/contents.lr 
b/content/press/new-release-tor-browser/contents.lr
new file mode 100644
index 000..4387050
--- /dev/null
+++ b/content/press/new-release-tor-browser/contents.lr
@@ -0,0 +1,18 @@
+_model: post
+---
+active: True
+---
+type: release
+---
+title: New Release: Tor Browser 8.5a7
+---
+link: https://blog.torproject.org/new-release-tor-browser-85a7
+---
+summary:
+
+Tor Browser 8.5a7 is now available from the Tor Browser Project page and also 
from our distribution directory.

[tor-commits] [tpo/staging] Updates to press and more

2019-02-07 Thread hiro
commit 72d5c0bfda55ba6156fa449b7718824b37a7f785
Author: hiro 
Date:   Thu Feb 7 14:44:21 2019 +0100

Updates to press and more
---
 .../about/jobs/backend-engineer-ooni/contents.lr   |  5 ++
 content/about/jobs/browser-developer/contents.lr   |  6 +++
 .../press/boing-boing-charitable-guide/contents.lr | 18 +++
 content/press/contents.lr  |  2 +
 content/press/new-release-tor-browser/contents.lr  | 18 +++
 .../tor-pulls-in-record-donations/contents.lr  | 18 +++
 content/press/wired-tor-easier/contents.lr | 18 +++
 content/press/wired-tor-safer-sex/contents.lr  | 18 +++
 databags/download-alternatives.ini | 11 +
 models/post.ini| 55 ++
 models/press.ini   | 33 +
 templates/about.html   |  3 --
 templates/download-languages.html  |  2 +-
 templates/download-options.html|  2 +-
 templates/macros/jobs.html |  5 +-
 templates/macros/press.html| 19 
 templates/press.html   | 52 
 17 files changed, 236 insertions(+), 49 deletions(-)

diff --git a/content/about/jobs/backend-engineer-ooni/contents.lr 
b/content/about/jobs/backend-engineer-ooni/contents.lr
index 26cdbb5..bc005c6 100644
--- a/content/about/jobs/backend-engineer-ooni/contents.lr
+++ b/content/about/jobs/backend-engineer-ooni/contents.lr
@@ -6,7 +6,12 @@ active: True
 ---
 title: Backend Engineer for OONI
 ---
+summary:
+The Tor Project, Inc. is looking for a dedicated backend engineer to work on 
OONI (https://ooni.torproject.org/). OONI is the Open Observatory of Network 
Interference: a free and open source software, global observation network for 
detecting censorship, surveillance, and traffic manipulation on the internet.
+
+You will be working to improve OONI’s data processing pipeline and other 
backend components responsible for recording measurements collected from our 
growing global user network. You will also be tasked with improving our network 
measurement methodologies and data analysis heuristics to increase the accuracy 
of our experiments.
 
+---
 description:
 
 Backend Engineer for OONI
diff --git a/content/about/jobs/browser-developer/contents.lr 
b/content/about/jobs/browser-developer/contents.lr
index 508dc6b..9ed4a40 100644
--- a/content/about/jobs/browser-developer/contents.lr
+++ b/content/about/jobs/browser-developer/contents.lr
@@ -6,7 +6,13 @@ active: True
 ---
 title: Browser Developer
 ---
+summary:
 
+The Tor Project is looking for a Browser Developer (C++ and Javascript)!
+
+As a browser developer, your job would be to work closely with other members 
of the Tor Browser development team on C++ patches to our Firefox-based 
browser, writing new APIs, altering functionality for privacy and security, and 
making improvements to our collection of Firefox add-ons (JavaScript code). 
Being a Tor Browser developer includes triaging, diagnosing, and fixing bugs; 
looking for and resolving web privacy issues; responding on short notice to 
urgent security issues; and working collaboratively with coworkers and 
volunteers to implement new features and web behavior changes. We also need 
help making our code more maintainable, testable, and mergeable by upstream. 
The person in this position will also review other people's code, designs, and 
academic research papers to make suggestions for improvement.
+
+---
 description:
 
 The Tor Project is looking for a Browser Developer
diff --git a/content/press/boing-boing-charitable-guide/contents.lr 
b/content/press/boing-boing-charitable-guide/contents.lr
new file mode 100644
index 000..9a4acc5
--- /dev/null
+++ b/content/press/boing-boing-charitable-guide/contents.lr
@@ -0,0 +1,18 @@
+_model: post
+---
+active: True
+---
+type: snippet
+---
+publisher: BoingBoig
+---
+title: Charitable Giving Guide 2018
+---
+link: https://boingboing.net/2018/12/18/charitablegivinguide.html
+---
+pub_date: 2018-12-18
+---
+summary:
+
+---
+body:
diff --git a/content/press/contents.lr b/content/press/contents.lr
index e5fc244..53c8ad4 100644
--- a/content/press/contents.lr
+++ b/content/press/contents.lr
@@ -1,5 +1,7 @@
 _template: layout.html
 ---
+_model: press
+---
 section: the tor project
 ---
 html: press.html
diff --git a/content/press/new-release-tor-browser/contents.lr 
b/content/press/new-release-tor-browser/contents.lr
new file mode 100644
index 000..4387050
--- /dev/null
+++ b/content/press/new-release-tor-browser/contents.lr
@@ -0,0 +1,18 @@
+_model: post
+---
+active: True
+---
+type: release
+---
+title: New Release: Tor Browser 8.5a7
+---
+link: https://blog.torproject.org/new-release-tor-browser-85a7
+---
+summary:
+
+Tor Browser 8.5a7 is now available from the Tor Browser Project page and also 
from our distribution directory.

[tor-commits] [translation/tor-launcher-properties_completed] Update translations for tor-launcher-properties_completed

2019-02-07 Thread translation
commit 552b3704113d0570511ddf25511c399fe9393c8a
Author: Translation commit bot 
Date:   Thu Feb 7 13:20:10 2019 +

Update translations for tor-launcher-properties_completed
---
 en/torlauncher.properties | 24 
 1 file changed, 20 insertions(+), 4 deletions(-)

diff --git a/en/torlauncher.properties b/en/torlauncher.properties
index a4d097a76..ca9774bc4 100644
--- a/en/torlauncher.properties
+++ b/en/torlauncher.properties
@@ -52,15 +52,31 @@ torlauncher.forAssistance2=For assistance, visit %S
 
 torlauncher.copiedNLogMessages=Copy complete. %S Tor log messages are ready to 
be pasted into a text editor or an email message.
 
-torlauncher.bootstrapStatus.conn_dir=Connecting to a relay directory
-torlauncher.bootstrapStatus.handshake_dir=Establishing an encrypted directory 
connection
+torlauncher.bootstrapStatus.starting=Starting
+torlauncher.bootstrapStatus.conn_pt=Connecting to bridge
+torlauncher.bootstrapStatus.conn_done_pt=Connected to bridge
+torlauncher.bootstrapStatus.conn_proxy=Connecting to proxy
+torlauncher.bootstrapStatus.conn_done_proxy=Connected to proxy
+torlauncher.bootstrapStatus.conn=Connecting to a Tor relay
+torlauncher.bootstrapStatus.conn_done=Connected to a Tor relay
+torlauncher.bootstrapStatus.handshake=Negotiating with a Tor relay
+torlauncher.bootstrapStatus.handshake_done=Finished negotiating with a Tor 
relay
+torlauncher.bootstrapStatus.onehop_create=Establishing an encrypted directory 
connection
 torlauncher.bootstrapStatus.requesting_status=Retrieving network status
 torlauncher.bootstrapStatus.loading_status=Loading network status
 torlauncher.bootstrapStatus.loading_keys=Loading authority certificates
 torlauncher.bootstrapStatus.requesting_descriptors=Requesting relay information
 torlauncher.bootstrapStatus.loading_descriptors=Loading relay information
-torlauncher.bootstrapStatus.conn_or=Connecting to the Tor network
-torlauncher.bootstrapStatus.handshake_or=Establishing a Tor circuit
+torlauncher.bootstrapStatus.enough_dirinfo=Finished loading relay information
+torlauncher.bootstrapStatus.ap_conn_pt=Building circuits: Connecting to bridge
+torlauncher.bootstrapStatus.ap_conn_done_pt=Building circuits: Connected to 
bridge
+torlauncher.bootstrapStatus.ap_conn_proxy=Building circuits: Connecting to 
proxy
+torlauncher.bootstrapStatus.ap_conn_done_proxy=Building circuits: Connected to 
proxy
+torlauncher.bootstrapStatus.ap_conn=Building circuits: Connecting to a Tor 
relay
+torlauncher.bootstrapStatus.ap_conn_done=Building circuits: Connected to a Tor 
relay
+torlauncher.bootstrapStatus.ap_handshake=Building circuits: Negotiating with a 
Tor relay
+torlauncher.bootstrapStatus.ap_handshake_done=Building circuits: Finished 
negotiating with a Tor relay
+torlauncher.bootstrapStatus.circuit_create=Building circuits: Establishing a 
Tor circuit
 torlauncher.bootstrapStatus.done=Connected to the Tor network!
 
 torlauncher.bootstrapWarning.done=done

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tor-browser-build/master] Bug 29378: Remove 83.212.101.3 from default bridges

2019-02-07 Thread gk
commit bd7eff5c7a3a6fac22270a4183b75e3615cfb127
Author: Nicolas Vigier 
Date:   Thu Feb 7 12:33:13 2019 +0100

Bug 29378: Remove 83.212.101.3 from default bridges
---
 .../Bundle-Data/PTConfigs/bridge_prefs.js  | 58 +++---
 1 file changed, 28 insertions(+), 30 deletions(-)

diff --git a/projects/tor-browser/Bundle-Data/PTConfigs/bridge_prefs.js 
b/projects/tor-browser/Bundle-Data/PTConfigs/bridge_prefs.js
index f58eb02..8da9588 100644
--- a/projects/tor-browser/Bundle-Data/PTConfigs/bridge_prefs.js
+++ b/projects/tor-browser/Bundle-Data/PTConfigs/bridge_prefs.js
@@ -2,11 +2,10 @@
 pref("extensions.torlauncher.default_bridge_recommended_type", "obfs4");
 
 // Default bridges.
-pref("extensions.torlauncher.default_bridge.obfs3.1", "obfs3 83.212.101.3:80 
A09D536DD1752D542E1FBB3C9CE4449D51298239");
-pref("extensions.torlauncher.default_bridge.obfs3.2", "obfs3 
169.229.59.74:31493 AF9F66B7B04F8FF6F32D455F05135250A16543C9");
-pref("extensions.torlauncher.default_bridge.obfs3.3", "obfs3 
169.229.59.75:46328 AF9F66B7B04F8FF6F32D455F05135250A16543C9");
-pref("extensions.torlauncher.default_bridge.obfs3.4", "obfs3 
109.105.109.163:38980 1E05F577A0EC0213F971D81BF4D86A9E4E8229ED");
-pref("extensions.torlauncher.default_bridge.obfs3.5", "obfs3 
109.105.109.163:47779 4C331FA9B3D1D6D8FB0D8FBBF0C259C360D97E6A");
+pref("extensions.torlauncher.default_bridge.obfs3.1", "obfs3 
169.229.59.74:31493 AF9F66B7B04F8FF6F32D455F05135250A16543C9");
+pref("extensions.torlauncher.default_bridge.obfs3.2", "obfs3 
169.229.59.75:46328 AF9F66B7B04F8FF6F32D455F05135250A16543C9");
+pref("extensions.torlauncher.default_bridge.obfs3.3", "obfs3 
109.105.109.163:38980 1E05F577A0EC0213F971D81BF4D86A9E4E8229ED");
+pref("extensions.torlauncher.default_bridge.obfs3.4", "obfs3 
109.105.109.163:47779 4C331FA9B3D1D6D8FB0D8FBBF0C259C360D97E6A");
 
 pref("extensions.torlauncher.default_bridge.fte.1", "fte 131.252.210.150:8080 
0E858AC201BF0F3FA3C462F64844CBFFC7297A42");
 pref("extensions.torlauncher.default_bridge.fte.2", "fte 128.105.214.162:8080 
FC562097E1951DCC41B7D7F324D88157119BB56D");
@@ -15,31 +14,30 @@ pref("extensions.torlauncher.default_bridge.fte.3", "fte 
128.105.214.163:8080 A1
 pref("extensions.torlauncher.default_bridge.obfs4.1", "obfs4 
154.35.22.10:15937 8FB9F4319E89E5C6223052AA525A192AFBC85D55 
cert=GGGS1TX4R81m3r0HBl79wKy1OtPPNR2CZUIrHjkRg65Vc2VR8fOyo64f9kmT1UAFG7j0HQ 
iat-mode=0");
 pref("extensions.torlauncher.default_bridge.obfs4.2", "obfs4 192.99.11.54:443 
7B126FAB960E5AC6A629C729434FF84FB5074EC2 
cert=VW5f8+IBUWpPFxF+rsiVy2wXkyTQG7vEd+rHeN2jV5LIDNu8wMNEOqZXPwHdwMVEBdqXEw 
iat-mode=0");
 pref("extensions.torlauncher.default_bridge.obfs4.3", "obfs4 
109.105.109.165:10527 8DFCD8FB3285E855F5A55EDDA35696C743ABFC4E 
cert=Bvg/itxeL4TWKLP6N1MaQzSOC6tcRIBv6q57DYAZc3b2AzuM+/TfB7mqTFEfXILCjEwzVA 
iat-mode=1");
-pref("extensions.torlauncher.default_bridge.obfs4.4", "obfs4 
83.212.101.3:50002 A09D536DD1752D542E1FBB3C9CE4449D51298239 
cert=lPRQ/MXdD1t5SRZ9MquYQNT9m5DV757jtdXdlePmRCudUU9CFUOX1Tm7/meFSyPOsud7Cw 
iat-mode=0");
-pref("extensions.torlauncher.default_bridge.obfs4.5", "obfs4 
109.105.109.147:13764 BBB28DF0F201E706BE564EFE690FE9577DD8386D 
cert=KfMQN/tNMFdda61hMgpiMI7pbwU1T+wxjTulYnfw+4sgvG0zSH7N7fwT10BI8MUdAD7iJA 
iat-mode=2");
-pref("extensions.torlauncher.default_bridge.obfs4.6", "obfs4 
154.35.22.11:16488 A832D176ECD5C7C6B58825AE22FC4C90FA249637 
cert=YPbQqXPiqTUBfjGFLpm9JYEFTBvnzEJDKJxXG5Sxzrr/v2qrhGU4Jls9lHjLAhqpXaEfZw 
iat-mode=0");
-pref("extensions.torlauncher.default_bridge.obfs4.7", "obfs4 154.35.22.12:80 
00DC6C4FA49A65BD1472993CF6730D54F11E0DBB 
cert=N86E9hKXXXVz6G7w2z8wFfhIDztDAzZ/3poxVePHEYjbKDWzjkRDccFMAnhK75fc65pYSg 
iat-mode=0");
-pref("extensions.torlauncher.default_bridge.obfs4.8", "obfs4 154.35.22.13:443 
FE7840FE1E21FE0A0639ED176EDA00A3ECA1E34D 
cert=fKnzxr+m+jWXXQGCaXe4f2gGoPXMzbL+bTBbXMYXuK0tMotd+nXyS33y2mONZWU29l81CA 
iat-mode=0");
-pref("extensions.torlauncher.default_bridge.obfs4.9", "obfs4 154.35.22.10:80 
8FB9F4319E89E5C6223052AA525A192AFBC85D55 
cert=GGGS1TX4R81m3r0HBl79wKy1OtPPNR2CZUIrHjkRg65Vc2VR8fOyo64f9kmT1UAFG7j0HQ 
iat-mode=0");
-pref("extensions.torlauncher.default_bridge.obfs4.10", "obfs4 154.35.22.10:443 
8FB9F4319E89E5C6223052AA525A192AFBC85D55 
cert=GGGS1TX4R81m3r0HBl79wKy1OtPPNR2CZUIrHjkRg65Vc2VR8fOyo64f9kmT1UAFG7j0HQ 
iat-mode=0");
-pref("extensions.torlauncher.default_bridge.obfs4.11", "obfs4 154.35.22.11:443 
A832D176ECD5C7C6B58825AE22FC4C90FA249637 
cert=YPbQqXPiqTUBfjGFLpm9JYEFTBvnzEJDKJxXG5Sxzrr/v2qrhGU4Jls9lHjLAhqpXaEfZw 
iat-mode=0");
-pref("extensions.torlauncher.default_bridge.obfs4.12", "obfs4 154.35.22.11:80 
A832D176ECD5C7C6B58825AE22FC4C90FA249637 
cert=YPbQqXPiqTUBfjGFLpm9JYEFTBvnzEJDKJxXG5Sxzrr/v2qrhGU4Jls9lHjLAhqpXaEfZw 
iat-mode=0");
-pref("extensions.torlauncher.default_bridge.obfs4.13", "obfs4 
154.35.22.9:12166 C73ADBAC8ADFDBF0FC0F3F4E8091C0107D093716 
cert=gEGKc5WN/bSjFa6UkG9hOcft1tuK+cV8hbZ0H6cqXiMPLqSbCh2Q3PHe5OOr6oMVORhoJA 
iat-mode=0");

[tor-commits] [tor-browser-build/maint-8.0] Bug 29378: Remove 83.212.101.3 from default bridges

2019-02-07 Thread gk
commit a81dc9fe7c3e1a1eb520ea8e50d481adb4d396c3
Author: Nicolas Vigier 
Date:   Thu Feb 7 12:33:13 2019 +0100

Bug 29378: Remove 83.212.101.3 from default bridges
---
 .../Bundle-Data/PTConfigs/bridge_prefs.js  | 58 +++---
 1 file changed, 28 insertions(+), 30 deletions(-)

diff --git a/projects/tor-browser/Bundle-Data/PTConfigs/bridge_prefs.js 
b/projects/tor-browser/Bundle-Data/PTConfigs/bridge_prefs.js
index f58eb02..8da9588 100644
--- a/projects/tor-browser/Bundle-Data/PTConfigs/bridge_prefs.js
+++ b/projects/tor-browser/Bundle-Data/PTConfigs/bridge_prefs.js
@@ -2,11 +2,10 @@
 pref("extensions.torlauncher.default_bridge_recommended_type", "obfs4");
 
 // Default bridges.
-pref("extensions.torlauncher.default_bridge.obfs3.1", "obfs3 83.212.101.3:80 
A09D536DD1752D542E1FBB3C9CE4449D51298239");
-pref("extensions.torlauncher.default_bridge.obfs3.2", "obfs3 
169.229.59.74:31493 AF9F66B7B04F8FF6F32D455F05135250A16543C9");
-pref("extensions.torlauncher.default_bridge.obfs3.3", "obfs3 
169.229.59.75:46328 AF9F66B7B04F8FF6F32D455F05135250A16543C9");
-pref("extensions.torlauncher.default_bridge.obfs3.4", "obfs3 
109.105.109.163:38980 1E05F577A0EC0213F971D81BF4D86A9E4E8229ED");
-pref("extensions.torlauncher.default_bridge.obfs3.5", "obfs3 
109.105.109.163:47779 4C331FA9B3D1D6D8FB0D8FBBF0C259C360D97E6A");
+pref("extensions.torlauncher.default_bridge.obfs3.1", "obfs3 
169.229.59.74:31493 AF9F66B7B04F8FF6F32D455F05135250A16543C9");
+pref("extensions.torlauncher.default_bridge.obfs3.2", "obfs3 
169.229.59.75:46328 AF9F66B7B04F8FF6F32D455F05135250A16543C9");
+pref("extensions.torlauncher.default_bridge.obfs3.3", "obfs3 
109.105.109.163:38980 1E05F577A0EC0213F971D81BF4D86A9E4E8229ED");
+pref("extensions.torlauncher.default_bridge.obfs3.4", "obfs3 
109.105.109.163:47779 4C331FA9B3D1D6D8FB0D8FBBF0C259C360D97E6A");
 
 pref("extensions.torlauncher.default_bridge.fte.1", "fte 131.252.210.150:8080 
0E858AC201BF0F3FA3C462F64844CBFFC7297A42");
 pref("extensions.torlauncher.default_bridge.fte.2", "fte 128.105.214.162:8080 
FC562097E1951DCC41B7D7F324D88157119BB56D");
@@ -15,31 +14,30 @@ pref("extensions.torlauncher.default_bridge.fte.3", "fte 
128.105.214.163:8080 A1
 pref("extensions.torlauncher.default_bridge.obfs4.1", "obfs4 
154.35.22.10:15937 8FB9F4319E89E5C6223052AA525A192AFBC85D55 
cert=GGGS1TX4R81m3r0HBl79wKy1OtPPNR2CZUIrHjkRg65Vc2VR8fOyo64f9kmT1UAFG7j0HQ 
iat-mode=0");
 pref("extensions.torlauncher.default_bridge.obfs4.2", "obfs4 192.99.11.54:443 
7B126FAB960E5AC6A629C729434FF84FB5074EC2 
cert=VW5f8+IBUWpPFxF+rsiVy2wXkyTQG7vEd+rHeN2jV5LIDNu8wMNEOqZXPwHdwMVEBdqXEw 
iat-mode=0");
 pref("extensions.torlauncher.default_bridge.obfs4.3", "obfs4 
109.105.109.165:10527 8DFCD8FB3285E855F5A55EDDA35696C743ABFC4E 
cert=Bvg/itxeL4TWKLP6N1MaQzSOC6tcRIBv6q57DYAZc3b2AzuM+/TfB7mqTFEfXILCjEwzVA 
iat-mode=1");
-pref("extensions.torlauncher.default_bridge.obfs4.4", "obfs4 
83.212.101.3:50002 A09D536DD1752D542E1FBB3C9CE4449D51298239 
cert=lPRQ/MXdD1t5SRZ9MquYQNT9m5DV757jtdXdlePmRCudUU9CFUOX1Tm7/meFSyPOsud7Cw 
iat-mode=0");
-pref("extensions.torlauncher.default_bridge.obfs4.5", "obfs4 
109.105.109.147:13764 BBB28DF0F201E706BE564EFE690FE9577DD8386D 
cert=KfMQN/tNMFdda61hMgpiMI7pbwU1T+wxjTulYnfw+4sgvG0zSH7N7fwT10BI8MUdAD7iJA 
iat-mode=2");
-pref("extensions.torlauncher.default_bridge.obfs4.6", "obfs4 
154.35.22.11:16488 A832D176ECD5C7C6B58825AE22FC4C90FA249637 
cert=YPbQqXPiqTUBfjGFLpm9JYEFTBvnzEJDKJxXG5Sxzrr/v2qrhGU4Jls9lHjLAhqpXaEfZw 
iat-mode=0");
-pref("extensions.torlauncher.default_bridge.obfs4.7", "obfs4 154.35.22.12:80 
00DC6C4FA49A65BD1472993CF6730D54F11E0DBB 
cert=N86E9hKXXXVz6G7w2z8wFfhIDztDAzZ/3poxVePHEYjbKDWzjkRDccFMAnhK75fc65pYSg 
iat-mode=0");
-pref("extensions.torlauncher.default_bridge.obfs4.8", "obfs4 154.35.22.13:443 
FE7840FE1E21FE0A0639ED176EDA00A3ECA1E34D 
cert=fKnzxr+m+jWXXQGCaXe4f2gGoPXMzbL+bTBbXMYXuK0tMotd+nXyS33y2mONZWU29l81CA 
iat-mode=0");
-pref("extensions.torlauncher.default_bridge.obfs4.9", "obfs4 154.35.22.10:80 
8FB9F4319E89E5C6223052AA525A192AFBC85D55 
cert=GGGS1TX4R81m3r0HBl79wKy1OtPPNR2CZUIrHjkRg65Vc2VR8fOyo64f9kmT1UAFG7j0HQ 
iat-mode=0");
-pref("extensions.torlauncher.default_bridge.obfs4.10", "obfs4 154.35.22.10:443 
8FB9F4319E89E5C6223052AA525A192AFBC85D55 
cert=GGGS1TX4R81m3r0HBl79wKy1OtPPNR2CZUIrHjkRg65Vc2VR8fOyo64f9kmT1UAFG7j0HQ 
iat-mode=0");
-pref("extensions.torlauncher.default_bridge.obfs4.11", "obfs4 154.35.22.11:443 
A832D176ECD5C7C6B58825AE22FC4C90FA249637 
cert=YPbQqXPiqTUBfjGFLpm9JYEFTBvnzEJDKJxXG5Sxzrr/v2qrhGU4Jls9lHjLAhqpXaEfZw 
iat-mode=0");
-pref("extensions.torlauncher.default_bridge.obfs4.12", "obfs4 154.35.22.11:80 
A832D176ECD5C7C6B58825AE22FC4C90FA249637 
cert=YPbQqXPiqTUBfjGFLpm9JYEFTBvnzEJDKJxXG5Sxzrr/v2qrhGU4Jls9lHjLAhqpXaEfZw 
iat-mode=0");
-pref("extensions.torlauncher.default_bridge.obfs4.13", "obfs4 
154.35.22.9:12166 C73ADBAC8ADFDBF0FC0F3F4E8091C0107D093716 
cert=gEGKc5WN/bSjFa6UkG9hOcft1tuK+cV8hbZ0H6cqXiMPLqSbCh2Q3PHe5OOr6oMVORhoJA 
iat-mode=0");

[tor-commits] [tpo/master] update jobs

2019-02-07 Thread hiro
commit b9b1b0df8e431b14c217fbf0b7b1f51b4c15ebcc
Author: Antonela 
Date:   Wed Feb 6 18:20:39 2019 +0200

update jobs
---
 .../about/jobs/backend-engineer-ooni/contents.lr   | 73 ++
 content/about/jobs/browser-developer/contents.lr   | 66 +++
 .../jobs/senior-system-administrator/contents.lr   |  2 +-
 3 files changed, 140 insertions(+), 1 deletion(-)

diff --git a/content/about/jobs/backend-engineer-ooni/contents.lr 
b/content/about/jobs/backend-engineer-ooni/contents.lr
new file mode 100644
index 000..26cdbb5
--- /dev/null
+++ b/content/about/jobs/backend-engineer-ooni/contents.lr
@@ -0,0 +1,73 @@
+_model: job
+---
+_template: about.html
+---
+active: True
+---
+title: Backend Engineer for OONI
+---
+
+description:
+
+Backend Engineer for OONI
+
+January 31, 2018
+
+The Tor Project, Inc. is looking for a dedicated backend engineer to work on 
OONI (https://ooni.torproject.org/). OONI is the Open Observatory of Network 
Interference: a free and open source software, global observation network for 
detecting censorship, surveillance, and traffic manipulation on the internet.
+
+You will be working to improve OONI’s data processing pipeline and other 
backend components responsible for recording measurements collected from our 
growing global user network. You will also be tasked with improving our network 
measurement methodologies and data analysis heuristics to increase the accuracy 
of our experiments.
+
+This is a full-time 12-month contract position, starting ASAP (no later than 
mid-May 2019); contract may be extended.
+
+The OONI team is based in Europe. However, this position may be performed 
remotely.
+
+Here are some of our code repositories:
+
+   https://github.com/ooni/api
+   https://github.com/ooni/pipeline
+   https://github.com/ooni/orchestra
+   https://github.com/ooni/collector
+   https://github.com/ooni/sysadmin
+
+Required skills and qualifications:
+
+   Extensive experience in python or golang.
+   Comfortable working remotely.
+   Self-directed, self-disciplined, but good at working and communicating with 
a team.
+   Have experience and be comfortable with others reviewing your code and 
design; have experience and be comfortable reviewing others’ code.
+   Experience documenting and designing protocols.
+   Be comfortable with transparency!
+
+Preferred qualifications:
+
+   Experience designing, implementing, and maintaining scalable complex 
network applications.
+   Working experience with data processing pipelines.
+   Possess the confidence to refactor code and write unit-tests.
+   Familiarity with the challenges of developing and scaling data processing 
pipelines.
+   Familiarity with the network measurement field.
+   Experience with open-source software development, including working with 
distributed teams across different time-zones containing employees and 
volunteers of differing skill levels.
+   Basic familiarity with distributed version control systems.
+   Contributed significant chunks of code to multiple open-source projects in 
the past.
+   Be passionate about internet freedom and interested in contributing to it 
in a concrete way!
+
+Other notes:
+
+Academic degrees are great but not required if you have the right experience.
+
+You should be very good at working remotely at communicating with the team on 
a daily basis via Slack, IRC, instant messaging, email, and issue trackers.
+
+Salary negotiable.
+
+How to apply:
+
+Please email a *PDF* of your resume/CV, and a cover letter explaining how your 
qualifications and experience meet the requirements of this job description. 
Please include the reasons why you want to work on OONI. Please also include 
link to one or several code samples (of which you are authorized to share), and 
also your GitHub or GitLab profile, and three professional references.
+
+Email should be sent to jobs at openobservatory dot org with "OONI Backend 
Engineer" in the subject line.
+
+About the project:
+
+The Open Observatory of Network Interference (OONI) is a free software project 
under the Tor Project. OONI collects and processes network measurements with 
the aim of detecting network interferences, such as censorship, surveillance, 
and traffic manipulation. Since late 2012, OONI has collected millions of 
measurements across more than 90 countries around the world.
+
+The Tor Project, Inc., is a 501(c)(3) non-profit organization that provides 
the technical infrastructure for privacy protection over the Internet. With 
paid staff and contractors of around 30 technologists and operational support 
people, plus many volunteers all over the world who contribute to our work, the 
Tor Project is funded in part by government grants and contracts, as well as by 
individual, foundation, and corporate donations. We only write free and open 
source software, and we don't believe in software patents.
+
+The Tor Project, Inc., is an equal opportunity, affirmative action employer.
diff 

[tor-commits] [tpo/master] fix error

2019-02-07 Thread hiro
commit 2e5954ac5771219691e7eedb96e496b79b42afa5
Author: emma peel 
Date:   Wed Feb 6 18:42:12 2019 +0100

fix error
---
 templates/contact.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/contact.html b/templates/contact.html
index acd3902..4f7a183 100644
--- a/templates/contact.html
+++ b/templates/contact.html
@@ -4,7 +4,7 @@
 
   
 
- {{ _("Chat with us on https://webchat.oftc.net/; title="Tor Project IRC" target="_blank">OFTC 
IRC")|safe }}
+ {{ _('Chat with us on https://webchat.oftc.net/; title="Tor Project IRC" target="_blank">OFTC 
IRC')|safe }}
   #tor - {{ 
_("Ask questions about using Tor.") }}
   #tor-dev - {{ 
_("Discuss Tor-related coding, protocols, and ideas are all welcome.") }}
   #tor-project 
- {{ _("Discuss organization and community related topics: meetups, outreach, 
translation, or website improvements.") }}



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tpo/master] Update about.html

2019-02-07 Thread hiro
commit 126d1e9fb405322e7ab5a6c32711ab1db16a770d
Author: Antonela 
Date:   Wed Feb 6 16:12:48 2019 +0200

Update about.html
---
 templates/about.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/about.html b/templates/about.html
index 77b992b..75077e2 100644
--- a/templates/about.html
+++ b/templates/about.html
@@ -15,7 +15,7 @@
   
 
   {% if this.path == "/about/history" %}
-
+
   {{ this.parent.body }}
 
   {% elif this.parent.path == "/about/jobs" %}
@@ -26,7 +26,7 @@
   {{ this.description }}
 
   {% else %}
-
+
   {{ this.body }}
 
   {% endif %}



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tpo/master] Merge remote-tracking branch 'anto/master' into staging

2019-02-07 Thread hiro
commit a3793923d6b9e1f4aa6554da0fddfc6bf97982cb
Merge: 2e5954a 947e9a7
Author: hiro 
Date:   Thu Feb 7 13:40:03 2019 +0100

Merge remote-tracking branch 'anto/master' into staging

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tpo/master] i18n updates

2019-02-07 Thread hiro
commit 67fab3182e032342e42f34d5e837c146d51d9f83
Author: emma peel 
Date:   Wed Feb 6 18:16:57 2019 +0100

i18n updates
---
 templates/contact.html | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/templates/contact.html b/templates/contact.html
index 6da9e23..acd3902 100644
--- a/templates/contact.html
+++ b/templates/contact.html
@@ -4,16 +4,16 @@
 
   
 
-   Chat with us on https://webchat.oftc.net/; 
title="Tor Project IRC" target="_blank">OFTC IRC
-  #tor - Ask 
questions about using Tor.
-  #tor-dev - 
Discuss Tor-related coding, protocols, and ideas are all welcome.
-  #tor-project 
- Discuss organization and community related topics: meetups, outreach, 
translation, or website improvements.
-  #tor-meeting 
- Watch or join publicly logged team meetings.
-  #tor-relays - 
Discuss running a Tor relay.
-  #tor-south - 
Talk with Tor’s global south community.
+ {{ _("Chat with us on https://webchat.oftc.net/; title="Tor Project IRC" target="_blank">OFTC 
IRC")|safe }}
+  #tor - {{ 
_("Ask questions about using Tor.") }}
+  #tor-dev - {{ 
_("Discuss Tor-related coding, protocols, and ideas are all welcome.") }}
+  #tor-project 
- {{ _("Discuss organization and community related topics: meetups, outreach, 
translation, or website improvements.") }}
+  #tor-meeting 
- {{ _("Watch or join publicly logged team meetings.") }}
+  #tor-relays - 
{{ _("Discuss running a Tor relay.") }}
+  #tor-south - 
{{ _("Talk with Tor’s global south community.") }}
 
 
-   Find us on Social Media
+ {{ _("Find us on Social Media") }}
   
 https://twitter.com/torproject; title="@torproject" 
target="_blank">Twitter
 https://www.facebook.com/TorProject; title="Tor Project" 
target="_blank">Facebook



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tpo/master] Merge branch 'staging' of https://git.torproject.org/project/web/tpo into HEAD

2019-02-07 Thread hiro
commit 697c133324f1e25fe5385c4b7c6349ccb8a5f03d
Merge: 570885b b70c483
Author: emma peel 
Date:   Wed Feb 6 17:25:49 2019 +0100

Merge branch 'staging' of https://git.torproject.org/project/web/tpo into 
HEAD

 templates/about.html   |  4 ++--
 templates/contact.html | 34 +++---
 templates/press.html   | 56 ++
 3 files changed, 53 insertions(+), 41 deletions(-)



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tpo/master] i18n updates

2019-02-07 Thread hiro
commit 570885b075156fbaf2f202af06ba129561b9a972
Author: emma peel 
Date:   Wed Feb 6 17:24:56 2019 +0100

i18n updates
---
 content/about/sponsors/fastly/contents.lr| 3 ++-
 content/about/sponsors/handshake/contents.lr | 3 ++-
 content/about/sponsors/mdf/contents.lr   | 3 ++-
 content/about/sponsors/nsf-minnesota/contents.lr | 3 ++-
 4 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/content/about/sponsors/fastly/contents.lr 
b/content/about/sponsors/fastly/contents.lr
index 1338382..d03094e 100644
--- a/content/about/sponsors/fastly/contents.lr
+++ b/content/about/sponsors/fastly/contents.lr
@@ -13,4 +13,5 @@ logo: /static/images/sponsors/fastly.png
 link: https://www.fastly.com/
 ---
 description:
-Fastly’s global edge cloud platform processes, serves, and secures 
applications as close to users as possible, at the edge of the network. Fastly 
generously hosts our Tor Browser update downloads that can be fetched 
anonymously.
+Fastly’s global edge cloud platform processes, serves, and secures 
applications as close to users as possible, at the edge of the network.
+Fastly generously hosts our Tor Browser update downloads that can be fetched 
anonymously.
diff --git a/content/about/sponsors/handshake/contents.lr 
b/content/about/sponsors/handshake/contents.lr
index 97537b9..16c2d11 100644
--- a/content/about/sponsors/handshake/contents.lr
+++ b/content/about/sponsors/handshake/contents.lr
@@ -14,4 +14,5 @@ link: https://handshake.org/
 ---
 description:
 
-Handshake is a decentralized, permissionless naming protocol compatible with 
DNS where every peer is validating and in charge of managing the root zone with 
the goal of creating an alternative to existing Certificate Authorities. This 
grant was unrestricted, general operating funds for the Tor Project.
+Handshake is a decentralized, permissionless naming protocol compatible with 
DNS where every peer is validating and in charge of managing the root zone with 
the goal of creating an alternative to existing Certificate Authorities.
+This grant was unrestricted, general operating funds for the Tor Project.
diff --git a/content/about/sponsors/mdf/contents.lr 
b/content/about/sponsors/mdf/contents.lr
index 56f96d3..bd27acc 100644
--- a/content/about/sponsors/mdf/contents.lr
+++ b/content/about/sponsors/mdf/contents.lr
@@ -14,4 +14,5 @@ link: http://mediademocracyfund.org/
 ---
 description:
 
-MDF expertise in media and technology policy and extensive partnerships enable 
them to guide their funding partners through the rapidly changing issues and 
develop strategies that address priorities in digital equity and rights. These 
grants were unrestricted, general operating funds for both the Tor Project and 
the Open Observatory of Network Interference (OONI).
+MDF expertise in media and technology policy and extensive partnerships enable 
them to guide their funding partners through the rapidly changing issues and 
develop strategies that address priorities in digital equity and rights.
+These grants were unrestricted, general operating funds for both the Tor 
Project and the Open Observatory of Network Interference (OONI).
diff --git a/content/about/sponsors/nsf-minnesota/contents.lr 
b/content/about/sponsors/nsf-minnesota/contents.lr
index 24095a6..950738c 100644
--- a/content/about/sponsors/nsf-minnesota/contents.lr
+++ b/content/about/sponsors/nsf-minnesota/contents.lr
@@ -14,4 +14,5 @@ link: https://nsf.gov/
 ---
 description:
 
-The National Science Foundation funds research and education in most fields of 
science and engineering. This grant helped us investigate measurement-based 
design and analysis of censorship circumvention schemes.
+The National Science Foundation funds research and education in most fields of 
science and engineering.
+This grant helped us investigate measurement-based design and analysis of 
censorship circumvention schemes.



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tpo/master] ui review - contact, press

2019-02-07 Thread hiro
commit b70c4830f149f3812256f5f8a0d03f785f62c3ba
Author: Antonela 
Date:   Wed Feb 6 17:21:24 2019 +0200

ui review - contact, press
---
 templates/contact.html | 34 +++---
 templates/press.html   | 56 ++
 2 files changed, 51 insertions(+), 39 deletions(-)

diff --git a/templates/contact.html b/templates/contact.html
index 9adcb23..6da9e23 100644
--- a/templates/contact.html
+++ b/templates/contact.html
@@ -4,29 +4,29 @@
 
   
 
-   Chat with us on OFTC IRC
-  #tor - Ask 
questions about using Tor.
-  #tor-dev - Discuss 
Tor-related coding, protocols, and ideas are all welcome.
-  #tor-project - 
Discuss organization and community related topics: meetups, outreach, 
translation, or website improvements.
-  #tor-meeting - 
Watch or join publicly logged team meetings.
-  #tor-relays - 
Discuss running a Tor relay.
-  #tor-south - Talk 
with Tor’s global south community.
+   Chat with us on https://webchat.oftc.net/; 
title="Tor Project IRC" target="_blank">OFTC IRC
+  #tor - Ask 
questions about using Tor.
+  #tor-dev - 
Discuss Tor-related coding, protocols, and ideas are all welcome.
+  #tor-project 
- Discuss organization and community related topics: meetups, outreach, 
translation, or website improvements.
+  #tor-meeting 
- Watch or join publicly logged team meetings.
+  #tor-relays - 
Discuss running a Tor relay.
+  #tor-south - 
Talk with Tor’s global south community.
 
 
-   Find us on Social Media
-  
-Twitter
-Facebook
-Linkedin
-Mastodon
-Instagram
-YouTube
+   Find us on Social Media
+  
+https://twitter.com/torproject; title="@torproject" 
target="_blank">Twitter
+https://www.facebook.com/TorProject; title="Tor Project" 
target="_blank">Facebook
+https://www.linkedin.com/company/tor-project/; title="Tor 
Project" target="_blank">Linkedin
+https://mastodon.social/@torproject; title="Tor Project" 
target="_blank">Mastodon
+https://www.instagram.com/torproject/; title="@torproject" 
target="_blank">Instagram
+https://www.youtube.com/user/TheTorProject/; title="Tor 
Project" target="_blank">YouTube
   
 
   
 
-
-  
+
+  
 Volunteer with Tor
   
   
diff --git a/templates/press.html b/templates/press.html
index 3582efb..29f6c61 100644
--- a/templates/press.html
+++ b/templates/press.html
@@ -1,32 +1,38 @@
+
+  
+
 
   
 
-  Get support
-  
-Visit our support portal
+   Get support
+  
+https://support.torproject.org/; 
title="Tor Project Support Portal" target="_blank">Visit our Support Portal
   
   
-Ask us on #tor
+https://webchat.oftc.net/; title="Tor 
Project IRC" target="_blank">Ask us on #tor
   
   
-Write to a mailing pst
+http://lists.torproject.org/; 
title="Tor Project Mailing List" target="_blank">Write to a mailing list
   
 
 
-  Brand Assets
+   Brand Assets
 
-  The Tor Project
+  https://styleguide.torproject.org/visuals/#assets; title="The Tor Project 
Brand Assets" target="_blank">The Tor Project
 
 
-  Tor Browser
+  https://styleguide.torproject.org/visuals/#assets; title="The Tor Browser 
Brand Assets" target="_blank">The Tor Browser
 
 
-  Onion Services
+  https://styleguide.torproject.org/visuals/#assets; title="Onion Services" 
target="_blank">Onion Services
 
 
   
 
 
+  
+
+
   
 Press Releases
   
@@ -36,37 +42,43 @@
 
   
   
-New Release: 
Tor Browser 8.0a10
-Tor Browser 8.0a10 
is now available from the Tor Browser Project page and also from our 
distribution directory. It is the second alpha release based on Firefox ESR 60 
and contains a number of improvements and bug fixes.
+
+  New Release: Tor 
Browser 8.0a10
+
+Tor Browser 8.0a10 is now available 
from the Tor Browser Project page and also from our distribution directory. It 
is the second alpha release based on Firefox ESR 60 and contains a number of 
improvements and bug fixes.
   
 
 
   
   
-Help Us 
Translate Our New Support Portal
-Over 2 million 
people around the world rely on Tor for private access to the open web 
everyday, and we want to make sure that Tor and our resources are localized for 
as many of our users as possible.
+
+  Help Us Translate Our 
New Support Portal
+
+Over 2 million people around the 
world rely on Tor for private access to the open web everyday, and we want to 
make sure that Tor and our resources are localized for as many of our users as 
possible.
   
 
 
   
   
-New Release: 
Tor 0.3.4.7-rc
-There's a new 
release candidate available for 

[tor-commits] [tpo/master] update jobs

2019-02-07 Thread hiro
commit 947e9a776f5daa8486df58b47408a4d232d359bf
Author: Antonela 
Date:   Wed Feb 6 18:20:39 2019 +0200

update jobs
---
 .../about/jobs/backend-engineer-ooni/contents.lr   | 73 ++
 content/about/jobs/browser-developer/contents.lr   | 66 +++
 .../jobs/senior-system-administrator/contents.lr   |  2 +-
 3 files changed, 140 insertions(+), 1 deletion(-)

diff --git a/content/about/jobs/backend-engineer-ooni/contents.lr 
b/content/about/jobs/backend-engineer-ooni/contents.lr
new file mode 100644
index 000..26cdbb5
--- /dev/null
+++ b/content/about/jobs/backend-engineer-ooni/contents.lr
@@ -0,0 +1,73 @@
+_model: job
+---
+_template: about.html
+---
+active: True
+---
+title: Backend Engineer for OONI
+---
+
+description:
+
+Backend Engineer for OONI
+
+January 31, 2018
+
+The Tor Project, Inc. is looking for a dedicated backend engineer to work on 
OONI (https://ooni.torproject.org/). OONI is the Open Observatory of Network 
Interference: a free and open source software, global observation network for 
detecting censorship, surveillance, and traffic manipulation on the internet.
+
+You will be working to improve OONI’s data processing pipeline and other 
backend components responsible for recording measurements collected from our 
growing global user network. You will also be tasked with improving our network 
measurement methodologies and data analysis heuristics to increase the accuracy 
of our experiments.
+
+This is a full-time 12-month contract position, starting ASAP (no later than 
mid-May 2019); contract may be extended.
+
+The OONI team is based in Europe. However, this position may be performed 
remotely.
+
+Here are some of our code repositories:
+
+   https://github.com/ooni/api
+   https://github.com/ooni/pipeline
+   https://github.com/ooni/orchestra
+   https://github.com/ooni/collector
+   https://github.com/ooni/sysadmin
+
+Required skills and qualifications:
+
+   Extensive experience in python or golang.
+   Comfortable working remotely.
+   Self-directed, self-disciplined, but good at working and communicating with 
a team.
+   Have experience and be comfortable with others reviewing your code and 
design; have experience and be comfortable reviewing others’ code.
+   Experience documenting and designing protocols.
+   Be comfortable with transparency!
+
+Preferred qualifications:
+
+   Experience designing, implementing, and maintaining scalable complex 
network applications.
+   Working experience with data processing pipelines.
+   Possess the confidence to refactor code and write unit-tests.
+   Familiarity with the challenges of developing and scaling data processing 
pipelines.
+   Familiarity with the network measurement field.
+   Experience with open-source software development, including working with 
distributed teams across different time-zones containing employees and 
volunteers of differing skill levels.
+   Basic familiarity with distributed version control systems.
+   Contributed significant chunks of code to multiple open-source projects in 
the past.
+   Be passionate about internet freedom and interested in contributing to it 
in a concrete way!
+
+Other notes:
+
+Academic degrees are great but not required if you have the right experience.
+
+You should be very good at working remotely at communicating with the team on 
a daily basis via Slack, IRC, instant messaging, email, and issue trackers.
+
+Salary negotiable.
+
+How to apply:
+
+Please email a *PDF* of your resume/CV, and a cover letter explaining how your 
qualifications and experience meet the requirements of this job description. 
Please include the reasons why you want to work on OONI. Please also include 
link to one or several code samples (of which you are authorized to share), and 
also your GitHub or GitLab profile, and three professional references.
+
+Email should be sent to jobs at openobservatory dot org with "OONI Backend 
Engineer" in the subject line.
+
+About the project:
+
+The Open Observatory of Network Interference (OONI) is a free software project 
under the Tor Project. OONI collects and processes network measurements with 
the aim of detecting network interferences, such as censorship, surveillance, 
and traffic manipulation. Since late 2012, OONI has collected millions of 
measurements across more than 90 countries around the world.
+
+The Tor Project, Inc., is a 501(c)(3) non-profit organization that provides 
the technical infrastructure for privacy protection over the Internet. With 
paid staff and contractors of around 30 technologists and operational support 
people, plus many volunteers all over the world who contribute to our work, the 
Tor Project is funded in part by government grants and contracts, as well as by 
individual, foundation, and corporate donations. We only write free and open 
source software, and we don't believe in software patents.
+
+The Tor Project, Inc., is an equal opportunity, affirmative action employer.
diff 

[tor-commits] [tpo/staging] update jobs

2019-02-07 Thread hiro
commit 947e9a776f5daa8486df58b47408a4d232d359bf
Author: Antonela 
Date:   Wed Feb 6 18:20:39 2019 +0200

update jobs
---
 .../about/jobs/backend-engineer-ooni/contents.lr   | 73 ++
 content/about/jobs/browser-developer/contents.lr   | 66 +++
 .../jobs/senior-system-administrator/contents.lr   |  2 +-
 3 files changed, 140 insertions(+), 1 deletion(-)

diff --git a/content/about/jobs/backend-engineer-ooni/contents.lr 
b/content/about/jobs/backend-engineer-ooni/contents.lr
new file mode 100644
index 000..26cdbb5
--- /dev/null
+++ b/content/about/jobs/backend-engineer-ooni/contents.lr
@@ -0,0 +1,73 @@
+_model: job
+---
+_template: about.html
+---
+active: True
+---
+title: Backend Engineer for OONI
+---
+
+description:
+
+Backend Engineer for OONI
+
+January 31, 2018
+
+The Tor Project, Inc. is looking for a dedicated backend engineer to work on 
OONI (https://ooni.torproject.org/). OONI is the Open Observatory of Network 
Interference: a free and open source software, global observation network for 
detecting censorship, surveillance, and traffic manipulation on the internet.
+
+You will be working to improve OONI’s data processing pipeline and other 
backend components responsible for recording measurements collected from our 
growing global user network. You will also be tasked with improving our network 
measurement methodologies and data analysis heuristics to increase the accuracy 
of our experiments.
+
+This is a full-time 12-month contract position, starting ASAP (no later than 
mid-May 2019); contract may be extended.
+
+The OONI team is based in Europe. However, this position may be performed 
remotely.
+
+Here are some of our code repositories:
+
+   https://github.com/ooni/api
+   https://github.com/ooni/pipeline
+   https://github.com/ooni/orchestra
+   https://github.com/ooni/collector
+   https://github.com/ooni/sysadmin
+
+Required skills and qualifications:
+
+   Extensive experience in python or golang.
+   Comfortable working remotely.
+   Self-directed, self-disciplined, but good at working and communicating with 
a team.
+   Have experience and be comfortable with others reviewing your code and 
design; have experience and be comfortable reviewing others’ code.
+   Experience documenting and designing protocols.
+   Be comfortable with transparency!
+
+Preferred qualifications:
+
+   Experience designing, implementing, and maintaining scalable complex 
network applications.
+   Working experience with data processing pipelines.
+   Possess the confidence to refactor code and write unit-tests.
+   Familiarity with the challenges of developing and scaling data processing 
pipelines.
+   Familiarity with the network measurement field.
+   Experience with open-source software development, including working with 
distributed teams across different time-zones containing employees and 
volunteers of differing skill levels.
+   Basic familiarity with distributed version control systems.
+   Contributed significant chunks of code to multiple open-source projects in 
the past.
+   Be passionate about internet freedom and interested in contributing to it 
in a concrete way!
+
+Other notes:
+
+Academic degrees are great but not required if you have the right experience.
+
+You should be very good at working remotely at communicating with the team on 
a daily basis via Slack, IRC, instant messaging, email, and issue trackers.
+
+Salary negotiable.
+
+How to apply:
+
+Please email a *PDF* of your resume/CV, and a cover letter explaining how your 
qualifications and experience meet the requirements of this job description. 
Please include the reasons why you want to work on OONI. Please also include 
link to one or several code samples (of which you are authorized to share), and 
also your GitHub or GitLab profile, and three professional references.
+
+Email should be sent to jobs at openobservatory dot org with "OONI Backend 
Engineer" in the subject line.
+
+About the project:
+
+The Open Observatory of Network Interference (OONI) is a free software project 
under the Tor Project. OONI collects and processes network measurements with 
the aim of detecting network interferences, such as censorship, surveillance, 
and traffic manipulation. Since late 2012, OONI has collected millions of 
measurements across more than 90 countries around the world.
+
+The Tor Project, Inc., is a 501(c)(3) non-profit organization that provides 
the technical infrastructure for privacy protection over the Internet. With 
paid staff and contractors of around 30 technologists and operational support 
people, plus many volunteers all over the world who contribute to our work, the 
Tor Project is funded in part by government grants and contracts, as well as by 
individual, foundation, and corporate donations. We only write free and open 
source software, and we don't believe in software patents.
+
+The Tor Project, Inc., is an equal opportunity, affirmative action employer.
diff 

[tor-commits] [tpo/staging] Merge remote-tracking branch 'anto/master' into staging

2019-02-07 Thread hiro
commit a3793923d6b9e1f4aa6554da0fddfc6bf97982cb
Merge: 2e5954a 947e9a7
Author: hiro 
Date:   Thu Feb 7 13:40:03 2019 +0100

Merge remote-tracking branch 'anto/master' into staging

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/bridgedb] Update translations for bridgedb

2019-02-07 Thread translation
commit a83bf0764442130186b3ea1fc50ce4480c312fad
Author: Translation commit bot 
Date:   Thu Feb 7 11:45:14 2019 +

Update translations for bridgedb
---
 bn/LC_MESSAGES/bridgedb.po | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/bn/LC_MESSAGES/bridgedb.po b/bn/LC_MESSAGES/bridgedb.po
index ade0c5796..6b50993ec 100644
--- a/bn/LC_MESSAGES/bridgedb.po
+++ b/bn/LC_MESSAGES/bridgedb.po
@@ -7,13 +7,14 @@
 # Mahmud Numan , 2016-2017
 # Sakib Abrar , 2015
 # S. M. MAINUL KABIR , 2015
+# Tabiha Tanha , 2019
 msgid ""
 msgstr ""
 "Project-Id-Version: Tor Project\n"
 "Report-Msgid-Bugs-To: 
'https://trac.torproject.org/projects/tor/newticket?component=BridgeDB=bridgedb-reported,msgid=isis,sysrqb=isis'\n"
 "POT-Creation-Date: 2015-07-25 03:40+\n"
-"PO-Revision-Date: 2019-01-15 12:20+\n"
-"Last-Translator: erinm\n"
+"PO-Revision-Date: 2019-02-07 11:27+\n"
+"Last-Translator: Tabiha Tanha \n"
 "Language-Team: Bengali 
(http://www.transifex.com/otf/torproject/language/bn/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -123,7 +124,7 @@ msgstr "ধাপ %s 3 %s"
 #: bridgedb/https/templates/index.html:38
 #, python-format
 msgid "Now %s add the bridges to Tor Browser %s"
-msgstr "এখন %s টর ব্রাউজারে সেতু যোগ 
করুন%s"
+msgstr "এখন %s টর ব্রাউজারে ব্রিজ 
যুক্ত করুন%s"
 
 #. TRANSLATORS: Please make sure the '%s' surrounding single letters at the
 #. beginning of words are present in your final translation. Thanks!
@@ -132,7 +133,7 @@ msgstr "এখন %s টর ব্রাউজারে 
সেতু যোগ 
 #: bridgedb/https/templates/options.html:38
 #, python-format
 msgid "%sJ%sust give me bridges!"
-msgstr "%s %s আমাকে শুধুই সংযুক্তি 
দাও  "
+msgstr "%sJ %s আমাকে শুধু  ব্রিজ দাও!"
 
 #: bridgedb/https/templates/options.html:51
 msgid "Advanced Options"
@@ -164,7 +165,7 @@ msgstr "%sG%s গেট ব্রিজ"
 
 #: bridgedb/strings.py:43
 msgid "[This is an automated message; please do not reply.]"
-msgstr "[এটা একটা সংক্রিয় বার্তা: 
দয়া করে প্রতি-উত্তর দিবেননা  ]  "
+msgstr "[এটি একটি স্বয়ংক্রিয় 
বার্তা; দয়া করে উত্তর দেবেন 
না ।]  "
 
 #: bridgedb/strings.py:45
 msgid "Here are your bridges:"

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/bridgedb_completed] Update translations for bridgedb_completed

2019-02-07 Thread translation
commit bcc5c3c8b8fd435b5ed11455eb12c632e92b62b8
Author: Translation commit bot 
Date:   Thu Feb 7 11:45:21 2019 +

Update translations for bridgedb_completed
---
 bn/LC_MESSAGES/bridgedb.po | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/bn/LC_MESSAGES/bridgedb.po b/bn/LC_MESSAGES/bridgedb.po
index ade0c5796..6b50993ec 100644
--- a/bn/LC_MESSAGES/bridgedb.po
+++ b/bn/LC_MESSAGES/bridgedb.po
@@ -7,13 +7,14 @@
 # Mahmud Numan , 2016-2017
 # Sakib Abrar , 2015
 # S. M. MAINUL KABIR , 2015
+# Tabiha Tanha , 2019
 msgid ""
 msgstr ""
 "Project-Id-Version: Tor Project\n"
 "Report-Msgid-Bugs-To: 
'https://trac.torproject.org/projects/tor/newticket?component=BridgeDB=bridgedb-reported,msgid=isis,sysrqb=isis'\n"
 "POT-Creation-Date: 2015-07-25 03:40+\n"
-"PO-Revision-Date: 2019-01-15 12:20+\n"
-"Last-Translator: erinm\n"
+"PO-Revision-Date: 2019-02-07 11:27+\n"
+"Last-Translator: Tabiha Tanha \n"
 "Language-Team: Bengali 
(http://www.transifex.com/otf/torproject/language/bn/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -123,7 +124,7 @@ msgstr "ধাপ %s 3 %s"
 #: bridgedb/https/templates/index.html:38
 #, python-format
 msgid "Now %s add the bridges to Tor Browser %s"
-msgstr "এখন %s টর ব্রাউজারে সেতু যোগ 
করুন%s"
+msgstr "এখন %s টর ব্রাউজারে ব্রিজ 
যুক্ত করুন%s"
 
 #. TRANSLATORS: Please make sure the '%s' surrounding single letters at the
 #. beginning of words are present in your final translation. Thanks!
@@ -132,7 +133,7 @@ msgstr "এখন %s টর ব্রাউজারে 
সেতু যোগ 
 #: bridgedb/https/templates/options.html:38
 #, python-format
 msgid "%sJ%sust give me bridges!"
-msgstr "%s %s আমাকে শুধুই সংযুক্তি 
দাও  "
+msgstr "%sJ %s আমাকে শুধু  ব্রিজ দাও!"
 
 #: bridgedb/https/templates/options.html:51
 msgid "Advanced Options"
@@ -164,7 +165,7 @@ msgstr "%sG%s গেট ব্রিজ"
 
 #: bridgedb/strings.py:43
 msgid "[This is an automated message; please do not reply.]"
-msgstr "[এটা একটা সংক্রিয় বার্তা: 
দয়া করে প্রতি-উত্তর দিবেননা  ]  "
+msgstr "[এটি একটি স্বয়ংক্রিয় 
বার্তা; দয়া করে উত্তর দেবেন 
না ।]  "
 
 #: bridgedb/strings.py:45
 msgid "Here are your bridges:"

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits