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

2018-02-13 Thread translation
commit 57180fa78f127c4eb6213db33d5a14e8f4263fa9
Author: Translation commit bot 
Date:   Wed Feb 14 00:49:04 2018 +

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

diff --git a/fr/torbutton.dtd b/fr/torbutton.dtd
index 1a377a68b..ac44ef513 100644
--- a/fr/torbutton.dtd
+++ b/fr/torbutton.dtd
@@ -37,10 +37,10 @@
 
 
 
-
+
 
 
-
+
 
 
 

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


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

2018-02-13 Thread translation
commit 22cde7fc98a8ea0046e1727a2271698d60691d72
Author: Translation commit bot 
Date:   Wed Feb 14 00:49:12 2018 +

Update translations for torbutton-torbuttondtd_completed
---
 fr/torbutton.dtd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fr/torbutton.dtd b/fr/torbutton.dtd
index 1a377a68b..ac44ef513 100644
--- a/fr/torbutton.dtd
+++ b/fr/torbutton.dtd
@@ -37,10 +37,10 @@
 
 
 
-
+
 
 
-
+
 
 
 

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


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

2018-02-13 Thread translation
commit 966ca75f72be210a84ff4d1b12c013958f8433ac
Author: Translation commit bot 
Date:   Wed Feb 14 00:45:29 2018 +

Update translations for torcheck_completed
---
 fr/torcheck.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fr/torcheck.po b/fr/torcheck.po
index 84db8b822..fdb74e0de 100644
--- a/fr/torcheck.po
+++ b/fr/torcheck.po
@@ -18,7 +18,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "POT-Creation-Date: 2012-02-16 20:28+PDT\n"
-"PO-Revision-Date: 2018-02-13 21:04+\n"
+"PO-Revision-Date: 2018-02-14 00:32+\n"
 "Last-Translator: French language coordinator \n"
 "Language-Team: French 
