[tor-commits] [translation/orfox-stringsxml_completed] Update translations for orfox-stringsxml_completed

2019-08-14 Thread translation
commit d3e55fdd121031c030ca074f76ba297bf65b9fda
Author: Translation commit bot 
Date:   Thu Aug 15 02:17:12 2019 +

Update translations for orfox-stringsxml_completed
---
 ka/strings.xml | 9 +
 1 file changed, 9 insertions(+)

diff --git a/ka/strings.xml b/ka/strings.xml
new file mode 100644
index 0..14f575d9c
--- /dev/null
+++ b/ka/strings.xml
@@ -0,0 +1,9 @@
+
+OrfoxRIP
+სცადეთ Tor-ბრაუზერ
ი
+Orfox-ს ახლა 
უკვე წარმოადგენს Tor-ბრაუზერი 
Android-ზე.
+გადმოწერეთ სასურ
ველი წყაროდან:
+იხილეთ F-DROID
+იხილეთ GOOGLE PLAY
+ჩამოტვირთეთ .APK
+

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


[tor-commits] [translation/orfox-stringsxml] Update translations for orfox-stringsxml

2019-08-14 Thread translation
commit 6f80bd76fe49969078b7d5d9b7b6b813b445c88c
Author: Translation commit bot 
Date:   Thu Aug 15 02:17:04 2019 +

Update translations for orfox-stringsxml
---
 ka/strings.xml | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/ka/strings.xml b/ka/strings.xml
index cb5acbb4f..14f575d9c 100644
--- a/ka/strings.xml
+++ b/ka/strings.xml
@@ -1,2 +1,9 @@
 
-
+OrfoxRIP
+სცადეთ Tor-ბრაუზერ
ი
+Orfox-ს ახლა 
უკვე წარმოადგენს Tor-ბრაუზერი 
Android-ზე.
+გადმოწერეთ სასურ
ველი წყაროდან:
+იხილეთ F-DROID
+იხილეთ GOOGLE PLAY
+ჩამოტვირთეთ .APK
+

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


[tor-commits] [snowflake/master] Increase webextension poll period

2019-08-14 Thread cohosh
commit f94ef87c46c5e04e17b4b399ca66193461de4381
Author: Cecylia Bocovich 
Date:   Mon Aug 12 13:14:25 2019 -0400

Increase webextension poll period

Raise the webextension poll period from 5 to 20 seconds (bug 31200).
---
 proxy/config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proxy/config.js b/proxy/config.js
index b49bb8d..54c4c32 100644
--- a/proxy/config.js
+++ b/proxy/config.js
@@ -20,7 +20,7 @@ Config.prototype.minRateLimit = 10 * 1024;
 
 Config.prototype.rateLimitHistory = 5.0;
 
-Config.prototype.defaultBrokerPollInterval = 5.0 * 1000;
+Config.prototype.defaultBrokerPollInterval = 20.0 * 1000;
 
 Config.prototype.maxNumClients = 1;
 

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


[tor-commits] [metrics-cloud/master] Add CloudFormation linter to GitLab CI

2019-08-14 Thread irl
commit 3022a0c2a3c18cfdb2342fdde348b282cb3ef9ed
Author: Iain R. Learmonth 
Date:   Wed Aug 14 15:54:29 2019 +0100

Add CloudFormation linter to GitLab CI
---
 .gitlab-ci.yml | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index db99318..016e575 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,6 +3,7 @@ variables:
 
 stages:
  - ansible-lint
+ - cfn-lint
 
 ansible-lint:
  stage: ansible-lint
@@ -12,3 +13,12 @@ ansible-lint:
   - apt -y install ansible-lint
   - pushd ansible
   - ansible-lint -x 403 site.yml
