[tor-commits] [torspec/master] fix typo

2018-04-01 Thread arma
commit e2145ba69c082db90d7df4a2db3aa9f8b4651269
Author: Roger Dingledine 
Date:   Mon Apr 2 00:24:46 2018 -0400

fix typo
---
 proposals/130-v2-conn-protocol.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proposals/130-v2-conn-protocol.txt 
b/proposals/130-v2-conn-protocol.txt
index 60e742a..f5c31cc 100644
--- a/proposals/130-v2-conn-protocol.txt
+++ b/proposals/130-v2-conn-protocol.txt
@@ -171,7 +171,7 @@ Proposal:
 
  The Data in the cell is a series of big-endian two-byte integers.
 
-   * It is not allowed to negotiate V1 conections once the v2 protocol
+   * It is not allowed to negotiate V1 connections once the v2 protocol
  has been used.  If this happens, Tor instances should close the
  connection.
 

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


[tor-commits] [tor/master] misc tiny fixes

2018-04-01 Thread arma
commit 0983c203e5faab7ce8e7f49ac24ce3e9da360838
Author: Roger Dingledine 
Date:   Sun Apr 1 23:47:44 2018 -0400

misc tiny fixes
---
 ChangeLog  | 4 ++--
 src/or/relay.c | 2 +-
 src/test/test_hs_service.c | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 58d5b81e0..98da35a07 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
 Changes in version 0.3.3.4-alpha - 2018-03-29
   Tor 0.3.3.4-alpha includes various bugfixes for issues found during
   the alpha testing of earlier releases in its series. We are
-  approaching a stable 0.3.3.4-alpha release: more testing is welcome!
+  approaching a stable 0.3.3 release: more testing is welcome!
 
   o New system requirements:
 - When built with Rust, Tor now depends on version 0.2.39 of the
@@ -3905,7 +3905,7 @@ Changes in version 0.3.0.8 - 2017-06-08
   o Major bugfixes (hidden service v3, backport from 0.3.1.1-alpha):
 - Stop rejecting v3 hidden service descriptors because their size
   did not match an old padding rule. Fixes bug 22447; bugfix on
-  tor-0.3.0.1-alpha.
+  0.3.0.1-alpha.
 
   o Minor features (fallback directory list, backport from 0.3.1.3-alpha):
 - Replace the 177 fallbacks originally introduced in Tor 0.2.9.8 in
diff --git a/src/or/relay.c b/src/or/relay.c
index 5dc9d9445..5651579c3 100644
--- a/src/or/relay.c
+++ b/src/or/relay.c
@@ -2945,7 +2945,7 @@ channel_flush_from_first_active_circuit, (channel_t 
*chan, int max))
 /** Add cell to the queue of circ writing to chan
  * transmitting in direction.
  *
- * The given cell is copied over the circuit queue so the caller must
+ * The given cell is copied onto the circuit queue so the caller must
  * cleanup the memory.
  *
  * This function is part of the fast path. */
diff --git a/src/test/test_hs_service.c b/src/test/test_hs_service.c
index 2e5280610..de74fdb30 100644
--- a/src/test/test_hs_service.c
+++ b/src/test/test_hs_service.c
@@ -1237,7 +1237,7 @@ test_build_update_descriptors(void *arg)
 node->is_running = node->is_valid = node->is_fast = node->is_stable = 1;
   }
 
-  /* We have to set thise, or the lack of microdescriptors for these
+  /* We have to set this, or the lack of microdescriptors for these
* nodes will make them unusable. */
   get_options_mutable()->UseMicrodescriptors = 0;
 

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


[tor-commits] [doctor/master] Limit BadExit sync notice to authorities in the minority

2018-04-01 Thread atagar
commit c024edd53869602995ffcf52e9233883b4325d23
Author: Damian Johnson 
Date:   Sun Apr 1 14:02:26 2018 -0700

Limit BadExit sync notice to authorities in the minority

When four authorites have the BadExit flag and one does not we only need to
notify minority part (and same vice versa). Noticed thanks to Linus.
---
 consensus_health_checker.py | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/consensus_health_checker.py b/consensus_health_checker.py
index 134..cd809cc 100755
--- a/consensus_health_checker.py
+++ b/consensus_health_checker.py
@@ -761,7 +761,12 @@ def bad_exits_in_sync(latest_consensus, consensuses, 
votes):
 if not_in_vote:
   attr.append('not in vote: %s' % ', '.join(not_in_vote))
 
-issues.append(Issue(Runlevel.NOTICE, 'BADEXIT_OUT_OF_SYNC', fingerprint = 
fingerprint, counts = ', '.join(attr), to = bad_exits.keys()))
+# Notify whoever doesn't match the consensus, and as such are in the 
minority.
+
+has_flag_in_consensus = Flag.BADEXIT in 
latest_consensus.routers[fingerprint].flags
+notice_for = without_flag if has_flag_in_consensus else with_flag
+
+issues.append(Issue(Runlevel.NOTICE, 'BADEXIT_OUT_OF_SYNC', fingerprint = 
fingerprint, counts = ', '.join(attr), to = notice_for))
 
   return issues
 

___
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-04-01 Thread translation
commit 027b77d968b8b372596f52686e2f6367b999a382
Author: Translation commit bot 
Date:   Sun Apr 1 18:45:46 2018 +

Update translations for liveusb-creator_completed
---
 pt_BR/pt_BR.po | 32 
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/pt_BR/pt_BR.po b/pt_BR/pt_BR.po
index 011771937..bc628e28f 100644
--- a/pt_BR/pt_BR.po
+++ b/pt_BR/pt_BR.po
@@ -29,7 +29,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: 2018-04-01 18:15+\n"
+"PO-Revision-Date: 2018-04-01 18:45+\n"
 "Last-Translator: Communia \n"
 "Language-Team: Portuguese (Brazil) 
