[tor-commits] [tor/release-0.4.0] Changes file for backporting 29530 to 0.3.5

2019-03-18 Thread teor
commit cc23afddd1d49f3c947020c0c41179a852d9dc7d
Author: teor 
Date:   Tue Feb 26 09:58:52 2019 +1000

Changes file for backporting 29530 to 0.3.5
---
 changes/bug29530_035 | 5 +
 1 file changed, 5 insertions(+)

diff --git a/changes/bug29530_035 b/changes/bug29530_035
new file mode 100644
index 0..6dfcd51e7
--- /dev/null
+++ b/changes/bug29530_035
@@ -0,0 +1,5 @@
+  o Minor bugfixes (testing):
+- Downgrade some LOG_ERR messages in the address/* tests to warnings.
+  The LOG_ERR messages were occurring when we had no configured network.
+  We were failing the unit tests, because we backported 28668 to 0.3.5.8,
+  but did not backport 29530. Fixes bug 29530; bugfix on 0.3.5.8.



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


[tor-commits] [tor/release-0.4.0] Downgrade some LOG_ERR messages in the address/* tests to warnings

2019-03-18 Thread teor
commit e138bb8ffc6557a1ba291b9aa6302d7dea85eb65
Author: Nick Mathewson 
Date:   Tue Feb 19 14:02:32 2019 -0500

Downgrade some LOG_ERR messages in the address/* tests to warnings

Fixes bug 29530, where the LOG_ERR messages were occurring when
we had no configured network, and so we were failing the unit tests
because of the recently-merged #28668.

Commit message edited by teor:

We backported 28668 and released it in 0.3.5.8.
This commit backports 29530 to 0.3.5.

Fixes bug 29530 in Tor 0.3.5.8.
---
 src/test/test_address.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/test/test_address.c b/src/test/test_address.c
index cfb32b855..c33c30aee 100644
--- a/src/test/test_address.c
+++ b/src/test/test_address.c
@@ -744,7 +744,7 @@ test_address_get_if_addrs_list_internal(void *arg)
 
   (void)arg;
 
-  results = get_interface_address_list(LOG_ERR, 1);
+  results = get_interface_address_list(LOG_WARN, 1);
 
   tt_ptr_op(results, OP_NE, NULL);
   /* When the network is down, a system might not have any non-local
@@ -775,7 +775,7 @@ test_address_get_if_addrs_list_no_internal(void *arg)
 
   (void)arg;
 
-  results = get_interface_address_list(LOG_ERR, 0);
+  results = get_interface_address_list(LOG_WARN, 0);
 
   tt_ptr_op(results, OP_NE, NULL);
   /* Work even on systems with only internal IPv4 addresses */
@@ -986,7 +986,7 @@ test_address_get_if_addrs(void *arg)
 
   (void)arg;
 
-  rv = get_interface_address(LOG_ERR, &addr_h);
+  rv = get_interface_address(LOG_WARN, &addr_h);
 
   /* When the network is down, a system might not have any non-local
* non-multicast IPv4 addresses, not even internal ones.



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


[tor-commits] [tor/release-0.4.0] Merge branch 'maint-0.4.0' into release-0.4.0

2019-03-18 Thread teor
commit fcf8c1143b1997e0f3cc00717bfe0846f088f71a
Merge: dfb8f0fee b4483edce
Author: teor 
Date:   Tue Mar 19 15:43:38 2019 +1000

Merge branch 'maint-0.4.0' into release-0.4.0

 changes/bug29530_035 | 5 +
 1 file changed, 5 insertions(+)

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


[tor-commits] [tor/release-0.4.0] Merge remote-tracking branch 'tor-github/pr/727' into maint-0.3.5

2019-03-18 Thread teor
commit 17e3eea68538f81a1375009fa6881ad89e11d5db
Merge: 5d41e2223 cc23afddd
Author: teor 
Date:   Tue Mar 19 15:43:05 2019 +1000

Merge remote-tracking branch 'tor-github/pr/727' into maint-0.3.5

 changes/bug29530_035| 5 +
 src/test/test_address.c | 6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)



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


[tor-commits] [tor/master] Merge branch 'maint-0.4.0'

2019-03-18 Thread teor
commit 4c22c11136bd05cceccb13ef00f2a78780c83be1
Merge: 0aaeec19e b4483edce
Author: teor 
Date:   Tue Mar 19 15:43:42 2019 +1000

Merge branch 'maint-0.4.0'

 changes/bug29530_035 | 5 +
 1 file changed, 5 insertions(+)

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


[tor-commits] [tor/release-0.3.5] Merge remote-tracking branch 'tor-github/pr/727' into maint-0.3.5

2019-03-18 Thread teor
commit 17e3eea68538f81a1375009fa6881ad89e11d5db
Merge: 5d41e2223 cc23afddd
Author: teor 
Date:   Tue Mar 19 15:43:05 2019 +1000

Merge remote-tracking branch 'tor-github/pr/727' into maint-0.3.5

 changes/bug29530_035| 5 +
 src/test/test_address.c | 6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)



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


[tor-commits] [tor/release-0.3.5] Merge branch 'maint-0.3.5' into release-0.3.5

2019-03-18 Thread teor
commit 7b9eb0a139cf29b7cfc12eff8a3bf439e9c5acc0
Merge: 75edf0348 17e3eea68
Author: teor 
Date:   Tue Mar 19 15:43:28 2019 +1000

Merge branch 'maint-0.3.5' into release-0.3.5

 changes/bug29530_035| 5 +
 src/test/test_address.c | 6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

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


[tor-commits] [tor/release-0.4.0] Merge branch 'maint-0.3.5' into maint-0.4.0

2019-03-18 Thread teor
commit b4483edce03be334ac320b812bfeae3bc2d5ee6b
Merge: 1547fd99a 17e3eea68
Author: teor 
Date:   Tue Mar 19 15:43:33 2019 +1000

Merge branch 'maint-0.3.5' into maint-0.4.0

 changes/bug29530_035 | 5 +
 1 file changed, 5 insertions(+)



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


[tor-commits] [tor/master] Changes file for backporting 29530 to 0.3.5

2019-03-18 Thread teor
commit cc23afddd1d49f3c947020c0c41179a852d9dc7d
Author: teor 
Date:   Tue Feb 26 09:58:52 2019 +1000

Changes file for backporting 29530 to 0.3.5
---
 changes/bug29530_035 | 5 +
 1 file changed, 5 insertions(+)

diff --git a/changes/bug29530_035 b/changes/bug29530_035
new file mode 100644
index 0..6dfcd51e7
--- /dev/null
+++ b/changes/bug29530_035
@@ -0,0 +1,5 @@
+  o Minor bugfixes (testing):
+- Downgrade some LOG_ERR messages in the address/* tests to warnings.
+  The LOG_ERR messages were occurring when we had no configured network.
+  We were failing the unit tests, because we backported 28668 to 0.3.5.8,
+  but did not backport 29530. Fixes bug 29530; bugfix on 0.3.5.8.



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


[tor-commits] [tor/maint-0.3.5] Changes file for backporting 29530 to 0.3.5

2019-03-18 Thread teor
commit cc23afddd1d49f3c947020c0c41179a852d9dc7d
Author: teor 
Date:   Tue Feb 26 09:58:52 2019 +1000

Changes file for backporting 29530 to 0.3.5
---
 changes/bug29530_035 | 5 +
 1 file changed, 5 insertions(+)

diff --git a/changes/bug29530_035 b/changes/bug29530_035
new file mode 100644
index 0..6dfcd51e7
--- /dev/null
+++ b/changes/bug29530_035
@@ -0,0 +1,5 @@
+  o Minor bugfixes (testing):
+- Downgrade some LOG_ERR messages in the address/* tests to warnings.
+  The LOG_ERR messages were occurring when we had no configured network.
+  We were failing the unit tests, because we backported 28668 to 0.3.5.8,
+  but did not backport 29530. Fixes bug 29530; bugfix on 0.3.5.8.



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


[tor-commits] [tor/release-0.3.5] Downgrade some LOG_ERR messages in the address/* tests to warnings

2019-03-18 Thread teor
commit e138bb8ffc6557a1ba291b9aa6302d7dea85eb65
Author: Nick Mathewson 
Date:   Tue Feb 19 14:02:32 2019 -0500

Downgrade some LOG_ERR messages in the address/* tests to warnings

Fixes bug 29530, where the LOG_ERR messages were occurring when
we had no configured network, and so we were failing the unit tests
because of the recently-merged #28668.

Commit message edited by teor:

We backported 28668 and released it in 0.3.5.8.
This commit backports 29530 to 0.3.5.

Fixes bug 29530 in Tor 0.3.5.8.
---
 src/test/test_address.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/test/test_address.c b/src/test/test_address.c
index cfb32b855..c33c30aee 100644
--- a/src/test/test_address.c
+++ b/src/test/test_address.c
@@ -744,7 +744,7 @@ test_address_get_if_addrs_list_internal(void *arg)
 
   (void)arg;
 
-  results = get_interface_address_list(LOG_ERR, 1);
+  results = get_interface_address_list(LOG_WARN, 1);
 
   tt_ptr_op(results, OP_NE, NULL);
   /* When the network is down, a system might not have any non-local
@@ -775,7 +775,7 @@ test_address_get_if_addrs_list_no_internal(void *arg)
 
   (void)arg;
 
-  results = get_interface_address_list(LOG_ERR, 0);
+  results = get_interface_address_list(LOG_WARN, 0);
 
   tt_ptr_op(results, OP_NE, NULL);
   /* Work even on systems with only internal IPv4 addresses */
@@ -986,7 +986,7 @@ test_address_get_if_addrs(void *arg)
 
   (void)arg;
 
-  rv = get_interface_address(LOG_ERR, &addr_h);
+  rv = get_interface_address(LOG_WARN, &addr_h);
 
   /* When the network is down, a system might not have any non-local
* non-multicast IPv4 addresses, not even internal ones.



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


[tor-commits] [tor/maint-0.4.0] Merge branch 'maint-0.3.5' into maint-0.4.0

2019-03-18 Thread teor
commit b4483edce03be334ac320b812bfeae3bc2d5ee6b
Merge: 1547fd99a 17e3eea68
Author: teor 
Date:   Tue Mar 19 15:43:33 2019 +1000

Merge branch 'maint-0.3.5' into maint-0.4.0

 changes/bug29530_035 | 5 +
 1 file changed, 5 insertions(+)

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


[tor-commits] [tor/maint-0.3.5] Downgrade some LOG_ERR messages in the address/* tests to warnings

2019-03-18 Thread teor
commit e138bb8ffc6557a1ba291b9aa6302d7dea85eb65
Author: Nick Mathewson 
Date:   Tue Feb 19 14:02:32 2019 -0500

Downgrade some LOG_ERR messages in the address/* tests to warnings

Fixes bug 29530, where the LOG_ERR messages were occurring when
we had no configured network, and so we were failing the unit tests
because of the recently-merged #28668.

Commit message edited by teor:

We backported 28668 and released it in 0.3.5.8.
This commit backports 29530 to 0.3.5.

Fixes bug 29530 in Tor 0.3.5.8.
---
 src/test/test_address.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/test/test_address.c b/src/test/test_address.c
index cfb32b855..c33c30aee 100644
--- a/src/test/test_address.c
+++ b/src/test/test_address.c
@@ -744,7 +744,7 @@ test_address_get_if_addrs_list_internal(void *arg)
 
   (void)arg;
 
-  results = get_interface_address_list(LOG_ERR, 1);
+  results = get_interface_address_list(LOG_WARN, 1);
 
   tt_ptr_op(results, OP_NE, NULL);
   /* When the network is down, a system might not have any non-local
@@ -775,7 +775,7 @@ test_address_get_if_addrs_list_no_internal(void *arg)
 
   (void)arg;
 
-  results = get_interface_address_list(LOG_ERR, 0);
+  results = get_interface_address_list(LOG_WARN, 0);
 
   tt_ptr_op(results, OP_NE, NULL);
   /* Work even on systems with only internal IPv4 addresses */
@@ -986,7 +986,7 @@ test_address_get_if_addrs(void *arg)
 
   (void)arg;
 
-  rv = get_interface_address(LOG_ERR, &addr_h);
+  rv = get_interface_address(LOG_WARN, &addr_h);
 
   /* When the network is down, a system might not have any non-local
* non-multicast IPv4 addresses, not even internal ones.



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


[tor-commits] [tor/master] Merge remote-tracking branch 'tor-github/pr/727' into maint-0.3.5

2019-03-18 Thread teor
commit 17e3eea68538f81a1375009fa6881ad89e11d5db
Merge: 5d41e2223 cc23afddd
Author: teor 
Date:   Tue Mar 19 15:43:05 2019 +1000

Merge remote-tracking branch 'tor-github/pr/727' into maint-0.3.5

 changes/bug29530_035| 5 +
 src/test/test_address.c | 6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)



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


[tor-commits] [tor/release-0.3.5] Changes file for backporting 29530 to 0.3.5

2019-03-18 Thread teor
commit cc23afddd1d49f3c947020c0c41179a852d9dc7d
Author: teor 
Date:   Tue Feb 26 09:58:52 2019 +1000

Changes file for backporting 29530 to 0.3.5
---
 changes/bug29530_035 | 5 +
 1 file changed, 5 insertions(+)

diff --git a/changes/bug29530_035 b/changes/bug29530_035
new file mode 100644
index 0..6dfcd51e7
--- /dev/null
+++ b/changes/bug29530_035
@@ -0,0 +1,5 @@
+  o Minor bugfixes (testing):
+- Downgrade some LOG_ERR messages in the address/* tests to warnings.
+  The LOG_ERR messages were occurring when we had no configured network.
+  We were failing the unit tests, because we backported 28668 to 0.3.5.8,
+  but did not backport 29530. Fixes bug 29530; bugfix on 0.3.5.8.



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


[tor-commits] [tor/master] Downgrade some LOG_ERR messages in the address/* tests to warnings

2019-03-18 Thread teor
commit e138bb8ffc6557a1ba291b9aa6302d7dea85eb65
Author: Nick Mathewson 
Date:   Tue Feb 19 14:02:32 2019 -0500

Downgrade some LOG_ERR messages in the address/* tests to warnings

Fixes bug 29530, where the LOG_ERR messages were occurring when
we had no configured network, and so we were failing the unit tests
because of the recently-merged #28668.

Commit message edited by teor:

We backported 28668 and released it in 0.3.5.8.
This commit backports 29530 to 0.3.5.

Fixes bug 29530 in Tor 0.3.5.8.
---
 src/test/test_address.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/test/test_address.c b/src/test/test_address.c
index cfb32b855..c33c30aee 100644
--- a/src/test/test_address.c
+++ b/src/test/test_address.c
@@ -744,7 +744,7 @@ test_address_get_if_addrs_list_internal(void *arg)
 
   (void)arg;
 
-  results = get_interface_address_list(LOG_ERR, 1);
+  results = get_interface_address_list(LOG_WARN, 1);
 
   tt_ptr_op(results, OP_NE, NULL);
   /* When the network is down, a system might not have any non-local
@@ -775,7 +775,7 @@ test_address_get_if_addrs_list_no_internal(void *arg)
 
   (void)arg;
 
-  results = get_interface_address_list(LOG_ERR, 0);
+  results = get_interface_address_list(LOG_WARN, 0);
 
   tt_ptr_op(results, OP_NE, NULL);
   /* Work even on systems with only internal IPv4 addresses */
@@ -986,7 +986,7 @@ test_address_get_if_addrs(void *arg)
 
   (void)arg;
 
-  rv = get_interface_address(LOG_ERR, &addr_h);
+  rv = get_interface_address(LOG_WARN, &addr_h);
 
   /* When the network is down, a system might not have any non-local
* non-multicast IPv4 addresses, not even internal ones.



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


[tor-commits] [tor/maint-0.4.0] Changes file for backporting 29530 to 0.3.5

2019-03-18 Thread teor
commit cc23afddd1d49f3c947020c0c41179a852d9dc7d
Author: teor 
Date:   Tue Feb 26 09:58:52 2019 +1000

Changes file for backporting 29530 to 0.3.5
---
 changes/bug29530_035 | 5 +
 1 file changed, 5 insertions(+)

diff --git a/changes/bug29530_035 b/changes/bug29530_035
new file mode 100644
index 0..6dfcd51e7
--- /dev/null
+++ b/changes/bug29530_035
@@ -0,0 +1,5 @@
+  o Minor bugfixes (testing):
+- Downgrade some LOG_ERR messages in the address/* tests to warnings.
+  The LOG_ERR messages were occurring when we had no configured network.
+  We were failing the unit tests, because we backported 28668 to 0.3.5.8,
+  but did not backport 29530. Fixes bug 29530; bugfix on 0.3.5.8.



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


[tor-commits] [tor/maint-0.3.5] Merge remote-tracking branch 'tor-github/pr/727' into maint-0.3.5

2019-03-18 Thread teor
commit 17e3eea68538f81a1375009fa6881ad89e11d5db
Merge: 5d41e2223 cc23afddd
Author: teor 
Date:   Tue Mar 19 15:43:05 2019 +1000

Merge remote-tracking branch 'tor-github/pr/727' into maint-0.3.5

 changes/bug29530_035| 5 +
 src/test/test_address.c | 6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

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


[tor-commits] [tor/master] Merge branch 'maint-0.3.5' into maint-0.4.0

2019-03-18 Thread teor
commit b4483edce03be334ac320b812bfeae3bc2d5ee6b
Merge: 1547fd99a 17e3eea68
Author: teor 
Date:   Tue Mar 19 15:43:33 2019 +1000

Merge branch 'maint-0.3.5' into maint-0.4.0

 changes/bug29530_035 | 5 +
 1 file changed, 5 insertions(+)



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


[tor-commits] [tor/maint-0.4.0] Merge remote-tracking branch 'tor-github/pr/727' into maint-0.3.5

2019-03-18 Thread teor
commit 17e3eea68538f81a1375009fa6881ad89e11d5db
Merge: 5d41e2223 cc23afddd
Author: teor 
Date:   Tue Mar 19 15:43:05 2019 +1000

Merge remote-tracking branch 'tor-github/pr/727' into maint-0.3.5

 changes/bug29530_035| 5 +
 src/test/test_address.c | 6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)



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


[tor-commits] [tor/maint-0.4.0] Downgrade some LOG_ERR messages in the address/* tests to warnings

2019-03-18 Thread teor
commit e138bb8ffc6557a1ba291b9aa6302d7dea85eb65
Author: Nick Mathewson 
Date:   Tue Feb 19 14:02:32 2019 -0500

Downgrade some LOG_ERR messages in the address/* tests to warnings

Fixes bug 29530, where the LOG_ERR messages were occurring when
we had no configured network, and so we were failing the unit tests
because of the recently-merged #28668.

Commit message edited by teor:

We backported 28668 and released it in 0.3.5.8.
This commit backports 29530 to 0.3.5.

Fixes bug 29530 in Tor 0.3.5.8.
---
 src/test/test_address.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/test/test_address.c b/src/test/test_address.c
index cfb32b855..c33c30aee 100644
--- a/src/test/test_address.c
+++ b/src/test/test_address.c
@@ -744,7 +744,7 @@ test_address_get_if_addrs_list_internal(void *arg)
 
   (void)arg;
 
-  results = get_interface_address_list(LOG_ERR, 1);
+  results = get_interface_address_list(LOG_WARN, 1);
 
   tt_ptr_op(results, OP_NE, NULL);
   /* When the network is down, a system might not have any non-local
@@ -775,7 +775,7 @@ test_address_get_if_addrs_list_no_internal(void *arg)
 
   (void)arg;
 
-  results = get_interface_address_list(LOG_ERR, 0);
+  results = get_interface_address_list(LOG_WARN, 0);
 
   tt_ptr_op(results, OP_NE, NULL);
   /* Work even on systems with only internal IPv4 addresses */
@@ -986,7 +986,7 @@ test_address_get_if_addrs(void *arg)
 
   (void)arg;
 