+
+cfn-lint:
+ stage: cfn-lint
+ image: debian:buster
+ script:
+  - apt -y update
+  - apt -y install python3-pip
+  - pip3 install cfn-lint
+  - cfn-lint cloudformation/*.yml

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


[tor-commits] [metrics-cloud/master] lint: Variables should have spaces before and after

2019-08-14 Thread irl
commit fddb5ef033dc12ba3559ff40713c2b9d93417e17
Author: Iain R. Learmonth 
Date:   Wed Aug 14 15:51:47 2019 +0100

lint: Variables should have spaces before and after
---
 ansible/roles/tor-client/tasks/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/roles/tor-client/tasks/main.yml 
b/ansible/roles/tor-client/tasks/main.yml
index f9bb5bb..6c26428 100644
--- a/ansible/roles/tor-client/tasks/main.yml
+++ b/ansible/roles/tor-client/tasks/main.yml
@@ -6,7 +6,7 @@
 state: present
   become: true
 - name: add deb.torproject.org repository
-  apt_repository: repo='deb https://deb.torproject.org/torproject.org 
{{ansible_distribution_release}} main' state=present update_cache=yes
+  apt_repository: repo='deb https://deb.torproject.org/torproject.org {{ 
ansible_distribution_release }} main' state=present update_cache=yes
   become: true
 - name: install tor
   apt:

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


[tor-commits] [metrics-cloud/master] lint: Variables should have spaces before and after

2019-08-14 Thread irl
commit 437b986cbcd38edd0e2efa5a7e4e540646c0171f
Author: Iain R. Learmonth 
Date:   Wed Aug 14 15:50:01 2019 +0100

lint: Variables should have spaces before and after
---
 ansible/roles/debian-backports/tasks/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/roles/debian-backports/tasks/main.yml 
b/ansible/roles/debian-backports/tasks/main.yml
index 40f5938..51ab50a 100644
--- a/ansible/roles/debian-backports/tasks/main.yml
+++ b/ansible/roles/debian-backports/tasks/main.yml
@@ -2,5 +2,5 @@
 - name: add distribution-specific variables
   include_vars: "{{ ansible_distribution }}.yml"
 - name: add backports repository
-  apt_repository: repo='deb {{backports_uri}} {{backports_components}}' 
state=present update_cache=yes
+  apt_repository: repo='deb {{ backports_uri }} {{ backports_components }}' 
state=present update_cache=yes
   become: true

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


[tor-commits] [metrics-cloud/master] Run ansible-lint in GitLab CI

2019-08-14 Thread irl
commit 8ea774f250bb12dbcdaa515b3e58d91c47b67cf7
Author: Iain R. Learmonth 
Date:   Wed Aug 14 15:47:41 2019 +0100

Run ansible-lint in GitLab CI
---
 .gitlab-ci.yml | 14 ++
 1 file changed, 14 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 000..db99318
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,14 @@
+variables:
+  GIT_STRATEGY: clone
+
+stages:
+ - ansible-lint
+
+ansible-lint:
+ stage: ansible-lint
+ image: debian:buster
+ script:
+  - apt -y update
+  - apt -y install ansible-lint
+  - pushd ansible
+  - ansible-lint -x 403 site.yml

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


[tor-commits] [onionperf/master] Adds python-cov-core to deps for GitLab CI

2019-08-14 Thread irl
commit c8e8bfd53150a738a8cb6308fb2f18edf5dd24a6
Author: Iain R. Learmonth 
Date:   Wed Aug 14 15:25:06 2019 +0100

Adds python-cov-core to deps for GitLab CI
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3657ffe..aed7769 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,7 @@ test:
  coverage: '/TOTAL.+ ([0-9]{1,3}%)/'
  script:
   - apt -y update
-  - apt -y install git cmake make build-essential gcc libigraph0-dev 
libglib2.0-dev python-dev libxml2-dev python-lxml python-networkx python-scipy 
python-matplotlib python-numpy libevent-dev libssl-dev python-stem tor 
python-nose
+  - apt -y install git cmake make build-essential gcc libigraph0-dev 
libglib2.0-dev python-dev libxml2-dev python-lxml python-networkx python-scipy 
python-matplotlib python-numpy libevent-dev libssl-dev python-stem tor 
python-nose python-cov-core
   - git clone https://github.com/shadow/tgen.git
   - mkdir -p tgen/build
   - pushd tgen/build

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


[tor-commits] [onionperf/master] Report test coverage in GitLab CI (fixes: #24)

2019-08-14 Thread irl
commit af35c190442e8fdef5f8012c8436120e115e9abb
Author: Iain R. Learmonth 
Date:   Wed Aug 14 15:22:38 2019 +0100

Report test coverage in GitLab CI (fixes: #24)
---
 .gitignore | 1 +
 .gitlab-ci.yml | 1 +
 run_tests.sh   | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index beff288..5e79b0e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ venv
 *.pdf
 *.pyc
 onionperf/docs/_build
+.coverage
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0b52726..3657ffe 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,6 +7,7 @@ stages:
 test:
  stage: test
  image: debian:buster
+ coverage: '/TOTAL.+ ([0-9]{1,3}%)/'
  script:
   - apt -y update
   - apt -y install git cmake make build-essential gcc libigraph0-dev 
libglib2.0-dev python-dev libxml2-dev python-lxml python-networkx python-scipy 
python-matplotlib python-numpy libevent-dev libssl-dev python-stem tor 
python-nose
diff --git a/run_tests.sh b/run_tests.sh
index c0bf555..d45032c 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-PYTHONPATH=. python -m nose
+PYTHONPATH=. python -m nose --with-coverage --cover-package=onionperf

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


[tor-commits] [exonerator/master] Remove Cobertura from the build process.

2019-08-14 Thread karsten
commit 4654ff9518d13daa65bafe69db92890e8700b3e0
Author: Karsten Loesing 
Date:   Wed Aug 14 11:44:40 2019 +0200

Remove Cobertura from the build process.
---
 CHANGELOG.md | 1 +
 src/build| 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0d4300d..9f0db8f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@
  copied to the `lib/` directory manually. Current dependency
  versions resolved by Ivy are the same as in Debian stretch with
  few exceptions.
+   - Remove Cobertura from the build process.
 
 
 # Changes in version 4.1.0 - 2019-05-13
diff --git a/src/build b/src/build
index 256e619..75cda35 16
--- a/src/build
+++ b/src/build
@@ -1 +1 @@
-Subproject commit 256e6192ad0066e48c6abb0ee9ac71714c7a3a0f
+Subproject commit 75cda35ba7375ab0f5b12fa214620c3a29917097

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


[tor-commits] [metrics-web/master] Remove Cobertura from the build process.

2019-08-14 Thread karsten
commit a881d0f480fe8c4289c47a9e14fdcd016a2ade9e
Author: Karsten Loesing 
Date:   Wed Aug 14 11:47:41 2019 +0200

Remove Cobertura from the build process.
---
 CHANGELOG.md| 1 +
 src/build   | 2 +-
 src/submods/metrics-lib | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3c0f935..41bb5df 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,7 @@
  copied to the `lib/` directory manually. Current dependency
  versions resolved by Ivy are the same as in Debian stretch with
  few exceptions.
+   - Remove Cobertura from the build process.
 
 
 # Changes in version 1.2.0 - 2018-08-25
diff --git a/src/build b/src/build
index 256e619..75cda35 16
--- a/src/build
+++ b/src/build
@@ -1 +1 @@
-Subproject commit 256e6192ad0066e48c6abb0ee9ac71714c7a3a0f
+Subproject commit 75cda35ba7375ab0f5b12fa214620c3a29917097
diff --git a/src/submods/metrics-lib b/src/submods/metrics-lib
index e172870..53b16d1 16
--- a/src/submods/metrics-lib
+++ b/src/submods/metrics-lib
@@ -1 +1 @@
-Subproject commit e1728709b5ed30dace2dd5b7e47a3e3c5e9e5736
+Subproject commit 53b16d192da4a7fa5c1987a89a60257061602882

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


[tor-commits] [collector/master] Remove Cobertura from the build process.

2019-08-14 Thread karsten
commit 801008431115951fe3b0f967c7d4ca0469610ae8
Author: Karsten Loesing 
Date:   Wed Aug 14 11:38:40 2019 +0200

Remove Cobertura from the build process.
---
 CHANGELOG.md | 1 +
 src/build| 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 66e53ed..4fd0401 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,7 @@
  copied to the `lib/` directory manually. Current dependency
  versions resolved by Ivy are the same as in Debian stretch with
  few exceptions.
+   - Remove Cobertura from the build process.
 
 
 # Changes in version 1.9.1 - 2019-05-29
diff --git a/src/build b/src/build
index 256e619..75cda35 16
--- a/src/build
+++ b/src/build
@@ -1 +1 @@
-Subproject commit 256e6192ad0066e48c6abb0ee9ac71714c7a3a0f
+Subproject commit 75cda35ba7375ab0f5b12fa214620c3a29917097

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


[tor-commits] [onionoo/master] Remove Cobertura from the build process.

2019-08-14 Thread karsten
commit 301841c8e97602fe8106cb1bbd1c46a19a767a63
Author: Karsten Loesing 
Date:   Wed Aug 14 11:42:59 2019 +0200

Remove Cobertura from the build process.
---
 CHANGELOG.md | 1 +
 src/build| 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9c8062b..696b33d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@
  copied to the `lib/` directory manually. Current dependency
  versions resolved by Ivy are the same as in Debian stretch with
  few exceptions.
+   - Remove Cobertura from the build process.
 
 
 # Changes in version 7.0-1.19.1 - 2018-11-20
diff --git a/src/build b/src/build
index 256e619..75cda35 16
--- a/src/build
+++ b/src/build
@@ -1 +1 @@
-Subproject commit 256e6192ad0066e48c6abb0ee9ac71714c7a3a0f
+Subproject commit 75cda35ba7375ab0f5b12fa214620c3a29917097

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


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

2019-08-14 Thread translation
commit cb78b2cb057f946c3ba9d59a37e1784c685d658f
Author: Translation commit bot 
Date:   Wed Aug 14 09:21:27 2019 +

Update translations for tpo-web_completed
---
 contents+de.po| 6 +++---
 contents+es.po| 6 +++---
 contents+fr.po| 2 +-
 contents+pt-BR.po | 6 +++---
 contents+zh-CN.po | 6 +++---
 5 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/contents+de.po b/contents+de.po
index 46d30b8f7..0c0ccdd16 100644
--- a/contents+de.po
+++ b/contents+de.po
@@ -7,8 +7,8 @@
 # c8faa9c4b9d81319c5c2fd62ae3a9956, 2019
 # Marcel Haring , 2019
 # erinm, 2019
-# Emma Peel, 2019
 # Curtis Baltimore , 2019
+# Emma Peel, 2019
 # 
 msgid ""
 msgstr ""
@@ -16,7 +16,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-08-14 08:34+CET\n"
 "PO-Revision-Date: 2019-03-09 10:41+\n"
-"Last-Translator: Curtis Baltimore , 2019\n"
+"Last-Translator: Emma Peel, 2019\n"
 "Language-Team: German (https://www.transifex.com/otf/teams/1519/de/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -1021,7 +1021,7 @@ msgstr "Support Portal"
 
 #: templates/download.html:14
 msgid "Read other FAQs at our Support Portal"
-msgstr ""
+msgstr "Lese weitere FAQ's in unserem Support-Portal"
 
 #: templates/download.html:19 templates/download.html:21
 msgid "Stay safe"
diff --git a/contents+es.po b/contents+es.po
index df01f6ec4..c724196f1 100644
--- a/contents+es.po
+++ b/contents+es.po
@@ -6,9 +6,9 @@
 # Zuhualime Akoochimoya, 2019
 # francesco ercolani , 2019
 # erinm, 2019
-# Emma Peel, 2019
 # sim, 2019
 # Alfredo Duro , 2019
+# Emma Peel, 2019
 # 
 msgid ""
 msgstr ""
@@ -16,7 +16,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-08-14 08:34+CET\n"
 "PO-Revision-Date: 2019-03-09 10:41+\n"
-"Last-Translator: Alfredo Duro , 2019\n"
+"Last-Translator: Emma Peel, 2019\n"
 "Language-Team: Spanish (https://www.transifex.com/otf/teams/1519/es/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -989,7 +989,7 @@ msgstr "Portal de Asistencia"
 
 #: templates/download.html:14
 msgid "Read other FAQs at our Support Portal"
-msgstr ""
+msgstr "Leer otras PMF en nuestro Portal de Asistencia"
 
 #: templates/download.html:19 templates/download.html:21
 msgid "Stay safe"
diff --git a/contents+fr.po b/contents+fr.po
index 0d77c3ad2..66ada1ce6 100644
--- a/contents+fr.po
+++ b/contents+fr.po
@@ -1012,7 +1012,7 @@ msgstr "Portail d’assistance"
 
 #: templates/download.html:14
 msgid "Read other FAQs at our Support Portal"
-msgstr ""
+msgstr "Lisez d’autres FAQ sur notre portail d’assistance"
 
 #: templates/download.html:19 templates/download.html:21
 msgid "Stay safe"
diff --git a/contents+pt-BR.po b/contents+pt-BR.po
index bbb05a65f..ce931d2d1 100644
--- a/contents+pt-BR.po
+++ b/contents+pt-BR.po
@@ -7,12 +7,12 @@
 # Anna e só , 2019
 # Alexei Gonçalves de Oliveira , 2019
 # Danihells , 2019
-# Emma Peel, 2019
 # Chacal E., 2019
 # Gus, 2019
 # Communia , 2019
 # erinm, 2019
 # Eduardo Addad de Oliveira , 2019
+# Emma Peel, 2019
 # 
 msgid ""
 msgstr ""
@@ -20,7 +20,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-08-14 08:34+CET\n"
 "PO-Revision-Date: 2019-03-09 10:41+\n"
-"Last-Translator: Eduardo Addad de Oliveira , 2019\n"
+"Last-Translator: Emma Peel, 2019\n"
 "Language-Team: Portuguese (Brazil) 
(https://www.transifex.com/otf/teams/1519/pt_BR/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -1013,7 +1013,7 @@ msgstr "Portal de Suporte"
 
 #: templates/download.html:14
 msgid "Read other FAQs at our Support Portal"
-msgstr ""
+msgstr "Leia outras FAQ's no nosso Portal de Suporte."
 
 #: templates/download.html:19 templates/download.html:21
 msgid "Stay safe"
diff --git a/contents+zh-CN.po b/contents+zh-CN.po
index 70cfb7d5f..90177e3c7 100644
--- a/contents+zh-CN.po
+++ b/contents+zh-CN.po
@@ -9,8 +9,8 @@
 # Dianyu Liu , 2019
 # erinm, 2019
 # Emma Peel, 2019
-# ff98sha, 2019
 # PCloud , 2019
+# ff98sha, 2019
 # 
 msgid ""
 msgstr ""
@@ -18,7 +18,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-08-14 08:34+CET\n"
 "PO-Revision-Date: 2019-03-09 10:41+\n"
-"Last-Translator: PCloud , 2019\n"
+"Last-Translator: ff98sha, 2019\n"
 "Language-Team: Chinese (China) 
(https://www.transifex.com/otf/teams/1519/zh_CN/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -878,7 +878,7 @@ msgstr "支持门户"
 
 #: templates/download.html:14
 msgid "Read other FAQs at our Support Portal"
-msgstr ""
+msgstr "在我们的支持门户阅读其他的常见问题"
 
 #: templates/download.html:19 templates/download.html:21
 msgid "Stay safe"

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


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

2019-08-14 Thread translation
commit e0cd3105ed9d73fde9887da9317d9ce50243b24e
Author: Translation commit bot 
Date:   Wed Aug 14 09:21:17 2019 +

Update translations for tpo-web
---
 contents+ar.po| 6 +++---
 contents+da.po| 6 +++---
 contents+de.po| 6 +++---
 contents+es.po| 6 +++---
 contents+fr.po| 2 +-
 contents+is.po| 6 +++---
 contents+it.po| 6 +++---
 contents+ka.po| 2 +-
 contents+ms.po| 2 +-
 contents+pl.po| 6 --
 contents+pt-BR.po | 6 +++---
 contents+pt-PT.po | 2 +-
 contents+ro.po| 2 +-
 contents+ru.po| 6 +++---
 contents+sr.po| 2 +-
 contents+th.po| 2 +-
 contents+zh-CN.po | 6 +++---
 17 files changed, 38 insertions(+), 36 deletions(-)

diff --git a/contents+ar.po b/contents+ar.po
index b022204d2..009213c1b 100644
--- a/contents+ar.po
+++ b/contents+ar.po
@@ -4,9 +4,9 @@
 # Ahmed A. <66222...@gmail.com>, 2019
 # Khaled Hosny, 2019
 # ButterflyOfFire, 2019
-# Ahmed IB , 2019
 # Ahmad Gharbeia , 2019
 # Emma Peel, 2019
+# Ahmed IB , 2019
 # 
 msgid ""
 msgstr ""
@@ -14,7 +14,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-08-14 08:34+CET\n"
 "PO-Revision-Date: 2019-03-09 10:41+\n"
-"Last-Translator: Emma Peel, 2019\n"
+"Last-Translator: Ahmed IB , 2019\n"
 "Language-Team: Arabic (https://www.transifex.com/otf/teams/1519/ar/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -911,7 +911,7 @@ msgstr "بوابة الدعم"
 
 #: templates/download.html:14
 msgid "Read other FAQs at our Support Portal"
-msgstr ""
+msgstr "إقرأ أسئلةً شائعة أخرى في بوابة الدعم"
 
 #: templates/download.html:19 templates/download.html:21
 msgid "Stay safe"
diff --git a/contents+da.po b/contents+da.po
index 6ef9e62f3..bb9b29a4c 100644
--- a/contents+da.po
+++ b/contents+da.po
@@ -1,8 +1,8 @@
 # Translators:
 # KIA , 2019
-# Emma Peel, 2019
 # erinm, 2019
 # scootergrisen, 2019
+# Emma Peel, 2019
 # 
 msgid ""
 msgstr ""
@@ -10,7 +10,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-08-14 08:34+CET\n"
 "PO-Revision-Date: 2019-03-09 10:41+\n"
-"Last-Translator: scootergrisen, 2019\n"
+"Last-Translator: Emma Peel, 2019\n"
 "Language-Team: Danish (https://www.transifex.com/otf/teams/1519/da/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -821,7 +821,7 @@ msgstr "Støtteportal"
 
 #: templates/download.html:14
 msgid "Read other FAQs at our Support Portal"
-msgstr ""
+msgstr "Læs andre OSS'er i vores støtteportal"
 
 #: templates/download.html:19 templates/download.html:21
 msgid "Stay safe"
diff --git a/contents+de.po b/contents+de.po
index 46d30b8f7..0c0ccdd16 100644
--- a/contents+de.po
+++ b/contents+de.po
@@ -7,8 +7,8 @@
 # c8faa9c4b9d81319c5c2fd62ae3a9956, 2019
 # Marcel Haring , 2019
 # erinm, 2019
-# Emma Peel, 2019
 # Curtis Baltimore , 2019
+# Emma Peel, 2019
 # 
 msgid ""
 msgstr ""
@@ -16,7 +16,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-08-14 08:34+CET\n"
 "PO-Revision-Date: 2019-03-09 10:41+\n"
-"Last-Translator: Curtis Baltimore , 2019\n"
+"Last-Translator: Emma Peel, 2019\n"
 "Language-Team: German (https://www.transifex.com/otf/teams/1519/de/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -1021,7 +1021,7 @@ msgstr "Support Portal"
 
 #: templates/download.html:14
 msgid "Read other FAQs at our Support Portal"
-msgstr ""
+msgstr "Lese weitere FAQ's in unserem Support-Portal"
 
 #: templates/download.html:19 templates/download.html:21
 msgid "Stay safe"
diff --git a/contents+es.po b/contents+es.po
index df01f6ec4..c724196f1 100644
--- a/contents+es.po
+++ b/contents+es.po
@@ -6,9 +6,9 @@
 # Zuhualime Akoochimoya, 2019
 # francesco ercolani , 2019
 # erinm, 2019
-# Emma Peel, 2019
 # sim, 2019
 # Alfredo Duro , 2019
+# Emma Peel, 2019
 # 
 msgid ""
 msgstr ""
@@ -16,7 +16,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-08-14 08:34+CET\n"
 "PO-Revision-Date: 2019-03-09 10:41+\n"
-"Last-Translator: Alfredo Duro , 2019\n"
+"Last-Translator: Emma Peel, 2019\n"
 "Language-Team: Spanish (https://www.transifex.com/otf/teams/1519/es/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -989,7 +989,7 @@ msgstr "Portal de Asistencia"
 
 #: templates/download.html:14
 msgid "Read other FAQs at our Support Portal"
-msgstr ""
+msgstr "Leer otras PMF en nuestro Portal de Asistencia"
 
 #: templates/download.html:19 templates/download.html:21
 msgid "Stay safe"
diff --git a/contents+fr.po b/contents+fr.po
index 0d77c3ad2..66ada1ce6 100644
--- a/contents+fr.po
+++ b/contents+fr.po
@@ -1012,7 +1012,7 @@ msgstr "Portail d’assistance"
 
 #: templates/download.html:14
 msgid "Read other FAQs at our Support Portal"
-msgstr ""
+msgstr "Lisez d’autres FAQ sur notre portail d’assistance"
 
 #: templates/download.html:19 templates/download.html:21
 msgid "Stay safe"
diff --git a/contents+is.po b/contents+is.po
index 45e341988..7aa970673 100644
--- 

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

2019-08-14 Thread translation
commit c956dcd4f7a30781daab330cb93b42dbae6f6a1f
Author: Translation commit bot 
Date:   Wed Aug 14 08:50:00 2019 +

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

diff --git a/ta/browserOnboarding.properties b/ta/browserOnboarding.properties
index 8e59b3327..e94804016 100644
--- a/ta/browserOnboarding.properties
+++ b/ta/browserOnboarding.properties
@@ -52,7 +52,7 @@ 
onboarding.tour-tor-toolbar-update-8.5.description=உலாவியின் 
 
onboarding.tour-tor-toolbar-update-8.5.next-button=பாதுகாப்புக்குச்
 செல்க
 
 onboarding.tour-tor-security-update-8.5.title=பாதுகாப்பு 
நிலை அனுபவம்
-onboarding.tour-tor-security-update-8.5.description=We improved how you see 
and set your security level. We replaced the security slider with a toolbar 
icon that makes your current level visible at all times. Click it to view 
details about your current level or to change your security settings.
+onboarding.tour-tor-security-update-8.5.description=உங்கள் 
பாதுகாப்பு நிலையை நீங்கள் 
காண்பதையும் இடுவதையும் 
மேம்படுத்தியுள்ளோம். 
உங்களுடைய நிகழ்நிலை எல்லா 
நேரங்களிலும் தெரியுமாறு 
பாதுகாப்பு நழுவியை 
கருவிப்பட்டைக் குறிப்படமாக 
மாற்றியுள்ளோம். உங்கள் 
பாதுகாப்பு அமைப்புகளை 
மாற்றவோ அல்லது உங்கள் 
நிகழ்நிலையைப் பற்றிய 
விவரங்களைப் பார்க்கவோ இதை 
கிளிக் செய்க.
 
 # Circuit Display onboarding.
 onboarding.tor-circuit-display.next=அடுத்த

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


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

2019-08-14 Thread translation
commit b542ef8f1695a89363cc7a44b07ed7f41680
Author: Translation commit bot 
Date:   Wed Aug 14 08:49:53 2019 +

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

diff --git a/ta/browserOnboarding.properties b/ta/browserOnboarding.properties
index 8e59b3327..e94804016 100644
--- a/ta/browserOnboarding.properties
+++ b/ta/browserOnboarding.properties
@@ -52,7 +52,7 @@ 
onboarding.tour-tor-toolbar-update-8.5.description=உலாவியின் 
 
onboarding.tour-tor-toolbar-update-8.5.next-button=பாதுகாப்புக்குச்
 செல்க
 
 onboarding.tour-tor-security-update-8.5.title=பாதுகாப்பு 
நிலை அனுபவம்
-onboarding.tour-tor-security-update-8.5.description=We improved how you see 
and set your security level. We replaced the security slider with a toolbar 
icon that makes your current level visible at all times. Click it to view 
details about your current level or to change your security settings.
+onboarding.tour-tor-security-update-8.5.description=உங்கள் 
பாதுகாப்பு நிலையை நீங்கள் 
காண்பதையும் இடுவதையும் 
மேம்படுத்தியுள்ளோம். 
உங்களுடைய நிகழ்நிலை எல்லா 
நேரங்களிலும் தெரியுமாறு 
பாதுகாப்பு நழுவியை 
கருவிப்பட்டைக் குறிப்படமாக 
மாற்றியுள்ளோம். உங்கள் 
பாதுகாப்பு அமைப்புகளை 
மாற்றவோ அல்லது உங்கள் 
நிகழ்நிலையைப் பற்றிய 
விவரங்களைப் பார்க்கவோ இதை 
கிளிக் செய்க.
 
 # Circuit Display onboarding.
 onboarding.tor-circuit-display.next=அடுத்த

___
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

2019-08-14 Thread translation
commit 8b95e93c3f955dbc6bdef57831f708492ba7e53d
Author: Translation commit bot 
Date:   Wed Aug 14 08:47:00 2019 +

Update translations for tails-misc_completed
---
 tr.po | 297 --
 1 file changed, 161 insertions(+), 136 deletions(-)

diff --git a/tr.po b/tr.po
index fe8c855ab..c926d2125 100644
--- a/tr.po
+++ b/tr.po
@@ -29,8 +29,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-06-30 18:55+0200\n"
-"PO-Revision-Date: 2019-08-07 18:17+\n"
+"POT-Creation-Date: 2019-08-12 11:57+0200\n"
+"PO-Revision-Date: 2019-08-14 08:32+\n"
 "Last-Translator: Kaya Zeren \n"
 "Language-Team: Turkish 
(http://www.transifex.com/otf/torproject/language/tr/)\n"
 "MIME-Version: 1.0\n"
@@ -64,6 +64,11 @@ msgid ""
 "\n"
 msgstr "Karşılaştığınız sorunu çözmemize yardım 
edin!\nHata bildirme yönergelerini 
okuyun.\nGerektiğinden fazla kişisel bilgi 
vermeyin!\nE-posta adresinizi bildirmeniz 
hakkında\n\nBir e-posta adresi bildirmeniz, sorununuzu daha iyi 
anlamak için sizinle iletişim\nkurmamızı sağlar. Bize iletilen pek çok 
hata bildirimi, iletişim bilgileri bulunmadığı\niçin işe yaramıyor. 
Ancak gerçek bilgilerinizi verdiğinizde sizi izliyor olabilecek \nkişi ya da 
kuruluşlara (e-posta ya da İnternet hizmeti sağlayıcınıza) Tails 
uygulamasını kullandığınızı\nbelirleme fırsatı vermiş olursunuz. Bu 
nedenle farklı bir e-posta adresi kullanmanız önerilir.\n\n"
 
+#: 
config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:8
+#: 
../config/chroot_local-includes/usr/share/applications/org.boum.tails.additional-software-config.desktop.in.h:1
+msgid "Additional Software"
+msgstr "Ek Yazılımlar"
+
 #: 
config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:51
 msgid ""
 "You can install additional software automatically from your persistent "
@@ -77,7 +82,7 @@ msgid ""
 msgstr "Şu yazılımlar Tails başlatılırken otomatik olarak kalıcı 
depolama alanınızdan kurulacak."
 
 #: 
config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:135
-#: 
config/chroot_local-includes/usr/local/bin/tails-additional-software-config:173
+#: 
config/chroot_local-includes/usr/local/bin/tails-additional-software-config:171
 msgid ""
 "To add more, install some software using Synaptic Package Manager or Do you want to rename your KeePassXC database?\n"
+"\n"
+"You have a KeePassXC database in your Persistent folder:\n"
+"\n"
+"${filename}\n"
+"\n"
+"Renaming it to keepassx.kdbx would allow KeePassXC to open it 
automatically in the future."
+msgstr "KeePassXC veritabanınızı yeniden adlandırmak ister 
misiniz?\n\nKalıcı klasörünüzde bir KeePassXC 
veritabanı var:\n\n${filename}\n\nBu dosyayı keepassx.kdbx 
olarak yeniden adlandırarak gelecekte KeePassXC ile otomatik olarak 
açılmasını sağlayabilirsiniz."
+
+#: config/chroot_local-includes/usr/local/bin/keepassxc:23
+msgid "Rename"
+msgstr "Yeniden Adlandır"
+
+#: config/chroot_local-includes/usr/local/bin/keepassxc:24
+msgid "Keep current name"
+msgstr "Geçerli ad korunsun"
+
 #: config/chroot_local-includes/usr/local/bin/replace-su-with-sudo:21
 msgid "su is disabled. Please use sudo instead."
 msgstr " su komutu devre dışı bırakılmış. Lütfen yerine sudo komutunu 
kullanın."
@@ -160,89 +185,89 @@ msgstr "kullanılamıyor"
 
 #. Translators: Don't translate {details}, it's a placeholder and will
 #. be replaced.
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:150
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:148
 #, python-brace-format
 msgid ""
 "{details} Please check your list of additional software or read the system "
 "log to understand the problem."
 msgstr "{details} Lütfen ek yazılım listenizi denetleyin ya da sorunu 
anlamak için sistem günlüğüne bakın."
 
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:155
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:153
 msgid ""
 "Please check your list of additional software or read the system log to "
 "understand the problem."
 msgstr "Lütfen ek yazılım listenizi denetleyin ya da sorunu anlamak için 
sistem günlüğüne bakın."
 
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:159
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:157
 msgid "Show Log"
 msgstr "Günlüğü Görüntüle"
 
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:159
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:157
 msgid "Configure"
 msgstr "Yapılandır"
 
 #. Translators: Don't translate {beginning} or {last}, they are
 #. placeholders and will be replaced.
-#: 

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

2019-08-14 Thread translation
commit 1c44d94d6cf613136c08fda4db0c9de914309f36
Author: Translation commit bot 
Date:   Wed Aug 14 08:46:54 2019 +

Update translations for tails-misc
---
 tr.po | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/tr.po b/tr.po
index a1ff188a0..c926d2125 100644
--- a/tr.po
+++ b/tr.po
@@ -30,7 +30,7 @@ msgstr ""
 "Project-Id-Version: Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-08-12 11:57+0200\n"
-"PO-Revision-Date: 2019-08-12 16:11+\n"
+"PO-Revision-Date: 2019-08-14 08:32+\n"
 "Last-Translator: Kaya Zeren \n"
 "Language-Team: Turkish 
(http://www.transifex.com/otf/torproject/language/tr/)\n"
 "MIME-Version: 1.0\n"
@@ -128,15 +128,15 @@ msgid ""
 "${filename}\n"
 "\n"
 "Renaming it to keepassx.kdbx would allow KeePassXC to open it 
automatically in the future."
-msgstr ""
+msgstr "KeePassXC veritabanınızı yeniden adlandırmak ister 
misiniz?\n\nKalıcı klasörünüzde bir KeePassXC 
veritabanı var:\n\n${filename}\n\nBu dosyayı keepassx.kdbx 
olarak yeniden adlandırarak gelecekte KeePassXC ile otomatik olarak 
açılmasını sağlayabilirsiniz."
 
 #: config/chroot_local-includes/usr/local/bin/keepassxc:23
 msgid "Rename"
-msgstr ""
+msgstr "Yeniden Adlandır"
 
 #: config/chroot_local-includes/usr/local/bin/keepassxc:24
 msgid "Keep current name"
-msgstr ""
+msgstr "Geçerli ad korunsun"
 
 #: config/chroot_local-includes/usr/local/bin/replace-su-with-sudo:21
 msgid "su is disabled. Please use sudo instead."
@@ -599,7 +599,7 @@ msgstr "{volume_name} biriminin kilidi 
açılamadı:\n{error_message}"
 
 #: 
config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:330
 msgid "One or more applications are keeping the volume busy."
-msgstr ""
+msgstr "Bir ya da birkaç uygulama bu birimi meşgul ediyor."
 
 #. Translators: Don't translate {volume_name} or {error_message},
 #. they are placeholder and will be replaced.
@@ -612,7 +612,7 @@ msgstr "Birim kilitlenemedi {volume_name}:\n{error_message}"
 
 #: 
config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume.py:338
 msgid "Locking the volume failed"
-msgstr ""
+msgstr "Birim kilitlenemedi"
 
 #: 
config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_list.py:83
 msgid "No file containers added"

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


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

2019-08-14 Thread translation
commit 534b8bc97658aec14767e6ee160a4bf8a5267ae9
Author: Translation commit bot 
Date:   Wed Aug 14 08:20:52 2019 +

Update translations for tpo-web_completed
---
 contents+tr.po | 4 
 1 file changed, 4 insertions(+)

diff --git a/contents+tr.po b/contents+tr.po
index 0b67177f2..fc5e56b82 100644
--- a/contents+tr.po
+++ b/contents+tr.po
@@ -275,6 +275,9 @@ msgid ""
 "The Tor Project is a U.S.-based 501(c)3 nonprofit founded in 2006 with the "
 "mission of advancing human rights and freedoms by:"
 msgstr ""
+"Tor Project Inc. 2006 yılında 501(c)(3) kapsamında kar amacı gütmeyen 
bir "
+"kuruluş olarak insan hakları ve özgürlükleri alanında şu 
çalışmaları yapmak "
+"üzere hayata geçti:"
 
 #: https//www.torproject.org/about/cy-pres/
 #: (content/about/cy-pres/contents+en.lrpage.body)
@@ -1007,6 +1010,7 @@ msgstr "Destek Sitesi"
 #: templates/download.html:14
 msgid "Read other FAQs at our Support Portal"
 msgstr ""
+"Destek Sitemizde diğer sık sorulan soruların yanıtlarını bulabilirsiniz"
 
 #: templates/download.html:19 templates/download.html:21
 msgid "Stay safe"

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


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

2019-08-14 Thread translation
commit 575690ea5e1d2f0edd548ea72527528a59a44bdf
Author: Translation commit bot 
Date:   Wed Aug 14 08:20:46 2019 +

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

diff --git a/contents+tr.po b/contents+tr.po
index 0b67177f2..fc5e56b82 100644
--- a/contents+tr.po
+++ b/contents+tr.po
@@ -275,6 +275,9 @@ msgid ""
 "The Tor Project is a U.S.-based 501(c)3 nonprofit founded in 2006 with the "
 "mission of advancing human rights and freedoms by:"
 msgstr ""
+"Tor Project Inc. 2006 yılında 501(c)(3) kapsamında kar amacı gütmeyen 
bir "
+"kuruluş olarak insan hakları ve özgürlükleri alanında şu 
çalışmaları yapmak "
+"üzere hayata geçti:"
 
 #: https//www.torproject.org/about/cy-pres/
 #: (content/about/cy-pres/contents+en.lrpage.body)
@@ -1007,6 +1010,7 @@ msgstr "Destek Sitesi"
 #: templates/download.html:14
 msgid "Read other FAQs at our Support Portal"
 msgstr ""
+"Destek Sitemizde diğer sık sorulan soruların yanıtlarını bulabilirsiniz"
 
 #: templates/download.html:19 templates/download.html:21
 msgid "Stay safe"

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


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

2019-08-14 Thread translation
commit 9c66df38e3628b5ea939806a8709e4fd6549a542
Author: Translation commit bot 
Date:   Wed Aug 14 08:19:53 2019 +

Update translations for torbutton-browseronboardingproperties_completed
---
 ta/browserOnboarding.properties | 71 +
 1 file changed, 71 insertions(+)

diff --git a/ta/browserOnboarding.properties b/ta/browserOnboarding.properties
new file mode 100644
index 0..8e59b3327
--- /dev/null
+++ b/ta/browserOnboarding.properties
@@ -0,0 +1,71 @@
+# Copyright (c) 2019, The Tor Project, Inc.
+# See LICENSE for licensing information.
+# vim: set sw=2 sts=2 ts=8 et:
+
+onboarding.tour-tor-welcome=வரவேற்பு
+onboarding.tour-tor-welcome.title=நீங்கள் தயாராக 
உள்ளீர்கள்.
+onboarding.tour-tor-welcome.description=வலையில் 
உலாவும்போது Tor உலாவி உயர் தர 
தனியுரிமை மற்றும் 
பாதுகாப்பை வழங்குகிறது. 
இப்போது நீங்கள் பின்தொடரல், 
கண்காணிப்பு, மற்றும் 
தணிக்கையிலிருந்து 
பாதுகாக்கப்பட்டுள்ளீர்கள். 
இந்த துரித வரவேற்பு எப்படி 
என்பதை உங்களுக்குக் 
காட்டும்.
+onboarding.tour-tor-welcome.next-button=தனியுரிமைக்குச்
 செல்க
+
+onboarding.tour-tor-privacy=தனியுரிமை
+onboarding.tour-tor-privacy.title=பின்தொடரிகள் 
மற்றும் ஓட்டுக்கேட்பிகளைத் 
தடுங்கள்.
+onboarding.tour-tor-privacy.description=Tor உலாவி 
நினைவிகளைத் 
தனிமைப்படுத்துகிறது மேலும் 
உங்கள் அமர்வுக்குப் பின் 
உங்கள் உலாவியின் வரலாற்றை அ
ழிக்கிறது. இந்த மாற்றங்கள் 
உலாவியில் உங்களின் 
தனியுரிமை மற்றும் 
பாதுகாப்பினை 
உறுதிப்படுத்துகின்றன. பிணைய 
நிலையில் நாங்கள் உங்களை 
எப்படிப் பாதுகாக்கிறோம் 
என்பதை அறிய ‘Tor பிணையம்’ 
என்பதைக் கிளிக் செய்யுங்கள்.
+onboarding.tour-tor-privacy.button=Tor 
பிணையத்திற்குச் செல்லுங்கள்
+
+onboarding.tour-tor-network=Tor பிணையம்
+onboarding.tour-tor-network.title=பன்முகப்படுத்தப்பட்ட
 பிணையத்தில் பயணியுங்கள்.
+onboarding.tour-tor-network.description=Tor உலாவி உலகம் 
முழுவதும் ஆயிரக்கணக்கான 
தன்னார்வலர்களால் 
இயக்கப்படும் Tor பிணையத்துடன் 
உங்களை இணைக்கிறது. இதில் VPN 
போல், தனியுரிமைமிக்க 
இணையத்தை அனுபவிக்க 
தோல்வியடையக்கூடிய ஒரு 
புள்ளியை அல்லது 
மையப்படுத்தப்பட்ட ஒற்றை 
நிறுவனமோ இல்லை.
+onboarding.tour-tor-network.button=சுற்றுக்காட்சிக்கு
 செல்லுங்கள்
+
+onboarding.tour-tor-circuit-display=சுற்றுக்காட்சி
+onboarding.tour-tor-circuit-display.title=உங்கள் 
பாதையைப் பாருங்கள்.
+onboarding.tour-tor-circuit-display.description=நீங்கள் 
பார்க்கும் ஒவ்வொரு 
களத்திற்கும், உங்கள் 
தரவுவழியானது உலகம் 
முழுவதிலும் உள்ள மூன்று Tor 
தொடர்கள் கொண்ட சுற்றில் அ
னுப்பப்பட்டு 
பாதுகாக்கப்படுகிறது. 
நீங்கள் எங்கிருந்து 
இணைகிறீர்கள் என்று எந்த 
வலைத்தளமும் அறியாது. நீங்கள் 
எங்கள் சுற்றுக்காட்சியில் 
'இந்த தளத்திற்கான புதிய 
சுற்று' என்பதை கிளிக் 
செய்வதின் மூலம் 

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

2019-08-14 Thread translation
commit a608f23393d9818289d0f1a93633111833352859
Author: Translation commit bot 
Date:   Wed Aug 14 08:19:46 2019 +

Update translations for torbutton-browseronboardingproperties
---
 ta/browserOnboarding.properties | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/ta/browserOnboarding.properties b/ta/browserOnboarding.properties
index 1ac9eddaf..8e59b3327 100644
--- a/ta/browserOnboarding.properties
+++ b/ta/browserOnboarding.properties
@@ -26,7 +26,7 @@ 
onboarding.tour-tor-circuit-display.next-button=பாதுகாப்பு
 onboarding.tour-tor-security=பாதுகாப்பு
 onboarding.tour-tor-security.title=உங்கள் அ
னுபவத்தைத் தேர்ந்தெடுங்கள்.
 onboarding.tour-tor-security.description=நாங்கள் 
உங்கள் உலாவியின் பாதுகாப்பை 
உயர்த்துவதற்கான கூடுதல் அ
மைப்புகளையும் வழங்குகிறோம். 
எங்கள் பாதுகாப்பு அ
மைப்புகள் உங்கள் கணினியைத் 
தாக்கப்பயன்படுத்தக்கூடிய 
உறுப்புகளைத் தடுக்க உங்களை அ
னுமதிக்கின்றன. வெவ்வேறு 
விருப்பங்கள் என்ன 
செய்கின்றன என்பதைப் பார்க்க 
கீழே கிளிக் செய்யுங்கள்.
-onboarding.tour-tor-security.description-suffix=Note: By default, NoScript and 
HTTPS Everywhere are not included on the toolbar, but you can customize your 
toolbar to add them.
+onboarding.tour-tor-security.description-suffix=குறிப்பு: 
இயல்நிலையாக, NoScript மற்றும் HTTPS 
Everywhere கருவிப்பட்டையில் 
சேர்க்கப்படவில்லை, ஆனால் 
உங்கள் கருவிப்பட்டையில் அ
வற்றைச் சேர்த்து நீங்கள் 
தனிப்பயனாக்கிக்கொள்ள இயலும்.
 onboarding.tour-tor-security-level.button=உங்கள் 
பாதுகாப்பு நிலையைக் காண்க
 onboarding.tour-tor-security-level.next-button=அனுபவ 
உதவிக்குறிப்புகளுக்குச் 
செல்க
 
@@ -42,16 +42,16 @@ onboarding.tour-tor-onion-services.description=Onion 
சேவைகள் எ
 onboarding.tour-tor-onion-services.button=ஒரு Onion ஐ 
பாருங்கள்
 onboarding.tour-tor-onion-services.next-button=முடிந்தது
 
-onboarding.overlay-icon-tooltip-updated2=See what's new\nin %S
+onboarding.overlay-icon-tooltip-updated2=%S ல் புதிதாக 
என்ன உள்ளதென்று காண்க
 onboarding.tour-tor-update.prefix-new=புதிய
-onboarding.tour-tor-update.prefix-updated=Updated
+onboarding.tour-tor-update.prefix-updated=புதுப்பிக்கப்பட்டுள்ளது
 
-onboarding.tour-tor-toolbar=Toolbar
-onboarding.tour-tor-toolbar-update-8.5.title=Toolbar layout
-onboarding.tour-tor-toolbar-update-8.5.description=We improved the browser 
toolbar layout. We moved the Torbutton icon after the URL bar, and we added a 
security level icon next to it.
+onboarding.tour-tor-toolbar=கருவிப்பட்டை
+onboarding.tour-tor-toolbar-update-8.5.title=கருவிப்பட்டை
 அமைவு
+onboarding.tour-tor-toolbar-update-8.5.description=உலாவியின் 
கருவிப்பட்டை அமைவை 
மேம்படுத்தியுள்ளோம். Tor 
பொத்தான் குறிப்படத்தை URL  
பட்டைக்குப் பின்வருமாறு 
நகர்த்தியுள்ளோம், மேலும் 
பாதுகாப்பு நிலைக் 
குறிப்படத்தை அதனருகில் 
சேர்த்துள்ளோம்
 
onboarding.tour-tor-toolbar-update-8.5.next-button=பாதுகாப்புக்குச்
 செல்க
 
-onboarding.tour-tor-security-update-8.5.title=Security level experience
+onboarding.tour-tor-security-update-8.5.title=பாதுகாப்பு 
நிலை அனுபவம்
 onboarding.tour-tor-security-update-8.5.description=We improved how you see 
and set your security level. We replaced the security slider with a toolbar 
icon that makes your current level visible at all times. Click it to view 
details about your current level or to change your security settings.
 
 # Circuit Display onboarding.

___

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

2019-08-14 Thread translation
commit 85ff83006522ed7948a15e92707df303fc092e01
Author: Translation commit bot 
Date:   Wed Aug 14 07:49:38 2019 +

Update translations for torbutton-browseronboardingproperties
---
 ta/browserOnboarding.properties | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/ta/browserOnboarding.properties b/ta/browserOnboarding.properties
index b84e4130e..1ac9eddaf 100644
--- a/ta/browserOnboarding.properties
+++ b/ta/browserOnboarding.properties
@@ -5,7 +5,7 @@
 onboarding.tour-tor-welcome=வரவேற்பு
 onboarding.tour-tor-welcome.title=நீங்கள் தயாராக 
உள்ளீர்கள்.
 onboarding.tour-tor-welcome.description=வலையில் 
உலாவும்போது Tor உலாவி உயர் தர 
தனியுரிமை மற்றும் 
பாதுகாப்பை வழங்குகிறது. 
இப்போது நீங்கள் பின்தொடரல், 
கண்காணிப்பு, மற்றும் 
தணிக்கையிலிருந்து 
பாதுகாக்கப்பட்டுள்ளீர்கள். 
இந்த துரித வரவேற்பு எப்படி 
என்பதை உங்களுக்குக் 
காட்டும்.
-onboarding.tour-tor-welcome.next-button=Go to Privacy
+onboarding.tour-tor-welcome.next-button=தனியுரிமைக்குச்
 செல்க
 
 onboarding.tour-tor-privacy=தனியுரிமை
 onboarding.tour-tor-privacy.title=பின்தொடரிகள் 
மற்றும் ஓட்டுக்கேட்பிகளைத் 
தடுங்கள்.
@@ -21,20 +21,20 @@ 
onboarding.tour-tor-circuit-display=சுற்றுக்காட்சி
 onboarding.tour-tor-circuit-display.title=உங்கள் 
பாதையைப் பாருங்கள்.
 onboarding.tour-tor-circuit-display.description=நீங்கள் 
பார்க்கும் ஒவ்வொரு 
களத்திற்கும், உங்கள் 
தரவுவழியானது உலகம் 
முழுவதிலும் உள்ள மூன்று Tor 
தொடர்கள் கொண்ட சுற்றில் அ
னுப்பப்பட்டு 
பாதுகாக்கப்படுகிறது. 
நீங்கள் எங்கிருந்து 
இணைகிறீர்கள் என்று எந்த 
வலைத்தளமும் அறியாது. நீங்கள் 
எங்கள் சுற்றுக்காட்சியில் 
'இந்த தளத்திற்கான புதிய 
சுற்று' என்பதை கிளிக் 
செய்வதின் மூலம் புதிய 
சுற்றினைக் கோரலாம்.
 onboarding.tour-tor-circuit-display.button=எனது 
பாதையைப் பார்
-onboarding.tour-tor-circuit-display.next-button=Go to Security
+onboarding.tour-tor-circuit-display.next-button=பாதுகாப்புக்குச்
 செல்க
 
 onboarding.tour-tor-security=பாதுகாப்பு
 onboarding.tour-tor-security.title=உங்கள் அ
னுபவத்தைத் தேர்ந்தெடுங்கள்.
 onboarding.tour-tor-security.description=நாங்கள் 
உங்கள் உலாவியின் பாதுகாப்பை 
உயர்த்துவதற்கான கூடுதல் அ
மைப்புகளையும் வழங்குகிறோம். 
எங்கள் பாதுகாப்பு அ
மைப்புகள் உங்கள் கணினியைத் 
தாக்கப்பயன்படுத்தக்கூடிய 
உறுப்புகளைத் தடுக்க உங்களை அ
னுமதிக்கின்றன. வெவ்வேறு 
விருப்பங்கள் என்ன 
செய்கின்றன என்பதைப் பார்க்க 
கீழே கிளிக் செய்யுங்கள்.
 onboarding.tour-tor-security.description-suffix=Note: By default, NoScript and 
HTTPS Everywhere are not included on the toolbar, but you can customize your 
toolbar to add them.
-onboarding.tour-tor-security-level.button=See Your Security Level
-onboarding.tour-tor-security-level.next-button=Go to Experience Tips
+onboarding.tour-tor-security-level.button=உங்கள் 
பாதுகாப்பு நிலையைக் காண்க
+onboarding.tour-tor-security-level.next-button=அனுபவ 
உதவிக்குறிப்புகளுக்குச் 
செல்க
 
 onboarding.tour-tor-expect-differences=அனுபவ 
குறிப்புகள்
 

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

2019-08-14 Thread translation
commit cf5718e0df269c86d2717f772c155cd1247f5d87
Author: Translation commit bot 
Date:   Wed Aug 14 06:52:06 2019 +

Update translations for tpo-web_completed
---
 contents+de.po| 50 +-
 contents+es.po| 47 +--
 contents+fr.po| 50 +-
 contents+pt-BR.po | 50 ++
 contents+tr.po| 47 ---
 contents+zh-CN.po | 49 +++--
 contents.pot  | 47 ++-
 7 files changed, 122 insertions(+), 218 deletions(-)

diff --git a/contents+de.po b/contents+de.po
index 96fa0ae98..46d30b8f7 100644
--- a/contents+de.po
+++ b/contents+de.po
@@ -14,7 +14,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-07-31 12:08+CET\n"
+"POT-Creation-Date: 2019-08-14 08:34+CET\n"
 "PO-Revision-Date: 2019-03-09 10:41+\n"
 "Last-Translator: Curtis Baltimore , 2019\n"
 "Language-Team: German (https://www.transifex.com/otf/teams/1519/de/)\n"
@@ -142,6 +142,10 @@ msgstr "Blog"
 msgid "Donate"
 msgstr "Spenden"
 
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "Spende jetzt"
+
 #: https//www.torproject.org/thank-you/
 #: (content/thank-you/contents+en.lrpage.title)
 msgid "Success"
@@ -277,12 +281,9 @@ msgstr " Über das Tor Project"
 #: https//www.torproject.org/about/cy-pres/
 #: (content/about/cy-pres/contents+en.lrpage.body)
 msgid ""
-"The Tor Project is a U.S.-based 501(3) nonprofit founded in 2006 with the "
+"The Tor Project is a U.S.-based 501(c)3 nonprofit founded in 2006 with the "
 "mission of advancing human rights and freedoms by:"
 msgstr ""
-"Das Tor Project ist eine in den USA ansässige 501(3)-Non-Profit-"
-"Organisation, die 2006 mit dem Ziel gegründet wurde, die Menschenrechte und "
-"-freiheiten zu fördern durch:"
 
 #: https//www.torproject.org/about/cy-pres/
 #: (content/about/cy-pres/contents+en.lrpage.body)
@@ -789,12 +790,6 @@ msgstr ""
 "ungehinderte Verfügbarkeit zu unterstützen und ihr Verständnis in "
 "Wissenschaft und der Allgemeinheit zu vergrößern."
 
-#: lego/templates/footer.html:49 lego/templates/navbar.html:12
-#: templates/download.html:56 templates/footer.html:49
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "Spende jetzt"
-
 #: lego/templates/footer.html:54 templates/footer.html:54
 msgid "Subscribe to our Newsletter"
 msgstr "Abonnieren Sie unseren Newsletter"
@@ -963,31 +958,20 @@ msgstr "Lade dir Tor Browser für Android herunter."
 msgid "Protect yourself against tracking, surveillance, and censorship."
 msgstr "Schütze dich vor Verfolgung, Überwachung und Zensur."
 
-#: templates/download-android.html:28 templates/download-android.html:30
+#: templates/download-android.html:20 templates/download-android.html:22
 msgid "Download .apk"
 msgstr "Download .apk"
 
-#: templates/download-android.html:29 templates/download-android.html:31
-#: templates/download-tor.html:25 templates/download-tor.html:30
-msgid "sig"
-msgstr "sig"
-
-#: templates/download-android.html:35
+#: templates/download-android.html:24
 msgid "Go to Google Play"
 msgstr "Gehe zu Google Play"
 
-#: templates/download-android.html:39
+#: templates/download-android.html:26
 #, python-format
 msgid "Go to F-droid %s"
 msgstr "Gehe zu F-droid %s"
 
-#: templates/download-android.html:44
-msgid "Are you a iOS user? We encourage you to try Onion Browser."
-msgstr ""
-"Bist du ein iOS-Benutzer? Wir empfehlen dir, es auszuprobieren Onion "
-"Browser."
-
-#: templates/download-android.html:49
+#: templates/download-android.html:36
 msgid "Are you an iOS user? We encourage you to try Onion Browser."
 msgstr ""
 "Bist du ein iOS-Benutzer? Wir empfehlen dir, es auszuprobieren Onion "
@@ -997,6 +981,10 @@ msgstr ""
 msgid "Language"
 msgstr "Sprache"
 
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr "sig"
+
 #: templates/download.html:5
 msgid "Get Connected"
 msgstr "Verbinde dich"
@@ -1032,8 +1020,8 @@ msgid "Support Portal"
 msgstr "Support Portal"
 
 #: templates/download.html:14
-msgid "Read other FAQ's at our Support Portal"
-msgstr "Lese weitere FAQ's in unserem Support-Portal"
+msgid "Read other FAQs at our Support Portal"
+msgstr ""
 
 #: templates/download.html:19 templates/download.html:21
 msgid "Stay safe"
@@ -1113,11 +1101,7 @@ msgstr "Herunterladen in einer anderen Sprache oder 
Plattform"
 msgid "Advanced Install Options"
 msgstr "Erweiterte Installations-Optionen"
 
-#: templates/hero-download.html:49
-msgid "Download Source Tarball"
-msgstr "Download Quelle Tarball"
-
-#: templates/hero-download.html:52
+#: templates/hero-download.html:50
 msgid "Read the latest release announcements"
 msgstr "Lies die neuesten 

[tor-commits] [tpo/master] typo. thanks kayazeren!

2019-08-14 Thread emmapeel
commit c2814b5566e47702c28c7d1ef1e4093196b1f383
Author: emma peel 
Date:   Wed Aug 14 08:25:44 2019 +0200

typo. thanks kayazeren!
---
 content/about/cy-pres/contents.lr | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/about/cy-pres/contents.lr 
b/content/about/cy-pres/contents.lr
index 6bc656f..7a7bb69 100644
--- a/content/about/cy-pres/contents.lr
+++ b/content/about/cy-pres/contents.lr
@@ -18,7 +18,7 @@ _Cy pres_ awards are funds distributed as a part of class 
action lawsuit settlem
 
  About the Tor Project
 
-The Tor Project is a U.S.-based 501(3) nonprofit founded in 2006 with the 
mission of advancing human rights and freedoms by:
+The Tor Project is a U.S.-based 501(c)3 nonprofit founded in 2006 with the 
mission of advancing human rights and freedoms by:
 
 - Creating and deploying free and open anonymity and privacy technologies,
 - Supporting their unrestricted availability and use, and
@@ -40,4 +40,4 @@ If you would like to speak to somebody at the Tor Project 
about whether or not t
 
 - [The Tor Project in the Media](https://www.torproject.org/press/)
 - [The Tor Project Financial 
Reports](https://www.torproject.org/about/reports/)
-- [The Tor Project Board Members and 
Staff](https://www.torproject.org/about/people/)
\ No newline at end of file
+- [The Tor Project Board Members and 
Staff](https://www.torproject.org/about/people/)

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