(http://www.transifex.com/otf/torproject/language/fr/)\n"
 "MIME-Version: 1.0\n"

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


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

2018-02-13 Thread translation
commit 0af9edab53679f764e8ee875d050408bc27cdda0
Author: Translation commit bot 
Date:   Wed Feb 14 00:45:22 2018 +

Update translations for torcheck
---
 fr/torcheck.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fr/torcheck.po b/fr/torcheck.po
index 84db8b822..fdb74e0de 100644
--- a/fr/torcheck.po
+++ b/fr/torcheck.po
@@ -18,7 +18,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "POT-Creation-Date: 2012-02-16 20:28+PDT\n"
-"PO-Revision-Date: 2018-02-13 21:04+\n"
+"PO-Revision-Date: 2018-02-14 00:32+\n"
 "Last-Translator: French language coordinator \n"
 "Language-Team: French 
(http://www.transifex.com/otf/torproject/language/fr/)\n"
 "MIME-Version: 1.0\n"

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


[tor-commits] [bridgedb/develop] Merge branch 'feature/25246' into develop

2018-02-13 Thread isis
commit 37e126f3768c2d6a6295b782fff4ea75b90e895f
Merge: c970e64 3095c90
Author: Isis Lovecruft 
Date:   Wed Feb 14 00:29:35 2018 +

Merge branch 'feature/25246' into develop

 scripts/assign-reserve-bridges.py | 81 +++
 1 file changed, 81 insertions(+)

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


[tor-commits] [bridgedb/develop] Add script for assigning unallocated bridges to another distributor.

2018-02-13 Thread isis
commit 3095c905600431cc3c0f52885cc8ad219228fafe
Author: Isis Lovecruft 
Date:   Wed Feb 14 00:25:48 2018 +

Add script for assigning unallocated bridges to another distributor.

 * FIXES #25246: https://bugs.torproject.org/25246
---
 scripts/assign-reserve-bridges.py | 81 +++
 1 file changed, 81 insertions(+)

diff --git a/scripts/assign-reserve-bridges.py 
b/scripts/assign-reserve-bridges.py
new file mode 100755
index 000..0585634
--- /dev/null
+++ b/scripts/assign-reserve-bridges.py
@@ -0,0 +1,81 @@
+#!/usr/bin/env python2
+# -*- coding: utf-8 -*-
+#
+# This file is part of BridgeDB, a Tor bridge distribution system.
+#
+# :authors: Isis Lovecruft 0xA3ADB67A2CDB8B35 
+#   please also see AUTHORS file
+# :copyright: (c) 2013-2018 Isis Lovecruft
+# (c) 2007-2018, The Tor Project, Inc.
+# (c) 2007-2018, all entities within the AUTHORS file
+# :license: 3-clause BSD, see included LICENSE for information
+
+"""Assign all unallocated bridges to another distributor."""
+
+from __future__ import print_function
+
+import argparse
+import logging
+
+import bridgedb.Storage
+
+#: The path to the sqlite database file containing bridges.
+DB_FILENAME = "bridgedist.db.sqlite"
+
+logger = logging.getLogger("assign-reserve-bridges")
+logger.setLevel(logging.DEBUG)
+
+def setDBFilename(filename):
+global DB_FILENAME
+DB_FILENAME = filename
+
+def getDBFilename():
+return DB_FILENAME
+
+def getOptions():
+parser = argparse.ArgumentParser()
+parser.add_argument(
+"distributor", type=type(''),
+help="The new distributor to assign the unallocated bridges to")
+parser.add_argument(
+"-f", "--db-filename", type=type(''),
+help="The path to the database file")
+
+return parser.parse_args()
+
+def checkOptions(options):
+assert options.distributor
+assert options.distributor in ["https", "email", "moat"]
+return options
+
+def getDB():
+return bridgedb.Storage.Database(getDBFilename())
+
+def assignBridgesToDistributor(db, distributor):
+unallocated = db.getBridgesForDistributor('unallocated')
+
+logging.info("Assigning %d unallocated bridges to distributor %s"
+ % (len(unallocated), distributor))
+print("Assigning %d unallocated bridges to distributor %s"
+ % (len(unallocated), distributor))
+
+for bridge in unallocated:
+db.updateDistributorForHexKey(distributor, bridge.hex_key)
+db.commit()
+
+remaining_bridges = db.getBridgesForDistributor('unallocated')
+assert len(remaining_bridges) == 0
+
+logging.info("Done!")
+print("Done!")
+
+
+if __name__ == "__main__":
+options = checkOptions(getOptions())
+
+if options.db_filename:
+setDBFilename(options.db_filename)
+
+db = getDB()
+
+assignBridgesToDistributor(db, options.distributor)



___
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 'tests_rust'

2018-02-13 Thread nickm
commit 9e566f3a72884cd8e1c5e4e4b48ad120bfe532fc
Merge: 17c6de249 549a450f5
Author: Nick Mathewson 
Date:   Tue Feb 13 18:12:01 2018 -0500

Merge branch 'tests_rust'

 changes/ticket25071 | 4 
 src/test/include.am | 2 ++
 2 files changed, 6 insertions(+)

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


[tor-commits] [tor/master] Add a "make test-rust" target to run the rust tests only.

2018-02-13 Thread nickm
commit 549a450f52124405eb75b781fc1686e81461327b
Author: Nick Mathewson 
Date:   Thu Feb 8 17:51:57 2018 -0500

Add a "make test-rust" target to run the rust tests only.
---
 changes/ticket25071 | 4 
 src/test/include.am | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/changes/ticket25071 b/changes/ticket25071
new file mode 100644
index 0..5e2917e10
--- /dev/null
+++ b/changes/ticket25071
@@ -0,0 +1,4 @@
+  o Minor features (testing):
+- Add a "make test-rust" target to run the rust tests only.
+  Closes ticket 25071.
+
diff --git a/src/test/include.am b/src/test/include.am
index 9783f93d5..fd70cc345 100644
--- a/src/test/include.am
+++ b/src/test/include.am
@@ -358,3 +358,5 @@ EXTRA_DIST += \
src/test/test_workqueue_pipe2.sh \
src/test/test_workqueue_socketpair.sh
 
+test-rust:
+   $(TESTS_ENVIRONMENT) $(abs_top_srcdir)/src/test/test_rust.sh



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


[tor-commits] [translation/tails-misc_completed] Update translations for tails-misc_completed

2018-02-13 Thread translation
commit e95fa192fb2a28ce45c972b313c10e85bca5b3f8
Author: Translation commit bot 
Date:   Tue Feb 13 22:47:11 2018 +

Update translations for tails-misc_completed
---
 fr.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fr.po b/fr.po
index c8170cf6a..a67a14ac9 100644
--- a/fr.po
+++ b/fr.po
@@ -25,7 +25,7 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-09-13 20:10+0200\n"
-"PO-Revision-Date: 2018-02-13 22:01+\n"
+"PO-Revision-Date: 2018-02-13 22:42+\n"
 "Last-Translator: French language coordinator \n"
 "Language-Team: French 
(http://www.transifex.com/otf/torproject/language/fr/)\n"
 "MIME-Version: 1.0\n"
@@ -143,7 +143,7 @@ msgstr "Synchronisation de l’horloge système"
 msgid ""
 "Tor needs an accurate clock to work properly, especially for Hidden "
 "Services. Please wait..."
-msgstr "Tor a besoin d’une horloge bien réglée pour fonctionner 
correctement, en particulier pour les services cachés. Veuillez patienter..."
+msgstr "Tor exige une horloge précise et bien réglée pour fonctionner 
correctement, en particulier pour les services cachés. Veuillez patienter..."
 
 #: config/chroot_local-includes/usr/local/lib/tails-htp-notify-user:87
 msgid "Failed to synchronize the clock!"

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


[tor-commits] [translation/tails-misc] Update translations for tails-misc

2018-02-13 Thread translation
commit 2ce04ae428fdd4d3288687c9d158d2e01427e4b6
Author: Translation commit bot 
Date:   Tue Feb 13 22:47:03 2018 +

Update translations for tails-misc
---
 fr.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fr.po b/fr.po
index c8170cf6a..a67a14ac9 100644
--- a/fr.po
+++ b/fr.po
@@ -25,7 +25,7 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-09-13 20:10+0200\n"
-"PO-Revision-Date: 2018-02-13 22:01+\n"
+"PO-Revision-Date: 2018-02-13 22:42+\n"
 "Last-Translator: French language coordinator \n"
 "Language-Team: French 
(http://www.transifex.com/otf/torproject/language/fr/)\n"
 "MIME-Version: 1.0\n"
@@ -143,7 +143,7 @@ msgstr "Synchronisation de l’horloge système"
 msgid ""
 "Tor needs an accurate clock to work properly, especially for Hidden "
 "Services. Please wait..."
-msgstr "Tor a besoin d’une horloge bien réglée pour fonctionner 
correctement, en particulier pour les services cachés. Veuillez patienter..."
+msgstr "Tor exige une horloge précise et bien réglée pour fonctionner 
correctement, en particulier pour les services cachés. Veuillez patienter..."
 
 #: config/chroot_local-includes/usr/local/lib/tails-htp-notify-user:87
 msgid "Failed to synchronize the clock!"

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


[tor-commits] [bridgedb/master] Merge branch 'master' into develop

2018-02-13 Thread isis
commit 30e11ff6e5ba13f9509dfe217ff68fa46427212a
Merge: bc61afb d49e904
Author: Isis Lovecruft 
Date:   Tue Jan 23 21:42:01 2018 +

Merge branch 'master' into develop




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


[tor-commits] [bridgedb/master] Merge branch 'release/0.6.4'

2018-02-13 Thread isis
commit 54c662947fb86330ef4a160a0e9fe2c707bd560c
Merge: d49e904 4faecd5
Author: Isis Lovecruft 
Date:   Tue Feb 13 22:24:25 2018 +

Merge branch 'release/0.6.4'

 bridgedb.conf  |  5 +++
 bridgedb/distributors/common/http.py   | 24 ++---
 bridgedb/distributors/moat/server.py   | 50 +-
 bridgedb/parse/addr.py | 22 
 bridgedb/test/moat_helpers.py  |  3 ++
 bridgedb/test/test_distributors_common_http.py | 18 ++
 bridgedb/test/test_distributors_moat_server.py | 23 ++--
 7 files changed, 112 insertions(+), 33 deletions(-)

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


[tor-commits] [bridgedb/develop] Merge branch 'release/0.6.4'

2018-02-13 Thread isis
commit 54c662947fb86330ef4a160a0e9fe2c707bd560c
Merge: d49e904 4faecd5
Author: Isis Lovecruft 
Date:   Tue Feb 13 22:24:25 2018 +

Merge branch 'release/0.6.4'

 bridgedb.conf  |  5 +++
 bridgedb/distributors/common/http.py   | 24 ++---
 bridgedb/distributors/moat/server.py   | 50 +-
 bridgedb/parse/addr.py | 22 
 bridgedb/test/moat_helpers.py  |  3 ++
 bridgedb/test/test_distributors_common_http.py | 18 ++
 bridgedb/test/test_distributors_moat_server.py | 23 ++--
 7 files changed, 112 insertions(+), 33 deletions(-)



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


[tor-commits] [bridgedb/master] Add config option to skip loopback addresses in X-Forwarded-For parsing.

2018-02-13 Thread isis
commit bf7ec9eeb61908bd3bc39efc68281638504cd3cf
Author: Isis Lovecruft 
Date:   Tue Feb 13 21:11:21 2018 +

Add config option to skip loopback addresses in X-Forwarded-For parsing.
---
 bridgedb.conf  |  5 
 bridgedb/distributors/common/http.py   | 24 +
 bridgedb/distributors/moat/server.py   | 36 +++---
 bridgedb/parse/addr.py | 22 
 bridgedb/test/moat_helpers.py  |  3 +++
 bridgedb/test/test_distributors_common_http.py | 18 +
 bridgedb/test/test_distributors_moat_server.py |  1 +
 7 files changed, 94 insertions(+), 15 deletions(-)

diff --git a/bridgedb.conf b/bridgedb.conf
index 724c802..7700917 100644
--- a/bridgedb.conf
+++ b/bridgedb.conf
@@ -345,6 +345,11 @@ MOAT_HTTP_PORT = None
 # the *last* entry from its X-Forwarded-For header as the client's IP.
 MOAT_USE_IP_FROM_FORWARDED_HEADER = True
 
+# If True, there is a misconfigured proxy relaying incoming messages
+# to us: take the *last* entry in the X-Forwarded-For header which is
+# not a loopback address (127.0.0.1/8) as the client's IP.
+MOAT_SKIP_LOOPBACK_ADDRESSES = True
+
 # How many clusters do we group IPs in when distributing bridges based on IP?
 # Note that if PROXY_LIST_FILES is set (below), what we actually do here
 # is use one higher than the number here, and the extra cluster is used
diff --git a/bridgedb/distributors/common/http.py 
b/bridgedb/distributors/common/http.py
index 86c26b8..3bd7b41 100644
--- a/bridgedb/distributors/common/http.py
+++ b/bridgedb/distributors/common/http.py
@@ -21,6 +21,7 @@ import logging
 import os
 
 from bridgedb.parse.addr import isIPAddress
+from bridgedb.parse.addr import isLoopback
 
 
 #: The fully-qualified domain name for any and all web servers we run.
@@ -54,7 +55,7 @@ def getFQDN():
 """
 return SERVER_PUBLIC_FQDN
 
-def getClientIP(request, useForwardedHeader=False):
+def getClientIP(request, useForwardedHeader=False, skipLoopback=False):
 """Get the client's IP address from the ``'X-Forwarded-For:'``
 header, or from the :api:`request `.
 
@@ -62,6 +63,9 @@ def getClientIP(request, useForwardedHeader=False):
 :param request: A ``Request`` for a :api:`twisted.web.resource.Resource`.
 :param bool useForwardedHeader: If ``True``, attempt to get the client's
 IP address from the ``'X-Forwarded-For:'`` header.
+:param bool skipLoopback: If ``True``, and ``useForwardedHeader`` is
+also ``True``, then skip any loopback addresses (127.0.0.1/8) when
+parsing the X-Forwarded-For header.
 :rtype: ``None`` or :any:`str`
 :returns: The client's IP address, if it was obtainable.
 """
@@ -70,10 +74,20 @@ def getClientIP(request, useForwardedHeader=False):
 if useForwardedHeader:
 header = request.getHeader("X-Forwarded-For")
 if header:
-ip = header.split(",")[-1].strip()
-if not isIPAddress(ip):
-logging.warn("Got weird X-Forwarded-For value %r" % header)
-ip = None
+index = -1
+ip = header.split(",")[index].strip()
+if skipLoopback:
+logging.info(("Parsing X-Forwarded-For again, ignoring "
+  "loopback addresses..."))
+while isLoopback(ip):
+index -= 1
+ip = header.split(",")[index].strip()
+if not skipLoopback and isLoopback(ip):
+   logging.warn("Accepting loopback address: %s" % ip)
+else:
+if not isIPAddress(ip):
+logging.warn("Got weird X-Forwarded-For value %r" % header)
+ip = None
 else:
 ip = request.getClientIP()
 
diff --git a/bridgedb/distributors/moat/server.py 
b/bridgedb/distributors/moat/server.py
index 4137f51..509d471 100644
--- a/bridgedb/distributors/moat/server.py
+++ b/bridgedb/distributors/moat/server.py
@@ -134,9 +134,17 @@ class JsonAPIResource(resource.Resource):
 """A resource which conforms to the `JSON API spec 
`__.
 """
 
-def __init__(self, useForwardedHeader=True):
+def __init__(self, useForwardedHeader=True, skipLoopback=False):
+"""Create a JSON API resource, containing either error(s) or data.
+
+:param bool useForwardedHeader: If ``True``, obtain the client's IP
+address from the ``X-Forwarded-For`` HTTP header.
+:param bool skipLoopback: Skip loopback addresses when parsing the
+X-Forwarded-For header.
+"""
 resource.Resource.__init__(self)
 self.useForwardedHeader = useForwardedHeader
+self.skipLoopback = skipLoopback
 
 def getClientIP(self, request):
 """Get the client's IP address from the ``'X-Forwarded-For:'``
@@ -148,7 +156,7 @@ class JsonAPIResource(resource.Resource):
   

[tor-commits] [bridgedb/master] Merge branch 'fix/24432-ignore-loopback' into develop

2018-02-13 Thread isis
commit 4faecd5c7252d108e3749a63ab0f0a0464adec05
Merge: 8b4f736 bf7ec9e
Author: Isis Lovecruft 
Date:   Tue Feb 13 22:20:51 2018 +

Merge branch 'fix/24432-ignore-loopback' into develop

 bridgedb.conf  |  5 
 bridgedb/distributors/common/http.py   | 24 +
 bridgedb/distributors/moat/server.py   | 36 +++---
 bridgedb/parse/addr.py | 22 
 bridgedb/test/moat_helpers.py  |  3 +++
 bridgedb/test/test_distributors_common_http.py | 18 +
 bridgedb/test/test_distributors_moat_server.py |  1 +
 7 files changed, 94 insertions(+), 15 deletions(-)



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


[tor-commits] [bridgedb/develop] Merge branch 'master' into develop

2018-02-13 Thread isis
commit c970e64636be52adfcd10db58549859ff6592313
Merge: 4faecd5 54c6629
Author: Isis Lovecruft 
Date:   Tue Feb 13 22:24:33 2018 +

Merge branch 'master' into develop

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


[tor-commits] [bridgedb/master] The JSON data coming into moat is being processed as a str.

2018-02-13 Thread isis
commit 8b4f7367e82636701997acbb57ae463c4471e3c4
Author: Isis Lovecruft 
Date:   Tue Feb 13 20:02:47 2018 +

The JSON data coming into moat is being processed as a str.

Duck-typing is why we can't have nice things.
---
 bridgedb/distributors/moat/server.py   | 14 +++---
 bridgedb/test/test_distributors_moat_server.py | 22 +++---
 2 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/bridgedb/distributors/moat/server.py 
b/bridgedb/distributors/moat/server.py
index d1d0b10..4137f51 100644
--- a/bridgedb/distributors/moat/server.py
+++ b/bridgedb/distributors/moat/server.py
@@ -185,7 +185,7 @@ class JsonAPIErrorResource(JsonAPIResource):
 object.
 """
 resource.Resource.__init__(self)
-self.id = id
+self.id = "%s" % id
 self.type = type
 self.code = code
 self.status = status
@@ -452,7 +452,7 @@ class CaptchaFetchResource(CaptchaResource):
 
 data = {
 'data': [{
-'id': 1,
+'id': '1',
 'type': 'moat-challenge',
 'version': MOAT_API_VERSION,
 'transport': preferred,
@@ -565,7 +565,7 @@ class CaptchaCheckResource(CaptchaResource):
 raise ValueError(
 "Bad JSON API object type: expected %s got %s" %
 ("moat-solution", data["type"]))
-elif data["id"] != 2:
+elif data["id"] != "2":
 raise ValueError(
 "Bad JSON API data id: expected 2 got %s" %
 (data["id"]))
@@ -632,15 +632,15 @@ class CaptchaCheckResource(CaptchaResource):
 """
 if id == 4:
 error_response = resource419
-error_response.id = 4
+error_response.id = "4"
 error_response.detail = "The CAPTCHA solution was incorrect."
 elif id == 5:
 error_response = resource419
-error_response.id = 5
+error_response.id = "5"
 error_response.detail = "The CAPTCHA challenge timed out."
 elif id == 6:
 error_response = resource404
-error_response.id = 6
+error_response.id = "6"
 error_response.detail = ("No bridges available to fulfill "
  "request: %s.") % bridgeRequest
 
@@ -673,7 +673,7 @@ class CaptchaCheckResource(CaptchaResource):
 
 data = {
 "data": [{
-"id": 3,
+"id": '3',
 "type": 'moat-bridges',
 "version": MOAT_API_VERSION,
 "bridges": None,
diff --git a/bridgedb/test/test_distributors_moat_server.py 
b/bridgedb/test/test_distributors_moat_server.py
index 2f84557..f29f224 100644
--- a/bridgedb/test/test_distributors_moat_server.py
+++ b/bridgedb/test/test_distributors_moat_server.py
@@ -233,7 +233,7 @@ class JsonAPIErrorResourceTests(unittest.TestCase):
 self.use_resource(server.JsonAPIErrorResource())
 error = self.do_render_for_method(b'GET')
 
-self.assertEqual(error['id'], 0)
+self.assertEqual(error['id'], '0')
 self.assertEqual(error['type'], '')
 self.assertEqual(error['code'], 200)
 self.assertEqual(error['status'], 'OK')
@@ -640,7 +640,7 @@ class CaptchaCheckResourceTests(unittest.TestCase):
 def create_valid_POST_with_challenge(self, challenge):
 data = {
 'data': [{
-'id': 2,
+'id': '2',
 'type': 'moat-solution',
 'version': server.MOAT_API_VERSION,
 'transport': 'obfs4',
@@ -674,7 +674,7 @@ class CaptchaCheckResourceTests(unittest.TestCase):
 def test_withoutBlockIn(self):
 data = {
 'data': [{
-'id': 2,
+'id': '2',
 'type': 'moat-solution',
 'version': server.MOAT_API_VERSION,
 'transport': 'obfs4',
@@ -740,7 +740,7 @@ class CaptchaCheckResourceTests(unittest.TestCase):
 def test_extractClientSolution_weird_transport(self):
 data = {
 'data': [{
-'id': 2,
+'id': '2',
 'type': 'moat-solution',
 'version': server.MOAT_API_VERSION,
 'transport': 'dinosaur',
@@ -759,7 +759,7 @@ class CaptchaCheckResourceTests(unittest.TestCase):
 def test_extractClientSolution_wrong_version(self):
 data = {
 'data': [{
-'id': 2,
+'id': '2',
 'type': 'moat-solution',
 'version': '0.0.1',  # this version never existed
 'transport': 'obfs4',
@@ -778,7 +778,7 @@ class CaptchaCheckResourceTests(unittest.TestCase):
 def test_extractClientSolution_wrong_type(self):
 data = {
 'data': [{
-

[tor-commits] [bridgedb/develop] Merge branch 'fix/24432-ignore-loopback' into develop

2018-02-13 Thread isis
commit 4faecd5c7252d108e3749a63ab0f0a0464adec05
Merge: 8b4f736 bf7ec9e
Author: Isis Lovecruft 
Date:   Tue Feb 13 22:20:51 2018 +

Merge branch 'fix/24432-ignore-loopback' into develop

 bridgedb.conf  |  5 
 bridgedb/distributors/common/http.py   | 24 +
 bridgedb/distributors/moat/server.py   | 36 +++---
 bridgedb/parse/addr.py | 22 
 bridgedb/test/moat_helpers.py  |  3 +++
 bridgedb/test/test_distributors_common_http.py | 18 +
 bridgedb/test/test_distributors_moat_server.py |  1 +
 7 files changed, 94 insertions(+), 15 deletions(-)

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


[tor-commits] [bridgedb/develop] The JSON data coming into moat is being processed as a str.

2018-02-13 Thread isis
commit 8b4f7367e82636701997acbb57ae463c4471e3c4
Author: Isis Lovecruft 
Date:   Tue Feb 13 20:02:47 2018 +

The JSON data coming into moat is being processed as a str.

Duck-typing is why we can't have nice things.
---
 bridgedb/distributors/moat/server.py   | 14 +++---
 bridgedb/test/test_distributors_moat_server.py | 22 +++---
 2 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/bridgedb/distributors/moat/server.py 
b/bridgedb/distributors/moat/server.py
index d1d0b10..4137f51 100644
--- a/bridgedb/distributors/moat/server.py
+++ b/bridgedb/distributors/moat/server.py
@@ -185,7 +185,7 @@ class JsonAPIErrorResource(JsonAPIResource):
 object.
 """
 resource.Resource.__init__(self)
-self.id = id
+self.id = "%s" % id
 self.type = type
 self.code = code
 self.status = status
@@ -452,7 +452,7 @@ class CaptchaFetchResource(CaptchaResource):
 
 data = {
 'data': [{
-'id': 1,
+'id': '1',
 'type': 'moat-challenge',
 'version': MOAT_API_VERSION,
 'transport': preferred,
@@ -565,7 +565,7 @@ class CaptchaCheckResource(CaptchaResource):
 raise ValueError(
 "Bad JSON API object type: expected %s got %s" %
 ("moat-solution", data["type"]))
-elif data["id"] != 2:
+elif data["id"] != "2":
 raise ValueError(
 "Bad JSON API data id: expected 2 got %s" %
 (data["id"]))
@@ -632,15 +632,15 @@ class CaptchaCheckResource(CaptchaResource):
 """
 if id == 4:
 error_response = resource419
-error_response.id = 4
+error_response.id = "4"
 error_response.detail = "The CAPTCHA solution was incorrect."
 elif id == 5:
 error_response = resource419
-error_response.id = 5
+error_response.id = "5"
 error_response.detail = "The CAPTCHA challenge timed out."
 elif id == 6:
 error_response = resource404
-error_response.id = 6
+error_response.id = "6"
 error_response.detail = ("No bridges available to fulfill "
  "request: %s.") % bridgeRequest
 
@@ -673,7 +673,7 @@ class CaptchaCheckResource(CaptchaResource):
 
 data = {
 "data": [{
-"id": 3,
+"id": '3',
 "type": 'moat-bridges',
 "version": MOAT_API_VERSION,
 "bridges": None,
diff --git a/bridgedb/test/test_distributors_moat_server.py 
b/bridgedb/test/test_distributors_moat_server.py
index 2f84557..f29f224 100644
--- a/bridgedb/test/test_distributors_moat_server.py
+++ b/bridgedb/test/test_distributors_moat_server.py
@@ -233,7 +233,7 @@ class JsonAPIErrorResourceTests(unittest.TestCase):
 self.use_resource(server.JsonAPIErrorResource())
 error = self.do_render_for_method(b'GET')
 
-self.assertEqual(error['id'], 0)
+self.assertEqual(error['id'], '0')
 self.assertEqual(error['type'], '')
 self.assertEqual(error['code'], 200)
 self.assertEqual(error['status'], 'OK')
@@ -640,7 +640,7 @@ class CaptchaCheckResourceTests(unittest.TestCase):
 def create_valid_POST_with_challenge(self, challenge):
 data = {
 'data': [{
-'id': 2,
+'id': '2',
 'type': 'moat-solution',
 'version': server.MOAT_API_VERSION,
 'transport': 'obfs4',
@@ -674,7 +674,7 @@ class CaptchaCheckResourceTests(unittest.TestCase):
 def test_withoutBlockIn(self):
 data = {
 'data': [{
-'id': 2,
+'id': '2',
 'type': 'moat-solution',
 'version': server.MOAT_API_VERSION,
 'transport': 'obfs4',
@@ -740,7 +740,7 @@ class CaptchaCheckResourceTests(unittest.TestCase):
 def test_extractClientSolution_weird_transport(self):
 data = {
 'data': [{
-'id': 2,
+'id': '2',
 'type': 'moat-solution',
 'version': server.MOAT_API_VERSION,
 'transport': 'dinosaur',
@@ -759,7 +759,7 @@ class CaptchaCheckResourceTests(unittest.TestCase):
 def test_extractClientSolution_wrong_version(self):
 data = {
 'data': [{
-'id': 2,
+'id': '2',
 'type': 'moat-solution',
 'version': '0.0.1',  # this version never existed
 'transport': 'obfs4',
@@ -778,7 +778,7 @@ class CaptchaCheckResourceTests(unittest.TestCase):
 def test_extractClientSolution_wrong_type(self):
 data = {
 'data': [{
-

[tor-commits] [bridgedb/develop] Add config option to skip loopback addresses in X-Forwarded-For parsing.

2018-02-13 Thread isis
commit bf7ec9eeb61908bd3bc39efc68281638504cd3cf
Author: Isis Lovecruft 
Date:   Tue Feb 13 21:11:21 2018 +

Add config option to skip loopback addresses in X-Forwarded-For parsing.
---
 bridgedb.conf  |  5 
 bridgedb/distributors/common/http.py   | 24 +
 bridgedb/distributors/moat/server.py   | 36 +++---
 bridgedb/parse/addr.py | 22 
 bridgedb/test/moat_helpers.py  |  3 +++
 bridgedb/test/test_distributors_common_http.py | 18 +
 bridgedb/test/test_distributors_moat_server.py |  1 +
 7 files changed, 94 insertions(+), 15 deletions(-)

diff --git a/bridgedb.conf b/bridgedb.conf
index 724c802..7700917 100644
--- a/bridgedb.conf
+++ b/bridgedb.conf
@@ -345,6 +345,11 @@ MOAT_HTTP_PORT = None
 # the *last* entry from its X-Forwarded-For header as the client's IP.
 MOAT_USE_IP_FROM_FORWARDED_HEADER = True
 
+# If True, there is a misconfigured proxy relaying incoming messages
+# to us: take the *last* entry in the X-Forwarded-For header which is
+# not a loopback address (127.0.0.1/8) as the client's IP.
+MOAT_SKIP_LOOPBACK_ADDRESSES = True
+
 # How many clusters do we group IPs in when distributing bridges based on IP?
 # Note that if PROXY_LIST_FILES is set (below), what we actually do here
 # is use one higher than the number here, and the extra cluster is used
diff --git a/bridgedb/distributors/common/http.py 
b/bridgedb/distributors/common/http.py
index 86c26b8..3bd7b41 100644
--- a/bridgedb/distributors/common/http.py
+++ b/bridgedb/distributors/common/http.py
@@ -21,6 +21,7 @@ import logging
 import os
 
 from bridgedb.parse.addr import isIPAddress
+from bridgedb.parse.addr import isLoopback
 
 
 #: The fully-qualified domain name for any and all web servers we run.
@@ -54,7 +55,7 @@ def getFQDN():
 """
 return SERVER_PUBLIC_FQDN
 
-def getClientIP(request, useForwardedHeader=False):
+def getClientIP(request, useForwardedHeader=False, skipLoopback=False):
 """Get the client's IP address from the ``'X-Forwarded-For:'``
 header, or from the :api:`request `.
 
@@ -62,6 +63,9 @@ def getClientIP(request, useForwardedHeader=False):
 :param request: A ``Request`` for a :api:`twisted.web.resource.Resource`.
 :param bool useForwardedHeader: If ``True``, attempt to get the client's
 IP address from the ``'X-Forwarded-For:'`` header.
+:param bool skipLoopback: If ``True``, and ``useForwardedHeader`` is
+also ``True``, then skip any loopback addresses (127.0.0.1/8) when
+parsing the X-Forwarded-For header.
 :rtype: ``None`` or :any:`str`
 :returns: The client's IP address, if it was obtainable.
 """
@@ -70,10 +74,20 @@ def getClientIP(request, useForwardedHeader=False):
 if useForwardedHeader:
 header = request.getHeader("X-Forwarded-For")
 if header:
-ip = header.split(",")[-1].strip()
-if not isIPAddress(ip):
-logging.warn("Got weird X-Forwarded-For value %r" % header)
-ip = None
+index = -1
+ip = header.split(",")[index].strip()
+if skipLoopback:
+logging.info(("Parsing X-Forwarded-For again, ignoring "
+  "loopback addresses..."))
+while isLoopback(ip):
+index -= 1
+ip = header.split(",")[index].strip()
+if not skipLoopback and isLoopback(ip):
+   logging.warn("Accepting loopback address: %s" % ip)
+else:
+if not isIPAddress(ip):
+logging.warn("Got weird X-Forwarded-For value %r" % header)
+ip = None
 else:
 ip = request.getClientIP()
 
diff --git a/bridgedb/distributors/moat/server.py 
b/bridgedb/distributors/moat/server.py
index 4137f51..509d471 100644
--- a/bridgedb/distributors/moat/server.py
+++ b/bridgedb/distributors/moat/server.py
@@ -134,9 +134,17 @@ class JsonAPIResource(resource.Resource):
 """A resource which conforms to the `JSON API spec 
`__.
 """
 
-def __init__(self, useForwardedHeader=True):
+def __init__(self, useForwardedHeader=True, skipLoopback=False):
+"""Create a JSON API resource, containing either error(s) or data.
+
+:param bool useForwardedHeader: If ``True``, obtain the client's IP
+address from the ``X-Forwarded-For`` HTTP header.
+:param bool skipLoopback: Skip loopback addresses when parsing the
+X-Forwarded-For header.
+"""
 resource.Resource.__init__(self)
 self.useForwardedHeader = useForwardedHeader
+self.skipLoopback = skipLoopback
 
 def getClientIP(self, request):
 """Get the client's IP address from the ``'X-Forwarded-For:'``
@@ -148,7 +156,7 @@ class JsonAPIResource(resource.Resource):
   

[tor-commits] [translation/tor-browser-manual] Update translations for tor-browser-manual

2018-02-13 Thread translation
commit 9641058f7556ac67f6f9da6d0da56d0d071e5ccd
Author: Translation commit bot 
Date:   Tue Feb 13 22:20:51 2018 +

Update translations for tor-browser-manual
---
 fr/fr.po | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/fr/fr.po b/fr/fr.po
index 633d75139..e9c5e862d 100644
--- a/fr/fr.po
+++ b/fr/fr.po
@@ -1433,13 +1433,13 @@ msgid ""
 "disabled by default on all sites; most video and audio formats are disabled;"
 " and some fonts and icons may not display correctly."
 msgstr ""
-"À ce niveau, les contenus multimédias HTML5 deviennent cliquer-pour-lire "
-"avec NoScript ; toutes les optimisations des performances JavaScript sont "
-"désactivées ; certaines équations mathématiques pourraient ne pas 
s’afficher"
-" correctement ; certaines fonctions de rendu des polices sont désactivées ; 
"
-"certains types d’images sont désactivés ; JavaScript est désactivé par "
-"défaut pour tous les sites ; la plupart des formats vidéo et audio sont "
-"désactivés ; et certaines polices et icônes pourraient ne pas s’afficher 
"
+"À ce niveau, les contenus multimédias HTML5 deviennent « cliquer pour 
lire »"
+" avec NoScript ; toutes les optimisations des performances JavaScript sont "
+"désactivées ; certaines équations mathématiques pourraient ne pas 
s’afficher"
+" correctement ; certaines fonctions de rendu des polices sont 
désactivées ; "
+"certains types d’images sont désactivés ; JavaScript est désactivé 
par "
+"défaut pour tous les sites ; la plupart des formats vidéo et audio sont "
+"désactivés ; et certaines polices et icônes pourraient ne pas 
s’afficher "
 "correctement."
 
 #: security-slider.page:53
@@ -1482,7 +1482,7 @@ msgstr ""
 
 #: security-slider.page:73
 msgid "Low"
-msgstr "Faible"
+msgstr "Normal"
 
 #: security-slider.page:74
 msgid ""

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


[tor-commits] [translation/tor-browser-manual_completed] Update translations for tor-browser-manual_completed

2018-02-13 Thread translation
commit beddee98246921b36cf6961cf33db5d04a8728ad
Author: Translation commit bot 
Date:   Tue Feb 13 22:20:57 2018 +

Update translations for tor-browser-manual_completed
---
 fr/fr.po | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/fr/fr.po b/fr/fr.po
index 633d75139..e9c5e862d 100644
--- a/fr/fr.po
+++ b/fr/fr.po
@@ -1433,13 +1433,13 @@ msgid ""
 "disabled by default on all sites; most video and audio formats are disabled;"
 " and some fonts and icons may not display correctly."
 msgstr ""
-"À ce niveau, les contenus multimédias HTML5 deviennent cliquer-pour-lire "
-"avec NoScript ; toutes les optimisations des performances JavaScript sont "
-"désactivées ; certaines équations mathématiques pourraient ne pas 
s’afficher"
-" correctement ; certaines fonctions de rendu des polices sont désactivées ; 
"
-"certains types d’images sont désactivés ; JavaScript est désactivé par "
-"défaut pour tous les sites ; la plupart des formats vidéo et audio sont "
-"désactivés ; et certaines polices et icônes pourraient ne pas s’afficher 
"
+"À ce niveau, les contenus multimédias HTML5 deviennent « cliquer pour 
lire »"
+" avec NoScript ; toutes les optimisations des performances JavaScript sont "
+"désactivées ; certaines équations mathématiques pourraient ne pas 
s’afficher"
+" correctement ; certaines fonctions de rendu des polices sont 
désactivées ; "
+"certains types d’images sont désactivés ; JavaScript est désactivé 
par "
+"défaut pour tous les sites ; la plupart des formats vidéo et audio sont "
+"désactivés ; et certaines polices et icônes pourraient ne pas 
s’afficher "
 "correctement."
 
 #: security-slider.page:53
@@ -1482,7 +1482,7 @@ msgstr ""
 
 #: security-slider.page:73
 msgid "Low"
-msgstr "Faible"
+msgstr "Normal"
 
 #: security-slider.page:74
 msgid ""

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


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

2018-02-13 Thread translation
commit 9fe9cffe1960bff060620e630b04de61da1db52a
Author: Translation commit bot 
Date:   Tue Feb 13 22:17:55 2018 +

Update translations for torbutton-torbuttondtd_completed
---
 fr/torbutton.dtd | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/fr/torbutton.dtd b/fr/torbutton.dtd
index 75def713f..1a377a68b 100644
--- a/fr/torbutton.dtd
+++ b/fr/torbutton.dtd
@@ -37,13 +37,13 @@
 
 
 
-
+
 
-
-
+
+
 
-
-
+
+
 
 
 

___
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

2018-02-13 Thread translation
commit 0c10294ae1763e80a7dd73a5a6f90de807bb6c62
Author: Translation commit bot 
Date:   Tue Feb 13 22:17:50 2018 +

Update translations for torbutton-torbuttondtd
---
 fr/torbutton.dtd | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/fr/torbutton.dtd b/fr/torbutton.dtd
index 75def713f..1a377a68b 100644
--- a/fr/torbutton.dtd
+++ b/fr/torbutton.dtd
@@ -37,13 +37,13 @@
 
 
 
-
+
 
-
-
+
+
 
-
-
+
+
 
 
 

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


[tor-commits] [translation/tails-misc] Update translations for tails-misc

2018-02-13 Thread translation
commit 567d60d97b5265b831d41c7f11018bb3d5932b78
Author: Translation commit bot 
Date:   Tue Feb 13 22:17:03 2018 +

Update translations for tails-misc
---
 fr.po | 18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/fr.po b/fr.po
index d3980b6f6..c8170cf6a 100644
--- a/fr.po
+++ b/fr.po
@@ -25,7 +25,7 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-09-13 20:10+0200\n"
-"PO-Revision-Date: 2018-02-13 21:26+\n"
+"PO-Revision-Date: 2018-02-13 22:01+\n"
 "Last-Translator: French language coordinator \n"
 "Language-Team: French 
(http://www.transifex.com/otf/torproject/language/fr/)\n"
 "MIME-Version: 1.0\n"
@@ -247,18 +247,18 @@ msgstr "Annuler"
 
 #: config/chroot_local-includes/usr/local/sbin/unsafe-browser:38
 msgid "Do you really want to launch the Unsafe Browser?"
-msgstr "Voulez-vous vraiment lancer le navigateur non-sécurisé ?"
+msgstr "Voulez-vous vraiment lancer le navigateur non sécurisé ?"
 
 #: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
 msgid ""
 "Network activity within the Unsafe Browser is not anonymous.\\nOnly "
 "use the Unsafe Browser if necessary, for example\\nif you have to login or "
 "register to activate your Internet connection."
-msgstr "L’activité réseau dans le navigateur non-sécurisé n’est pas 
anonyme.\\nN’utilisez le navigateur non-sécurisé que si nécessaire, 
par exemple\\nsi vous devez vous connecter ou vous inscrire pour activer votre 
connexion Internet."
+msgstr "L’activité réseau dans le navigateur non sécurisé n’est pas 
anonyme.\\nN’utilisez le navigateur non sécurisé que si nécessaire, 
par exemple si vous devez vous connecter ou vous inscrire pour activer votre 
connexion Internet."
 
 #: config/chroot_local-includes/usr/local/sbin/unsafe-browser:51
 msgid "Starting the Unsafe Browser..."
-msgstr "Démarrage du navigateur non fiable…"
+msgstr "Démarrage du navigateur non sécurisé…"
 
 #: config/chroot_local-includes/usr/local/sbin/unsafe-browser:52
 msgid "This may take a while, so please be patient."
@@ -266,13 +266,13 @@ msgstr "Cela peut prendre du temps. Veuillez être 
patient."
 
 #: config/chroot_local-includes/usr/local/sbin/unsafe-browser:57
 msgid "Shutting down the Unsafe Browser..."
-msgstr "Fermeture du navigateur non fiable…"
+msgstr "Fermeture du navigateur non sécurisé…"
 
 #: config/chroot_local-includes/usr/local/sbin/unsafe-browser:58
 msgid ""
 "This may take a while, and you may not restart the Unsafe Browser until it "
 "is properly shut down."
-msgstr "Cela peut prendre du temps et vous ne devez pas redémarrer le 
navigateur non-sécurisé avant sa fermeture complète."
+msgstr "Cela peut prendre du temps et vous ne devez pas redémarrer le 
navigateur non sécurisé avant sa fermeture complète."
 
 #: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
 msgid "Failed to restart Tor."
@@ -281,13 +281,13 @@ msgstr "Échec lors du redémarrage de Tor."
 #: config/chroot_local-includes/usr/local/sbin/unsafe-browser:84
 #: 
../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
 msgid "Unsafe Browser"
-msgstr "Navigateur non-sécurisé"
+msgstr "Navigateur non sécurisé"
 
 #: config/chroot_local-includes/usr/local/sbin/unsafe-browser:92
 msgid ""
 "Another Unsafe Browser is currently running, or being cleaned up. Please "
 "retry in a while."
-msgstr "Un autre navigateur non-sécurisé est en cours d’utilisation, ou 
est en train d’être nettoyé. Veuillez ressayer dans un moment."
+msgstr "Un autre navigateur non sécurisé est en cours d’utilisation ou de 
nettoyage. Veuillez ressayer dans un moment."
 
 #: config/chroot_local-includes/usr/local/sbin/unsafe-browser:104
 msgid ""
@@ -344,7 +344,7 @@ msgstr "Naviguer sur le Web sans anonymat"
 
 #: 
../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
 msgid "Unsafe Web Browser"
-msgstr "Navigateur Web non-sécurisé"
+msgstr "Navigateur Web non sécurisé"
 
 #: 
../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
 msgid "Tails specific tools"

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


[tor-commits] [translation/tails-misc_completed] Update translations for tails-misc_completed

2018-02-13 Thread translation
commit 00dd802801e3d89f1dc921383f997c03a94bfaba
Author: Translation commit bot 
Date:   Tue Feb 13 22:17:08 2018 +

Update translations for tails-misc_completed
---
 fr.po | 18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/fr.po b/fr.po
index d3980b6f6..c8170cf6a 100644
--- a/fr.po
+++ b/fr.po
@@ -25,7 +25,7 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-09-13 20:10+0200\n"
-"PO-Revision-Date: 2018-02-13 21:26+\n"
+"PO-Revision-Date: 2018-02-13 22:01+\n"
 "Last-Translator: French language coordinator \n"
 "Language-Team: French 
(http://www.transifex.com/otf/torproject/language/fr/)\n"
 "MIME-Version: 1.0\n"
@@ -247,18 +247,18 @@ msgstr "Annuler"
 
 #: config/chroot_local-includes/usr/local/sbin/unsafe-browser:38
 msgid "Do you really want to launch the Unsafe Browser?"
-msgstr "Voulez-vous vraiment lancer le navigateur non-sécurisé ?"
+msgstr "Voulez-vous vraiment lancer le navigateur non sécurisé ?"
 
 #: config/chroot_local-includes/usr/local/sbin/unsafe-browser:40
 msgid ""
 "Network activity within the Unsafe Browser is not anonymous.\\nOnly "
 "use the Unsafe Browser if necessary, for example\\nif you have to login or "
 "register to activate your Internet connection."
-msgstr "L’activité réseau dans le navigateur non-sécurisé n’est pas 
anonyme.\\nN’utilisez le navigateur non-sécurisé que si nécessaire, 
par exemple\\nsi vous devez vous connecter ou vous inscrire pour activer votre 
connexion Internet."
+msgstr "L’activité réseau dans le navigateur non sécurisé n’est pas 
anonyme.\\nN’utilisez le navigateur non sécurisé que si nécessaire, 
par exemple si vous devez vous connecter ou vous inscrire pour activer votre 
connexion Internet."
 
 #: config/chroot_local-includes/usr/local/sbin/unsafe-browser:51
 msgid "Starting the Unsafe Browser..."
-msgstr "Démarrage du navigateur non fiable…"
+msgstr "Démarrage du navigateur non sécurisé…"
 
 #: config/chroot_local-includes/usr/local/sbin/unsafe-browser:52
 msgid "This may take a while, so please be patient."
@@ -266,13 +266,13 @@ msgstr "Cela peut prendre du temps. Veuillez être 
patient."
 
 #: config/chroot_local-includes/usr/local/sbin/unsafe-browser:57
 msgid "Shutting down the Unsafe Browser..."
-msgstr "Fermeture du navigateur non fiable…"
+msgstr "Fermeture du navigateur non sécurisé…"
 
 #: config/chroot_local-includes/usr/local/sbin/unsafe-browser:58
 msgid ""
 "This may take a while, and you may not restart the Unsafe Browser until it "
 "is properly shut down."
-msgstr "Cela peut prendre du temps et vous ne devez pas redémarrer le 
navigateur non-sécurisé avant sa fermeture complète."
+msgstr "Cela peut prendre du temps et vous ne devez pas redémarrer le 
navigateur non sécurisé avant sa fermeture complète."
 
 #: config/chroot_local-includes/usr/local/sbin/unsafe-browser:70
 msgid "Failed to restart Tor."
@@ -281,13 +281,13 @@ msgstr "Échec lors du redémarrage de Tor."
 #: config/chroot_local-includes/usr/local/sbin/unsafe-browser:84
 #: 
../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:1
 msgid "Unsafe Browser"
-msgstr "Navigateur non-sécurisé"
+msgstr "Navigateur non sécurisé"
 
 #: config/chroot_local-includes/usr/local/sbin/unsafe-browser:92
 msgid ""
 "Another Unsafe Browser is currently running, or being cleaned up. Please "
 "retry in a while."
-msgstr "Un autre navigateur non-sécurisé est en cours d’utilisation, ou 
est en train d’être nettoyé. Veuillez ressayer dans un moment."
+msgstr "Un autre navigateur non sécurisé est en cours d’utilisation ou de 
nettoyage. Veuillez ressayer dans un moment."
 
 #: config/chroot_local-includes/usr/local/sbin/unsafe-browser:104
 msgid ""
@@ -344,7 +344,7 @@ msgstr "Naviguer sur le Web sans anonymat"
 
 #: 
../config/chroot_local-includes/usr/share/applications/unsafe-browser.desktop.in.h:3
 msgid "Unsafe Web Browser"
-msgstr "Navigateur Web non-sécurisé"
+msgstr "Navigateur Web non sécurisé"
 
 #: 
../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:2
 msgid "Tails specific tools"

___
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.1] Merge branch 'maint-0.2.9' into maint-0.3.1

2018-02-13 Thread nickm
commit f647035b3783eb14c79cea949b36efa97861fbc2
Merge: 17a923941 f0ed7895c
Author: Nick Mathewson 
Date:   Tue Feb 13 16:55:18 2018 -0500

Merge branch 'maint-0.2.9' into maint-0.3.1

 changes/bug21074_downgrade | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



___
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.2.9' into maint-0.3.1

2018-02-13 Thread nickm
commit f647035b3783eb14c79cea949b36efa97861fbc2
Merge: 17a923941 f0ed7895c
Author: Nick Mathewson 
Date:   Tue Feb 13 16:55:18 2018 -0500

Merge branch 'maint-0.2.9' into maint-0.3.1

 changes/bug21074_downgrade | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



___
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.2'

2018-02-13 Thread nickm
commit 17c6de249371e637d0608866903a1ff4badd27f0
Merge: 86f461e36 cb9a322b6
Author: Nick Mathewson 
Date:   Tue Feb 13 16:55:34 2018 -0500

Merge branch 'maint-0.3.2'

___
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.2] fix make check-changes

2018-02-13 Thread nickm
commit f0ed7895caa5daf5f62c25129bbe2880026fbf26
Author: Taylor Yu 
Date:   Tue Feb 13 15:06:04 2018 -0600

fix make check-changes
---
 changes/bug21074_downgrade | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/changes/bug21074_downgrade b/changes/bug21074_downgrade
index c9f81bd13..1bc1f8523 100644
--- a/changes/bug21074_downgrade
+++ b/changes/bug21074_downgrade
@@ -1,4 +1,4 @@
-  o Minor bugfixes:
+  o Minor bugfixes (portability):
 - Don't exit the Tor process if setrlimit() fails to change the file
   limit (which can happen sometimes on some versions of OSX). Fixes
   bug 21074; bugfix on 0.0.9pre5.



___
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.2] Merge branch 'maint-0.3.1' into maint-0.3.2

2018-02-13 Thread nickm
commit cb9a322b675d0aa1178ab92af13b9ec92008c8d4
Merge: b062730a1 f647035b3
Author: Nick Mathewson 
Date:   Tue Feb 13 16:55:19 2018 -0500

Merge branch 'maint-0.3.1' into maint-0.3.2

 changes/bug21074_downgrade | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



___
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.1] fix make check-changes

2018-02-13 Thread nickm
commit f0ed7895caa5daf5f62c25129bbe2880026fbf26
Author: Taylor Yu 
Date:   Tue Feb 13 15:06:04 2018 -0600

fix make check-changes
---
 changes/bug21074_downgrade | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/changes/bug21074_downgrade b/changes/bug21074_downgrade
index c9f81bd13..1bc1f8523 100644
--- a/changes/bug21074_downgrade
+++ b/changes/bug21074_downgrade
@@ -1,4 +1,4 @@
-  o Minor bugfixes:
+  o Minor bugfixes (portability):
 - Don't exit the Tor process if setrlimit() fails to change the file
   limit (which can happen sometimes on some versions of OSX). Fixes
   bug 21074; bugfix on 0.0.9pre5.



___
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.1' into maint-0.3.2

2018-02-13 Thread nickm
commit cb9a322b675d0aa1178ab92af13b9ec92008c8d4
Merge: b062730a1 f647035b3
Author: Nick Mathewson 
Date:   Tue Feb 13 16:55:19 2018 -0500

Merge branch 'maint-0.3.1' into maint-0.3.2

 changes/bug21074_downgrade | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



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


[tor-commits] [tor/release-0.2.9] fix make check-changes

2018-02-13 Thread nickm
commit f0ed7895caa5daf5f62c25129bbe2880026fbf26
Author: Taylor Yu 
Date:   Tue Feb 13 15:06:04 2018 -0600

fix make check-changes
---
 changes/bug21074_downgrade | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/changes/bug21074_downgrade b/changes/bug21074_downgrade
index c9f81bd13..1bc1f8523 100644
--- a/changes/bug21074_downgrade
+++ b/changes/bug21074_downgrade
@@ -1,4 +1,4 @@
-  o Minor bugfixes:
+  o Minor bugfixes (portability):
 - Don't exit the Tor process if setrlimit() fails to change the file
   limit (which can happen sometimes on some versions of OSX). Fixes
   bug 21074; bugfix on 0.0.9pre5.



___
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.1] Merge branch 'maint-0.3.1' into release-0.3.1

2018-02-13 Thread nickm
commit f0f22ad92c2a8d20d85f1689197f901dfdee3688
Merge: b9b701306 f647035b3
Author: Nick Mathewson 
Date:   Tue Feb 13 16:55:19 2018 -0500

Merge branch 'maint-0.3.1' into release-0.3.1

 changes/bug21074_downgrade | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

___
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.2] Merge branch 'maint-0.3.2' into release-0.3.2

2018-02-13 Thread nickm
commit 4bfbce9de7ac84259e8c27939cace2952e98d0e6
Merge: 6a35e7d69 cb9a322b6
Author: Nick Mathewson 
Date:   Tue Feb 13 16:55:19 2018 -0500

Merge branch 'maint-0.3.2' into release-0.3.2

 changes/bug21074_downgrade | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


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

2018-02-13 Thread nickm
commit cf04886c10415746b248e7007cd2533a56960fec
Merge: ff02ea65e f0ed7895c
Author: Nick Mathewson 
Date:   Tue Feb 13 16:55:18 2018 -0500

Merge branch 'maint-0.2.9' into release-0.2.9

 changes/bug21074_downgrade | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

___
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.2] Merge branch 'maint-0.2.9' into maint-0.3.1

2018-02-13 Thread nickm
commit f647035b3783eb14c79cea949b36efa97861fbc2
Merge: 17a923941 f0ed7895c
Author: Nick Mathewson 
Date:   Tue Feb 13 16:55:18 2018 -0500

Merge branch 'maint-0.2.9' into maint-0.3.1

 changes/bug21074_downgrade | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



___
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.2] Merge branch 'maint-0.2.9' into maint-0.3.1

2018-02-13 Thread nickm
commit f647035b3783eb14c79cea949b36efa97861fbc2
Merge: 17a923941 f0ed7895c
Author: Nick Mathewson 
Date:   Tue Feb 13 16:55:18 2018 -0500

Merge branch 'maint-0.2.9' into maint-0.3.1

 changes/bug21074_downgrade | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



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


[tor-commits] [tor/master] fix make check-changes

2018-02-13 Thread nickm
commit f0ed7895caa5daf5f62c25129bbe2880026fbf26
Author: Taylor Yu 
Date:   Tue Feb 13 15:06:04 2018 -0600

fix make check-changes
---
 changes/bug21074_downgrade | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/changes/bug21074_downgrade b/changes/bug21074_downgrade
index c9f81bd13..1bc1f8523 100644
--- a/changes/bug21074_downgrade
+++ b/changes/bug21074_downgrade
@@ -1,4 +1,4 @@
-  o Minor bugfixes:
+  o Minor bugfixes (portability):
 - Don't exit the Tor process if setrlimit() fails to change the file
   limit (which can happen sometimes on some versions of OSX). Fixes
   bug 21074; bugfix on 0.0.9pre5.



___
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.2] fix make check-changes

2018-02-13 Thread nickm
commit f0ed7895caa5daf5f62c25129bbe2880026fbf26
Author: Taylor Yu 
Date:   Tue Feb 13 15:06:04 2018 -0600

fix make check-changes
---
 changes/bug21074_downgrade | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/changes/bug21074_downgrade b/changes/bug21074_downgrade
index c9f81bd13..1bc1f8523 100644
--- a/changes/bug21074_downgrade
+++ b/changes/bug21074_downgrade
@@ -1,4 +1,4 @@
-  o Minor bugfixes:
+  o Minor bugfixes (portability):
 - Don't exit the Tor process if setrlimit() fails to change the file
   limit (which can happen sometimes on some versions of OSX). Fixes
   bug 21074; bugfix on 0.0.9pre5.



___
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.1] Merge branch 'maint-0.2.9' into maint-0.3.1

2018-02-13 Thread nickm
commit f647035b3783eb14c79cea949b36efa97861fbc2
Merge: 17a923941 f0ed7895c
Author: Nick Mathewson 
Date:   Tue Feb 13 16:55:18 2018 -0500

Merge branch 'maint-0.2.9' into maint-0.3.1

 changes/bug21074_downgrade | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

___
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.1] fix make check-changes

2018-02-13 Thread nickm
commit f0ed7895caa5daf5f62c25129bbe2880026fbf26
Author: Taylor Yu 
Date:   Tue Feb 13 15:06:04 2018 -0600

fix make check-changes
---
 changes/bug21074_downgrade | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/changes/bug21074_downgrade b/changes/bug21074_downgrade
index c9f81bd13..1bc1f8523 100644
--- a/changes/bug21074_downgrade
+++ b/changes/bug21074_downgrade
@@ -1,4 +1,4 @@
-  o Minor bugfixes:
+  o Minor bugfixes (portability):
 - Don't exit the Tor process if setrlimit() fails to change the file
   limit (which can happen sometimes on some versions of OSX). Fixes
   bug 21074; bugfix on 0.0.9pre5.



___
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.2] Merge branch 'maint-0.3.1' into maint-0.3.2

2018-02-13 Thread nickm
commit cb9a322b675d0aa1178ab92af13b9ec92008c8d4
Merge: b062730a1 f647035b3
Author: Nick Mathewson 
Date:   Tue Feb 13 16:55:19 2018 -0500

Merge branch 'maint-0.3.1' into maint-0.3.2

 changes/bug21074_downgrade | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


[tor-commits] [tor/maint-0.2.9] fix make check-changes

2018-02-13 Thread nickm
commit f0ed7895caa5daf5f62c25129bbe2880026fbf26
Author: Taylor Yu 
Date:   Tue Feb 13 15:06:04 2018 -0600

fix make check-changes
---
 changes/bug21074_downgrade | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/changes/bug21074_downgrade b/changes/bug21074_downgrade
index c9f81bd13..1bc1f8523 100644
--- a/changes/bug21074_downgrade
+++ b/changes/bug21074_downgrade
@@ -1,4 +1,4 @@
-  o Minor bugfixes:
+  o Minor bugfixes (portability):
 - Don't exit the Tor process if setrlimit() fails to change the file
   limit (which can happen sometimes on some versions of OSX). Fixes
   bug 21074; bugfix on 0.0.9pre5.

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


[tor-commits] [translation/tor-browser-manual_completed] Update translations for tor-browser-manual_completed

2018-02-13 Thread translation
commit 17a5bbe811f2aa5a20844d6e106c9017986008e5
Author: Translation commit bot 
Date:   Tue Feb 13 21:51:22 2018 +

Update translations for tor-browser-manual_completed
---
 fr/fr.po | 43 ++-
 1 file changed, 22 insertions(+), 21 deletions(-)

diff --git a/fr/fr.po b/fr/fr.po
index f2019cc5e..633d75139 100644
--- a/fr/fr.po
+++ b/fr/fr.po
@@ -1196,12 +1196,12 @@ msgid ""
 " many websites from displaying correctly, so Tor Browser’s default setting "
 "is to allow all websites to run scripts."
 msgstr ""
-"Les utilisateurs qui exigent un niveau de sécurité élevé  lorsqu’ils "
-"parcourent le Web devraient définir le bouton"
-" de sécurité coulissant du navigateur Tor à « Moyenne élevée » 
(ce "
-"qui désactive JavaScript pour les sites Web non HTTPS) ou « Élevée » (ce 
qui"
-" le fait pour tous les sites Web). Cependant, la désactivation de JavaScript"
-" empêchera que de nombreux sites Web s’affichent correctement, et c’est "
+"Les utilisateurs qui exigent un niveau de sécurité élevé lorsqu’ils "
+"parcourent le Web devraient régler le curseur"
+" de sécurité du navigateur Tor à « Plus sûr » (ce qui 
désactive "
+"JavaScript pour les sites Web non HTTPS) ou « Le plus sûr » (ce qui le 
fait "
+"pour tous les sites Web). Cependant, la désactivation de JavaScript "
+"empêchera de nombreux sites Web de s’afficher correctement, et c’est "
 "pourquoi les paramètres par défaut du navigateur Tor permettent aux sites "
 "Web d’exécuter des scripts."
 
@@ -1351,7 +1351,7 @@ msgstr "Configurer le navigateur Tor pour la sécurité 
et la facilité d’empl
 
 #: security-slider.page:10
 msgid "Security Slider"
-msgstr "Le bouton de sécurité coulissant"
+msgstr "Curseur de sécurité"
 
 #: security-slider.page:11
 msgid ""
@@ -1361,16 +1361,17 @@ msgid ""
 "some web pages from functioning properly, so you should weigh your security "
 "needs against the degree of usability you require."
 msgstr ""
-"Le navigateur Tor inclut un « bouton de sécurité coulissant » qui vous "
-"permet d’augmenter votre sécurité en désactivant certaines fonctions Web 
qui"
-" peuvent être utilisées pour attaquer votre sécurité et votre anonymat. 
En "
+"Le navigateur Tor inclut un « curseur de sécurité » qui vous permet "
+"d’augmenter votre sécurité en désactivant certaines fonctions Web qui "
+"peuvent être utilisées pour attaquer votre sécurité et votre anonymat. En 
"
 "augmentant le niveau de sécurité du navigateur Tor, vous empêcherez le bon 
"
-"fonctionnement de certaines pages Web, et vous devriez prendre en "
-"considération vos besoins de sécurité et le niveau de facilité 
d’emploi."
+"fonctionnement de certaines pages Web et vous devriez prendre en "
+"considération vos besoins de sécurité ainsi que le niveau de facilité "
+"d’emploi."
 
 #: security-slider.page:21
 msgid "Accessing the Security Slider"
-msgstr "Accéder au bouton de sécurité coulissant"
+msgstr "Accéder au curseur de sécurité"
 
 #. This is a reference to an external file such as an image or video. When
 #. the file changes, the md5 hash will change to let you know you need to
@@ -1390,8 +1391,8 @@ msgid ""
 "The Security Slider is located in Torbutton’s “Privacy and Security "
 "Settings” menu."
 msgstr ""
-"Le bouton de sécurité coulissant se trouve dans le menu « Paramètres de "
-"confidentialité et de sécurité » du BoutonTor."
+"Le curseur de sécurité se trouve dans le menu « Paramètres de 
sécurité » du "
+"BoutonTor."
 
 #: security-slider.page:32
 msgid "Security Levels"
@@ -1415,13 +1416,13 @@ msgid ""
 "Increasing the level of the Security Slider will disable or partially "
 "disable certain browser features to protect against possible attacks."
 msgstr ""
-"En augmentant le niveau du bouton de sécurité coulissant, vous 
désactiverez "
-"complètement ou partiellement certaines fonctions des navigateurs afin de "
-"vous protéger contre les attaques potentielles."
+"En augmentant le niveau du curseur de sécurité, vous désactiverez "
+"complètement ou partiellement certaines fonctions du navigateur afin de vous"
+" protéger contre les attaques potentielles."
 
 #: security-slider.page:42
 msgid "High"
-msgstr "Élevée"
+msgstr "Le plus sûr"
 
 #: security-slider.page:43
 msgid ""
@@ -1443,7 +1444,7 @@ msgstr ""
 
 #: security-slider.page:53
 msgid "Medium-High"
-msgstr "Moyenne élevée"
+msgstr "Plus sûr"
 
 #: security-slider.page:54
 msgid ""
@@ -1464,7 +1465,7 @@ msgstr ""
 
 #: security-slider.page:64
 msgid "Medium-Low"
-msgstr "Moyenne faible"
+msgstr "Plus sûr"
 
 #: security-slider.page:65
 msgid ""

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


[tor-commits] [translation/tails-greeter-2_completed] Update translations for tails-greeter-2_completed

2018-02-13 Thread translation
commit 826df5c5bd66d02e2aad04cb4a08e17f43f61fbe
Author: Translation commit bot 
Date:   Tue Feb 13 21:51:00 2018 +

Update translations for tails-greeter-2_completed
---
 fr/fr.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fr/fr.po b/fr/fr.po
index 7a4162825..09072bdc1 100644
--- a/fr/fr.po
+++ b/fr/fr.po
@@ -267,7 +267,7 @@ msgstr "Échec de reverrouillage du stockage persistant."
 
 #: ../tailsgreeter/gui.py:499
 msgid "Unlocking…"
-msgstr "Déverrouillage..."
+msgstr "Déverrouillage…"
 
 #: ../tailsgreeter/gui.py:594
 msgid "Additional Settings"

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


[tor-commits] [translation/tor-browser-manual] Update translations for tor-browser-manual

2018-02-13 Thread translation
commit 760844f780e6777576e524578d094fe4894f9b70
Author: Translation commit bot 
Date:   Tue Feb 13 21:51:17 2018 +

Update translations for tor-browser-manual
---
 fr/fr.po | 43 ++-
 1 file changed, 22 insertions(+), 21 deletions(-)

diff --git a/fr/fr.po b/fr/fr.po
index f2019cc5e..633d75139 100644
--- a/fr/fr.po
+++ b/fr/fr.po
@@ -1196,12 +1196,12 @@ msgid ""
 " many websites from displaying correctly, so Tor Browser’s default setting "
 "is to allow all websites to run scripts."
 msgstr ""
-"Les utilisateurs qui exigent un niveau de sécurité élevé  lorsqu’ils "
-"parcourent le Web devraient définir le bouton"
-" de sécurité coulissant du navigateur Tor à « Moyenne élevée » 
(ce "
-"qui désactive JavaScript pour les sites Web non HTTPS) ou « Élevée » (ce 
qui"
-" le fait pour tous les sites Web). Cependant, la désactivation de JavaScript"
-" empêchera que de nombreux sites Web s’affichent correctement, et c’est "
+"Les utilisateurs qui exigent un niveau de sécurité élevé lorsqu’ils "
+"parcourent le Web devraient régler le curseur"
+" de sécurité du navigateur Tor à « Plus sûr » (ce qui 
désactive "
+"JavaScript pour les sites Web non HTTPS) ou « Le plus sûr » (ce qui le 
fait "
+"pour tous les sites Web). Cependant, la désactivation de JavaScript "
+"empêchera de nombreux sites Web de s’afficher correctement, et c’est "
 "pourquoi les paramètres par défaut du navigateur Tor permettent aux sites "
 "Web d’exécuter des scripts."
 
@@ -1351,7 +1351,7 @@ msgstr "Configurer le navigateur Tor pour la sécurité 
et la facilité d’empl
 
 #: security-slider.page:10
 msgid "Security Slider"
-msgstr "Le bouton de sécurité coulissant"
+msgstr "Curseur de sécurité"
 
 #: security-slider.page:11
 msgid ""
@@ -1361,16 +1361,17 @@ msgid ""
 "some web pages from functioning properly, so you should weigh your security "
 "needs against the degree of usability you require."
 msgstr ""
-"Le navigateur Tor inclut un « bouton de sécurité coulissant » qui vous "
-"permet d’augmenter votre sécurité en désactivant certaines fonctions Web 
qui"
-" peuvent être utilisées pour attaquer votre sécurité et votre anonymat. 
En "
+"Le navigateur Tor inclut un « curseur de sécurité » qui vous permet "
+"d’augmenter votre sécurité en désactivant certaines fonctions Web qui "
+"peuvent être utilisées pour attaquer votre sécurité et votre anonymat. En 
"
 "augmentant le niveau de sécurité du navigateur Tor, vous empêcherez le bon 
"
-"fonctionnement de certaines pages Web, et vous devriez prendre en "
-"considération vos besoins de sécurité et le niveau de facilité 
d’emploi."
+"fonctionnement de certaines pages Web et vous devriez prendre en "
+"considération vos besoins de sécurité ainsi que le niveau de facilité "
+"d’emploi."
 
 #: security-slider.page:21
 msgid "Accessing the Security Slider"
-msgstr "Accéder au bouton de sécurité coulissant"
+msgstr "Accéder au curseur de sécurité"
 
 #. This is a reference to an external file such as an image or video. When
 #. the file changes, the md5 hash will change to let you know you need to
@@ -1390,8 +1391,8 @@ msgid ""
 "The Security Slider is located in Torbutton’s “Privacy and Security "
 "Settings” menu."
 msgstr ""
-"Le bouton de sécurité coulissant se trouve dans le menu « Paramètres de "
-"confidentialité et de sécurité » du BoutonTor."
+"Le curseur de sécurité se trouve dans le menu « Paramètres de 
sécurité » du "
+"BoutonTor."
 
 #: security-slider.page:32
 msgid "Security Levels"
@@ -1415,13 +1416,13 @@ msgid ""
 "Increasing the level of the Security Slider will disable or partially "
 "disable certain browser features to protect against possible attacks."
 msgstr ""
-"En augmentant le niveau du bouton de sécurité coulissant, vous 
désactiverez "
-"complètement ou partiellement certaines fonctions des navigateurs afin de "
-"vous protéger contre les attaques potentielles."
+"En augmentant le niveau du curseur de sécurité, vous désactiverez "
+"complètement ou partiellement certaines fonctions du navigateur afin de vous"
+" protéger contre les attaques potentielles."
 
 #: security-slider.page:42
 msgid "High"
-msgstr "Élevée"
+msgstr "Le plus sûr"
 
 #: security-slider.page:43
 msgid ""
@@ -1443,7 +1444,7 @@ msgstr ""
 
 #: security-slider.page:53
 msgid "Medium-High"
-msgstr "Moyenne élevée"
+msgstr "Plus sûr"
 
 #: security-slider.page:54
 msgid ""
@@ -1464,7 +1465,7 @@ msgstr ""
 
 #: security-slider.page:64
 msgid "Medium-Low"
-msgstr "Moyenne faible"
+msgstr "Plus sûr"
 
 #: security-slider.page:65
 msgid ""

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


[tor-commits] [translation/tails-greeter-2] Update translations for tails-greeter-2

2018-02-13 Thread translation
commit 813fd2e1243f7dab949e0c8144cefa3d4af6c8f9
Author: Translation commit bot 
Date:   Tue Feb 13 21:50:55 2018 +

Update translations for tails-greeter-2
---
 fr/fr.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fr/fr.po b/fr/fr.po
index 7a4162825..09072bdc1 100644
--- a/fr/fr.po
+++ b/fr/fr.po
@@ -267,7 +267,7 @@ msgstr "Échec de reverrouillage du stockage persistant."
 
 #: ../tailsgreeter/gui.py:499
 msgid "Unlocking…"
-msgstr "Déverrouillage..."
+msgstr "Déverrouillage…"
 
 #: ../tailsgreeter/gui.py:594
 msgid "Additional Settings"

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


[tor-commits] [translation/tor-messenger-uiproperties_completed] Update translations for tor-messenger-uiproperties_completed

2018-02-13 Thread translation
commit b8c85c8a498baf06d8fea13f36027e8f5b8e19de
Author: Translation commit bot 
Date:   Tue Feb 13 21:50:49 2018 +

Update translations for tor-messenger-uiproperties_completed
---
 fr/ui.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fr/ui.properties b/fr/ui.properties
index 5791ba113..ace740a3f 100644
--- a/fr/ui.properties
+++ b/fr/ui.properties
@@ -8,7 +8,7 @@ auth.error=Une erreur est survenue lors de la vérification de 
l’identité de
 auth.success=La vérification de l’identité de votre contact s’est 
terminée avec succès.
 auth.successThem=Votre contact a vérifié votre identité avec succès. Vous 
pourriez vouloir aussi vérifier son identité en posant votre propre question.
 auth.fail=Échec de vérification de l’identité de votre contact.
-auth.waiting=En attente du contact...
+auth.waiting=En attente du contact…
 reauth.label=Revérifier l’identité de votre contact
 prefs.label=Préférences OTR
 alert.start=Tentative de démarrage d’une conversation privée avec %S.

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


[tor-commits] [translation/tor-messenger-uiproperties] Update translations for tor-messenger-uiproperties

2018-02-13 Thread translation
commit fad8880bd5edb3b461089adcd61e564245e6ac77
Author: Translation commit bot 
Date:   Tue Feb 13 21:50:44 2018 +

Update translations for tor-messenger-uiproperties
---
 fr/ui.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fr/ui.properties b/fr/ui.properties
index 5791ba113..ace740a3f 100644
--- a/fr/ui.properties
+++ b/fr/ui.properties
@@ -8,7 +8,7 @@ auth.error=Une erreur est survenue lors de la vérification de 
l’identité de
 auth.success=La vérification de l’identité de votre contact s’est 
terminée avec succès.
 auth.successThem=Votre contact a vérifié votre identité avec succès. Vous 
pourriez vouloir aussi vérifier son identité en posant votre propre question.
 auth.fail=Échec de vérification de l’identité de votre contact.
-auth.waiting=En attente du contact...
+auth.waiting=En attente du contact…
 reauth.label=Revérifier l’identité de votre contact
 prefs.label=Préférences OTR
 alert.start=Tentative de démarrage d’une conversation privée avec %S.

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


[tor-commits] [translation/tor-messenger-privproperties] Update translations for tor-messenger-privproperties

2018-02-13 Thread translation
commit 72c37eb02e5785a2dae8a2f6ace451d602d6f5a1
Author: Translation commit bot 
Date:   Tue Feb 13 21:50:33 2018 +

Update translations for tor-messenger-privproperties
---
 fr/priv.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fr/priv.properties b/fr/priv.properties
index e5c4e9143..9b3c2fdd1 100644
--- a/fr/priv.properties
+++ b/fr/priv.properties
@@ -1,2 +1,2 @@
-priv.account=Génération d’une clé privée pour %S (%S)...
+priv.account=Génération d’une clé privée pour %S (%S)…
 priv.failed=Échec de génération de la clé : %S

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


[tor-commits] [translation/tor-messenger-privproperties_completed] Update translations for tor-messenger-privproperties_completed

2018-02-13 Thread translation
commit 6b7cbf3510205f0ecd05f77060798d1d245a0480
Author: Translation commit bot 
Date:   Tue Feb 13 21:50:38 2018 +

Update translations for tor-messenger-privproperties_completed
---
 fr/priv.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fr/priv.properties b/fr/priv.properties
index e5c4e9143..9b3c2fdd1 100644
--- a/fr/priv.properties
+++ b/fr/priv.properties
@@ -1,2 +1,2 @@
-priv.account=Génération d’une clé privée pour %S (%S)...
+priv.account=Génération d’une clé privée pour %S (%S)…
 priv.failed=Échec de génération de la clé : %S

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


[tor-commits] [translation/tor-messenger-authdtd_completed] Update translations for tor-messenger-authdtd_completed

2018-02-13 Thread translation
commit 1d2188c9e69c4a5b52f641fc2772a127873faa9f
Author: Translation commit bot 
Date:   Tue Feb 13 21:49:43 2018 +

Update translations for tor-messenger-authdtd_completed
---
 fr/auth.dtd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fr/auth.dtd b/fr/auth.dtd
index 046132e50..ed652ac69 100644
--- a/fr/auth.dtd
+++ b/fr/auth.dtd
@@ -18,4 +18,4 @@
 
 
 
-
\ No newline at end of file
+
\ No newline at end of file

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


[tor-commits] [translation/tor-messenger-authdtd] Update translations for tor-messenger-authdtd

2018-02-13 Thread translation
commit ddc24e9dbff6a7604d61c0a2afb84f2c9c5940ff
Author: Translation commit bot 
Date:   Tue Feb 13 21:49:38 2018 +

Update translations for tor-messenger-authdtd
---
 fr/auth.dtd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fr/auth.dtd b/fr/auth.dtd
index 046132e50..ed652ac69 100644
--- a/fr/auth.dtd
+++ b/fr/auth.dtd
@@ -18,4 +18,4 @@
 
 
 
-
\ No newline at end of file
+
\ No newline at end of file

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


[tor-commits] [translation/tails-onioncircuits_completed] Update translations for tails-onioncircuits_completed

2018-02-13 Thread translation
commit a3ffc4cb533a67c514cb755875b84c9a2f3d772b
Author: Translation commit bot 
Date:   Tue Feb 13 21:49:32 2018 +

Update translations for tails-onioncircuits_completed
---
 fr/onioncircuits.pot | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/fr/onioncircuits.pot b/fr/onioncircuits.pot
index 9bddb11d9..7cfd708f6 100644
--- a/fr/onioncircuits.pot
+++ b/fr/onioncircuits.pot
@@ -3,7 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# French language coordinator , 2017
+# French language coordinator , 2017-2018
 # French language coordinator , 2016
 # Gwennole Hangard , 2016
 # syl_, 2016
@@ -13,7 +13,7 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-08-03 13:00+\n"
-"PO-Revision-Date: 2018-01-19 19:43+\n"
+"PO-Revision-Date: 2018-02-13 21:26+\n"
 "Last-Translator: French language coordinator \n"
 "Language-Team: French 
(http://www.transifex.com/otf/torproject/language/fr/)\n"
 "MIME-Version: 1.0\n"
@@ -24,7 +24,7 @@ msgstr ""
 
 #: ../onioncircuits:81
 msgid "You are not connected to Tor yet..."
-msgstr "Vous n’êtes pas encore connecté à Tor... "
+msgstr "Vous n’êtes pas encore connecté à Tor…"
 
 #: ../onioncircuits:95
 msgid "Onion Circuits"
@@ -44,7 +44,7 @@ msgstr "Cliquez sur un circuit pour plus d’informations à 
propos des relais T
 
 #: ../onioncircuits:221
 msgid "The connection to Tor was lost..."
-msgstr "La connexion à Tor a été perdue... "
+msgstr "La connexion à Tor a été perdue…"
 
 #: ../onioncircuits:317
 msgid "..."

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


[tor-commits] [translation/tails-onioncircuits] Update translations for tails-onioncircuits

2018-02-13 Thread translation
commit 226d46a422d02275ea886bd4ae67962319dbfe98
Author: Translation commit bot 
Date:   Tue Feb 13 21:49:27 2018 +

Update translations for tails-onioncircuits
---
 fr/onioncircuits.pot | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/fr/onioncircuits.pot b/fr/onioncircuits.pot
index 9bddb11d9..7cfd708f6 100644
--- a/fr/onioncircuits.pot
+++ b/fr/onioncircuits.pot
@@ -3,7 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# French language coordinator , 2017
+# French language coordinator , 2017-2018
 # French language coordinator , 2016
 # Gwennole Hangard , 2016
 # syl_, 2016
@@ -13,7 +13,7 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-08-03 13:00+\n"
-"PO-Revision-Date: 2018-01-19 19:43+\n"
+"PO-Revision-Date: 2018-02-13 21:26+\n"
 "Last-Translator: French language coordinator \n"
 "Language-Team: French 
(http://www.transifex.com/otf/torproject/language/fr/)\n"
 "MIME-Version: 1.0\n"
@@ -24,7 +24,7 @@ msgstr ""
 
 #: ../onioncircuits:81
 msgid "You are not connected to Tor yet..."
-msgstr "Vous n’êtes pas encore connecté à Tor... "
+msgstr "Vous n’êtes pas encore connecté à Tor…"
 
 #: ../onioncircuits:95
 msgid "Onion Circuits"
@@ -44,7 +44,7 @@ msgstr "Cliquez sur un circuit pour plus d’informations à 
propos des relais T
 
 #: ../onioncircuits:221
 msgid "The connection to Tor was lost..."
-msgstr "La connexion à Tor a été perdue... "
+msgstr "La connexion à Tor a été perdue…"
 
 #: ../onioncircuits:317
 msgid "..."

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


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

2018-02-13 Thread translation
commit 129e25bc57a8399e888aa69ee60289ad3721fee1
Author: Translation commit bot 
Date:   Tue Feb 13 21:47:57 2018 +

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

diff --git a/fr/torbutton.properties b/fr/torbutton.properties
index 8c4fcf12d..7bd4a0505 100644
--- a/fr/torbutton.properties
+++ b/fr/torbutton.properties
@@ -26,9 +26,9 @@ torbutton.popup.short_torbrowser = Informations importantes 
concernant BoutonTor
 
 torbutton.popup.confirm_plugins = Les greffons tels que Flash peuvent nuire à 
vos anonymat et vie privée.\n\nIls peuvent également contourner Tor afin de 
révéler votre position actuelle ainsi que votre adresse IP.\n\nÊtes-vous 
certain de vouloir activer les greffons ?\n\n
 torbutton.popup.never_ask_again = Ne plus me poser la question.
-torbutton.popup.confirm_newnym = Le navigateur Tor fermera tous les fenêtres 
et onglets. Toutes les sessions des sites Web seront perdues.\n\nRedémarrer le 
navigateur Tor maintenant pour réinitialiser votre identité ?\n\n
+torbutton.popup.confirm_newnym = Le navigateur Tor fermera tous les fenêtres 
et onglets. Les sessions des sites Web seront toutes perdues.\n\nRedémarrer le 
navigateur Tor maintenant pour réinitialiser votre identité ?\n\n
 
-torbutton.slider_notification = Le menu de l’oignon vert propose maintenant 
un curseur de sécurité qui vous laisse ajuster votre niveau de sécurité. 
Découvrez-le !
+torbutton.slider_notification = Le menu de l’oignon vert propose maintenant 
un curseur de sécurité qui vous permet de régler votre niveau de sécurité. 
Découvrez-le !
 torbutton.slider_notification_button = Ouvrir préférences de sécurité
 
 torbutton.maximize_warning = Maximiser le navigateur Tor peut permettre aux 
sites Web de déterminer la taille de votre moniteur, ce qui peut être 
utilisé pour vous suivre à la trace. Nous vous recommandons de garder la 
taille d’origine des fenêtres du navigateur Tor.

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


[tor-commits] [translation/tails-iuk_completed] Update translations for tails-iuk_completed

2018-02-13 Thread translation
commit fc6b792fe36d97680abe612a6564b515eeb6a9fa
Author: Translation commit bot 
Date:   Tue Feb 13 21:48:19 2018 +

Update translations for tails-iuk_completed
---
 fr.po | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/fr.po b/fr.po
index 03201d4fc..8cb0d6989 100644
--- a/fr.po
+++ b/fr.po
@@ -7,7 +7,7 @@
 # Alex , 2014
 # tneskovic , 2014
 # Emmanuel Simond , 2014
-# French language coordinator , 2017
+# French language coordinator , 2017-2018
 # French language coordinator , 2016
 # Gwennole Hangard , 2015
 # monsieurtino , 2014
@@ -23,7 +23,7 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: Tails developers \n"
 "POT-Creation-Date: 2017-04-18 12:13+0200\n"
-"PO-Revision-Date: 2017-11-10 14:52+\n"
+"PO-Revision-Date: 2018-02-13 21:26+\n"
 "Last-Translator: French language coordinator \n"
 "Language-Team: French 
(http://www.transifex.com/otf/torproject/language/fr/)\n"
 "MIME-Version: 1.0\n"
@@ -160,7 +160,7 @@ msgstr "Téléchargement de la mise à niveau"
 #: ../lib/Tails/IUK/Frontend.pm:472
 #, perl-brace-format
 msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Téléchargement de la mise à niveau vers %{name}s %{version}s..."
+msgstr "Téléchargement de la mise à niveau vers %{name}s %{version}s…"
 
 #: ../lib/Tails/IUK/Frontend.pm:513
 msgid ""
@@ -247,7 +247,7 @@ msgid ""
 "Your Tails device is being upgraded...\n"
 "\n"
 "For security reasons, the networking is now disabled."
-msgstr "Votre dispositif Tails est en cours de mise à 
niveau...\n\nPour des raisons de sécurité, le réseau est actuellement 
désactivé."
+msgstr "Votre dispositif Tails est en cours de mise à 
niveau…\n\nPour des raisons de sécurité, le réseau est actuellement 
désactivé."
 
 #: ../lib/Tails/IUK/Frontend.pm:692
 msgid ""

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


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

2018-02-13 Thread translation
commit f4f97e09e767a13d58c7419c94417b2dcbb9d298
Author: Translation commit bot 
Date:   Tue Feb 13 21:47:52 2018 +

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

diff --git a/fr/torbutton.properties b/fr/torbutton.properties
index 8c4fcf12d..7bd4a0505 100644
--- a/fr/torbutton.properties
+++ b/fr/torbutton.properties
@@ -26,9 +26,9 @@ torbutton.popup.short_torbrowser = Informations importantes 
concernant BoutonTor
 
 torbutton.popup.confirm_plugins = Les greffons tels que Flash peuvent nuire à 
vos anonymat et vie privée.\n\nIls peuvent également contourner Tor afin de 
révéler votre position actuelle ainsi que votre adresse IP.\n\nÊtes-vous 
certain de vouloir activer les greffons ?\n\n
 torbutton.popup.never_ask_again = Ne plus me poser la question.
-torbutton.popup.confirm_newnym = Le navigateur Tor fermera tous les fenêtres 
et onglets. Toutes les sessions des sites Web seront perdues.\n\nRedémarrer le 
navigateur Tor maintenant pour réinitialiser votre identité ?\n\n
+torbutton.popup.confirm_newnym = Le navigateur Tor fermera tous les fenêtres 
et onglets. Les sessions des sites Web seront toutes perdues.\n\nRedémarrer le 
navigateur Tor maintenant pour réinitialiser votre identité ?\n\n
 
-torbutton.slider_notification = Le menu de l’oignon vert propose maintenant 
un curseur de sécurité qui vous laisse ajuster votre niveau de sécurité. 
Découvrez-le !
+torbutton.slider_notification = Le menu de l’oignon vert propose maintenant 
un curseur de sécurité qui vous permet de régler votre niveau de sécurité. 
Découvrez-le !
 torbutton.slider_notification_button = Ouvrir préférences de sécurité
 
 torbutton.maximize_warning = Maximiser le navigateur Tor peut permettre aux 
sites Web de déterminer la taille de votre moniteur, ce qui peut être 
utilisé pour vous suivre à la trace. Nous vous recommandons de garder la 
taille d’origine des fenêtres du navigateur Tor.

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


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

2018-02-13 Thread translation
commit 9f7ba54cdd3466fd7a5c5fc2ee2c24e3c8a72f35
Author: Translation commit bot 
Date:   Tue Feb 13 21:48:09 2018 +

Update translations for torbutton-torbuttondtd_completed
---
 fr/torbutton.dtd | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/fr/torbutton.dtd b/fr/torbutton.dtd
index 76d1bfe5c..75def713f 100644
--- a/fr/torbutton.dtd
+++ b/fr/torbutton.dtd
@@ -2,13 +2,13 @@
 
 
 
-
+
 
-
+
 
-
+
 
-
+
 
 
 
@@ -32,11 +32,11 @@
 
 
 
-
+
 
-
+
 
-
+
 
 
 

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


[tor-commits] [translation/tails-iuk] Update translations for tails-iuk

2018-02-13 Thread translation
commit 2dab9590f50d104caf29df11c474b6bdb7428396
Author: Translation commit bot 
Date:   Tue Feb 13 21:48:14 2018 +

Update translations for tails-iuk
---
 fr.po | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/fr.po b/fr.po
index 03201d4fc..8cb0d6989 100644
--- a/fr.po
+++ b/fr.po
@@ -7,7 +7,7 @@
 # Alex , 2014
 # tneskovic , 2014
 # Emmanuel Simond , 2014
-# French language coordinator , 2017
+# French language coordinator , 2017-2018
 # French language coordinator , 2016
 # Gwennole Hangard , 2015
 # monsieurtino , 2014
@@ -23,7 +23,7 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: Tails developers \n"
 "POT-Creation-Date: 2017-04-18 12:13+0200\n"
-"PO-Revision-Date: 2017-11-10 14:52+\n"
+"PO-Revision-Date: 2018-02-13 21:26+\n"
 "Last-Translator: French language coordinator \n"
 "Language-Team: French 
(http://www.transifex.com/otf/torproject/language/fr/)\n"
 "MIME-Version: 1.0\n"
@@ -160,7 +160,7 @@ msgstr "Téléchargement de la mise à niveau"
 #: ../lib/Tails/IUK/Frontend.pm:472
 #, perl-brace-format
 msgid "Downloading the upgrade to %{name}s %{version}s..."
-msgstr "Téléchargement de la mise à niveau vers %{name}s %{version}s..."
+msgstr "Téléchargement de la mise à niveau vers %{name}s %{version}s…"
 
 #: ../lib/Tails/IUK/Frontend.pm:513
 msgid ""
@@ -247,7 +247,7 @@ msgid ""
 "Your Tails device is being upgraded...\n"
 "\n"
 "For security reasons, the networking is now disabled."
-msgstr "Votre dispositif Tails est en cours de mise à 
niveau...\n\nPour des raisons de sécurité, le réseau est actuellement 
désactivé."
+msgstr "Votre dispositif Tails est en cours de mise à 
niveau…\n\nPour des raisons de sécurité, le réseau est actuellement 
désactivé."
 
 #: ../lib/Tails/IUK/Frontend.pm:692
 msgid ""

___
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

2018-02-13 Thread translation
commit bc11f85443d67e188c669d7e45725208b635
Author: Translation commit bot 
Date:   Tue Feb 13 21:48:03 2018 +

Update translations for torbutton-torbuttondtd
---
 fr/torbutton.dtd | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/fr/torbutton.dtd b/fr/torbutton.dtd
index 76d1bfe5c..75def713f 100644
--- a/fr/torbutton.dtd
+++ b/fr/torbutton.dtd
@@ -2,13 +2,13 @@
 
 
 
-
+
 
-
+
 
-
+
 
-
+
 
 
 
@@ -32,11 +32,11 @@
 
 
 
-
+
 
-
+
 
-
+
 
 
 

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


[tor-commits] [translation/tor-launcher-network-settings] Update translations for tor-launcher-network-settings

2018-02-13 Thread translation
commit d2d42c31577c423c8fbe977afcd06ec5e983780a
Author: Translation commit bot 
Date:   Tue Feb 13 21:47:01 2018 +

Update translations for tor-launcher-network-settings
---
 fr/network-settings.dtd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fr/network-settings.dtd b/fr/network-settings.dtd
index 833c1dc9e..a45bc016b 100644
--- a/fr/network-settings.dtd
+++ b/fr/network-settings.dtd
@@ -16,7 +16,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] Update translations for abouttor-homepage

2018-02-13 Thread translation
commit 44d67e02a6fe39f13dac3df982fb29e46fac736f
Author: Translation commit bot 
Date:   Tue Feb 13 21:47:23 2018 +

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

diff --git a/fr/aboutTor.dtd b/fr/aboutTor.dtd
index 984fb13dc..315179f54 100644
--- a/fr/aboutTor.dtd
+++ b/fr/aboutTor.dtd
@@ -8,7 +8,7 @@
 
 
 
-
+
 
 
 

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


[tor-commits] [translation/tor-launcher-network-settings_completed] Update translations for tor-launcher-network-settings_completed

2018-02-13 Thread translation
commit 087dc38927f7a8ae7a9e82241e383ce1098067a0
Author: Translation commit bot 
Date:   Tue Feb 13 21:47:06 2018 +

Update translations for tor-launcher-network-settings_completed
---
 fr/network-settings.dtd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fr/network-settings.dtd b/fr/network-settings.dtd
index 833c1dc9e..a45bc016b 100644
--- a/fr/network-settings.dtd
+++ b/fr/network-settings.dtd
@@ -16,7 +16,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

2018-02-13 Thread translation
commit 9f49e9e0c86a907065931831d9f40d5d19041073
Author: Translation commit bot 
Date:   Tue Feb 13 21:47:29 2018 +

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

diff --git a/fr/aboutTor.dtd b/fr/aboutTor.dtd
index 984fb13dc..315179f54 100644
--- a/fr/aboutTor.dtd
+++ b/fr/aboutTor.dtd
@@ -8,7 +8,7 @@
 
 
 
-
+
 
 
 

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


[tor-commits] [translation/tails-misc] Update translations for tails-misc

2018-02-13 Thread translation
commit b887db64553b38bf9284bf20bff950353c611000
Author: Translation commit bot 
Date:   Tue Feb 13 21:47:12 2018 +

Update translations for tails-misc
---
 fr.po | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/fr.po b/fr.po
index cca779093..d3980b6f6 100644
--- a/fr.po
+++ b/fr.po
@@ -9,7 +9,7 @@
 # apaddlingduck, 2014
 # Athorcis, 2015
 # Emmanuel Simond , 2014
-# French language coordinator , 2017
+# French language coordinator , 2017-2018
 # French language coordinator , 2016-2017
 # Gwennole Hangard , 2015
 # Jean-Yves Toumit , 2013
@@ -25,7 +25,7 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-09-13 20:10+0200\n"
-"PO-Revision-Date: 2018-01-19 19:42+\n"
+"PO-Revision-Date: 2018-02-13 21:26+\n"
 "Last-Translator: French language coordinator \n"
 "Language-Team: French 
(http://www.transifex.com/otf/torproject/language/fr/)\n"
 "MIME-Version: 1.0\n"
@@ -143,7 +143,7 @@ msgstr "Synchronisation de l’horloge système"
 msgid ""
 "Tor needs an accurate clock to work properly, especially for Hidden "
 "Services. Please wait..."
-msgstr "Tor a besoin d’une horloge juste pour fonctionner correctement, en 
particulier pour les services cachés. Veuillez patienter..."
+msgstr "Tor a besoin d’une horloge bien réglée pour fonctionner 
correctement, en particulier pour les services cachés. Veuillez patienter..."
 
 #: config/chroot_local-includes/usr/local/lib/tails-htp-notify-user:87
 msgid "Failed to synchronize the clock!"
@@ -258,7 +258,7 @@ msgstr "L’activité réseau dans le navigateur 
non-sécurisé n’est pas a
 
 #: config/chroot_local-includes/usr/local/sbin/unsafe-browser:51
 msgid "Starting the Unsafe Browser..."
-msgstr "Démarrage du navigateur non-sécurisé..."
+msgstr "Démarrage du navigateur non fiable…"
 
 #: config/chroot_local-includes/usr/local/sbin/unsafe-browser:52
 msgid "This may take a while, so please be patient."
@@ -266,7 +266,7 @@ msgstr "Cela peut prendre du temps. Veuillez être patient."
 
 #: config/chroot_local-includes/usr/local/sbin/unsafe-browser:57
 msgid "Shutting down the Unsafe Browser..."
-msgstr "Fermeture du navigateur non-sécurisé..."
+msgstr "Fermeture du navigateur non fiable…"
 
 #: config/chroot_local-includes/usr/local/sbin/unsafe-browser:58
 msgid ""

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


[tor-commits] [translation/tails-misc_completed] Update translations for tails-misc_completed

2018-02-13 Thread translation
commit 5943fc738de1d57c7631aff41622caa506feda62
Author: Translation commit bot 
Date:   Tue Feb 13 21:47:18 2018 +

Update translations for tails-misc_completed
---
 fr.po | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/fr.po b/fr.po
index cca779093..d3980b6f6 100644
--- a/fr.po
+++ b/fr.po
@@ -9,7 +9,7 @@
 # apaddlingduck, 2014
 # Athorcis, 2015
 # Emmanuel Simond , 2014
-# French language coordinator , 2017
+# French language coordinator , 2017-2018
 # French language coordinator , 2016-2017
 # Gwennole Hangard , 2015
 # Jean-Yves Toumit , 2013
@@ -25,7 +25,7 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-09-13 20:10+0200\n"
-"PO-Revision-Date: 2018-01-19 19:42+\n"
+"PO-Revision-Date: 2018-02-13 21:26+\n"
 "Last-Translator: French language coordinator \n"
 "Language-Team: French 
(http://www.transifex.com/otf/torproject/language/fr/)\n"
 "MIME-Version: 1.0\n"
@@ -143,7 +143,7 @@ msgstr "Synchronisation de l’horloge système"
 msgid ""
 "Tor needs an accurate clock to work properly, especially for Hidden "
 "Services. Please wait..."
-msgstr "Tor a besoin d’une horloge juste pour fonctionner correctement, en 
particulier pour les services cachés. Veuillez patienter..."
+msgstr "Tor a besoin d’une horloge bien réglée pour fonctionner 
correctement, en particulier pour les services cachés. Veuillez patienter..."
 
 #: config/chroot_local-includes/usr/local/lib/tails-htp-notify-user:87
 msgid "Failed to synchronize the clock!"
@@ -258,7 +258,7 @@ msgstr "L’activité réseau dans le navigateur 
non-sécurisé n’est pas a
 
 #: config/chroot_local-includes/usr/local/sbin/unsafe-browser:51
 msgid "Starting the Unsafe Browser..."
-msgstr "Démarrage du navigateur non-sécurisé..."
+msgstr "Démarrage du navigateur non fiable…"
 
 #: config/chroot_local-includes/usr/local/sbin/unsafe-browser:52
 msgid "This may take a while, so please be patient."
@@ -266,7 +266,7 @@ msgstr "Cela peut prendre du temps. Veuillez être patient."
 
 #: config/chroot_local-includes/usr/local/sbin/unsafe-browser:57
 msgid "Shutting down the Unsafe Browser..."
-msgstr "Fermeture du navigateur non-sécurisé..."
+msgstr "Fermeture du navigateur non fiable…"
 
 #: config/chroot_local-includes/usr/local/sbin/unsafe-browser:58
 msgid ""

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


[tor-commits] [translation/liveusb-creator] Update translations for liveusb-creator

2018-02-13 Thread translation
commit c4aad08061546318d445103a01b9ea8cb03fcf2a
Author: Translation commit bot 
Date:   Tue Feb 13 21:45:55 2018 +

Update translations for liveusb-creator
---
 fr/fr.po | 24 
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/fr/fr.po b/fr/fr.po
index 6faaa5fbf..ae2dd96dc 100644
--- a/fr/fr.po
+++ b/fr/fr.po
@@ -12,7 +12,7 @@
 # Charles-Antoine Couret , 2009
 # Emmanuel Simond , 2014
 # Eric lassauge , 2010
-# French language coordinator , 2017
+# French language coordinator , 2017-2018
 # French language coordinator , 2016
 # Gwennole Hangard , 2015
 # Jean-Yves Toumit , 2013
@@ -28,8 +28,8 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-11-10 15:57+0100\n"
-"PO-Revision-Date: 2017-11-11 03:09+\n"
-"Last-Translator: carolyn \n"
+"PO-Revision-Date: 2018-02-13 21:26+\n"
+"Last-Translator: French language coordinator \n"
 "Language-Team: French 
(http://www.transifex.com/otf/torproject/language/fr/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -43,7 +43,7 @@ msgstr "Vous devez exécuter cette application en tant que 
superutilisateur"
 
 #: ../tails_installer/creator.py:147
 msgid "Extracting live image to the target device..."
-msgstr "Extraction de l’image autonome vers le périphérique cible..."
+msgstr "Extraction de l’image autonome vers le périphérique cible…"
 
 #: ../tails_installer/creator.py:154
 #, python-format
@@ -52,7 +52,7 @@ msgstr "Écrit sur le périphérique à %(speed)d Mo/sec"
 
 #: ../tails_installer/creator.py:184
 msgid "Setting up OLPC boot file..."
-msgstr "Configuration du fichier d’amorçage de l’OLPC..."
+msgstr "Configuration du fichier d’amorçage de l’OLPC…"
 
 #: ../tails_installer/creator.py:315
 #, python-format
@@ -63,11 +63,11 @@ msgstr "Un problème est survenu lors de l’exécution de 
la commande suivante
 
 #: ../tails_installer/creator.py:334
 msgid "Verifying SHA1 checksum of LiveCD image..."
-msgstr "Vérification de la somme de contrôle SHA1 de l’image du CD 
autonome..."
+msgstr "Vérification de la somme de contrôle SHA1 de l’image du CD 
autonome…"
 
 #: ../tails_installer/creator.py:338
 msgid "Verifying SHA256 checksum of LiveCD image..."
-msgstr "Vérification de la somme de contrôle SHA256 de l’image du CD 
autonome..."
+msgstr "Vérification de la somme de contrôle SHA256 de l’image du CD 
autonome…"
 
 #: ../tails_installer/creator.py:354
 msgid ""
@@ -191,7 +191,7 @@ msgstr "Nous tentons de continuer quand même."
 
 #: ../tails_installer/creator.py:971 ../tails_installer/creator.py:1364
 msgid "Verifying filesystem..."
-msgstr "Vérification du système de fichiers..."
+msgstr "Vérification du système de fichiers…"
 
 #: ../tails_installer/creator.py:995
 #, python-format
@@ -200,7 +200,7 @@ msgstr "Impossible de changer l’étiquette du volume : 
%(message)s"
 
 #: ../tails_installer/creator.py:1000 ../tails_installer/creator.py:1397
 msgid "Installing bootloader..."
-msgstr "Installation du chargeur de démarrage..."
+msgstr "Installation du chargeur de démarrage…"
 
 #: ../tails_installer/creator.py:1026
 #, python-format
@@ -256,7 +256,7 @@ msgstr "Calcul du SHA1 de %s"
 
 #: ../tails_installer/creator.py:1314
 msgid "Synchronizing data on disk..."
-msgstr "Synchronisation des données sur le disque..."
+msgstr "Synchronisation des données sur le disque…"
 
 #: ../tails_installer/creator.py:1356
 msgid "Error probing device"
@@ -301,7 +301,7 @@ msgstr "Version inconnue : %s"
 #: ../tails_installer/gui.py:73
 #, python-format
 msgid "Downloading %s..."
-msgstr "Téléchargement de %s..."
+msgstr "Téléchargement de %s…"
 
 #: ../tails_installer/gui.py:211
 msgid ""
@@ -380,7 +380,7 @@ msgstr "Une erreur est survenue lors de l’installation de 
Tails"
 
 #: ../tails_installer/gui.py:601
 msgid "Refreshing releases..."
-msgstr "Actualisation des versions..."
+msgstr "Actualisation des versions…"
 
 #: ../tails_installer/gui.py:606
 msgid "Releases updated!"

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


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

2018-02-13 Thread translation
commit 7b5b0939cb410c8e5fce16d34152c58239db0141
Author: Translation commit bot 
Date:   Tue Feb 13 21:45:30 2018 +

Update translations for whisperback_completed
---
 fr/fr.po | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/fr/fr.po b/fr/fr.po
index e70dee8c7..cd907d08c 100644
--- a/fr/fr.po
+++ b/fr/fr.po
@@ -4,7 +4,7 @@
 # 
 # Translators:
 # arpalord , 2012
-# French language coordinator , 2017
+# French language coordinator , 2017-2018
 # French language coordinator , 2016-2017
 # MaK <>, 2012
 # Onizuka, 2013
@@ -16,7 +16,7 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-03-20 12:09+\n"
-"PO-Revision-Date: 2018-01-19 19:42+\n"
+"PO-Revision-Date: 2018-02-13 21:26+\n"
 "Last-Translator: French language coordinator \n"
 "Language-Team: French 
(http://www.transifex.com/otf/torproject/language/fr/)\n"
 "MIME-Version: 1.0\n"
@@ -69,7 +69,7 @@ msgstr "Impossible de charger une configuration valide."
 
 #: ../whisperBack/gui.py:218
 msgid "Sending mail..."
-msgstr "Envoi du courriel..."
+msgstr "Envoi du courriel…"
 
 #: ../whisperBack/gui.py:219
 msgid "Sending mail"
@@ -78,7 +78,7 @@ msgstr "Envoi du courriel"
 #. pylint: disable=C0301
 #: ../whisperBack/gui.py:221
 msgid "This could take a while..."
-msgstr "Cela peut prendre du temps..."
+msgstr "Cela peut prendre du temps…"
 
 #: ../whisperBack/gui.py:236
 msgid "The contact email adress doesn't seem valid."

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


[tor-commits] [translation/tails-persistence-setup_completed] Update translations for tails-persistence-setup_completed

2018-02-13 Thread translation
commit 63475b8329670c427265cfb3b9546dcc54f4e497
Author: Translation commit bot 
Date:   Tue Feb 13 21:46:14 2018 +

Update translations for tails-persistence-setup_completed
---
 fr/fr.po | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/fr/fr.po b/fr/fr.po
index d01da727b..26308f605 100644
--- a/fr/fr.po
+++ b/fr/fr.po
@@ -6,7 +6,7 @@
 # bassmax, 2014
 # Alex , 2014
 # arpalord , 2013
-# French language coordinator , 2017
+# French language coordinator , 2017-2018
 # French language coordinator , 2016
 # Jean-Yves Toumit , 2013
 # Java.com, 2014
@@ -24,7 +24,7 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: Tails developers \n"
 "POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-01-19 19:43+\n"
+"PO-Revision-Date: 2018-02-13 21:26+\n"
 "Last-Translator: French language coordinator \n"
 "Language-Team: French 
(http://www.transifex.com/otf/torproject/language/fr/)\n"
 "MIME-Version: 1.0\n"
@@ -278,11 +278,11 @@ msgstr "Les droits du volume persistant seront corrigés."
 
 #: ../lib/Tails/Persistence/Step/Bootstrap.pm:320
 msgid "Creating..."
-msgstr "Création..."
+msgstr "Création…"
 
 #: ../lib/Tails/Persistence/Step/Bootstrap.pm:323
 msgid "Creating the persistent volume..."
-msgstr "Création du volume persistant..."
+msgstr "Création du volume persistant…"
 
 #: ../lib/Tails/Persistence/Step/Configure.pm:61
 msgid "Persistence wizard - Persistent volume configuration"
@@ -306,11 +306,11 @@ msgstr "Enregistrer"
 
 #: ../lib/Tails/Persistence/Step/Configure.pm:143
 msgid "Saving..."
-msgstr "Enregistrement..."
+msgstr "Enregistrement…"
 
 #: ../lib/Tails/Persistence/Step/Configure.pm:146
 msgid "Saving persistence configuration..."
-msgstr "Enregistrement de la configuration de la persistance..."
+msgstr "Enregistrement de la configuration de la persistance…"
 
 #: ../lib/Tails/Persistence/Step/Delete.pm:41
 msgid "Persistence wizard - Persistent volume deletion"
@@ -332,8 +332,8 @@ msgstr "Supprimer"
 
 #: ../lib/Tails/Persistence/Step/Delete.pm:111
 msgid "Deleting..."
-msgstr "Suppression..."
+msgstr "Suppression…"
 
 #: ../lib/Tails/Persistence/Step/Delete.pm:114
 msgid "Deleting the persistent volume..."
-msgstr "Suppression du volume persistant..."
+msgstr "Suppression du volume persistant…"

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


[tor-commits] [translation/tails-persistence-setup] Update translations for tails-persistence-setup

2018-02-13 Thread translation
commit 202938acc5ccbae319213b8fa4f7ecff71c4e257
Author: Translation commit bot 
Date:   Tue Feb 13 21:46:09 2018 +

Update translations for tails-persistence-setup
---
 fr/fr.po | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/fr/fr.po b/fr/fr.po
index d01da727b..26308f605 100644
--- a/fr/fr.po
+++ b/fr/fr.po
@@ -6,7 +6,7 @@
 # bassmax, 2014
 # Alex , 2014
 # arpalord , 2013
-# French language coordinator , 2017
+# French language coordinator , 2017-2018
 # French language coordinator , 2016
 # Jean-Yves Toumit , 2013
 # Java.com, 2014
@@ -24,7 +24,7 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: Tails developers \n"
 "POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2018-01-19 19:43+\n"
+"PO-Revision-Date: 2018-02-13 21:26+\n"
 "Last-Translator: French language coordinator \n"
 "Language-Team: French 
(http://www.transifex.com/otf/torproject/language/fr/)\n"
 "MIME-Version: 1.0\n"
@@ -278,11 +278,11 @@ msgstr "Les droits du volume persistant seront corrigés."
 
 #: ../lib/Tails/Persistence/Step/Bootstrap.pm:320
 msgid "Creating..."
-msgstr "Création..."
+msgstr "Création…"
 
 #: ../lib/Tails/Persistence/Step/Bootstrap.pm:323
 msgid "Creating the persistent volume..."
-msgstr "Création du volume persistant..."
+msgstr "Création du volume persistant…"
 
 #: ../lib/Tails/Persistence/Step/Configure.pm:61
 msgid "Persistence wizard - Persistent volume configuration"
@@ -306,11 +306,11 @@ msgstr "Enregistrer"
 
 #: ../lib/Tails/Persistence/Step/Configure.pm:143
 msgid "Saving..."
-msgstr "Enregistrement..."
+msgstr "Enregistrement…"
 
 #: ../lib/Tails/Persistence/Step/Configure.pm:146
 msgid "Saving persistence configuration..."
-msgstr "Enregistrement de la configuration de la persistance..."
+msgstr "Enregistrement de la configuration de la persistance…"
 
 #: ../lib/Tails/Persistence/Step/Delete.pm:41
 msgid "Persistence wizard - Persistent volume deletion"
@@ -332,8 +332,8 @@ msgstr "Supprimer"
 
 #: ../lib/Tails/Persistence/Step/Delete.pm:111
 msgid "Deleting..."
-msgstr "Suppression..."
+msgstr "Suppression…"
 
 #: ../lib/Tails/Persistence/Step/Delete.pm:114
 msgid "Deleting the persistent volume..."
-msgstr "Suppression du volume persistant..."
+msgstr "Suppression du volume persistant…"

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


[tor-commits] [translation/liveusb-creator_completed] Update translations for liveusb-creator_completed

2018-02-13 Thread translation
commit b66dbb8c141b9731d01c3a25bd325559d0f1a1bc
Author: Translation commit bot 
Date:   Tue Feb 13 21:46:02 2018 +

Update translations for liveusb-creator_completed
---
 fr/fr.po | 24 
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/fr/fr.po b/fr/fr.po
index 6faaa5fbf..ae2dd96dc 100644
--- a/fr/fr.po
+++ b/fr/fr.po
@@ -12,7 +12,7 @@
 # Charles-Antoine Couret , 2009
 # Emmanuel Simond , 2014
 # Eric lassauge , 2010
-# French language coordinator , 2017
+# French language coordinator , 2017-2018
 # French language coordinator , 2016
 # Gwennole Hangard , 2015
 # Jean-Yves Toumit , 2013
@@ -28,8 +28,8 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-11-10 15:57+0100\n"
-"PO-Revision-Date: 2017-11-11 03:09+\n"
-"Last-Translator: carolyn \n"
+"PO-Revision-Date: 2018-02-13 21:26+\n"
+"Last-Translator: French language coordinator \n"
 "Language-Team: French 
(http://www.transifex.com/otf/torproject/language/fr/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -43,7 +43,7 @@ msgstr "Vous devez exécuter cette application en tant que 
superutilisateur"
 
 #: ../tails_installer/creator.py:147
 msgid "Extracting live image to the target device..."
-msgstr "Extraction de l’image autonome vers le périphérique cible..."
+msgstr "Extraction de l’image autonome vers le périphérique cible…"
 
 #: ../tails_installer/creator.py:154
 #, python-format
@@ -52,7 +52,7 @@ msgstr "Écrit sur le périphérique à %(speed)d Mo/sec"
 
 #: ../tails_installer/creator.py:184
 msgid "Setting up OLPC boot file..."
-msgstr "Configuration du fichier d’amorçage de l’OLPC..."
+msgstr "Configuration du fichier d’amorçage de l’OLPC…"
 
 #: ../tails_installer/creator.py:315
 #, python-format
@@ -63,11 +63,11 @@ msgstr "Un problème est survenu lors de l’exécution de 
la commande suivante
 
 #: ../tails_installer/creator.py:334
 msgid "Verifying SHA1 checksum of LiveCD image..."
-msgstr "Vérification de la somme de contrôle SHA1 de l’image du CD 
autonome..."
+msgstr "Vérification de la somme de contrôle SHA1 de l’image du CD 
autonome…"
 
 #: ../tails_installer/creator.py:338
 msgid "Verifying SHA256 checksum of LiveCD image..."
-msgstr "Vérification de la somme de contrôle SHA256 de l’image du CD 
autonome..."
+msgstr "Vérification de la somme de contrôle SHA256 de l’image du CD 
autonome…"
 
 #: ../tails_installer/creator.py:354
 msgid ""
@@ -191,7 +191,7 @@ msgstr "Nous tentons de continuer quand même."
 
 #: ../tails_installer/creator.py:971 ../tails_installer/creator.py:1364
 msgid "Verifying filesystem..."
-msgstr "Vérification du système de fichiers..."
+msgstr "Vérification du système de fichiers…"
 
 #: ../tails_installer/creator.py:995
 #, python-format
@@ -200,7 +200,7 @@ msgstr "Impossible de changer l’étiquette du volume : 
%(message)s"
 
 #: ../tails_installer/creator.py:1000 ../tails_installer/creator.py:1397
 msgid "Installing bootloader..."
-msgstr "Installation du chargeur de démarrage..."
+msgstr "Installation du chargeur de démarrage…"
 
 #: ../tails_installer/creator.py:1026
 #, python-format
@@ -256,7 +256,7 @@ msgstr "Calcul du SHA1 de %s"
 
 #: ../tails_installer/creator.py:1314
 msgid "Synchronizing data on disk..."
-msgstr "Synchronisation des données sur le disque..."
+msgstr "Synchronisation des données sur le disque…"
 
 #: ../tails_installer/creator.py:1356
 msgid "Error probing device"
@@ -301,7 +301,7 @@ msgstr "Version inconnue : %s"
 #: ../tails_installer/gui.py:73
 #, python-format
 msgid "Downloading %s..."
-msgstr "Téléchargement de %s..."
+msgstr "Téléchargement de %s…"
 
 #: ../tails_installer/gui.py:211
 msgid ""
@@ -380,7 +380,7 @@ msgstr "Une erreur est survenue lors de l’installation de 
Tails"
 
 #: ../tails_installer/gui.py:601
 msgid "Refreshing releases..."
-msgstr "Actualisation des versions..."
+msgstr "Actualisation des versions…"
 
 #: ../tails_installer/gui.py:606
 msgid "Releases updated!"

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


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

2018-02-13 Thread translation
commit c5a32f500f3355c8b9d04fdb6e83c382c54e46e5
Author: Translation commit bot 
Date:   Tue Feb 13 21:45:24 2018 +

Update translations for whisperback
---
 fr/fr.po | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/fr/fr.po b/fr/fr.po
index e70dee8c7..cd907d08c 100644
--- a/fr/fr.po
+++ b/fr/fr.po
@@ -4,7 +4,7 @@
 # 
 # Translators:
 # arpalord , 2012
-# French language coordinator , 2017
+# French language coordinator , 2017-2018
 # French language coordinator , 2016-2017
 # MaK <>, 2012
 # Onizuka, 2013
@@ -16,7 +16,7 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-03-20 12:09+\n"
-"PO-Revision-Date: 2018-01-19 19:42+\n"
+"PO-Revision-Date: 2018-02-13 21:26+\n"
 "Last-Translator: French language coordinator \n"
 "Language-Team: French 
(http://www.transifex.com/otf/torproject/language/fr/)\n"
 "MIME-Version: 1.0\n"
@@ -69,7 +69,7 @@ msgstr "Impossible de charger une configuration valide."
 
 #: ../whisperBack/gui.py:218
 msgid "Sending mail..."
-msgstr "Envoi du courriel..."
+msgstr "Envoi du courriel…"
 
 #: ../whisperBack/gui.py:219
 msgid "Sending mail"
@@ -78,7 +78,7 @@ msgstr "Envoi du courriel"
 #. pylint: disable=C0301
 #: ../whisperBack/gui.py:221
 msgid "This could take a while..."
-msgstr "Cela peut prendre du temps..."
+msgstr "Cela peut prendre du temps…"
 
 #: ../whisperBack/gui.py:236
 msgid "The contact email adress doesn't seem valid."

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


[tor-commits] [translation/tor-browser-manual] Update translations for tor-browser-manual

2018-02-13 Thread translation
commit fdee5048628748bb3138f803122f23e84f5e9f37
Author: Translation commit bot 
Date:   Tue Feb 13 21:20:56 2018 +

Update translations for tor-browser-manual
---
 fr/fr.po | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/fr/fr.po b/fr/fr.po
index 12289c85c..f2019cc5e 100644
--- a/fr/fr.po
+++ b/fr/fr.po
@@ -1783,9 +1783,8 @@ msgid ""
 "When you are prompted to update Tor Browser, click on the Torbutton icon, "
 "then select “Check for Tor Browser Update”."
 msgstr ""
-"Quand on vous demande de mettre à jour le navigateur Tor, cliquez sur "
-"l’icône du BoutonTor, puis sélectionnez « Vérifier les màj. du 
navigateur "
-"Tor »."
+"Si l’on vous demande de mettre à jour le navigateur Tor, cliquez sur 
l’icône"
+" du BoutonTor, puis sur « Vérifier les mises à jour du navigateur Tor 
»."
 
 #. This is a reference to an external file such as an image or video. When
 #. the file changes, the md5 hash will change to let you know you need to

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


[tor-commits] [translation/tor-browser-manual_completed] Update translations for tor-browser-manual_completed

2018-02-13 Thread translation
commit 86841403f3bc9e30553696d2f0677250c0fc3b0d
Author: Translation commit bot 
Date:   Tue Feb 13 21:21:01 2018 +

Update translations for tor-browser-manual_completed
---
 fr/fr.po | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/fr/fr.po b/fr/fr.po
index 12289c85c..f2019cc5e 100644
--- a/fr/fr.po
+++ b/fr/fr.po
@@ -1783,9 +1783,8 @@ msgid ""
 "When you are prompted to update Tor Browser, click on the Torbutton icon, "
 "then select “Check for Tor Browser Update”."
 msgstr ""
-"Quand on vous demande de mettre à jour le navigateur Tor, cliquez sur "
-"l’icône du BoutonTor, puis sélectionnez « Vérifier les màj. du 
navigateur "
-"Tor »."
+"Si l’on vous demande de mettre à jour le navigateur Tor, cliquez sur 
l’icône"
+" du BoutonTor, puis sur « Vérifier les mises à jour du navigateur Tor 
»."
 
 #. This is a reference to an external file such as an image or video. When
 #. the file changes, the md5 hash will change to let you know you need to

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


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

2018-02-13 Thread translation
commit 357d9db73ba6532a616cbebd20316d18bc9fe4fc
Author: Translation commit bot 
Date:   Tue Feb 13 21:20:44 2018 +

Update translations for exoneratorproperties
---
 fr/exonerator.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fr/exonerator.properties b/fr/exonerator.properties
index 30cacb0c5..9b3d6c459 100644
--- a/fr/exonerator.properties
+++ b/fr/exonerator.properties
@@ -50,5 +50,5 @@ footer.abouttor.body.link3=contacter « The Tor Project, Inc. 
»
 footer.aboutexonerator.heading=À propos d’ExoneraTor
 footer.aboutexonerator.body=Le service ExoneraTor gère une base de données 
d’adresses IP qui ont fait partie du réseau Tor. Il permet de savoir si un 
relais Tor fonctionnait pour une adresse IP donnée à une date précise. 
ExoneraTor peut enregistrer plus d’une adresse IP par relais si ces derniers 
utilisent une adresse IP différente pour se connecter à Internet de celle 
utilisée pour s’enregistrer sur le réseau Tor. ExoneraTor enregistre 
également les dates et heures auxquelles un relais a permis de faire transiter 
du trafic en provenance de Tor vers Internet.
 footer.language.name=Anglais
-footer.language.text=Cette page est également proposée dans les langues 
suivantes :
+footer.language.text=Cette page est également proposée dans les langues 
suivantes :
 

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


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

2018-02-13 Thread translation
commit 8243dc0ae1df1af24b4b6d809da93b8617eab42f
Author: Translation commit bot 
Date:   Tue Feb 13 21:20:49 2018 +

Update translations for exoneratorproperties_completed
---
 fr/exonerator.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fr/exonerator.properties b/fr/exonerator.properties
index 30cacb0c5..9b3d6c459 100644
--- a/fr/exonerator.properties
+++ b/fr/exonerator.properties
@@ -50,5 +50,5 @@ footer.abouttor.body.link3=contacter « The Tor Project, Inc. 
»
 footer.aboutexonerator.heading=À propos d’ExoneraTor
 footer.aboutexonerator.body=Le service ExoneraTor gère une base de données 
d’adresses IP qui ont fait partie du réseau Tor. Il permet de savoir si un 
relais Tor fonctionnait pour une adresse IP donnée à une date précise. 
ExoneraTor peut enregistrer plus d’une adresse IP par relais si ces derniers 
utilisent une adresse IP différente pour se connecter à Internet de celle 
utilisée pour s’enregistrer sur le réseau Tor. ExoneraTor enregistre 
également les dates et heures auxquelles un relais a permis de faire transiter 
du trafic en provenance de Tor vers Internet.
 footer.language.name=Anglais
-footer.language.text=Cette page est également proposée dans les langues 
suivantes :
+footer.language.text=Cette page est également proposée dans les langues 
suivantes :
 

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


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

2018-02-13 Thread translation
commit 063c89287519f7507afc850888686c6210510b4f
Author: Translation commit bot 
Date:   Tue Feb 13 21:17:50 2018 +

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

diff --git a/fr/torbutton.properties b/fr/torbutton.properties
index 1ac1cfd5f..8c4fcf12d 100644
--- a/fr/torbutton.properties
+++ b/fr/torbutton.properties
@@ -18,7 +18,7 @@ torbutton.popup.external.suggest = Par sécurité, vous ne 
devriez ouvrir les fi
 torbutton.popup.launch = Télécharger le fichier
 torbutton.popup.cancel = Annuler
 torbutton.popup.dontask = Télécharger automatiquement à partir de maintenant
-torbutton.popup.prompted_language = Pour renforcer votre anonymat, BoutonTor 
peut demander la version anglaise des pages Web. Les pages que vous préférez 
lire dans votre langue préférée pourraient alors s’afficher en 
anglais.\n\nVoulez-vous demander des pages Web en anglais pour améliorer votre 
anonymat ?
+torbutton.popup.prompted_language = Pour renforcer votre anonymat, BoutonTor 
peut demander la version anglaise des pages Web. Les pages que vous préférez 
lire dans votre langue maternelle pourraient alors s’afficher en 
anglais.\n\nVoulez-vous demander des pages Web en anglais pour améliorer votre 
anonymat ?
 torbutton.popup.no_newnym = BoutonTor ne peut pas vous attribuer une nouvelle 
identité de façon sûre. Il n’a pas accès au port de contrôle de 
Tor.\n\nUtilisez-vous l’offre groupée de navigation Tor ?
 torbutton.title.prompt_torbrowser = Informations importantes concernant 
BoutonTor
 torbutton.popup.prompt_torbrowser = BoutonTor fonctionne différemment 
maintenant : vous ne pouvez plus le désactiver.\n\nNous avons effectué ce 
changement car il n’est pas sécuritaire d’utiliser BoutonTor dans un 
navigateur qui est également utiliser pour une navigation sans Tor. Trop de 
bogues ne pouvaient être réglés autrement.\n\nSi vous voulez continuer à 
utiliser Firefox normalement, vous devriez désinstaller BoutonTor et 
télécharger l’offre groupée de navigation Tor. Les propriétés de 
confidentialité du navigateur Tor sont aussi supérieures à celles de 
Firefox, même s’il est utilisé avec BoutonTor.\n\nPour enlever BoutonTor, 
allez dans Outils->Modules complémentaires->Extensions et cliquer sur 
Supprimer à coté de BoutonTor.
@@ -31,7 +31,7 @@ torbutton.popup.confirm_newnym = Le navigateur Tor fermera 
tous les fenêtres et
 torbutton.slider_notification = Le menu de l’oignon vert propose maintenant 
un curseur de sécurité qui vous laisse ajuster votre niveau de sécurité. 
Découvrez-le !
 torbutton.slider_notification_button = Ouvrir préférences de sécurité
 
-torbutton.maximize_warning = Maximiser le navigateur Tor à l’écran peut 
permettre aux sites Web de déterminer votre taille de moniteur, laquelle peut 
être utilisée pour vous suivre à la trace. Nous recommandons que vous 
laissiez les fenêtres du navigateur Tor dans leur taille d’origine.
+torbutton.maximize_warning = Maximiser le navigateur Tor peut permettre aux 
sites Web de déterminer la taille de votre moniteur, ce qui peut être 
utilisé pour vous suivre à la trace. Nous vous recommandons de garder la 
taille d’origine des fenêtres du navigateur Tor.
 
 # Canvas permission prompt. Strings are kept here for ease of translation.
 canvas.siteprompt=Ce site Web (%S) a essayé d’extraire des données 
d’image de canevas HTML5, qui pourraient être utilisées pour identifier 
votre ordinateur de façon unique.\n\nLe navigateur Tor devrait-il permettre à 
ce site Web d’extraire des données d’image de canevas HTML5 ?

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


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

2018-02-13 Thread translation
commit d0a9085350b0f12824253fffd755e0b2ee09a771
Author: Translation commit bot 
Date:   Tue Feb 13 21:17:44 2018 +

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

diff --git a/fr/torbutton.properties b/fr/torbutton.properties
index 1ac1cfd5f..8c4fcf12d 100644
--- a/fr/torbutton.properties
+++ b/fr/torbutton.properties
@@ -18,7 +18,7 @@ torbutton.popup.external.suggest = Par sécurité, vous ne 
devriez ouvrir les fi
 torbutton.popup.launch = Télécharger le fichier
 torbutton.popup.cancel = Annuler
 torbutton.popup.dontask = Télécharger automatiquement à partir de maintenant
-torbutton.popup.prompted_language = Pour renforcer votre anonymat, BoutonTor 
peut demander la version anglaise des pages Web. Les pages que vous préférez 
lire dans votre langue préférée pourraient alors s’afficher en 
anglais.\n\nVoulez-vous demander des pages Web en anglais pour améliorer votre 
anonymat ?
+torbutton.popup.prompted_language = Pour renforcer votre anonymat, BoutonTor 
peut demander la version anglaise des pages Web. Les pages que vous préférez 
lire dans votre langue maternelle pourraient alors s’afficher en 
anglais.\n\nVoulez-vous demander des pages Web en anglais pour améliorer votre 
anonymat ?
 torbutton.popup.no_newnym = BoutonTor ne peut pas vous attribuer une nouvelle 
identité de façon sûre. Il n’a pas accès au port de contrôle de 
Tor.\n\nUtilisez-vous l’offre groupée de navigation Tor ?
 torbutton.title.prompt_torbrowser = Informations importantes concernant 
BoutonTor
 torbutton.popup.prompt_torbrowser = BoutonTor fonctionne différemment 
maintenant : vous ne pouvez plus le désactiver.\n\nNous avons effectué ce 
changement car il n’est pas sécuritaire d’utiliser BoutonTor dans un 
navigateur qui est également utiliser pour une navigation sans Tor. Trop de 
bogues ne pouvaient être réglés autrement.\n\nSi vous voulez continuer à 
utiliser Firefox normalement, vous devriez désinstaller BoutonTor et 
télécharger l’offre groupée de navigation Tor. Les propriétés de 
confidentialité du navigateur Tor sont aussi supérieures à celles de 
Firefox, même s’il est utilisé avec BoutonTor.\n\nPour enlever BoutonTor, 
allez dans Outils->Modules complémentaires->Extensions et cliquer sur 
Supprimer à coté de BoutonTor.
@@ -31,7 +31,7 @@ torbutton.popup.confirm_newnym = Le navigateur Tor fermera 
tous les fenêtres et
 torbutton.slider_notification = Le menu de l’oignon vert propose maintenant 
un curseur de sécurité qui vous laisse ajuster votre niveau de sécurité. 
Découvrez-le !
 torbutton.slider_notification_button = Ouvrir préférences de sécurité
 
-torbutton.maximize_warning = Maximiser le navigateur Tor à l’écran peut 
permettre aux sites Web de déterminer votre taille de moniteur, laquelle peut 
être utilisée pour vous suivre à la trace. Nous recommandons que vous 
laissiez les fenêtres du navigateur Tor dans leur taille d’origine.
+torbutton.maximize_warning = Maximiser le navigateur Tor peut permettre aux 
sites Web de déterminer la taille de votre moniteur, ce qui peut être 
utilisé pour vous suivre à la trace. Nous vous recommandons de garder la 
taille d’origine des fenêtres du navigateur Tor.
 
 # Canvas permission prompt. Strings are kept here for ease of translation.
 canvas.siteprompt=Ce site Web (%S) a essayé d’extraire des données 
d’image de canevas HTML5, qui pourraient être utilisées pour identifier 
votre ordinateur de façon unique.\n\nLe navigateur Tor devrait-il permettre à 
ce site Web d’extraire des données d’image de canevas HTML5 ?

___
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

2018-02-13 Thread translation
commit 2942a7ada78e06b53a9809f91afffc5783543505
Author: Translation commit bot 
Date:   Tue Feb 13 21:17:21 2018 +

Update translations for abouttor-homepage_completed
---
 fr/aboutTor.dtd | 20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/fr/aboutTor.dtd b/fr/aboutTor.dtd
index b003025d8..984fb13dc 100644
--- a/fr/aboutTor.dtd
+++ b/fr/aboutTor.dtd
@@ -14,7 +14,7 @@
 
 
 
-
+
 
 
 
@@ -26,20 +26,20 @@
 
 
 
-
-
+
+
 https://www.torproject.org/download/download.html#warning;>
 
-
+
 
-
-
+
+
 https://www.torproject.org/docs/tor-doc-relay.html;>
-
+
 https://www.torproject.org/getinvolved/volunteer.html;>
-
+
 https://www.torproject.org/donate/donate.html;>
 
-
-
+
+
 https://www.torproject.org/about/overview.html;>

___
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

2018-02-13 Thread translation
commit f726c06365e7e80a804f30025403605f9329e555
Author: Translation commit bot 
Date:   Tue Feb 13 21:17:16 2018 +

Update translations for abouttor-homepage
---
 fr/aboutTor.dtd | 20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/fr/aboutTor.dtd b/fr/aboutTor.dtd
index b003025d8..984fb13dc 100644
--- a/fr/aboutTor.dtd
+++ b/fr/aboutTor.dtd
@@ -14,7 +14,7 @@
 
 
 
-
+
 
 
 
@@ -26,20 +26,20 @@
 
 
 
-
-
+
+
 https://www.torproject.org/download/download.html#warning;>
 
-
+
 
-
-
+
+
 https://www.torproject.org/docs/tor-doc-relay.html;>
-
+
 https://www.torproject.org/getinvolved/volunteer.html;>
-
+
 https://www.torproject.org/donate/donate.html;>
 
-
-
+
+
 https://www.torproject.org/about/overview.html;>

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


[tor-commits] [translation/mat-gui] Update translations for mat-gui

2018-02-13 Thread translation
commit 4598f4fbd3633bc616bb2493d419e619f0675e54
Author: Translation commit bot 
Date:   Tue Feb 13 21:16:29 2018 +

Update translations for mat-gui
---
 az.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/az.po b/az.po
index b9ae074e9..508a6535c 100644
--- a/az.po
+++ b/az.po
@@ -9,7 +9,7 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2016-02-10 23:06+0100\n"
-"PO-Revision-Date: 2017-12-11 17:22+\n"
+"PO-Revision-Date: 2018-02-13 21:10+\n"
 "Last-Translator: carolyn \n"
 "Language-Team: Azerbaijani 
(http://www.transifex.com/otf/torproject/language/az/)\n"
 "MIME-Version: 1.0\n"

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


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

2018-02-13 Thread translation
commit e95f3a7f43aa1329c106e15088d141ee2820f72e
Author: Translation commit bot 
Date:   Tue Feb 13 21:15:22 2018 +

Update translations for torcheck_completed
---
 fr/torcheck.po | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/fr/torcheck.po b/fr/torcheck.po
index 1ee132dfc..84db8b822 100644
--- a/fr/torcheck.po
+++ b/fr/torcheck.po
@@ -6,7 +6,7 @@
 # arpalord , 2012
 # BitingBird , 2014
 # fanjoe , 2014
-# French language coordinator , 2017
+# French language coordinator , 2017-2018
 # French language coordinator , 2016
 # Hervé , 2015
 # Maxime , 2013
@@ -18,7 +18,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "POT-Creation-Date: 2012-02-16 20:28+PDT\n"
-"PO-Revision-Date: 2017-11-08 22:42+\n"
+"PO-Revision-Date: 2018-02-13 21:04+\n"
 "Last-Translator: French language coordinator \n"
 "Language-Team: French 
(http://www.transifex.com/otf/torproject/language/fr/)\n"
 "MIME-Version: 1.0\n"
@@ -64,16 +64,16 @@ msgid ""
 msgstr "Une interruption temporaire de service nous empêche de déterminer si 
votre adresse IP source est un nœud https://www.torproject.org/\;>Tor."
 
 msgid "Your IP address appears to be: "
-msgstr "Votre adresse IP semble être :"
+msgstr "Votre adresse IP semble être :"
 
 msgid "Are you using Tor?"
 msgstr "Êtes-vous en train d’utiliser Tor ?"
 
 msgid "This page is also available in the following languages:"
-msgstr "Cette page est également proposée dans les langues suivantes :"
+msgstr "Cette page est également proposée dans les langues suivantes :"
 
 msgid "For more information about this exit relay, see:"
-msgstr "Pour plus d’informations sur ce relais de sortie, voir :"
+msgstr "Pour plus d’informations sur ce relais de sortie, voir :"
 
 msgid ""
 "The Tor Project is a US 501(c)(3) non-profit dedicated to the research, "

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


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

2018-02-13 Thread translation
commit b7bf42b2a437dfef4a2b945f4aadae8dc4692343
Author: Translation commit bot 
Date:   Tue Feb 13 21:15:15 2018 +

Update translations for torcheck
---
 fr/torcheck.po | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/fr/torcheck.po b/fr/torcheck.po
index 1ee132dfc..84db8b822 100644
--- a/fr/torcheck.po
+++ b/fr/torcheck.po
@@ -6,7 +6,7 @@
 # arpalord , 2012
 # BitingBird , 2014
 # fanjoe , 2014
-# French language coordinator , 2017
+# French language coordinator , 2017-2018
 # French language coordinator , 2016
 # Hervé , 2015
 # Maxime , 2013
@@ -18,7 +18,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "POT-Creation-Date: 2012-02-16 20:28+PDT\n"
-"PO-Revision-Date: 2017-11-08 22:42+\n"
+"PO-Revision-Date: 2018-02-13 21:04+\n"
 "Last-Translator: French language coordinator \n"
 "Language-Team: French 
(http://www.transifex.com/otf/torproject/language/fr/)\n"
 "MIME-Version: 1.0\n"
@@ -64,16 +64,16 @@ msgid ""
 msgstr "Une interruption temporaire de service nous empêche de déterminer si 
votre adresse IP source est un nœud https://www.torproject.org/\;>Tor."
 
 msgid "Your IP address appears to be: "
-msgstr "Votre adresse IP semble être :"
+msgstr "Votre adresse IP semble être :"
 
 msgid "Are you using Tor?"
 msgstr "Êtes-vous en train d’utiliser Tor ?"
 
 msgid "This page is also available in the following languages:"
-msgstr "Cette page est également proposée dans les langues suivantes :"
+msgstr "Cette page est également proposée dans les langues suivantes :"
 
 msgid "For more information about this exit relay, see:"
-msgstr "Pour plus d’informations sur ce relais de sortie, voir :"
+msgstr "Pour plus d’informations sur ce relais de sortie, voir :"
 
 msgid ""
 "The Tor Project is a US 501(c)(3) non-profit dedicated to the research, "

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


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

2018-02-13 Thread translation
commit 6527cc9f935bee40c22be14b2b552ef0b3d049c0
Author: Translation commit bot 
Date:   Tue Feb 13 20:50:51 2018 +

Update translations for exoneratorproperties
---
 az/exonerator.properties | 2 +-
 fr/exonerator.properties | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/az/exonerator.properties b/az/exonerator.properties
index ae2137234..fa961a570 100644
--- a/az/exonerator.properties
+++ b/az/exonerator.properties
@@ -1,6 +1,6 @@
 form.explanation=Enter an IP address and date to find out whether that address 
was used as a Tor relay:
 form.ip.label=IP address
-form.timestamp.label=Date
+form.timestamp.label=Tarix
 form.search.label=Axtar
 summary.heading=Nəticə
 summary.serverproblem.dbnoconnect.title=Server problem
diff --git a/fr/exonerator.properties b/fr/exonerator.properties
index 07a0903c0..30cacb0c5 100644
--- a/fr/exonerator.properties
+++ b/fr/exonerator.properties
@@ -1,7 +1,7 @@
 form.explanation=Saisir une adresse IP et une date afin de savoir si 
l’adresse a été utilisée comme relais Tor :
 form.ip.label=Adresse IP
 form.timestamp.label=Date
-form.search.label=Rechercher
+form.search.label=Chercher
 summary.heading=Résumé
 summary.serverproblem.dbnoconnect.title=Problème de serveur
 summary.serverproblem.dbnoconnect.body.text=Impossible de se connecter à la 
base de données. Veuillez ressayer ultérieurement. Si ce problème perdure, 
veuillez %s !

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


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

2018-02-13 Thread translation
commit 19721aabca56cd703c6988dc04f868294823b277
Author: Translation commit bot 
Date:   Tue Feb 13 20:50:57 2018 +

Update translations for exoneratorproperties_completed
---
 fr/exonerator.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fr/exonerator.properties b/fr/exonerator.properties
index 07a0903c0..30cacb0c5 100644
--- a/fr/exonerator.properties
+++ b/fr/exonerator.properties
@@ -1,7 +1,7 @@
 form.explanation=Saisir une adresse IP et une date afin de savoir si 
l’adresse a été utilisée comme relais Tor :
 form.ip.label=Adresse IP
 form.timestamp.label=Date
-form.search.label=Rechercher
+form.search.label=Chercher
 summary.heading=Résumé
 summary.serverproblem.dbnoconnect.title=Problème de serveur
 summary.serverproblem.dbnoconnect.body.text=Impossible de se connecter à la 
base de données. Veuillez ressayer ultérieurement. Si ce problème perdure, 
veuillez %s !

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


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

2018-02-13 Thread translation
commit cffd7fd80b1afa2566905a85338507bcdbbfaa78
Author: Translation commit bot 
Date:   Tue Feb 13 20:48:59 2018 +

Update translations for torbutton-abouttorproperties_completed
---
 fr/abouttor.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fr/abouttor.properties b/fr/abouttor.properties
index f29050a26..952d3ae4a 100644
--- a/fr/abouttor.properties
+++ b/fr/abouttor.properties
@@ -2,7 +2,7 @@
 # See LICENSE for licensing information.
 # vim: set sw=2 sts=2 ts=8 et:
 
-aboutTor.searchDDG.privacy=Rechercher en toute sécurité 
avec DuckDuckGo.
+aboutTor.searchDDG.privacy=Chercher en toute sécurité 
avec DuckDuckGo.
 # The following string is a link which replaces %1$S above.
 aboutTor.searchDDG.privacy.link=https://duckduckgo.com/privacy.html
 # The following string is a link which replaces %2$S above.

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


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

2018-02-13 Thread translation
commit 08cbf73d778d2df31b5068930fdada6bf9138e66
Author: Translation commit bot 
Date:   Tue Feb 13 20:48:53 2018 +

Update translations for torbutton-abouttorproperties
---
 fr/abouttor.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fr/abouttor.properties b/fr/abouttor.properties
index f29050a26..952d3ae4a 100644
--- a/fr/abouttor.properties
+++ b/fr/abouttor.properties
@@ -2,7 +2,7 @@
 # See LICENSE for licensing information.
 # vim: set sw=2 sts=2 ts=8 et:
 
-aboutTor.searchDDG.privacy=Rechercher en toute sécurité 
avec DuckDuckGo.
+aboutTor.searchDDG.privacy=Chercher en toute sécurité 
avec DuckDuckGo.
 # The following string is a link which replaces %1$S above.
 aboutTor.searchDDG.privacy.link=https://duckduckgo.com/privacy.html
 # The following string is a link which replaces %2$S above.

___
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

2018-02-13 Thread translation
commit e31023ce7be9e20cfedbdc6d8211f87c8598c714
Author: Translation commit bot 
Date:   Tue Feb 13 20:47:28 2018 +

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

diff --git a/fr/aboutTor.dtd b/fr/aboutTor.dtd
index a325239b2..b003025d8 100644
--- a/fr/aboutTor.dtd
+++ b/fr/aboutTor.dtd
@@ -18,7 +18,7 @@
 
 
 
-
+
 https://duckduckgo.com;>
 
 

___
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

2018-02-13 Thread translation
commit 322e9906229e740bc5bca8c528d14ef68baf27b8
Author: Translation commit bot 
Date:   Tue Feb 13 20:47:22 2018 +

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

diff --git a/fr/aboutTor.dtd b/fr/aboutTor.dtd
index a325239b2..b003025d8 100644
--- a/fr/aboutTor.dtd
+++ b/fr/aboutTor.dtd
@@ -18,7 +18,7 @@
 
 
 
-
+
 https://duckduckgo.com;>
 
 

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


[tor-commits] [translation/tor-launcher-network-settings_completed] Update translations for tor-launcher-network-settings_completed

2018-02-13 Thread translation
commit 0450ecacaae935875470574453b3b3f6caf13f9e
Author: Translation commit bot 
Date:   Tue Feb 13 20:47:07 2018 +

Update translations for tor-launcher-network-settings_completed
---
 fr/network-settings.dtd | 18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/fr/network-settings.dtd b/fr/network-settings.dtd
index f8347d04a..833c1dc9e 100644
--- a/fr/network-settings.dtd
+++ b/fr/network-settings.dtd
@@ -10,7 +10,7 @@
 
 
 
-
+
 
 
 
@@ -20,16 +20,16 @@
 
 
 
-
+
 
 
-
+
 
 
 
 
 
-
+
 
 
 
@@ -40,7 +40,7 @@
 
 
 
-
+
 
 
 
@@ -48,11 +48,11 @@
 
 
 
-
+
 
 
-
-
+
+
 
 
-
+

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


[tor-commits] [translation/tor-launcher-network-settings] Update translations for tor-launcher-network-settings

2018-02-13 Thread translation
commit 2c7959ac5467aba401e9d2ed3dfae525201933d6
Author: Translation commit bot 
Date:   Tue Feb 13 20:47:01 2018 +

Update translations for tor-launcher-network-settings
---
 fr/network-settings.dtd | 18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/fr/network-settings.dtd b/fr/network-settings.dtd
index f8347d04a..833c1dc9e 100644
--- a/fr/network-settings.dtd
+++ b/fr/network-settings.dtd
@@ -10,7 +10,7 @@
 
 
 
-
+
 
 
 
@@ -20,16 +20,16 @@
 
 
 
-
+
 
 
-
+
 
 
 
 
 
-
+
 
 
 
@@ -40,7 +40,7 @@
 
 
 
-
+
 
 
 
@@ -48,11 +48,11 @@
 
 
 
-
+
 
 
-
-
+
+
 
 
-
+

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


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

2018-02-13 Thread translation
commit 865c25d1cd2be560cb7a2ba73d83b415164753dc
Author: Translation commit bot 
Date:   Tue Feb 13 20:46:55 2018 +

Update translations for tor-launcher-progress_completed
---
 fr/progress.dtd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fr/progress.dtd b/fr/progress.dtd
index 39a064362..4a1f61470 100644
--- a/fr/progress.dtd
+++ b/fr/progress.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/tor-launcher-progress] Update translations for tor-launcher-progress

2018-02-13 Thread translation
commit 0549a8ed9cbbad14e9c77e425a61e0bfdbceb2cf
Author: Translation commit bot 
Date:   Tue Feb 13 20:46:50 2018 +

Update translations for tor-launcher-progress
---
 fr/progress.dtd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fr/progress.dtd b/fr/progress.dtd
index 39a064362..4a1f61470 100644
--- a/fr/progress.dtd
+++ b/fr/progress.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/tor-launcher-properties_completed] Update translations for tor-launcher-properties_completed

2018-02-13 Thread translation
commit 88a69f6619746030c204c39ad4783a6ae987fa4b
Author: Translation commit bot 
Date:   Tue Feb 13 20:46:44 2018 +

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

diff --git a/fr/torlauncher.properties b/fr/torlauncher.properties
index 066dd152f..b3632ec72 100644
--- a/fr/torlauncher.properties
+++ b/fr/torlauncher.properties
@@ -10,7 +10,7 @@ torlauncher.tor_controlconn_failed=Impossible de se connecter 
au port de contrô
 torlauncher.tor_failed_to_start=Tor n’a pas pu démarrer.
 torlauncher.tor_control_failed=La prise de contrôle de Tor a échoué.
 torlauncher.tor_bootstrap_failed=Échec lors de la connexion de Tor au réseau 
Tor.
-torlauncher.tor_bootstrap_failed_details=%1$S a échoué (%2$S).
+torlauncher.tor_bootstrap_failed_details=L’étape %1$S a échoué (%2$S).
 
 torlauncher.unable_to_start_tor=Impossible de démarrer Tor.\n\n%S
 torlauncher.tor_missing=Il manque l’exécutable Tor.
@@ -40,7 +40,7 @@ torlauncher.done=Terminé
 torlauncher.forAssistance=Pour de l’assistance, contacter %S
 torlauncher.forAssistance2=Pour de l’assistance, visiter %S
 
-torlauncher.copiedNLogMessages=La copie est terminée. %S messages de 
journalisation de Tor sont prêts à être coller dans un éditeur de texte ou 
un courriel.
+torlauncher.copiedNLogMessages=La copie est terminée. %S messages de 
journalisation de Tor sont prêts à être collés dans un éditeur de texte ou 
un courriel.
 
 torlauncher.bootstrapStatus.conn_dir=Connexion à un annuaire de relais
 torlauncher.bootstrapStatus.handshake_dir=Mise en place d’une connexion 
chiffrée à l’annuaire

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


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

2018-02-13 Thread translation
commit 40eae40ddf55781a517362f9c743a010fd8e5012
Author: Translation commit bot 
Date:   Tue Feb 13 20:46:39 2018 +

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

diff --git a/fr/torlauncher.properties b/fr/torlauncher.properties
index 066dd152f..b3632ec72 100644
--- a/fr/torlauncher.properties
+++ b/fr/torlauncher.properties
@@ -10,7 +10,7 @@ torlauncher.tor_controlconn_failed=Impossible de se connecter 
au port de contrô
 torlauncher.tor_failed_to_start=Tor n’a pas pu démarrer.
 torlauncher.tor_control_failed=La prise de contrôle de Tor a échoué.
 torlauncher.tor_bootstrap_failed=Échec lors de la connexion de Tor au réseau 
Tor.
-torlauncher.tor_bootstrap_failed_details=%1$S a échoué (%2$S).
+torlauncher.tor_bootstrap_failed_details=L’étape %1$S a échoué (%2$S).
 
 torlauncher.unable_to_start_tor=Impossible de démarrer Tor.\n\n%S
 torlauncher.tor_missing=Il manque l’exécutable Tor.
@@ -40,7 +40,7 @@ torlauncher.done=Terminé
 torlauncher.forAssistance=Pour de l’assistance, contacter %S
 torlauncher.forAssistance2=Pour de l’assistance, visiter %S
 
-torlauncher.copiedNLogMessages=La copie est terminée. %S messages de 
journalisation de Tor sont prêts à être coller dans un éditeur de texte ou 
un courriel.
+torlauncher.copiedNLogMessages=La copie est terminée. %S messages de 
journalisation de Tor sont prêts à être collés dans un éditeur de texte ou 
un courriel.
 
 torlauncher.bootstrapStatus.conn_dir=Connexion à un annuaire de relais
 torlauncher.bootstrapStatus.handshake_dir=Mise en place d’une connexion 
chiffrée à l’annuaire

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


[tor-commits] [translation/tails-persistence-setup] Update translations for tails-persistence-setup

2018-02-13 Thread translation
commit ba998a9853bdcdd60b25f12bd9d4f79c9b7aa666
Author: Translation commit bot 
Date:   Tue Feb 13 20:46:05 2018 +

Update translations for tails-persistence-setup
---
 az/az.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/az/az.po b/az/az.po
index 783b705b1..0cc77bb56 100644
--- a/az/az.po
+++ b/az/az.po
@@ -9,7 +9,7 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: Tails developers \n"
 "POT-Creation-Date: 2017-05-15 13:51+0200\n"
-"PO-Revision-Date: 2017-12-11 17:28+\n"
+"PO-Revision-Date: 2018-02-13 20:30+\n"
 "Last-Translator: carolyn \n"
 "Language-Team: Azerbaijani 
(http://www.transifex.com/otf/torproject/language/az/)\n"
 "MIME-Version: 1.0\n"

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


[tor-commits] [translation/liveusb-creator] Update translations for liveusb-creator

2018-02-13 Thread translation
commit 38bc8e3d1b5c84280c9983d93cd8af3052318527
Author: Translation commit bot 
Date:   Tue Feb 13 20:45:52 2018 +

Update translations for liveusb-creator
---
 az/az.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/az/az.po b/az/az.po
index b4dbf..3cad3e4ed 100644
--- a/az/az.po
+++ b/az/az.po
@@ -11,7 +11,7 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-11-10 15:57+0100\n"
-"PO-Revision-Date: 2017-11-11 03:09+\n"
+"PO-Revision-Date: 2018-02-13 20:32+\n"
 "Last-Translator: carolyn \n"
 "Language-Team: Azerbaijani 
(http://www.transifex.com/otf/torproject/language/az/)\n"
 "MIME-Version: 1.0\n"
@@ -314,7 +314,7 @@ msgstr ""
 
 #: ../tails_installer/gui.py:456
 msgid "Upgrade"
-msgstr ""
+msgstr "Yenilə"
 
 #: ../tails_installer/gui.py:462 ../data/tails-installer.ui.h:7
 msgid "Install"

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


  1   2   >