-  rv = get_interface_address(LOG_ERR, &addr_h);
+  rv = get_interface_address(LOG_WARN, &addr_h);
 
   /* When the network is down, a system might not have any non-local
* non-multicast IPv4 addresses, not even internal ones.



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


[tor-commits] [chutney/master] wait_for_bootstrap: fix a race condition

2019-03-18 Thread teor
commit 65e53b7563e4ade74ac8376726bfe07636059238
Author: Nick Mathewson 
Date:   Thu Mar 14 13:42:04 2019 -0400

wait_for_bootstrap: fix a race condition

Two problems here:
   - The node status that we report on failure was not the same as
 the most recent status that we checked.  This meant that we
 could declare that we weren't bootstrapped, while declaring
 that every node was bootstrapped

   - In addition to sleeping between the bootstrap checks, we also
 slept after our final bootstrap check.  This would increase
 the likelihood of hitting the first bug above.
---
 lib/chutney/TorNet.py | 16 +++-
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/lib/chutney/TorNet.py b/lib/chutney/TorNet.py
index 4aec528..e48c1b7 100644
--- a/lib/chutney/TorNet.py
+++ b/lib/chutney/TorNet.py
@@ -1190,22 +1190,28 @@ class Network(object):
 delay = 0.5
 controllers = [n.getController() for n in self._nodes]
 elapsed = 0.0
-while elapsed < limit:
+most_recent_status = [ None ] * len(controllers)
+while True:
 all_bootstrapped = True
+most_recent_status = [ ]
 for c in controllers:
-if not c.isBootstrapped():
+pct, kwd, msg = c.getLastBootstrapStatus()
+most_recent_status.append((pct, kwd, msg))
+if pct != 100:
 all_bootstrapped = False
-break
+
 if all_bootstrapped:
 print("Everything bootstrapped after %s sec"%elapsed)
 return True
+if elapsed >= limit:
+break
 time.sleep(delay)
 elapsed += delay
 
 print("Bootstrap failed. Node status:")
-for c in controllers:
+for c, status in zip(controllers,most_recent_status):
 c.check(listRunning=False, listNonRunning=True)
-print("{}: {}".format(c.getNick(), c.getLastBootstrapStatus()))
+print("{}: {}".format(c.getNick(), status))
 
 return False
 



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


[tor-commits] [chutney/master] README: updates after recent features

2019-03-18 Thread teor
commit 84127eb6eb5b090e666f938d744cc823fc0b5f69
Author: teor 
Date:   Wed Mar 13 12:47:42 2019 +1000

README: updates after recent features

Closes 29762.
---
 README | 43 ---
 1 file changed, 36 insertions(+), 7 deletions(-)

diff --git a/README b/README
index 23c6ed2..28f90a0 100644
--- a/README
+++ b/README
@@ -10,7 +10,8 @@ It is supposed to be a good tool for:
 Right now it only sorta does these things.
 
 You will need:
-  - Python 2.7 or later (Python 3 support is an ongoing work), and
+  - Python 2.7, or a supported Python 3,
+- (we support Python versions that are still getting updates),
   - Tor binaries.
 
 Chutney checks for Tor binaries in this order:
@@ -33,6 +34,7 @@ Automated Setup, Verification, and Shutdown:
   (The script tries hard to find tor.)
   ./tools/test-network.sh --chutney-path 
   (The script is pretty good at finding chutney.)
+  ./tools/test-network.sh --allow-failures 
 
 test-network.sh looks for some tor binaries (either in a nearby build
 directory or in your $PATH), configures a comprehensive tor test network,
@@ -42,6 +44,14 @@ itself. Relative paths are supported.
 You can modify its configuration using command-line arguments, or use the
 chutney environmental variables documented below:
 
+Verification Options:
+  # repeats bootstrap and verify
+  --allow-failures   CHUTNEY_ALLOW_FAILURES=N
+  # repeats verify
+  --rounds   CHUTNEY_ROUNDS=N
+  # makes multiple connections within verify
+  --connections  CHUTNEY_CONNECTIONS=N
+
 Timing Options:
   --start-time   CHUTNEY_START_TIME=N
   --bootstrap-time   CHUTNEY_BOOTSTRAP_TIME=N
@@ -49,9 +59,6 @@ Timing Options:
 
 Traffic Options:
   --data CHUTNEY_DATA_BYTES=N
-  # connections are simultaneous, rounds are sequential
-  --connections  CHUTNEY_CONNECTIONS=N
-  --rounds   CHUTNEY_ROUNDS=N
   --hs-multi-client  CHUTNEY_HS_MULTI_CLIENT=N
 
 Address/DNS Options:
@@ -83,6 +90,7 @@ Standard Actions:
   ./chutney configure networks/basic
   ./chutney start networks/basic
   ./chutney status networks/basic
+  ./chutney wait_for_bootstrap networks/basic
   ./chutney verify networks/basic
   ./chutney hup networks/basic
   ./chutney stop networks/basic
@@ -127,16 +135,34 @@ Bandwidth File Tests:
   date +%s > /tmp/bwfile
   ./tools/test-network.sh --flavour bwfile
 
+Multiple Tests:
+
+  Chutney can allow a certain number of failed tests. You can either set
+  CHUTNEY_ALLOW_FAILURES or use an --allow-failures command-line option to
+  control this.  Chutney will then reattempt the test, from bootstrap
+  through shutdown, until either it succeeds, or until it has failed
+  $CHUTNEY_ALLOW_FAILURES+1 times. The default value is zero, so the default
+  behavior will not change.
+
+  You can also use CHUTNEY_ROUNDS=N to run multiple verification rounds, or
+  CHUTNEY_CONNECTIONS=N to make multiple connections within each verification
+  round. Any round or connection failure will fail the current test.
+
 Waiting for the network:
 
   The tools/test-network.sh script waits CHUTNEY_START_TIME seconds
-  (default: 20) before calling chutney verify, because that's the minimum
+  (default: 40) before calling chutney verify, because that's the minimum
   amount of time it takes to bootstrap a consensus containing relays.
-  (It takes 5-10 seconds for the authorities to create the first consensus,
-  then 10 seconds for relays to bootstrap, submit their descriptors, and be
+  (It takes 20 seconds for the authorities to create the first consensus,
+  then 20 seconds for relays to bootstrap, submit their descriptors, and be
   included in the next consensus.) If CHUTNEY_START_TIME is negative, the
   script leaves the network running, and exits immediately (without verifying).
 
+  chutney also has an experimental wait_for_bootstrap command. It waits for
+  up to CHUTNEY_START_TIME seconds, checking whether the logged bootstrapped
+  status for every node is 100%. If it is, great: it succeeds. If not, it
+  dumps the bootstrap statuses and exits.
+
   Commands like "chutney verify" start immediately, and keep trying for
   CHUTNEY_BOOTSTRAP_TIME seconds (default: 60). If it hasn't been
   successful after that time, it fails. If CHUTNEY_BOOTSTRAP_TIME is negative,
@@ -191,10 +217,12 @@ Using DNS:
Use --dns-conf resolv.conf (relative paths work).
 
 The configuration files:
+
   networks/basic holds the configuration for the network you're configuring
   above.  It refers to some torrc template files in torrc_templates/.
 
 The working files:
+
   chutney sticks its working files, including all data directories, log
   files, etc, in ./net/.  Each tor instance gets a subdirectory of net/nodes.
 
@@ -202,6 +230,7 @@ The working files:
   environment variable.
 
 Test scripts:
+
   The test scripts are stored in the "scripts/chutney_tests" directory. These
   Python files must define a "run_test(network)" function. Files starting with
   an und

[tor-commits] [chutney/master] wait_for_bootstrap: another regex tweak

2019-03-18 Thread teor
commit 287c61a4c055f76b00d52c370c5a30948bd936e5
Author: Nick Mathewson 
Date:   Wed Mar 13 10:25:47 2019 -0400

wait_for_bootstrap: another regex tweak

This tweak makes us capture _only_ the status keyword, rather than
the keyword plus its surrounding parentheses and space.
---
 lib/chutney/TorNet.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/chutney/TorNet.py b/lib/chutney/TorNet.py
index 3e8b94e..4aec528 100644
--- a/lib/chutney/TorNet.py
+++ b/lib/chutney/TorNet.py
@@ -841,7 +841,8 @@ class LocalNodeController(NodeController):
 percent,keyword,message=-100,"no_message","No bootstrap messages yet."
 with open(logfname, 'r') as f:
 for line in f:
-m = re.search(r'Bootstrapped (\d+)%( \([^\)]*\))?: (.*)', line)
+m = re.search(r'Bootstrapped (\d+)%(?: \(([^\)]*)\))?: (.*)',
+  line)
 if m:
 percent, keyword, message = m.groups()
 percent = int(percent)



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


[tor-commits] [chutney/master] Merge remote-tracking branch 'tor-github/pr/11'

2019-03-18 Thread teor
commit 3f1002cab00c3587ce8d015612b6ed396cfd7446
Merge: 3f349e9 a113d6a
Author: teor 
Date:   Tue Mar 19 15:08:52 2019 +1000

Merge remote-tracking branch 'tor-github/pr/11'

Merge READMEs from both sets of changes.

 README | 46 +++---
 tools/test-network-impl.sh |  5 -
 2 files changed, 39 insertions(+), 12 deletions(-)

diff --cc README
index f7ec527,d2bcfad..93309cb
--- a/README
+++ b/README
@@@ -127,15 -135,38 +135,28 @@@ Bandwidth File Tests
date +%s > /tmp/bwfile
./tools/test-network.sh --flavour bwfile
  
+ Multiple Tests:
+ 
+   Chutney can allow a certain number of failed tests. You can either set
+   CHUTNEY_ALLOW_FAILURES or use an --allow-failures command-line option to
+   control this.  Chutney will then reattempt the test, from bootstrap
+   through shutdown, until either it succeeds, or until it has failed
+   $CHUTNEY_ALLOW_FAILURES+1 times. The default value is zero, so the default
+   behavior will not change.
+ 
+   You can also use CHUTNEY_ROUNDS=N to run multiple verification rounds, or
+   CHUTNEY_CONNECTIONS=N to make multiple connections within each verification
+   round. Any round or connection failure will fail the current test.
+ 
  Waiting for the network:
  
-   The tools/test-network.sh script waits CHUTNEY_START_TIME seconds
-   (default: 60) before calling chutney verify, because that's the minimum
 -  The tools/test-network.sh script waits for all the tor nodes to bootstrap
 -  before calling chutney verify. If CHUTNEY_START_TIME is negative, the
 -  script leaves the network running, and exits immediately (without waiting
 -  for bootstrap, or verifying).
 -
 -  The wait_for_bootstrap command waits for up to CHUTNEY_START_TIME seconds,
 -  checking whether the logged bootstrapped status for every node is 100%. If
 -  it is, great: it succeeds. If not, it dumps the bootstrap statuses and
 -  exits. test-network.sh does not exit immediately if a tor node fails to
 -  bootstrap. Instead, it attempts to verify. We'll add an option to fail on
 -  tor bootstrap failure in #20473.
 -
 -  The default CHUTNEY_START_TIME is 40 seconds, because that's the minimum
--  amount of time it takes to bootstrap a consensus containing relays.
-   (It takes 5-10 seconds for the authorities to create the first consensus,
-   then 10 seconds for relays to bootstrap, submit their descriptors, and be
-   included in the next consensus.) If CHUTNEY_START_TIME is negative, the
-   script leaves the network running, and exits immediately (without 
verifying).
 -  (It takes 20 seconds for the authorities to create the first consensus,
 -  then 20 seconds for relays to bootstrap, submit their descriptors, and be
 -  included in the next consensus.)
++  The tools/test-network.sh script uses the chutney wait_for_bootstrap
++  command to wait for up to CHUTNEY_START_TIME seconds, checking whether the
++  logged bootstrapped status for every node is 100%. It it is, great: it
++  succeeds. If not, it dumps the bootstrap statuses and exits.
++  test-network.sh does not exit immediately if a tor node fails to bootstrap.
++  Instead, it attempts to verify. We'll add an option to fail on tor
++  bootstrap failure in #20473.
  
Commands like "chutney verify" start immediately, and keep trying for
CHUTNEY_BOOTSTRAP_TIME seconds (default: 60). If it hasn't been

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


[tor-commits] [chutney/master] Increase CHUTNEY_START_TIME to 60

2019-03-18 Thread teor
commit d8355b434e8e256606f75fdd8796bdbf4f8d0e8f
Author: Nick Mathewson 
Date:   Thu Mar 14 13:45:15 2019 -0400

Increase CHUTNEY_START_TIME to 60
---
 README| 2 +-
 lib/chutney/TorNet.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README b/README
index 23c6ed2..f7ec527 100644
--- a/README
+++ b/README
@@ -130,7 +130,7 @@ Bandwidth File Tests:
 Waiting for the network:
 
   The tools/test-network.sh script waits CHUTNEY_START_TIME seconds
-  (default: 20) before calling chutney verify, because that's the minimum
+  (default: 60) before calling chutney verify, because that's the minimum
   amount of time it takes to bootstrap a consensus containing relays.
   (It takes 5-10 seconds for the authorities to create the first consensus,
   then 10 seconds for relays to bootstrap, submit their descriptors, and be
diff --git a/lib/chutney/TorNet.py b/lib/chutney/TorNet.py
index e48c1b7..ca099ba 100644
--- a/lib/chutney/TorNet.py
+++ b/lib/chutney/TorNet.py
@@ -1186,7 +1186,7 @@ class Network(object):
 
 def wait_for_bootstrap(self):
 print("Waiting for nodes to bootstrap...")
-limit = getenv_int("CHUTNEY_START_TIME", 20)
+limit = getenv_int("CHUTNEY_START_TIME", 60)
 delay = 0.5
 controllers = [n.getController() for n in self._nodes]
 elapsed = 0.0



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


[tor-commits] [chutney/master] test-network: wait for bootstrap rather than waiting for a set time

2019-03-18 Thread teor
commit a113d6a46f63d70f84afa3adc4f3baab2ed414f0
Author: teor 
Date:   Wed Mar 13 13:24:29 2019 +1000

test-network: wait for bootstrap rather than waiting for a set time

Chutney uses the new wait_for_bootstrap feature to start verifying
after bootstrap is complete.

If bootstrap fails, chutney verifies anyway. We'll fail on bootstrap
once we implement 20473.

Closes 28203.
---
 README | 23 ++-
 tools/test-network-impl.sh |  5 -
 2 files changed, 18 insertions(+), 10 deletions(-)

diff --git a/README b/README
index 28f90a0..d2bcfad 100644
--- a/README
+++ b/README
@@ -150,18 +150,23 @@ Multiple Tests:
 
 Waiting for the network:
 
-  The tools/test-network.sh script waits CHUTNEY_START_TIME seconds
-  (default: 40) before calling chutney verify, because that's the minimum
+  The tools/test-network.sh script waits for all the tor nodes to bootstrap
+  before calling chutney verify. If CHUTNEY_START_TIME is negative, the
+  script leaves the network running, and exits immediately (without waiting
+  for bootstrap, or verifying).
+
+  The wait_for_bootstrap command waits for up to CHUTNEY_START_TIME seconds,
+  checking whether the logged bootstrapped status for every node is 100%. If
+  it is, great: it succeeds. If not, it dumps the bootstrap statuses and
+  exits. test-network.sh does not exit immediately if a tor node fails to
+  bootstrap. Instead, it attempts to verify. We'll add an option to fail on
+  tor bootstrap failure in #20473.
+
+  The default CHUTNEY_START_TIME is 40 seconds, because that's the minimum
   amount of time it takes to bootstrap a consensus containing relays.
   (It takes 20 seconds for the authorities to create the first consensus,
   then 20 seconds for relays to bootstrap, submit their descriptors, and be
-  included in the next consensus.) If CHUTNEY_START_TIME is negative, the
-  script leaves the network running, and exits immediately (without verifying).
-
-  chutney also has an experimental wait_for_bootstrap command. It waits for
-  up to CHUTNEY_START_TIME seconds, checking whether the logged bootstrapped
-  status for every node is 100%. If it is, great: it succeeds. If not, it
-  dumps the bootstrap statuses and exits.
+  included in the next consensus.)
 
   Commands like "chutney verify" start immediately, and keep trying for
   CHUTNEY_BOOTSTRAP_TIME seconds (default: 60). If it hasn't been
diff --git a/tools/test-network-impl.sh b/tools/test-network-impl.sh
index 2de1bfa..ca086df 100755
--- a/tools/test-network-impl.sh
+++ b/tools/test-network-impl.sh
@@ -20,7 +20,10 @@ CHUTNEY="$CHUTNEY_PATH/chutney"
 
 if [ "$CHUTNEY_START_TIME" -ge 0 ]; then
 $ECHO "Waiting $CHUTNEY_START_TIME seconds for a consensus containing 
relays to be generated..."
-sleep "$CHUTNEY_START_TIME"
+# We log bootstrap status for debugging purposes.
+# We'll fix bootstrap errors in #20473.
+"$CHUTNEY" wait_for_bootstrap "$CHUTNEY_NETWORK" \
+|| $ECHO "Tor bootstrap failed, ignoring for now."
 else
 $ECHO "Chutney network launched and running. To stop the network, use:"
 $ECHO "$CHUTNEY stop $CHUTNEY_NETWORK"



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


[tor-commits] [chutney/master] fixup! Increase CHUTNEY_START_TIME to 60

2019-03-18 Thread teor
commit 3f349e991760a53072376a4b81794e612eea360c
Author: teor 
Date:   Mon Mar 18 12:27:57 2019 +1000

fixup! Increase CHUTNEY_START_TIME to 60
---
 tools/test-network-impl.sh | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/tools/test-network-impl.sh b/tools/test-network-impl.sh
index 2de1bfa..055c15b 100755
--- a/tools/test-network-impl.sh
+++ b/tools/test-network-impl.sh
@@ -8,11 +8,13 @@ if ! "$CHUTNEY_PATH/tools/bootstrap-network.sh" 
"$NETWORK_FLAVOUR"; then
 exit 1
 fi
 
-# chutney starts verifying after 20 seconds, keeps on trying for 60 seconds,
-# and then stops immediately (by default)
+# chutney starts verifying after CHUTNEY_START_TIME seconds,
+# keeps on trying for CHUTNEY_BOOTSTRAP_TIME seconds,
+# and then stops after CHUTNEY_STOP_TIME seconds.
 # Even the fastest chutney networks take 5-10 seconds for their first consensus
 # and then 10 seconds after that for relays to bootstrap and upload descriptors
-export CHUTNEY_START_TIME=${CHUTNEY_START_TIME:-40}
+# But chutney defaults to running a bit more slowly, so it is more reliable.
+export CHUTNEY_START_TIME=${CHUTNEY_START_TIME:-60}
 export CHUTNEY_BOOTSTRAP_TIME=${CHUTNEY_BOOTSTRAP_TIME:-60}
 export CHUTNEY_STOP_TIME=${CHUTNEY_STOP_TIME:-0}
 



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


[tor-commits] [chutney/master] wait_for_bootstrap: When logging un-bootstrapped nodes, also log crashes

2019-03-18 Thread teor
commit ee396986d85df7cd736159d9031857573499877e
Author: Nick Mathewson 
Date:   Wed Mar 13 10:17:58 2019 -0400

wait_for_bootstrap: When logging un-bootstrapped nodes, also log crashes

Previously, if you said wait_for_bootstrap, it would tell you if a
node wasn't bootstrapped, but wouldn't help you notice whether it
was crashed or running.
---
 lib/chutney/TorNet.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/chutney/TorNet.py b/lib/chutney/TorNet.py
index e22afea..7269a00 100644
--- a/lib/chutney/TorNet.py
+++ b/lib/chutney/TorNet.py
@@ -1199,6 +1199,7 @@ class Network(object):
 
 print("Bootstrap failed. Node status:")
 for c in controllers:
+c.check(listRunning=False, listNonRunning=True)
 print(c.getLastBootstrapStatus())
 
 return False



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


[tor-commits] [chutney/master] wait_for_bootstrap: Fix the regex for bootstrap messages

2019-03-18 Thread teor
commit bd76a94b69c46e566c6d0517dd7b829f04191c6a
Author: Nick Mathewson 
Date:   Wed Mar 13 10:14:29 2019 -0400

wait_for_bootstrap: Fix the regex for bootstrap messages

The regex was almost right, but it required a space after the
percent symbol. In reality, this space should only be there when
there is a keyword following.

Part of 22132.
---
 lib/chutney/TorNet.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/chutney/TorNet.py b/lib/chutney/TorNet.py
index 4415907..e22afea 100644
--- a/lib/chutney/TorNet.py
+++ b/lib/chutney/TorNet.py
@@ -837,7 +837,7 @@ class LocalNodeController(NodeController):
 percent,keyword,message=-100,"no_message","No bootstrap messages yet."
 with open(logfname, 'r') as f:
 for line in f:
-m = re.search(r'Bootstrapped (\d+)% (\([^\)]*\))?: (.*)', line)
+m = re.search(r'Bootstrapped (\d+)%( \([^\)]*\))?: (.*)', line)
 if m:
 percent, keyword, message = m.groups()
 percent = int(percent)



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


[tor-commits] [chutney/master] wait_for_bootstrap: log node names with bootstrap statuses

2019-03-18 Thread teor
commit 18af751e0b86c00368230905208f6b4b6646e4a7
Author: Nick Mathewson 
Date:   Wed Mar 13 10:24:15 2019 -0400

wait_for_bootstrap: log node names with bootstrap statuses
---
 lib/chutney/TorNet.py | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/lib/chutney/TorNet.py b/lib/chutney/TorNet.py
index 7269a00..3e8b94e 100644
--- a/lib/chutney/TorNet.py
+++ b/lib/chutney/TorNet.py
@@ -647,6 +647,10 @@ class LocalNodeController(NodeController):
 NodeController.__init__(self, env)
 self._env = env
 
+def getNick(self):
+"""Return the nickname for this node."""
+return self._env['nick']
+
 def getPid(self):
 """Assuming that this node has its pidfile in ${dir}/pid, return
the pid of the running process, or None if there is no pid in the
@@ -1200,7 +1204,7 @@ class Network(object):
 print("Bootstrap failed. Node status:")
 for c in controllers:
 c.check(listRunning=False, listNonRunning=True)
-print(c.getLastBootstrapStatus())
+print("{}: {}".format(c.getNick(), c.getLastBootstrapStatus()))
 
 return False
 



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


[tor-commits] [translation/torbutton-securitylevelproperties] Update translations for torbutton-securitylevelproperties

2019-03-18 Thread translation
commit 5901a22abafd1fe7d21ecc8f99d4d26ae453a04b
Author: Translation commit bot 
Date:   Tue Mar 19 04:19:34 2019 +

Update translations for torbutton-securitylevelproperties
---
 tr/securitylevel.properties | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/tr/securitylevel.properties b/tr/securitylevel.properties
index c8bb45c14..87865067f 100644
--- a/tr/securitylevel.properties
+++ b/tr/securitylevel.properties
@@ -1,17 +1,17 @@
 securityLevel.securityLevel = Güvenlik Düzeyi
 securityLevel.customWarning = Özel
-securityLevel.overview = Disable certain web features that can be used to 
attack your security and anonymity.
+securityLevel.overview = Güvenlik ve anonimliğinize saldırmak için 
kullanılacak belirli web özelliklerini devre dışı bırakır.
 securityLevel.standard.level = Standart
-securityLevel.standard.tooltip = Security Level : Standard
+securityLevel.standard.tooltip = Güvenlik Düzeyi : Standart
 securityLevel.standard.summary = Tüm Tor Browser ve web sitesi özellikleri 
kullanılabilir.
 securityLevel.safer.level = Daha Güvenli
-securityLevel.safer.tooltip = Security Level : Safer
+securityLevel.safer.tooltip = Güvenlik Düzeyi : Daha Güvenli
 securityLevel.safer.summary = Sıklıkla tehlikeli olan web sitesi 
özellikleri devre dışı bırakılır ve bazı sitelerin işlevlerinde 
kayıplar olabilir. 
 securityLevel.safer.description1 = JavaScript, HTTPS kullanmayan sitelerde 
devre dışı bırakılır.
 securityLevel.safer.description2 = Bazı yazı türleri ve matematik simgeleri 
devre dışı bırakılır.
 securityLevel.safer.description3 = Ses ve görüntüler (HTML5 ortamı) 
tıklayarak çalıştırılabilir.
 securityLevel.safest.level = En Güvenli
-securityLevel.safest.tooltip = Security Level : Safest
+securityLevel.safest.tooltip = Güvenlik Düzeyi : En Güvenli
 securityLevel.safest.summary = Yalnız durağan siteler ve temel hizmetler 
için gerekli web sitesi özelliklerine izin verilir. Bu değişiklikler 
görselleri, ortamları ve betikleri etkiler.
 securityLevel.safest.description1 = JavaScript betikleri tüm sitelerde 
varsayılan olarak devre dışı bırakılır.
 securityLevel.safest.description2 = Bazı yazı türleri, simgeler, matematik 
simgeleri ve görseller devre dışı bırakılır.
@@ -19,4 +19,4 @@ securityLevel.safest.description3 = Ses ve görüntüler 
(HTML5 ortamı) tıklay
 securityLevel.custom.summary = Tarayıcınız standart olmayan özel güvenlik 
ayarları kullanıyor. Güvenlik ve gizlilik nedenleriyle aşağıdaki 
varsayılan güvenlik ayarı düzeylerinden birini seçmeniz önerilir.
 securityLevel.learnMore = Ayrıntılı bilgi alın
 securityLevel.restoreDefaults = Varsayılanlara Sıfırla
-securityLevel.advancedSecuritySettings = Advanced Security Settings…
+securityLevel.advancedSecuritySettings = Gelişmiş Güvenlik Ayarları…

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


[tor-commits] [translation/torbutton-securitylevelproperties_completed] Update translations for torbutton-securitylevelproperties_completed

2019-03-18 Thread translation
commit 6c1ee9f44b77de098e3f9539ecb76795a04c13bc
Author: Translation commit bot 
Date:   Tue Mar 19 04:19:40 2019 +

Update translations for torbutton-securitylevelproperties_completed
---
 tr/securitylevel.properties | 22 ++
 1 file changed, 22 insertions(+)

diff --git a/tr/securitylevel.properties b/tr/securitylevel.properties
new file mode 100644
index 0..87865067f
--- /dev/null
+++ b/tr/securitylevel.properties
@@ -0,0 +1,22 @@
+securityLevel.securityLevel = Güvenlik Düzeyi
+securityLevel.customWarning = Özel
+securityLevel.overview = Güvenlik ve anonimliğinize saldırmak için 
kullanılacak belirli web özelliklerini devre dışı bırakır.
+securityLevel.standard.level = Standart
+securityLevel.standard.tooltip = Güvenlik Düzeyi : Standart
+securityLevel.standard.summary = Tüm Tor Browser ve web sitesi özellikleri 
kullanılabilir.
+securityLevel.safer.level = Daha Güvenli
+securityLevel.safer.tooltip = Güvenlik Düzeyi : Daha Güvenli
+securityLevel.safer.summary = Sıklıkla tehlikeli olan web sitesi 
özellikleri devre dışı bırakılır ve bazı sitelerin işlevlerinde 
kayıplar olabilir. 
+securityLevel.safer.description1 = JavaScript, HTTPS kullanmayan sitelerde 
devre dışı bırakılır.
+securityLevel.safer.description2 = Bazı yazı türleri ve matematik simgeleri 
devre dışı bırakılır.
+securityLevel.safer.description3 = Ses ve görüntüler (HTML5 ortamı) 
tıklayarak çalıştırılabilir.
+securityLevel.safest.level = En Güvenli
+securityLevel.safest.tooltip = Güvenlik Düzeyi : En Güvenli
+securityLevel.safest.summary = Yalnız durağan siteler ve temel hizmetler 
için gerekli web sitesi özelliklerine izin verilir. Bu değişiklikler 
görselleri, ortamları ve betikleri etkiler.
+securityLevel.safest.description1 = JavaScript betikleri tüm sitelerde 
varsayılan olarak devre dışı bırakılır.
+securityLevel.safest.description2 = Bazı yazı türleri, simgeler, matematik 
simgeleri ve görseller devre dışı bırakılır.
+securityLevel.safest.description3 = Ses ve görüntüler (HTML5 ortamı) 
tıklayarak çalıştırılabilir.
+securityLevel.custom.summary = Tarayıcınız standart olmayan özel güvenlik 
ayarları kullanıyor. Güvenlik ve gizlilik nedenleriyle aşağıdaki 
varsayılan güvenlik ayarı düzeylerinden birini seçmeniz önerilir.
+securityLevel.learnMore = Ayrıntılı bilgi alın
+securityLevel.restoreDefaults = Varsayılanlara Sıfırla
+securityLevel.advancedSecuritySettings = Gelişmiş Güvenlik Ayarları…

___
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-03-18 Thread translation
commit da24b2843d0e7380b7294b4fd3889f64edcfc6cc
Author: Translation commit bot 
Date:   Mon Mar 18 22:50:20 2019 +

Update translations for tpo-web
---
 contents+ka.po | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/contents+ka.po b/contents+ka.po
index 1b4fb3850..ef966c63c 100644
--- a/contents+ka.po
+++ b/contents+ka.po
@@ -1889,12 +1889,12 @@ msgstr ""
 #: https//lektor-staging.torproject.org/about/sponsors/ncf/
 #: (content/about/sponsors/ncf/contents+en.lrsponsor.name)
 msgid "National Christian Foundation"
-msgstr ""
+msgstr "National Christian Foundation"
 
 #: https//lektor-staging.torproject.org/about/sponsors/shinjiru/
 #: (content/about/sponsors/shinjiru/contents+en.lrsponsor.name)
 msgid "Shinjiru Technology"
-msgstr ""
+msgstr "Shinjiru Technology"
 
 #: https//lektor-staging.torproject.org/about/sponsors/nsf-drexel/
 #: (content/about/sponsors/nsf-drexel/contents+en.lrsponsor.name)
@@ -1909,27 +1909,27 @@ msgstr "გუგლი"
 #: https//lektor-staging.torproject.org/about/sponsors/ford-foundation/
 #: (content/about/sponsors/ford-foundation/contents+en.lrsponsor.name)
 msgid "The Ford Foundation"
-msgstr ""
+msgstr "The Ford Foundation"
 
 #: https//lektor-staging.torproject.org/about/sponsors/hivos/
 #: (content/about/sponsors/hivos/contents+en.lrsponsor.name)
 msgid "Federal Foreign Office of Germany"
-msgstr ""
+msgstr "Federal Foreign Office of Germany"
 
 #: https//lektor-staging.torproject.org/about/sponsors/nlnet/
 #: (content/about/sponsors/nlnet/contents+en.lrsponsor.name)
 msgid "NLnet Foundation"
-msgstr ""
+msgstr "NLnet Foundation"
 
 #: https//lektor-staging.torproject.org/about/sponsors/cyber-ta/
 #: (content/about/sponsors/cyber-ta/contents+en.lrsponsor.name)
 msgid "Cyber-TA project"
-msgstr ""
+msgstr "Cyber-TA project"
 
 #: https//lektor-staging.torproject.org/about/sponsors/individuals/
 #: (content/about/sponsors/individuals/contents+en.lrsponsor.name)
 msgid "Tens of thousands of individuals like you"
-msgstr ""
+msgstr "ათეულ ათასობით კერძო პირი, 
ისეთივე როგორიც თქვენ ხართ."
 
 #: https//lektor-staging.torproject.org/about/sponsors/individuals/
 #: (content/about/sponsors/individuals/contents+en.lrsponsor.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-03-18 Thread translation
commit 6a2ec4c3ab8a4b2f6bb53cf01ba95f99e8c9ccb6
Author: Translation commit bot 
Date:   Mon Mar 18 22:20:10 2019 +

Update translations for tpo-web
---
 contents+ka.po | 26 +++---
 1 file changed, 15 insertions(+), 11 deletions(-)

diff --git a/contents+ka.po b/contents+ka.po
index 17a283f5f..1b4fb3850 100644
--- a/contents+ka.po
+++ b/contents+ka.po
@@ -468,7 +468,7 @@ msgstr ""
 #: https//lektor-staging.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 ""
+msgstr "Tor ასევე გამოსადეგი იქნება 
ინტიმური მოწყობილობების 
უსაფრთხოებისთვის"
 
 #: https//lektor-staging.torproject.org/press/-new-release-tails/
 #: (content/press/new-release-tails/contents+en.lrpost.title)
@@ -1053,7 +1053,7 @@ msgstr ""
 #: https//lektor-staging.torproject.org/about/people/geko/
 #: (content/about/people/geko/contents+en.lrperson.description)
 msgid "Currently lead of the Tor Browser team."
-msgstr ""
+msgstr "ამჟამინდელი ხელმძღვანელი 
Tor-ბრაუზერის გუნდის."
 
 #: https//lektor-staging.torproject.org/about/people/gman999/
 #: (content/about/people/gman999/contents+en.lrperson.description)
@@ -1120,12 +1120,12 @@ msgstr ""
 #: https//lektor-staging.torproject.org/about/people/isabela/
 #: (content/about/people/isabela/contents+en.lrperson.description)
 msgid "Executive Director of the Tor Project."
-msgstr ""
+msgstr "Tor-პროექტის აღმასრულებელი 
დირექტორი."
 
 #: https//lektor-staging.torproject.org/about/people/isra/
 #: (content/about/people/isra/contents+en.lrperson.description)
 msgid "Rewrote the [GetTor](https://gettor.torproject.org/) service."
-msgstr ""
+msgstr "გადაამუშავა 
[GetTor](https://gettor.torproject.org/)-მომსახურება."
 
 #: https//lektor-staging.torproject.org/about/people/redshiftzero/
 #: (content/about/people/redshiftzero/contents+en.lrperson.description)
@@ -1141,11 +1141,15 @@ msgid ""
 "Volunteer that helped translate the website, is part of TorServers.net, and "
 "Tor's sysadmin team."
 msgstr ""
+"მოხალისე, რომელიც დაგვეხმარ
ა საიტის თარგმნაში, არის TorServers.net 
და Tor-ის"
+" სისტემის მმართველთა გუნდის 
წევრი."
 
 #: https//lektor-staging.torproject.org/about/people/jselon/
 #: (content/about/people/jselon/contents+en.lrperson.description)
 msgid "Event Coordination, donor management, general office operations."
 msgstr ""
+"ღონისძიებებთან დაკავშირ
ებული საკითხების მოწესრ
იგება, შემოწირულობათა მართვა, 
"
+"სათაო განყოფილების 
სამუშაოები."
 
 #: https//lektor-staging.torproject.org/about/people/juga/
 #: (content/about/people/juga/contents+en.lrperson.description)
@@ -1157,7 +1161,7 @@ msgstr ""
 #: https//lektor-staging.torproject.org/about/people/julius-core/
 #: (content/about/people/julius-core/contents+en.lrperson.description)
 msgid "Germany-based lawyer and Internet activist."
-msgstr ""
+msgstr "გერმანულენოვანი სამარ
თალმცოდნე და ინტერნეტმებრ
ძოლი"
 
 #: https//lektor-staging.torproject.org/about/people/julius/
 #: (content/about/people/julius/contents+en.lrperson.description)
@@ -1172,7 +1176,7 @@ msgstr ""
 #: https//lektor-staging.torproject.org/about/people/julius/
 #: (content/about/people/julius/contents+en.lrperson.description)
 msgid "Along with CCC, he has been running Tor nodes since 2005."
-msgstr ""
+msgstr "CCC-ის მიხედვით, Tor-კვანძები 
გაშვებული აქვს 2005 წლიდან."
 
 #: https//lektor-staging.torproject.org/about/people/julius/
 #: (content/about/people/julius/contents+en.lrperson.description)
@@ -1311,7 +1315,7 @@ msgstr ""
 #: https//lektor-staging.torproject.org/about/people/ramy/
 #: (content/about/people/ramy/contents+en.lrperson.title)
 msgid "Director"
-msgstr ""
+msgstr "უფროსი"
 
 #: https//lektor-staging.torproject.org/about/people/megan/
 #: (content/about/people/megan/contents+en.lrperson.description)
@@ -1562,7 +1566,7 @@ msgstr ""
 #: https//lektor-staging.torproject.org/about/people/pospeselr/
 #: (content/about/people/pospeselr/contents+en.lrperson.description)
 msgid "Tor Browser developer."
-msgstr ""
+msgstr "Tor-ბრაუზერის 
შემმუშავებელი."
 
 #: https//l

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

2019-03-18 Thread translation
commit dac13e95c3b0b46b2b606e2e34ad139b013b810c
Author: Translation commit bot 
Date:   Mon Mar 18 21:50:07 2019 +

Update translations for tpo-web
---
 contents+ka.po | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/contents+ka.po b/contents+ka.po
index 97b032d62..17a283f5f 100644
--- a/contents+ka.po
+++ b/contents+ka.po
@@ -155,7 +155,7 @@ msgstr "მოხსენებები"
 #: https//lektor-staging.torproject.org/menu/
 #: (content/menu/contents+en.lrpage.body)
 msgid "Sponsors"
-msgstr ""
+msgstr "დამფინანსებლები"
 
 #: https//lektor-staging.torproject.org/thank-you/
 #: (content/thank-you/contents+en.lrpage.title)
@@ -458,6 +458,7 @@ msgstr ""
 #: (content/press/wired-tor-easier/contents+en.lrpost.title)
 msgid "Tor Is Easier Than Ever. Time to Give It a Try"
 msgstr ""
+"Tor დღეს უმარტივესი 
გამოსაყენებელია, ვიდრე 
ოდესმე ყოფილა. დროა სცადოთ."
 
 #: 
https//lektor-staging.torproject.org/press/2018-12-18-boing-boing-charitable-guide/
 #: (content/press/boing-boing-charitable-guide/contents+en.lrpost.title)

___
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-03-18 Thread translation
commit 21c1cd6296c4844e8828391bff0a08b407d5a36d
Author: Translation commit bot 
Date:   Mon Mar 18 21:20:07 2019 +

Update translations for tpo-web
---
 contents+de.po | 23 +++
 1 file changed, 19 insertions(+), 4 deletions(-)

diff --git a/contents+de.po b/contents+de.po
index a5afd5407..1257da738 100644
--- a/contents+de.po
+++ b/contents+de.po
@@ -5,8 +5,8 @@
 # Lars Schimmer , 2019
 # Emma Peel, 2019
 # erinm, 2019
-# Curtis Baltimore , 2019
 # Cat C , 2019
+# Curtis Baltimore , 2019
 # 
 msgid ""
 msgstr ""
@@ -14,7 +14,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-03-18 14:29+CET\n"
 "PO-Revision-Date: 2019-03-09 10:41+\n"
-"Last-Translator: Cat C , 2019\n"
+"Last-Translator: Curtis Baltimore , 2019\n"
 "Language-Team: German (https://www.transifex.com/otf/teams/1519/de/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -276,7 +276,7 @@ msgstr ""
 "einige Dinge nicht richtig funktionieren, uns helfen möchtest, Fehler zu "
 "finden und [zu "
 
"melden](https://trac.torproject.org/projects/tor/wiki/doc/community/HowToReportBugFeedback),"
-" und dich nicht gefährden willst."
+" und du dich damit nicht gefährdest."
 
 #: https//lektor-staging.torproject.org/about/history/
 #: (content/about/history/contents+en.lrpage.body)
@@ -2322,7 +2322,7 @@ msgstr ""
 #: https//lektor-staging.torproject.org/about/sponsors/rose/
 #: (content/about/sponsors/rose/contents+en.lrsponsor.name)
 msgid "Rose Foundation for Communities and the Environment"
-msgstr ""
+msgstr "Rose Foundation für Gemeinden und Umwelt"
 
 #: https//lektor-staging.torproject.org/about/sponsors/rose/
 #: (content/about/sponsors/rose/contents+en.lrsponsor.description)
@@ -2333,6 +2333,12 @@ msgid ""
 "improve Tor software and increase public awareness of how to use Tor to "
 "protect consumer privacy."
 msgstr ""
+"Die Rose Foundation baut und pflegt eine Brücke zwischen der Community und "
+"der organisierten Philanthropie und schützt die grundlegenden Menschenrechte"
+" auf saubere Luft, sauberes Wasser und individuelle Würde und Privatsphäre. 
"
+"Diese Mittel halfen, die Tor-Software zu verbessern und das öffentliche "
+"Bewusstsein dafür zu schärfen, wie man Tor zum Schutz der Privatsphäre der 
"
+"Verbraucher einsetzt."
 
 #: https//lektor-staging.torproject.org/about/sponsors/mozilla/
 #: (content/about/sponsors/mozilla/contents+en.lrsponsor.name)
@@ -2345,6 +2351,8 @@ msgid ""
 "Mozilla’s mission is to ensure the Internet is a global public resource, "
 "open and accessible to all."
 msgstr ""
+"Mozillas Mission ist es, sicherzustellen, dass das Internet eine globale "
+"öffentliche Ressource ist, die offen und für alle zugänglich ist."
 
 #: https//lektor-staging.torproject.org/about/sponsors/mozilla/
 #: (content/about/sponsors/mozilla/contents+en.lrsponsor.description)
@@ -2357,6 +2365,13 @@ msgid ""
 "Fellowship; Glass Room exhibit; and Mozilla’s year-end matching funds that "
 "help all of Tor’s important work."
 msgstr ""
+"Mehrere Zuschüsse von Mozilla, darunter das Mozilla Open Source Support "
+"(MOSS) Award-Programm, halfen bei folgenden Projekten: Wartung von TorBirdy,"
+" einem Plugin zur Verbindung Ihres E-Mail-Clients Thunderbird mit Tor; "
+"Modularisierung der Tor Netzwerk-Codebasis, um sie zugänglicher, schneller "
+"und einfacher zu machen; bedeutende Verbesserungen für den OONI Explorer; "
+"Open Web Fellowship; Glass Room Ausstellung; und Mozillas Jahresendmatching-"
+"Fonds, die alle wichtigen Arbeiten von Tor unterstützen."
 
 #: https//lektor-staging.torproject.org/about/sponsors/otf/
 #: (content/about/sponsors/otf/contents+en.lrsponsor.name)

___
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-03-18 Thread translation
commit 79624cc8025936446d6c221e358f3b4fa316d4b4
Author: Translation commit bot 
Date:   Mon Mar 18 20:50:38 2019 +

Update translations for tpo-web
---
 contents+de.po | 12 
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/contents+de.po b/contents+de.po
index cb5b48a55..a5afd5407 100644
--- a/contents+de.po
+++ b/contents+de.po
@@ -3,10 +3,10 @@
 # Ikono Gangansi , 2019
 # ducki2p , 2019
 # Lars Schimmer , 2019
-# Cat C , 2019
 # Emma Peel, 2019
 # erinm, 2019
 # Curtis Baltimore , 2019
+# Cat C , 2019
 # 
 msgid ""
 msgstr ""
@@ -14,7 +14,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-03-18 14:29+CET\n"
 "PO-Revision-Date: 2019-03-09 10:41+\n"
-"Last-Translator: Curtis Baltimore , 2019\n"
+"Last-Translator: Cat C , 2019\n"
 "Language-Team: German (https://www.transifex.com/otf/teams/1519/de/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -2305,7 +2305,7 @@ msgstr "Cyber-TA Projekt"
 #: https//lektor-staging.torproject.org/about/sponsors/individuals/
 #: (content/about/sponsors/individuals/contents+en.lrsponsor.name)
 msgid "Tens of thousands of individuals like you"
-msgstr ""
+msgstr "Zehntausende Personen wie du"
 
 #: https//lektor-staging.torproject.org/about/sponsors/individuals/
 #: (content/about/sponsors/individuals/contents+en.lrsponsor.description)
@@ -2314,6 +2314,10 @@ msgid ""
 " events that require our response. This is extremely important for our work "
 "providing essential safety to people in volatile locations."
 msgstr ""
+"Spenden von Einzelpersonen erlauben uns, Ressourcen problemlos aufkommenden "
+"Ereignissen zuzuweisen, die unsere Aufmerksamkeit erfordern. Für unsere "
+"Arbeit ist das äußerst wichtig, denn es bietet Menschen an unbeständigen "
+"Standorten essenzielle Sicherheit."
 
 #: https//lektor-staging.torproject.org/about/sponsors/rose/
 #: (content/about/sponsors/rose/contents+en.lrsponsor.name)
@@ -2333,7 +2337,7 @@ msgstr ""
 #: https//lektor-staging.torproject.org/about/sponsors/mozilla/
 #: (content/about/sponsors/mozilla/contents+en.lrsponsor.name)
 msgid "Mozilla"
-msgstr ""
+msgstr "Mozilla"
 
 #: https//lektor-staging.torproject.org/about/sponsors/mozilla/
 #: (content/about/sponsors/mozilla/contents+en.lrsponsor.description)

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


[tor-commits] [translation/torbutton-securitylevelproperties] Update translations for torbutton-securitylevelproperties

2019-03-18 Thread translation
commit 1cf6c5b76196bf7f5cc380d95434580db230d84c
Author: Translation commit bot 
Date:   Mon Mar 18 19:19:45 2019 +

Update translations for torbutton-securitylevelproperties
---
 mk/securitylevel.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mk/securitylevel.properties b/mk/securitylevel.properties
index 2db9ca4a1..a5e8a10d4 100644
--- a/mk/securitylevel.properties
+++ b/mk/securitylevel.properties
@@ -16,7 +16,7 @@ securityLevel.safest.summary = Дозволува само 
можности на
 securityLevel.safest.description1 = JavaScript е стандардно 
оневозможен на сите веб страни.
 securityLevel.safest.description2 = Некои фонтови, икони, 
математички симболи, и слики се 
оневозможени.
 securityLevel.safest.description3 = Аудиото и видеото (HTML5 
мултимедијата) се кликни-да-почне.
-securityLevel.custom.summary = Вашите прилагодени 
параметри на прелистувачот резултираа со 
невообичаени безбедносни поставки. Од 
причини во однос на безбедноста и 
приватноста, ви препорачуваме да ги 
изберете почетните безбедносни нивоа.
+securityLevel.custom.summary = Вашите прилагодени 
својства на прелистувачот резултираа со 
невообичаени безбедносни поставки. Од 
причини поврзани со безбедноста и 
приватноста, ви препорачуваме да ги 
изберете почетните безбедносни нивоа.
 securityLevel.learnMore = Научи повеќе
 securityLevel.restoreDefaults = Врати на стандардно
 securityLevel.advancedSecuritySettings = Напредни 
Безбедносни Поставки

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


[tor-commits] [translation/torbutton-securitylevelproperties_completed] Update translations for torbutton-securitylevelproperties_completed

2019-03-18 Thread translation
commit 56e02182356bf18ac5137685c913e769c4e20182
Author: Translation commit bot 
Date:   Mon Mar 18 19:19:50 2019 +

Update translations for torbutton-securitylevelproperties_completed
---
 mk/securitylevel.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mk/securitylevel.properties b/mk/securitylevel.properties
index 2db9ca4a1..a5e8a10d4 100644
--- a/mk/securitylevel.properties
+++ b/mk/securitylevel.properties
@@ -16,7 +16,7 @@ securityLevel.safest.summary = Дозволува само 
можности на
 securityLevel.safest.description1 = JavaScript е стандардно 
оневозможен на сите веб страни.
 securityLevel.safest.description2 = Некои фонтови, икони, 
математички симболи, и слики се 
оневозможени.
 securityLevel.safest.description3 = Аудиото и видеото (HTML5 
мултимедијата) се кликни-да-почне.
-securityLevel.custom.summary = Вашите прилагодени 
параметри на прелистувачот резултираа со 
невообичаени безбедносни поставки. Од 
причини во однос на безбедноста и 
приватноста, ви препорачуваме да ги 
изберете почетните безбедносни нивоа.
+securityLevel.custom.summary = Вашите прилагодени 
својства на прелистувачот резултираа со 
невообичаени безбедносни поставки. Од 
причини поврзани со безбедноста и 
приватноста, ви препорачуваме да ги 
изберете почетните безбедносни нивоа.
 securityLevel.learnMore = Научи повеќе
 securityLevel.restoreDefaults = Врати на стандардно
 securityLevel.advancedSecuritySettings = Напредни 
Безбедносни Поставки

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


[tor-commits] [translation/torbutton-abouttbupdatedtd] Update translations for torbutton-abouttbupdatedtd

2019-03-18 Thread translation
commit 089721101c0bc64351faf56a90626d8e06198e18
Author: Translation commit bot 
Date:   Mon Mar 18 19:19:20 2019 +

Update translations for torbutton-abouttbupdatedtd
---
 mk/abouttbupdate.dtd | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/mk/abouttbupdate.dtd b/mk/abouttbupdate.dtd
index c332802c5..eb6275108 100644
--- a/mk/abouttbupdate.dtd
+++ b/mk/abouttbupdate.dtd
@@ -1,8 +1,8 @@
-
+
 
 
 
 
 
-
-
+
+

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


[tor-commits] [translation/torbutton-browseronboardingproperties_completed] Update translations for torbutton-browseronboardingproperties_completed

2019-03-18 Thread translation
commit 1cc57d177ccb7c650818cbc9b833a3e8616286d9
Author: Translation commit bot 
Date:   Mon Mar 18 19:19:39 2019 +

Update translations for torbutton-browseronboardingproperties_completed
---
 mk/browserOnboarding.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mk/browserOnboarding.properties b/mk/browserOnboarding.properties
index 6f33131e3..2245446a6 100644
--- a/mk/browserOnboarding.properties
+++ b/mk/browserOnboarding.properties
@@ -25,7 +25,7 @@ onboarding.tour-tor-circuit-display.button=Види ја 
мојата патек
 onboarding.tour-tor-security=Безбедност
 onboarding.tour-tor-security.title=Изберете го вашето 
искуство.
 onboarding.tour-tor-security.description=Ние исто така ви 
овозможуваме дополнителни поставки за 
зголемување на безбедноста на вашиот 
прелистувач. Нашите безбедносни поставки 
ви овозможуваат да блокирате елементи кои 
можат да бидат користени да го нападнат 
вашиот компјутер. Кликнете подолу за да ги 
видите намените на различните опции.
-onboarding.tour-tor-security.button=Преглед на Поставките
+onboarding.tour-tor-security-level.button=Погледнете го 
вашето ниво на безбедност
 
 onboarding.tour-tor-expect-differences=Препораки од искуство
 onboarding.tour-tor-expect-differences.title=Очекувајте некои 
разлики.

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


[tor-commits] [translation/torbutton-abouttbupdatedtd_completed] Update translations for torbutton-abouttbupdatedtd_completed

2019-03-18 Thread translation
commit 6a6961e3cafeb1f81bec12aa428ab59d90c96f2e
Author: Translation commit bot 
Date:   Mon Mar 18 19:19:26 2019 +

Update translations for torbutton-abouttbupdatedtd_completed
---
 mk/abouttbupdate.dtd | 10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/mk/abouttbupdate.dtd b/mk/abouttbupdate.dtd
index a80b56fbf..eb6275108 100644
--- a/mk/abouttbupdate.dtd
+++ b/mk/abouttbupdate.dtd
@@ -1,10 +1,8 @@
-
+
 
 
 
 
-
-
-
-
-
+
+
+

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


[tor-commits] [translation/torbutton-torbuttondtd] Update translations for torbutton-torbuttondtd

2019-03-18 Thread translation
commit e1b9c218cbb4183dfe4ad7d227814a65d5468bad
Author: Translation commit bot 
Date:   Mon Mar 18 19:18:57 2019 +

Update translations for torbutton-torbuttondtd
---
 lt/torbutton.dtd | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lt/torbutton.dtd b/lt/torbutton.dtd
index 4f9cb567d..cde7a6892 100644
--- a/lt/torbutton.dtd
+++ b/lt/torbutton.dtd
@@ -1,13 +1,13 @@
 
-
+
 
-
+
 
 
-
+
 
 
-
+
 
 
 

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


[tor-commits] [translation/torbutton-browseronboardingproperties] Update translations for torbutton-browseronboardingproperties

2019-03-18 Thread translation
commit 1b7c464464cef7c10204f96c3d3b899ca5138a77
Author: Translation commit bot 
Date:   Mon Mar 18 19:19:32 2019 +

Update translations for torbutton-browseronboardingproperties
---
 mk/browserOnboarding.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mk/browserOnboarding.properties b/mk/browserOnboarding.properties
index b65cf291e..2245446a6 100644
--- a/mk/browserOnboarding.properties
+++ b/mk/browserOnboarding.properties
@@ -25,7 +25,7 @@ onboarding.tour-tor-circuit-display.button=Види ја 
мојата патек
 onboarding.tour-tor-security=Безбедност
 onboarding.tour-tor-security.title=Изберете го вашето 
искуство.
 onboarding.tour-tor-security.description=Ние исто така ви 
овозможуваме дополнителни поставки за 
зголемување на безбедноста на вашиот 
прелистувач. Нашите безбедносни поставки 
ви овозможуваат да блокирате елементи кои 
можат да бидат користени да го нападнат 
вашиот компјутер. Кликнете подолу за да ги 
видите намените на различните опции.
-onboarding.tour-tor-security-level.button=See Your Security Level
+onboarding.tour-tor-security-level.button=Погледнете го 
вашето ниво на безбедност
 
 onboarding.tour-tor-expect-differences=Препораки од искуство
 onboarding.tour-tor-expect-differences.title=Очекувајте некои 
разлики.

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


[tor-commits] [translation/abouttor-homepage] Update translations for abouttor-homepage

2019-03-18 Thread translation
commit 6f3c15b264363e28e8656b27663c759a7a2d3104
Author: Translation commit bot 
Date:   Mon Mar 18 19:15:04 2019 +

Update translations for abouttor-homepage
---
 mk/aboutTor.dtd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mk/aboutTor.dtd b/mk/aboutTor.dtd
index 14a25b3d4..20edd18c9 100644
--- a/mk/aboutTor.dtd
+++ b/mk/aboutTor.dtd
@@ -6,7 +6,7 @@
 
 
 
-
+
 
 
 

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


[tor-commits] [translation/abouttor-homepage_completed] Update translations for abouttor-homepage_completed

2019-03-18 Thread translation
commit fa6d301a0af213ffd7c58d6ccbabc7a5730641cf
Author: Translation commit bot 
Date:   Mon Mar 18 19:15:12 2019 +

Update translations for abouttor-homepage_completed
---
 mk/aboutTor.dtd | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/mk/aboutTor.dtd b/mk/aboutTor.dtd
index 1289202a2..20edd18c9 100644
--- a/mk/aboutTor.dtd
+++ b/mk/aboutTor.dtd
@@ -6,6 +6,8 @@
 
 
 
+
+
 
 
 

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


[tor-commits] [donate/master] Added separate thank you page for cryptocurrency

2019-03-18 Thread peterh
commit 81c016140a8f2ba09fc417ba940a95fc59083c11
Author: Peter Haight 
Date:   Thu Mar 14 10:25:39 2019 -0700

Added separate thank you page for cryptocurrency

The text on the cryptocurrency page says we are going to show the
wallets again, so I wanted to actually do that.

Issue #39984
---
 public/dist/index.css   |  2 +-
 sass/components/_cryptocurrency.scss|  5 +--
 src/CryptocurrencyController.php|  8 
 src/routes.php  |  5 +++
 templates/cryptocurrency-thank-you.twig | 67 +
 5 files changed, 82 insertions(+), 5 deletions(-)

diff --git a/public/dist/index.css b/public/dist/index.css
index d30024eb..35a6ec6a 100644
--- a/public/dist/index.css
+++ b/public/dist/index.css
@@ -1 +1 @@
-/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css 
*/html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em
 0}figcaption,figure,main{display:block}figure{margin:1em 
40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline
 
dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,in
 
put,optgroup,select,textarea{margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html
 
[type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px
 dotted 
ButtonText}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-but
 
ton{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}hr{border-top:1px
 solid #68b030;margin:40px 
auto;max-width:106px}body,html,input,textarea{color:#484848;font-family:Source 
Sans 
Pro,sans-serif;font-size:16px;line-height:20px;font-weight:400}p{font-size:1.3rem;color:#212529;line-height:2rem}.preamble
 p{color:#777;font-family:Source Sans 
Pro;font-size:2em;line-height:1.3em;font-weight:300}h1{font-size:47px;letter-spacing:2px;line-height:50px;margin-bottom:1%;margin-top:0;text-transform:capitalize}@media
 (min-width:767px){h1{font-size:50px;line-height:60px}}@media 
(min-width:991px){h1{font-size:55px}}h2{font-size:25px;font-weight:700;line-height:1;margin-bottom:1%;margin-top:0}@media
 
(min-width:767px){h2{font-size:34px}}h3{font-weight:700}h3,h4{font-size:27px;text-transform:uppercase;margin-bottom:1%;margin-top:0}h4{font-weight:400;letter-spacing:0;line-height:normal}h5{font-size:21
 
px;font-weight:300;line-height:28px;margin-bottom:1%;margin-top:0;letter-spacing:.09px}@media
 
(min-width:991px){h5{font-size:22px}}a{color:#7d4698;font-weight:700;text-decoration:none}a:hover{color:#68b030}.bold,b{font-weight:700}.green{color:#68b030}.light{font-weight:200}.email{font-weight:700}.small{font-size:14px}.strong{color:#7d4698;font-weight:700}.tiny{font-size:12px}.background-grey{color:#f1f1f3;font-size:80px;font-weight:700}input[type=checkbox]{margin-top:auto;margin-bottom:auto;margin-right:4px}input[type=date],input[type=text],textarea{border:1px
 solid #848282;color:#484848;font-size:16px;height:27px;margin:9px;padding:8px 
12px}input[type=date].required,input[type=text].required,textarea.required{border-color:#68b030}input[type=date].error,input[type=text].error,textarea.error{border-color:red}input[type=date]::placeholder,input[type=text]::placeholder,textarea::placeholder{color:#aeaeae}input[type=date]:focus,input[type=text]:focus,textarea:focus{border-color:#59316b;
 
color:#7d4698;outline:none}textarea{box-sizing:border-box;width:60%;height:3em;display:block}select,textarea{padding:8px
 12px}select{background:#fff;border:1px solid 

[tor-commits] [donate/master] Use suggested language for the cryptocurrency thank you page

2019-03-18 Thread peterh
commit 8f1346e4c1edd3cd850915f21d80058312a73550
Author: Richard Esguerra 
Date:   Thu Mar 14 12:29:25 2019 -0700

Use suggested language for the cryptocurrency thank you page

Mock page included revised copy text.

Issue #39726
---
 templates/cryptocurrency-thank-you.twig | 4 ++--
 templates/thank-you.twig| 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/templates/cryptocurrency-thank-you.twig 
b/templates/cryptocurrency-thank-you.twig
index afdd96d9..93c8aeef 100644
--- a/templates/cryptocurrency-thank-you.twig
+++ b/templates/cryptocurrency-thank-you.twig
@@ -10,9 +10,9 @@
 {% if isMatchingDonation %}
   {% trans %}Thank you for supporting Tor's Strength in Numbers 
campaign.{% endtrans %} {% trans %}You should receive an email receipt 
shortly.{% endtrans %} {% trans %}With your support and the generous matching 
funds from Mozilla, we'll be able to tackle ambitious projects, such as 
developing a more secure, privacy-enhancing browser for mobile devices and 
making it easier for third-party developers to integrate Tor into their 
applications.{% endtrans %}
 {% else %}
-  {% trans %}Thank you for supporting Tor's Strength in Numbers 
campaign.{% endtrans %} {% trans %}You should receive an email receipt 
shortly.{% endtrans %} {% trans %}With your support, we'll be able to tackle 
ambitious projects, such as developing a more secure, privacy-enhancing browser 
for mobile devices and making it easier for third-party developers to integrate 
Tor into their applications.{% endtrans %}
+  {% trans %}Thank you for standing up for privacy and freedom 
online.{% endtrans %} {% trans %}With your gift of cryptocurrency, you're 
helping the Tor Project give millions of people private access to the open 
web.{% endtrans %} {% trans %}Your contribution helps make Tor an even stronger 
tool against authoritarian governments and privacy-invading corporations.{% 
endtrans %}
 {% endif %}
-{% trans %}It's an incredible time to stand up for world-leading 
security and privacy software.{% endtrans %} {% trans %}Tell family, friends, 
and colleagues that you're supporting privacy and security with Tor!{% endtrans 
%}
+{% trans %}For your convenience, our wallet addresses are listed 
below.{% endtrans %} {% trans %}Please make sure to copy the wallet addresses 
exactly when making your donation, as we are unable to recover funds sent to 
the wrong wallet.{% endtrans %}
 {% trans %}SHARE THE TOR PROJECT{% endtrans %}
 
   http://www.facebook.com/sharer.php?u={{ baseUrl }}">
diff --git a/templates/thank-you.twig b/templates/thank-you.twig
index 97af6a82..a4810baf 100644
--- a/templates/thank-you.twig
+++ b/templates/thank-you.twig
@@ -10,7 +10,7 @@
 {% if isMatchingDonation %}
   {% trans %}Thank you for supporting Tor's Strength in Numbers 
campaign.{% endtrans %} {% trans %}You should receive an email receipt 
shortly.{% endtrans %} {% trans %}With your support and the generous matching 
funds from Mozilla, we'll be able to tackle ambitious projects, such as 
developing a more secure, privacy-enhancing browser for mobile devices and 
making it easier for third-party developers to integrate Tor into their 
applications.{% endtrans %}
 {% else %}
-  {% trans %}Thank you for supporting Tor's Strength in Numbers 
campaign.{% endtrans %} {% trans %}You should receive an email receipt 
shortly.{% endtrans %} {% trans %}With your support, we'll be able to tackle 
ambitious projects, such as developing a more secure, privacy-enhancing browser 
for mobile devices and making it easier for third-party developers to integrate 
Tor into their applications.{% endtrans %}
+  {% trans %}Thank you for your support of the Tor Project.{% endtrans 
%} {% trans %}You should receive an email receipt shortly.{% endtrans %} {% 
trans %}With your support, we'll be able to tackle ambitious projects, such as 
developing a more secure, privacy-enhancing browser for mobile devices and 
making it easier for third-party developers to integrate Tor into their 
applications.{% endtrans %}
 {% endif %}
 {% trans %}It's an incredible time to stand up for world-leading 
security and privacy software.{% endtrans %} {% trans %}Tell family, friends, 
and colleagues that you're supporting privacy and security with Tor!{% endtrans 
%}
 {% trans %}SHARE THE TOR PROJECT{% endtrans %}



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


[tor-commits] [donate/master] Go to cryptocurrency thank you page after submission

2019-03-18 Thread peterh
commit 681b2d9a9b2c7a1cfea37fff11712ec43b58edae
Author: Peter Haight 
Date:   Thu Mar 14 10:30:23 2019 -0700

Go to cryptocurrency thank you page after submission

Forgot to make the cryptocurrency page go to it's specific thank-you
page after submission.

Issue #39726
---
 src/CryptocurrencyController.php |   2 +-
 translation/out/messages.pot | 160 +--
 2 files changed, 89 insertions(+), 73 deletions(-)

diff --git a/src/CryptocurrencyController.php b/src/CryptocurrencyController.php
index 52e56a12..8c26e3af 100644
--- a/src/CryptocurrencyController.php
+++ b/src/CryptocurrencyController.php
@@ -79,7 +79,7 @@ class CryptocurrencyController extends BaseController {
 );
 $crmController = new CrmController($this->container);
 $crmController->sendMessage('Tor\Donation\CryptoIntention', $donationInfo);
-return $response->withRedirect('/thank-you');
+return $response->withRedirect('/cryptocurrency/thank-you');
   }
 
   public function generateTrxnId() {
diff --git a/translation/out/messages.pot b/translation/out/messages.pot
index cf36b386..5a4dd206 100644
--- a/translation/out/messages.pot
+++ b/translation/out/messages.pot
@@ -248,6 +248,94 @@ msgstr ""
 msgid "XXL"
 msgstr ""
 
+#: 
tmp/cache_locale/ca/ca1cd152d40544030a642d8d074e6afb769c3bf80a1b2b61c380f1466e3a03a4.php:34
+#: 
tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:34
+msgid "Tor Thanks You"
+msgstr ""
+
+#: 
tmp/cache_locale/ca/ca1cd152d40544030a642d8d074e6afb769c3bf80a1b2b61c380f1466e3a03a4.php:44
+#: 
tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:44
+msgid "Thank you!"
+msgstr ""
+
+#: 
tmp/cache_locale/ca/ca1cd152d40544030a642d8d074e6afb769c3bf80a1b2b61c380f1466e3a03a4.php:51
+#: 
tmp/cache_locale/ca/ca1cd152d40544030a642d8d074e6afb769c3bf80a1b2b61c380f1466e3a03a4.php:61
+#: 
tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:51
+#: 
tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:61
+msgid "Thank you for supporting Tor's Strength in Numbers campaign."
+msgstr ""
+
+#: 
tmp/cache_locale/ca/ca1cd152d40544030a642d8d074e6afb769c3bf80a1b2b61c380f1466e3a03a4.php:53
+#: 
tmp/cache_locale/ca/ca1cd152d40544030a642d8d074e6afb769c3bf80a1b2b61c380f1466e3a03a4.php:63
+#: 
tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:53
+#: 
tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:63
+msgid "You should receive an email receipt shortly."
+msgstr ""
+
+#: 
tmp/cache_locale/ca/ca1cd152d40544030a642d8d074e6afb769c3bf80a1b2b61c380f1466e3a03a4.php:55
+#: 
tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:55
+msgid ""
+"With your support and the generous matching funds from Mozilla, we'll be "
+"able to tackle ambitious projects, such as developing a more secure, privacy-"
+"enhancing browser for mobile devices and making it easier for third-party "
+"developers to integrate Tor into their applications."
+msgstr ""
+
+#: 
tmp/cache_locale/ca/ca1cd152d40544030a642d8d074e6afb769c3bf80a1b2b61c380f1466e3a03a4.php:65
+#: 
tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:65
+msgid ""
+"With your support, we'll be able to tackle ambitious projects, such as "
+"developing a more secure, privacy-enhancing browser for mobile devices and "
+"making it easier for third-party developers to integrate Tor into their "
+"applications."
+msgstr ""
+
+#: 
tmp/cache_locale/ca/ca1cd152d40544030a642d8d074e6afb769c3bf80a1b2b61c380f1466e3a03a4.php:71
+#: 
tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:71
+msgid ""
+"It's an incredible time to stand up for world-leading security and privacy "
+"software."
+msgstr ""
+
+#: 
tmp/cache_locale/ca/ca1cd152d40544030a642d8d074e6afb769c3bf80a1b2b61c380f1466e3a03a4.php:73
+#: 
tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:73
+msgid ""
+"Tell family, friends, and colleagues that you're supporting privacy and "
+"security with Tor!"
+msgstr ""
+
+#: 
tmp/cache_locale/ca/ca1cd152d40544030a642d8d074e6afb769c3bf80a1b2b61c380f1466e3a03a4.php:77
+#: 
tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:77
+msgid "SHARE THE TOR PROJECT"
+msgstr ""
+
+#: 
tmp/cache_locale/ca/ca1cd152d40544030a642d8d074e6afb769c3bf80a1b2b61c380f1466e3a03a4.php:145
+#: 
tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:115
+msgid "Got Skills?"
+msgstr ""
+
+#: 
tmp/cache_locale/ca/ca1cd152d40544030a642d8d074e6afb769c3bf80a1b2b61c380f1466e3a03a4.php:151
+#: 
tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:121
+msgid "The Tor network depends on volunteers."
+msgstr ""
+
+#: 
tmp/cac

[tor-commits] [donate/master] More style changes to cryptocurrency

2019-03-18 Thread peterh
commit a4172c7fba1b04e6a06cdd7cf9138b616f291ee1
Author: Peter Haight 
Date:   Wed Mar 13 22:03:22 2019 -0700

More style changes to cryptocurrency

The last set of changes messed up the margins for mobile devices for the
intro text.

Also I decided unilaterally that it was better without the h4 header
with the new preamble thing.

Issue #39984
---
 public/dist/index.css| 2 +-
 sass/components/_cryptocurrency.scss | 1 +
 templates/cryptocurrency.twig| 1 -
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/dist/index.css b/public/dist/index.css
index e3df05f1..16ebc8a1 100644
--- a/public/dist/index.css
+++ b/public/dist/index.css
@@ -1 +1 @@
-/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css 
*/html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em
 0}figcaption,figure,main{display:block}figure{margin:1em 
40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline
 
dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,in
 
put,optgroup,select,textarea{margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html
 
[type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px
 dotted 
ButtonText}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-but
 
ton{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}hr{border-top:1px
 solid #68b030;margin:40px 
auto;max-width:106px}body,html,input,textarea{color:#484848;font-family:Source 
Sans 
Pro,sans-serif;font-size:16px;line-height:20px;font-weight:400}p{font-size:1.3rem;color:#212529;line-height:2rem}.preamble
 p{color:#777;font-family:Source Sans 
Pro;font-size:2em;line-height:1.3em;font-weight:300}h1{font-size:47px;letter-spacing:2px;line-height:50px;margin-bottom:1%;margin-top:0;text-transform:capitalize}@media
 (min-width:767px){h1{font-size:50px;line-height:60px}}@media 
(min-width:991px){h1{font-size:55px}}h2{font-size:25px;font-weight:700;line-height:1;margin-bottom:1%;margin-top:0}@media
 
(min-width:767px){h2{font-size:34px}}h3{font-weight:700}h3,h4{font-size:27px;text-transform:uppercase;margin-bottom:1%;margin-top:0}h4{font-weight:400;letter-spacing:0;line-height:normal}h5{font-size:21
 
px;font-weight:300;line-height:28px;margin-bottom:1%;margin-top:0;letter-spacing:.09px}@media
 
(min-width:991px){h5{font-size:22px}}a{color:#7d4698;font-weight:700;text-decoration:none}a:hover{color:#68b030}.bold,b{font-weight:700}.green{color:#68b030}.light{font-weight:200}.email{font-weight:700}.small{font-size:14px}.strong{color:#7d4698;font-weight:700}.tiny{font-size:12px}.background-grey{color:#f1f1f3;font-size:80px;font-weight:700}input[type=checkbox]{margin-top:auto;margin-bottom:auto;margin-right:4px}input[type=date],input[type=text],textarea{border:1px
 solid #848282;color:#484848;font-size:16px;height:27px;margin:9px;padding:8px 
12px}input[type=date].required,input[type=text].required,textarea.required{border-color:#68b030}input[type=date].error,input[type=text].error,textarea.error{border-color:red}input[type=date]::placeholder,input[type=text]::placeholder,textarea::placeholder{color:#aeaeae}input[type=date]:focus,input[type=text]:focus,textarea:focus{border-color:#59316b;
 
color:#7d4698;outline:none}textarea{box-sizing:border-box;width:60%;height:3em;display:block}select,textarea{padding:8px
 12px}select{background:#fff;border:1px solid 
#848282;color:#484848;font-size:16px;height:45px;margin:9px}select.required{bo

[tor-commits] [donate/master] Updated the address for XBT

2019-03-18 Thread peterh
commit 65e4d91b060af1252e682dd36eb6186633e7e33b
Author: Peter Haight 
Date:   Wed Mar 13 22:30:21 2019 -0700

Updated the address for XBT

Sarah gave us a new one.

Issue #39983
---
 src/CryptocurrencyController.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/CryptocurrencyController.php b/src/CryptocurrencyController.php
index 8ac76878..eb0b34b6 100644
--- a/src/CryptocurrencyController.php
+++ b/src/CryptocurrencyController.php
@@ -16,7 +16,7 @@ class CryptocurrencyController extends BaseController {
 'name' => 'Augur',
   ], [
 'symbol' => 'XBT',
-'id' => '1KbXBmX9HMfJjEWGyLDy81KRZrqjn3WXFX',
+'id' => '1JADsmDFX9d2TXis63S9F9L8eDAXwJmnWE',
 'name' => 'Bitcoin',
   ], [
 'symbol' => 'BCH',



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


[tor-commits] [donate/master] Allow crypto intention without name

2019-03-18 Thread peterh
commit f4a0520d99779f3cc0bb4f2a4498200bc8c361ae
Author: Peter Haight 
Date:   Tue Mar 12 11:01:12 2019 -0700

Allow crypto intention without name

They want to allow people to submit an intention without putting their
name.

Also, I fixed the issue with the variable name from Anthony's code
review.

Issue #39726
Issue #39955
---
 src/CryptocurrencyController.php | 2 --
 src/FieldHelper.php  | 4 ++--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/CryptocurrencyController.php b/src/CryptocurrencyController.php
index 82399160..155bcf7c 100644
--- a/src/CryptocurrencyController.php
+++ b/src/CryptocurrencyController.php
@@ -8,8 +8,6 @@ class CryptocurrencyController extends BaseController {
 'currencyAmount',
 'email',
 'estimatedDonationDate',
-'firstName',
-'lastName',
   );
 
   public static $WALLETS = [[
diff --git a/src/FieldHelper.php b/src/FieldHelper.php
index 5c1c44ee..34caec0f 100644
--- a/src/FieldHelper.php
+++ b/src/FieldHelper.php
@@ -32,10 +32,10 @@ class FieldHelper {
 foreach ($requiredFieldNames as $requiredFieldName) {
   $value = ArrayExt::fetch($fields, $requiredFieldName);
   if ($this->isBlank($value)) {
-$missing[] = $requiredFieldName;
+$missingFieldNames[] = $requiredFieldName;
   }
 }
-return $missing;
+return $missingFieldNames;
   }
 
   public function createFieldArray($source, $fieldNames) {



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


[tor-commits] [donate/master] Updated copy for cryptocurrency page

2019-03-18 Thread peterh
commit ad741d7962952d48b2cfe0e744efc34fa80169f0
Author: Peter Haight 
Date:   Wed Mar 13 22:36:41 2019 -0700

Updated copy for cryptocurrency page

Stephanie had some edits for the intro text.

Issue #39982
---
 templates/cryptocurrency.twig | 11 ---
 translation/out/messages.pot  | 38 ++
 2 files changed, 42 insertions(+), 7 deletions(-)

diff --git a/templates/cryptocurrency.twig b/templates/cryptocurrency.twig
index cfd0967d..d61f1ddf 100644
--- a/templates/cryptocurrency.twig
+++ b/templates/cryptocurrency.twig
@@ -30,20 +30,17 @@
 
   
 
-  {% trans %}Thanks for your interest in donating cryptocurrency to 
the Tor Project!{% endtrans %}
+  {% trans %}Thanks for your interest in donating cryptocurrency to 
the Tor Project.{% endtrans %}
 
   
   
-{% trans %}Please fill out the form below and then send your coins to 
the appropriate wallet listed below.{% endtrans %} {% trans %}Filling out the 
form is not necessary, but doing so will allow us to quickly be notified of the 
donation, send you an acknowledgement, and know your communication 
preferences.{% endtrans %}
+{% trans %}Please fill out this form and then send your coins to the 
appropriate wallet.{% endtrans %} {% trans %}Filling out the form is not 
necessary, but doing so will notify us about your donation quickly, allow us to 
send you an acknowledgement, and let us know your communication preferences.{% 
endtrans %}
   
   
-{% trans %}We currently accept donations of the cryptocurrencies 
listed below.{% endtrans %} {% trans %}Our wallet addresses are listed below 
and will also be displayed after you complete the form.{% endtrans %} {% trans 
%}Please make sure to copy the wallet addresses exactly when making your 
donation, as we are unable to recover funds sent to the wrong wallet.{% 
endtrans %}
+{% trans %}Below you will find the cryptocurrencies we accept and our 
wallet addresses.{% endtrans %} {% trans %}The wallet addresses will be 
displayed again after you complete the form.{% endtrans %} {% trans %}Please 
make sure to copy the wallet addresses exactly when making your donation, as we 
cannot recover funds sent to the wrong wallet.{% endtrans %}
   
   
-{% trans %}If you have any questions, or would like to donate a 
cryptocurrency not listed above, please email us at giv...@torproject.org.{% 
endtrans %}
-  
-  
-{% trans %}Once we have received your donation, we will send you a 
receipt if you chose to provide us with your contact details.{% endtrans %}
+  {% trans %}If you have any questions, or would like to donate a 
cryptocurrency not listed above, please email us at giv...@torproject.org.{% 
endtrans %}
   
 
   
diff --git a/translation/out/messages.pot b/translation/out/messages.pot
index 0b810732..cf36b386 100644
--- a/translation/out/messages.pot
+++ b/translation/out/messages.pot
@@ -156,6 +156,44 @@ msgstr ""
 msgid "Want to donate by credit card or PayPal?"
 msgstr ""
 
+#: 
tmp/cache_locale/ef/ef5649de7f8cead2eb5ba30c5d2afbe4e1ea84df12773fd2513ca8f8823e3fbc.php:110
+msgid "Thanks for your interest in donating cryptocurrency to the Tor Project."
+msgstr ""
+
+#: 
tmp/cache_locale/ef/ef5649de7f8cead2eb5ba30c5d2afbe4e1ea84df12773fd2513ca8f8823e3fbc.php:117
+msgid ""
+"Please fill out this form and then send your coins to the appropriate wallet."
+msgstr ""
+
+#: 
tmp/cache_locale/ef/ef5649de7f8cead2eb5ba30c5d2afbe4e1ea84df12773fd2513ca8f8823e3fbc.php:119
+msgid ""
+"Filling out the form is not necessary, but doing so will notify us about "
+"your donation quickly, allow us to send you an acknowledgement, and let us "
+"know your communication preferences."
+msgstr ""
+
+#: 
tmp/cache_locale/ef/ef5649de7f8cead2eb5ba30c5d2afbe4e1ea84df12773fd2513ca8f8823e3fbc.php:125
+msgid ""
+"Below you will find the cryptocurrencies we accept and our wallet addresses."
+msgstr ""
+
+#: 
tmp/cache_locale/ef/ef5649de7f8cead2eb5ba30c5d2afbe4e1ea84df12773fd2513ca8f8823e3fbc.php:127
+msgid ""
+"The wallet addresses will be displayed again after you complete the form."
+msgstr ""
+
+#: 
tmp/cache_locale/ef/ef5649de7f8cead2eb5ba30c5d2afbe4e1ea84df12773fd2513ca8f8823e3fbc.php:129
+msgid ""
+"Please make sure to copy the wallet addresses exactly when making your "
+"donation, as we cannot recover funds sent to the wrong wallet."
+msgstr ""
+
+#: 
tmp/cache_locale/ef/ef5649de7f8cead2eb5ba30c5d2afbe4e1ea84df12773fd2513ca8f8823e3fbc.php:135
+msgid ""
+"If you have any questions, or would like to donate a cryptocurrency not "
+"listed above, please email us at giv...@torproject.org."
+msgstr ""
+
 #: 
tmp/cache_locale/ce/ce708c1cd991748e8c1c29f932e6ddbd1be5be1b4cc2c5b49b607cae1df80432.php:29
 msgid ""
 "The European shirt fits run a little small so you might want to consider "



___
tor-commits mailing lis

[tor-commits] [donate/master] Don't center the header h4

2019-03-18 Thread peterh
commit 8b0dc4b42a8f289918f0ffa81dd44d9e58894363
Author: Peter Haight 
Date:   Tue Mar 12 18:22:04 2019 -0700

Don't center the header h4

Stephanie noticed the header h4 was aligned incorrectly.

Issue #39726
---
 public/dist/index.css| 2 +-
 sass/components/_cryptocurrency.scss | 8 +---
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/public/dist/index.css b/public/dist/index.css
index 67facbb3..ecaf77d5 100644
--- a/public/dist/index.css
+++ b/public/dist/index.css
@@ -1 +1 @@
-/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css 
*/html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em
 0}figcaption,figure,main{display:block}figure{margin:1em 
40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline
 
dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,in
 
put,optgroup,select,textarea{margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html
 
[type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px
 dotted 
ButtonText}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-but
 
ton{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}hr{border-top:1px
 solid #68b030;margin:40px 
auto;max-width:106px}body,html,input,textarea{color:#484848;font-family:Source 
Sans 
Pro,sans-serif;font-size:16px;line-height:20px;font-weight:300}h1{font-size:47px;letter-spacing:2px;line-height:50px;margin-bottom:1%;margin-top:0;text-transform:capitalize}@media
 (min-width:767px){h1{font-size:50px;line-height:60px}}@media 
(min-width:991px){h1{font-size:55px}}h2{font-size:25px;font-weight:700;line-height:1;margin-bottom:1%;margin-top:0}@media
 
(min-width:767px){h2{font-size:34px}}h3{font-weight:700}h3,h4{font-size:27px;text-transform:uppercase;margin-bottom:1%;margin-top:0}h4{font-weight:400;letter-spacing:0;line-height:normal}h5{font-size:21px;font-weight:300;line-height:28px;margin-bottom:1%;margin-top:0;letter-spacing:.09px}@media
 (min-width:991px){h5{font-size:22px}}a{color:#7d4698;fo
 
nt-weight:700;text-decoration:none}a:hover{color:#68b030}.bold,b{font-weight:700}.green{color:#68b030}.light{font-weight:200}.email{font-weight:700}.small{font-size:14px}.strong{color:#7d4698;font-weight:700}.tiny{font-size:12px}.background-grey{color:#f1f1f3;font-size:80px;font-weight:700}input[type=checkbox]{margin-top:auto;margin-bottom:auto;margin-right:4px}input[type=date],input[type=text],textarea{border:1px
 solid #848282;color:#484848;font-size:16px;height:27px;margin:9px;padding:8px 
12px}input[type=date].required,input[type=text].required,textarea.required{border-color:#68b030}input[type=date].error,input[type=text].error,textarea.error{border-color:red}input[type=date]::placeholder,input[type=text]::placeholder,textarea::placeholder{color:#aeaeae}input[type=date]:focus,input[type=text]:focus,textarea:focus{border-color:#59316b;color:#7d4698;outline:none}textarea{box-sizing:border-box;width:60%;height:3em;display:block}select,textarea{padding:8px
 12px}select{background:#fff;
 border:1px solid 
#848282;color:#484848;font-size:16px;height:45px;margin:9px}select.required{border-color:#68b030;color:#484848}select.error{border-color:red}select:focus{border-color:#59316b;color:#7d4698;outline:none}.field-row{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;width:100%}@media
 
(min-width:767px){.field-row{flex-wrap:nowrap}}.required{color:#68b030}.button{background-color:#fff

[tor-commits] [donate/master] Made the cryptocurrency page work with no javascript

2019-03-18 Thread peterh
commit dc20801bc0eac433b627a5dcd4958e5a91d7ec5e
Author: Peter Haight 
Date:   Wed Mar 13 22:26:49 2019 -0700

Made the cryptocurrency page work with no javascript

I think we'll still need to work on the validation some because I
couldn't do the regions as a dropdown because we can't use javascript to
update it based on the country. Because I made region a text field,
people can put in invalid states which will cause CiviCRM to throw
exceptions.

Also we should probably generate the countries from a list somewhere
instead of having them hardcoded.

Issue #39984
---
 public/dist/index.css|   2 +-
 sass/components/_cryptocurrency.scss |   7 +
 sass/components/_thank-you.scss  |   4 +
 src/CryptocurrencyController.php |   3 +-
 templates/cryptocurrency-no-js.twig  | 303 +++
 templates/cryptocurrency.twig|  15 +-
 6 files changed, 326 insertions(+), 8 deletions(-)

diff --git a/public/dist/index.css b/public/dist/index.css
index 16ebc8a1..d30024eb 100644
--- a/public/dist/index.css
+++ b/public/dist/index.css
@@ -1 +1 @@
-/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css 
*/html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em
 0}figcaption,figure,main{display:block}figure{margin:1em 
40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline
 
dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,in
 
put,optgroup,select,textarea{margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html
 
[type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px
 dotted 
ButtonText}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-but
 
ton{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}hr{border-top:1px
 solid #68b030;margin:40px 
auto;max-width:106px}body,html,input,textarea{color:#484848;font-family:Source 
Sans 
Pro,sans-serif;font-size:16px;line-height:20px;font-weight:400}p{font-size:1.3rem;color:#212529;line-height:2rem}.preamble
 p{color:#777;font-family:Source Sans 
Pro;font-size:2em;line-height:1.3em;font-weight:300}h1{font-size:47px;letter-spacing:2px;line-height:50px;margin-bottom:1%;margin-top:0;text-transform:capitalize}@media
 (min-width:767px){h1{font-size:50px;line-height:60px}}@media 
(min-width:991px){h1{font-size:55px}}h2{font-size:25px;font-weight:700;line-height:1;margin-bottom:1%;margin-top:0}@media
 
(min-width:767px){h2{font-size:34px}}h3{font-weight:700}h3,h4{font-size:27px;text-transform:uppercase;margin-bottom:1%;margin-top:0}h4{font-weight:400;letter-spacing:0;line-height:normal}h5{font-size:21
 
px;font-weight:300;line-height:28px;margin-bottom:1%;margin-top:0;letter-spacing:.09px}@media
 
(min-width:991px){h5{font-size:22px}}a{color:#7d4698;font-weight:700;text-decoration:none}a:hover{color:#68b030}.bold,b{font-weight:700}.green{color:#68b030}.light{font-weight:200}.email{font-weight:700}.small{font-size:14px}.strong{color:#7d4698;font-weight:700}.tiny{font-size:12px}.background-grey{color:#f1f1f3;font-size:80px;font-weight:700}input[type=checkbox]{margin-top:auto;margin-bottom:auto;margin-right:4px}input[type=date],input[type=text],textarea{border:1px
 solid #848282;color:#484848;font-size:16px;height:27px;margin:9px;padding:8px 
12px}input[type=date].required,input[type=text].required,textarea.required{border-color:#68b030}input[type=date].error,input[type=text].error,textarea.error{border-color:red}input[type=

[tor-commits] [donate/master] Added an introductory parapagraph to cryptocurrency

2019-03-18 Thread peterh
commit d961ccf751d4a403fa9761aae5b29fe25cf98a21
Author: peterh 
Date:   Mon Mar 11 18:09:01 2019 -0700

Added an introductory parapagraph to cryptocurrency

This was from the writeup they gave us.

Issue #39726
---
 public/dist/index.css|  2 +-
 sass/components/_cryptocurrency.scss | 10 ++
 templates/cryptocurrency.twig| 20 
 3 files changed, 31 insertions(+), 1 deletion(-)

diff --git a/public/dist/index.css b/public/dist/index.css
index 7b5deff6..d3b3755d 100644
--- a/public/dist/index.css
+++ b/public/dist/index.css
@@ -1 +1 @@
-/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css 
*/html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em
 0}figcaption,figure,main{display:block}figure{margin:1em 
40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline
 
dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,in
 
put,optgroup,select,textarea{margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html
 
[type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px
 dotted 
ButtonText}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-but
 
ton{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}hr{border-top:1px
 solid #68b030;margin:40px 
auto;max-width:106px}body,html,input,textarea{color:#484848;font-family:Source 
Sans 
Pro,sans-serif;font-size:16px;line-height:20px;font-weight:300}h1{font-size:47px;letter-spacing:2px;line-height:50px;margin-bottom:1%;margin-top:0;text-transform:capitalize}@media
 (min-width:767px){h1{font-size:50px;line-height:60px}}@media 
(min-width:991px){h1{font-size:55px}}h2{font-size:25px;font-weight:700;line-height:1;margin-bottom:1%;margin-top:0}@media
 
(min-width:767px){h2{font-size:34px}}h3{font-weight:700}h3,h4{font-size:27px;text-transform:uppercase;margin-bottom:1%;margin-top:0}h4{font-weight:400;letter-spacing:0;line-height:normal}h5{font-size:21px;font-weight:300;line-height:28px;margin-bottom:1%;margin-top:0;letter-spacing:.09px}@media
 (min-width:991px){h5{font-size:22px}}a{color:#7d4698;fo
 
nt-weight:700;text-decoration:none}a:hover{color:#68b030}.bold,b{font-weight:700}.green{color:#68b030}.light{font-weight:200}.email{font-weight:700}.small{font-size:14px}.strong{color:#7d4698;font-weight:700}.tiny{font-size:12px}.background-grey{color:#f1f1f3;font-size:80px;font-weight:700}input[type=checkbox]{margin-top:auto;margin-bottom:auto;margin-right:4px}input[type=date],input[type=text],textarea{border:1px
 solid #848282;color:#484848;font-size:16px;height:27px;margin:9px;padding:8px 
12px}input[type=date].required,input[type=text].required,textarea.required{border-color:#68b030}input[type=date].error,input[type=text].error,textarea.error{border-color:red}input[type=date]::placeholder,input[type=text]::placeholder,textarea::placeholder{color:#aeaeae}input[type=date]:focus,input[type=text]:focus,textarea:focus{border-color:#59316b;color:#7d4698;outline:none}textarea{box-sizing:border-box;width:60%;height:3em;display:block}select,textarea{padding:8px
 12px}select{background:#fff;
 border:1px solid 
#848282;color:#484848;font-size:16px;height:45px;margin:9px}select.required{border-color:#68b030;color:#484848}select.error{border-color:red}select:focus{border-color:#59316b;color:#7d4698;outline:none}.field-row{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;width:100%}@media
 
(min-width:767px){.field-row{f

[tor-commits] [donate/master] Added Stellar Lumen and alphabatized

2019-03-18 Thread peterh
commit d6fc3ee86ec018f43ffb326e2512b37771a1cb8d
Author: Peter Haight 
Date:   Tue Mar 12 15:32:47 2019 -0700

Added Stellar Lumen and alphabatized

Sarah asked us to add Stellar Lumen and I thought these would be better
alphabatized.

Issue #39726
---
 src/CryptocurrencyController.php | 39 ++-
 1 file changed, 22 insertions(+), 17 deletions(-)

diff --git a/src/CryptocurrencyController.php b/src/CryptocurrencyController.php
index 155bcf7c..7916f550 100644
--- a/src/CryptocurrencyController.php
+++ b/src/CryptocurrencyController.php
@@ -11,38 +11,43 @@ class CryptocurrencyController extends BaseController {
   );
 
   public static $WALLETS = [[
+'symbol' => 'REP',
+'id' => '0x19DdD94B94D3c68385c897846AB44Ac99DBFAe0f',
+'name' => 'Augur',
+  ], [
 'symbol' => 'XBT',
 'id' => '1KbXBmX9HMfJjEWGyLDy81KRZrqjn3WXFX',
 'name' => 'Bitcoin',
   ], [
-'symbol' => 'ZEC',
-'id' => 
'zs1kpat3qseujnnukms9yjkx7w3kgzev7jxhauc6cy2s3mupmvsvkvw04u3s35sffmv57leznctn5h',
-'name' => 'Zcash',
+'symbol' => 'BCH',
+'id' => '1BK6d6vfLPDqZaBeKRd15oK5yxuLymi1Ry',
+'name' => 'Bitcoin Cash',
   ], [
-'symbol' => 'XMR',
-'id' => 
'46wMHYi7ukCCe31U18DAgSbHuTRgizfxrdpRDUSuap2Abu9EiPrYMZ2ARQaH2pYHmEMX4Yd4u5VcKWaNkQf1MPXXFXq1WQc',
-'name' => 'Monero',
+'symbol' => 'DASH',
+'id' => 'Xkknor7eBf6vADMtP8VuNTPKsTsatCp8Xe',
+'name' => 'Dash',
   ], [
 'symbol' => 'ETH',
 'id' => '0x19DdD94B94D3c68385c897846AB44Ac99DBFAe0f',
 'name' => 'Ether',
   ], [
-'symbol' => 'REP',
-'id' => '0x19DdD94B94D3c68385c897846AB44Ac99DBFAe0f',
-'name' => 'Augur',
-  ], [
 'symbol' => 'LTC',
 'id' => 'LNAifc8nfjtDJ8azRPiancbZSBftPzhfzb',
 'name' => 'Litecoin',
   ], [
-'symbol' => 'DASH',
-'id' => 'Xkknor7eBf6vADMtP8VuNTPKsTsatCp8Xe',
-'name' => 'Dash',
+'symbol' => 'XMR',
+'id' => 
'46wMHYi7ukCCe31U18DAgSbHuTRgizfxrdpRDUSuap2Abu9EiPrYMZ2ARQaH2pYHmEMX4Yd4u5VcKWaNkQf1MPXXFXq1WQc',
+'name' => 'Monero',
   ], [
-'symbol' => 'BCH',
-'id' => '1BK6d6vfLPDqZaBeKRd15oK5yxuLymi1Ry',
-'name' => 'Bitcoin Cash',
-  ]];
+'symbol' => 'XLM',
+'id' => 'GABWGQEQESRX5TKDTPIYJFPKGJDMEW6VLOOLBTIFPJIN7XT6KAFXJQPJ',
+'name' => 'Stellar Lumen',
+  ], [
+'symbol' => 'ZEC',
+'id' => 
'zs1kpat3qseujnnukms9yjkx7w3kgzev7jxhauc6cy2s3mupmvsvkvw04u3s35sffmv57leznctn5h',
+'name' => 'Zcash',
+  ],
+];
 
   public function index($request, $response, $args) {
 $vars = array(



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


[tor-commits] [donate/master] Mobile fixes

2019-03-18 Thread peterh
commit eb42aab226e91f5a22026241c4ff51858aced3b9
Author: peterh 
Date:   Mon Mar 11 15:04:14 2019 -0700

Mobile fixes

Now it looks ok for mobile.

Issue #39726
---
 public/dist/index.css|   2 +-
 sass/components/_cryptocurrency.scss | 102 +--
 2 files changed, 64 insertions(+), 40 deletions(-)

diff --git a/public/dist/index.css b/public/dist/index.css
index 1cefee98..512398e0 100644
--- a/public/dist/index.css
+++ b/public/dist/index.css
@@ -1 +1 @@
-/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css 
*/html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em
 0}figcaption,figure,main{display:block}figure{margin:1em 
40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline
 
dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,in
 
put,optgroup,select,textarea{margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html
 
[type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px
 dotted 
ButtonText}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-but
 
ton{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}hr{border-top:1px
 solid #68b030;margin:40px 
auto;max-width:106px}body,html,input,textarea{color:#484848;font-family:Source 
Sans 
Pro,sans-serif;font-size:16px;line-height:20px;font-weight:300}h1{font-size:47px;letter-spacing:2px;line-height:50px;margin-bottom:1%;margin-top:0;text-transform:capitalize}@media
 (min-width:767px){h1{font-size:50px;line-height:60px}}@media 
(min-width:991px){h1{font-size:55px}}h2{font-size:25px;font-weight:700;line-height:1;margin-bottom:1%;margin-top:0}@media
 
(min-width:767px){h2{font-size:34px}}h3{font-weight:700}h3,h4{font-size:27px;text-transform:uppercase;margin-bottom:1%;margin-top:0}h4{font-weight:400;letter-spacing:0;line-height:normal}h5{font-size:21px;font-weight:300;line-height:28px;margin-bottom:1%;margin-top:0;letter-spacing:.09px}@media
 (min-width:991px){h5{font-size:22px}}a{color:#7d4698;fo
 
nt-weight:700;text-decoration:none}a:hover{color:#68b030}.bold,b{font-weight:700}.green{color:#68b030}.light{font-weight:200}.email{font-weight:700}.small{font-size:14px}.strong{color:#7d4698;font-weight:700}.tiny{font-size:12px}.background-grey{color:#f1f1f3;font-size:80px;font-weight:700}input[type=checkbox]{margin-top:auto;margin-bottom:auto;margin-right:4px}input[type=date],input[type=text],textarea{border:1px
 solid #848282;color:#484848;font-size:16px;height:27px;margin:9px;padding:8px 
12px}input[type=date].required,input[type=text].required,textarea.required{border-color:#68b030}input[type=date].error,input[type=text].error,textarea.error{border-color:red}input[type=date]::placeholder,input[type=text]::placeholder,textarea::placeholder{color:#aeaeae}input[type=date]:focus,input[type=text]:focus,textarea:focus{border-color:#59316b;color:#7d4698;outline:none}textarea{box-sizing:border-box;width:60%;height:3em;display:block}select,textarea{padding:8px
 12px}select{background:#fff;
 border:1px solid 
#848282;color:#484848;font-size:16px;height:45px;margin:9px}select.required{border-color:#68b030;color:#484848}select.error{border-color:red}select:focus{border-color:#59316b;color:#7d4698;outline:none}.field-row{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;width:100%}@media
 
(min-width:767px){.field-row{flex-wrap:nowrap}}.required{color:#68b030}.button{background-color:#fff;border:1px
 sol

[tor-commits] [donate/master] Added some padding to intro text on mobile

2019-03-18 Thread peterh
commit e98b0746d552536fdf11741bb4d53ab2590a4a61
Author: Peter Haight 
Date:   Tue Mar 12 10:54:49 2019 -0700

Added some padding to intro text on mobile

The intro text was hitting the side of the page on mobile.

Issue #39726
---
 public/dist/index.css| 2 +-
 sass/components/_cryptocurrency.scss | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/public/dist/index.css b/public/dist/index.css
index d3b3755d..c23c9c3c 100644
--- a/public/dist/index.css
+++ b/public/dist/index.css
@@ -1 +1 @@
-/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css 
*/html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em
 0}figcaption,figure,main{display:block}figure{margin:1em 
40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline
 
dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,in
 
put,optgroup,select,textarea{margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html
 
[type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px
 dotted 
ButtonText}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-but
 
ton{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}hr{border-top:1px
 solid #68b030;margin:40px 
auto;max-width:106px}body,html,input,textarea{color:#484848;font-family:Source 
Sans 
Pro,sans-serif;font-size:16px;line-height:20px;font-weight:300}h1{font-size:47px;letter-spacing:2px;line-height:50px;margin-bottom:1%;margin-top:0;text-transform:capitalize}@media
 (min-width:767px){h1{font-size:50px;line-height:60px}}@media 
(min-width:991px){h1{font-size:55px}}h2{font-size:25px;font-weight:700;line-height:1;margin-bottom:1%;margin-top:0}@media
 
(min-width:767px){h2{font-size:34px}}h3{font-weight:700}h3,h4{font-size:27px;text-transform:uppercase;margin-bottom:1%;margin-top:0}h4{font-weight:400;letter-spacing:0;line-height:normal}h5{font-size:21px;font-weight:300;line-height:28px;margin-bottom:1%;margin-top:0;letter-spacing:.09px}@media
 (min-width:991px){h5{font-size:22px}}a{color:#7d4698;fo
 
nt-weight:700;text-decoration:none}a:hover{color:#68b030}.bold,b{font-weight:700}.green{color:#68b030}.light{font-weight:200}.email{font-weight:700}.small{font-size:14px}.strong{color:#7d4698;font-weight:700}.tiny{font-size:12px}.background-grey{color:#f1f1f3;font-size:80px;font-weight:700}input[type=checkbox]{margin-top:auto;margin-bottom:auto;margin-right:4px}input[type=date],input[type=text],textarea{border:1px
 solid #848282;color:#484848;font-size:16px;height:27px;margin:9px;padding:8px 
12px}input[type=date].required,input[type=text].required,textarea.required{border-color:#68b030}input[type=date].error,input[type=text].error,textarea.error{border-color:red}input[type=date]::placeholder,input[type=text]::placeholder,textarea::placeholder{color:#aeaeae}input[type=date]:focus,input[type=text]:focus,textarea:focus{border-color:#59316b;color:#7d4698;outline:none}textarea{box-sizing:border-box;width:60%;height:3em;display:block}select,textarea{padding:8px
 12px}select{background:#fff;
 border:1px solid 
#848282;color:#484848;font-size:16px;height:45px;margin:9px}select.required{border-color:#68b030;color:#484848}select.error{border-color:red}select:focus{border-color:#59316b;color:#7d4698;outline:none}.field-row{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;width:100%}@media
 
(min-width:767px){.field-row{flex-wrap:nowrap}}.required{color:#68b030}.button{background-

[tor-commits] [donate/master] Fixed some mobile width issues

2019-03-18 Thread peterh
commit 4ff204f47f5df87bb04c233467f21895bf748578
Author: Peter Haight 
Date:   Tue Mar 12 11:12:02 2019 -0700

Fixed some mobile width issues

The min-width for the form fields area was too big for iPhone 5, but it
turns out we don't need the min-width any more if we transition from
100% to 50% width when moving up to medium size screens, so it works
better across the board.

Issue #39726
---
 public/dist/index.css| 2 +-
 sass/components/_cryptocurrency.scss | 7 ---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/public/dist/index.css b/public/dist/index.css
index c23c9c3c..67facbb3 100644
--- a/public/dist/index.css
+++ b/public/dist/index.css
@@ -1 +1 @@
-/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css 
*/html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em
 0}figcaption,figure,main{display:block}figure{margin:1em 
40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline
 
dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,in
 
put,optgroup,select,textarea{margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html
 
[type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px
 dotted 
ButtonText}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-but
 
ton{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}hr{border-top:1px
 solid #68b030;margin:40px 
auto;max-width:106px}body,html,input,textarea{color:#484848;font-family:Source 
Sans 
Pro,sans-serif;font-size:16px;line-height:20px;font-weight:300}h1{font-size:47px;letter-spacing:2px;line-height:50px;margin-bottom:1%;margin-top:0;text-transform:capitalize}@media
 (min-width:767px){h1{font-size:50px;line-height:60px}}@media 
(min-width:991px){h1{font-size:55px}}h2{font-size:25px;font-weight:700;line-height:1;margin-bottom:1%;margin-top:0}@media
 
(min-width:767px){h2{font-size:34px}}h3{font-weight:700}h3,h4{font-size:27px;text-transform:uppercase;margin-bottom:1%;margin-top:0}h4{font-weight:400;letter-spacing:0;line-height:normal}h5{font-size:21px;font-weight:300;line-height:28px;margin-bottom:1%;margin-top:0;letter-spacing:.09px}@media
 (min-width:991px){h5{font-size:22px}}a{color:#7d4698;fo
 
nt-weight:700;text-decoration:none}a:hover{color:#68b030}.bold,b{font-weight:700}.green{color:#68b030}.light{font-weight:200}.email{font-weight:700}.small{font-size:14px}.strong{color:#7d4698;font-weight:700}.tiny{font-size:12px}.background-grey{color:#f1f1f3;font-size:80px;font-weight:700}input[type=checkbox]{margin-top:auto;margin-bottom:auto;margin-right:4px}input[type=date],input[type=text],textarea{border:1px
 solid #848282;color:#484848;font-size:16px;height:27px;margin:9px;padding:8px 
12px}input[type=date].required,input[type=text].required,textarea.required{border-color:#68b030}input[type=date].error,input[type=text].error,textarea.error{border-color:red}input[type=date]::placeholder,input[type=text]::placeholder,textarea::placeholder{color:#aeaeae}input[type=date]:focus,input[type=text]:focus,textarea:focus{border-color:#59316b;color:#7d4698;outline:none}textarea{box-sizing:border-box;width:60%;height:3em;display:block}select,textarea{padding:8px
 12px}select{background:#fff;
 border:1px solid 
#848282;color:#484848;font-size:16px;height:45px;margin:9px}select.required{border-color:#68b030;color:#484848}select.error{border-color:red}select:focus{border-color:#59316b;color:#7d4698;outline:none}.field-row{align-items:cen

[tor-commits] [donate/master] Built updated translation files

2019-03-18 Thread peterh
commit b475c47a8791a2d3de24ead8cf80019aee735eda
Author: peterh 
Date:   Mon Mar 4 15:03:52 2019 -0800

Built updated translation files

Should have done this in an earlier commit where I updated the
submodule.
---
 translation/built/locale/de/LC_MESSAGES/messages.mo | Bin 57911 -> 58592 bytes
 translation/built/locale/es/LC_MESSAGES/messages.mo | Bin 57262 -> 57879 bytes
 .../built/locale/es_AR/LC_MESSAGES/messages.mo  | Bin 57352 -> 57978 bytes
 translation/built/locale/fr/LC_MESSAGES/messages.mo | Bin 0 -> 61140 bytes
 translation/built/locale/it/LC_MESSAGES/messages.mo | Bin 0 -> 56638 bytes
 translation/built/locale/ka/LC_MESSAGES/messages.mo | Bin 96548 -> 97670 bytes
 .../built/locale/pt_BR/LC_MESSAGES/messages.mo  | Bin 57675 -> 58374 bytes
 .../built/locale/pt_PT/LC_MESSAGES/messages.mo  | Bin 0 -> 58238 bytes
 translation/built/locale/tr/LC_MESSAGES/messages.mo | Bin 0 -> 59044 bytes
 .../built/locale/zh_CN/LC_MESSAGES/messages.mo  | Bin 53003 -> 53601 bytes
 translation/locale.json |   5 -
 11 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/translation/built/locale/de/LC_MESSAGES/messages.mo 
b/translation/built/locale/de/LC_MESSAGES/messages.mo
index 69c7c7dd..25c36862 100644
Binary files a/translation/built/locale/de/LC_MESSAGES/messages.mo and 
b/translation/built/locale/de/LC_MESSAGES/messages.mo differ
diff --git a/translation/built/locale/es/LC_MESSAGES/messages.mo 
b/translation/built/locale/es/LC_MESSAGES/messages.mo
index 51c0b27b..3889bf24 100644
Binary files a/translation/built/locale/es/LC_MESSAGES/messages.mo and 
b/translation/built/locale/es/LC_MESSAGES/messages.mo differ
diff --git a/translation/built/locale/es_AR/LC_MESSAGES/messages.mo 
b/translation/built/locale/es_AR/LC_MESSAGES/messages.mo
index b0f5e544..4dffcdb7 100644
Binary files a/translation/built/locale/es_AR/LC_MESSAGES/messages.mo and 
b/translation/built/locale/es_AR/LC_MESSAGES/messages.mo differ
diff --git a/translation/built/locale/fr/LC_MESSAGES/messages.mo 
b/translation/built/locale/fr/LC_MESSAGES/messages.mo
new file mode 100644
index ..089e140b
Binary files /dev/null and 
b/translation/built/locale/fr/LC_MESSAGES/messages.mo differ
diff --git a/translation/built/locale/it/LC_MESSAGES/messages.mo 
b/translation/built/locale/it/LC_MESSAGES/messages.mo
new file mode 100644
index ..609a931e
Binary files /dev/null and 
b/translation/built/locale/it/LC_MESSAGES/messages.mo differ
diff --git a/translation/built/locale/ka/LC_MESSAGES/messages.mo 
b/translation/built/locale/ka/LC_MESSAGES/messages.mo
index f8f8735e..d4587a65 100644
Binary files a/translation/built/locale/ka/LC_MESSAGES/messages.mo and 
b/translation/built/locale/ka/LC_MESSAGES/messages.mo differ
diff --git a/translation/built/locale/pt_BR/LC_MESSAGES/messages.mo 
b/translation/built/locale/pt_BR/LC_MESSAGES/messages.mo
index 055d4157..527d81c7 100644
Binary files a/translation/built/locale/pt_BR/LC_MESSAGES/messages.mo and 
b/translation/built/locale/pt_BR/LC_MESSAGES/messages.mo differ
diff --git a/translation/built/locale/pt_PT/LC_MESSAGES/messages.mo 
b/translation/built/locale/pt_PT/LC_MESSAGES/messages.mo
new file mode 100644
index ..73d5ae7a
Binary files /dev/null and 
b/translation/built/locale/pt_PT/LC_MESSAGES/messages.mo differ
diff --git a/translation/built/locale/tr/LC_MESSAGES/messages.mo 
b/translation/built/locale/tr/LC_MESSAGES/messages.mo
new file mode 100644
index ..7759441e
Binary files /dev/null and 
b/translation/built/locale/tr/LC_MESSAGES/messages.mo differ
diff --git a/translation/built/locale/zh_CN/LC_MESSAGES/messages.mo 
b/translation/built/locale/zh_CN/LC_MESSAGES/messages.mo
index 488a6ef1..45160e62 100644
Binary files a/translation/built/locale/zh_CN/LC_MESSAGES/messages.mo and 
b/translation/built/locale/zh_CN/LC_MESSAGES/messages.mo differ
diff --git a/translation/locale.json b/translation/locale.json
index ec9b3709..23720e2e 100644
--- a/translation/locale.json
+++ b/translation/locale.json
@@ -5,9 +5,12 @@
 "es",
 "es_AR",
 "es_ES",
+"fr",
+"it",
 "ka",
-"ka_GE",
 "pt_BR",
+"pt_PT",
+"tr",
 "zh_CN"
   ]
 }



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


[tor-commits] [donate/master] Missed a couple of the new specific locales

2019-03-18 Thread peterh
commit d5c20ed9bf4845cb0c1a530d431c00fb9664685e
Author: peterh 
Date:   Mon Mar 4 14:57:39 2019 -0800

Missed a couple of the new specific locales
---
 src/settings.php | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/settings.php b/src/settings.php
index 03d3a2fd..d9aae2c6 100644
--- a/src/settings.php
+++ b/src/settings.php
@@ -27,13 +27,16 @@ $config = [
   'es_AR' => 'es_AR',
   'es_ES' => 'es_ES',
   'fr' => 'fr_FR',
+  'fr_FR' => 'fr_FR',
   'it' => 'it_IT',
+  'it_IT' => 'it_IT',
   'ka' => 'ka_GE',
   'ka_GE' => 'ka_GE',
   'pt' => 'pt_BR',
   'pt_BR' => 'pt_BR',
   'pt_PT' => 'pt_PT',
   'tr' => 'tr_TR',
+  'tr_TR' => 'tr_TR',
   'zh' => 'zh_CN',
   'zh_CN' => 'zh_CN',
 ],



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


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

2019-03-18 Thread translation
commit 4d02a34edb6cbc857199d7466cab9db6e032a12d
Author: Translation commit bot 
Date:   Mon Mar 18 17:51:10 2019 +

Update translations for support-portal_completed
---
 contents+fr.po | 31 +--
 1 file changed, 21 insertions(+), 10 deletions(-)

diff --git a/contents+fr.po b/contents+fr.po
index e68f580a9..495a8e4ee 100644
--- a/contents+fr.po
+++ b/contents+fr.po
@@ -1,9 +1,9 @@
 # Translators:
 # erinm, 2018
 # Emma Peel, 2019
-# PoorPockets McNewHold , 2019
 # AO , 2019
 # Curtis Baltimore , 2019
+# PoorPockets McNewHold , 2019
 # 
 msgid ""
 msgstr ""
@@ -11,7 +11,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-03-18 17:46+CET\n"
 "PO-Revision-Date: 2018-10-02 22:41+\n"
-"Last-Translator: Curtis Baltimore , 2019\n"
+"Last-Translator: PoorPockets McNewHold , 
2019\n"
 "Language-Team: French (https://www.transifex.com/otf/teams/1519/fr/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -1964,6 +1964,11 @@ msgid ""
 "accessing Tor Browser, it is common for anti-virus / anti-malware"
 " software to cause this type of issue."
 msgstr ""
+"Si vous utilisez un antivirus, veuillez consulter Mon antivirus ou ma protection contre les "
+"programmes malveillants m’empêche d’accéder au Navigateur 
Tor. Il"
+" n’est pas rare que les logiciels antivirus ou antiprogrammes malveillants "
+"provoquent ce genre de problème."
 
 #: https//support.torproject.org/tbb/use-another-browser-chrome-firefox/
 #: (content/tbb/tbb-5/contents+en.lrquestion.title)
@@ -4111,7 +4116,7 @@ msgstr ""
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### app"
-msgstr ""
+msgstr "### appli"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
@@ -4264,7 +4269,7 @@ msgstr "## C"
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### captcha"
-msgstr ""
+msgstr "### captcha"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
@@ -4450,7 +4455,7 @@ msgstr "## D"
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### daemon"
-msgstr ""
+msgstr "### démon"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
@@ -4986,7 +4991,7 @@ msgstr "## N"
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### new identity"
-msgstr ""
+msgstr "### nouvelle identité"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
@@ -5285,7 +5290,7 @@ msgstr ""
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### operating system (OS)"
-msgstr ""
+msgstr "### système d’exploitation (SE)"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
@@ -5349,7 +5354,7 @@ msgstr "## P"
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### [pluggable transports](#pluggable-transports]"
-msgstr ""
+msgstr "### [transports enfichables](#transports enfichables)"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
@@ -5539,7 +5544,7 @@ msgstr ""
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### ScrambleSuit"
-msgstr ""
+msgstr "### ScrambleSuit"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
@@ -5547,6 +5552,8 @@ msgid ""
 "ScrambleSuit is similar to obfs4 but has a different set of "
 "[bridges](#bridge)."
 msgstr ""
+"ScrambleSuit est similaire à obfs4 mais a un ensemble différent de "
+"[ponts](#bridge)."
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
@@ -5586,6 +5593,10 @@ msgid ""
 "disable or partially disable certain [web browser](#web-browser) features to"
 " protect against possible attacks."
 msgstr ""
+"Augmenter le niveau (Standard, Plus sûr, Le plus sûr) du curseur de 
sécurité"
+" désactivera complètement ou partiellement certaines fonctions du "
+"[navigateur Web](#web-browser) afin d’offrir une protection contre les "
+"attaques possibles."
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
@@ -6161,7 +6172,7 @@ msgstr "## W"
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### web browse

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

2019-03-18 Thread translation
commit 912443cfc04f23ea3c05493ec152f4298cceadd8
Author: Translation commit bot 
Date:   Mon Mar 18 17:51:02 2019 +

Update translations for support-portal
---
 contents+fr.po | 31 +--
 1 file changed, 21 insertions(+), 10 deletions(-)

diff --git a/contents+fr.po b/contents+fr.po
index e68f580a9..495a8e4ee 100644
--- a/contents+fr.po
+++ b/contents+fr.po
@@ -1,9 +1,9 @@
 # Translators:
 # erinm, 2018
 # Emma Peel, 2019
-# PoorPockets McNewHold , 2019
 # AO , 2019
 # Curtis Baltimore , 2019
+# PoorPockets McNewHold , 2019
 # 
 msgid ""
 msgstr ""
@@ -11,7 +11,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-03-18 17:46+CET\n"
 "PO-Revision-Date: 2018-10-02 22:41+\n"
-"Last-Translator: Curtis Baltimore , 2019\n"
+"Last-Translator: PoorPockets McNewHold , 
2019\n"
 "Language-Team: French (https://www.transifex.com/otf/teams/1519/fr/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -1964,6 +1964,11 @@ msgid ""
 "accessing Tor Browser, it is common for anti-virus / anti-malware"
 " software to cause this type of issue."
 msgstr ""
+"Si vous utilisez un antivirus, veuillez consulter Mon antivirus ou ma protection contre les "
+"programmes malveillants m’empêche d’accéder au Navigateur 
Tor. Il"
+" n’est pas rare que les logiciels antivirus ou antiprogrammes malveillants "
+"provoquent ce genre de problème."
 
 #: https//support.torproject.org/tbb/use-another-browser-chrome-firefox/
 #: (content/tbb/tbb-5/contents+en.lrquestion.title)
@@ -4111,7 +4116,7 @@ msgstr ""
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### app"
-msgstr ""
+msgstr "### appli"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
@@ -4264,7 +4269,7 @@ msgstr "## C"
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### captcha"
-msgstr ""
+msgstr "### captcha"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
@@ -4450,7 +4455,7 @@ msgstr "## D"
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### daemon"
-msgstr ""
+msgstr "### démon"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
@@ -4986,7 +4991,7 @@ msgstr "## N"
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### new identity"
-msgstr ""
+msgstr "### nouvelle identité"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
@@ -5285,7 +5290,7 @@ msgstr ""
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### operating system (OS)"
-msgstr ""
+msgstr "### système d’exploitation (SE)"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
@@ -5349,7 +5354,7 @@ msgstr "## P"
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### [pluggable transports](#pluggable-transports]"
-msgstr ""
+msgstr "### [transports enfichables](#transports enfichables)"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
@@ -5539,7 +5544,7 @@ msgstr ""
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### ScrambleSuit"
-msgstr ""
+msgstr "### ScrambleSuit"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
@@ -5547,6 +5552,8 @@ msgid ""
 "ScrambleSuit is similar to obfs4 but has a different set of "
 "[bridges](#bridge)."
 msgstr ""
+"ScrambleSuit est similaire à obfs4 mais a un ensemble différent de "
+"[ponts](#bridge)."
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
@@ -5586,6 +5593,10 @@ msgid ""
 "disable or partially disable certain [web browser](#web-browser) features to"
 " protect against possible attacks."
 msgstr ""
+"Augmenter le niveau (Standard, Plus sûr, Le plus sûr) du curseur de 
sécurité"
+" désactivera complètement ou partiellement certaines fonctions du "
+"[navigateur Web](#web-browser) afin d’offrir une protection contre les "
+"attaques possibles."
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
@@ -6161,7 +6172,7 @@ msgstr "## W"
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### web browser"
-msgstr

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

2019-03-18 Thread translation
commit 7aa338423f07cf72513e8faecf1b0d0d85d49086
Author: Translation commit bot 
Date:   Mon Mar 18 17:20:58 2019 +

Update translations for support-portal_completed
---
 contents+de.po | 25 +
 contents+es.po | 27 +--
 2 files changed, 34 insertions(+), 18 deletions(-)

diff --git a/contents+de.po b/contents+de.po
index 6e7a2ecd5..594d5e785 100644
--- a/contents+de.po
+++ b/contents+de.po
@@ -1910,6 +1910,10 @@ msgid ""
 "accessing Tor Browser, it is common for anti-virus / anti-malware"
 " software to cause this type of issue."
 msgstr ""
+"Wenn du ein Antivirus-Programm ausführst, lies bitte unter Mein Antivirus-/Schadprogramm-Schutz "
+"blockiert meinen Zugriff auf den Tor Browser, es ist üblich, dass"
+" Antivirus-/Anti-Schadprogramm-Software diesen Typ von Problemen verursacht."
 
 #: https//support.torproject.org/tbb/use-another-browser-chrome-firefox/
 #: (content/tbb/tbb-5/contents+en.lrquestion.title)
@@ -4023,7 +4027,7 @@ msgstr ""
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### app"
-msgstr ""
+msgstr "### app"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
@@ -4175,7 +4179,7 @@ msgstr "## C"
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### captcha"
-msgstr ""
+msgstr "### captcha"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
@@ -4363,7 +4367,7 @@ msgstr "## D"
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### daemon"
-msgstr ""
+msgstr "### dienst"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
@@ -4894,7 +4898,7 @@ msgstr "## N"
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### new identity"
-msgstr ""
+msgstr "### neu identität"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
@@ -5192,7 +5196,7 @@ msgstr ""
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### operating system (OS)"
-msgstr ""
+msgstr "### betriebssystem (OS)"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
@@ -5255,7 +5259,7 @@ msgstr "## P"
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### [pluggable transports](#pluggable-transports]"
-msgstr ""
+msgstr "### [austauschbare-übertragungsart](#austauschbare-übertragungsart]"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
@@ -5447,7 +5451,7 @@ msgstr ""
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### ScrambleSuit"
-msgstr ""
+msgstr "### ScrambleSuit"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
@@ -5455,6 +5459,8 @@ msgid ""
 "ScrambleSuit is similar to obfs4 but has a different set of "
 "[bridges](#bridge)."
 msgstr ""
+"ScrambleSuit ist ähnlich wie obfs4, hat aber einen anderen Satz von "
+"[Brücken](#brücke)."
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
@@ -5494,6 +5500,9 @@ msgid ""
 "disable or partially disable certain [web browser](#web-browser) features to"
 " protect against possible attacks."
 msgstr ""
+"Eine Erhöhung der Stufe (Standard, sicherer, am sichersten) des Sicherheit-"
+"Reglers deaktiviert ganz oder teilweise bestimmte Funktionen des [Web "
+"Browser](#web-browser) zum Schutz vor möglichen Angriffen."
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
@@ -6071,7 +6080,7 @@ msgstr "## W"
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### web browser"
-msgstr ""
+msgstr "### web browser"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
diff --git a/contents+es.po b/contents+es.po
index 621c82551..26d5d9053 100644
--- a/contents+es.po
+++ b/contents+es.po
@@ -1914,6 +1914,10 @@ msgid ""
 "accessing Tor Browser, it is common for anti-virus / anti-malware"
 " software to cause this type of issue."
 msgstr ""
+"Si estás ejecuanto un anti-virus, por favor, mira Mi antivirus/malware está impidiéndome el acceso 
"
+"al Tor Browser, es normal para el software anti-virus / anti-"
+"malware

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

2019-03-18 Thread translation
commit 38811d71f8d7939d6c63299e19371dec146fbd63
Author: Translation commit bot 
Date:   Mon Mar 18 17:20:49 2019 +

Update translations for support-portal
---
 contents+de.po | 25 +
 contents+es.po | 27 +--
 2 files changed, 34 insertions(+), 18 deletions(-)

diff --git a/contents+de.po b/contents+de.po
index 6e7a2ecd5..594d5e785 100644
--- a/contents+de.po
+++ b/contents+de.po
@@ -1910,6 +1910,10 @@ msgid ""
 "accessing Tor Browser, it is common for anti-virus / anti-malware"
 " software to cause this type of issue."
 msgstr ""
+"Wenn du ein Antivirus-Programm ausführst, lies bitte unter Mein Antivirus-/Schadprogramm-Schutz "
+"blockiert meinen Zugriff auf den Tor Browser, es ist üblich, dass"
+" Antivirus-/Anti-Schadprogramm-Software diesen Typ von Problemen verursacht."
 
 #: https//support.torproject.org/tbb/use-another-browser-chrome-firefox/
 #: (content/tbb/tbb-5/contents+en.lrquestion.title)
@@ -4023,7 +4027,7 @@ msgstr ""
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### app"
-msgstr ""
+msgstr "### app"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
@@ -4175,7 +4179,7 @@ msgstr "## C"
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### captcha"
-msgstr ""
+msgstr "### captcha"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
@@ -4363,7 +4367,7 @@ msgstr "## D"
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### daemon"
-msgstr ""
+msgstr "### dienst"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
@@ -4894,7 +4898,7 @@ msgstr "## N"
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### new identity"
-msgstr ""
+msgstr "### neu identität"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
@@ -5192,7 +5196,7 @@ msgstr ""
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### operating system (OS)"
-msgstr ""
+msgstr "### betriebssystem (OS)"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
@@ -5255,7 +5259,7 @@ msgstr "## P"
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### [pluggable transports](#pluggable-transports]"
-msgstr ""
+msgstr "### [austauschbare-übertragungsart](#austauschbare-übertragungsart]"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
@@ -5447,7 +5451,7 @@ msgstr ""
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### ScrambleSuit"
-msgstr ""
+msgstr "### ScrambleSuit"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
@@ -5455,6 +5459,8 @@ msgid ""
 "ScrambleSuit is similar to obfs4 but has a different set of "
 "[bridges](#bridge)."
 msgstr ""
+"ScrambleSuit ist ähnlich wie obfs4, hat aber einen anderen Satz von "
+"[Brücken](#brücke)."
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
@@ -5494,6 +5500,9 @@ msgid ""
 "disable or partially disable certain [web browser](#web-browser) features to"
 " protect against possible attacks."
 msgstr ""
+"Eine Erhöhung der Stufe (Standard, sicherer, am sichersten) des Sicherheit-"
+"Reglers deaktiviert ganz oder teilweise bestimmte Funktionen des [Web "
+"Browser](#web-browser) zum Schutz vor möglichen Angriffen."
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
@@ -6071,7 +6080,7 @@ msgstr "## W"
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### web browser"
-msgstr ""
+msgstr "### web browser"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
diff --git a/contents+es.po b/contents+es.po
index 621c82551..26d5d9053 100644
--- a/contents+es.po
+++ b/contents+es.po
@@ -1914,6 +1914,10 @@ msgid ""
 "accessing Tor Browser, it is common for anti-virus / anti-malware"
 " software to cause this type of issue."
 msgstr ""
+"Si estás ejecuanto un anti-virus, por favor, mira Mi antivirus/malware está impidiéndome el acceso 
"
+"al Tor Browser, es normal para el software anti-virus / anti-"
+"malware ocasionar

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

2019-03-18 Thread translation
commit 36b83bee491e0fabd501ada34857123e80f255e3
Author: Translation commit bot 
Date:   Mon Mar 18 17:20:25 2019 +

Update translations for tpo-web
---
 contents+de.po | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/contents+de.po b/contents+de.po
index ed78d45c3..cb5b48a55 100644
--- a/contents+de.po
+++ b/contents+de.po
@@ -4,9 +4,9 @@
 # ducki2p , 2019
 # Lars Schimmer , 2019
 # Cat C , 2019
-# Curtis Baltimore , 2019
 # Emma Peel, 2019
 # erinm, 2019
+# Curtis Baltimore , 2019
 # 
 msgid ""
 msgstr ""
@@ -14,7 +14,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-03-18 14:29+CET\n"
 "PO-Revision-Date: 2019-03-09 10:41+\n"
-"Last-Translator: erinm, 2019\n"
+"Last-Translator: Curtis Baltimore , 2019\n"
 "Language-Team: German (https://www.transifex.com/otf/teams/1519/de/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -85,6 +85,10 @@ msgid ""
 "answers to frequently asked questions about connecting to Tor, circumventing"
 " censorship, using onion services, and more."
 msgstr ""
+"Brauchst du Hilfe? Besuche unser [Unterstützung-Portal] "
+"(https://support.torproject.org) für Antworten auf häufig gestellte Fragen "
+"zur Verbindung mit Tor, zur Umgehung der Zensur, zur Nutzung von Onion "
+"Services und mehr."
 
 #: https//lektor-staging.torproject.org/download/
 #: (content/download/contents+en.lrpage.title)

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


[tor-commits] [translation/torbutton-abouttbupdatedtd] Update translations for torbutton-abouttbupdatedtd

2019-03-18 Thread translation
commit a6964d74e15bd5749f63526340e6911b1a92da22
Author: Translation commit bot 
Date:   Mon Mar 18 16:49:37 2019 +

Update translations for torbutton-abouttbupdatedtd
---
 pl/abouttbupdate.dtd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pl/abouttbupdate.dtd b/pl/abouttbupdate.dtd
index 01075e281..bc318cc39 100644
--- a/pl/abouttbupdate.dtd
+++ b/pl/abouttbupdate.dtd
@@ -1,4 +1,4 @@
-
+
 
 
 

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


[tor-commits] [translation/torbutton-abouttbupdatedtd_completed] Update translations for torbutton-abouttbupdatedtd_completed

2019-03-18 Thread translation
commit 51069535bcd33e32afeac5f614246c072d1e7223
Author: Translation commit bot 
Date:   Mon Mar 18 16:49:45 2019 +

Update translations for torbutton-abouttbupdatedtd_completed
---
 pl/abouttbupdate.dtd | 10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/pl/abouttbupdate.dtd b/pl/abouttbupdate.dtd
index b4d701584..bc318cc39 100644
--- a/pl/abouttbupdate.dtd
+++ b/pl/abouttbupdate.dtd
@@ -1,10 +1,8 @@
-
+
 
 
 
 
-
-
-
-
-
+
+
+

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


[tor-commits] [translation/abouttor-homepage_completed] Update translations for abouttor-homepage_completed

2019-03-18 Thread translation
commit dbea14ee51f368f5650e04904a32b4eb212efbf5
Author: Translation commit bot 
Date:   Mon Mar 18 16:45:11 2019 +

Update translations for abouttor-homepage_completed
---
 pl/aboutTor.dtd | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pl/aboutTor.dtd b/pl/aboutTor.dtd
index 2e3c73f66..dbade3966 100644
--- a/pl/aboutTor.dtd
+++ b/pl/aboutTor.dtd
@@ -6,6 +6,8 @@
 
 
 
+
+
 
 
 

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


[tor-commits] [translation/abouttor-homepage] Update translations for abouttor-homepage

2019-03-18 Thread translation
commit 70682a7f3a4431d33e3361db9df13da4bafa9334
Author: Translation commit bot 
Date:   Mon Mar 18 16:45:05 2019 +

Update translations for abouttor-homepage
---
 pl/aboutTor.dtd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pl/aboutTor.dtd b/pl/aboutTor.dtd
index 280d2beff..dbade3966 100644
--- a/pl/aboutTor.dtd
+++ b/pl/aboutTor.dtd
@@ -6,7 +6,7 @@
 
 
 
-
+
 
 
 

___
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-03-18 Thread translation
commit 8022c1085ef1cff078e05521e3d142d1b41a4f80
Author: Translation commit bot 
Date:   Mon Mar 18 16:21:12 2019 +

Update translations for support-portal
---
 contents+it.po| 9 +++--
 contents+pt-BR.po | 6 +++---
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/contents+it.po b/contents+it.po
index 7cf9322f1..f33e18cb1 100644
--- a/contents+it.po
+++ b/contents+it.po
@@ -4,6 +4,7 @@
 # Emma Peel, 2019
 # Kravenor , 2019
 # VaiTon86 , 2019
+# Davide Sant , 2019
 # 
 msgid ""
 msgstr ""
@@ -11,7 +12,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-03-18 09:07+CET\n"
 "PO-Revision-Date: 2018-10-02 22:41+\n"
-"Last-Translator: VaiTon86 , 2019\n"
+"Last-Translator: Davide Sant , 2019\n"
 "Language-Team: Italian (https://www.transifex.com/otf/teams/1519/it/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -162,7 +163,7 @@ msgstr ""
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### Atlas"
-msgstr ""
+msgstr "### Atlas"
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)
@@ -172,6 +173,8 @@ msgid ""
 "Atlas is a web application to learn about currently running Tor "
 "[relays](#relay)."
 msgstr ""
+"Atlas è una applicazione web che serve per conoscere i [relays](#relay) di "
+"Tor attualmente attivi."
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)
@@ -222,6 +225,8 @@ msgid ""
 "[Pluggable transports](#pluggable-transports) are a type of bridge that help"
 " disguise the fact that you are using Tor."
 msgstr ""
+"[Pluggable transports](#pluggable-transports) sono tipologie di bridge che "
+"aiutano a mascherare il fatto che stai usando Tor."
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)
diff --git a/contents+pt-BR.po b/contents+pt-BR.po
index e9f92ceb6..e2536e818 100644
--- a/contents+pt-BR.po
+++ b/contents+pt-BR.po
@@ -47,14 +47,14 @@ msgstr ""
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "## A"
-msgstr "##A"
+msgstr "## A"
 
 #: 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 "### add-on, extension, or plugin"
-msgstr "###Aditivos, extensões ou plugins"
+msgstr "### aditivos, extensões ou plugins"
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)
@@ -94,7 +94,7 @@ msgstr ""
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### antivirus software"
-msgstr "#antivírus, programas"
+msgstr "### antivírus, programas"
 
 #: 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-03-18 Thread translation
commit 475b28264f77d6dc7b265edc9448cf988b985435
Author: Translation commit bot 
Date:   Mon Mar 18 16:20:47 2019 +

Update translations for tpo-web
---
 contents+ro.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/contents+ro.po b/contents+ro.po
index bc784ed24..72a8387ea 100644
--- a/contents+ro.po
+++ b/contents+ro.po
@@ -3,9 +3,9 @@
 # Inpresentia I., 2019
 # A C , 2019
 # pol polearnik , 2019
-# eduard pintilie , 2019
 # Emma Peel, 2019
 # erinm, 2019
+# eduard pintilie , 2019
 # 
 msgid ""
 msgstr ""
@@ -13,7 +13,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-03-18 14:29+CET\n"
 "PO-Revision-Date: 2019-03-09 10:41+\n"
-"Last-Translator: erinm, 2019\n"
+"Last-Translator: eduard pintilie , 2019\n"
 "Language-Team: Romanian (https://www.transifex.com/otf/teams/1519/ro/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -31,7 +31,7 @@ msgstr "acasă"
 
 #: https//lektor-staging.torproject.org/ (content/contents+en.lrpage.body)
 msgid "##ABOUT US##"
-msgstr ""
+msgstr "##DESPRE NOI##"
 
 #: https//lektor-staging.torproject.org/ (content/contents+en.lrpage.body)
 msgid ""

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


[tor-commits] [translation/torbutton-securitylevelproperties] Update translations for torbutton-securitylevelproperties

2019-03-18 Thread translation
commit d044ce8c5f1629b95e9872785fae5173e8b51618
Author: Translation commit bot 
Date:   Mon Mar 18 15:49:37 2019 +

Update translations for torbutton-securitylevelproperties
---
 ru/securitylevel.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ru/securitylevel.properties b/ru/securitylevel.properties
index 24e08707c..39dcee0d4 100644
--- a/ru/securitylevel.properties
+++ b/ru/securitylevel.properties
@@ -2,7 +2,7 @@ securityLevel.securityLevel = Уровень 
безопасности
 securityLevel.customWarning = Пользовательский
 securityLevel.overview = Disable certain web features that can be used to 
attack your security and anonymity.
 securityLevel.standard.level = Стандартные
-securityLevel.standard.tooltip = Security Level : Standard
+securityLevel.standard.tooltip = Уровень безопасности : 
Стандартная
 securityLevel.standard.summary = Все функции Tor Browser и 
веб-сайтов включены.
 securityLevel.safer.level = Более безопасные
 securityLevel.safer.tooltip = Security Level : Safer
@@ -19,4 +19,4 @@ securityLevel.safest.description3 = Аудио и видео 
(HTML5 медиа)
 securityLevel.custom.summary = Ваши настройки браузера 
привели к необычным параметрам 
безопасности. По соображениям 
безопасности и приватности мы рекомендуем 
выбрать один из уровней безопасности по 
умолчанию.
 securityLevel.learnMore = Узнать больше
 securityLevel.restoreDefaults = Восстановить значения по 
умолчанию
-securityLevel.advancedSecuritySettings = Advanced Security Settings…
+securityLevel.advancedSecuritySettings = Дополнительные 
настройки безопасности...

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


[tor-commits] [translation/torbutton-abouttbupdatedtd] Update translations for torbutton-abouttbupdatedtd

2019-03-18 Thread translation
commit 06f3586f72afd850d6f682af20aaf496a3758762
Author: Translation commit bot 
Date:   Mon Mar 18 15:49:16 2019 +

Update translations for torbutton-abouttbupdatedtd
---
 ru/abouttbupdate.dtd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ru/abouttbupdate.dtd b/ru/abouttbupdate.dtd
index 9209be257..80a274f3a 100644
--- a/ru/abouttbupdate.dtd
+++ b/ru/abouttbupdate.dtd
@@ -1,4 +1,4 @@
-
+
 
 
 

___
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-03-18 Thread translation
commit 0b85917884040a4d738bcb36d8b75112cd859950
Author: Translation commit bot 
Date:   Mon Mar 18 14:50:10 2019 +

Update translations for tpo-web
---
 contents+ru.po | 24 +++-
 1 file changed, 15 insertions(+), 9 deletions(-)

diff --git a/contents+ru.po b/contents+ru.po
index fbad1a080..cedc31e30 100644
--- a/contents+ru.po
+++ b/contents+ru.po
@@ -2283,17 +2283,20 @@ msgstr ""
 
 #: templates/contact.html:65
 msgid "Tell us about a bad relay."
-msgstr ""
+msgstr "Сообщите о плохом узле."
 
 #: templates/contact.html:66
 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:74
 msgid "Report a security issue."
-msgstr ""
+msgstr "Сообщите о проблеме с безопасностью."
 
 #: templates/contact.html:75
 msgid ""
@@ -2306,7 +2309,7 @@ msgstr ""
 
 #: templates/contact.html:95
 msgid "Email us"
-msgstr ""
+msgstr "Напишите нам"
 
 #: templates/contact.html:96
 msgid ""
@@ -2318,15 +2321,15 @@ msgstr ""
 
 #: templates/contact.html:102
 msgid "Send us Mail"
-msgstr ""
+msgstr "Напишите нам"
 
 #: templates/download-android.html:12
 msgid "Get Tor Browser for Android."
-msgstr ""
+msgstr "Скачать Tor Browser для Android."
 
 #: templates/download-android.html:15 templates/hero-download.html:5
 msgid "Protect yourself against tracking, surveillance, and censorship."
-msgstr ""
+msgstr "Защитите себя от трекеров, слежки и 
цензуры."
 
 #: templates/download-android.html:18
 msgid "Download .apk"
@@ -2334,17 +2337,17 @@ msgstr "Скачать .apk"
 
 #: templates/download-android.html:19
 msgid "Go to Google Play"
-msgstr ""
+msgstr "Перейти в Google Play"
 
 #: templates/download-android.html:21
 #, python-format
 msgid "Go to F-droid %s"
-msgstr ""
+msgstr "Перейти в F-droid %s"
 
 #: templates/download-android.html:25
 #, python-format
 msgid "Are you a iOS user? We encourage you to try %s"
-msgstr ""
+msgstr "Пользователь iOS? Попробуйте %s"
 
 #: templates/download-languages.html:11 templates/download-options.html:11
 msgid "Language"
@@ -2375,6 +2378,9 @@ msgid ""
 "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."
 msgstr ""
+"Если Tor не блокируется, одна из наиболее 
вероятных причин проблемы с "
+"подключением к Tor — неверное системное 
время. Пожалуйста, убедитесь, что "
+"время верное."
 
 #: templates/download.html:14
 msgid "Support Portal"

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


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

2019-03-18 Thread translation
commit 753b84bcddb8c742050dc0e832a8c9d298693d38
Author: Translation commit bot 
Date:   Mon Mar 18 14:22:14 2019 +

Update translations for support-portal_completed
---
 contents+de.po| 14 ++
 contents+es-AR.po | 14 ++
 contents+es.po| 42 --
 contents+fr.po| 14 ++
 contents+ka.po| 14 ++
 contents.pot  | 17 +
 6 files changed, 77 insertions(+), 38 deletions(-)

diff --git a/contents+de.po b/contents+de.po
index 972f2d364..a861bde73 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-01-28 19:24+CET\n"
+"POT-Creation-Date: 2019-03-18 09:07+CET\n"
 "PO-Revision-Date: 2018-10-02 22:41+\n"
 "Last-Translator: Curtis Baltimore , 2019\n"
 "Language-Team: German (https://www.transifex.com/otf/teams/1519/de/)\n"
@@ -1957,8 +1957,6 @@ msgstr ""
 
 #: 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 ""
 "Increasing the level (Low, Medium-Low, Medium-High, High) of the Security "
 "Slider will disable or partially disable certain [web browser](#web-browser)"
@@ -6676,6 +6674,14 @@ msgstr "[Y](#r) |"
 msgid "[Z](#z)"
 msgstr "[Z](#z)"
 
+#: https//support.torproject.org/misc/tor-glossary/
+#: (content/misc/glossary/contents+en.lrquestion.description)
+msgid ""
+"Increasing the level (Standard, Safer, Safest) of the Security Slider will "
+"disable or partially disable certain [web browser](#web-browser) features to"
+" protect against possible attacks."
+msgstr ""
+
 #: https//support.torproject.org/misc/tracing-tor-user/
 #: (content/misc/misc-1/contents+en.lrquestion.title)
 msgid "I have a compelling reason to trace a Tor user. Can you help?"
@@ -7108,7 +7114,7 @@ msgstr ""
 "Markenrechts-, Copyright-Mitteilungen und Regeln für Drittparteien finden "
 "sich in unserer"
 
-#: templates/layout.html:7
+#: templates/layout.html:8
 msgid "Tor Project | Support"
 msgstr "Tor Project | Hilfe"
 
diff --git a/contents+es-AR.po b/contents+es-AR.po
index 5ae899618..ff650d4eb 100644
--- a/contents+es-AR.po
+++ b/contents+es-AR.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-01-28 19:24+CET\n"
+"POT-Creation-Date: 2019-03-18 09:07+CET\n"
 "PO-Revision-Date: 2018-10-02 22:41+\n"
 "Last-Translator: Zuhualime Akoochimoya, 2019\n"
 "Language-Team: Spanish (Argentina) 
(https://www.transifex.com/otf/teams/1519/es_AR/)\n"
@@ -1950,8 +1950,6 @@ msgstr ""
 
 #: 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 ""
 "Increasing the level (Low, Medium-Low, Medium-High, High) of the Security "
 "Slider will disable or partially disable certain [web browser](#web-browser)"
@@ -6675,6 +6673,14 @@ msgstr "[Y](#r) |"
 msgid "[Z](#z)"
 msgstr "[Z](#z)"
 
+#: https//support.torproject.org/misc/tor-glossary/
+#: (content/misc/glossary/contents+en.lrquestion.description)
+msgid ""
+"Increasing the level (Standard, Safer, Safest) of the Security Slider will "
+"disable or partially disable certain [web browser](#web-browser) features to"
+" protect against possible attacks."
+msgstr ""
+
 #: https//support.torproject.org/misc/tracing-tor-user/
 #: (content/misc/misc-1/contents+en.lrquestion.title)
 msgid "I have a compelling reason to trace a Tor user. Can you help?"
@@ -7111,7 +7117,7 @@ msgstr ""
 "Las marcas registradas, notas de derechos de autor, y reglas de uso por "
 "terceros pueden ser encontradas en nuestro"
 
-#: templates/layout.html:7
+#: templates/layout.html:8
 msgid "Tor Project | Support"
 msgstr "Proyecto Tor | Soporte"
 
diff --git a/contents+es.po b/contents+es.po
index 19ffb242e..f36d731be 100644
--- a/contents+es.po
+++ b/contents+es.po
@@ -1,16 +1,16 @@
 # Translators:
 # erinm, 2019
-# Emma Peel, 2019
 # Zuhualime Akoochimoya, 2019
 # eulalio barbero espinosa , 2019
+# Emma Peel, 2019
 # 
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-01-28 19:24+CET\n"
+"POT-Creation-Date: 2019-03-18 09:07+CET\n"
 "PO-Revision-Date: 2018-10-02 22:41+\n"
-"Last-Translator: eulalio barbero espinosa , 2019\n"
+"Last-Translator: Emma Peel, 2019\n"
 "Language-Team: Spanish (https://www.transifex.com/otf/teams/1519/es/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -232,7 +232,7 @@ msgid ""
 " disguise the fact that you are using Tor."
 msgstr ""
 "Los [Pluggable transports](#pluggable-transports) son un tipo de puentes que"
-" ayudan a disfrazar el hecho de que 

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

2019-03-18 Thread translation
commit 56e90e570fdede07aabba76aa6c4ed822186a4ba
Author: Translation commit bot 
Date:   Mon Mar 18 14:21:57 2019 +

Update translations for support-portal
---
 contents+ar.po| 14 ++
 contents+bn.po| 14 ++
 contents+ca.po| 14 ++
 contents+cs.po| 14 ++
 contents+de.po| 14 ++
 contents+el.po| 14 ++
 contents+es-AR.po | 14 ++
 contents+es-MX.po | 14 ++
 contents+es.po| 42 --
 contents+fa.po| 14 ++
 contents+fo.po| 14 ++
 contents+fr.po| 14 ++
 contents+ga.po| 14 ++
 contents+he.po| 14 ++
 contents+hu.po| 14 ++
 contents+id.po| 14 ++
 contents+is.po| 14 ++
 contents+it.po| 14 ++
 contents+ja.po| 14 ++
 contents+ka.po| 14 ++
 contents+ko.po| 14 ++
 contents+nb.po| 14 ++
 contents+nl.po| 14 ++
 contents+pl.po| 14 ++
 contents+pt-BR.po | 14 ++
 contents+pt-PT.po | 14 ++
 contents+ro.po| 14 ++
 contents+ru.po| 14 ++
 contents+sw.po| 14 ++
 contents+tr.po| 14 ++
 contents+uk.po| 18 --
 contents+zh-CN.po | 14 ++
 contents+zh-TW.po | 14 ++
 contents.pot  | 17 +
 34 files changed, 359 insertions(+), 152 deletions(-)

diff --git a/contents+ar.po b/contents+ar.po
index d86ffb518..077d91de6 100644
--- a/contents+ar.po
+++ b/contents+ar.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-01-28 19:24+CET\n"
+"POT-Creation-Date: 2019-03-18 09:07+CET\n"
 "PO-Revision-Date: 2018-10-02 22:41+\n"
 "Last-Translator: Emma Peel, 2019\n"
 "Language-Team: Arabic (https://www.transifex.com/otf/teams/1519/ar/)\n"
@@ -1633,8 +1633,6 @@ msgstr ""
 
 #: 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 ""
 "Increasing the level (Low, Medium-Low, Medium-High, High) of the Security "
 "Slider will disable or partially disable certain [web browser](#web-browser)"
@@ -5592,6 +5590,14 @@ msgstr "[Y](#r) |"
 msgid "[Z](#z)"
 msgstr "[Z](#z)"
 
+#: https//support.torproject.org/misc/tor-glossary/
+#: (content/misc/glossary/contents+en.lrquestion.description)
+msgid ""
+"Increasing the level (Standard, Safer, Safest) of the Security Slider will "
+"disable or partially disable certain [web browser](#web-browser) features to"
+" protect against possible attacks."
+msgstr ""
+
 #: https//support.torproject.org/misc/tracing-tor-user/
 #: (content/misc/misc-1/contents+en.lrquestion.title)
 msgid "I have a compelling reason to trace a Tor user. Can you help?"
@@ -5933,7 +5939,7 @@ msgid ""
 "found in our "
 msgstr ""
 
-#: templates/layout.html:7
+#: templates/layout.html:8
 msgid "Tor Project | Support"
 msgstr "مشروع تور | المساعدة"
 
diff --git a/contents+bn.po b/contents+bn.po
index 2d0398785..547efdc74 100644
--- a/contents+bn.po
+++ b/contents+bn.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-01-28 19:24+CET\n"
+"POT-Creation-Date: 2019-03-18 09:07+CET\n"
 "PO-Revision-Date: 2018-10-02 22:41+\n"
 "Last-Translator: Al Shahrior Hasan Sagor , 2019\n"
 "Language-Team: Bengali (https://www.transifex.com/otf/teams/1519/bn/)\n"
@@ -1632,8 +1632,6 @@ msgstr ""
 
 #: 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 ""
 "Increasing the level (Low, Medium-Low, Medium-High, High) of the Security "
 "Slider will disable or partially disable certain [web browser](#web-browser)"
@@ -6150,6 +6148,14 @@ msgstr ""
 msgid "[Z](#z)"
 msgstr ""
 
+#: https//support.torproject.org/misc/tor-glossary/
+#: (content/misc/glossary/contents+en.lrquestion.description)
+msgid ""
+"Increasing the level (Standard, Safer, Safest) of the Security Slider will "
+"disable or partially disable certain [web browser](#web-browser) features to"
+" protect against possible attacks."
+msgstr ""
+
 #: https//support.torproject.org/misc/tracing-tor-user/
 #: (content/misc/misc-1/contents+en.lrquestion.title)
 msgid "I have a compelling reason to trace a Tor user. Can you help?"
@@ -6573,7 +6579,7 @@ msgid ""
 msgstr ""
 "ট্রেডমার্ক, কপিরাইট 
বিজ্ঞপ্তি এবং তৃতীয় পক্ষের 
ব্যবহারের নিয়মাবলী আà

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

2019-03-18 Thread translation
commit 0724d40504964ada2516e1e6f75bb7c568d4497d
Author: Translation commit bot 
Date:   Mon Mar 18 14:20:30 2019 +

Update translations for tpo-web
---
 contents+es.po | 14 ++--
 contents+ru.po | 68 --
 2 files changed, 50 insertions(+), 32 deletions(-)

diff --git a/contents+es.po b/contents+es.po
index 4b4cc64a2..79ff21785 100644
--- a/contents+es.po
+++ b/contents+es.po
@@ -4,8 +4,8 @@
 # strel, 2019
 # Zuhualime Akoochimoya, 2019
 # eulalio barbero espinosa , 2019
-# Emma Peel, 2019
 # erinm, 2019
+# Emma Peel, 2019
 # 
 msgid ""
 msgstr ""
@@ -13,7 +13,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-03-18 14:29+CET\n"
 "PO-Revision-Date: 2019-03-09 10:41+\n"
-"Last-Translator: erinm, 2019\n"
+"Last-Translator: Emma Peel, 2019\n"
 "Language-Team: Spanish (https://www.transifex.com/otf/teams/1519/es/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -931,7 +931,7 @@ msgstr ""
 #: (content/about/people/antonela/contents+en.lrperson.description)
 msgid "Designer working with the UX team. Making Tor usable for everyone."
 msgstr ""
-"Diseñador trabajando con el equipo de UX. Haciendo Tor asequible a todo el "
+"Diseñadora trabajando con el equipo de UX. Haciendo Tor asequible a todo el "
 "mundo."
 
 #: https//lektor-staging.torproject.org/about/people/arlolra/
@@ -2527,11 +2527,11 @@ msgstr ""
 #: templates/download.html:40
 #, python-format
 msgid "Check out the %s for more troubleshooting tips."
-msgstr ""
+msgstr "Echa un vistazo a la %s para más información."
 
 #: templates/download.html:48
 msgid "Verify Tor Browser signature"
-msgstr ""
+msgstr "Verificar la firma del Tor Browser"
 
 #: templates/footer.html:9 templates/footer.html:13
 #: templates/hero-home.html:13 templates/navbar.html:58
@@ -2566,7 +2566,7 @@ msgstr "Suscríbete a nuestra lista de correo"
 
 #: templates/footer.html:49
 msgid "Get monthly updates and opportunities from the Tor Project:"
-msgstr ""
+msgstr "Recibe noticias mensuales y oportunidades del Proyecto Tor:"
 
 #: templates/footer.html:50
 msgid "Sign up"
@@ -2578,6 +2578,8 @@ msgid ""
 "Trademark, copyright notices, and rules for use by third parties can be "
 "found in our %(link_to_faq)s"
 msgstr ""
+"Se pueden encontrar, la marca registrada, las notas de derechos de autor, y "
+"las reglas de uso por terceras partes, en nuestra %(link_to_faq)s"
 
 #: templates/hero-download.html:2
 msgid "Defend yourself."
diff --git a/contents+ru.po b/contents+ru.po
index 919c3a67a..fbad1a080 100644
--- a/contents+ru.po
+++ b/contents+ru.po
@@ -79,6 +79,10 @@ msgid ""
 "answers to frequently asked questions about connecting to Tor, circumventing"
 " censorship, using onion services, and more."
 msgstr ""
+"Нужна помощь? Посетите наш [Портал "
+"поддержки](https://support.torproject.org) с ответами на 
часто задаваемые "
+"вопросы (как подключиться к Tor, обойти 
цензуру, использовать \"луковые\" "
+"сервисы и др.)"
 
 #: https//lektor-staging.torproject.org/download/
 #: (content/download/contents+en.lrpage.title)
@@ -152,7 +156,7 @@ msgstr "Отчеты"
 #: https//lektor-staging.torproject.org/menu/
 #: (content/menu/contents+en.lrpage.body)
 msgid "Sponsors"
-msgstr ""
+msgstr "Спонсоры"
 
 #: https//lektor-staging.torproject.org/thank-you/
 #: (content/thank-you/contents+en.lrpage.title)
@@ -162,7 +166,7 @@ msgstr "Успех"
 #: https//lektor-staging.torproject.org/thank-you/
 #: (content/thank-you/contents+en.lrpage.body)
 msgid "You’re equipped to browse freely."
-msgstr ""
+msgstr "Теперь перед вами интернет без 
ограничений."
 
 #: https//lektor-staging.torproject.org/thank-you/
 #: (content/thank-you/contents+en.lrpage.body)
@@ -2348,17 +2352,19 @@ msgstr "Язык"
 
 #: templates/download.html:5
 msgid "Get Connected"
-msgstr ""
+msgstr "Подключиться"
 
 #: templates/download.html:7
 msgid "Get connected"
-msgstr ""
+msgstr "Подключиться"
 
 #: templates/download.html:9
 msgid ""
 "If you are in a country where Tor is blocked, you can configure Tor to "
 "connect to a bridge during the setup process."
 msgstr ""
+"Если вы находитесь в стране, где Tor 
блокируется, то во время установки "
+"можете настроить Tor для подключения через 
мост."
 
 #: templates/download.html:10
 msgid "Select \"Tor is censored in my country.\""
@@ -2372,11 +2378,11 @@ msgstr ""
 
 #: templates/download.html:14
 msgid "Support Portal"
-msgstr ""
+msgstr "Портал поддержки"
 
 #: templates/download.html:14
 msgid "Read other FAQ’s at our Support Portal"
-msgstr ""
+msgstr "Читайте ответы на другие популярные 
вопросы на Порт

[tor-commits] [translation/torbutton-abouttbupdatedtd] Update translations for torbutton-abouttbupdatedtd

2019-03-18 Thread translation
commit b21e4c3a2bc6b408d13535964ff89758df7f015a
Author: Translation commit bot 
Date:   Mon Mar 18 14:19:15 2019 +

Update translations for torbutton-abouttbupdatedtd
---
 ja/abouttbupdate.dtd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ja/abouttbupdate.dtd b/ja/abouttbupdate.dtd
index 413c965ce..2f189bc86 100644
--- a/ja/abouttbupdate.dtd
+++ b/ja/abouttbupdate.dtd
@@ -1,4 +1,4 @@
-
+
 
 
 

___
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-03-18 Thread translation
commit eedb52182de82e19f75cf4822aa16dd408a89f3d
Author: Translation commit bot 
Date:   Mon Mar 18 13:51:18 2019 +

Update translations for tpo-web_completed
---
 contents.pot | 78 
 1 file changed, 57 insertions(+), 21 deletions(-)

diff --git a/contents.pot b/contents.pot
index 643e29c28..6b3b2cfed 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-03-11 12:46+CET\n"
+"POT-Creation-Date: 2019-03-18 14:29+CET\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME \n"
 "Language-Team: en \n"
@@ -44,8 +44,6 @@ msgstr ""
 
 #: https//lektor-staging.torproject.org/contact/
 #: (content/contact/contents+en.lrpage.title)
-#: https//lektor-staging.torproject.org/menu/
-#: (content/menu/contents+en.lrpage.body)
 msgid "Contact"
 msgstr "Contact"
 
@@ -70,13 +68,13 @@ msgstr ""
 #: https//lektor-staging.torproject.org/contact/
 #: (content/contact/contents+en.lrpage.body)
 msgid ""
-"Need help? Visit our Support Portal for answers to frequently asked "
-"questions about connecting to Tor, circumventing censorship, using onion "
-"services, and more."
+"Need help? Visit our [Support Portal](https://support.torproject.org) for "
+"answers to frequently asked questions about connecting to Tor, circumventing"
+" censorship, using onion services, and more."
 msgstr ""
-"Need help? Visit our Support Portal for answers to frequently asked "
-"questions about connecting to Tor, circumventing censorship, using onion "
-"services, and more."
+"Need help? Visit our [Support Portal](https://support.torproject.org) for "
+"answers to frequently asked questions about connecting to Tor, circumventing"
+" censorship, using onion services, and more."
 
 #: https//lektor-staging.torproject.org/download/
 #: (content/download/contents+en.lrpage.title)
@@ -142,6 +140,16 @@ msgstr "Jobs"
 msgid "Donate"
 msgstr "Donate"
 
+#: https//lektor-staging.torproject.org/menu/
+#: (content/menu/contents+en.lrpage.body)
+msgid "Reports"
+msgstr "Reports"
+
+#: https//lektor-staging.torproject.org/menu/
+#: (content/menu/contents+en.lrpage.body)
+msgid "Sponsors"
+msgstr "Sponsors"
+
 #: https//lektor-staging.torproject.org/thank-you/
 #: (content/thank-you/contents+en.lrpage.title)
 msgid "Success"
@@ -2570,7 +2578,7 @@ msgstr ""
 "defenders, incident response teams, and analysts. Cymru generously donated "
 "hardware to us that they keep hosted on their racks."
 
-#: templates/about.html:7 templates/homepage.html:8 templates/layout.html:7
+#: templates/about.html:7 templates/homepage.html:8 templates/layout.html:8
 msgid "Tor Project"
 msgstr "Tor Project"
 
@@ -2583,8 +2591,8 @@ msgid "Ask questions about using Tor."
 msgstr "Ask questions about using Tor."
 
 #: templates/contact.html:10
-msgid "Discuss Tor-related coding, protocols, and ideas are all welcome."
-msgstr "Discuss Tor-related coding, protocols, and ideas are all welcome."
+msgid "Discuss Tor-related coding and protocols. Ideas are welcome."
+msgstr "Discuss Tor-related coding and protocols. Ideas are welcome."
 
 #: templates/contact.html:11
 msgid ""
@@ -2728,6 +2736,10 @@ msgstr "Are you a iOS user? We encourage you to try %s"
 msgid "Language"
 msgstr "Language"
 
+#: templates/download.html:5
+msgid "Get Connected"
+msgstr "Get Connected"
+
 #: templates/download.html:7
 msgid "Get connected"
 msgstr "Get connected"
@@ -2753,10 +2765,14 @@ msgstr ""
 "an incorrect system clock. Please make sure it’s set correctly."
 
 #: templates/download.html:14
+msgid "Support Portal"
+msgstr "Support Portal"
+
+#: templates/download.html:14
 msgid "Read other FAQ’s at our Support Portal"
 msgstr "Read other FAQ’s at our Support Portal"
 
-#: templates/download.html:21
+#: templates/download.html:19 templates/download.html:21
 msgid "Stay safe"
 msgstr "Stay safe"
 
@@ -2800,7 +2816,7 @@ msgid "Verify Tor Browser signature"
 msgstr "Verify Tor Browser signature"
 
 #: templates/footer.html:9 templates/footer.html:13
-#: templates/hero-home.html:13 templates/navbar.html:57
+#: templates/hero-home.html:13 templates/navbar.html:58
 msgid "Download Tor Browser"
 msgstr "Download Tor Browser"
 
@@ -2879,6 +2895,10 @@ msgid ""
 msgstr ""
 "Defend yourself against tracking and surveillance. Circumvent censorship."
 
+#: templates/home.html:7
+msgid "Block Trackers"
+msgstr "Block Trackers"
+
 #: templates/home.html:11
 msgid "BLOCK TRACKERS"
 msgstr "BLOCK TRACKERS"
@@ -2893,6 +2913,10 @@ msgstr ""
 "can’t follow you. Any cookies automatically clear when you’re done 
browsing."
 " So will your browsing history."
 
+#: templates/home.html:24
+msgid "Defend Against Surveillance"
+msgstr "Defend Against Surveillance"
+
 #: templates/home.html:28
 msgid "DEFEND AGAINST SURVEILLANCE"
 msgstr "DEFEND AGAINST SURVEILLANCE"
@@ -2907,6 +2931,10 @@ msgstr ""
 "websites you visit. All

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

2019-03-18 Thread translation
commit 6a61b582ca5a75fa569c4b5fbe9d474a2c2540fe
Author: Translation commit bot 
Date:   Mon Mar 18 13:20:22 2019 +

Update translations for tpo-web
---
 contents+es.po | 12 ++--
 contents+tr.po | 18 +-
 2 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/contents+es.po b/contents+es.po
index 986d13046..a8678283e 100644
--- a/contents+es.po
+++ b/contents+es.po
@@ -941,7 +941,7 @@ msgstr "Desarrollador de Snowflake, Tor Messenger, y Check."
 #: https//lektor-staging.torproject.org/about/people/boklm/
 #: (content/about/people/boklm/contents+en.lrperson.description)
 msgid "Works on Tor Browser."
-msgstr "Funciona en el navegador Tor."
+msgstr "Trabaja en el Tor Browser."
 
 #: https//lektor-staging.torproject.org/about/people/hellais/
 #: (content/about/people/hellais/contents+en.lrperson.description)
@@ -1910,12 +1910,12 @@ msgstr "Internews Europe"
 #: https//lektor-staging.torproject.org/about/sponsors/hrw/
 #: (content/about/sponsors/hrw/contents+en.lrsponsor.name)
 msgid "Human Rights Watch"
-msgstr ""
+msgstr "Human Rights Watch"
 
 #: https//lektor-staging.torproject.org/about/sponsors/google-soc/
 #: (content/about/sponsors/google-soc/contents+en.lrsponsor.name)
 msgid "Google Summer of Code"
-msgstr ""
+msgstr "Google Summer of Code"
 
 #: https//lektor-staging.torproject.org/about/sponsors/omidyar/
 #: (content/about/sponsors/omidyar/contents+en.lrsponsor.name)
@@ -1925,12 +1925,12 @@ msgstr "Omidyar Network Enzyme Grant"
 #: https//lektor-staging.torproject.org/about/sponsors/bbg/
 #: (content/about/sponsors/bbg/contents+en.lrsponsor.name)
 msgid "Broadcasting Board of Governors"
-msgstr ""
+msgstr "Broadcasting Board of Governors"
 
 #: https//lektor-staging.torproject.org/about/sponsors/bell-security/
 #: (content/about/sponsors/bell-security/contents+en.lrsponsor.name)
 msgid "Bell Security Solutions Inc"
-msgstr ""
+msgstr "Bell Security Solutions Inc"
 
 #: https//lektor-staging.torproject.org/about/sponsors/sri/
 #: (content/about/sponsors/sri/contents+en.lrsponsor.name)
@@ -1940,7 +1940,7 @@ msgstr "SRI International"
 #: https//lektor-staging.torproject.org/about/sponsors/freedom-press/
 #: (content/about/sponsors/freedom-press/contents+en.lrsponsor.name)
 msgid "Freedom of the Press Foundation"
-msgstr ""
+msgstr "Freedom of the Press Foundation"
 
 #: https//lektor-staging.torproject.org/about/sponsors/reddit/
 #: (content/about/sponsors/reddit/contents+en.lrsponsor.name)
diff --git a/contents+tr.po b/contents+tr.po
index a636d29dd..b118e0232 100644
--- a/contents+tr.po
+++ b/contents+tr.po
@@ -454,7 +454,7 @@ msgstr ""
 #: https//lektor-staging.torproject.org/press/-new-release-tails/
 #: (content/press/new-release-tails/contents+en.lrpost.title)
 msgid "New Release: Tails 3.12"
-msgstr ""
+msgstr "Yayın: Tails 3.12"
 
 #: https//lektor-staging.torproject.org/press/-new-release-tails/
 #: (content/press/new-release-tails/contents+en.lrpost.summary)
@@ -486,7 +486,7 @@ msgstr ""
 #: https//lektor-staging.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 ""
+msgstr "Yayın: Tor Browser 8.5a7"
 
 #: https//lektor-staging.torproject.org/press/-new-release-tor-browser/
 #: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
@@ -1841,7 +1841,7 @@ msgstr ""
 #: https//lektor-staging.torproject.org/about/sponsors/access-now/
 #: (content/about/sponsors/access-now/contents+en.lrsponsor.name)
 msgid "Access Now"
-msgstr ""
+msgstr "Access Now"
 
 #: https//lektor-staging.torproject.org/about/sponsors/nsf-princeton/
 #: (content/about/sponsors/nsf-princeton/contents+en.lrsponsor.name)
@@ -1857,7 +1857,7 @@ msgstr ""
 #: https//lektor-staging.torproject.org/about/sponsors/ncf/
 #: (content/about/sponsors/ncf/contents+en.lrsponsor.name)
 msgid "National Christian Foundation"
-msgstr ""
+msgstr "National Christian Foundation"
 
 #: https//lektor-staging.torproject.org/about/sponsors/shinjiru/
 #: (content/about/sponsors/shinjiru/contents+en.lrsponsor.name)
@@ -1882,17 +1882,17 @@ msgstr ""
 #: https//lektor-staging.torproject.org/about/sponsors/hivos/
 #: (content/about/sponsors/hivos/contents+en.lrsponsor.name)
 msgid "Federal Foreign Office of Germany"
-msgstr ""
+msgstr "Federal Foreign Office of Germany"
 
 #: https//lektor-staging.torproject.org/about/sponsors/nlnet/
 #: (content/about/sponsors/nlnet/contents+en.lrsponsor.name)
 msgid "NLnet Foundation"
-msgstr ""
+msgstr "NLnet Foundation"
 
 #: https//lektor-staging.torproject.org/about/sponsors/cyber-ta/
 #: (content/about/sponsors/cyber-ta/contents+en.lrsponsor.name)
 msgid "Cyber-TA project"
-msgstr ""
+msgstr "Cyber-TA project"
 
 #: https//lektor-staging.torproject.org/about/sponsors/individuals/
 #: (content/about/sponsors/individuals/contents+en.lrsponsor.name)
@@ -2281,7 +2281,7 @@ msgstr ""
 
 #: templates/download-android.html:18
 msgid "Download .apk"
-msgstr 

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

2019-03-18 Thread translation
commit 1e5c2166a36a2ce008bfbc34bf4d4e17c1508ab3
Author: Translation commit bot 
Date:   Mon Mar 18 12:50:51 2019 +

Update translations for support-portal
---
 contents+tr.po | 34 +-
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/contents+tr.po b/contents+tr.po
index b055c7747..96cc53701 100644
--- a/contents+tr.po
+++ b/contents+tr.po
@@ -1,10 +1,10 @@
 # Translators:
 # Kaya Zeren , 2018
 # erinm, 2019
-# Emma Peel, 2019
 # Alperen Kitapçı , 2019
 # ilkeryus , 2019
 # cenk y. , 2019
+# Emma Peel, 2019
 # 
 msgid ""
 msgstr ""
@@ -12,7 +12,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-01-28 19:24+CET\n"
 "PO-Revision-Date: 2018-10-02 22:41+\n"
-"Last-Translator: cenk y. , 2019\n"
+"Last-Translator: Emma Peel, 2019\n"
 "Language-Team: Turkish (https://www.transifex.com/otf/teams/1519/tr/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -592,14 +592,14 @@ msgstr ""
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "## F"
-msgstr ""
+msgstr "## F"
 
 #: 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 "### Firefox"
-msgstr ""
+msgstr "### Firefox"
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)
@@ -658,7 +658,7 @@ msgstr ""
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### Flash Player"
-msgstr ""
+msgstr "### Flash Oynatıcı"
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)
@@ -677,7 +677,7 @@ msgstr ""
 #: 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)
@@ -693,14 +693,14 @@ msgstr ""
 #: 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)
@@ -717,7 +717,7 @@ msgstr ""
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### GSoC"
-msgstr ""
+msgstr "### GSoC"
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)
@@ -1387,14 +1387,14 @@ msgstr ""
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "## P"
-msgstr ""
+msgstr "## P"
 
 #: 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 "### pluggable transports"
-msgstr ""
+msgstr "### değiştirilebilir taşıyıcılar"
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)
@@ -1444,7 +1444,7 @@ msgstr ""
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### proxy"
-msgstr ""
+msgstr "### proksi"
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)
@@ -1543,21 +1543,21 @@ msgstr ""
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "## Q"
-msgstr ""
+msgstr "## Q"
 
 #: 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 "## R"
-msgstr ""
+msgstr "## R"
 
 #: 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 "### relay"
-msgstr ""
+msgstr "### aktarıcı"
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)
@@ -1574,14 +1574,14 @@ msgstr ""
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "## S"
-msgstr ""
+msgstr "## S"
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/c

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

2019-03-18 Thread translation
commit ab44be630e37bd6bf1fe86dde215a06d98086bda
Author: Translation commit bot 
Date:   Mon Mar 18 12:50:29 2019 +

Update translations for tpo-web
---
 contents+ar.po|  6 +++---
 contents+de.po|  2 +-
 contents+el.po|  2 +-
 contents+fa.po| 24 +---
 contents+fr.po|  2 +-
 contents+id.po|  2 +-
 contents+is.po|  5 +++--
 contents+it.po|  2 +-
 contents+ja.po|  5 +++--
 contents+pt-BR.po |  2 +-
 contents+ro.po|  5 +++--
 contents+tr.po|  2 +-
 contents+vi.po|  6 +++---
 contents+zh-CN.po |  2 +-
 14 files changed, 36 insertions(+), 31 deletions(-)

diff --git a/contents+ar.po b/contents+ar.po
index 717b725f6..fd6c6b709 100644
--- a/contents+ar.po
+++ b/contents+ar.po
@@ -1,11 +1,11 @@
 # Translators:
 # Martus Translations , 2019
 # Nasri Mohamed , 2019
-# Emma Peel, 2019
 # ducki2p , 2019
 # محيي الدين , 2019
 # ButterflyOfFire ButterflyOfFire, 2019
 # erinm, 2019
+# Emma Peel, 2019
 # 
 msgid ""
 msgstr ""
@@ -13,7 +13,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-03-11 12:46+CET\n"
 "PO-Revision-Date: 2019-03-09 10:41+\n"
-"Last-Translator: erinm, 2019\n"
+"Last-Translator: Emma Peel, 2019\n"
 "Language-Team: Arabic (https://www.transifex.com/otf/teams/1519/ar/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -2408,7 +2408,7 @@ msgstr ""
 
 #: templates/hero-home.html:2
 msgid "Browse Privately."
-msgstr ""
+msgstr "تصفح بهوية خفية."
 
 #: templates/hero-home.html:5
 msgid "Explore Freely."
diff --git a/contents+de.po b/contents+de.po
index 28cf568ae..ad634b8f5 100644
--- a/contents+de.po
+++ b/contents+de.po
@@ -2827,7 +2827,7 @@ msgstr ""
 
 #: templates/hero-home.html:2
 msgid "Browse Privately."
-msgstr ""
+msgstr "Privat im Internet navigieren."
 
 #: templates/hero-home.html:5
 msgid "Explore Freely."
diff --git a/contents+el.po b/contents+el.po
index 75d2954ff..ccad44e8b 100644
--- a/contents+el.po
+++ b/contents+el.po
@@ -2422,7 +2422,7 @@ msgstr ""
 
 #: templates/hero-home.html:2
 msgid "Browse Privately."
-msgstr ""
+msgstr "Ιδιωτική περιήγηση."
 
 #: templates/hero-home.html:5
 msgid "Explore Freely."
diff --git a/contents+fa.po b/contents+fa.po
index 40e9e39fe..a0f1ee9e4 100644
--- a/contents+fa.po
+++ b/contents+fa.po
@@ -1,12 +1,12 @@
 # Translators:
 # Goudarz Jafari , 2019
 # Martus Translations , 2019
-# Emma Peel, 2019
 # NoProfile, 2019
 # Ali Mirjamali , 2019
 # erinm, 2019
 # A.Mehraban , 2019
 # Armin, 2019
+# Emma Peel, 2019
 # 
 msgid ""
 msgstr ""
@@ -14,7 +14,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-03-11 12:46+CET\n"
 "PO-Revision-Date: 2019-03-09 10:41+\n"
-"Last-Translator: Armin, 2019\n"
+"Last-Translator: Emma Peel, 2019\n"
 "Language-Team: Persian (https://www.transifex.com/otf/teams/1519/fa/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -28,7 +28,7 @@ msgstr "گمنام ماندن کاربران آنلاین 
حاضر"
 
 #: https//lektor-staging.torproject.org/ (content/contents+en.lrpage.section)
 msgid "home"
-msgstr ""
+msgstr "خانه"
 
 #: https//lektor-staging.torproject.org/ (content/contents+en.lrpage.body)
 msgid "##ABOUT US##"
@@ -1751,32 +1751,32 @@ msgstr ""
 #: https//lektor-staging.torproject.org/about/sponsors/omidyar/
 #: (content/about/sponsors/omidyar/contents+en.lrsponsor.name)
 msgid "Omidyar Network Enzyme Grant"
-msgstr ""
+msgstr "Omidyar Network Enzyme Grant"
 
 #: https//lektor-staging.torproject.org/about/sponsors/bbg/
 #: (content/about/sponsors/bbg/contents+en.lrsponsor.name)
 msgid "Broadcasting Board of Governors"
-msgstr ""
+msgstr "Broadcasting Board of Governors"
 
 #: https//lektor-staging.torproject.org/about/sponsors/bell-security/
 #: (content/about/sponsors/bell-security/contents+en.lrsponsor.name)
 msgid "Bell Security Solutions Inc"
-msgstr ""
+msgstr "Bell Security Solutions Inc"
 
 #: https//lektor-staging.torproject.org/about/sponsors/sri/
 #: (content/about/sponsors/sri/contents+en.lrsponsor.name)
 msgid "SRI International"
-msgstr ""
+msgstr "SRI International"
 
 #: https//lektor-staging.torproject.org/about/sponsors/freedom-press/
 #: (content/about/sponsors/freedom-press/contents+en.lrsponsor.name)
 msgid "Freedom of the Press Foundation"
-msgstr ""
+msgstr "Freedom of the Press Foundation"
 
 #: https//lektor-staging.torproject.org/about/sponsors/reddit/
 #: (content/about/sponsors/reddit/contents+en.lrsponsor.name)
 msgid "Reddit"
-msgstr ""
+msgstr "Reddit"
 
 #: https//lektor-staging.torproject.org/about/sponsors/DARPA-nrl/
 #: (content/about/sponsors/DARPA-nrl/contents+en.lrsponsor.name)
@@ -2378,7 +2378,7 @@ msgstr "اشتراک در خبرنامه"
 
 #: templates/footer.html:49
 msgid "Get monthly updates and opportunities from the Tor Project:"
-msgstr ""
+msgstr "بروز رسانی ماهانه و فرصت‌ها از 
پروژه‌ی تور را دریافت کنید:"
 
 #: 

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

2019-03-18 Thread translation
commit aae291b3cd1e742ea8fd5515aa9cf50fd80871cc
Author: Translation commit bot 
Date:   Mon Mar 18 12:20:57 2019 +

Update translations for support-portal
---
 contents+ca.po |  8 
 contents+ru.po | 42 +-
 2 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/contents+ca.po b/contents+ca.po
index a8e8195e6..7deb13300 100644
--- a/contents+ca.po
+++ b/contents+ca.po
@@ -1,7 +1,7 @@
 # Translators:
 # erinm, 2019
+# Marc Ripoll , 2019
 # Emma Peel, 2019
-# Mark , 2019
 # 
 msgid ""
 msgstr ""
@@ -9,7 +9,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-01-28 19:24+CET\n"
 "PO-Revision-Date: 2018-10-02 22:41+\n"
-"Last-Translator: Mark , 2019\n"
+"Last-Translator: Emma Peel, 2019\n"
 "Language-Team: Catalan (https://www.transifex.com/otf/teams/1519/ca/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -44,7 +44,7 @@ msgstr ""
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "## A"
-msgstr ""
+msgstr "## A"
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)
@@ -405,7 +405,7 @@ msgstr ""
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### cookie"
-msgstr ""
+msgstr "### galeta (cookie)"
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)
diff --git a/contents+ru.po b/contents+ru.po
index 63bb39cdb..db2b9d8a5 100644
--- a/contents+ru.po
+++ b/contents+ru.po
@@ -4,12 +4,12 @@
 # diana azaryan , 2018
 # Legenden Rifk , 2018
 # JZDLin, 2019
-# Emma Peel, 2019
 # Sergey Smirnov , 2019
 # Timofey Lisunov , 2019
 # Andrey, 2019
 # Evgeny Aleksandrov <5678lu...@gmail.com>, 2019
 # Yanis Voloshin , 2019
+# Emma Peel, 2019
 # 
 msgid ""
 msgstr ""
@@ -17,7 +17,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-01-28 19:24+CET\n"
 "PO-Revision-Date: 2018-10-02 22:41+\n"
-"Last-Translator: Yanis Voloshin , 2019\n"
+"Last-Translator: Emma Peel, 2019\n"
 "Language-Team: Russian (https://www.transifex.com/otf/teams/1519/ru/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -290,14 +290,14 @@ msgstr ""
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "## C"
-msgstr ""
+msgstr "## C"
 
 #: 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 "### CAPTCHA"
-msgstr ""
+msgstr "### CAPTCHA"
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)
@@ -324,7 +324,7 @@ msgstr ""
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### checksum"
-msgstr ""
+msgstr "### контрольная сумма"
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)
@@ -341,7 +341,7 @@ msgstr ""
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### circuit"
-msgstr ""
+msgstr "### Цепочка"
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)
@@ -363,7 +363,7 @@ msgstr ""
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### client"
-msgstr ""
+msgstr "### Клиентские"
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)
@@ -511,14 +511,14 @@ msgstr ""
 #: 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 "### Шифрование"
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)
@@ -553,7 +553,7 @@ msgstr ""
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### exit"
-msgstr ""
+msgstr "### выход"
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)
@@ -571,7 +571,7 @@ msgstr ""
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### ExoneraTor"
-msgstr ""
+msgstr "### ExoneraTor"
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrq

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

2019-03-18 Thread translation
commit 292063c86b4a2a77cdbfb09cfa017bfcc1ffed02
Author: Translation commit bot 
Date:   Mon Mar 18 12:20:29 2019 +

Update translations for tpo-web
---
 contents+bn-BD.po |  2 +-
 contents+ca.po| 12 +---
 contents+el.po| 15 +++
 contents+es.po|  4 
 contents+id.po|  2 ++
 contents+pt-BR.po |  8 ++--
 6 files changed, 33 insertions(+), 10 deletions(-)

diff --git a/contents+bn-BD.po b/contents+bn-BD.po
index 911572f45..e908173db 100644
--- a/contents+bn-BD.po
+++ b/contents+bn-BD.po
@@ -60,7 +60,7 @@ msgstr "যোগাযোগ"
 #: https//lektor-staging.torproject.org/thank-you/
 #: (content/thank-you/contents+en.lrpage.section)
 msgid "The Tor Project"
-msgstr ""
+msgstr "টর প্রকল্প"
 
 #: https//lektor-staging.torproject.org/contact/
 #: (content/contact/contents+en.lrpage.body)
diff --git a/contents+ca.po b/contents+ca.po
index cb7a81831..a99a226ba 100644
--- a/contents+ca.po
+++ b/contents+ca.po
@@ -1,8 +1,8 @@
 # Translators:
 # Jaime Muñoz Martín , 2019
-# Emma Peel, 2019
-# Mark , 2019
+# Marc Ripoll , 2019
 # erinm, 2019
+# Emma Peel, 2019
 # 
 msgid ""
 msgstr ""
@@ -10,7 +10,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-03-11 12:46+CET\n"
 "PO-Revision-Date: 2019-03-09 10:41+\n"
-"Last-Translator: erinm, 2019\n"
+"Last-Translator: Emma Peel, 2019\n"
 "Language-Team: Catalan (https://www.transifex.com/otf/teams/1519/ca/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -2367,6 +2367,10 @@ msgid ""
 "availability and use, and furthering their scientific and popular "
 "understanding."
 msgstr ""
+"Promoure els drets humans i les llibertats per mitjà de la creació i "
+"desplegament de tecnològies d'anonimat i privacitat lliures i de codi obert,"
+" el suport a la seva disponibilitat i la utilització sense restriccions i el"
+" foment de la seva comprensió científica i popular."
 
 #: templates/footer.html:48
 msgid "Subscribe to our Newsletter"
@@ -2386,6 +2390,8 @@ msgid ""
 "Trademark, copyright notices, and rules for use by third parties can be "
 "found in our %(link_to_faq)s"
 msgstr ""
+"Marques, avisos de drets d'autor, i les regles per a l'ús per part de "
+"tercers es poden trobar a %(link_to_faq)s"
 
 #: templates/hero-download.html:2
 msgid "Defend yourself."
diff --git a/contents+el.po b/contents+el.po
index f5ec3c6da..75d2954ff 100644
--- a/contents+el.po
+++ b/contents+el.po
@@ -4,11 +4,11 @@
 # Elektra M. , 2019
 # Wasilis Mandratzis-Walz , 2019
 # Alex , 2019
-# Emma Peel, 2019
 # A Papac , 2019
 # erinm, 2019
 # Adrian Pappas , 2019
 # Panos , 2019
+# Emma Peel, 2019
 # 
 msgid ""
 msgstr ""
@@ -16,7 +16,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-03-11 12:46+CET\n"
 "PO-Revision-Date: 2019-03-09 10:41+\n"
-"Last-Translator: Panos , 2019\n"
+"Last-Translator: Emma Peel, 2019\n"
 "Language-Team: Greek (https://www.transifex.com/otf/teams/1519/el/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -67,7 +67,7 @@ msgstr "Επικοινωνία"
 #: https//lektor-staging.torproject.org/thank-you/
 #: (content/thank-you/contents+en.lrpage.section)
 msgid "The Tor Project"
-msgstr ""
+msgstr "το Tor Project"
 
 #: https//lektor-staging.torproject.org/contact/
 #: (content/contact/contents+en.lrpage.body)
@@ -2377,6 +2377,11 @@ msgid ""
 "availability and use, and furthering their scientific and popular "
 "understanding."
 msgstr ""
+"Η αποστολή του Tor Project είναι να προωθήσει 
τα ανθρώπινα δικαιώματα και "
+"τις ελευθερίες δημιουργώντας και 
αναπτύσσοντας ελεύθερες και ανοιχτές "
+"τεχνολογίες ανωνυμίας και ιδιωτικότητας, 
υποστηρίζοντας την απεριόριστη "
+"διαθεσιμότητα και χρήση τους και 
ενισχύοντας την επιστημονική και κοινή του
ς"
+" κατανόηση."
 
 #: templates/footer.html:48
 msgid "Subscribe to our Newsletter"
@@ -2396,6 +2401,8 @@ msgid ""
 "Trademark, copyright notices, and rules for use by third parties can be "
 "found in our %(link_to_faq)s"
 msgstr ""
+"Τα σήματα κατατεθέν, οι όροι πνευματικών 
δικαιωμάτν και οι κανόνες περί "
+"χρήσης τους από τρίτους μπορούν να 
βρεθούν εδώ %(link_to_faq)s"
 
 #: templates/hero-download.html:2
 msgid "Defend yourself."
@@ -2648,7 +2655,7 @@ msgstr ""
 
 #: templates/macros/downloads.html:47
 msgid "tor browser manual"
-msgstr ""
+msgstr "Εγχειρίδιο του Tor Browser"
 
 #: templates/macros/jobs.html:11
 msgid "Read more."
diff --git a/contents+es.po b/contents+es.po
index 1fd061069..986d13046 100644
--- a/contents+es.po
+++ b/contents+es.po
@@ -2542,6 +2542,10 @@ msgid ""
 "availability and use,

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

2019-03-18 Thread translation
commit 52d6d06cc5b3a705e7d5ccd17670a691cb482311
Author: Translation commit bot 
Date:   Mon Mar 18 11:50:46 2019 +

Update translations for support-portal
---
 contents+ar.po| 60 +++
 contents+zh-CN.po | 58 ++---
 2 files changed, 63 insertions(+), 55 deletions(-)

diff --git a/contents+ar.po b/contents+ar.po
index 67afa4469..d86ffb518 100644
--- a/contents+ar.po
+++ b/contents+ar.po
@@ -4519,6 +4519,7 @@ msgstr ""
 msgid ""
 "19.11.2017 00:04:47.400 [NOTICE] Opening Socks listener on 127.0.0.1:9150"
 msgstr ""
+"19.11.2017 00:04:47.400 [NOTICE] Opening Socks listener on 127.0.0.1:9150"
 
 #: https//support.torproject.org/connecting/having-trouble-connecting-to-tor/
 #: (content/connecting/connecting-2/contents+en.lrquestion.description)
@@ -4550,6 +4551,10 @@ msgid ""
 " 1 minutes, or that theirs is ahead. Tor requires an accurate clock to work:"
 " please check your time, timezone, and date settings."
 msgstr ""
+"19.11.2017 00:04:48.800 [WARN] Received NETINFO cell with skewed time "
+"(OR:xxx.xx.x.xx:): It seems that our clock is behind by 1 days, 0 hours,"
+" 1 minutes, or that theirs is ahead. Tor requires an accurate clock to work:"
+" please check your time, timezone, and date settings."
 
 #: https//support.torproject.org/connecting/having-trouble-connecting-to-tor/
 #: (content/connecting/connecting-2/contents+en.lrquestion.description)
@@ -4795,6 +4800,8 @@ msgid ""
 "visible to eavesdroppers with and without Tor Browser and HTTPS "
 "encryption."
 msgstr ""
+"يوضح الشكل التالي ما 
البيانات التي يستطيع المتنصتون"
+" الاطلاع عليها عند استخدام أو عدم استخدام م
تصفح تور وتعمية HTTPS."
 
 #: 
https//support.torproject.org/operators/how-do-i-run-a-middle-or-guard-relay/
 #: (content/operators/operators-1/contents+en.lrquestion.title)
@@ -5218,6 +5225,7 @@ msgid ""
 "* Add the gpg key used to sign the packages by running the following "
 "commands:"
 msgstr ""
+"* ثم أضف مفتاح gpg المستعمل لتوقيع الحزم عن 
طريق تنفيذ الأوامر التالية :"
 
 #: https//support.torproject.org/operators/using-correct-packages/
 #: (content/operators/operators-4/contents+en.lrquestion.description)
@@ -5457,132 +5465,132 @@ msgstr ""
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "[A](#a) |"
-msgstr ""
+msgstr "[A](#a) |"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "[B](#b) |"
-msgstr ""
+msgstr "[B](#b) |"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "[C](#c) |"
-msgstr ""
+msgstr "[C](#c) |"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "[D](#d) |"
-msgstr ""
+msgstr "[D](#d) |"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "[E](#e) |"
-msgstr ""
+msgstr "[E](#e) |"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "[F](#f) |"
-msgstr ""
+msgstr "[F](#f) |"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "[G](#g) |"
-msgstr ""
+msgstr "[G](#g) |"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "[H](#h) |"
-msgstr ""
+msgstr "[H](#h) |"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "[I](#i) |"
-msgstr ""
+msgstr "[I](#i) |"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "[J](#j) |"
-msgstr ""
+msgstr "[J](#j) |"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "[K](#k) |"
-msgstr ""
+msgstr "[K](#k) |"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "[L](#l) |"
-msgstr ""
+msgstr "[L](#l) |"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "[M](#m) |"
-msgstr ""
+msgstr "[M](#m) |"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "[N](#n) |"
-msgstr ""
+msgstr "[N](#n) |"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "[O](#o) |"
-msgstr ""
+msgstr "[O](#o) |"
 
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content

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

2019-03-18 Thread translation
commit 77971314cc30ef65b304c9e01442828e3fd1cb9d
Author: Translation commit bot 
Date:   Mon Mar 18 11:50:20 2019 +

Update translations for tpo-web
---
 contents+bn-BD.po |  4 
 contents+fr.po| 13 ++---
 2 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/contents+bn-BD.po b/contents+bn-BD.po
index ab1392a7f..911572f45 100644
--- a/contents+bn-BD.po
+++ b/contents+bn-BD.po
@@ -2368,6 +2368,10 @@ msgid ""
 "availability and use, and furthering their scientific and popular "
 "understanding."
 msgstr ""
+"মুক্ত এবং উন্মুক্ত সোর্স 
সনদে এবং গোপনীয়তা 
প্রযুক্তিকে সমর্থন এবং তাদের "
+"নিষিদ্ধ প্রাপ্যতা এবং 
ব্যবহার এবং তাদের বৈজ্ঞানিক 
এবং জনপ্রিয় বোঝাপড়ার "
+"মাধ্যমে মানবাধিকার এবং 
স্বাধীনতাকে ফিরিয়ে আনতে এবং 
তাদের মানবাধিকার ও "
+"স্বাধীনতায় হস্তক্ষেপ করা ।"
 
 #: templates/footer.html:48
 msgid "Subscribe to our Newsletter"
diff --git a/contents+fr.po b/contents+fr.po
index d63bbb8a4..46221eb7c 100644
--- a/contents+fr.po
+++ b/contents+fr.po
@@ -1,11 +1,11 @@
 # Translators:
 # Martus Translations , 2019
 # ducki2p , 2019
-# Emma Peel, 2019
 # Curtis Baltimore , 2019
 # PoorPockets McNewHold , 2019
 # AO , 2019
 # erinm, 2019
+# Emma Peel, 2019
 # 
 msgid ""
 msgstr ""
@@ -13,7 +13,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-03-11 12:46+CET\n"
 "PO-Revision-Date: 2019-03-09 10:41+\n"
-"Last-Translator: erinm, 2019\n"
+"Last-Translator: Emma Peel, 2019\n"
 "Language-Team: French (https://www.transifex.com/otf/teams/1519/fr/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -2372,6 +2372,11 @@ msgid ""
 "availability and use, and furthering their scientific and popular "
 "understanding."
 msgstr ""
+"Pour progresser les droits de la personne et les libertés en créant et en "
+"déployant des technologies d’anonymat et de confidentialité gratuites et 
à "
+"code source ouvert. Nous soutenons leur disponibilité et leur utilisation "
+"sans restriction, et promouvons une meilleure compréhension scientifique et "
+"populaire."
 
 #: templates/footer.html:48
 msgid "Subscribe to our Newsletter"
@@ -2379,7 +2384,7 @@ msgstr "Abonnez-vous à notre liste de diffusion"
 
 #: templates/footer.html:49
 msgid "Get monthly updates and opportunities from the Tor Project:"
-msgstr ""
+msgstr "Recevez les mises à jours et opportunités mensuelles du Projet Tor 
:"
 
 #: templates/footer.html:50
 msgid "Sign up"
@@ -2391,6 +2396,8 @@ msgid ""
 "Trademark, copyright notices, and rules for use by third parties can be "
 "found in our %(link_to_faq)s"
 msgstr ""
+"La marque déposée, les droits d’auteurs et de reproduction par un tiers "
+"parti peuvent être trouvés  dans notre %(link_to_faq)s"
 
 #: templates/hero-download.html:2
 msgid "Defend yourself."

___
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-03-18 Thread translation
commit 918e631f1acc98dfaddcf6eedf46b985f356ef70
Author: Translation commit bot 
Date:   Mon Mar 18 11:20:26 2019 +

Update translations for tpo-web
---
 contents+it.po | 26 +-
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/contents+it.po b/contents+it.po
index 3d64a9124..d7ba68e7f 100644
--- a/contents+it.po
+++ b/contents+it.po
@@ -1777,22 +1777,22 @@ msgstr ""
 #: https//lektor-staging.torproject.org/about/sponsors/bell-security/
 #: (content/about/sponsors/bell-security/contents+en.lrsponsor.name)
 msgid "Bell Security Solutions Inc"
-msgstr ""
+msgstr "Bell Security Solutions Inc"
 
 #: https//lektor-staging.torproject.org/about/sponsors/sri/
 #: (content/about/sponsors/sri/contents+en.lrsponsor.name)
 msgid "SRI International"
-msgstr ""
+msgstr "SRI International"
 
 #: https//lektor-staging.torproject.org/about/sponsors/freedom-press/
 #: (content/about/sponsors/freedom-press/contents+en.lrsponsor.name)
 msgid "Freedom of the Press Foundation"
-msgstr ""
+msgstr "Freedom of the Press Foundation"
 
 #: https//lektor-staging.torproject.org/about/sponsors/reddit/
 #: (content/about/sponsors/reddit/contents+en.lrsponsor.name)
 msgid "Reddit"
-msgstr ""
+msgstr "Reddit"
 
 #: https//lektor-staging.torproject.org/about/sponsors/DARPA-nrl/
 #: (content/about/sponsors/DARPA-nrl/contents+en.lrsponsor.name)
@@ -1820,7 +1820,7 @@ msgstr ""
 #: https//lektor-staging.torproject.org/about/sponsors/eff/
 #: (content/about/sponsors/eff/contents+en.lrsponsor.name)
 msgid "Electronic Frontier Foundation"
-msgstr ""
+msgstr "Electronic Frontier Foundation"
 
 #: https//lektor-staging.torproject.org/about/sponsors/disconnect/
 #: (content/about/sponsors/disconnect/contents+en.lrsponsor.name)
@@ -1835,7 +1835,7 @@ msgstr ""
 #: https//lektor-staging.torproject.org/about/sponsors/torfox/
 #: (content/about/sponsors/torfox/contents+en.lrsponsor.name)
 msgid "Torfox"
-msgstr ""
+msgstr "Torfox"
 
 #: https//lektor-staging.torproject.org/about/sponsors/nrl/
 #: (content/about/sponsors/nrl/contents+en.lrsponsor.name)
@@ -1845,7 +1845,7 @@ msgstr ""
 #: https//lektor-staging.torproject.org/about/sponsors/access-now/
 #: (content/about/sponsors/access-now/contents+en.lrsponsor.name)
 msgid "Access Now"
-msgstr ""
+msgstr "Access Now"
 
 #: https//lektor-staging.torproject.org/about/sponsors/nsf-princeton/
 #: (content/about/sponsors/nsf-princeton/contents+en.lrsponsor.name)
@@ -1881,7 +1881,7 @@ msgstr "Google"
 #: https//lektor-staging.torproject.org/about/sponsors/ford-foundation/
 #: (content/about/sponsors/ford-foundation/contents+en.lrsponsor.name)
 msgid "The Ford Foundation"
-msgstr ""
+msgstr "The Ford Foundation"
 
 #: https//lektor-staging.torproject.org/about/sponsors/hivos/
 #: (content/about/sponsors/hivos/contents+en.lrsponsor.name)
@@ -1891,12 +1891,12 @@ msgstr ""
 #: https//lektor-staging.torproject.org/about/sponsors/nlnet/
 #: (content/about/sponsors/nlnet/contents+en.lrsponsor.name)
 msgid "NLnet Foundation"
-msgstr ""
+msgstr "NLnet Foundation"
 
 #: https//lektor-staging.torproject.org/about/sponsors/cyber-ta/
 #: (content/about/sponsors/cyber-ta/contents+en.lrsponsor.name)
 msgid "Cyber-TA project"
-msgstr ""
+msgstr "Cyber-TA project"
 
 #: https//lektor-staging.torproject.org/about/sponsors/individuals/
 #: (content/about/sponsors/individuals/contents+en.lrsponsor.name)
@@ -2008,7 +2008,7 @@ msgstr ""
 #: https//lektor-staging.torproject.org/about/sponsors/handshake/
 #: (content/about/sponsors/handshake/contents+en.lrsponsor.name)
 msgid "The Handshake Foundation"
-msgstr ""
+msgstr "The Handshake Foundation"
 
 #: https//lektor-staging.torproject.org/about/sponsors/handshake/
 #: (content/about/sponsors/handshake/contents+en.lrsponsor.description)
@@ -2538,11 +2538,11 @@ msgstr ""
 
 #: templates/people.html:31
 msgid "Sign up for tor-dev"
-msgstr ""
+msgstr "Registrati alle to-dev"
 
 #: templates/press.html:7
 msgid "Get support"
-msgstr ""
+msgstr "Ottenere aiuto"
 
 #: templates/press.html:9
 msgid "Visit our Support Portal"

___
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-03-18 Thread translation
commit 91ae075bbaeb768af0b2be757fa7d182696716d7
Author: Translation commit bot 
Date:   Mon Mar 18 11:20:48 2019 +

Update translations for support-portal
---
 contents+ar.po | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/contents+ar.po b/contents+ar.po
index eaaa28ac9..67afa4469 100644
--- a/contents+ar.po
+++ b/contents+ar.po
@@ -562,7 +562,7 @@ msgstr ""
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### ExoneraTor"
-msgstr ""
+msgstr "### ExoneraTor"
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)
@@ -588,7 +588,7 @@ msgstr ""
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### Firefox"
-msgstr ""
+msgstr "###  Firefox- فَيَرْفُكْسْ "
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)
@@ -5193,7 +5193,7 @@ msgstr ""
 #: https//support.torproject.org/operators/using-correct-packages/
 #: (content/operators/operators-4/contents+en.lrquestion.description)
 msgid "$ lsb_release -c"
-msgstr ""
+msgstr "$ lsb_release -c"
 
 #: https//support.torproject.org/operators/using-correct-packages/
 #: (content/operators/operators-4/contents+en.lrquestion.description)
@@ -5205,7 +5205,7 @@ msgstr ""
 #: https//support.torproject.org/operators/using-correct-packages/
 #: (content/operators/operators-4/contents+en.lrquestion.description)
 msgid "$ deb http://deb.torproject.org/torproject.org  main"
-msgstr ""
+msgstr "$ deb http://deb.torproject.org/torproject.org  main"
 
 #: https//support.torproject.org/operators/using-correct-packages/
 #: (content/operators/operators-4/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-03-18 Thread translation
commit 1ec3039e0d8f93e6ee09a071d0ceed8d671b6fb7
Author: Translation commit bot 
Date:   Mon Mar 18 09:51:00 2019 +

Update translations for tpo-web
---
 contents+bn.po => contents+bn-BD.po |  8 +---
 contents+de.po  | 11 +--
 contents+it.po  | 12 +---
 contents+tr.po  |  8 
 4 files changed, 31 insertions(+), 8 deletions(-)

diff --git a/contents+bn.po b/contents+bn-BD.po
similarity index 99%
rename from contents+bn.po
rename to contents+bn-BD.po
index 0d9f8ccd5..ab1392a7f 100644
--- a/contents+bn.po
+++ b/contents+bn-BD.po
@@ -1,9 +1,9 @@
 # Translators:
-# Emma Peel, 2019
 # Al Shahrior Hasan Sagor , 2019
 # lisa hayat, 2019
 # code smite , 2019
 # erinm, 2019
+# Emma Peel, 2019
 # 
 msgid ""
 msgstr ""
@@ -11,7 +11,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-03-11 12:46+CET\n"
 "PO-Revision-Date: 2019-03-09 10:41+\n"
-"Last-Translator: erinm, 2019\n"
+"Last-Translator: Emma Peel, 2019\n"
 "Language-Team: Bengali (https://www.transifex.com/otf/teams/1519/bn/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -2375,7 +2375,7 @@ msgstr "আমাদের নিউজলেটার 
সাবস্ক্র
 
 #: templates/footer.html:49
 msgid "Get monthly updates and opportunities from the Tor Project:"
-msgstr ""
+msgstr "টর প্রকল্প থেকে মাসিক 
আপডেট এবং সুযোগ পান:"
 
 #: templates/footer.html:50
 msgid "Sign up"
@@ -2387,6 +2387,8 @@ msgid ""
 "Trademark, copyright notices, and rules for use by third parties can be "
 "found in our %(link_to_faq)s"
 msgstr ""
+"ট্রেডমার্ক, কপিরাইট 
বিজ্ঞপ্তি এবং তৃতীয় পক্ষের 
ব্যবহারের নিয়মাবলী আমাদের "
+"%(link_to_faq)s"
 
 #: templates/hero-download.html:2
 msgid "Defend yourself."
diff --git a/contents+de.po b/contents+de.po
index 698e795d9..28cf568ae 100644
--- a/contents+de.po
+++ b/contents+de.po
@@ -2,11 +2,11 @@
 # Ettore Atalan , 2019
 # Ikono Gangansi , 2019
 # ducki2p , 2019
-# Emma Peel, 2019
 # erinm, 2019
 # Lars Schimmer , 2019
 # Cat C , 2019
 # Curtis Baltimore , 2019
+# Emma Peel, 2019
 # 
 msgid ""
 msgstr ""
@@ -14,7 +14,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-03-11 12:46+CET\n"
 "PO-Revision-Date: 2019-03-09 10:41+\n"
-"Last-Translator: Curtis Baltimore , 2019\n"
+"Last-Translator: Emma Peel, 2019\n"
 "Language-Team: German (https://www.transifex.com/otf/teams/1519/de/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -2782,6 +2782,10 @@ msgid ""
 "availability and use, and furthering their scientific and popular "
 "understanding."
 msgstr ""
+"Um Menschenrechte und Freiheiten zu fördern, durch die Entwicklung und "
+"Verbreitung von Open Source Anonymitäts- und Privatsphäre-Technologien, 
ihre"
+" ungehinderte Verfügbarkeit zu unterstützen und ihr Verständnis in "
+"Wissenschaft und der Allgemeinheit zu vergrößern."
 
 #: templates/footer.html:48
 msgid "Subscribe to our Newsletter"
@@ -2790,6 +2794,7 @@ msgstr "Abonnieren Sie unseren Newsletter"
 #: templates/footer.html:49
 msgid "Get monthly updates and opportunities from the Tor Project:"
 msgstr ""
+"Erhalte monatliche Berichte und Beschäftigungsaussichten vom Tor Project:"
 
 #: templates/footer.html:50
 msgid "Sign up"
@@ -2801,6 +2806,8 @@ msgid ""
 "Trademark, copyright notices, and rules for use by third parties can be "
 "found in our %(link_to_faq)s"
 msgstr ""
+"Markenrechts-, Copyright-Mitteilungen und Regeln für Drittparteien finden "
+"sich in unserer %(link_to_faq)s"
 
 #: templates/hero-download.html:2
 msgid "Defend yourself."
diff --git a/contents+it.po b/contents+it.po
index d30cf0f71..3d64a9124 100644
--- a/contents+it.po
+++ b/contents+it.po
@@ -6,9 +6,9 @@
 # Sebastiano Pistore , 2019
 # danimoth , 2019
 # Random_R, 2019
-# Emma Peel, 2019
 # VaiTon86 , 2019
 # erinm, 2019
+# Emma Peel, 2019
 # 
 msgid ""
 msgstr ""
@@ -16,7 +16,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-03-11 12:46+CET\n"
 "PO-Revision-Date: 2019-03-09 10:41+\n"
-"Last-Translator: erinm, 2019\n"
+"Last-Translator: Emma Peel, 2019\n"
 "Language-Team: Italian (https://www.transifex.com/otf/teams/1519/it/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -2387,6 +2387,10 @@ msgid ""
 "availability and use, and furthering their scientific and popular "
 "understanding."
 msgstr ""
+"Far progredire i diritti umani e la libertà creando e distribuendo software "
+"gratuito ed open source con tecnologie per rendersi anonimi e mantenere la "
+"privacy, favorendone l'ampia disponibilità ed utilizzo e promuovendone la "
+"comprensione scientifica e popolare."
 
 #: templates/footer.html:48
 msgid "Subscribe to our Newsletter"
@@ -2394,7 +2398,7 @@ ms

[tor-commits] [tpo/staging] translate section labels

2019-03-18 Thread emmapeel
commit aef993493e46110e6fa24de023b89ff053bbdd7d
Author: emma peel 
Date:   Mon Mar 18 10:22:42 2019 +0100

translate section labels
---
 templates/pagenav.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/pagenav.html b/templates/pagenav.html
index d572da1..84e2794 100644
--- a/templates/pagenav.html
+++ b/templates/pagenav.html
@@ -6,7 +6,7 @@
 {% for id, item in bag(menubag).items() %}
 
   {% set item_path = site.get(item.path) %}
-  {{ 
item.label }}
+  {{ 
_(item.label) }}
   {% if this.path == '/' + item.path %}
 (current)
   {% endif %}

___
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-03-18 Thread translation
commit 52fd851592c7cb2d86817237b433e5e4c2cd10b4
Author: Translation commit bot 
Date:   Mon Mar 18 09:20:22 2019 +

Update translations for tpo-web
---
 contents+tr.po | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/contents+tr.po b/contents+tr.po
index 623cbcc38..8d60dc1e0 100644
--- a/contents+tr.po
+++ b/contents+tr.po
@@ -1,8 +1,8 @@
 # Translators:
 # Volkan Gezer , 2019
-# Emma Peel, 2019
 # erinm, 2019
 # Kaya Zeren , 2019
+# Emma Peel, 2019
 # 
 msgid ""
 msgstr ""
@@ -10,7 +10,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-03-11 12:46+CET\n"
 "PO-Revision-Date: 2019-03-09 10:41+\n"
-"Last-Translator: Kaya Zeren , 2019\n"
+"Last-Translator: Emma Peel, 2019\n"
 "Language-Team: Turkish (https://www.transifex.com/otf/teams/1519/tr/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -473,7 +473,7 @@ msgstr ""
 #: https//lektor-staging.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 ""
+msgstr "Yayın: Tor 0.4.0.1-alpha"
 
 #: https//lektor-staging.torproject.org/press/-new-release-tor/
 #: (content/press/new-release-tor/contents+en.lrpost.summary)
@@ -1831,7 +1831,7 @@ msgstr ""
 #: https//lektor-staging.torproject.org/about/sponsors/torfox/
 #: (content/about/sponsors/torfox/contents+en.lrsponsor.name)
 msgid "Torfox"
-msgstr ""
+msgstr "Torfox"
 
 #: https//lektor-staging.torproject.org/about/sponsors/nrl/
 #: (content/about/sponsors/nrl/contents+en.lrsponsor.name)
@@ -1964,7 +1964,7 @@ msgstr ""
 #: https//lektor-staging.torproject.org/about/sponsors/sida/
 #: (content/about/sponsors/sida/contents+en.lrsponsor.name)
 msgid "Sida - Swedish International Development Cooperation Agency"
-msgstr ""
+msgstr "Sida - Swedish International Development Cooperation Agency"
 
 #: https//lektor-staging.torproject.org/about/sponsors/sida/
 #: (content/about/sponsors/sida/contents+en.lrsponsor.description)
@@ -2654,7 +2654,7 @@ msgstr ""
 
 #: templates/macros/downloads.html:47
 msgid "tor browser manual"
-msgstr ""
+msgstr "Tor Browser Rehberi"
 
 #: templates/macros/jobs.html:11
 msgid "Read more."

___
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-03-18 Thread translation
commit f3fef43c0507c8a78bd6f0c1162c2c889410ba47
Author: Translation commit bot 
Date:   Mon Mar 18 08:50:13 2019 +

Update translations for tpo-web
---
 contents+id.po | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/contents+id.po b/contents+id.po
index 501693d85..fd745b427 100644
--- a/contents+id.po
+++ b/contents+id.po
@@ -2,11 +2,11 @@
 # Nurahmat Agustianto , 2019
 # Sartika Kurniali , 2019
 # Muhammad Yusuf , 2019
-# Emma Peel, 2019
 # erinm, 2019
 # Robert Dafis , 2019
 # Cadas Propopuli Azzam Baribin , 2019
 # ical, 2019
+# Emma Peel, 2019
 # 
 msgid ""
 msgstr ""
@@ -14,7 +14,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-03-11 12:46+CET\n"
 "PO-Revision-Date: 2019-03-09 10:41+\n"
-"Last-Translator: ical, 2019\n"
+"Last-Translator: Emma Peel, 2019\n"
 "Language-Team: Indonesian (https://www.transifex.com/otf/teams/1519/id/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -67,7 +67,7 @@ msgstr "Kontak"
 #: https//lektor-staging.torproject.org/thank-you/
 #: (content/thank-you/contents+en.lrpage.section)
 msgid "The Tor Project"
-msgstr ""
+msgstr "Proyek Tor"
 
 #: https//lektor-staging.torproject.org/contact/
 #: (content/contact/contents+en.lrpage.body)
@@ -476,7 +476,7 @@ msgstr ""
 #: https//lektor-staging.torproject.org/press/-new-release-tails/
 #: (content/press/new-release-tails/contents+en.lrpost.title)
 msgid "New Release: Tails 3.12"
-msgstr ""
+msgstr "Melepaskan: Tails 3.12"
 
 #: https//lektor-staging.torproject.org/press/-new-release-tails/
 #: (content/press/new-release-tails/contents+en.lrpost.summary)
@@ -495,7 +495,7 @@ msgstr ""
 #: https//lektor-staging.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 ""
+msgstr "Melepaskan: Tor 0.4.0.1-alpha"
 
 #: https//lektor-staging.torproject.org/press/-new-release-tor/
 #: (content/press/new-release-tor/contents+en.lrpost.summary)
@@ -508,7 +508,7 @@ msgstr ""
 #: https//lektor-staging.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 ""
+msgstr "Melepaskan: Tor Browser 8.5a7"
 
 #: https//lektor-staging.torproject.org/press/-new-release-tor-browser/
 #: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
@@ -2676,7 +2676,7 @@ msgstr ""
 
 #: templates/macros/downloads.html:47
 msgid "tor browser manual"
-msgstr ""
+msgstr "Panduan Pengguna Tor Browser"
 
 #: templates/macros/jobs.html:11
 msgid "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] change text direction in HTML declaration when language rtl

2019-03-18 Thread emmapeel
commit 33ce83461f77e19ff6ff6f9140e9e1a894174205
Author: emma peel 
Date:   Mon Mar 18 09:13:32 2019 +0100

change text direction in HTML declaration when language rtl
---
 templates/layout.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/templates/layout.html b/templates/layout.html
index ae6a009..d7bfa42 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -1,4 +1,5 @@
 
+http://www.w3.org/1999/xhtml"; {% if bag('alternatives', this.alt, 
'direction') == 'text-right' %}dir="rtl"{% endif %}>
 
 
 
@@ -26,3 +27,4 @@
 {% include 'footer.html' %}
   
 
+

___
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-03-18 Thread translation
commit 6009ae6604b4f974ff9665d54b835e9424ec2f88
Author: Translation commit bot 
Date:   Mon Mar 18 08:20:27 2019 +

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

diff --git a/contents+ar.po b/contents+ar.po
index 60e317558..eaaa28ac9 100644
--- a/contents+ar.po
+++ b/contents+ar.po
@@ -2,8 +2,8 @@
 # Mohamed El-Feky , 2018
 # erinm, 2018
 # ButterflyOfFire ButterflyOfFire, 2018
-# Emma Peel, 2018
 # Isho Antar , 2018
+# Emma Peel, 2019
 # 
 msgid ""
 msgstr ""
@@ -11,7 +11,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-01-28 19:24+CET\n"
 "PO-Revision-Date: 2018-10-02 22:41+\n"
-"Last-Translator: Isho Antar , 2018\n"
+"Last-Translator: Emma Peel, 2019\n"
 "Language-Team: Arabic (https://www.transifex.com/otf/teams/1519/ar/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -1874,7 +1874,7 @@ msgstr ""
 #: https//support.torproject.org/misc/tor-glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)
 msgid "### Tor Browser"
-msgstr ""
+msgstr "### Tor Browser"
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)
@@ -1884,6 +1884,8 @@ msgid ""
 "Tor Browser uses the [Tor network](#tor-/-tor-network/-core-tor) to protect "
 "your privacy and anonymity."
 msgstr ""
+" يستعمل متصفح تور شبكة تور لحماية خصوصيتك 
و سرية هويتك. استخدام شبكة تور له "
+"خاصيتان رئيسيتان:"
 
 #: https//support.torproject.org/glossary/
 #: (content/glossary/contents+en.lrquestion.description)
@@ -2722,12 +2724,12 @@ msgstr ""
 #: https//support.torproject.org/tbb/antivirus-blocking-tor/
 #: (content/tbb/tbb-10/contents+en.lrquestion.description)
 msgid "* firefox.exe"
-msgstr ""
+msgstr "* firefox.exe"
 
 #: https//support.torproject.org/tbb/antivirus-blocking-tor/
 #: (content/tbb/tbb-10/contents+en.lrquestion.description)
 msgid "* tor.exe"
-msgstr ""
+msgstr "* tor.exe"
 
 #: https//support.torproject.org/tbb/antivirus-blocking-tor/
 #: (content/tbb/tbb-10/contents+en.lrquestion.description)
@@ -3305,14 +3307,14 @@ msgstr "احذف مجلد أو تطبيق متصفح 
تور"
 #: https//support.torproject.org/tbb/uninstall-tor-browser/
 #: (content/tbb/tbb-28/contents+en.lrquestion.description)
 msgid "* Empty your Trash."
-msgstr ""
+msgstr "* أفرغ سلة المهملات"
 
 #: https//support.torproject.org/tbb/uninstall-tor-browser/
 #: (content/tbb/tbb-28/contents+en.lrquestion.description)
 msgid ""
 "* Note that your operating system’s standard \"Uninstall\" utility is not "
 "used."
-msgstr ""
+msgstr "* لاحظ أن أداة إزالة التنصيب في النظام 
لم تستخدم."
 
 #: https//support.torproject.org/tbb/change-ip-address/
 #: (content/tbb/tbb-29/contents+en.lrquestion.title)

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


[tor-commits] [translation/tbmanual-contentspot] Update translations for tbmanual-contentspot

2019-03-18 Thread translation
commit dc9ec925da439d1f98e5e41438d783c621605a85
Author: Translation commit bot 
Date:   Mon Mar 18 08:17:44 2019 +

Update translations for tbmanual-contentspot
---
 contents+ar.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contents+ar.po b/contents+ar.po
index 5e7f7cf30..876d82b3a 100644
--- a/contents+ar.po
+++ b/contents+ar.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-01-23 12:08+CET\n"
+"POT-Creation-Date: 2019-03-16 12:31+CET\n"
 "PO-Revision-Date: 2018-11-14 12:31+\n"
 "Last-Translator: Emma Peel, 2018\n"
 "Language-Team: Arabic (https://www.transifex.com/otf/teams/1519/ar/)\n"

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