(http://www.transifex.com/otf/torproject/language/pt_BR/)\n"
 "MIME-Version: 1.0\n"
@@ -159,7 +159,7 @@ msgstr "Nenhum ponto de montagem encontrado"
 #: ../tails_installer/creator.py:802
 #, python-format
 msgid "Entering unmount_device for '%(device)s'"
-msgstr "Adicionando dispositivo_desmontado ao '%(device)s'"
+msgstr "Inserindo unmount_device em '%(device)s'"
 
 #: ../tails_installer/creator.py:812
 #, python-format
@@ -184,7 +184,7 @@ msgstr "Particionando o dispositivo %(device)s"
 #: ../tails_installer/creator.py:959
 #, python-format
 msgid "Unsupported device '%(device)s', please report a bug."
-msgstr "Dispositivo incompatível '%(device)s', por favor relate o bug."
+msgstr "Dispositivo incompatível '%(device)s'. Por favor, relate o bug."
 
 #: ../tails_installer/creator.py:962
 msgid "Trying to continue anyway."
@@ -201,7 +201,7 @@ msgstr "Não foi possível alterar o rótulo do 
dispositivo: %(message)s"
 
 #: ../tails_installer/creator.py:1000 ../tails_installer/creator.py:1397
 msgid "Installing bootloader..."
-msgstr "Instalando reinicializador..."
+msgstr "Instalando menu de inicialização..."
 
 #: ../tails_installer/creator.py:1026
 #, python-format
@@ -341,7 +341,7 @@ msgstr "Instalar"
 #: ../tails_installer/gui.py:469
 #, python-format
 msgid "%(size)s %(vendor)s %(model)s device (%(device)s)"
-msgstr "%(size)s %(vendor)s %(model)s aparelho (%(device)s)"
+msgstr "%(size)s %(vendor)s %(model)s dispositivo (%(device)s)"
 
 #: ../tails_installer/gui.py:481
 msgid "No ISO image selected"
@@ -377,7 +377,7 @@ msgstr "O dispositivo \"%(pretty_name)s\" é muito restrito 
para instalar Tails
 
 #: ../tails_installer/gui.py:589
 msgid "An error happened while installing Tails"
-msgstr "Um erro ocorreu durante a instalacao do Tails"
+msgstr "Ocorreu um erro durante a instalação do Tails"
 
 #: ../tails_installer/gui.py:601
 msgid "Refreshing releases..."
@@ -409,19 +409,19 @@ msgid ""
 "%(size)s %(vendor)s %(model)s device (%(device)s)\n"
 "\n"
 "All data on this USB stick will be lost."
-msgstr "%(size)s %(vendor)s %(model)s aparelho (%(device)s)\n\nTodos os dados 
contidos neste dispositivo USB serão perdidos."
+msgstr "%(size)s %(vendor)s %(model)s dispositivo (%(device)s)\n\nTodos os 
dados contidos neste dispositivo USB serão perdidos."
 
 #: ../tails_installer/gui.py:722
 #, python-format
 msgid "%(parent_size)s %(vendor)s %(model)s device (%(device)s)"
-msgstr "%(parent_size)s %(vendor)s %(model)s aparelho (%(device)s)"
+msgstr "%(parent_size)s %(vendor)s %(model)s dispositivo (%(device)s)"
 
 #: ../tails_installer/gui.py:730
 msgid ""
 "\n"
 "\n"
 "The persistent storage on this USB stick will be preserved."
-msgstr "\n\nA partição de armazenamento persistente deste dispositivo USB 
será preservada."
+msgstr "\n\nO volume de armazenamento persistente deste dispositivo USB será 
preservado."
 
 #: ../tails_installer/gui.py:731
 #, python-format
@@ -455,7 +455,7 @@ msgstr "Não foi possível utilizar o arquivo selecionado. 
Talvez você tenha ma
 #: ../tails_installer/gui.py:806
 #, python-format
 msgid "%(filename)s selected"
-msgstr "%(filename)s selecionado"
+msgstr "%(filename)s selecionado(s)"
 
 #: ../tails_installer/source.py:28
 msgid "Unable to find LiveOS on ISO"
@@ -464,7 +464,7 @@ msgstr "Não foi possível encontrar nenhum Sistema 
Operacional Live em ISO"
 #: ../tails_installer/source.py:34
 #, python-format
 msgid "Could not guess underlying block device: %s"
-msgstr "Não foi possível adivinhar o dispositivo do bloco subjacente: %s"
+msgstr "Não foi possível identificar o arquivo de dispositivo: %s"
 
 #: ../tails_installer/source.py:49
 #, python-format
@@ -477,17 +477,17 @@ msgstr "Houve um problema ao executar  `%s`.\n%s\n%s"
 #: ../tails_installer/source.py:63
 #, python-format
 msgid "'%s' does not exist"
-msgstr "'%s' nao existe"
+msgstr "'%s' não existe"
 
 #: ../tails_installer/source.py:65
 #, python-format
 msgid "'%s' is not a directory"
-msgstr "'%s' nao é um diretório"
+msgstr "'%s' não é um diretório"
 
 #: ../tails_installer/source.py:75
 #, python-format
 msgid "Skipping '%(filename)s'"
-msgstr "Ignorando '%(filename)s'"
+msgstr "Pulando '%(filename)s'"
 
 #: ../tails_installer/utils.py:44
 #, 

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

2018-04-01 Thread translation
commit ae52b01193d98a704113232e79ea76d1d940ddcc
Author: Translation commit bot 
Date:   Sun Apr 1 18:45:41 2018 +

Update translations for liveusb-creator
---
 pt_BR/pt_BR.po | 32 
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/pt_BR/pt_BR.po b/pt_BR/pt_BR.po
index 011771937..bc628e28f 100644
--- a/pt_BR/pt_BR.po
+++ b/pt_BR/pt_BR.po
@@ -29,7 +29,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: 2018-04-01 18:15+\n"
+"PO-Revision-Date: 2018-04-01 18:45+\n"
 "Last-Translator: Communia \n"
 "Language-Team: Portuguese (Brazil) 
(http://www.transifex.com/otf/torproject/language/pt_BR/)\n"
 "MIME-Version: 1.0\n"
@@ -159,7 +159,7 @@ msgstr "Nenhum ponto de montagem encontrado"
 #: ../tails_installer/creator.py:802
 #, python-format
 msgid "Entering unmount_device for '%(device)s'"
-msgstr "Adicionando dispositivo_desmontado ao '%(device)s'"
+msgstr "Inserindo unmount_device em '%(device)s'"
 
 #: ../tails_installer/creator.py:812
 #, python-format
@@ -184,7 +184,7 @@ msgstr "Particionando o dispositivo %(device)s"
 #: ../tails_installer/creator.py:959
 #, python-format
 msgid "Unsupported device '%(device)s', please report a bug."
-msgstr "Dispositivo incompatível '%(device)s', por favor relate o bug."
+msgstr "Dispositivo incompatível '%(device)s'. Por favor, relate o bug."
 
 #: ../tails_installer/creator.py:962
 msgid "Trying to continue anyway."
@@ -201,7 +201,7 @@ msgstr "Não foi possível alterar o rótulo do 
dispositivo: %(message)s"
 
 #: ../tails_installer/creator.py:1000 ../tails_installer/creator.py:1397
 msgid "Installing bootloader..."
-msgstr "Instalando reinicializador..."
+msgstr "Instalando menu de inicialização..."
 
 #: ../tails_installer/creator.py:1026
 #, python-format
@@ -341,7 +341,7 @@ msgstr "Instalar"
 #: ../tails_installer/gui.py:469
 #, python-format
 msgid "%(size)s %(vendor)s %(model)s device (%(device)s)"
-msgstr "%(size)s %(vendor)s %(model)s aparelho (%(device)s)"
+msgstr "%(size)s %(vendor)s %(model)s dispositivo (%(device)s)"
 
 #: ../tails_installer/gui.py:481
 msgid "No ISO image selected"
@@ -377,7 +377,7 @@ msgstr "O dispositivo \"%(pretty_name)s\" é muito restrito 
para instalar Tails
 
 #: ../tails_installer/gui.py:589
 msgid "An error happened while installing Tails"
-msgstr "Um erro ocorreu durante a instalacao do Tails"
+msgstr "Ocorreu um erro durante a instalação do Tails"
 
 #: ../tails_installer/gui.py:601
 msgid "Refreshing releases..."
@@ -409,19 +409,19 @@ msgid ""
 "%(size)s %(vendor)s %(model)s device (%(device)s)\n"
 "\n"
 "All data on this USB stick will be lost."
-msgstr "%(size)s %(vendor)s %(model)s aparelho (%(device)s)\n\nTodos os dados 
contidos neste dispositivo USB serão perdidos."
+msgstr "%(size)s %(vendor)s %(model)s dispositivo (%(device)s)\n\nTodos os 
dados contidos neste dispositivo USB serão perdidos."
 
 #: ../tails_installer/gui.py:722
 #, python-format
 msgid "%(parent_size)s %(vendor)s %(model)s device (%(device)s)"
-msgstr "%(parent_size)s %(vendor)s %(model)s aparelho (%(device)s)"
+msgstr "%(parent_size)s %(vendor)s %(model)s dispositivo (%(device)s)"
 
 #: ../tails_installer/gui.py:730
 msgid ""
 "\n"
 "\n"
 "The persistent storage on this USB stick will be preserved."
-msgstr "\n\nA partição de armazenamento persistente deste dispositivo USB 
será preservada."
+msgstr "\n\nO volume de armazenamento persistente deste dispositivo USB será 
preservado."
 
 #: ../tails_installer/gui.py:731
 #, python-format
@@ -455,7 +455,7 @@ msgstr "Não foi possível utilizar o arquivo selecionado. 
Talvez você tenha ma
 #: ../tails_installer/gui.py:806
 #, python-format
 msgid "%(filename)s selected"
-msgstr "%(filename)s selecionado"
+msgstr "%(filename)s selecionado(s)"
 
 #: ../tails_installer/source.py:28
 msgid "Unable to find LiveOS on ISO"
@@ -464,7 +464,7 @@ msgstr "Não foi possível encontrar nenhum Sistema 
Operacional Live em ISO"
 #: ../tails_installer/source.py:34
 #, python-format
 msgid "Could not guess underlying block device: %s"
-msgstr "Não foi possível adivinhar o dispositivo do bloco subjacente: %s"
+msgstr "Não foi possível identificar o arquivo de dispositivo: %s"
 
 #: ../tails_installer/source.py:49
 #, python-format
@@ -477,17 +477,17 @@ msgstr "Houve um problema ao executar  `%s`.\n%s\n%s"
 #: ../tails_installer/source.py:63
 #, python-format
 msgid "'%s' does not exist"
-msgstr "'%s' nao existe"
+msgstr "'%s' não existe"
 
 #: ../tails_installer/source.py:65
 #, python-format
 msgid "'%s' is not a directory"
-msgstr "'%s' nao é um diretório"
+msgstr "'%s' não é um diretório"
 
 #: ../tails_installer/source.py:75
 #, python-format
 msgid "Skipping '%(filename)s'"
-msgstr "Ignorando '%(filename)s'"
+msgstr "Pulando '%(filename)s'"
 
 #: ../tails_installer/utils.py:44
 #, 

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

2018-04-01 Thread translation
commit b589afa2a9afaaced67ce6a2185db5268739e6d1
Author: Translation commit bot 
Date:   Sun Apr 1 18:15:42 2018 +

Update translations for liveusb-creator
---
 pt_BR/pt_BR.po | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pt_BR/pt_BR.po b/pt_BR/pt_BR.po
index 16e97fa7f..011771937 100644
--- a/pt_BR/pt_BR.po
+++ b/pt_BR/pt_BR.po
@@ -29,7 +29,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: 2018-03-28 14:05+\n"
+"PO-Revision-Date: 2018-04-01 18:15+\n"
 "Last-Translator: Communia \n"
 "Language-Team: Portuguese (Brazil) 
(http://www.transifex.com/otf/torproject/language/pt_BR/)\n"
 "MIME-Version: 1.0\n"
@@ -60,7 +60,7 @@ msgstr "Configurando o arquivo de inicialização do OLPC ..."
 msgid ""
 "There was a problem executing the following command: `%(command)s`.\n"
 "A more detailed error log has been written to '%(filename)s'."
-msgstr "Problema encontrado ao executar o seguinte comando: `%(command)s`.\nUm 
arquivo de registro mais detalhado foi criado em '%(filename)s'."
+msgstr "Problema encontrado ao executar o seguinte comando: `%(command)s`.\nUm 
log de erro mais detalhado foi criado em '%(filename)s'."
 
 #: ../tails_installer/creator.py:334
 msgid "Verifying SHA1 checksum of LiveCD image..."
@@ -74,7 +74,7 @@ msgstr "Examinando a soma de verificação do SHA256 (Secure 
Hash Algorithm-256)
 msgid ""
 "Error: The SHA1 of your Live CD is invalid.  You can run this program with "
 "the --noverify argument to bypass this verification check."
-msgstr "Erro: o SHA1 do seu LiveCD é inválido. Você pode executar este 
programa com a opção `--noverify' para contornar essa verificação."
+msgstr "Erro: o SHA1 do seu LiveCD é inválido. Você pode executar este 
programa com a opção `--noverify' para driblar essa verificação."
 
 #: ../tails_installer/creator.py:360
 msgid "Unknown ISO, skipping checksum verification"
@@ -95,7 +95,7 @@ msgstr "Criando sobrecamada persistente de %sMB..."
 #: ../tails_installer/creator.py:439
 #, python-format
 msgid "Unable to copy %(infile)s to %(outfile)s: %(message)s"
-msgstr "Não foi possível copiar %(infile)s para %(outfile)s: %(message)s"
+msgstr "Não foi possível copiar %(infile)s em %(outfile)s: %(message)s"
 
 #: ../tails_installer/creator.py:453
 msgid "Removing existing Live OS"
@@ -184,7 +184,7 @@ msgstr "Particionando o dispositivo %(device)s"
 #: ../tails_installer/creator.py:959
 #, python-format
 msgid "Unsupported device '%(device)s', please report a bug."
-msgstr "Dispositivo incompatível '%(device)s', por favor reporte o bug."
+msgstr "Dispositivo incompatível '%(device)s', por favor relate o bug."
 
 #: ../tails_installer/creator.py:962
 msgid "Trying to continue anyway."

___
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-04-01 Thread translation
commit c260cee1ed48351d38bcd60a4b14dc8bd5f93046
Author: Translation commit bot 
Date:   Sun Apr 1 18:15:48 2018 +

Update translations for liveusb-creator_completed
---
 pt_BR/pt_BR.po | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pt_BR/pt_BR.po b/pt_BR/pt_BR.po
index 16e97fa7f..011771937 100644
--- a/pt_BR/pt_BR.po
+++ b/pt_BR/pt_BR.po
@@ -29,7 +29,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: 2018-03-28 14:05+\n"
+"PO-Revision-Date: 2018-04-01 18:15+\n"
 "Last-Translator: Communia \n"
 "Language-Team: Portuguese (Brazil) 
(http://www.transifex.com/otf/torproject/language/pt_BR/)\n"
 "MIME-Version: 1.0\n"
@@ -60,7 +60,7 @@ msgstr "Configurando o arquivo de inicialização do OLPC ..."
 msgid ""
 "There was a problem executing the following command: `%(command)s`.\n"
 "A more detailed error log has been written to '%(filename)s'."
-msgstr "Problema encontrado ao executar o seguinte comando: `%(command)s`.\nUm 
arquivo de registro mais detalhado foi criado em '%(filename)s'."
+msgstr "Problema encontrado ao executar o seguinte comando: `%(command)s`.\nUm 
log de erro mais detalhado foi criado em '%(filename)s'."
 
 #: ../tails_installer/creator.py:334
 msgid "Verifying SHA1 checksum of LiveCD image..."
@@ -74,7 +74,7 @@ msgstr "Examinando a soma de verificação do SHA256 (Secure 
Hash Algorithm-256)
 msgid ""
 "Error: The SHA1 of your Live CD is invalid.  You can run this program with "
 "the --noverify argument to bypass this verification check."
-msgstr "Erro: o SHA1 do seu LiveCD é inválido. Você pode executar este 
programa com a opção `--noverify' para contornar essa verificação."
+msgstr "Erro: o SHA1 do seu LiveCD é inválido. Você pode executar este 
programa com a opção `--noverify' para driblar essa verificação."
 
 #: ../tails_installer/creator.py:360
 msgid "Unknown ISO, skipping checksum verification"
@@ -95,7 +95,7 @@ msgstr "Criando sobrecamada persistente de %sMB..."
 #: ../tails_installer/creator.py:439
 #, python-format
 msgid "Unable to copy %(infile)s to %(outfile)s: %(message)s"
-msgstr "Não foi possível copiar %(infile)s para %(outfile)s: %(message)s"
+msgstr "Não foi possível copiar %(infile)s em %(outfile)s: %(message)s"
 
 #: ../tails_installer/creator.py:453
 msgid "Removing existing Live OS"
@@ -184,7 +184,7 @@ msgstr "Particionando o dispositivo %(device)s"
 #: ../tails_installer/creator.py:959
 #, python-format
 msgid "Unsupported device '%(device)s', please report a bug."
-msgstr "Dispositivo incompatível '%(device)s', por favor reporte o bug."
+msgstr "Dispositivo incompatível '%(device)s', por favor relate o bug."
 
 #: ../tails_installer/creator.py:962
 msgid "Trying to continue anyway."

___
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-04-01 Thread translation
commit 52e7aa8ce6de5f246a78e08cd53931060d024db5
Author: Translation commit bot 
Date:   Sun Apr 1 16:19:22 2018 +

Update translations for tails-greeter-2
---
 pt_BR/pt_BR.po | 20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/pt_BR/pt_BR.po b/pt_BR/pt_BR.po
index 68c2e9de6..d022abe50 100644
--- a/pt_BR/pt_BR.po
+++ b/pt_BR/pt_BR.po
@@ -171,7 +171,7 @@ msgstr "Desbloquear"
 
 #: ../data/greeter.ui.h:34
 msgid "Relock Persistent Storage"
-msgstr "Bloquear o Dispositivo de Armazenamento Persistente de novo"
+msgstr "Rebloquear o Dispositivo de Armazenamento Persistente"
 
 #: ../data/greeter.ui.h:35
 msgid "Your persistent storage is unlocked. Restart Tails to lock it again."
@@ -201,9 +201,9 @@ msgid ""
 "configure a Tor bridge or a local proxy. To work completely offline, you can"
 " disable all networking."
 msgstr ""
-"Se a sua conexão de Internet estiver estiver censurada, filtrada ou sob "
-"proxy, você pode configurar uma ponte Tor ou um proxy local. Para trabalhar "
-"totalmente offline, é preciso desabilitar toda conexão de rede."
+"Se a sua conexão de Internet estiver censurada, filtrada ou sob proxy, você 
"
+"pode configurar uma ponte Tor ou um proxy local. Para trabalhar totalmente "
+"offline, é preciso desabilitar toda conexão de rede."
 
 #: ../data/greeter.ui.h:41
 msgid "Connect directly to the Tor network (default)"
@@ -222,7 +222,7 @@ msgid ""
 "The default settings are safe in most situations. To add a custom setting, "
 "press the \"+\" button below."
 msgstr ""
-"A configurações padrão são seguras na maioria dos casos. Para adicional "
+"As configurações padrão são seguras na maioria dos casos. Para outras "
 "configurações personalizadas, clique na tecla \"+\" abaixo."
 
 #: ../data/greeter.ui.h:45
@@ -259,15 +259,15 @@ msgstr "Ponte & Proxy"
 
 #: ../tailsgreeter/gui.py:397
 msgid "Offline"
-msgstr "sem linha"
+msgstr "Offline"
 
 #: ../tailsgreeter/gui.py:481
 msgid "Failed to relock persistent storage."
-msgstr "Falha ao fechar de novo o dispositivo de armazenamento Persistent ."
+msgstr "Falha ao rebloquear o volume de armazenamento persistente."
 
 #: ../tailsgreeter/gui.py:499
 msgid "Unlocking…"
-msgstr "Abrindo..."
+msgstr "Desbloqueando..."
 
 #: ../tailsgreeter/gui.py:594
 msgid "Additional Settings"
@@ -305,7 +305,7 @@ msgid ""
 "live-persist failed with return code {returncode}:\n"
 "{stderr}"
 msgstr ""
-"live-persist não pôde retornar o código {returncode]:\n"
+"live-persist não conseguiu retornar o código {returncode]:\n"
 "{stderr}"
 
 #: ../tailsgreeter/persistence.py:122 ../tailsgreeter/persistence.py:139
@@ -315,7 +315,7 @@ msgid ""
 "{stdout}\n"
 "{stderr}"
 msgstr ""
-"cryptsetup não pôde retornar o código  {returncode}:\n"
+"cryptsetup não conseguiu retornar o código  {returncode}:\n"
 "{stdout}\n"
 "{stderr}"
 

___
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-04-01 Thread translation
commit c93b79796b9d4ab9306141c0216bee6f1ac19c82
Author: Translation commit bot 
Date:   Sun Apr 1 16:19:26 2018 +

Update translations for tails-greeter-2_completed
---
 pt_BR/pt_BR.po | 20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/pt_BR/pt_BR.po b/pt_BR/pt_BR.po
index 68c2e9de6..d022abe50 100644
--- a/pt_BR/pt_BR.po
+++ b/pt_BR/pt_BR.po
@@ -171,7 +171,7 @@ msgstr "Desbloquear"
 
 #: ../data/greeter.ui.h:34
 msgid "Relock Persistent Storage"
-msgstr "Bloquear o Dispositivo de Armazenamento Persistente de novo"
+msgstr "Rebloquear o Dispositivo de Armazenamento Persistente"
 
 #: ../data/greeter.ui.h:35
 msgid "Your persistent storage is unlocked. Restart Tails to lock it again."
@@ -201,9 +201,9 @@ msgid ""
 "configure a Tor bridge or a local proxy. To work completely offline, you can"
 " disable all networking."
 msgstr ""
-"Se a sua conexão de Internet estiver estiver censurada, filtrada ou sob "
-"proxy, você pode configurar uma ponte Tor ou um proxy local. Para trabalhar "
-"totalmente offline, é preciso desabilitar toda conexão de rede."
+"Se a sua conexão de Internet estiver censurada, filtrada ou sob proxy, você 
"
+"pode configurar uma ponte Tor ou um proxy local. Para trabalhar totalmente "
+"offline, é preciso desabilitar toda conexão de rede."
 
 #: ../data/greeter.ui.h:41
 msgid "Connect directly to the Tor network (default)"
@@ -222,7 +222,7 @@ msgid ""
 "The default settings are safe in most situations. To add a custom setting, "
 "press the \"+\" button below."
 msgstr ""
-"A configurações padrão são seguras na maioria dos casos. Para adicional "
+"As configurações padrão são seguras na maioria dos casos. Para outras "
 "configurações personalizadas, clique na tecla \"+\" abaixo."
 
 #: ../data/greeter.ui.h:45
@@ -259,15 +259,15 @@ msgstr "Ponte & Proxy"
 
 #: ../tailsgreeter/gui.py:397
 msgid "Offline"
-msgstr "sem linha"
+msgstr "Offline"
 
 #: ../tailsgreeter/gui.py:481
 msgid "Failed to relock persistent storage."
-msgstr "Falha ao fechar de novo o dispositivo de armazenamento Persistent ."
+msgstr "Falha ao rebloquear o volume de armazenamento persistente."
 
 #: ../tailsgreeter/gui.py:499
 msgid "Unlocking…"
-msgstr "Abrindo..."
+msgstr "Desbloqueando..."
 
 #: ../tailsgreeter/gui.py:594
 msgid "Additional Settings"
@@ -305,7 +305,7 @@ msgid ""
 "live-persist failed with return code {returncode}:\n"
 "{stderr}"
 msgstr ""
-"live-persist não pôde retornar o código {returncode]:\n"
+"live-persist não conseguiu retornar o código {returncode]:\n"
 "{stderr}"
 
 #: ../tailsgreeter/persistence.py:122 ../tailsgreeter/persistence.py:139
@@ -315,7 +315,7 @@ msgid ""
 "{stdout}\n"
 "{stderr}"
 msgstr ""
-"cryptsetup não pôde retornar o código  {returncode}:\n"
+"cryptsetup não conseguiu retornar o código  {returncode}:\n"
 "{stdout}\n"
 "{stderr}"
 

___
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-04-01 Thread translation
commit 5a81f65f7c59b63f1ee6e9f6bd6f77be254008dd
Author: Translation commit bot 
Date:   Sun Apr 1 15:49:30 2018 +

Update translations for tails-greeter-2
---
 pt_BR/pt_BR.po | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pt_BR/pt_BR.po b/pt_BR/pt_BR.po
index 89edeee72..68c2e9de6 100644
--- a/pt_BR/pt_BR.po
+++ b/pt_BR/pt_BR.po
@@ -95,7 +95,7 @@ msgstr "Não mascarar a identidade de endereços MAC"
 msgid "Cannot unlock encrypted storage with this passphrase."
 msgstr ""
 "Não foi possível abrir o dispositivo de armazenamento criptografado com 
esta"
-" frase-senha"
+" frase secreta"
 
 #: ../data/greeter.ui.h:18
 msgid ""
@@ -152,7 +152,7 @@ msgstr "Criptografado_ Armazenamento Persistente"
 
 #: ../data/greeter.ui.h:30
 msgid "Show Passphrase"
-msgstr "Mostrar Frase-senha"
+msgstr "Mostrar Frase secreta"
 
 #: ../data/greeter.ui.h:31
 msgid "Configure Persistent Storage"
@@ -161,13 +161,13 @@ msgstr "Configurar o Dispositivo de Armazenamento 
Persistente"
 #: ../data/greeter.ui.h:32
 msgid "Enter your passphrase to unlock the persistent storage"
 msgstr ""
-"Inserir a sua frase-senha para abrir o dispositivo de armazenamento "
+"Inserir a sua frase secreta para abrir o dispositivo de armazenamento "
 "persistente"
 
 #: ../data/greeter.ui.h:33 ../tailsgreeter/gui.py:478
 #: ../tailsgreeter/gui.py:528
 msgid "Unlock"
-msgstr "Abrir"
+msgstr "Desbloquear"
 
 #: ../data/greeter.ui.h:34
 msgid "Relock Persistent Storage"

___
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-04-01 Thread translation
commit 46245f9042e7164a7b9afdd095e4033127d31e62
Author: Translation commit bot 
Date:   Sun Apr 1 15:49:35 2018 +

Update translations for tails-greeter-2_completed
---
 pt_BR/pt_BR.po | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pt_BR/pt_BR.po b/pt_BR/pt_BR.po
index 89edeee72..68c2e9de6 100644
--- a/pt_BR/pt_BR.po
+++ b/pt_BR/pt_BR.po
@@ -95,7 +95,7 @@ msgstr "Não mascarar a identidade de endereços MAC"
 msgid "Cannot unlock encrypted storage with this passphrase."
 msgstr ""
 "Não foi possível abrir o dispositivo de armazenamento criptografado com 
esta"
-" frase-senha"
+" frase secreta"
 
 #: ../data/greeter.ui.h:18
 msgid ""
@@ -152,7 +152,7 @@ msgstr "Criptografado_ Armazenamento Persistente"
 
 #: ../data/greeter.ui.h:30
 msgid "Show Passphrase"
-msgstr "Mostrar Frase-senha"
+msgstr "Mostrar Frase secreta"
 
 #: ../data/greeter.ui.h:31
 msgid "Configure Persistent Storage"
@@ -161,13 +161,13 @@ msgstr "Configurar o Dispositivo de Armazenamento 
Persistente"
 #: ../data/greeter.ui.h:32
 msgid "Enter your passphrase to unlock the persistent storage"
 msgstr ""
-"Inserir a sua frase-senha para abrir o dispositivo de armazenamento "
+"Inserir a sua frase secreta para abrir o dispositivo de armazenamento "
 "persistente"
 
 #: ../data/greeter.ui.h:33 ../tailsgreeter/gui.py:478
 #: ../tailsgreeter/gui.py:528
 msgid "Unlock"
-msgstr "Abrir"
+msgstr "Desbloquear"
 
 #: ../data/greeter.ui.h:34
 msgid "Relock Persistent Storage"

___
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-04-01 Thread translation
commit ff2f74ae26bdc8a13f57ad9a97f13ff37f71652e
Author: Translation commit bot 
Date:   Sun Apr 1 15:48:29 2018 +

Update translations for tails-onioncircuits_completed
---
 pt_BR/onioncircuits.pot | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pt_BR/onioncircuits.pot b/pt_BR/onioncircuits.pot
index 13abed4aa..05f7c1b00 100644
--- a/pt_BR/onioncircuits.pot
+++ b/pt_BR/onioncircuits.pot
@@ -11,7 +11,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-03-28 13:51+\n"
+"PO-Revision-Date: 2018-04-01 15:33+\n"
 "Last-Translator: Communia \n"
 "Language-Team: Portuguese (Brazil) 
(http://www.transifex.com/otf/torproject/language/pt_BR/)\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/tails-onioncircuits] Update translations for tails-onioncircuits

2018-04-01 Thread translation
commit 18f6109494b06411b5c8bed43221f062147d615f
Author: Translation commit bot 
Date:   Sun Apr 1 15:48:24 2018 +

Update translations for tails-onioncircuits
---
 pt_BR/onioncircuits.pot | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pt_BR/onioncircuits.pot b/pt_BR/onioncircuits.pot
index 13abed4aa..05f7c1b00 100644
--- a/pt_BR/onioncircuits.pot
+++ b/pt_BR/onioncircuits.pot
@@ -11,7 +11,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-03-28 13:51+\n"
+"PO-Revision-Date: 2018-04-01 15:33+\n"
 "Last-Translator: Communia \n"
 "Language-Team: Portuguese (Brazil) 
(http://www.transifex.com/otf/torproject/language/pt_BR/)\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/tails-perl5lib_completed] Update translations for tails-perl5lib_completed

2018-04-01 Thread translation
commit 9770db41bb90093ba6fdb972d39bb51dc915810c
Author: Translation commit bot 
Date:   Sun Apr 1 15:47:37 2018 +

Update translations for tails-perl5lib_completed
---
 pt_BR.po | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/pt_BR.po b/pt_BR.po
index 29b69eb01..3a69ef3e5 100644
--- a/pt_BR.po
+++ b/pt_BR.po
@@ -3,14 +3,14 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Communia , 2016
+# Communia , 2016,2018
 # Maxmalinha, 2014
 msgid ""
 msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: Tails developers \n"
-"POT-Creation-Date: 2017-05-20 10:59+0200\n"
-"PO-Revision-Date: 2017-09-23 19:28+\n"
+"POT-Creation-Date: 2018-03-15 12:15+\n"
+"PO-Revision-Date: 2018-04-01 15:26+\n"
 "Last-Translator: Communia \n"
 "Language-Team: Portuguese (Brazil) 
(http://www.transifex.com/otf/torproject/language/pt_BR/)\n"
 "MIME-Version: 1.0\n"
@@ -25,12 +25,12 @@ msgstr "Erro"
 
 #: ../lib/Tails/RunningSystem.pm:161
 msgid ""
-"The device Tails is running from cannot be found. Maybe you used the `toram'"
+"The device Tails is running from cannot be found. Maybe you used the 'toram'"
 " option?"
-msgstr "O dispositivo a partir do qual o Tails está rodando não foi 
encontrado. Talvez você tenha usado a opção `toram`?"
+msgstr "O dispositivo a partir do qual o Tails está rodando não foi 
encontrado. Talvez você tenha usado a opção 'toram'?"
 
 #: ../lib/Tails/RunningSystem.pm:192
 msgid ""
-"The drive Tails is running from cannot be found. Maybe you used the `toram' "
+"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
 "option?"
-msgstr "O drive a partir do qual o Tails está rodando não foi encontrado. 
Talvez você tenha usado a opção 'toram'?"
+msgstr "O dispositivo a partir do qual o Tails está rodando não foi 
encontrado. Talvez você tenha usado a opção 'toram'?"

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


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

2018-04-01 Thread translation
commit 40765d85646ce43648153de31fa18855cc22b4a1
Author: Translation commit bot 
Date:   Sun Apr 1 15:47:33 2018 +

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

diff --git a/pt_BR.po b/pt_BR.po
index f8acb6050..3a69ef3e5 100644
--- a/pt_BR.po
+++ b/pt_BR.po
@@ -3,15 +3,15 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Communia , 2016
+# Communia , 2016,2018
 # Maxmalinha, 2014
 msgid ""
 msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: Tails developers \n"
 "POT-Creation-Date: 2018-03-15 12:15+\n"
-"PO-Revision-Date: 2018-03-31 13:21+\n"
-"Last-Translator: carolyn \n"
+"PO-Revision-Date: 2018-04-01 15:26+\n"
+"Last-Translator: Communia \n"
 "Language-Team: Portuguese (Brazil) 
(http://www.transifex.com/otf/torproject/language/pt_BR/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -27,10 +27,10 @@ msgstr "Erro"
 msgid ""
 "The device Tails is running from cannot be found. Maybe you used the 'toram'"
 " option?"
-msgstr ""
+msgstr "O dispositivo a partir do qual o Tails está rodando não foi 
encontrado. Talvez você tenha usado a opção 'toram'?"
 
 #: ../lib/Tails/RunningSystem.pm:192
 msgid ""
 "The drive Tails is running from cannot be found. Maybe you used the 'toram' "
 "option?"
-msgstr ""
+msgstr "O dispositivo a partir do qual o Tails está rodando não foi 
encontrado. Talvez você tenha usado a opção 'toram'?"

___
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-04-01 Thread translation
commit 7843eafe6d1f68139f5317f084a8d6850b1d2793
Author: Translation commit bot 
Date:   Sun Apr 1 15:46:09 2018 +

Update translations for mat-gui
---
 pt_BR.po | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pt_BR.po b/pt_BR.po
index 8b86cbd25..e5ad66e25 100644
--- a/pt_BR.po
+++ b/pt_BR.po
@@ -17,7 +17,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: 2018-03-28 13:59+\n"
+"PO-Revision-Date: 2018-04-01 15:31+\n"
 "Last-Translator: Communia \n"
 "Language-Team: Portuguese (Brazil) 
(http://www.transifex.com/otf/torproject/language/pt_BR/)\n"
 "MIME-Version: 1.0\n"
@@ -82,7 +82,7 @@ msgstr "Reduzir o tamanho e a qualidade do PDF produzido"
 
 #: mat-gui:238
 msgid "Remove unsupported file from archives"
-msgstr "Remover arquivo não suportado dos arquivos"
+msgstr "Remover documento sem suporte dos arquivos"
 
 #: mat-gui:241
 msgid "Remove non-supported (and so non-anonymised) file from output archive"
@@ -122,7 +122,7 @@ msgstr "Razão"
 
 #: mat-gui:365
 msgid "Non-supported files in archive"
-msgstr "Arquivos que não possuem suporte no arquivo"
+msgstr "Documentos sem suporte no arquivo"
 
 #: mat-gui:379
 msgid "Include"
@@ -131,7 +131,7 @@ msgstr "Incluir"
 #: mat-gui:397
 #, python-format
 msgid "MAT is not able to clean the following files, found in the %s archive"
-msgstr "MAT não é capaz de limpar os seguintes arquivos encontrados no 
arquivo %s"
+msgstr "MAT não consegue limpar os seguintes arquivos encontrados no arquivo 
%s"
 
 #: mat-gui:413
 #, python-format

___
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-04-01 Thread translation
commit b78d50c002c5b13a5f6bb4a0c409a9849ced17b8
Author: Translation commit bot 
Date:   Sun Apr 1 15:45:48 2018 +

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

diff --git a/pt_BR/pt_BR.po b/pt_BR/pt_BR.po
index e21318972..cd66d1362 100644
--- a/pt_BR/pt_BR.po
+++ b/pt_BR/pt_BR.po
@@ -3,7 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Communia , 2013-2017
+# Communia , 2013-2018
 # Bruno Geronimo , 2012
 # carlo giusepe tadei valente sasaki , 2014
 # Communia , 2013
@@ -21,8 +21,8 @@ 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-02-20 18:51+\n"
-"Last-Translator: Diego Santos \n"
+"PO-Revision-Date: 2018-04-01 15:37+\n"
+"Last-Translator: Communia \n"
 "Language-Team: Portuguese (Brazil) 
(http://www.transifex.com/otf/torproject/language/pt_BR/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -64,7 +64,7 @@ msgstr "Perfis do Pidgin e chaveiro OTR (Off-The-Record)"
 
 #: ../lib/Tails/Persistence/Configuration/Presets.pm:88
 msgid "Thunderbird"
-msgstr "Perfis no Thunderbird et e-mails armazenados localmente"
+msgstr "Thunderbird"
 
 #: ../lib/Tails/Persistence/Configuration/Presets.pm:90
 msgid "Thunderbird profiles and locally stored email"

___
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-04-01 Thread translation
commit 2fad2a15fb560bab4c78f50faceb1f7e64f211d0
Author: Translation commit bot 
Date:   Sun Apr 1 15:45:54 2018 +

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

diff --git a/pt_BR/pt_BR.po b/pt_BR/pt_BR.po
index e21318972..cd66d1362 100644
--- a/pt_BR/pt_BR.po
+++ b/pt_BR/pt_BR.po
@@ -3,7 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Communia , 2013-2017
+# Communia , 2013-2018
 # Bruno Geronimo , 2012
 # carlo giusepe tadei valente sasaki , 2014
 # Communia , 2013
@@ -21,8 +21,8 @@ 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-02-20 18:51+\n"
-"Last-Translator: Diego Santos \n"
+"PO-Revision-Date: 2018-04-01 15:37+\n"
+"Last-Translator: Communia \n"
 "Language-Team: Portuguese (Brazil) 
(http://www.transifex.com/otf/torproject/language/pt_BR/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -64,7 +64,7 @@ msgstr "Perfis do Pidgin e chaveiro OTR (Off-The-Record)"
 
 #: ../lib/Tails/Persistence/Configuration/Presets.pm:88
 msgid "Thunderbird"
-msgstr "Perfis no Thunderbird et e-mails armazenados localmente"
+msgstr "Thunderbird"
 
 #: ../lib/Tails/Persistence/Configuration/Presets.pm:90
 msgid "Thunderbird profiles and locally stored email"

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


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

2018-04-01 Thread translation
commit 92d84f06d0119620fde9406da56ac36eb06359d5
Author: Translation commit bot 
Date:   Sun Apr 1 15:46:14 2018 +

Update translations for mat-gui_completed
---
 pt_BR.po | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pt_BR.po b/pt_BR.po
index 8b86cbd25..e5ad66e25 100644
--- a/pt_BR.po
+++ b/pt_BR.po
@@ -17,7 +17,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: 2018-03-28 13:59+\n"
+"PO-Revision-Date: 2018-04-01 15:31+\n"
 "Last-Translator: Communia \n"
 "Language-Team: Portuguese (Brazil) 
(http://www.transifex.com/otf/torproject/language/pt_BR/)\n"
 "MIME-Version: 1.0\n"
@@ -82,7 +82,7 @@ msgstr "Reduzir o tamanho e a qualidade do PDF produzido"
 
 #: mat-gui:238
 msgid "Remove unsupported file from archives"
-msgstr "Remover arquivo não suportado dos arquivos"
+msgstr "Remover documento sem suporte dos arquivos"
 
 #: mat-gui:241
 msgid "Remove non-supported (and so non-anonymised) file from output archive"
@@ -122,7 +122,7 @@ msgstr "Razão"
 
 #: mat-gui:365
 msgid "Non-supported files in archive"
-msgstr "Arquivos que não possuem suporte no arquivo"
+msgstr "Documentos sem suporte no arquivo"
 
 #: mat-gui:379
 msgid "Include"
@@ -131,7 +131,7 @@ msgstr "Incluir"
 #: mat-gui:397
 #, python-format
 msgid "MAT is not able to clean the following files, found in the %s archive"
-msgstr "MAT não é capaz de limpar os seguintes arquivos encontrados no 
arquivo %s"
+msgstr "MAT não consegue limpar os seguintes arquivos encontrados no arquivo 
%s"
 
 #: mat-gui:413
 #, python-format

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


[tor-commits] [torbirdy/master] Update Enigmail keyserver settings

2018-04-01 Thread sukhbir
commit 819842ba97d1c2358ced5c648b527162995b35e2
Author: Sukhbir Singh 
Date:   Sun Apr 1 10:25:20 2018 -0400

Update Enigmail keyserver settings

Assume that a user has dirmngr running and configured with `use-tor' in
dirmngr.conf and set the relevant keyserver settings (similar to what
Tails has been doing); otherwise the keyserver lookup will fail-safe.
This should work for the daemon and Tor Browser since as per
gnupg/dirmngr/dns-stuff.c, it tries both 9050 and 9150. This is probably
better than the older setting because a) it actually works now, b) it
will still fail-safe in case Tor is not running.
---
 chrome/content/preferences.js | 8 ++--
 components/torbirdy.js| 4 ++--
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/chrome/content/preferences.js b/chrome/content/preferences.js
index 8acd6ba..2980857 100644
--- a/chrome/content/preferences.js
+++ b/chrome/content/preferences.js
@@ -42,14 +42,10 @@ if (!org.torbirdy.prefs) org.torbirdy.prefs = new 
function() {
   opts += "--throw-keyids ";
 }
 if (! pub.prefs.getBoolPref("extensions.torbirdy.gpg_already_torified")) {
-  var proxy = "socks5h://127.0.0.1:9150";
   if (anonService === "jondo") {
-proxy = "http://127.0.0.1:4001;;
+let proxy = "http://127.0.0.1:4001;;
+opts += "--keyserver-options=no-try-dns-srv,http-proxy=" + proxy + " ";
   }
-  if (anonService === "custom") {
-proxy = "socks5h://" + pub.prefs.getCharPref("network.proxy.socks") + 
":" + pub.prefs.getIntPref("network.proxy.socks_port");
-  }
-  opts += "--keyserver-options=no-try-dns-srv,http-proxy=" + proxy + " ";
 }
 
 return opts +
diff --git a/components/torbirdy.js b/components/torbirdy.js
index e8d2cd2..6c2be57 100644
--- a/components/torbirdy.js
+++ b/components/torbirdy.js
@@ -274,8 +274,8 @@ var TorBirdyPrefs = {
   "--no-comments " +
   // We want to force UTF-8 
everywhere
   "--display-charset utf-8 " +
-  // We want to ensure that 
Enigmail is proxy aware even when it runs gpg in a shell
-  "--keyserver-options 
http-proxy=socks5h://127.0.0.1:9150 ",
+  // Set additional keyserver 
options
+  "--keyserver-options 
no-auto-key-retrieve ",
 
   // The default key server should be a hidden service; use the Tor 
OnionBalance hidden service pool 
(https://sks-keyservers.net/overview-of-pools.php#pool_tor)
   "extensions.enigmail.keyserver": "hkp://jirk5u4osbsr34t5.onion",

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