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

2019-05-23 Thread translation
commit 60600f88f98367edb620365a640962481eb3c6fc
Author: Translation commit bot 
Date:   Fri May 24 03:16:07 2019 +

Update translations for https_everywhere_completed
---
 ko/https-everywhere.dtd | 47 +--
 1 file changed, 29 insertions(+), 18 deletions(-)

diff --git a/ko/https-everywhere.dtd b/ko/https-everywhere.dtd
index 2fe37f5a8..f2249c644 100644
--- a/ko/https-everywhere.dtd
+++ b/ko/https-everywhere.dtd
@@ -2,53 +2,64 @@
 
 
 
-
-
+
+
 
-
+
 
-
-
+
+
+
+
+
+
+
+
+
 
 
 
 
 
 
-
+
 
 
-
-
-
+
+
+
 
 
 
 
 
 
-
+
 
 
-
-
+
+
 
-
-
+
+
+
 
+
+
+
 
 
 
 
 
 
-
-
-
+
+
+
 
 
 
 
-
+
 
 

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


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

2019-05-23 Thread translation
commit 1728b8502ec73029a3043c41ab55a13c6f975a1b
Author: Translation commit bot 
Date:   Fri May 24 03:15:58 2019 +

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

diff --git a/ko/https-everywhere.dtd b/ko/https-everywhere.dtd
index d600ce879..f2249c644 100644
--- a/ko/https-everywhere.dtd
+++ b/ko/https-everywhere.dtd
@@ -40,7 +40,7 @@
 
 
 
-
+
 
 
 

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


[tor-commits] [gettor/master] Revert "Update stats db operations"

2019-05-23 Thread hiro
commit caa003c1e723aa2d7afad44889d1e6c6bafc34ac
Author: hiro 
Date:   Thu May 23 21:55:43 2019 +0200

Revert "Update stats db operations"

This reverts commit 060060133efba6c8b6a3a19aabe25bdc7b555264.
---
 gettor/utils/db.py | 14 --
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/gettor/utils/db.py b/gettor/utils/db.py
index 63bcf2a..525287b 100644
--- a/gettor/utils/db.py
+++ b/gettor/utils/db.py
@@ -88,18 +88,12 @@ class SQLite3(object):
Update statistics to the database
"""
now_str = datetime.now().strftime("%Y%m%d")
-
-   # This query isn't the nicest until upsert isn't supported
-   
-   query = "BEGIN;"\
-   "INSERT OR IGNORE INTO stats(num_requests, platform, language, 
"\
-   "command, service, date) VALUES (0, ?, ?, ?, ?, ?); "\
-   "UPDATE stats SET num_requests = num_requests + 1 WHERE 
platform=? "\
-   "AND language=? AND command=? AND service=? AND date=?; 
"\
-   "COMMIT;"
+   query = "INSERT INTO stats(num_requests, platform, language, 
command, "\
+   "service, date) VALUES (1, ?, ?, ?, ?, ?) ON 
CONFLICT(platform, "\
+   "language, command, service, date) DO UPDATE 
SET num_requests=num_requests+1"
 
return self.dbpool.runQuery(
-   query, (platform, language, command, service, now_str, 
platform, language, command, service, now_str)
+   query, (platform, language, command, service, now_str)

).addCallback(self.query_callback).addErrback(self.query_errback)
 
def get_links(self, platform, language, status):

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


[tor-commits] [gettor/master] Update stats db operations

2019-05-23 Thread hiro
commit 060060133efba6c8b6a3a19aabe25bdc7b555264
Author: hiro 
Date:   Thu May 23 21:00:58 2019 +0200

Update stats db operations
---
 gettor/utils/db.py | 14 ++
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/gettor/utils/db.py b/gettor/utils/db.py
index 525287b..63bcf2a 100644
--- a/gettor/utils/db.py
+++ b/gettor/utils/db.py
@@ -88,12 +88,18 @@ class SQLite3(object):
Update statistics to the database
"""
now_str = datetime.now().strftime("%Y%m%d")
-   query = "INSERT INTO stats(num_requests, platform, language, 
command, "\
-   "service, date) VALUES (1, ?, ?, ?, ?, ?) ON 
CONFLICT(platform, "\
-   "language, command, service, date) DO UPDATE 
SET num_requests=num_requests+1"
+
+   # This query isn't the nicest until upsert isn't supported
+   
+   query = "BEGIN;"\
+   "INSERT OR IGNORE INTO stats(num_requests, platform, language, 
"\
+   "command, service, date) VALUES (0, ?, ?, ?, ?, ?); "\
+   "UPDATE stats SET num_requests = num_requests + 1 WHERE 
platform=? "\
+   "AND language=? AND command=? AND service=? AND date=?; 
"\
+   "COMMIT;"
 
return self.dbpool.runQuery(
-   query, (platform, language, command, service, now_str)
+   query, (platform, language, command, service, now_str, 
platform, language, command, service, now_str)

).addCallback(self.query_callback).addErrback(self.query_errback)
 
def get_links(self, platform, language, status):

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


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

2019-05-23 Thread translation
commit b08650c6ffb9f908fbf2633bd3c9eab68912649c
Author: Translation commit bot 
Date:   Thu May 23 18:50:48 2019 +

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

diff --git a/contents+fa.po b/contents+fa.po
index 3d566faa2..3ee811b9b 100644
--- a/contents+fa.po
+++ b/contents+fa.po
@@ -1,10 +1,10 @@
 # Translators:
 # Mohammadreza Abdollahzadeh , 2019
 # Ali Mirjamali , 2019
-# Vox, 2019
 # erinm, 2019
 # A.Mehraban , 2019
 # Emma Peel, 2019
+# Vox, 2019
 # 
 msgid ""
 msgstr ""
@@ -12,7 +12,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-05-15 18:55+CET\n"
 "PO-Revision-Date: 2018-10-02 22:41+\n"
-"Last-Translator: Emma Peel, 2019\n"
+"Last-Translator: Vox, 2019\n"
 "Language-Team: Persian (https://www.transifex.com/otf/teams/1519/fa/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -228,6 +228,12 @@ msgid ""
 "href=\"https://www.torproject.org/download/download-;
 "easy.html.en#mac\">macOS."
 msgstr ""
+"مرورگر تور در حال حاضر برای https://www.torproject.org/download;
+"/download-easy.html.en#windows\">ویندوز، https://www.torproject.org/download/download-;
+"easy.html.en#linux\">لینوکس و https://www.torproject.org/download/download-;
+"easy.html.en#mac\">macOS در دسترس است."
 
 #: https//support.torproject.org/faq/faq-4/
 #: (content/faq/faq-4/contents+en.lrquestion.description)
@@ -257,6 +263,8 @@ msgid ""
 "There is no official version of Tor for iOS yet, though we recommend https://onionbrowser.com/\;>Onion Browser."
 msgstr ""
+"در حال حاضر هیچ نسخه رسمی از Tor برای iOS وجود 
ندارد اما ما https://onionbrowser.com/\;>مرورگر Onion را توصیه م
ی‌کنیم."
 
 #: https//support.torproject.org/faq/faq-5/
 #: (content/faq/faq-5/contents+en.lrquestion.title)
@@ -294,7 +302,7 @@ msgstr ""
 #: https//support.torproject.org/tbb/how-to-verify-signature/
 #: (content/tbb/how-to-verify-signature/contents+en.lrquestion.title)
 msgid "How can I verify Tor Browser's signature?"
-msgstr ""
+msgstr "چگونه می‌توانم امضای مرورگر تور را 
تائید کنم؟"
 
 #: https//support.torproject.org/tbb/how-to-verify-signature/
 #: (content/tbb/how-to-verify-signature/contents+en.lrquestion.description)
@@ -371,7 +379,7 @@ msgstr ""
 #: https//support.torproject.org/tbb/how-to-verify-signature/
 #: (content/tbb/how-to-verify-signature/contents+en.lrquestion.description)
 msgid "### Windows"
-msgstr ""
+msgstr "### ویندوز"
 
 #: https//support.torproject.org/tbb/how-to-verify-signature/
 #: (content/tbb/how-to-verify-signature/contents+en.lrquestion.description)

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


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

2019-05-23 Thread translation
commit da7965d13da6d1bf57f14432f10cd25be1f3e387
Author: Translation commit bot 
Date:   Thu May 23 18:49:31 2019 +

Update translations for torbutton-browseronboardingproperties
---
 uk/browserOnboarding.properties | 42 -
 1 file changed, 21 insertions(+), 21 deletions(-)

diff --git a/uk/browserOnboarding.properties b/uk/browserOnboarding.properties
index 46b725d26..268ceda71 100644
--- a/uk/browserOnboarding.properties
+++ b/uk/browserOnboarding.properties
@@ -15,41 +15,41 @@ 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=Go to Circuit Display
+onboarding.tour-tor-network.button=Перейти до Екрану 
Ланцюжків
 
-onboarding.tour-tor-circuit-display=Circuit Display
-onboarding.tour-tor-circuit-display.title=See your path.
-onboarding.tour-tor-circuit-display.description=For each domain you visit, 
your traffic is relayed and encrypted in a circuit across three Tor relays 
around the world. No website knows where you are connecting from. You can 
request a new circuit by clicking ‘New Circuit for this Site’ on our 
Circuit Display.
-onboarding.tour-tor-circuit-display.button=See My Path
-onboarding.tour-tor-circuit-display.next-button=Go to Security
+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=Перейти до 
Безпеки
 
 onboarding.tour-tor-security=Безпека
 onboarding.tour-tor-security.title=Оберіть ваш досвід.
-onboarding.tour-tor-security.description=We also provide you with additional 
settings for bumping up your browser security. Our Security Settings allow you 
to block elements that could be used to attack your computer. Click below to 
see what the different options do.
+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=Experience Tips
-onboarding.tour-tor-expect-differences.title=Expect some differences.
+onboarding.tour-tor-expect-differences=Поради щодо Досвіду
+onboarding.tour-tor-expect-differences.title=Очікуйте на деякі 
відмінності.
 onboarding.tour-tor-expect-differences.description=With all the security and 
privacy features provided by Tor, your experience while browsing the internet 
may be a little different. Things may be a bit slower, and depending on your 
security level, some elements may not work or load. You may also be asked to 
prove you are a human and not a robot.

[tor-commits] [gettor/master] Update create_db script and stats db operations

2019-05-23 Thread hiro
commit 9723be4280fc06811054d85274f5ac6c8e19ee15
Author: hiro 
Date:   Thu May 23 20:34:58 2019 +0200

Update create_db script and stats db operations
---
 gettor/utils/db.py| 8 
 scripts/create_db | 9 +
 tests/test_locales.py | 2 +-
 3 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/gettor/utils/db.py b/gettor/utils/db.py
index c48d36a..525287b 100644
--- a/gettor/utils/db.py
+++ b/gettor/utils/db.py
@@ -88,12 +88,12 @@ class SQLite3(object):
Update statistics to the database
"""
now_str = datetime.now().strftime("%Y%m%d")
-   query = "REPLACE INTO stats(num_requests, platform, language, "\
-   "command, service, date) VALUES(COALESCE((SELECT num_requests 
FROM stats "\
-   "WHERE platform=? AND language=? AND date=?)+1, 0), ?, ?, ?, ?, 
?) "\
+   query = "INSERT INTO stats(num_requests, platform, language, 
command, "\
+   "service, date) VALUES (1, ?, ?, ?, ?, ?) ON 
CONFLICT(platform, "\
+   "language, command, service, date) DO UPDATE 
SET num_requests=num_requests+1"
 
return self.dbpool.runQuery(
-   query, (platform, language, now_str, platform, 
language, command, service, now_str)
+   query, (platform, language, command, service, now_str)

).addCallback(self.query_callback).addErrback(self.query_errback)
 
def get_links(self, platform, language, status):
diff --git a/scripts/create_db b/scripts/create_db
index 7f8cc11..32121df 100755
--- a/scripts/create_db
+++ b/scripts/create_db
@@ -91,7 +91,8 @@ def main():
 )
 c.execute(
 "CREATE TABLE stats(num_requests NUMBER, platform TEXT,"
-" language TEXT, command TEXT, service TEXT, date TEXT)"
+" language TEXT, command TEXT, service TEXT, date,"
+" PRIMARY KEY (platform, language, command, service, date))"
 )
 print("Database {} created.".format(abs_filename))
 elif args.clear:
@@ -125,9 +126,9 @@ def main():
 "PRIMARY KEY(platform, arch, version, provider, 
status))"
 )
 c.execute(
-"CREATE TABLE stats(date TEXT PRIMARY KEY, "
-"num_requests INTEGER, platform TEXT, language TEXT, 
command TEXT, "
-"service TEXT)"
+"CREATE TABLE stats(date TEXT, num_requests INTEGER, "
+"platform TEXT, language TEXT, command TEXT, service 
TEXT,"
+"PRIMARY KEY (platform, language, command, service, 
date))"
 )
 print("New database {} created.".format(abs_filename))
 
diff --git a/tests/test_locales.py b/tests/test_locales.py
index b6eb777..bea7e9f 100644
--- a/tests/test_locales.py
+++ b/tests/test_locales.py
@@ -6,7 +6,7 @@ from twisted.internet import task
 
 from . import conftests
 
-class EmailServiceTests(unittest.TestCase):
+class LocalesTests(unittest.TestCase):
 
 # Fail any tests which take longer than 15 seconds.
 timeout = 15

___
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-05-23 Thread translation
commit e998caecd0c160c5b335b5fa4842d4280bb09a0e
Author: Translation commit bot 
Date:   Thu May 23 18:19:38 2019 +

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

diff --git a/uk/browserOnboarding.properties b/uk/browserOnboarding.properties
index 8577c035e..46b725d26 100644
--- a/uk/browserOnboarding.properties
+++ b/uk/browserOnboarding.properties
@@ -61,7 +61,7 @@ onboarding.tor-circuit-display.one-of-three=1 of 3
 onboarding.tor-circuit-display.two-of-three=2 of 3
 onboarding.tor-circuit-display.three-of-three=3 of 3
 
-onboarding.tor-circuit-display.intro.title=How do circuits work?
+onboarding.tor-circuit-display.intro.title=Як працюють 
ланцюжки?
 onboarding.tor-circuit-display.intro.msg=Circuits are made up of randomly 
assigned relays, which are computers around the world configured to forward Tor 
traffic. Circuits allow you to browse privately and to connect to onion 
services.
 
 onboarding.tor-circuit-display.diagram.title=Circuit Display

___
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

2019-05-23 Thread translation
commit 8a833ff3816fc05b1886c9e8138034d3add79a1f
Author: Translation commit bot 
Date:   Thu May 23 18:17:26 2019 +

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

diff --git a/uk/onioncircuits.pot b/uk/onioncircuits.pot
index d7b0a76a0..e5cca6f7a 100644
--- a/uk/onioncircuits.pot
+++ b/uk/onioncircuits.pot
@@ -4,15 +4,16 @@
 # 
 # Translators:
 # Konstantin Tiler , 2016
-# m40520 , 2018
+# m40520, 2018
+# - -, 2019
 # Volodymyr Buberenko , 2016
 msgid ""
 msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-08-03 13:00+\n"
-"PO-Revision-Date: 2018-08-06 10:21+\n"
-"Last-Translator: m40520 \n"
+"PO-Revision-Date: 2019-05-23 18:16+\n"
+"Last-Translator: - -\n"
 "Language-Team: Ukrainian 
(http://www.transifex.com/otf/torproject/language/uk/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -26,11 +27,11 @@ msgstr "Ви ще не під’єднані до Tor..."
 
 #: ../onioncircuits:95
 msgid "Onion Circuits"
-msgstr "Onion Circuits"
+msgstr "Цибуляні Ланцюжки"
 
 #: ../onioncircuits:125
 msgid "Circuit"
-msgstr "Схема"
+msgstr "Ланцюжок"
 
 #: ../onioncircuits:126
 msgid "Status"
@@ -38,7 +39,7 @@ msgstr "Статус"
 
 #: ../onioncircuits:142
 msgid "Click on a circuit for more detail about its Tor relays."
-msgstr "Натисніть на Circuit для більш доклладної 
інформації щодо з’єднань Tor."
+msgstr "Натисніть на ланцюжок для більш 
докладної інформації про його 
ретранслятори Tor."
 
 #: ../onioncircuits:221
 msgid "The connection to Tor was lost..."

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


[tor-commits] [translation/tba-torbrowserstringsdtd] Update translations for tba-torbrowserstringsdtd

2019-05-23 Thread translation
commit f4a703a7441c3f169a4d6056f70ed02a6aead716
Author: Translation commit bot 
Date:   Thu May 23 18:17:43 2019 +

Update translations for tba-torbrowserstringsdtd
---
 uk/torbrowser_strings.dtd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/uk/torbrowser_strings.dtd b/uk/torbrowser_strings.dtd
index db92a4f12..e2ac20351 100644
--- a/uk/torbrowser_strings.dtd
+++ b/uk/torbrowser_strings.dtd
@@ -56,4 +56,4 @@
 
 
 
-
+

___
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

2019-05-23 Thread translation
commit a94ec257aa824845c7d53fe986810c586d442bc4
Author: Translation commit bot 
Date:   Thu May 23 18:17:21 2019 +

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

diff --git a/uk/onioncircuits.pot b/uk/onioncircuits.pot
index d7b0a76a0..e5cca6f7a 100644
--- a/uk/onioncircuits.pot
+++ b/uk/onioncircuits.pot
@@ -4,15 +4,16 @@
 # 
 # Translators:
 # Konstantin Tiler , 2016
-# m40520 , 2018
+# m40520, 2018
+# - -, 2019
 # Volodymyr Buberenko , 2016
 msgid ""
 msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-08-03 13:00+\n"
-"PO-Revision-Date: 2018-08-06 10:21+\n"
-"Last-Translator: m40520 \n"
+"PO-Revision-Date: 2019-05-23 18:16+\n"
+"Last-Translator: - -\n"
 "Language-Team: Ukrainian 
(http://www.transifex.com/otf/torproject/language/uk/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -26,11 +27,11 @@ msgstr "Ви ще не під’єднані до Tor..."
 
 #: ../onioncircuits:95
 msgid "Onion Circuits"
-msgstr "Onion Circuits"
+msgstr "Цибуляні Ланцюжки"
 
 #: ../onioncircuits:125
 msgid "Circuit"
-msgstr "Схема"
+msgstr "Ланцюжок"
 
 #: ../onioncircuits:126
 msgid "Status"
@@ -38,7 +39,7 @@ msgstr "Статус"
 
 #: ../onioncircuits:142
 msgid "Click on a circuit for more detail about its Tor relays."
-msgstr "Натисніть на Circuit для більш доклладної 
інформації щодо з’єднань Tor."
+msgstr "Натисніть на ланцюжок для більш 
докладної інформації про його 
ретранслятори Tor."
 
 #: ../onioncircuits:221
 msgid "The connection to Tor was lost..."

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


[tor-commits] [translation/tba-torbrowserstringsdtd_completed] Update translations for tba-torbrowserstringsdtd_completed

2019-05-23 Thread translation
commit 84cca4527dbd181941e6d478fb2119ee55d49049
Author: Translation commit bot 
Date:   Thu May 23 18:17:49 2019 +

Update translations for tba-torbrowserstringsdtd_completed
---
 uk/torbrowser_strings.dtd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/uk/torbrowser_strings.dtd b/uk/torbrowser_strings.dtd
index db92a4f12..e2ac20351 100644
--- a/uk/torbrowser_strings.dtd
+++ b/uk/torbrowser_strings.dtd
@@ -56,4 +56,4 @@
 
 
 
-
+

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


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

2019-05-23 Thread translation
commit fdb2ba7b835fced1d30aded9ee8da5861424893e
Author: Translation commit bot 
Date:   Thu May 23 17:51:00 2019 +

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

diff --git a/contents+fr.po b/contents+fr.po
index b2e919659..afa742ec6 100644
--- a/contents+fr.po
+++ b/contents+fr.po
@@ -3089,10 +3089,10 @@ msgid ""
 "who want an extra layer of security because they're worried somebody will "
 "recognize that they are contacting a public Tor relay IP address."
 msgstr ""
-"Les ponts sont utiles pour les utilisateurs de Tor qui subissent des régimes"
-" oppressants et pour les gens qui veulent une couche supplémentaire de "
-"sécurité parce qu’ils s’inquiètent que quelqu’un puisse découvrir 
qu’ils "
-"contactent l’adresse IP d’un relais Tor public."
+"Les ponts sont utiles pour les utilisateurs de Tor sous le joug de régimes "
+"oppressifs, et pour ceux qui veulent une couche supplémentaire de sécurité 
"
+"parce qu’ils s’inquiètent que quelqu’un puisse découvrir qu’ils 
contactent "
+"l’adresse IP d’un relais Tor public."
 
 #: https//support.torproject.org/censorship/censorship-7/
 #: (content/censorship/censorship-7/contents+en.lrquestion.description)
@@ -3108,7 +3108,7 @@ msgid ""
 "See How do I run a bridge for "
 "instructions."
 msgstr ""
-"Consultez Comment puis-je utiliser un "
+"Consultez Comment puis-je exécuter un "
 "pont pour obtenir des instructions."
 
 #: https//support.torproject.org/censorship/censorship-7/
@@ -3117,8 +3117,8 @@ msgid ""
 "Several countries, including China and Iran, have found ways to detect and "
 "block connections to Tor bridges."
 msgstr ""
-"Plusieurs pays dont la Chine et l’Iran ont trouvé des manières de 
détecter "
-"et de bloquer les connexions vers des ponts Tor."
+"Plusieurs pays, dont la Chine et l’Iran, ont trouvé des manières de 
détecter"
+" et de bloquer les connexions vers des ponts Tor."
 
 #: https//support.torproject.org/censorship/censorship-7/
 #: (content/censorship/censorship-7/contents+en.lrquestion.description)
@@ -3129,7 +3129,8 @@ msgid ""
 msgstr ""
 "Les ponts https://github.com/Yawning/obfs4/blob/master/doc/obfs4-spec.txt\;>Obfsproxy"
-" y remédient en ajoutant une couche supplémentaire de brouillage."
+" (page en anglais) y remédient en ajoutant une couche supplémentaire de "
+"brouillage."
 
 #: https//support.torproject.org/censorship/censorship-7/
 #: (content/censorship/censorship-7/contents+en.lrquestion.description)
@@ -3147,8 +3148,8 @@ msgid ""
 "transports.html.en\">pluggable transports for more info."
 msgstr ""
 "Consultez notre page sur les https://www.torproject.org/docs;
-"/pluggable-transports.html.en\">transports enfichables pour de "
-"plus de précisions."
+"/pluggable-transports.html.en\">transports enfichables(site en "
+"anglais) pour de plus de précisions."
 
 #: https//support.torproject.org/https/https-1/
 #: (content/https/https-1/contents+en.lrquestion.title)
@@ -3157,8 +3158,8 @@ msgid ""
 " websites, like login information and things I type into forms?"
 msgstr ""
 "Quand j’utilise Tor, les systèmes d’écoute peuvent-ils encore voir les "
-"renseignements que je partage avec les sites Web, comme les renseignements "
-"de connexion, et ce que je tape dans les formulaires ?"
+"renseignements que je partage avec les sites Web, tels que les "
+"renseignements de connexion, et ce que je tape dans les formulaires ?"
 
 #: https//support.torproject.org/https/https-1/
 #: (content/https/https-1/contents+en.lrquestion.description)
@@ -3184,8 +3185,8 @@ msgid ""
 "If the site you are visiting uses HTTPS, then the traffic leaving your exit "
 "relay will be encrypted, and won't be visible to eavesdroppers."
 msgstr ""
-"Si le site que vous visitez utilise HTTPS, le trafic qui quitte votre relais"
-" de sortie sera alors chiffré et invisible aux systèmes d’écoute."
+"Si le site que vous visitez utilise HTTPS, le trafic sera alors chiffré "
+"avant de quitter votre relais de sortie et invisible aux systèmes 
d’écoute."
 
 #: https//support.torproject.org/https/https-1/
 #: (content/https/https-1/contents+en.lrquestion.description)
@@ -3758,7 +3759,7 @@ msgstr "$ sudo apt-get install tor 
deb.torproject.org-keyring"
 #: https//support.torproject.org/operators/operators-6/
 #: (content/operators/operators-6/contents+en.lrquestion.title)
 msgid "How do I run a obfs4 bridge on Debian?"
-msgstr "Comment puis-je utiliser un pont obfs4 sous Debian ?"
+msgstr "Comment puis-je exécuter un pont obfs4 sous Debian ?"
 
 #: https//support.torproject.org/operators/operators-6/
 #: (content/operators/operators-6/contents+en.lrquestion.description)

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


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

2019-05-23 Thread translation
commit 08de331948247e7d475e58512fbe07633da39ab2
Author: Translation commit bot 
Date:   Thu May 23 17:50:53 2019 +

Update translations for support-portal
---
 contents+fr.po | 27 ++-
 1 file changed, 14 insertions(+), 13 deletions(-)

diff --git a/contents+fr.po b/contents+fr.po
index b2e919659..201546a6e 100644
--- a/contents+fr.po
+++ b/contents+fr.po
@@ -3089,10 +3089,10 @@ msgid ""
 "who want an extra layer of security because they're worried somebody will "
 "recognize that they are contacting a public Tor relay IP address."
 msgstr ""
-"Les ponts sont utiles pour les utilisateurs de Tor qui subissent des régimes"
-" oppressants et pour les gens qui veulent une couche supplémentaire de "
-"sécurité parce qu’ils s’inquiètent que quelqu’un puisse découvrir 
qu’ils "
-"contactent l’adresse IP d’un relais Tor public."
+"Les ponts sont utiles pour les utilisateurs de Tor sous le joug de régimes "
+"oppressifs, et pour ceux qui veulent une couche supplémentaire de sécurité 
"
+"parce qu’ils s’inquiètent que quelqu’un puisse découvrir qu’ils 
contactent "
+"l’adresse IP d’un relais Tor public."
 
 #: https//support.torproject.org/censorship/censorship-7/
 #: (content/censorship/censorship-7/contents+en.lrquestion.description)
@@ -3108,7 +3108,7 @@ msgid ""
 "See How do I run a bridge for "
 "instructions."
 msgstr ""
-"Consultez Comment puis-je utiliser un "
+"Consultez Comment puis-je exécuter un "
 "pont pour obtenir des instructions."
 
 #: https//support.torproject.org/censorship/censorship-7/
@@ -3117,8 +3117,8 @@ msgid ""
 "Several countries, including China and Iran, have found ways to detect and "
 "block connections to Tor bridges."
 msgstr ""
-"Plusieurs pays dont la Chine et l’Iran ont trouvé des manières de 
détecter "
-"et de bloquer les connexions vers des ponts Tor."
+"Plusieurs pays, dont la Chine et l’Iran, ont trouvé des manières de 
détecter"
+" et de bloquer les connexions vers des ponts Tor."
 
 #: https//support.torproject.org/censorship/censorship-7/
 #: (content/censorship/censorship-7/contents+en.lrquestion.description)
@@ -3129,7 +3129,8 @@ msgid ""
 msgstr ""
 "Les ponts https://github.com/Yawning/obfs4/blob/master/doc/obfs4-spec.txt\;>Obfsproxy"
-" y remédient en ajoutant une couche supplémentaire de brouillage."
+" (page en anglais) y remédient en ajoutant une couche supplémentaire de "
+"brouillage."
 
 #: https//support.torproject.org/censorship/censorship-7/
 #: (content/censorship/censorship-7/contents+en.lrquestion.description)
@@ -3147,8 +3148,8 @@ msgid ""
 "transports.html.en\">pluggable transports for more info."
 msgstr ""
 "Consultez notre page sur les https://www.torproject.org/docs;
-"/pluggable-transports.html.en\">transports enfichables pour de "
-"plus de précisions."
+"/pluggable-transports.html.en\">transports enfichables(site en "
+"anglais) pour de plus de précisions."
 
 #: https//support.torproject.org/https/https-1/
 #: (content/https/https-1/contents+en.lrquestion.title)
@@ -3157,8 +3158,8 @@ msgid ""
 " websites, like login information and things I type into forms?"
 msgstr ""
 "Quand j’utilise Tor, les systèmes d’écoute peuvent-ils encore voir les "
-"renseignements que je partage avec les sites Web, comme les renseignements "
-"de connexion, et ce que je tape dans les formulaires ?"
+"renseignements que je partage avec les sites Web, tels que les "
+"renseignements de connexion, et ce que je tape dans les formulaires ?"
 
 #: https//support.torproject.org/https/https-1/
 #: (content/https/https-1/contents+en.lrquestion.description)
@@ -3758,7 +3759,7 @@ msgstr "$ sudo apt-get install tor 
deb.torproject.org-keyring"
 #: https//support.torproject.org/operators/operators-6/
 #: (content/operators/operators-6/contents+en.lrquestion.title)
 msgid "How do I run a obfs4 bridge on Debian?"
-msgstr "Comment puis-je utiliser un pont obfs4 sous Debian ?"
+msgstr "Comment puis-je exécuter un pont obfs4 sous Debian ?"
 
 #: https//support.torproject.org/operators/operators-6/
 #: (content/operators/operators-6/contents+en.lrquestion.description)

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


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

2019-05-23 Thread translation
commit e0a41170a6decce4e157c9b64c8475e5f4ac30ce
Author: Translation commit bot 
Date:   Thu May 23 17:50:34 2019 +

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

diff --git a/contents+fr.po b/contents+fr.po
index 97a8aeacd..830657669 100644
--- a/contents+fr.po
+++ b/contents+fr.po
@@ -253,12 +253,12 @@ msgid ""
 "been involved in Tor are united by a common belief: internet users should "
 "have private access to an uncensored web.**"
 msgstr ""
-"**Tout comme les utilisateurs de Tor, les développeurs, les chercheurs et "
-"les bailleurs de fonds qui ont rendu Tor possible forment un groupe "
-"hétérogène de personnes. Cependant, toutes les personnes impliquées dans 
Tor"
-" sont unies par une conviction commune : les utilisateurs d’Internet "
-"devraient avoir accès à un Web non censuré avec l’assurance que leur vie 
"
-"privée et leurs données personnelles sont protégées.**"
+"**Comme les utilisateurs de Tor, les développeurs, les chercheurs et les "
+"bailleurs de fonds qui ont rendu Tor possible forment un groupe hétérogène 
"
+"de personnes. Cependant, toutes les personnes impliquées dans Tor sont unies"
+" par une conviction commune : les utilisateurs d’Internet devraient avoir "
+"accès à un Web non censuré avec l’assurance que leur vie privée et 
leurs "
+"données personnelles sont protégées.**"
 
 #: https//www.torproject.org/about/history/
 #: (content/about/history/contents+en.lrpage.body)

___
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-05-23 Thread translation
commit 4467614d89c47ceac1a14a16684f40af178e8746
Author: Translation commit bot 
Date:   Thu May 23 17:50:26 2019 +

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

diff --git a/contents+fr.po b/contents+fr.po
index 97a8aeacd..830657669 100644
--- a/contents+fr.po
+++ b/contents+fr.po
@@ -253,12 +253,12 @@ msgid ""
 "been involved in Tor are united by a common belief: internet users should "
 "have private access to an uncensored web.**"
 msgstr ""
-"**Tout comme les utilisateurs de Tor, les développeurs, les chercheurs et "
-"les bailleurs de fonds qui ont rendu Tor possible forment un groupe "
-"hétérogène de personnes. Cependant, toutes les personnes impliquées dans 
Tor"
-" sont unies par une conviction commune : les utilisateurs d’Internet "
-"devraient avoir accès à un Web non censuré avec l’assurance que leur vie 
"
-"privée et leurs données personnelles sont protégées.**"
+"**Comme les utilisateurs de Tor, les développeurs, les chercheurs et les "
+"bailleurs de fonds qui ont rendu Tor possible forment un groupe hétérogène 
"
+"de personnes. Cependant, toutes les personnes impliquées dans Tor sont unies"
+" par une conviction commune : les utilisateurs d’Internet devraient avoir "
+"accès à un Web non censuré avec l’assurance que leur vie privée et 
leurs "
+"données personnelles sont protégées.**"
 
 #: https//www.torproject.org/about/history/
 #: (content/about/history/contents+en.lrpage.body)

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


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

2019-05-23 Thread translation
commit 01ec4ab716d276e35eaa996bc5cc17c9949ca859
Author: Translation commit bot 
Date:   Thu May 23 15:51:05 2019 +

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

diff --git a/contents+fr.po b/contents+fr.po
index 15476af58..b2e919659 100644
--- a/contents+fr.po
+++ b/contents+fr.po
@@ -2999,8 +2999,8 @@ msgid ""
 "Please make sure your clock is set accurately, including the correct "
 "timezone. Then restart Tor."
 msgstr ""
-"Veuillez vous assurer que votre horloge est réglée avec précision, fuseau "
-"horaire y compris, puis redémarrez Tor."
+"Veuillez vous assurer que votre horloge est réglée avec précision et que 
le "
+"fuseau horaire est le bon, puis redémarrez Tor."
 
 #: https//support.torproject.org/connecting/connecting-3/
 #: (content/connecting/connecting-3/contents+en.lrquestion.title)

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


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

2019-05-23 Thread translation
commit 013c2b88ad9867b321f0dcb224f7b690f65f8324
Author: Translation commit bot 
Date:   Thu May 23 15:50:58 2019 +

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

diff --git a/contents+fr.po b/contents+fr.po
index 15476af58..b2e919659 100644
--- a/contents+fr.po
+++ b/contents+fr.po
@@ -2999,8 +2999,8 @@ msgid ""
 "Please make sure your clock is set accurately, including the correct "
 "timezone. Then restart Tor."
 msgstr ""
-"Veuillez vous assurer que votre horloge est réglée avec précision, fuseau "
-"horaire y compris, puis redémarrez Tor."
+"Veuillez vous assurer que votre horloge est réglée avec précision et que 
le "
+"fuseau horaire est le bon, puis redémarrez Tor."
 
 #: https//support.torproject.org/connecting/connecting-3/
 #: (content/connecting/connecting-3/contents+en.lrquestion.title)

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


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

2019-05-23 Thread translation
commit cb37916cd4003b25c13d3555943fc7f75a5d4820
Author: Translation commit bot 
Date:   Thu May 23 15:49:05 2019 +

Update translations for torbutton-torbuttonproperties_completed
---
 eu/torbutton.properties | 60 +
 1 file changed, 60 insertions(+)

diff --git a/eu/torbutton.properties b/eu/torbutton.properties
new file mode 100644
index 0..af523a662
--- /dev/null
+++ b/eu/torbutton.properties
@@ -0,0 +1,60 @@
+torbutton.circuit_display.internet = Internet
+torbutton.circuit_display.ip_unknown = IP ezezaguna
+torbutton.circuit_display.onion_site = Onion webgunea
+torbutton.circuit_display.this_browser = Nagibatzaile hau
+torbutton.circuit_display.relay = Errele
+torbutton.circuit_display.tor_bridge = Zubia
+torbutton.circuit_display.unknown_country = Herrialde ezezaguna
+torbutton.circuit_display.guard = Zaintzailea
+torbutton.circuit_display.guard_note = Baliteke zure nodo [Zaintzailea] ez 
aldatzea.
+torbutton.circuit_display.learn_more = Gehiago jakin
+torbutton.content_sizer.margin_tooltip = Tor nabigatzaileak marjin hau 
gehitzen du zure lehioaren zabalera eta altuera ez hain bereizgarria egiteko, 
horrela norbaitek zure jarraipena egiteko gaitasuna murriztuz.
+torbutton.panel.tooltip.disabled = Sakatu Tor gaitzeko
+torbutton.panel.tooltip.enabled = Sakatu Tor ezgaitzeko
+torbutton.panel.label.disabled = Tor Ezgaitua
+torbutton.panel.label.enabled = Tor Gaitua
+extensions.torbut...@torproject.org.description = Torbuttonek Tor ezarpenak 
konfiguratzeko eta nabigatze pribatuko datuak azkar eta erraz garbitzeko botoi 
bat hornitzen du
+torbutton.popup.external.title = Kanpoko fitxategi mota bat desargatu?
+torbutton.popup.external.app = Tor Nabigatzailea ezin du fitxategi hau 
bistaratu. Irekitzeko beste aplikazio bat behar izango duzu.\n\n
+torbutton.popup.external.note = Fitxategi mota batzuk Tor erabili gabe 
aplikaziok Internetera konektatzea sor ditzake.\n\n
+torbutton.popup.external.suggest = Arriskutik kanpo egoteko, zuk 
deskargatutako fitxategiak soilik lineaz kanpo ireki behar, edo Tor Live CD bat 
ilarak bezala erabiliz.\n
+torbutton.popup.launch = Fitxategia deskargatu
+torbutton.popup.cancel = Utzi
+torbutton.popup.dontask = Hemendik aurrera fitxategiak automatikoki deskargatu
+torbutton.popup.no_newnym = Torbuttonek ezin dizu modu seguruan nortasun berri 
bat eman. Ez du Tor Kontrol Portura nola sartzerik.\n\nTor Browser Bundle 
exekutatzen ari al zara?
+torbutton.security_settings.menu.title = Segurtasun Ezarpenak
+torbutton.title.prompt_torbrowser = Torbutton informazio garratzitsua
+torbutton.popup.prompt_torbrowser = Torbuttonek ezberdin egiten du lan orain: 
ezin da gehiago itzali.\n\nTor kanpoko nabigatzea ere egiteko erabiltzen den 
nabigatzaile batean Torbutton erabiltzea segurura ez delako aldaketa hau egin 
dugu. Beste era batean konpondu ezin genituen akats asko zeuden.\n\nFirefox 
modu arruntean erabiltzen jarraitu nahi baduzu, Torbutton kendu beharko zenuke 
eta Tor Browser Bundlea deskargatu. Tor Browserren pribatutasun ezaugarriak 
Firefox arruntarenak baino hobeak dia, baita Firefox Torbuttonekin erabiltzen 
bada ere.\n\nTorbutton kentzeko, joan hona Tresnak->Gehigarriak->Hedapenak eta 
Torbuttonen ondoan dagoen Kendu botoian sakatu.
+torbutton.popup.short_torbrowser = Torbutton informazio 
garrantzitsua!\n\nTorbutton orain beti gaituta dago.\n\nSakatu Torbuttonen 
informazio gehiago lortzeko.
+
+torbutton.popup.confirm_plugins = Flash bezalako pluginek zure pribatutasuna 
eta anonimotasuna kaltetu dezakete.\n\nTor saltatu dezakete zure uneko 
kokalekua eta IP helbidea erakusteko.\n\nPluginak gaitu nahi dituzulaz ziur al 
zaude?\n\n
+torbutton.popup.never_ask_again = Ez nazazu galdetu berriz
+torbutton.popup.confirm_newnym = Tor nabigatzaileak lehio eta fitxa guztiak 
itxiko ditu. Webguneen saio guztiak galdutko dira.\n\nTor nabigatzailea orain 
berrabiarazi zure nortasuna berrezartzeko?\n
+
+torbutton.maximize_warning = Tor nabigatzailea maximizatzeak webguneek zure 
pantailaren neurria zehaztea baimendu dezake, eta zure jarraipena egiteko 
erabili daiteke. Tor nabigatzailearen lehioa neurri lehenetsian uztea 
gomendatzen dugu.
+
+# Canvas permission prompt. Strings are kept here for ease of translation.
+canvas.siteprompt=Webgune hau (% S) HTML5 canvas irudi datuak ateratzen saiatu 
da, eta zure ordenagailua identifikatzeko erabil daitezke.\n\nTor Nabigatzailea 
baimendu nahi duzu webgune honetan HTML5 canvas irudiaren datuak ateratzeko?
+canvas.notNow=Orain ez
+canvas.notNowAccessKey=N
+canvas.allow=Etorkizunean baimendu
+canvas.allowAccessKey=A
+canvas.never=Inoiz ez gune honetarako (gomendatuta)
+canvas.neverAccessKey=e
+
+# Profile/startup error messages. Strings are kept here for ease of 
translation.
+# LOCALIZATION NOTE: %S is the application name.
+profileProblemTitle=%S Profilarekin Arazoa
+profileReadOnly=Ezin duzu %S exekutatu irakurtzeko soilik den fitxategi 
sistema batetik. Mesedez kopiatu 

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

2019-05-23 Thread translation
commit 80c9b119ee480d1940577d546bc6d9911852cd84
Author: Translation commit bot 
Date:   Thu May 23 15:48:58 2019 +

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

diff --git a/eu/torbutton.properties b/eu/torbutton.properties
index c86a57854..af523a662 100644
--- a/eu/torbutton.properties
+++ b/eu/torbutton.properties
@@ -5,8 +5,8 @@ torbutton.circuit_display.this_browser = Nagibatzaile hau
 torbutton.circuit_display.relay = Errele
 torbutton.circuit_display.tor_bridge = Zubia
 torbutton.circuit_display.unknown_country = Herrialde ezezaguna
-torbutton.circuit_display.guard = Guard
-torbutton.circuit_display.guard_note = Your [Guard] node may not change.
+torbutton.circuit_display.guard = Zaintzailea
+torbutton.circuit_display.guard_note = Baliteke zure nodo [Zaintzailea] ez 
aldatzea.
 torbutton.circuit_display.learn_more = Gehiago jakin
 torbutton.content_sizer.margin_tooltip = Tor nabigatzaileak marjin hau 
gehitzen du zure lehioaren zabalera eta altuera ez hain bereizgarria egiteko, 
horrela norbaitek zure jarraipena egiteko gaitasuna murriztuz.
 torbutton.panel.tooltip.disabled = Sakatu Tor gaitzeko
@@ -53,8 +53,8 @@ profileMigrationFailed=Zure %S profilaren migrazioak huts 
egin du.\nEzarpen berr
 # "Downloading update" string for the hamburger menu (see #28885).
 # This string is kept here for ease of translation.
 # LOCALIZATION NOTE: %S is the application name.
-updateDownloadingPanelUILabel=Downloading %S update
+updateDownloadingPanelUILabel=%S eguneraketa deskargatzen
 
 # .Onion Page Info prompt.  Strings are kept here for ease of translation.
-pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion 
Service, %1$S, %2$S bit keys, %3$S)
-pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
+pageInfo_OnionEncryptionWithBitsAndProtocol=Enkriptatutako konexioa (Onion 
zerbitzua, %1$S, %2$S biteko gakoak, %3$S)
+pageInfo_OnionEncryption=Enkriptatutako konexioa (Onion zerbitzua)

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


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

2019-05-23 Thread translation
commit 5f2de4e75257f1b91d5a7b6a23774f54640f4376
Author: Translation commit bot 
Date:   Thu May 23 15:46:04 2019 +

Update translations for https_everywhere
---
 eu/https-everywhere.dtd | 30 +++---
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/eu/https-everywhere.dtd b/eu/https-everywhere.dtd
index b6388f2f7..e467ec210 100644
--- a/eu/https-everywhere.dtd
+++ b/eu/https-everywhere.dtd
@@ -7,15 +7,15 @@
 
 
 
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
 
 
 
@@ -25,8 +25,8 @@
 
 
 
-
-
+
+
 
 
 
@@ -41,12 +41,12 @@
 
 
 
-
+
 
 
-
-
-
+
+
+
 
 
 

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


[tor-commits] [translation/donatepages-messagespot] Update translations for donatepages-messagespot

2019-05-23 Thread translation
commit a57109da8846326616413cd7fe8b1b402492d7e6
Author: Translation commit bot 
Date:   Thu May 23 15:45:42 2019 +

Update translations for donatepages-messagespot
---
 locale/eu/LC_MESSAGES/messages.po | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/locale/eu/LC_MESSAGES/messages.po 
b/locale/eu/LC_MESSAGES/messages.po
index b2f24e42e..b75efffe0 100644
--- a/locale/eu/LC_MESSAGES/messages.po
+++ b/locale/eu/LC_MESSAGES/messages.po
@@ -3,10 +3,11 @@
 # 9964d348fd046b02af5ac385f6768591, 2018
 # erinm, 2018
 # Osoitz , 2019
+# baldarra, 2019
 # 
 msgid ""
 msgstr ""
-"Last-Translator: Osoitz , 2019\n"
+"Last-Translator: baldarra, 2019\n"
 "Language-Team: Basque (https://www.transifex.com/otf/teams/1519/eu/)\n"
 "Language: eu\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -795,6 +796,11 @@ msgid ""
 " and privacy technologies, supporting their unrestricted availability and "
 "use, and furthering their scientific and popular understanding."
 msgstr ""
+"The Tor Project irabazi asmorik gabeko US 501(c)(3) erakunde bat da, "
+"anonimotasun eta pribatutasun teknologia libre eta kode irekikoak sortuz eta"
+" zabalduz giza eskubideak eta askatasunak sustatzen dituena, haien "
+"murrizketarik gabeko eskuragarritasuna eta erabilera babestuz, eta ulertze "
+"zientifiko eta herrikoia sustatuz."
 
 #: 
tmp/cache_locale/50/50777d283fdd4725b4b51b066a1fa065079d875050e04874af7ad8d37f823d3f.php:31
 msgid "Subscribe to Our Newsletter"

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


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

2019-05-23 Thread translation
commit 5d0d9a66fefcb279b5510a5a8dd1bfbd0c667f02
Author: Translation commit bot 
Date:   Thu May 23 15:45:13 2019 +

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

diff --git a/eu/aboutTor.dtd b/eu/aboutTor.dtd
new file mode 100644
index 0..227035d04
--- /dev/null
+++ b/eu/aboutTor.dtd
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+https://duckduckgo.com;>
+
+
+
+
+
+
+
+
+
+https://www.torproject.org/getinvolved/volunteer.html.en;>
+
+
+
+
+

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


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

2019-05-23 Thread translation
commit 572c3b17835286afbe30f011868ef30c4a3c0831
Author: Translation commit bot 
Date:   Thu May 23 15:45:04 2019 +

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

diff --git a/eu/aboutTor.dtd b/eu/aboutTor.dtd
index 12c117c52..227035d04 100644
--- a/eu/aboutTor.dtd
+++ b/eu/aboutTor.dtd
@@ -22,7 +22,7 @@
 
 
 
-
+
 
 https://www.torproject.org/getinvolved/volunteer.html.en;>
 

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


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

2019-05-23 Thread translation
commit 75a7bf193c542cdad4b207609dcb3d8ffdd4b242
Author: Translation commit bot 
Date:   Thu May 23 15:22:24 2019 +

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

diff --git a/contents+fr.po b/contents+fr.po
index 7f6bd1898..15476af58 100644
--- a/contents+fr.po
+++ b/contents+fr.po
@@ -2471,8 +2471,8 @@ msgstr "Comment puis-je utiliser Tor sur Windows 
Phone ?"
 msgid ""
 "There is currently no supported method for running Tor on Windows Phone."
 msgstr ""
-"Il n’existe actuellement aucun moyen pris en charge pour faire utiliser Tor 
"
-"sur Windows Phone."
+"Il n’existe actuellement aucun moyen pris en charge pour utiliser Tor sur "
+"Windows Phone."
 
 #: https//support.torproject.org/tormobile/tormobile-5/
 #: (content/tormobile/tormobile-5/contents+en.lrquestion.title)
@@ -2533,8 +2533,8 @@ msgid ""
 msgstr ""
 "GetTor est un service qui répond automatiquement aux messages par des liens "
 "vers la dernière version du Navigateur Tor, hébergée en divers endroits 
qui "
-"risquent moins d’être censurée, tels que Dropbox, le disque Google Drive 
ou "
-"GitHub."
+"risquent moins d’être censurés, tels que les services nuagiques Dropbox 
et "
+"Google Drive, ou sur GitHub."
 
 #: https//support.torproject.org/gettor/gettor-2/
 #: (content/gettor/gettor-2/contents+en.lrquestion.title)
@@ -4634,8 +4634,8 @@ msgid ""
 msgstr ""
 "C’est un service qui répond automatiquement aux messages (courriel, XMPP, "
 "Twitter) par des liens vers la dernière version du [Navigateur Tor](#tor-"
-"browser), hébergée à divers endroits, tels que Dropbox, le disque Google "
-"Drive et GitHub."
+"browser), hébergée à divers endroits, tels que les services nuagiques "
+"Dropbox et Google Drive, ou sur GitHub."
 
 #: https//support.torproject.org/misc/glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)

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


[tor-commits] [gettor/master] Update how stats table is updated

2019-05-23 Thread hiro
commit adceca12dbcfac4465b69ae4cff64566ebbfb30e
Author: hiro 
Date:   Thu May 23 17:22:32 2019 +0200

Update how stats table is updated
---
 gettor/utils/db.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gettor/utils/db.py b/gettor/utils/db.py
index 083020d..c48d36a 100644
--- a/gettor/utils/db.py
+++ b/gettor/utils/db.py
@@ -90,10 +90,10 @@ class SQLite3(object):
now_str = datetime.now().strftime("%Y%m%d")
query = "REPLACE INTO stats(num_requests, platform, language, "\
"command, service, date) VALUES(COALESCE((SELECT num_requests 
FROM stats "\
-   "WHERE date=?)+1, 0), ?, ?, ?, ?, ?) "\
+   "WHERE platform=? AND language=? AND date=?)+1, 0), ?, ?, ?, ?, 
?) "\
 
return self.dbpool.runQuery(
-   query, (now_str, platform, language, command, service, 
now_str)
+   query, (platform, language, now_str, platform, 
language, command, service, now_str)

).addCallback(self.query_callback).addErrback(self.query_errback)
 
def get_links(self, platform, language, status):

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


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

2019-05-23 Thread translation
commit db913542cbd1ece503e0cd7074150e64bd2a6c6d
Author: Translation commit bot 
Date:   Thu May 23 15:21:12 2019 +

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

diff --git a/contents+fr.po b/contents+fr.po
index 7f6bd1898..15476af58 100644
--- a/contents+fr.po
+++ b/contents+fr.po
@@ -2471,8 +2471,8 @@ msgstr "Comment puis-je utiliser Tor sur Windows 
Phone ?"
 msgid ""
 "There is currently no supported method for running Tor on Windows Phone."
 msgstr ""
-"Il n’existe actuellement aucun moyen pris en charge pour faire utiliser Tor 
"
-"sur Windows Phone."
+"Il n’existe actuellement aucun moyen pris en charge pour utiliser Tor sur "
+"Windows Phone."
 
 #: https//support.torproject.org/tormobile/tormobile-5/
 #: (content/tormobile/tormobile-5/contents+en.lrquestion.title)
@@ -2533,8 +2533,8 @@ msgid ""
 msgstr ""
 "GetTor est un service qui répond automatiquement aux messages par des liens "
 "vers la dernière version du Navigateur Tor, hébergée en divers endroits 
qui "
-"risquent moins d’être censurée, tels que Dropbox, le disque Google Drive 
ou "
-"GitHub."
+"risquent moins d’être censurés, tels que les services nuagiques Dropbox 
et "
+"Google Drive, ou sur GitHub."
 
 #: https//support.torproject.org/gettor/gettor-2/
 #: (content/gettor/gettor-2/contents+en.lrquestion.title)
@@ -4634,8 +4634,8 @@ msgid ""
 msgstr ""
 "C’est un service qui répond automatiquement aux messages (courriel, XMPP, "
 "Twitter) par des liens vers la dernière version du [Navigateur Tor](#tor-"
-"browser), hébergée à divers endroits, tels que Dropbox, le disque Google "
-"Drive et GitHub."
+"browser), hébergée à divers endroits, tels que les services nuagiques "
+"Dropbox et Google Drive, ou sur GitHub."
 
 #: https//support.torproject.org/misc/glossary/
 #: (content/misc/glossary/contents+en.lrquestion.description)

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


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

2019-05-23 Thread translation
commit 5013d4d8ffcd1f5e5838f1bf183b593dc2153729
Author: Translation commit bot 
Date:   Thu May 23 15:19:55 2019 +

Update translations for torbutton-securitylevelproperties
---
 eu/securitylevel.properties | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/eu/securitylevel.properties b/eu/securitylevel.properties
index cc96c0437..08ea80dcd 100644
--- a/eu/securitylevel.properties
+++ b/eu/securitylevel.properties
@@ -6,15 +6,15 @@ securityLevel.standard.tooltip = Security Level : Standard
 securityLevel.standard.summary = Tor Nabigatzailearen eta web-orriaren 
ezaugarri guztiak gaituta daude.
 securityLevel.safer.level = Seguruagoa
 securityLevel.safer.tooltip = Security Level : Safer
-securityLevel.safer.summary = Disables website features that are often 
dangerous, causing some sites to lose functionality.
+securityLevel.safer.summary = Askotan arriskutsuak diren webguneen ezaugarriak 
ezgaitzen ditu, gune batzuen funtzionalitatea galduz.
 securityLevel.safer.description1 = JavaScript ezgaituta dago HTTPS ez diren 
web-orrietan.
-securityLevel.safer.description2 = Some fonts and math symbols are disabled.
-securityLevel.safer.description3 = Audio and video (HTML5 media), and WebGL 
are click-to-play.
+securityLevel.safer.description2 = Letra-mota eta ikur matematiko batzuk 
ezgaituta daude.
+securityLevel.safer.description3 = Audioa eta bideoa (HTML5 media), eta WebGL 
erreproduzitzeko klikatu behar da.
 securityLevel.safest.level = Seguruena
 securityLevel.safest.tooltip = Security Level : Safest
-securityLevel.safest.summary = Only allows website features required for 
static sites and basic services. These changes affect images, media, and 
scripts.
-securityLevel.safest.description1 = JavaScript is disabled by default on all 
sites.
-securityLevel.safest.description2 = Some fonts, icons, math symbols, and 
images are disabled.
+securityLevel.safest.summary = Gune estatikoek eta zerbitzuek behar dituzten 
ezaugarriak onartzen ditu soilik. Aldaketak hauek irudiei, mediari, eta 
scritpei eragiten diete.
+securityLevel.safest.description1 = JavaScripta ezgaituta dago gune guztietan.
+securityLevel.safest.description2 = Letra-mota, ikono, ikur matematiko batzuk 
eta irudiak ezgaituta daude.
 securityLevel.safest.description3 = Audio and video (HTML5 media) are 
click-to-play.
 securityLevel.custom.summary = Your custom browser preferences have resulted 
in unusual security settings. For security and privacy reasons, we recommend 
you choose one of the default security levels.
 securityLevel.learnMore = Gehiago jakin

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


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

2019-05-23 Thread translation
commit 16650d86f0e1dc73f486cc8b10b5b10b019b9e0a
Author: Translation commit bot 
Date:   Thu May 23 15:19:11 2019 +

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

diff --git a/eu/torbutton.dtd b/eu/torbutton.dtd
index 8ab314c90..66632851e 100644
--- a/eu/torbutton.dtd
+++ b/eu/torbutton.dtd
@@ -22,20 +22,20 @@
 
 
 
-
+
 
 
 
-
+
 
 
-
-
+
+
 
 
-
-
-
-
+
+
+
+
 
 

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


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

2019-05-23 Thread translation
commit c3964f3fe8d362fd1f4ed1fb429f99eadde5148b
Author: Translation commit bot 
Date:   Thu May 23 15:19:18 2019 +

Update translations for torbutton-torbuttondtd_completed
---
 eu/torbutton.dtd | 41 +
 1 file changed, 41 insertions(+)

diff --git a/eu/torbutton.dtd b/eu/torbutton.dtd
new file mode 100644
index 0..66632851e
--- /dev/null
+++ b/eu/torbutton.dtd
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

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


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

2019-05-23 Thread translation
commit 7429b93802c4643d08287d00ac031473c7ebe833
Author: Translation commit bot 
Date:   Thu May 23 15:17:58 2019 +

Update translations for tbmanual-contentspot
---
 contents+fr.po | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/contents+fr.po b/contents+fr.po
index 6ae0e03c8..4be0c80d9 100644
--- a/contents+fr.po
+++ b/contents+fr.po
@@ -2,8 +2,8 @@
 # Curtis Baltimore , 2019
 # Emma Peel, 2019
 # Thomas Prévost , 2019
-# AO , 2019
 # erinm, 2019
+# AO , 2019
 # 
 msgid ""
 msgstr ""
@@ -11,7 +11,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-05-21 15:00+CET\n"
 "PO-Revision-Date: 2018-11-14 12:31+\n"
-"Last-Translator: erinm, 2019\n"
+"Last-Translator: AO , 2019\n"
 "Language-Team: French (https://www.transifex.com/otf/teams/1519/fr/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -253,8 +253,8 @@ msgid ""
 msgstr ""
 "GetTor est un service qui répond automatiquement aux messages en incluant "
 "des liens vers la dernière version du Navigateur Tor, hébergée en divers "
-"endroits qui risquent moins d’être censurée, tels que Dropbox, le disque "
-"Google Drive ou GitHub."
+"endroits tels que les services nuagiques Dropbox et Google Drive, ou sur "
+"GitHub."
 
 #: https//tb-manual.torproject.org/en-US/downloading/
 #: (content/downloading/contents+en-US.lrtopic.body)

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


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

2019-05-23 Thread translation
commit 58410af98dcc1860399ec5d267fa875f83f2283e
Author: Translation commit bot 
Date:   Thu May 23 15:15:05 2019 +

Update translations for abouttor-homepage
---
 eu/aboutTor.dtd | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/eu/aboutTor.dtd b/eu/aboutTor.dtd
index e73e755a8..12c117c52 100644
--- a/eu/aboutTor.dtd
+++ b/eu/aboutTor.dtd
@@ -9,7 +9,7 @@
 
 
 
-
+
 
 
 
@@ -17,7 +17,7 @@
 https://duckduckgo.com;>
 
 
-
+
 
 
 
@@ -26,7 +26,7 @@
 
 https://www.torproject.org/getinvolved/volunteer.html.en;>
 
-
+
 
-
+
 

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


[tor-commits] [gettor/master] Update stats update to add locale

2019-05-23 Thread hiro
commit 1f016f1f72d18e049722df70564bfd6d92e4c340
Author: hiro 
Date:   Thu May 23 17:14:08 2019 +0200

Update stats update to add locale
---
 gettor/services/email/sendmail.py | 3 ++-
 gettor/utils/db.py| 8 
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/gettor/services/email/sendmail.py 
b/gettor/services/email/sendmail.py
index 0af0af8..82c3288 100644
--- a/gettor/services/email/sendmail.py
+++ b/gettor/services/email/sendmail.py
@@ -208,7 +208,8 @@ class Sendmail(object):
 )
 
 yield self.conn.update_stats(
-command="links", platform=platform, service="email"
+command="links", platform=platform, language=locale,
+service="email"
 )
 
 yield self.conn.update_request(
diff --git a/gettor/utils/db.py b/gettor/utils/db.py
index 73610ed..083020d 100644
--- a/gettor/utils/db.py
+++ b/gettor/utils/db.py
@@ -83,17 +83,17 @@ class SQLite3(object):
query, (hid, status, id, service, date)

).addCallback(self.query_callback).addErrback(self.query_errback)
 
-   def update_stats(self, command, service, platform=None):
+   def update_stats(self, command, service, platform=None, language='en'):
"""
Update statistics to the database
"""
now_str = datetime.now().strftime("%Y%m%d")
-   query = "REPLACE INTO stats(num_requests, platform, "\
+   query = "REPLACE INTO stats(num_requests, platform, language, "\
"command, service, date) VALUES(COALESCE((SELECT num_requests 
FROM stats "\
-   "WHERE date=?)+1, 0), ?, ?, ?, ?) "\
+   "WHERE date=?)+1, 0), ?, ?, ?, ?, ?) "\
 
return self.dbpool.runQuery(
-   query, (now_str,platform, command, service, now_str)
+   query, (now_str, platform, language, command, service, 
now_str)

).addCallback(self.query_callback).addErrback(self.query_errback)
 
def get_links(self, platform, language, status):

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


[tor-commits] [tor-browser-build/master] Compile go-webrtc with a non executable stack

2019-05-23 Thread gk
commit 24f585bf1851bfa022128a5b587b7c0940ec775c
Author: Cecylia Bocovich 
Date:   Mon May 13 22:44:22 2019 +

Compile go-webrtc with a non executable stack

Ensure that cgo programs can be built with the nonexecstack ld flag

Fix for bug #30451
---
 projects/go-webrtc/config | 2 +-
 projects/go/config| 4 
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/projects/go-webrtc/config b/projects/go-webrtc/config
index 5dbee5f..ba1e801 100644
--- a/projects/go-webrtc/config
+++ b/projects/go-webrtc/config
@@ -1,7 +1,7 @@
 # vim: filetype=yaml sw=2
 version: '[% c("abbrev") %]'
 git_url: https://github.com/keroserene/go-webrtc.git
-git_hash: dcbfc825aa33471253a5da1834d499257e05d557
+git_hash: ed20e74ef428d6149a95bab8e63afb47af55c204
 filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% 
c("var/build_id") %].tar.gz'
 
 build: '[% c("projects/go/var/build_go_lib") %]'
diff --git a/projects/go/config b/projects/go/config
index c039b04..792da10 100644
--- a/projects/go/config
+++ b/projects/go/config
@@ -15,6 +15,10 @@ var:
 export GOARCH=[% c("var/GOARCH") %]
 export GOPATH=/var/tmp/dist/gopath
 export PATH=/var/tmp/dist/go/bin:/var/tmp/dist/gopath/bin:"$PATH"
+[% IF c("var/linux") -%]
+  export CGO_LDFLAGS_ALLOW="-z|noexecstack"
+  export CGO_LDFLAGS="-z noexecstack"
+[% END -%]
 [% IF c("var/linux-i686") -%]
   export CGO_ENABLED=1
 [% END -%]

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


[tor-commits] [gettor/master] Refactor email and add tests for email and locales support

2019-05-23 Thread hiro
commit 58c45eabc58377595ad217522ab22c54c8a776e5
Author: hiro 
Date:   Thu May 23 16:39:32 2019 +0200

Refactor email and add tests for email and locales support
---
 gettor.conf.json|  1 -
 gettor/parse/email.py   | 93 -
 gettor/services/email/sendmail.py   |  9 ++--
 gettor/utils/settings.py|  1 -
 share/locale/available_locales.json | 15 --
 tests/conftests.py  |  3 ++
 tests/test_email_service.py | 33 +
 tests/test_locales.py   |  7 +--
 8 files changed, 118 insertions(+), 44 deletions(-)

diff --git a/gettor.conf.json b/gettor.conf.json
index 6a9b420..b3f331d 100644
--- a/gettor.conf.json
+++ b/gettor.conf.json
@@ -1,6 +1,5 @@
 {
   "platforms": ["linux", "osx", "windows"],
-  "languages": ["en", "es", "pt"],
   "dbname": "/srv/gettor.torproject.org/home/gettor/gettor.db",
   "email_parser_logfile": 
"/srv/gettor.torproject.org/home/gettor/log/email_parser.log",
   "email_requests_limit": 5,
diff --git a/gettor/parse/email.py b/gettor/parse/email.py
index 7a88f70..99d90c6 100644
--- a/gettor/parse/email.py
+++ b/gettor/parse/email.py
@@ -28,7 +28,7 @@ from twisted.internet import defer
 from twisted.enterprise import adbapi
 
 from ..utils.db import SQLite3
-
+from ..utils import strings
 
 class AddressError(Exception):
 """
@@ -57,26 +57,7 @@ class EmailParser(object):
 self.dkim = dkim
 self.to_addr = to_addr
 
-
-def parse(self, msg_str):
-"""
-Parse message content. Check if email address is well formed, if DKIM
-signature is valid, and prevent service flooding. Finally, look for
-commands to process the request. Current commands are:
-
-- links: request links for download.
-- help: help request.
-
-:param msg_str (str): incomming message as string.
-
-:return dict with email address and command (`links` or `help`).
-"""
-
-platforms = self.settings.get("platforms")
-languages = self.settings.get("languages")
-log.msg("Building email message from string.", system="email parser")
-msg = message_from_string(msg_str)
-
+def normalize(self, msg):
 # Normalization will convert  al...@wonderland.net
 # into al...@wonderland.net
 name, norm_addr = parseaddr(msg['From'])
@@ -85,7 +66,10 @@ class EmailParser(object):
 "Normalizing and validating FROM email address.",
 system="email parser"
 )
+return name, norm_addr, to_name, norm_to_addr
+
 
+def validate(self, norm_addr, msg):
 # Validate_email will do a bunch of regexp to see if the email address
 # is well address. Additional options for validate_email are check_mx
 # and verify, which check if the SMTP host and email address exist.
@@ -95,6 +79,8 @@ class EmailParser(object):
 "Email address normalized and validated.",
 system="email parser"
 )
+return True
+
 else:
 log.err(
 "Error normalizing/validating email address.",
@@ -102,17 +88,8 @@ class EmailParser(object):
 )
 raise AddressError("Invalid email address {}".format(msg['From']))
 
-hid = hashlib.sha256(norm_addr.encode('utf-8'))
-log.msg(
-"Request from {}".format(hid.hexdigest()), system="email parser"
-)
-
-if self.to_addr:
-if self.to_addr != norm_to_addr:
-log.msg("Got request for a different instance of gettor")
-log.msg("Intended recipient: {}".format(norm_to_addr))
-return {}
 
+def dkim_verify(self, msg_str, norm_addr):
 # DKIM verification. Simply check that the server has verified the
 # message's signature
 if self.dkim:
@@ -121,6 +98,7 @@ class EmailParser(object):
 # string, so DKIM will fail. Use the original string instead
 if dkim.verify(msg_str):
 log.msg("Valid DKIM signature.", system="email parser")
+return True
 else:
 log.msg("Invalid DKIM signature.", system="email parser")
 username, domain = norm_addr.split("@")
@@ -129,7 +107,12 @@ class EmailParser(object):
 hid.hexdigest(), domain
 )
 )
+# Is this even useful like this?
+else:
+return True
+
 
+def build_request(self, msg_str, norm_addr, languages, platforms):
 # Search for commands keywords
 subject_re = re.compile(r"Subject: (.*)\r\n")
 subject = subject_re.search(msg_str)
@@ -167,6 +150,54 @@ class EmailParser(object):
 
 return request
 
+def parse(self, msg_str):
+"""
+Parse message content. Check if email address is well formed, if DKIM
+signature is 

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

2019-05-23 Thread translation
commit 40c8d1d21390c9eee0b0ba07c93645a9f1768308
Author: Translation commit bot 
Date:   Thu May 23 14:17:08 2019 +

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

diff --git a/ja.po b/ja.po
index 2ef6ce41a..ce0c5fae2 100644
--- a/ja.po
+++ b/ja.po
@@ -3,7 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# 323484, 2018
+# 323484, 2018-2019
 # 987 pluto , 2019
 # ABE Tsunehiko, 2015
 # Arbert Sporocyst , 2018
@@ -25,8 +25,8 @@ msgstr ""
 "Project-Id-Version: Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-05-18 19:31+0200\n"
-"PO-Revision-Date: 2019-05-19 13:21+\n"
-"Last-Translator: carolyn \n"
+"PO-Revision-Date: 2019-05-23 13:56+\n"
+"Last-Translator: 323484\n"
 "Language-Team: Japanese 
(http://www.transifex.com/otf/torproject/language/ja/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -801,7 +801,7 @@ msgstr 
"このアップリケーションはVeraCryptプロジェクトやIDRIX
 
 #: 
../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:29
 msgid "_Open"
-msgstr ""
+msgstr "開く (_O)"
 
 #: 
../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:38
 msgid "Lock this volume"
@@ -809,7 +809,7 @@ msgstr "ボリュームをロックする"
 
 #: 
../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:52
 msgid "_Unlock"
-msgstr ""
+msgstr "ロック解除 (_U)"
 
 #: 
../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:61
 msgid "Detach this volume"

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


[tor-commits] [tor/master] changes file for ticket 28878

2019-05-23 Thread dgoulet
commit 9e5c27bd2c278238d003b2fc1891d5de48b766d7
Author: Nick Mathewson 
Date:   Tue May 14 20:22:30 2019 -0400

changes file for ticket 28878
---
 changes/ticket28878 | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/changes/ticket28878 b/changes/ticket28878
new file mode 100644
index 0..73ca47c72
--- /dev/null
+++ b/changes/ticket28878
@@ -0,0 +1,11 @@
+  o Minor features (testing):
+- The circuitpadding tests now use a reproducible RNG implementation,
+  so that if a test fails, we can learn why. Part of ticket 28878.
+- Tor's tests now support an environment variable, TOR_TEST_RNG_SEED,
+  to set the RNG seed for tests that use a reproducible RNG.
+  Part of ticket 28878.
+
+  o Minor features (continuous integration):
+- When running coverage builds on Travis, we now set TOR_TEST_RNG_SEED,
+  to avoid RNG-based coverage differences.
+  Part of ticket 28878.



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


[tor-commits] [tor/master] Merge branch 'tor-github/pr/1022'

2019-05-23 Thread dgoulet
commit 29955f13e5bc8e61724759ec7245aae602672111
Merge: e13e2012b 9e5c27bd2
Author: David Goulet 
Date:   Thu May 23 09:50:28 2019 -0400

Merge branch 'tor-github/pr/1022'

 .travis.yml|  2 +-
 changes/ticket28878| 11 +++
 src/ext/tinytest.c |  6 ++
 src/ext/tinytest.h |  3 +++
 src/test/rng_test_helpers.c| 36 
 src/test/rng_test_helpers.h|  3 +--
 src/test/test_circuitpadding.c | 29 +
 src/test/test_prob_distr.c | 29 ++---
 8 files changed, 93 insertions(+), 26 deletions(-)

diff --cc src/test/test_circuitpadding.c
index 1ac2bd676,4dc284423..a2d192203
--- a/src/test/test_circuitpadding.c
+++ b/src/test/test_circuitpadding.c
@@@ -540,9 -528,10 +544,10 @@@ test_circuitpadding_token_removal_highe
/* Mock it up */
MOCK(monotime_absolute_usec, mock_monotime_absolute_usec);

MOCK(circpad_machine_schedule_padding,circpad_machine_schedule_padding_mock);
+   testing_enable_reproducible_rng();
  
/* Setup test environment (time etc.) */
 -  client_side = (circuit_t *)origin_circuit_new();
 +  client_side = TO_CIRCUIT(origin_circuit_new());
client_side->purpose = CIRCUIT_PURPOSE_C_GENERAL;
monotime_enable_test_mocking();
  
@@@ -645,9 -635,10 +651,10 @@@ test_circuitpadding_token_removal_lower
/* Mock it up */
MOCK(monotime_absolute_usec, mock_monotime_absolute_usec);

MOCK(circpad_machine_schedule_padding,circpad_machine_schedule_padding_mock);
+   testing_enable_reproducible_rng();
  
/* Setup test environment (time etc.) */
 -  client_side = (circuit_t *)origin_circuit_new();
 +  client_side = TO_CIRCUIT(origin_circuit_new());
client_side->purpose = CIRCUIT_PURPOSE_C_GENERAL;
monotime_enable_test_mocking();
  
@@@ -743,9 -735,10 +751,10 @@@ test_circuitpadding_closest_token_remov
/* Mock it up */
MOCK(monotime_absolute_usec, mock_monotime_absolute_usec);

MOCK(circpad_machine_schedule_padding,circpad_machine_schedule_padding_mock);
+   testing_enable_reproducible_rng();
  
/* Setup test environment (time etc.) */
 -  client_side = (circuit_t *)origin_circuit_new();
 +  client_side = TO_CIRCUIT(origin_circuit_new());
client_side->purpose = CIRCUIT_PURPOSE_C_GENERAL;
monotime_enable_test_mocking();
  
@@@ -849,9 -843,10 +859,10 @@@ test_circuitpadding_closest_token_remov
/* Mock it up */
MOCK(monotime_absolute_usec, mock_monotime_absolute_usec);

MOCK(circpad_machine_schedule_padding,circpad_machine_schedule_padding_mock);
+   testing_enable_reproducible_rng();
  
/* Setup test environment (time etc.) */
 -  client_side = (circuit_t *)origin_circuit_new();
 +  client_side = TO_CIRCUIT(origin_circuit_new());
client_side->purpose = CIRCUIT_PURPOSE_C_GENERAL;
monotime_enable_test_mocking();
  
@@@ -960,9 -956,10 +972,10 @@@ test_circuitpadding_token_removal_exact
/* Mock it up */
MOCK(monotime_absolute_usec, mock_monotime_absolute_usec);

MOCK(circpad_machine_schedule_padding,circpad_machine_schedule_padding_mock);
+   testing_enable_reproducible_rng();
  
/* Setup test environment (time etc.) */
 -  client_side = (circuit_t *)origin_circuit_new();
 +  client_side = TO_CIRCUIT(origin_circuit_new());
client_side->purpose = CIRCUIT_PURPOSE_C_GENERAL;
monotime_enable_test_mocking();
  
@@@ -1299,11 -1300,12 +1316,12 @@@ test_circuitpadding_wronghop(void *arg
/* Mock this function so that our cell counting tests don't get confused by
 * padding that gets sent by scheduled timers. */

MOCK(circpad_machine_schedule_padding,circpad_machine_schedule_padding_mock);
+   testing_enable_reproducible_rng();
  
 -  client_side = (circuit_t *)origin_circuit_new();
 +  client_side = TO_CIRCUIT(origin_circuit_new());
dummy_channel.cmux = circuitmux_alloc();
 -  relay_side = (circuit_t *)new_fake_orcirc(_channel,
 -_channel);
 +  relay_side = TO_CIRCUIT(new_fake_orcirc(_channel,
 +_channel));
orig_client = TO_ORIGIN_CIRCUIT(client_side);
  
relay_side->purpose = CIRCUIT_PURPOSE_OR;
@@@ -2742,387 -2576,9 +2770,388 @@@ test_circuitpadding_reduce_disable(voi
free_fake_orcirc(relay_side);
circuitmux_detach_all_circuits(dummy_channel.cmux, NULL);
circuitmux_free(dummy_channel.cmux);
+   testing_disable_reproducible_rng();
  }
  
 +/** Just a basic machine whose whole purpose is to reach the END state */
 +static void
 +helper_create_ender_machine(void)
 +{
 +  /* Start, burst */
 +  circpad_machine_states_init(_client_machine, 2);
 +
 +  circ_client_machine.states[CIRCPAD_STATE_START].
 +  next_state[CIRCPAD_EVENT_NONPADDING_RECV] = CIRCPAD_STATE_END;
 +
 +  circ_client_machine.conditions.state_mask = CIRCPAD_STATE_ALL;
 +  circ_client_machine.conditions.purpose_mask = CIRCPAD_PURPOSE_ALL;
 +}
 +
 +static time_t 

[tor-commits] [tor/master] Use new RNG and tinytest code to simplify prob_distr tests

2019-05-23 Thread dgoulet
commit 2d467544feadeefa9a484142c433170c66d32786
Author: Nick Mathewson 
Date:   Tue May 14 19:51:16 2019 -0400

Use new RNG and tinytest code to simplify prob_distr tests

Since the reproducible RNG dumps its own seed, we don't need to do
it for it. Since tinytest can tell us if the test failed, we don't
need our own test_failed booleans.
---
 src/test/test_prob_distr.c | 29 ++---
 1 file changed, 10 insertions(+), 19 deletions(-)

diff --git a/src/test/test_prob_distr.c b/src/test/test_prob_distr.c
index 747c3d98e..0ecbf65f4 100644
--- a/src/test/test_prob_distr.c
+++ b/src/test/test_prob_distr.c
@@ -1119,13 +1119,14 @@ test_psi_dist_sample(const struct dist *dist)
 }
 
 static void
-dump_seed(void)
+write_stochastic_warning(void)
 {
-  printf("\n"
+  if (tinytest_cur_test_has_failed()) {
+printf("\n"
  "NOTE: This is a stochastic test, and we expect it to fail from\n"
  "time to time, with some low probability. If you see it fail more\n"
  "than one trial in 100, though, please tell us.\n\n");
-  testing_dump_reproducible_rng_seed();
+  }
 }
 
 static void
@@ -1180,7 +1181,7 @@ test_stochastic_uniform(void *arg)
 
  done:
   if (tests_failed) {
-dump_seed();
+write_stochastic_warning();
   }
   testing_disable_reproducible_rng();
 }
@@ -1273,7 +1274,7 @@ test_stochastic_genpareto(void *arg)
 
  done:
   if (tests_failed) {
-dump_seed();
+write_stochastic_warning();
   }
   testing_disable_reproducible_rng();
 }
@@ -1301,7 +1302,7 @@ test_stochastic_geometric(void *arg)
 
  done:
   if (tests_failed) {
-dump_seed();
+write_stochastic_warning();
   }
   testing_disable_reproducible_rng();
 }
@@ -1328,7 +1329,7 @@ test_stochastic_logistic(void *arg)
 
  done:
   if (tests_failed) {
-dump_seed();
+write_stochastic_warning();
   }
   testing_disable_reproducible_rng();
 }
@@ -1337,7 +1338,6 @@ static void
 test_stochastic_log_logistic(void *arg)
 {
   bool ok = 0;
-  bool tests_failed = true;
   (void) arg;
 
   testing_enable_reproducible_rng();
@@ -1351,12 +1351,8 @@ test_stochastic_log_logistic(void *arg)
   ok = test_stochastic_log_logistic_impl(exp(-10), 1e-2);
   tt_assert(ok);
 
-  tests_failed = false;
-
  done:
-  if (tests_failed) {
-dump_seed();
-  }
+  write_stochastic_warning();
   testing_disable_reproducible_rng();
 }
 
@@ -1364,7 +1360,6 @@ static void
 test_stochastic_weibull(void *arg)
 {
   bool ok = 0;
-  bool tests_failed = true;
   (void) arg;
 
   testing_enable_reproducible_rng();
@@ -1380,12 +1375,8 @@ test_stochastic_weibull(void *arg)
   ok = test_stochastic_weibull_impl(10, 1);
   tt_assert(ok);
 
-  tests_failed = false;
-
  done:
-  if (tests_failed) {
-dump_seed();
-  }
+  write_stochastic_warning();
   testing_disable_reproducible_rng();
   UNMOCK(crypto_rand);
 }



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


[tor-commits] [tor/master] Make testing_disable_reproducible_rng() log seed on test failure

2019-05-23 Thread dgoulet
commit 261d43cdd5f9dbd9b67303f8c8042a38a37995ca
Author: Nick Mathewson 
Date:   Tue May 14 19:49:50 2019 -0400

Make testing_disable_reproducible_rng() log seed on test failure

This should let us simplify test_prob_distr.c and other stuff in the
future.
---
 src/test/rng_test_helpers.c | 17 -
 src/test/rng_test_helpers.h |  3 +--
 2 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/src/test/rng_test_helpers.c b/src/test/rng_test_helpers.c
index 262d380bd..c4243f5e9 100644
--- a/src/test/rng_test_helpers.c
+++ b/src/test/rng_test_helpers.c
@@ -17,6 +17,7 @@
 #include "core/or/or.h"
 
 #include "lib/crypt_ops/crypto_rand.h"
+#include "ext/tinytest.h"
 
 #include "test/rng_test_helpers.h"
 
@@ -54,7 +55,8 @@ static uint8_t rng_seed[16];
 static crypto_xof_t *rng_xof = NULL;
 
 /**
- * Print the seed for our PRNG to stdout.  We use this when we're
+ * Print the seed for our PRNG to stdout.  We use this when we're failed
+ * test that had a reproducible RNG set.
  **/
 void
 testing_dump_reproducible_rng_seed(void)
@@ -224,3 +226,16 @@ testing_disable_rng_override(void)
 
   rng_is_replaced = false;
 }
+
+/**
+ * As testing_disable_rng_override(), but dump the seed if the current
+ * test has failed.
+ */
+void
+testing_disable_reproducible_rng(void)
+{
+  if (tinytest_cur_test_has_failed()) {
+testing_dump_reproducible_rng_seed();
+  }
+  testing_disable_rng_override();
+}
diff --git a/src/test/rng_test_helpers.h b/src/test/rng_test_helpers.h
index 907099450..d7925148a 100644
--- a/src/test/rng_test_helpers.h
+++ b/src/test/rng_test_helpers.h
@@ -14,8 +14,7 @@ void testing_prefilled_rng_reset(void);
 
 void testing_disable_rng_override(void);
 
-#define testing_disable_reproducible_rng() \
-  testing_disable_rng_override()
+void testing_disable_reproducible_rng(void);
 #define testing_disable_deterministic_rng() \
   testing_disable_rng_override()
 #define testing_disable_prefilled_rng() \



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


[tor-commits] [tor/master] Travis: fix an rng seed for coverage builds.

2019-05-23 Thread dgoulet
commit 669f6e34eaae0d6937825bdb345f37912123ddd6
Author: Nick Mathewson 
Date:   Tue May 14 20:16:35 2019 -0400

Travis: fix an rng seed for coverage builds.
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index f78333611..330388aa4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -42,7 +42,7 @@ matrix:
   ## include creates builds with gcc, linux
   include:
 ## We include a single coverage build with the best options for coverage
-- env: COVERAGE_OPTIONS="--enable-coverage" HARDENING_OPTIONS=""
+- env: COVERAGE_OPTIONS="--enable-coverage" HARDENING_OPTIONS="" 
TOR_TEST_RNG_SEED="636f766572616765"
 ## We only want to check these build option combinations once
 ## (they shouldn't vary by compiler or OS)
 ## We run rust and coverage with hardening off, which seems like enough



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


[tor-commits] [tor/master] Testing: allow the user to pass a seed in for reproducible-RNG tests

2019-05-23 Thread dgoulet
commit 72e9c427b81a1d31f28c8398f516fa7892200ef3
Author: Nick Mathewson 
Date:   Tue May 14 20:05:53 2019 -0400

Testing: allow the user to pass a seed in for reproducible-RNG tests

The environment variable TOR_TEST_RNG_SEED, if provided, is a hex
value for the RNG seed.
---
 src/test/rng_test_helpers.c | 19 ---
 1 file changed, 16 insertions(+), 3 deletions(-)

diff --git a/src/test/rng_test_helpers.c b/src/test/rng_test_helpers.c
index c4243f5e9..1ee267230 100644
--- a/src/test/rng_test_helpers.c
+++ b/src/test/rng_test_helpers.c
@@ -124,9 +124,22 @@ enable_deterministic_rng_impl(const uint8_t *seed, size_t 
seed_len)
 void
 testing_enable_reproducible_rng(void)
 {
-  uint8_t seed[16];
-  crypto_rand((char*)seed, sizeof(seed));
-  enable_deterministic_rng_impl(seed, sizeof(seed));
+  const char *provided_seed = getenv("TOR_TEST_RNG_SEED");
+  if (provided_seed) {
+size_t hexlen = strlen(provided_seed);
+size_t seedlen = hexlen / 2;
+uint8_t *seed = tor_malloc(hexlen / 2);
+if (base16_decode((char*)seed, seedlen, provided_seed, hexlen) < 0) {
+  puts("Cannot decode value in TOR_TEST_RNG_SEED");
+  exit(1);
+}
+enable_deterministic_rng_impl(seed, seedlen);
+tor_free(seed);
+  } else {
+uint8_t seed[16];
+crypto_rand((char*)seed, sizeof(seed));
+enable_deterministic_rng_impl(seed, sizeof(seed));
+  }
 }
 
 /**



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


[tor-commits] [tor/master] Give tinytest a function to say whether the current test has failed

2019-05-23 Thread dgoulet
commit e4feb4ad01e7f3de592adbecd7f1ffae040f51ed
Author: Nick Mathewson 
Date:   Tue May 14 19:47:43 2019 -0400

Give tinytest a function to say whether the current test has failed
---
 src/ext/tinytest.c | 6 ++
 src/ext/tinytest.h | 3 +++
 2 files changed, 9 insertions(+)

diff --git a/src/ext/tinytest.c b/src/ext/tinytest.c
index 16f11e463..239fdd0a3 100644
--- a/src/ext/tinytest.c
+++ b/src/ext/tinytest.c
@@ -492,6 +492,12 @@ tinytest_set_test_skipped_(void)
cur_test_outcome = SKIP;
 }
 
+int
+tinytest_cur_test_has_failed(void)
+{
+   return (cur_test_outcome == FAIL);
+}
+
 char *
 tinytest_format_hex_(const void *val_, unsigned long len)
 {
diff --git a/src/ext/tinytest.h b/src/ext/tinytest.h
index ed07b26bc..05c2fda05 100644
--- a/src/ext/tinytest.h
+++ b/src/ext/tinytest.h
@@ -72,6 +72,9 @@ struct testlist_alias_t {
 };
 #define END_OF_ALIASES { NULL, NULL }
 
+/** Return true iff the current test has failed. */
+int tinytest_cur_test_has_failed(void);
+
 /** Implementation: called from a test to indicate failure, before logging. */
 void tinytest_set_test_failed_(void);
 /** Implementation: called from a test to indicate that we're skipping. */



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


[tor-commits] [tor/master] Use reproducible RNG logic in circuitpadding tests.

2019-05-23 Thread dgoulet
commit 536ba09ad1903f36fbb4a5a9e3a205f8142d8d1f
Author: Nick Mathewson 
Date:   Tue May 14 20:12:50 2019 -0400

Use reproducible RNG logic in circuitpadding tests.
---
 src/test/test_circuitpadding.c | 29 +
 1 file changed, 29 insertions(+)

diff --git a/src/test/test_circuitpadding.c b/src/test/test_circuitpadding.c
index db175fece..4dc284423 100644
--- a/src/test/test_circuitpadding.c
+++ b/src/test/test_circuitpadding.c
@@ -34,6 +34,8 @@
 #include "core/or/or_circuit_st.h"
 #include "core/or/origin_circuit_st.h"
 
+#include "test/rng_test_helpers.h"
+
 /* Start our monotime mocking at 1 second past whatever monotime_init()
  * thought the actual wall clock time was, for platforms with bad resolution
  * and weird timevalues during monotime_init() before mocking. */
@@ -300,6 +302,7 @@ test_circuitpadding_rtt(void *arg)
 
   MOCK(circuitmux_attach_circuit, circuitmux_attach_circuit_mock);
   MOCK(circpad_send_command_to_hop, circpad_send_command_to_hop_mock);
+  testing_enable_reproducible_rng();
 
   dummy_channel.cmux = circuitmux_alloc();
   relay_side = TO_CIRCUIT(new_fake_orcirc(_channel, _channel));
@@ -403,6 +406,7 @@ test_circuitpadding_rtt(void *arg)
   UNMOCK(circuit_package_relay_cell);
   UNMOCK(circuitmux_attach_circuit);
   tor_free(circ_client_machine.states);
+  testing_disable_reproducible_rng();
 
   return;
 }
@@ -524,6 +528,7 @@ test_circuitpadding_token_removal_higher(void *arg)
   /* Mock it up */
   MOCK(monotime_absolute_usec, mock_monotime_absolute_usec);
   MOCK(circpad_machine_schedule_padding,circpad_machine_schedule_padding_mock);
+  testing_enable_reproducible_rng();
 
   /* Setup test environment (time etc.) */
   client_side = (circuit_t *)origin_circuit_new();
@@ -617,6 +622,7 @@ test_circuitpadding_token_removal_higher(void *arg)
   free_fake_origin_circuit(TO_ORIGIN_CIRCUIT(client_side));
   monotime_disable_test_mocking();
   tor_free(circ_client_machine.states);
+  testing_disable_reproducible_rng();
 }
 
 /** Test lower token removal strategy by bin  */
@@ -629,6 +635,7 @@ test_circuitpadding_token_removal_lower(void *arg)
   /* Mock it up */
   MOCK(monotime_absolute_usec, mock_monotime_absolute_usec);
   MOCK(circpad_machine_schedule_padding,circpad_machine_schedule_padding_mock);
+  testing_enable_reproducible_rng();
 
   /* Setup test environment (time etc.) */
   client_side = (circuit_t *)origin_circuit_new();
@@ -715,6 +722,7 @@ test_circuitpadding_token_removal_lower(void *arg)
   free_fake_origin_circuit(TO_ORIGIN_CIRCUIT(client_side));
   monotime_disable_test_mocking();
   tor_free(circ_client_machine.states);
+  testing_disable_reproducible_rng();
 }
 
 /** Test closest token removal strategy by bin  */
@@ -727,6 +735,7 @@ test_circuitpadding_closest_token_removal(void *arg)
   /* Mock it up */
   MOCK(monotime_absolute_usec, mock_monotime_absolute_usec);
   MOCK(circpad_machine_schedule_padding,circpad_machine_schedule_padding_mock);
+  testing_enable_reproducible_rng();
 
   /* Setup test environment (time etc.) */
   client_side = (circuit_t *)origin_circuit_new();
@@ -821,6 +830,7 @@ test_circuitpadding_closest_token_removal(void *arg)
   free_fake_origin_circuit(TO_ORIGIN_CIRCUIT(client_side));
   monotime_disable_test_mocking();
   tor_free(circ_client_machine.states);
+  testing_disable_reproducible_rng();
 }
 
 /** Test closest token removal strategy with usec  */
@@ -833,6 +843,7 @@ test_circuitpadding_closest_token_removal_usec(void *arg)
   /* Mock it up */
   MOCK(monotime_absolute_usec, mock_monotime_absolute_usec);
   MOCK(circpad_machine_schedule_padding,circpad_machine_schedule_padding_mock);
+  testing_enable_reproducible_rng();
 
   /* Setup test environment (time etc.) */
   client_side = (circuit_t *)origin_circuit_new();
@@ -932,6 +943,7 @@ test_circuitpadding_closest_token_removal_usec(void *arg)
   free_fake_origin_circuit(TO_ORIGIN_CIRCUIT(client_side));
   monotime_disable_test_mocking();
   tor_free(circ_client_machine.states);
+  testing_disable_reproducible_rng();
 }
 
 /** Test closest token removal strategy with usec  */
@@ -944,6 +956,7 @@ test_circuitpadding_token_removal_exact(void *arg)
   /* Mock it up */
   MOCK(monotime_absolute_usec, mock_monotime_absolute_usec);
   MOCK(circpad_machine_schedule_padding,circpad_machine_schedule_padding_mock);
+  testing_enable_reproducible_rng();
 
   /* Setup test environment (time etc.) */
   client_side = (circuit_t *)origin_circuit_new();
@@ -991,6 +1004,7 @@ test_circuitpadding_token_removal_exact(void *arg)
   free_fake_origin_circuit(TO_ORIGIN_CIRCUIT(client_side));
   monotime_disable_test_mocking();
   tor_free(circ_client_machine.states);
+  testing_disable_reproducible_rng();
 }
 
 #undef BIG_HISTOGRAM_LEN
@@ -1003,6 +1017,8 @@ test_circuitpadding_tokens(void *arg)
   int64_t actual_mocked_monotime_start;
   (void)arg;
 
+  testing_enable_reproducible_rng();
+
   /** Test plan:
*
* 1. Test symmetry between bin_to_usec and usec_to_bin

[tor-commits] [tor/master] OOM-purge the DNS cache one part at a time

2019-05-23 Thread dgoulet
commit 37aae23945c45c459091b38699130a14466d33ef
Author: Nick Mathewson 
Date:   Fri May 17 10:03:41 2019 -0400

OOM-purge the DNS cache one part at a time

Previously we purged it in 1-hour increments -- but one-hour is the
maximum TTL for the cache!  Now we do it in 25%-TTL increments.

Fixes bug 29617; bugfix on 0.3.5.1-alpha.
---
 changes/ticket29617 | 4 
 src/feature/relay/dns.c | 3 ++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/changes/ticket29617 b/changes/ticket29617
new file mode 100644
index 0..4d50ea962
--- /dev/null
+++ b/changes/ticket29617
@@ -0,0 +1,4 @@
+  o Minor bugfixes (out-of-memory handler):
+- When purging the DNS cache because of an out-of-memory condition,
+  try purging just the older entries at first.  Previously, we would
+  purge the whole thing. Fixes bug 29617; bugfix on 0.3.5.1-alpha.
diff --git a/src/feature/relay/dns.c b/src/feature/relay/dns.c
index d3660c47e..cc9f4cf49 100644
--- a/src/feature/relay/dns.c
+++ b/src/feature/relay/dns.c
@@ -2130,7 +2130,8 @@ dns_cache_handle_oom(time_t now, size_t min_remove_bytes)
 current_size -= bytes_removed;
 total_bytes_removed += bytes_removed;
 
-time_inc += 3600; /* Increase time_inc by 1 hour. */
+/* Increase time_inc by a reasonable fraction. */
+time_inc += (MAX_DNS_TTL_AT_EXIT / 4);
   } while (total_bytes_removed < min_remove_bytes);
 
   return total_bytes_removed;



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


[tor-commits] [tor/master] Merge branch 'tor-github/pr/1034'

2019-05-23 Thread dgoulet
commit e13e2012b9d1bbde73bea22d9fd13fb0b88c04de
Merge: 327bb0e2c 37aae2394
Author: David Goulet 
Date:   Thu May 23 09:40:07 2019 -0400

Merge branch 'tor-github/pr/1034'

 changes/ticket29617 | 4 
 src/feature/relay/dns.c | 3 ++-
 2 files changed, 6 insertions(+), 1 deletion(-)

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


[tor-commits] [translation/tba-torbrowserstringsdtd] Update translations for tba-torbrowserstringsdtd

2019-05-23 Thread translation
commit 45fbc6e9409e98f59d9dcecb5ce5799d6f9d13ba
Author: Translation commit bot 
Date:   Thu May 23 13:48:21 2019 +

Update translations for tba-torbrowserstringsdtd
---
 zh-TW/torbrowser_strings.dtd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zh-TW/torbrowser_strings.dtd b/zh-TW/torbrowser_strings.dtd
index 4102a3634..13cb8d07e 100644
--- a/zh-TW/torbrowser_strings.dtd
+++ b/zh-TW/torbrowser_strings.dtd
@@ -56,4 +56,4 @@
 
 
 
-
+

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


[tor-commits] [translation/tba-torbrowserstringsdtd_completed] Update translations for tba-torbrowserstringsdtd_completed

2019-05-23 Thread translation
commit 103c730213e4a40314782b5f2dc1ad410c7caca5
Author: Translation commit bot 
Date:   Thu May 23 13:48:28 2019 +

Update translations for tba-torbrowserstringsdtd_completed
---
 zh-TW/torbrowser_strings.dtd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zh-TW/torbrowser_strings.dtd b/zh-TW/torbrowser_strings.dtd
index 4102a3634..13cb8d07e 100644
--- a/zh-TW/torbrowser_strings.dtd
+++ b/zh-TW/torbrowser_strings.dtd
@@ -56,4 +56,4 @@
 
 
 
-
+

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


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

2019-05-23 Thread translation
commit 63dd7589f3f75e75044d520ac7cc1740cd74872f
Author: Translation commit bot 
Date:   Thu May 23 13:47:04 2019 +

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

diff --git a/zh_TW.po b/zh_TW.po
index f7e5430ec..b15a7b9b2 100644
--- a/zh_TW.po
+++ b/zh_TW.po
@@ -21,8 +21,8 @@ msgstr ""
 "Project-Id-Version: Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-05-18 19:31+0200\n"
-"PO-Revision-Date: 2019-05-19 13:21+\n"
-"Last-Translator: carolyn \n"
+"PO-Revision-Date: 2019-05-23 13:25+\n"
+"Last-Translator: Hsiu-Ming Chang \n"
 "Language-Team: Chinese (Taiwan) 
(http://www.transifex.com/otf/torproject/language/zh_TW/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -702,7 +702,7 @@ msgstr "無法加入容器"
 msgid ""
 "Could not add file container %s: Timeout while waiting for loop setup.\n"
 "Please try using the Disks application instead."
-msgstr ""
+msgstr "無法加入檔案容器 %s:等待 loop 
設定時逾時。\n請試著改用磁碟應用程式。"
 
 #: 
config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:209
 msgid "Choose File Container"
@@ -797,7 +797,7 @@ msgstr "本應用程式與 VeraCrypt 項目或 IDRIX 
無關聯或認可。"
 
 #: 
../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:29
 msgid "_Open"
-msgstr ""
+msgstr "開啟(_O)"
 
 #: 
../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:38
 msgid "Lock this volume"
@@ -805,7 +805,7 @@ msgstr "鎖定此加密區"
 
 #: 
../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:52
 msgid "_Unlock"
-msgstr ""
+msgstr "解鎖(_U)"
 
 #: 
../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:61
 msgid "Detach this volume"

___
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-05-23 Thread translation
commit 6295260b43afeb0761c45d188742995d6ff2ff9e
Author: Translation commit bot 
Date:   Thu May 23 13:47:10 2019 +

Update translations for tails-misc_completed
---
 zh_TW.po | 41 +
 1 file changed, 25 insertions(+), 16 deletions(-)

diff --git a/zh_TW.po b/zh_TW.po
index f3e84e1fc..b15a7b9b2 100644
--- a/zh_TW.po
+++ b/zh_TW.po
@@ -20,8 +20,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-04-06 14:00+0200\n"
-"PO-Revision-Date: 2019-04-26 12:06+\n"
+"POT-Creation-Date: 2019-05-18 19:31+0200\n"
+"PO-Revision-Date: 2019-05-23 13:25+\n"
 "Last-Translator: Hsiu-Ming Chang \n"
 "Language-Team: Chinese (Taiwan) 
(http://www.transifex.com/otf/torproject/language/zh_TW/)\n"
 "MIME-Version: 1.0\n"
@@ -653,6 +653,11 @@ msgstr "沒有加入檔案容器"
 msgid "No VeraCrypt devices detected"
 msgstr "沒有偵測到 VeraCrypt 裝置"
 
+#: 
config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:40
+#: 
../config/chroot_local-includes/usr/share/applications/unlock-veracrypt-volumes.desktop.in.h:1
+msgid "Unlock VeraCrypt Volumes"
+msgstr "解鎖 VeraCrypt 加密區"
+
 #: 
config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:114
 msgid "Container already added"
 msgstr "容器已經加入"
@@ -695,9 +700,9 @@ msgstr "無法加入容器"
 #: 
config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:164
 #, python-format
 msgid ""
-"Could not add file container %s: Timeout while waiting for loop setup.Please"
-" try using the Disks application instead."
-msgstr "無法加入檔案容器 %s:等待 loop 
設定時逾時。請試著改用磁碟應用程式。"
+"Could not add file container %s: Timeout while waiting for loop setup.\n"
+"Please try using the Disks application instead."
+msgstr "無法加入檔案容器 %s:等待 loop 
設定時逾時。\n請試著改用磁碟應用程式。"
 
 #: 
config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:209
 msgid "Choose File Container"
@@ -736,10 +741,6 @@ msgstr "瀏覽全球資訊網沒有匿名"
 msgid "Unsafe Web Browser"
 msgstr "不安全的網頁瀏覽器"
 
-#: 
../config/chroot_local-includes/usr/share/applications/unlock-veracrypt-volumes.desktop.in.h:1
-msgid "Unlock VeraCrypt Volumes"
-msgstr "解鎖 VeraCrypt 加密區"
-
 #: 
../config/chroot_local-includes/usr/share/applications/unlock-veracrypt-volumes.desktop.in.h:2
 msgid "Mount VeraCrypt encrypted file containers and devices"
 msgstr "掛載 VeraCrypt 加密檔案容器和裝置"
@@ -772,33 +773,41 @@ msgid ""
 " ($(command_line))"
 msgstr "需要驗證來從其他軟體中移除套件 ($(command_line))"
 
-#: 
../config/chroot_local-includes/usr/share/unlock-veracrypt-volumes/ui/main.ui.in:61
+#: 
../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:61
 msgid "File Containers"
 msgstr "檔案容器"
 
-#: 
../config/chroot_local-includes/usr/share/unlock-veracrypt-volumes/ui/main.ui.in:80
+#: 
../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:80
 msgid "_Add"
 msgstr "加入(_A)"
 
-#: 
../config/chroot_local-includes/usr/share/unlock-veracrypt-volumes/ui/main.ui.in:86
+#: 
../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:86
 msgid "Add a file container"
 msgstr "加入檔案容器"
 
-#: 
../config/chroot_local-includes/usr/share/unlock-veracrypt-volumes/ui/main.ui.in:103
+#: 
../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:103
 msgid "Partitions and Drives"
 msgstr "分割區和磁碟"
 
-#: 
../config/chroot_local-includes/usr/share/unlock-veracrypt-volumes/ui/main.ui.in:121
+#: 
../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/main.ui.in:121
 msgid ""
 "This application is not affiliated with or endorsed by the VeraCrypt project"
 " or IDRIX."
 msgstr "本應用程式與 VeraCrypt 項目或 IDRIX 無關聯或認可。"
 
-#: 
../config/chroot_local-includes/usr/share/unlock-veracrypt-volumes/ui/volume.ui.in:38
+#: 
../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:29
+msgid "_Open"
+msgstr "開啟(_O)"
+
+#: 
../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:38
 msgid "Lock this volume"
 msgstr "鎖定此加密區"
 
-#: 
../config/chroot_local-includes/usr/share/unlock-veracrypt-volumes/ui/volume.ui.in:61
+#: 
../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:52
+msgid "_Unlock"
+msgstr "解鎖(_U)"
+
+#: 
../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:61
 msgid "Detach this volume"
 msgstr "分離此加密區"
 

___

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

2019-05-23 Thread translation
commit 4d95fbd46485de3f1ac78950a9c730fb3c002877
Author: Translation commit bot 
Date:   Thu May 23 13:46:23 2019 +

Update translations for https_everywhere_completed
---
 zh_TW/https-everywhere.dtd | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/zh_TW/https-everywhere.dtd b/zh_TW/https-everywhere.dtd
index d2c2009cc..f279d7d22 100644
--- a/zh_TW/https-everywhere.dtd
+++ b/zh_TW/https-everywhere.dtd
@@ -9,11 +9,12 @@
 
 
 
-
-
-
-
+
+
+
+
 
+
 
 
 

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


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

2019-05-23 Thread translation
commit 6105d989dfeb8b89c5c479c032775e12ebcdd53b
Author: Translation commit bot 
Date:   Thu May 23 13:46:15 2019 +

Update translations for https_everywhere
---
 zh_TW/https-everywhere.dtd | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/zh_TW/https-everywhere.dtd b/zh_TW/https-everywhere.dtd
index bc05d1999..f279d7d22 100644
--- a/zh_TW/https-everywhere.dtd
+++ b/zh_TW/https-everywhere.dtd
@@ -10,11 +10,11 @@
 
 
 
-
+
 
-
+
 
-
+
 
 
 
@@ -47,7 +47,7 @@
 
 
 
-
+
 
 
 

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


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

2019-05-23 Thread translation
commit c98b229ddea0ddd731b2f010616c7122ed33ccae
Author: Translation commit bot 
Date:   Thu May 23 13:45:14 2019 +

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

diff --git a/zh-TW/aboutTor.dtd b/zh-TW/aboutTor.dtd
index 40cd64539..c4f06ea12 100644
--- a/zh-TW/aboutTor.dtd
+++ b/zh-TW/aboutTor.dtd
@@ -28,3 +28,5 @@
 
 
 
+
+

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


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

2019-05-23 Thread translation
commit fc8dc3d22574494503e873b3404328c63c43c69a
Author: Translation commit bot 
Date:   Thu May 23 13:45:06 2019 +

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

diff --git a/zh-TW/aboutTor.dtd b/zh-TW/aboutTor.dtd
index 964a87e9b..c4f06ea12 100644
--- a/zh-TW/aboutTor.dtd
+++ b/zh-TW/aboutTor.dtd
@@ -28,5 +28,5 @@
 
 
 
-
+
 

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


[tor-commits] [tor/master] Merge branch 'bug30316_035' into bug30316_040

2019-05-23 Thread dgoulet
commit 821dd54586bffd95bdd8c9d333b1f80ef55d3742
Merge: 593d29920 0ab4dc7ef
Author: Nick Mathewson 
Date:   Mon Apr 29 13:48:25 2019 -0400

Merge branch 'bug30316_035' into bug30316_040

Fixes conflicts and also moves bandwidth-file-digest.

 changes/bug30316  |  4 
 src/feature/dirauth/dirvote.c | 11 +--
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --cc src/feature/dirauth/dirvote.c
index 29f5d0450,af8b3dc20..755b99bae
--- a/src/feature/dirauth/dirvote.c
+++ b/src/feature/dirauth/dirvote.c
@@@ -348,6 -322,7 +348,8 @@@ format_networkstatus_vote(crypto_pk_t *
   "known-flags %s\n"
   "flag-thresholds %s\n"
   "params %s\n"
+  "%s" /* bandwidth file headers */
++ "%s" /* bandwidth file digest */
   "dir-source %s %s %s %s %d %d\n"
   "contact %s\n"
   "%s" /* shared randomness information */
@@@ -365,6 -338,7 +365,8 @@@
   flags,
   flag_thresholds,
   params,
+  bw_headers_line ? bw_headers_line : "",
++ bw_file_digest ? bw_file_digest: "",
   voter->nickname, fingerprint, voter->address,
   fmt_addr32(addr), voter->dir_port, voter->or_port,
   voter->contact,



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


[tor-commits] [tor/master] Move bandwidth-file-headers line to appear in the correct vote section

2019-05-23 Thread dgoulet
commit 0ab4dc7ef7c6468c1d0d87a7cbc834217214f16b
Author: Nick Mathewson 
Date:   Mon Apr 29 13:43:50 2019 -0400

Move bandwidth-file-headers line to appear in the correct vote section

Fixes bug 30316; bugfix on 0.3.5.1-alpha.
---
 changes/bug30316  | 4 
 src/feature/dirauth/dirvote.c | 7 +++
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/changes/bug30316 b/changes/bug30316
new file mode 100644
index 0..3e396318a
--- /dev/null
+++ b/changes/bug30316
@@ -0,0 +1,4 @@
+  o Minor bugfixes (directory authority):
+- Move the "bandwidth-file-headers" line in directory authority votes
+  so that it conforms to dir-spec.txt. Fixes bug 30316; bugfix on
+  0.3.5.1-alpha.
diff --git a/src/feature/dirauth/dirvote.c b/src/feature/dirauth/dirvote.c
index 5e426b0f8..af8b3dc20 100644
--- a/src/feature/dirauth/dirvote.c
+++ b/src/feature/dirauth/dirvote.c
@@ -322,10 +322,10 @@ format_networkstatus_vote(crypto_pk_t 
*private_signing_key,
  "known-flags %s\n"
  "flag-thresholds %s\n"
  "params %s\n"
+ "%s" /* bandwidth file headers */
  "dir-source %s %s %s %s %d %d\n"
  "contact %s\n"
  "%s" /* shared randomness information */
- "%s" /* bandwidth file headers */
  ,
  v3_ns->type == NS_TYPE_VOTE ? "vote" : "opinion",
  methods,
@@ -338,13 +338,12 @@ format_networkstatus_vote(crypto_pk_t 
*private_signing_key,
  flags,
  flag_thresholds,
  params,
+ bw_headers_line ? bw_headers_line : "",
  voter->nickname, fingerprint, voter->address,
  fmt_addr32(addr), voter->dir_port, voter->or_port,
  voter->contact,
  shared_random_vote_str ?
-   shared_random_vote_str : "",
- bw_headers_line ?
-   bw_headers_line : "");
+   shared_random_vote_str : "");
 
 tor_free(params);
 tor_free(flags);



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


[tor-commits] [tor/master] Merge branch 'tor-github/pr/988'

2019-05-23 Thread dgoulet
commit 327bb0e2ca72dd57bd1ceb9c05dd90dfffcc92a5
Merge: ebe39dcb9 821dd5458
Author: David Goulet 
Date:   Thu May 23 09:30:36 2019 -0400

Merge branch 'tor-github/pr/988'

 changes/bug30316  |  4 
 src/feature/dirauth/dirvote.c | 11 +--
 2 files changed, 9 insertions(+), 6 deletions(-)

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


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

2019-05-23 Thread translation
commit 09354d1cef86a876ed297af86db1c824c6dc33c7
Author: Translation commit bot 
Date:   Thu May 23 13:20:19 2019 +

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

diff --git a/zh-TW/securitylevel.properties b/zh-TW/securitylevel.properties
index aae64e426..2ed172343 100644
--- a/zh-TW/securitylevel.properties
+++ b/zh-TW/securitylevel.properties
@@ -9,7 +9,7 @@ securityLevel.safer.tooltip = 安全性等級:更安全
 securityLevel.safer.summary = 停用某些功能,因為其有危險,會造
成部份網站失能
 securityLevel.safer.description1 = 所有非HTTPS網站會é 
è¨­åœç”¨JavaScript 
 securityLevel.safer.description2 = 有些字形與數學符號被停用
-securityLevel.safer.description3 = Audio and video (HTML5 media), and WebGL 
are click-to-play.
+securityLevel.safer.description3 = 聲音和影片(HTML5 媒體),和 
WebGL 要點擊播放
 securityLevel.safest.level = 最安全
 securityLevel.safest.tooltip = 安全性等級:最安全
 securityLevel.safest.summary = 只同意靜æ…
‹ç¶²ç«™å’ŒåŸºæœ¬æœå‹™çš„網站功能.這些變動會影響圖片,媒體和è…
³æœ¬.

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


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

2019-05-23 Thread translation
commit a94e6f5197939d714cc431ecae09d3d17bf71257
Author: Translation commit bot 
Date:   Thu May 23 13:19:32 2019 +

Update translations for torbutton-torbuttondtd_completed
---
 zh-TW/torbutton.dtd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zh-TW/torbutton.dtd b/zh-TW/torbutton.dtd
index d4c46efe4..7868343e3 100644
--- a/zh-TW/torbutton.dtd
+++ b/zh-TW/torbutton.dtd
@@ -36,6 +36,6 @@
 
 
 
-
+
 
 

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


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

2019-05-23 Thread translation
commit c3c6259005d90bca45f1091d072deb57f1dc1690
Author: Translation commit bot 
Date:   Thu May 23 13:20:12 2019 +

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

diff --git a/zh-TW/securitylevel.properties b/zh-TW/securitylevel.properties
index aae64e426..2ed172343 100644
--- a/zh-TW/securitylevel.properties
+++ b/zh-TW/securitylevel.properties
@@ -9,7 +9,7 @@ securityLevel.safer.tooltip = 安全性等級:更安全
 securityLevel.safer.summary = 停用某些功能,因為其有危險,會造
成部份網站失能
 securityLevel.safer.description1 = 所有非HTTPS網站會é 
è¨­åœç”¨JavaScript 
 securityLevel.safer.description2 = 有些字形與數學符號被停用
-securityLevel.safer.description3 = Audio and video (HTML5 media), and WebGL 
are click-to-play.
+securityLevel.safer.description3 = 聲音和影片(HTML5 媒體),和 
WebGL 要點擊播放
 securityLevel.safest.level = 最安全
 securityLevel.safest.tooltip = 安全性等級:最安全
 securityLevel.safest.summary = 只同意靜æ…
‹ç¶²ç«™å’ŒåŸºæœ¬æœå‹™çš„網站功能.這些變動會影響圖片,媒體和è…
³æœ¬.

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


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

2019-05-23 Thread translation
commit 08a4aa2352330a9232fd4f7bf39c511ab4494f3d
Author: Translation commit bot 
Date:   Thu May 23 13:19:25 2019 +

Update translations for torbutton-torbuttondtd
---
 zh-TW/torbutton.dtd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zh-TW/torbutton.dtd b/zh-TW/torbutton.dtd
index d4c46efe4..7868343e3 100644
--- a/zh-TW/torbutton.dtd
+++ b/zh-TW/torbutton.dtd
@@ -36,6 +36,6 @@
 
 
 
-
+
 
 

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


[tor-commits] [tor/master] Now this repository is full of 0.4.1.1-alpha-dev

2019-05-23 Thread nickm
commit ebe39dcb9225ffe43c6b6d2fe49d4b99d155ff33
Author: Nick Mathewson 
Date:   Wed May 22 18:07:29 2019 -0400

Now this repository is full of 0.4.1.1-alpha-dev
---
 configure.ac| 4 ++--
 contrib/win32build/tor-mingw.nsi.in | 2 +-
 src/win32/orconfig.h| 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index 9460ae637..e7f959f17 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2019, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
 AC_PREREQ([2.63])
-AC_INIT([tor],[0.4.1.1-alpha])
+AC_INIT([tor],[0.4.1.1-alpha-dev])
 AC_CONFIG_SRCDIR([src/app/main/tor_main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
@@ -14,7 +14,7 @@ AC_CONFIG_MACRO_DIR([m4])
 # version number changes.  Tor uses it to make sure that it
 # only shuts down for missing "required protocols" when those protocols
 # are listed as required by a consensus after this date.
-AC_DEFINE(APPROX_RELEASE_DATE, ["2019-05-22"], # for 0.4.1.1-alpha
+AC_DEFINE(APPROX_RELEASE_DATE, ["2019-05-22"], # for 0.4.1.1-alpha-dev
   [Approximate date when this software was released. (Updated when the 
version changes.)])
 
 # "foreign" means we don't follow GNU package layout standards
diff --git a/contrib/win32build/tor-mingw.nsi.in 
b/contrib/win32build/tor-mingw.nsi.in
index 7694a4d37..49958a462 100644
--- a/contrib/win32build/tor-mingw.nsi.in
+++ b/contrib/win32build/tor-mingw.nsi.in
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.4.1.1-alpha"
+!define VERSION "0.4.1.1-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/;
 !define LICENSE "LICENSE"
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h
index 5cf0b1eb0..442bb8157 100644
--- a/src/win32/orconfig.h
+++ b/src/win32/orconfig.h
@@ -218,7 +218,7 @@
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.4.1.1-alpha"
+#define VERSION "0.4.1.1-alpha-dev"
 
 
 

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


[tor-commits] [tor-browser/tor-browser-60.7.0esr-8.5-1] fixup! Bug 25658: Replace security slider with security level UI

2019-05-23 Thread gk
commit c5b2b350afae8d917550951ef9acc201429d0ac7
Author: Georg Koppen 
Date:   Thu May 23 09:05:27 2019 +

fixup! Bug 25658: Replace security slider with security level UI

Correct URL for more information about security settings. Fixes #30571.
---
 browser/components/securitylevel/content/securityLevel.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/browser/components/securitylevel/content/securityLevel.js 
b/browser/components/securitylevel/content/securityLevel.js
index 405d38839da0..e37f2d49175b 100644
--- a/browser/components/securitylevel/content/securityLevel.js
+++ b/browser/components/securitylevel/content/securityLevel.js
@@ -75,7 +75,7 @@ XPCOMUtils.defineLazyGetter(this, "SecurityLevelStrings", 
function() {
   locale = "en-US";
 }
 
-return "https://tb-manual.torproject.org/; + locale + 
"/security-settings.html";
+return "https://tb-manual.torproject.org/; + locale + 
"/security-settings/";
   }(),
 restoreDefaults : getString("securityLevel.restoreDefaults", "Restore 
Defaults"),
 advancedSecuritySettings : 
getString("securityLevel.advancedSecuritySettings", "Advanced Security 
Settings\u2026"),

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


[tor-commits] [tor-browser/tor-browser-60.7.0esr-9.0-1] fixup! Bug 25658: Replace security slider with security level UI

2019-05-23 Thread gk
commit eb5d5dfaae93805baee9e84039e95fca74f9cce2
Author: Georg Koppen 
Date:   Thu May 23 09:05:27 2019 +

fixup! Bug 25658: Replace security slider with security level UI

Correct URL for more information about security settings. Fixes #30571.
---
 browser/components/securitylevel/content/securityLevel.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/browser/components/securitylevel/content/securityLevel.js 
b/browser/components/securitylevel/content/securityLevel.js
index 405d38839da0..e37f2d49175b 100644
--- a/browser/components/securitylevel/content/securityLevel.js
+++ b/browser/components/securitylevel/content/securityLevel.js
@@ -75,7 +75,7 @@ XPCOMUtils.defineLazyGetter(this, "SecurityLevelStrings", 
function() {
   locale = "en-US";
 }
 
-return "https://tb-manual.torproject.org/; + locale + 
"/security-settings.html";
+return "https://tb-manual.torproject.org/; + locale + 
"/security-settings/";
   }(),
 restoreDefaults : getString("securityLevel.restoreDefaults", "Restore 
Defaults"),
 advancedSecuritySettings : 
getString("securityLevel.advancedSecuritySettings", "Advanced Security 
Settings\u2026"),

___
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-05-23 Thread translation
commit f85ce61db03f3102ea7197bc88e7fe07039af176
Author: Translation commit bot 
Date:   Thu May 23 11:51:34 2019 +

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

diff --git a/contents+fi.po b/contents+fi.po
index ad15cbc0e..b41c16ef6 100644
--- a/contents+fi.po
+++ b/contents+fi.po
@@ -125,7 +125,7 @@ msgstr "Lahjoita"
 
 #: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
 msgid "Donate Now"
-msgstr ""
+msgstr "Lahjoita nyt"
 
 #: https//www.torproject.org/thank-you/
 #: (content/thank-you/contents+en.lrpage.title)
@@ -140,7 +140,7 @@ msgstr ""
 #: https//www.torproject.org/thank-you/
 #: (content/thank-you/contents+en.lrpage.body)
 msgid "Tor is the strongest tool for privacy and freedom online."
-msgstr ""
+msgstr "Tor on tehokkain työkalu yksityisyyteen ja vapauteen verkossa."
 
 #: https//www.torproject.org/thank-you/
 #: (content/thank-you/contents+en.lrpage.body)
@@ -148,6 +148,8 @@ msgid ""
 "It is free and open source software maintained by the Tor Project and a "
 "community of volunteers worldwide."
 msgstr ""
+"Tämä on ilmainen ja avoin ohjelmisto, jota ylläpitää Tor-projekti ja "
+"maailmanlaajuinen vapaaehtoisten joukko. "
 
 #: https//www.torproject.org/thank-you/
 #: (content/thank-you/contents+en.lrpage.body)
@@ -173,6 +175,8 @@ msgid ""
 "Before we release a stable version of our software, we release an alpha "
 "version to test features and find bugs."
 msgstr ""
+"Ennen vakaan ohjelmistoversiomme julkaisua julkaisemme alfa-version "
+"ominaisuuksien testaukseen ja vikojen etsimiseen."
 
 #: https//www.torproject.org/download/alpha/
 #: (content/download/alpha/contents+en.lrpage.body)
@@ -182,6 +186,10 @@ msgid ""
 
"bugs](https://trac.torproject.org/projects/tor/wiki/doc/community/HowToReportBugFeedback),"
 " and are not putting yourself at risk."
 msgstr ""
+"Lataa alfa-versio vain jos hyväksyt, että jotkut asiat eivät toimi "
+"moitteettomasti ja haluat auttaa meitä löytämään ja [ilmoittamaan 
vioista] "
+"(https://trac.torproject.org/projects/tor/wiki/doc/community/HowToReportBugFeedback),"
+" ja kun et saata itseäsi alttiiksi riskille."
 
 #: https//www.torproject.org/download/languages/
 #: (content/download/languages/contents+en.lrpage.title)
@@ -196,6 +204,10 @@ msgid ""
 "add more. Want to help us translate? [See here](https://tb-;
 "manual.torproject.org/becoming-tor-translator/)"
 msgstr ""
+"Haluamme, että jokainen kykenee nauttimaan Tor-selaimesta omalla 
kielellään."
+" Tor-selain on nyt saatavilla 25:llä eri kielellä, ja työskentelemme "
+"lisäkielin lisäämiseksi. Haluatko auttaa meitä kotouttamisessa? [Katso "
+"tänne] (https://tb-manual.torproject.org/becoming-tor-translator/)"
 
 #: https//www.torproject.org/download/tor/
 #: (content/download/tor/contents+en.lrpage.title)

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


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

2019-05-23 Thread translation
commit 261588b5b6635af7eea9edf00609e1c58919be3c
Author: Translation commit bot 
Date:   Thu May 23 11:45:06 2019 +

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

diff --git a/fi/aboutTor.dtd b/fi/aboutTor.dtd
index a918d67bc..95ab30819 100644
--- a/fi/aboutTor.dtd
+++ b/fi/aboutTor.dtd
@@ -29,4 +29,4 @@
 
 
 
-
+

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


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

2019-05-23 Thread translation
commit b33491ad7c20f5c1a88c291f9c38cc01152499fc
Author: Translation commit bot 
Date:   Thu May 23 10:21:18 2019 +

Update translations for tpo-web_completed
---
 contents+is.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contents+is.po b/contents+is.po
index dfc46e1e7..10e1bd4d5 100644
--- a/contents+is.po
+++ b/contents+is.po
@@ -885,7 +885,7 @@ msgstr "Sækja á öðru tungumáli eða fyrir annað 
stýrikerfi"
 
 #: templates/hero-download.html:46
 msgid "Advanced Install Options"
-msgstr "ítarlegir valkostir við uppsetningu"
+msgstr "Ítarlegir valkostir við uppsetningu"
 
 #: templates/hero-download.html:50
 msgid "Read the latest release announcements"

___
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-05-23 Thread translation
commit 4154cc8f781087911b4378c7b26e8f6b42236da2
Author: Translation commit bot 
Date:   Thu May 23 10:21:11 2019 +

Update translations for tpo-web
---
 contents+is.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contents+is.po b/contents+is.po
index dfc46e1e7..10e1bd4d5 100644
--- a/contents+is.po
+++ b/contents+is.po
@@ -885,7 +885,7 @@ msgstr "Sækja á öðru tungumáli eða fyrir annað 
stýrikerfi"
 
 #: templates/hero-download.html:46
 msgid "Advanced Install Options"
-msgstr "ítarlegir valkostir við uppsetningu"
+msgstr "Ítarlegir valkostir við uppsetningu"
 
 #: templates/hero-download.html:50
 msgid "Read the latest release announcements"

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


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

2019-05-23 Thread translation
commit c3c08437bf92a2e4086b681ed5cfcf3e6ac903d4
Author: Translation commit bot 
Date:   Thu May 23 10:18:13 2019 +

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

diff --git a/contents+is.po b/contents+is.po
index 35ca44084..568609212 100644
--- a/contents+is.po
+++ b/contents+is.po
@@ -1697,7 +1697,7 @@ msgid ""
 "Settings...' button in the shield menu."
 msgstr ""
 "Til að skoða og aðlaga öryggisstillingar þínar, smelltu á hnappinn "
-"'Öryggisstillingar...' í valmynd skjaldarins."
+"'Ítarlegar öryggisstillingar...' í valmynd skjaldarins."
 
 #: https//tb-manual.torproject.org/en-US/security-settings/
 #: (content/security-settings/contents+en-US.lrtopic.body)

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


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

2019-05-23 Thread translation
commit 490993eeb313fb84218e4b245a0e8da0e6fc14fa
Author: Translation commit bot 
Date:   Thu May 23 10:18:24 2019 +

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

diff --git a/contents+is.po b/contents+is.po
index 35ca44084..568609212 100644
--- a/contents+is.po
+++ b/contents+is.po
@@ -1697,7 +1697,7 @@ msgid ""
 "Settings...' button in the shield menu."
 msgstr ""
 "Til að skoða og aðlaga öryggisstillingar þínar, smelltu á hnappinn "
-"'Öryggisstillingar...' í valmynd skjaldarins."
+"'Ítarlegar öryggisstillingar...' í valmynd skjaldarins."
 
 #: https//tb-manual.torproject.org/en-US/security-settings/
 #: (content/security-settings/contents+en-US.lrtopic.body)

___
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-05-23 Thread translation
commit 4aed427959e04b00aae7e18eccd25c87190daaad
Author: Translation commit bot 
Date:   Thu May 23 09:22:25 2019 +

Update translations for tpo-web_completed
---
 contents+de.po| 19 +--
 contents+es.po| 27 +--
 contents+fr.po| 28 +---
 contents+is.po| 28 +---
 contents+it.po| 19 +--
 contents+ka.po| 28 +---
 contents+ms_MY.po | 19 +--
 contents+pl.po| 32 +++-
 contents+pt-BR.po | 32 +++-
 contents+pt-PT.po | 31 +++
 contents+ro.po| 27 +--
 contents+ru.po| 19 +--
 contents+tr.po| 27 +--
 contents+zh-CN.po | 19 +--
 contents.pot  | 26 +-
 15 files changed, 21 insertions(+), 360 deletions(-)

diff --git a/contents+de.po b/contents+de.po
index fb0a9231b..e3c563cdc 100644
--- a/contents+de.po
+++ b/contents+de.po
@@ -13,7 +13,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-21 18:11+CET\n"
+"POT-Creation-Date: 2019-05-23 10:41+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"
@@ -507,14 +507,6 @@ msgstr ""
 "Wir sind ein internationales Team, das glaubt, dass jeder einen privaten "
 "Zugang zum unzensierten Web haben sollte."
 
-#: https//www.torproject.org/about/sponsors/
-#: (content/about/sponsors/contents+en.lrsponsors.body)
-msgid ""
-"Having a diverse user base means we have diverse funding sources, too. Our "
-"goal is to continue diversifying our funding. To inquire about sponsorship, "
-"please email giving(at)torproject.org."
-msgstr ""
-
 #: https//www.torproject.org/about/reports/
 #: (content/about/reports/contents+en.lrreports.body)
 msgid ""
@@ -525,15 +517,6 @@ msgstr ""
 "501(c)(3), die sich der Transparenz ihrer Arbeit und Berichterstattung "
 "verpflichtet hat."
 
-#: https//www.torproject.org/about/jobs/
-#: (content/about/jobs/contents+en.lrjobs.body)
-msgid ""
-"We're always looking for more great people to join our team. Join us in our "
-"Seattle office or work remotely from wherever you are in the world. You'll "
-"work with a diverse group of bright and passionate folks committed to "
-"fostering internet freedom worldwide."
-msgstr ""
-
 #: https//www.torproject.org/press/-new-release-tails/
 #: (content/press/new-release-tails/contents+en.lrpost.title)
 msgid "New Release: Tails 3.12"
diff --git a/contents+es.po b/contents+es.po
index 39fa9cbef..388aab376 100644
--- a/contents+es.po
+++ b/contents+es.po
@@ -13,7 +13,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-21 18:11+CET\n"
+"POT-Creation-Date: 2019-05-23 10:41+CET\n"
 "PO-Revision-Date: 2019-03-09 10:41+\n"
 "Last-Translator: Emma Peel, 2019\n"
 "Language-Team: Spanish (https://www.transifex.com/otf/teams/1519/es/)\n"
@@ -498,18 +498,6 @@ msgstr ""
 "Somos un equipo internacional que cree que todo el mundo debería tener "
 "acceso privado a la web sin censura."
 
-#: https//www.torproject.org/about/sponsors/
-#: (content/about/sponsors/contents+en.lrsponsors.body)
-msgid ""
-"Having a diverse user base means we have diverse funding sources, too. Our "
-"goal is to continue diversifying our funding. To inquire about sponsorship, "
-"please email giving(at)torproject.org."
-msgstr ""
-"La diversidad entre nuestros usuarios significa una diversidad en nuestras "
-"fuentes de ingresos. Nuestro objetivo es diversificar nuestra financiación. "
-"Para preguntas sobre donaciones por favor escribe a "
-"giving(at)torproject.org."
-
 #: https//www.torproject.org/about/reports/
 #: (content/about/reports/contents+en.lrreports.body)
 msgid ""
@@ -519,19 +507,6 @@ msgstr ""
 "El Proyecto Tor es una organización estadounidense sin fines de lucro "
 "dedicada a la transparencia en su trabajo y su comunicación."
 
-#: https//www.torproject.org/about/jobs/
-#: (content/about/jobs/contents+en.lrjobs.body)
-msgid ""
-"We're always looking for more great people to join our team. Join us in our "
-"Seattle office or work remotely from wherever you are in the world. You'll "
-"work with a diverse group of bright and passionate folks committed to "
-"fostering internet freedom worldwide."
-msgstr ""
-"Siempre estamos interesados en que más gente se una a nuestro equipo. 
Súmate"
-" a nuestra oficina en Seattle o trabaja en remoto desde donde estés. "
-"Trabajarás con un grupo diverso de gente brillante y apasionada, "
-"comprometida con la defensa de la libertad en Internet."
-
 #: https//www.torproject.org/press/-new-release-tails/
 #: (content/press/new-release-tails/contents+en.lrpost.title)
 

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

2019-05-23 Thread translation
commit 8b5f465204e8dc2528db3e9edc33748967a742aa
Author: Translation commit bot 
Date:   Thu May 23 09:22:04 2019 +

Update translations for tpo-web
---
 contents+am.po| 19 +--
 contents+ar.po| 19 +--
 contents+az.po| 19 +--
 contents+be.po| 19 +--
 contents+bg.po| 19 +--
 contents+bn.po| 19 +--
 contents+bo.po| 19 +--
 contents+ca.po| 19 +--
 contents+cs.po| 19 +--
 contents+cy.po| 19 +--
 contents+da.po| 19 +--
 contents+de.po| 19 +--
 contents+el.po| 19 +--
 contents+en_GB.po | 19 +--
 contents+eo.po| 19 +--
 contents+es-AR.po | 19 +--
 contents+es.po| 27 +--
 contents+et.po| 19 +--
 contents+eu.po| 19 +--
 contents+fa.po| 19 +--
 contents+fi.po| 19 +--
 contents+fil.po   | 19 +--
 contents+fr.po| 28 +---
 contents+ga.po| 19 +--
 contents+gl.po| 19 +--
 contents+he.po| 19 +--
 contents+hi.po| 19 +--
 contents+hr.po| 19 +--
 contents+hu.po| 19 +--
 contents+id.po| 19 +--
 contents+is.po| 28 +---
 contents+it.po| 19 +--
 contents+ja.po| 19 +--
 contents+ka.po| 28 +---
 contents+kk.po| 19 +--
 contents+km.po| 19 +--
 contents+ko.po| 19 +--
 contents+ku_IQ.po | 19 +--
 contents+lt.po| 19 +--
 contents+lv.po| 19 +--
 contents+mk.po| 19 +--
 contents+ms_MY.po | 19 +--
 contents+my.po| 19 +--
 contents+nb.po| 23 +++
 contents+nl.po| 19 +--
 contents+nn.po| 19 +--
 contents+pl.po| 32 +++-
 contents+pt-BR.po | 32 +++-
 contents+pt-PT.po | 31 +++
 contents+ro.po| 27 +--
 contents+ru.po| 19 +--
 contents+sk.po| 19 +--
 contents+sl.po| 19 +--
 contents+sq.po| 19 +--
 contents+sr.po| 19 +--
 contents+sv.po| 19 +--
 contents+sw.po| 19 +--
 contents+ta.po| 19 +--
 contents+th.po| 19 +--
 contents+tr.po| 27 +--
 contents+uk.po| 19 +--
 contents+ur.po| 19 +--
 contents+uz.po| 19 +--
 contents+vi.po| 19 +--
 contents+zh-CN.po | 19 +--
 contents+zh-TW.po | 19 +--
 contents.pot  | 26 +-
 67 files changed, 75 insertions(+), 1298 deletions(-)

diff --git a/contents+am.po b/contents+am.po
index 64984e958..81053c531 100644
--- a/contents+am.po
+++ b/contents+am.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-21 18:11+CET\n"
+"POT-Creation-Date: 2019-05-23 10:41+CET\n"
 "PO-Revision-Date: 2019-03-09 10:41+\n"
 "Last-Translator: erinm, 2019\n"
 "Language-Team: Amharic (https://www.transifex.com/otf/teams/1519/am/)\n"
@@ -393,14 +393,6 @@ msgid ""
 "access to the uncensored web."
 msgstr ""
 
-#: https//www.torproject.org/about/sponsors/
-#: (content/about/sponsors/contents+en.lrsponsors.body)
-msgid ""
-"Having a diverse user base means we have diverse funding sources, too. Our "
-"goal is to continue diversifying our funding. To inquire about sponsorship, "
-"please email giving(at)torproject.org."
-msgstr ""
-
 #: https//www.torproject.org/about/reports/
 #: (content/about/reports/contents+en.lrreports.body)
 msgid ""
@@ -408,15 +400,6 @@ msgid ""
 "transparency in its work and reporting."
 msgstr ""
 
-#: https//www.torproject.org/about/jobs/
-#: (content/about/jobs/contents+en.lrjobs.body)
-msgid ""
-"We're always looking for more great people to join our team. Join us in our "
-"Seattle office or work remotely from wherever you are in the world. You'll "
-"work with a diverse group of bright and passionate folks committed to "
-"fostering internet freedom worldwide."
-msgstr ""
-
 #: https//www.torproject.org/press/-new-release-tails/
 #: (content/press/new-release-tails/contents+en.lrpost.title)
 msgid "New Release: Tails 3.12"
diff --git a/contents+ar.po b/contents+ar.po
index f735a6665..615f8c610 100644
--- a/contents+ar.po
+++ b/contents+ar.po
@@ 

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

2019-05-23 Thread translation
commit 25bd63715ad132b31b57b452b8bfec4204570d4f
Author: Translation commit bot 
Date:   Thu May 23 09:18:18 2019 +

Update translations for tbmanual-contentspot
---
 contents+is.po | 24 
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/contents+is.po b/contents+is.po
index 4ce14016f..35ca44084 100644
--- a/contents+is.po
+++ b/contents+is.po
@@ -184,7 +184,7 @@ msgid ""
 " Project website at https://www.torproject.org.;
 msgstr ""
 "Öruggasta og einfaldasta leiðin til að sækja Tor-vafrann er af opinberri "
-"vesíðu Tor-verkefnisins á https://wwwtorprojectorg.;
+"vefsíðu Tor-verkefnisins á https://wwwtorprojectorg.;
 
 #: https//tb-manual.torproject.org/en-US/downloading/
 #: (content/downloading/contents+en-US.lrtopic.body)
@@ -572,7 +572,7 @@ msgstr ""
 #: https//tb-manual.torproject.org/en-US/transports/
 #: (content/transports/contents+en-US.lrtopic.title)
 msgid "Pluggable transports"
-msgstr "Pluggable Transport tengileiðir"
+msgstr "'Pluggable Transport' tengileiðir"
 
 #: https//tb-manual.torproject.org/en-US/transports/
 #: (content/transports/contents+en-US.lrtopic.description)
@@ -580,8 +580,8 @@ msgid ""
 "Pluggable transports are tools that Tor can use to disguise the traffic it "
 "sends out."
 msgstr ""
-"Pluggable Transport tengileiðir eru verkfæri sem Tor getur notað til að 
fela"
-" netsamskiptin sem send eru út."
+"'Pluggable Transport' tengileiðir eru verkfæri sem Tor getur notað til að 
"
+"fela netsamskiptin sem send eru út."
 
 #: https//tb-manual.torproject.org/en-US/transports/
 #: (content/transports/contents+en-US.lrtopic.body)
@@ -591,8 +591,8 @@ msgid ""
 "Provider or other authority is actively blocking connections to the Tor "
 "network."
 msgstr ""
-"Pluggable Transport tengileiðir eru verkfæri sem Tor getur notað til að 
fela"
-" netsamskiptin sem send eru út. Það nýtist vel í þeim tilfellum þegar "
+"'Pluggable Transport' tengileiðir eru verkfæri sem Tor getur notað til að 
"
+"fela netsamskiptin sem send eru út. Það nýtist vel í þeim tilfellum 
þegar "
 "netþjónustuaðili (ISP - Internet Service Provider) eða annað yfirvald er 
"
 "virkt í að útiloka tengingar við Tor-netkerfið."
 
@@ -1520,7 +1520,7 @@ msgid ""
 "some web pages from functioning properly, so you should weigh your security "
 "needs against the degree of usability you require."
 msgstr ""
-"Tor-vafrinn inniheldur “Öryggisstillingasleða” sem gerir þér kleift 
að gera "
+"Tor-vafrinn inniheldur “öryggisstillingasleða” sem gerir þér kleift 
að gera "
 "óvirka ýmsa eiginleika vefja sem annars geta sett öryggi þitt og 
nafnleynd í"
 " hættu. Hækkun á öryggisstigi Tor-vafrans mun koma í veg fyrir að sumar 
"
 "vefsíður virki almennilega, þannig að þú verður ævinlega að vega og 
meta "
@@ -1586,7 +1586,7 @@ msgid ""
 "disabled by default on all sites; most video and audio formats are disabled;"
 " and some fonts and icons may not display correctly."
 msgstr ""
-"Á þessu stigi verða HTML5-margmiðlunargögn undir smella-til-að-spila í 
"
+"Á þessu stigi verða HTML5-margmiðlunargögn undir 'smella-til-að-spila' 
í "
 "gegnum NoScript; allar afkastabætingar í gegnum JavaScript eru óvirkar; "
 "sumar stærðfræðijöfnur gætu birst skringilega; myndgerð sumra "
 "letureiginleika er óvirk; sumar gerðir myndskráa eru óvirkar; Javascript 
er "
@@ -1610,7 +1610,7 @@ msgid ""
 "disabled by default on all non-HTTPS "
 "sites."
 msgstr ""
-"Á þessu stigi verða HTML5-margmiðlunargögn undir smella-til-að-spila í 
"
+"Á þessu stigi verða HTML5-margmiðlunargögn undir 'smella-til-að-spila' 
í "
 "gegnum NoScript; allar afkastabætingar í gegnum JavaScript eru óvirkar; "
 "sumar stærðfræðijöfnur gætu birst skringilega; myndgerð sumra "
 "letureiginleika er óvirk; sumar gerðir myndskráa eru óvirkar; Javascript 
er "
@@ -1697,7 +1697,7 @@ msgid ""
 "Settings...' button in the shield menu."
 msgstr ""
 "Til að skoða og aðlaga öryggisstillingar þínar, smelltu á hnappinn "
-"'Ítarlegar öryggisstillingar...' í valmynd skjaldarins."
+"'Öryggisstillingar...' í valmynd skjaldarins."
 
 #: https//tb-manual.torproject.org/en-US/security-settings/
 #: (content/security-settings/contents+en-US.lrtopic.body)
@@ -1987,7 +1987,7 @@ msgid ""
 "allow all websites to run scripts in \"Standard\" mode."
 msgstr ""
 "Notendur sem þurfa hátt öryggisstig við vafur sitt á netinu ættu að 
stilla "
-"Öryggisstillingasleða Tor-vafrans á "
+"öryggisstillingasleða Tor-vafrans á "
 "“Öruggara” (sem gerir JavaScript óvirkt á vefsvæðum sem ekki nota 
HTTPS) eða"
 " á “Öruggast” (sem lokar á JavaScript á öllum vefsvæðum). 
Hinsvegar, að gera"
 " JavaScript óvirkt mun valda því að margir vefir birtast ekki rétt, 
því er "
@@ -2027,7 +2027,7 @@ msgstr ""
 #: https//tb-manual.torproject.org/en-US/troubleshooting/
 #: 

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

2019-05-23 Thread translation
commit ebd2c25f4ee31b3247d1a26ce325087837eef5da
Author: Translation commit bot 
Date:   Thu May 23 09:18:26 2019 +

Update translations for tbmanual-contentspot_completed
---
 contents+is.po | 24 
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/contents+is.po b/contents+is.po
index 4ce14016f..35ca44084 100644
--- a/contents+is.po
+++ b/contents+is.po
@@ -184,7 +184,7 @@ msgid ""
 " Project website at https://www.torproject.org.;
 msgstr ""
 "Öruggasta og einfaldasta leiðin til að sækja Tor-vafrann er af opinberri "
-"vesíðu Tor-verkefnisins á https://wwwtorprojectorg.;
+"vefsíðu Tor-verkefnisins á https://wwwtorprojectorg.;
 
 #: https//tb-manual.torproject.org/en-US/downloading/
 #: (content/downloading/contents+en-US.lrtopic.body)
@@ -572,7 +572,7 @@ msgstr ""
 #: https//tb-manual.torproject.org/en-US/transports/
 #: (content/transports/contents+en-US.lrtopic.title)
 msgid "Pluggable transports"
-msgstr "Pluggable Transport tengileiðir"
+msgstr "'Pluggable Transport' tengileiðir"
 
 #: https//tb-manual.torproject.org/en-US/transports/
 #: (content/transports/contents+en-US.lrtopic.description)
@@ -580,8 +580,8 @@ msgid ""
 "Pluggable transports are tools that Tor can use to disguise the traffic it "
 "sends out."
 msgstr ""
-"Pluggable Transport tengileiðir eru verkfæri sem Tor getur notað til að 
fela"
-" netsamskiptin sem send eru út."
+"'Pluggable Transport' tengileiðir eru verkfæri sem Tor getur notað til að 
"
+"fela netsamskiptin sem send eru út."
 
 #: https//tb-manual.torproject.org/en-US/transports/
 #: (content/transports/contents+en-US.lrtopic.body)
@@ -591,8 +591,8 @@ msgid ""
 "Provider or other authority is actively blocking connections to the Tor "
 "network."
 msgstr ""
-"Pluggable Transport tengileiðir eru verkfæri sem Tor getur notað til að 
fela"
-" netsamskiptin sem send eru út. Það nýtist vel í þeim tilfellum þegar "
+"'Pluggable Transport' tengileiðir eru verkfæri sem Tor getur notað til að 
"
+"fela netsamskiptin sem send eru út. Það nýtist vel í þeim tilfellum 
þegar "
 "netþjónustuaðili (ISP - Internet Service Provider) eða annað yfirvald er 
"
 "virkt í að útiloka tengingar við Tor-netkerfið."
 
@@ -1520,7 +1520,7 @@ msgid ""
 "some web pages from functioning properly, so you should weigh your security "
 "needs against the degree of usability you require."
 msgstr ""
-"Tor-vafrinn inniheldur “Öryggisstillingasleða” sem gerir þér kleift 
að gera "
+"Tor-vafrinn inniheldur “öryggisstillingasleða” sem gerir þér kleift 
að gera "
 "óvirka ýmsa eiginleika vefja sem annars geta sett öryggi þitt og 
nafnleynd í"
 " hættu. Hækkun á öryggisstigi Tor-vafrans mun koma í veg fyrir að sumar 
"
 "vefsíður virki almennilega, þannig að þú verður ævinlega að vega og 
meta "
@@ -1586,7 +1586,7 @@ msgid ""
 "disabled by default on all sites; most video and audio formats are disabled;"
 " and some fonts and icons may not display correctly."
 msgstr ""
-"Á þessu stigi verða HTML5-margmiðlunargögn undir smella-til-að-spila í 
"
+"Á þessu stigi verða HTML5-margmiðlunargögn undir 'smella-til-að-spila' 
í "
 "gegnum NoScript; allar afkastabætingar í gegnum JavaScript eru óvirkar; "
 "sumar stærðfræðijöfnur gætu birst skringilega; myndgerð sumra "
 "letureiginleika er óvirk; sumar gerðir myndskráa eru óvirkar; Javascript 
er "
@@ -1610,7 +1610,7 @@ msgid ""
 "disabled by default on all non-HTTPS "
 "sites."
 msgstr ""
-"Á þessu stigi verða HTML5-margmiðlunargögn undir smella-til-að-spila í 
"
+"Á þessu stigi verða HTML5-margmiðlunargögn undir 'smella-til-að-spila' 
í "
 "gegnum NoScript; allar afkastabætingar í gegnum JavaScript eru óvirkar; "
 "sumar stærðfræðijöfnur gætu birst skringilega; myndgerð sumra "
 "letureiginleika er óvirk; sumar gerðir myndskráa eru óvirkar; Javascript 
er "
@@ -1697,7 +1697,7 @@ msgid ""
 "Settings...' button in the shield menu."
 msgstr ""
 "Til að skoða og aðlaga öryggisstillingar þínar, smelltu á hnappinn "
-"'Ítarlegar öryggisstillingar...' í valmynd skjaldarins."
+"'Öryggisstillingar...' í valmynd skjaldarins."
 
 #: https//tb-manual.torproject.org/en-US/security-settings/
 #: (content/security-settings/contents+en-US.lrtopic.body)
@@ -1987,7 +1987,7 @@ msgid ""
 "allow all websites to run scripts in \"Standard\" mode."
 msgstr ""
 "Notendur sem þurfa hátt öryggisstig við vafur sitt á netinu ættu að 
stilla "
-"Öryggisstillingasleða Tor-vafrans á "
+"öryggisstillingasleða Tor-vafrans á "
 "“Öruggara” (sem gerir JavaScript óvirkt á vefsvæðum sem ekki nota 
HTTPS) eða"
 " á “Öruggast” (sem lokar á JavaScript á öllum vefsvæðum). 
Hinsvegar, að gera"
 " JavaScript óvirkt mun valda því að margir vefir birtast ekki rétt, 
því er "
@@ -2027,7 +2027,7 @@ msgstr ""
 #: https//tb-manual.torproject.org/en-US/troubleshooting/
 #: 

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

2019-05-23 Thread translation
commit ee6bc2c3dae729b6d9abdf839cac6bc049f3c6a6
Author: Translation commit bot 
Date:   Thu May 23 09:16:07 2019 +

Update translations for https_everywhere
---
 ko/https-everywhere.dtd | 20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/ko/https-everywhere.dtd b/ko/https-everywhere.dtd
index 03af3af7a..d600ce879 100644
--- a/ko/https-everywhere.dtd
+++ b/ko/https-everywhere.dtd
@@ -7,15 +7,15 @@
 
 
 
-
-
-
-
-
-
+
+
+
+
+
+
 
 
-
+
 
 
 
@@ -44,9 +44,9 @@
 
 
 
-
-
-
+
+
+
 
 
 

___
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-05-23 Thread translation
commit 760e9b1809280ceccd9dacce59ea9b16b39e514f
Author: Translation commit bot 
Date:   Thu May 23 08:51:08 2019 +

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

diff --git a/contents+is.po b/contents+is.po
index 4cf724070..66d9afd37 100644
--- a/contents+is.po
+++ b/contents+is.po
@@ -506,6 +506,10 @@ msgid ""
 "goal is to continue diversifying our funding. To inquire about sponsorship, "
 "please email giving(at)torproject.org."
 msgstr ""
+"Þegar notendahópurinn er margbreytilegur kemur fjármögnunin líka úr 
mörgum "
+"áttum. Við stefnum að því að halda áfram að útvíkka 
fjármögnunargrunn okkar."
+" Til að fá svör við spurningum varðandi því að gerast styrktaraðili, 
ættirðu"
+" að senda póst á giving(at)torproject.org."
 
 #: https//www.torproject.org/about/reports/
 #: (content/about/reports/contents+en.lrreports.body)
@@ -524,6 +528,11 @@ msgid ""
 "work with a diverse group of bright and passionate folks committed to "
 "fostering internet freedom worldwide."
 msgstr ""
+"Við erum alltaf að skyggnast um eftir frábæru fólki til að bæta í 
teymið "
+"okkar. Komdu til liðs við okkur á skrifstofunni í Seattle, eða kannski "
+"geturðu unnið fjartengt hvaðan sem þú ert í heiminum. Þú myndir vera 
að "
+"vinna með hópi af ólíku, kláru og áhugasömu fólki sem hefur 
tileinkað sig "
+"verndun á frelsi einstaklingsins á internetinu um víða veröld."
 
 #: https//www.torproject.org/press/-new-release-tails/
 #: (content/press/new-release-tails/contents+en.lrpost.title)

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


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

2019-05-23 Thread translation
commit dffbb611cb7d1a769b04dbe76e5fa328198e9d04
Author: Translation commit bot 
Date:   Thu May 23 08:51:01 2019 +

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

diff --git a/contents+is.po b/contents+is.po
index 4cf724070..66d9afd37 100644
--- a/contents+is.po
+++ b/contents+is.po
@@ -506,6 +506,10 @@ msgid ""
 "goal is to continue diversifying our funding. To inquire about sponsorship, "
 "please email giving(at)torproject.org."
 msgstr ""
+"Þegar notendahópurinn er margbreytilegur kemur fjármögnunin líka úr 
mörgum "
+"áttum. Við stefnum að því að halda áfram að útvíkka 
fjármögnunargrunn okkar."
+" Til að fá svör við spurningum varðandi því að gerast styrktaraðili, 
ættirðu"
+" að senda póst á giving(at)torproject.org."
 
 #: https//www.torproject.org/about/reports/
 #: (content/about/reports/contents+en.lrreports.body)
@@ -524,6 +528,11 @@ msgid ""
 "work with a diverse group of bright and passionate folks committed to "
 "fostering internet freedom worldwide."
 msgstr ""
+"Við erum alltaf að skyggnast um eftir frábæru fólki til að bæta í 
teymið "
+"okkar. Komdu til liðs við okkur á skrifstofunni í Seattle, eða kannski "
+"geturðu unnið fjartengt hvaðan sem þú ert í heiminum. Þú myndir vera 
að "
+"vinna með hópi af ólíku, kláru og áhugasömu fólki sem hefur 
tileinkað sig "
+"verndun á frelsi einstaklingsins á internetinu um víða veröld."
 
 #: https//www.torproject.org/press/-new-release-tails/
 #: (content/press/new-release-tails/contents+en.lrpost.title)

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


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

2019-05-23 Thread translation
commit 301319714fbd82a1bc1e2b5c5666c285942cd11b
Author: Translation commit bot 
Date:   Thu May 23 08:46:08 2019 +

Update translations for https_everywhere_completed
---
 ca/https-everywhere.dtd | 16 +---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/ca/https-everywhere.dtd b/ca/https-everywhere.dtd
index 3bdb06cc7..94f2288dc 100644
--- a/ca/https-everywhere.dtd
+++ b/ca/https-everywhere.dtd
@@ -7,8 +7,15 @@
 
 
 
-
-
+
+
+
+
+
+
+
+
+
 
 
 
@@ -33,10 +40,13 @@
 
 
 
-
+
 
 
 
+
+
+
 
 
 

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


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

2019-05-23 Thread translation
commit 3f62b6e5870c9a440c7fa12481c01030e8f2b8ba
Author: Translation commit bot 
Date:   Thu May 23 08:45:58 2019 +

Update translations for https_everywhere
---
 ca/https-everywhere.dtd | 18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/ca/https-everywhere.dtd b/ca/https-everywhere.dtd
index aace2dcfa..94f2288dc 100644
--- a/ca/https-everywhere.dtd
+++ b/ca/https-everywhere.dtd
@@ -11,11 +11,11 @@
 
 
 
-
-
-
-
-
+
+
+
+
+
 
 
 
@@ -40,13 +40,13 @@
 
 
 
-
+
 
 
 
-
-
-
+
+
+
 
 
 

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


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

2019-05-23 Thread translation
commit bb9af41ce9bd3bbe45476aa35403c7cd3b4fb48f
Author: Translation commit bot 
Date:   Thu May 23 08:21:16 2019 +

Update translations for whisperback_completed
---
 ca/ca.po | 75 +---
 1 file changed, 44 insertions(+), 31 deletions(-)

diff --git a/ca/ca.po b/ca/ca.po
index 7ee204ea9..791ee2bae 100644
--- a/ca/ca.po
+++ b/ca/ca.po
@@ -7,14 +7,15 @@
 # Ari Romero , 2017
 # escufi , 2018
 # laia_, 2016
-# F Xavier Castane , 2013
+# Sandra Monferrer , 2019
+# FXCM, 2013
 msgid ""
 msgstr ""
-"Project-Id-Version: The Tor Project\n"
+"Project-Id-Version: Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-06-11 17:17+0200\n"
-"PO-Revision-Date: 2018-08-07 09:00+\n"
-"Last-Translator: escufi \n"
+"POT-Creation-Date: 2019-04-29 12:08+0200\n"
+"PO-Revision-Date: 2019-05-23 07:56+\n"
+"Last-Translator: Sandra Monferrer \n"
 "Language-Team: Catalan 
(http://www.transifex.com/otf/torproject/language/ca/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -23,17 +24,17 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #. XXX use a better exception
-#: ../whisperBack/whisperback.py:56
+#: ../whisperBack/whisperback.py:63
 #, python-format
 msgid "Invalid contact email: %s"
 msgstr "Correu de contacte invàlid: %s"
 
-#: ../whisperBack/whisperback.py:74
+#: ../whisperBack/whisperback.py:83
 #, python-format
 msgid "Invalid contact OpenPGP key: %s"
 msgstr "Clau OpenPGP de contacte invàlida: %s"
 
-#: ../whisperBack/whisperback.py:76
+#: ../whisperBack/whisperback.py:85
 msgid "Invalid contact OpenPGP public key block"
 msgstr "Bloc de clau PGP pública de contacte invàlid."
 
@@ -44,56 +45,56 @@ msgid ""
 "/etc/whisperback/config.py, ~/.whisperback/config.py, or ./config.py"
 msgstr "La variable %s no s'ha trobat en cap dels fitxers de configuració 
/etc/whisperback/config.py, ~/.whisperback/config.py o ./config.py"
 
-#: ../whisperBack/gui.py:111
+#: ../whisperBack/gui.py:114
 msgid "Name of the affected software"
 msgstr "Nom del software afectat"
 
-#: ../whisperBack/gui.py:113
+#: ../whisperBack/gui.py:116
 msgid "Exact steps to reproduce the error"
 msgstr "Passos exactes per reproduir l' error"
 
-#: ../whisperBack/gui.py:115
+#: ../whisperBack/gui.py:118
 msgid "Actual result and description of the error"
 msgstr "Resultat real i descripció de l'error"
 
-#: ../whisperBack/gui.py:117
+#: ../whisperBack/gui.py:120
 msgid "Desired result"
 msgstr "Resultat desitjat"
 
-#: ../whisperBack/gui.py:130
+#: ../whisperBack/gui.py:133
 msgid "Unable to load a valid configuration."
 msgstr "No es pot carregar una configuració vàlida."
 
-#: ../whisperBack/gui.py:166
+#: ../whisperBack/gui.py:170
 msgid "Sending mail..."
 msgstr "Enviant correu..."
 
-#: ../whisperBack/gui.py:167
+#: ../whisperBack/gui.py:171
 msgid "Sending mail"
 msgstr "Enviant correu"
 
 #. pylint: disable=C0301
-#: ../whisperBack/gui.py:169
+#: ../whisperBack/gui.py:173
 msgid "This could take a while..."
 msgstr "Això por trigar una mica..."
 
-#: ../whisperBack/gui.py:185
+#: ../whisperBack/gui.py:189
 msgid "The contact email address doesn't seem valid."
 msgstr "L'adreça de correu electrònic de contacte no sembla vàlida."
 
-#: ../whisperBack/gui.py:202
+#: ../whisperBack/gui.py:206
 msgid "Unable to send the mail: SMTP error."
 msgstr "No es pot enviar el correu: Error SMTP"
 
-#: ../whisperBack/gui.py:204
+#: ../whisperBack/gui.py:208
 msgid "Unable to connect to the server."
 msgstr "No es pot connectar al servidor."
 
-#: ../whisperBack/gui.py:206
+#: ../whisperBack/gui.py:210
 msgid "Unable to create or to send the mail."
 msgstr "No es pot crear o enviar el correu."
 
-#: ../whisperBack/gui.py:209
+#: ../whisperBack/gui.py:213
 msgid ""
 "\n"
 "\n"
@@ -102,20 +103,20 @@ msgid ""
 "If it does not work, you will be offered to save the bug report."
 msgstr "\n\nEl registre d'error no s'ha enviat per problemes de connexió. 
Intenteu tornar a connectar-vos a la xarxa i cliqueu envia.\n\nSi això no 
funciona, podreu desar el registre."
 
-#: ../whisperBack/gui.py:222
+#: ../whisperBack/gui.py:226
 msgid "Your message has been sent."
 msgstr "El missatge s'ha enviat."
 
-#: ../whisperBack/gui.py:229
+#: ../whisperBack/gui.py:233
 msgid "An error occured during encryption."
 msgstr "hi ha hagut un error durant l'encriptació."
 
-#: ../whisperBack/gui.py:249
+#: ../whisperBack/gui.py:253
 #, python-format
 msgid "Unable to save %s."
 msgstr "No es pot desar: %s."
 
-#: ../whisperBack/gui.py:272
+#: ../whisperBack/gui.py:276
 #, python-format
 msgid ""
 "The bug report could not be sent, likely due to network problems.\n"
@@ -125,27 +126,27 @@ msgid ""
 "Do you want to save the bug report to a file?"
 msgstr "No s'ha enviat l'informe d'errors, probablement per problemes de 
xarxa.\n\nCom a opció, podeu desar-lo coma fitxer en un llapis de memòria i 
enviar-lo a %s des d'un correu electrònic. Teniu en compte 

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

2019-05-23 Thread translation
commit 602385f0e398d1fb44c2f34720b5e92103519834
Author: Translation commit bot 
Date:   Thu May 23 08:21:02 2019 +

Update translations for tpo-web_completed
---
 contents+pt-PT.po | 12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/contents+pt-PT.po b/contents+pt-PT.po
index ba8ddbc5f..82b8cc17c 100644
--- a/contents+pt-PT.po
+++ b/contents+pt-PT.po
@@ -4,8 +4,8 @@
 # Manuela Silva , 2019
 # Rui Melo , 2019
 # Rui , 2019
-# Hugo9191 , 2019
 # Manuela Silva , 2019
+# Hugo9191 , 2019
 # 
 msgid ""
 msgstr ""
@@ -13,7 +13,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-05-21 18:11+CET\n"
 "PO-Revision-Date: 2019-03-09 10:41+\n"
-"Last-Translator: Manuela Silva , 2019\n"
+"Last-Translator: Hugo9191 , 2019\n"
 "Language-Team: Portuguese (Portugal) 
(https://www.transifex.com/otf/teams/1519/pt_PT/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -505,6 +505,10 @@ msgid ""
 "goal is to continue diversifying our funding. To inquire about sponsorship, "
 "please email giving(at)torproject.org."
 msgstr ""
+"Ter uma base de utilizadores diversa significa que temos várias fontes de "
+"financiamento também. O nosso objetivo é continuar a diversificar o nosso "
+"financiamento. Para inquirir sobre mecenato, por favor envie-nos um email "
+"para giv...@torproject.org"
 
 #: https//www.torproject.org/about/reports/
 #: (content/about/reports/contents+en.lrreports.body)
@@ -523,6 +527,10 @@ msgid ""
 "work with a diverse group of bright and passionate folks committed to "
 "fostering internet freedom worldwide."
 msgstr ""
+"Estamos sempre à procura de mais pessoas para se juntarem à nossa equipa. "
+"Junte-se ao nosso escritório de Seattle ou trabalhe remotamente de onde "
+"estiver no mundo. Trabalhará com um diverso grupo de pessoas inteligementes "
+"e apaixonadas, dedicadas a fomentar liberdade na internet por todo o mundo."
 
 #: https//www.torproject.org/press/-new-release-tails/
 #: (content/press/new-release-tails/contents+en.lrpost.title)

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


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

2019-05-23 Thread translation
commit 1af02e934bcd40ec416c6b5c00f8d1298be686af
Author: Translation commit bot 
Date:   Thu May 23 08:20:56 2019 +

Update translations for tpo-web
---
 contents+pt-PT.po | 12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/contents+pt-PT.po b/contents+pt-PT.po
index ba8ddbc5f..82b8cc17c 100644
--- a/contents+pt-PT.po
+++ b/contents+pt-PT.po
@@ -4,8 +4,8 @@
 # Manuela Silva , 2019
 # Rui Melo , 2019
 # Rui , 2019
-# Hugo9191 , 2019
 # Manuela Silva , 2019
+# Hugo9191 , 2019
 # 
 msgid ""
 msgstr ""
@@ -13,7 +13,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-05-21 18:11+CET\n"
 "PO-Revision-Date: 2019-03-09 10:41+\n"
-"Last-Translator: Manuela Silva , 2019\n"
+"Last-Translator: Hugo9191 , 2019\n"
 "Language-Team: Portuguese (Portugal) 
(https://www.transifex.com/otf/teams/1519/pt_PT/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -505,6 +505,10 @@ msgid ""
 "goal is to continue diversifying our funding. To inquire about sponsorship, "
 "please email giving(at)torproject.org."
 msgstr ""
+"Ter uma base de utilizadores diversa significa que temos várias fontes de "
+"financiamento também. O nosso objetivo é continuar a diversificar o nosso "
+"financiamento. Para inquirir sobre mecenato, por favor envie-nos um email "
+"para giv...@torproject.org"
 
 #: https//www.torproject.org/about/reports/
 #: (content/about/reports/contents+en.lrreports.body)
@@ -523,6 +527,10 @@ msgid ""
 "work with a diverse group of bright and passionate folks committed to "
 "fostering internet freedom worldwide."
 msgstr ""
+"Estamos sempre à procura de mais pessoas para se juntarem à nossa equipa. "
+"Junte-se ao nosso escritório de Seattle ou trabalhe remotamente de onde "
+"estiver no mundo. Trabalhará com um diverso grupo de pessoas inteligementes "
+"e apaixonadas, dedicadas a fomentar liberdade na internet por todo o mundo."
 
 #: https//www.torproject.org/press/-new-release-tails/
 #: (content/press/new-release-tails/contents+en.lrpost.title)

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


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

2019-05-23 Thread translation
commit 6831545e68ff559c10e294e451fa434ce3ff57f5
Author: Translation commit bot 
Date:   Thu May 23 08:21:09 2019 +

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

diff --git a/ca/ca.po b/ca/ca.po
index 1542b0d5f..791ee2bae 100644
--- a/ca/ca.po
+++ b/ca/ca.po
@@ -7,14 +7,15 @@
 # Ari Romero , 2017
 # escufi , 2018
 # laia_, 2016
+# Sandra Monferrer , 2019
 # FXCM, 2013
 msgid ""
 msgstr ""
 "Project-Id-Version: Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-04-29 12:08+0200\n"
-"PO-Revision-Date: 2019-04-29 19:07+\n"
-"Last-Translator: carolyn \n"
+"PO-Revision-Date: 2019-05-23 07:56+\n"
+"Last-Translator: Sandra Monferrer \n"
 "Language-Team: Catalan 
(http://www.transifex.com/otf/torproject/language/ca/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -224,12 +225,12 @@ msgstr "Envia"
 
 #: ../data/whisperback.desktop.in.h:1
 msgid "WhisperBack Error Reporting"
-msgstr ""
+msgstr "Informe d'errors del WhisperBack"
 
 #: ../data/whisperback.desktop.in.h:2
 msgid "Send feedback via encrypted e-mail"
-msgstr ""
+msgstr "Envieu-nos comentaris en un correu xifrat"
 
 #: ../data/whisperback.desktop.in.h:3
 msgid "feedback;bug;report;tails;error;"
-msgstr ""
+msgstr "feedback;bug;report;tails;error;"

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


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

2019-05-23 Thread translation
commit 7d7210b352c3c7e35499d05615b3954502b95e37
Author: Translation commit bot 
Date:   Thu May 23 08:20:14 2019 +

Update translations for torbutton-securitylevelproperties_completed
---
 ca/securitylevel.properties | 2 +-
 is/securitylevel.properties | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ca/securitylevel.properties b/ca/securitylevel.properties
index 23f944233..79fb018fb 100644
--- a/ca/securitylevel.properties
+++ b/ca/securitylevel.properties
@@ -9,7 +9,7 @@ securityLevel.safer.tooltip = Nivell de seguretat: més segur
 securityLevel.safer.summary = Desactivar les funcions del lloc web que sovint 
són perilloses, pot fent que alguns llocs perden funcionalitat.
 securityLevel.safer.description1 = El JavaScript està desactivat per defecte 
en tots els llocs no-HTTPS
 securityLevel.safer.description2 = Algunes fonts i símbols matemàtics estan 
desactivats. 
-securityLevel.safer.description3 = Audio and video (HTML5 media), and WebGL 
are click-to-play.
+securityLevel.safer.description3 = L'àudio, el vídeo (mitjans de 
comunicació HTML5) i WebGL són click-to-play. 
 securityLevel.safest.level = més segur
 securityLevel.safest.tooltip = Nivell de seguretat: el més segur
 securityLevel.safest.summary = Només es permeten funcions del lloc web 
requerides per a llocs estàtics i serveis bàsics. Aquests canvis afecten 
imatges, mitjans de comunicació i scripts.
diff --git a/is/securitylevel.properties b/is/securitylevel.properties
index 9e4db6f3a..b079f6480 100644
--- a/is/securitylevel.properties
+++ b/is/securitylevel.properties
@@ -9,7 +9,7 @@ securityLevel.safer.tooltip = Öryggisstig: Öruggara
 securityLevel.safer.summary = Gerir óvirka ýmsa eiginleika vefsvæða sem 
oft eru hættulegir, en veldur því að sum vefsvæði hætta að virka eins 
og þau eiga að gera.
 securityLevel.safer.description1 = JavaScript er óvirkt á öllum ekki-HTTPS 
vefjum.
 securityLevel.safer.description2 = Sumt letur og stærðfræðitákn eru 
óvirk.
-securityLevel.safer.description3 = Audio and video (HTML5 media), and WebGL 
are click-to-play.
+securityLevel.safer.description3 = Hljóð og myndskeið (HTML5-gagnamiðla) 
ásamt WebGL þarf að smella á til að spila.
 securityLevel.safest.level = Öruggast
 securityLevel.safest.tooltip = Öryggisstig: Öruggast
 securityLevel.safest.summary = Leyfir aðeins þá eiginleika vefsvæða sem 
krafist er fyrir beinan lestur (static sites) og grunnþjónustur. Þessar 
breytingar hafa áhrif á myndir, margmiðlunargögn og skriftur.

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


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

2019-05-23 Thread translation
commit c43f4849dec19e7e0f4dee39f9618eebd18d95dd
Author: Translation commit bot 
Date:   Thu May 23 08:19:29 2019 +

Update translations for torbutton-torbuttondtd_completed
---
 ca/torbutton.dtd | 2 +-
 is/torbutton.dtd | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ca/torbutton.dtd b/ca/torbutton.dtd
index 3adef8eea..86b81ab80 100644
--- a/ca/torbutton.dtd
+++ b/ca/torbutton.dtd
@@ -36,6 +36,6 @@
 
 
 
-
+
 
 
diff --git a/is/torbutton.dtd b/is/torbutton.dtd
index 8a2085818..c791d6a0e 100644
--- a/is/torbutton.dtd
+++ b/is/torbutton.dtd
@@ -36,6 +36,6 @@
 
 
 
-
+
 
 

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


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

2019-05-23 Thread translation
commit 0aede3351f576bc750fe442bd7a6b7c25860e373
Author: Translation commit bot 
Date:   Thu May 23 08:20:07 2019 +

Update translations for torbutton-securitylevelproperties
---
 ca/securitylevel.properties | 2 +-
 is/securitylevel.properties | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ca/securitylevel.properties b/ca/securitylevel.properties
index 23f944233..79fb018fb 100644
--- a/ca/securitylevel.properties
+++ b/ca/securitylevel.properties
@@ -9,7 +9,7 @@ securityLevel.safer.tooltip = Nivell de seguretat: més segur
 securityLevel.safer.summary = Desactivar les funcions del lloc web que sovint 
són perilloses, pot fent que alguns llocs perden funcionalitat.
 securityLevel.safer.description1 = El JavaScript està desactivat per defecte 
en tots els llocs no-HTTPS
 securityLevel.safer.description2 = Algunes fonts i símbols matemàtics estan 
desactivats. 
-securityLevel.safer.description3 = Audio and video (HTML5 media), and WebGL 
are click-to-play.
+securityLevel.safer.description3 = L'àudio, el vídeo (mitjans de 
comunicació HTML5) i WebGL són click-to-play. 
 securityLevel.safest.level = més segur
 securityLevel.safest.tooltip = Nivell de seguretat: el més segur
 securityLevel.safest.summary = Només es permeten funcions del lloc web 
requerides per a llocs estàtics i serveis bàsics. Aquests canvis afecten 
imatges, mitjans de comunicació i scripts.
diff --git a/is/securitylevel.properties b/is/securitylevel.properties
index 9e4db6f3a..b079f6480 100644
--- a/is/securitylevel.properties
+++ b/is/securitylevel.properties
@@ -9,7 +9,7 @@ securityLevel.safer.tooltip = Öryggisstig: Öruggara
 securityLevel.safer.summary = Gerir óvirka ýmsa eiginleika vefsvæða sem 
oft eru hættulegir, en veldur því að sum vefsvæði hætta að virka eins 
og þau eiga að gera.
 securityLevel.safer.description1 = JavaScript er óvirkt á öllum ekki-HTTPS 
vefjum.
 securityLevel.safer.description2 = Sumt letur og stærðfræðitákn eru 
óvirk.
-securityLevel.safer.description3 = Audio and video (HTML5 media), and WebGL 
are click-to-play.
+securityLevel.safer.description3 = Hljóð og myndskeið (HTML5-gagnamiðla) 
ásamt WebGL þarf að smella á til að spila.
 securityLevel.safest.level = Öruggast
 securityLevel.safest.tooltip = Öryggisstig: Öruggast
 securityLevel.safest.summary = Leyfir aðeins þá eiginleika vefsvæða sem 
krafist er fyrir beinan lestur (static sites) og grunnþjónustur. Þessar 
breytingar hafa áhrif á myndir, margmiðlunargögn og skriftur.

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


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

2019-05-23 Thread translation
commit 494673fdf6b952789754d8f13e2754e04c014469
Author: Translation commit bot 
Date:   Thu May 23 08:19:22 2019 +

Update translations for torbutton-torbuttondtd
---
 ca/torbutton.dtd | 2 +-
 is/torbutton.dtd | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ca/torbutton.dtd b/ca/torbutton.dtd
index 3adef8eea..86b81ab80 100644
--- a/ca/torbutton.dtd
+++ b/ca/torbutton.dtd
@@ -36,6 +36,6 @@
 
 
 
-
+
 
 
diff --git a/is/torbutton.dtd b/is/torbutton.dtd
index 8a2085818..c791d6a0e 100644
--- a/is/torbutton.dtd
+++ b/is/torbutton.dtd
@@ -36,6 +36,6 @@
 
 
 
-
+
 
 

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


[tor-commits] [translation/tba-torbrowserstringsdtd] Update translations for tba-torbrowserstringsdtd

2019-05-23 Thread translation
commit 8e2d7185bd85960d7724fb1fbf706884230af514
Author: Translation commit bot 
Date:   Thu May 23 08:17:51 2019 +

Update translations for tba-torbrowserstringsdtd
---
 is/torbrowser_strings.dtd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/is/torbrowser_strings.dtd b/is/torbrowser_strings.dtd
index a8baff304..bcdbaff95 100644
--- a/is/torbrowser_strings.dtd
+++ b/is/torbrowser_strings.dtd
@@ -56,4 +56,4 @@
 
 
 
-
+

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


[tor-commits] [translation/tba-torbrowserstringsdtd_completed] Update translations for tba-torbrowserstringsdtd_completed

2019-05-23 Thread translation
commit dc4f1b888ee6d235300e6a22c1ea2ee857ffdf88
Author: Translation commit bot 
Date:   Thu May 23 08:17:58 2019 +

Update translations for tba-torbrowserstringsdtd_completed
---
 is/torbrowser_strings.dtd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/is/torbrowser_strings.dtd b/is/torbrowser_strings.dtd
index a8baff304..bcdbaff95 100644
--- a/is/torbrowser_strings.dtd
+++ b/is/torbrowser_strings.dtd
@@ -56,4 +56,4 @@
 
 
 
-
+

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


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

2019-05-23 Thread translation
commit 3414caaa75345213824a619352862d6cde2494d6
Author: Translation commit bot 
Date:   Thu May 23 08:18:15 2019 +

Update translations for tbmanual-contentspot_completed
---
 contents+is.po| 11 +--
 contents+pt-PT.po | 27 ---
 2 files changed, 33 insertions(+), 5 deletions(-)

diff --git a/contents+is.po b/contents+is.po
index 7cb55b3d4..4ce14016f 100644
--- a/contents+is.po
+++ b/contents+is.po
@@ -1,6 +1,6 @@
 # Translators:
-# Sveinn í Felli , 2019
 # erinm, 2019
+# Sveinn í Felli , 2019
 # 
 msgid ""
 msgstr ""
@@ -8,7 +8,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-05-21 15:00+CET\n"
 "PO-Revision-Date: 2018-11-14 12:31+\n"
-"Last-Translator: erinm, 2019\n"
+"Last-Translator: Sveinn í Felli , 2019\n"
 "Language-Team: Icelandic (https://www.transifex.com/otf/teams/1519/is/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -293,6 +293,9 @@ msgid ""
 " Message to @get_tor with the words \"osx en\" in it (you don't need to "
 "follow the account)."
 msgstr ""
+"Til að fá tengla fyrir niðurhal Tor-vafrans á ensku fyrir macOS, sendu 
bein "
+"skilaboð (direct message) til @get_tor með orðunum \"osx en\" í 
skilaboðunum"
+" (þú þarft ekki að vera fylgjandi þessa reiknings)."
 
 #: https//tb-manual.torproject.org/en-US/downloading/
 #: (content/downloading/contents+en-US.lrtopic.body)
@@ -2273,6 +2276,10 @@ msgid ""
 "default location, however the folder will be named \"tor-browser_en-US\" if "
 "you are running the English Tor Browser."
 msgstr ""
+"1. Finndu möppu Tor-vafrans. Sjálfgefin staðsetning á Windows er "
+"Skjáborð/Desktop; á macOS er það Applications-mappan. Á Linux er engin "
+"sjálfgefin staðsetning, hinsvegar mun mappan heita \"tor-browser_en-US\" ef 
"
+"þú ert að keyra ensku útgáfuna af Tor-vafranum."
 
 #: https//tb-manual.torproject.org/en-US/uninstalling/
 #: (content/uninstalling/contents+en-US.lrtopic.body)
diff --git a/contents+pt-PT.po b/contents+pt-PT.po
index 1767f88d5..bfb93cae1 100644
--- a/contents+pt-PT.po
+++ b/contents+pt-PT.po
@@ -1,8 +1,8 @@
 # Translators:
 # erinm, 2019
-# Hugo9191 , 2019
 # Rui , 2019
 # Manuela Silva , 2019
+# Hugo9191 , 2019
 # 
 msgid ""
 msgstr ""
@@ -10,7 +10,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-05-21 15:00+CET\n"
 "PO-Revision-Date: 2018-11-14 12:31+\n"
-"Last-Translator: Manuela Silva , 2019\n"
+"Last-Translator: Hugo9191 , 2019\n"
 "Language-Team: Portuguese (Portugal) 
(https://www.transifex.com/otf/teams/1519/pt_PT/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -1651,6 +1651,9 @@ msgid ""
 "You can further increase your security by choosing to disable certain web "
 "features that can be used to attack your security and anonymity."
 msgstr ""
+"Pode subir o seu nível de segurança escolhendo desativar certas "
+"funcionalidades da Web que podem ser utilizadas para atacar a sua segurança "
+"e anonimato."
 
 #: https//tb-manual.torproject.org/en-US/security-settings/
 #: (content/security-settings/contents+en-US.lrtopic.body)
@@ -1668,6 +1671,9 @@ msgid ""
 "functioning properly, so you should weigh your security needs against the "
 "degree of usability you require."
 msgstr ""
+"Subir o nível de segurança do Tor Browser fará com que certos sites "
+"funcionem incorretamente, por isso deve ter em consideração as suas "
+"necessidades de segurança e o grau de usabilidade que requere."
 
 #: https//tb-manual.torproject.org/en-US/security-settings/
 #: (content/security-settings/contents+en-US.lrtopic.body)
@@ -1689,6 +1695,8 @@ msgid ""
 "To view and adjust your Security Settings, click the 'Advanced Security "
 "Settings...' button in the shield menu."
 msgstr ""
+"Para ver e ajustar as suas Preferências de Seguraça, clique no botão "
+"\"Preferências de Segurança Avançadas...\" no menu com o escudo."
 
 #: https//tb-manual.torproject.org/en-US/security-settings/
 #: (content/security-settings/contents+en-US.lrtopic.body)
@@ -1697,6 +1705,9 @@ msgid ""
 "disable or partially disable certain browser features to protect against "
 "possible attacks."
 msgstr ""
+"Aumentar o nível de Segurança nas Preferências de Segurança do Tor 
Browser "
+"irá desativar parcial ou totalmente alguns componentes do navegador para o "
+"proteger contra possíveis ataques."
 
 #: https//tb-manual.torproject.org/en-US/security-settings/
 #: (content/security-settings/contents+en-US.lrtopic.body)
@@ -1733,6 +1744,9 @@ msgid ""
 "sites; some fonts and math symbols are disabled; audio and video (HTML5 "
 "media) are click-to-play."
 msgstr ""
+"O Javascript está desativado em todos os websites sem HTTPS; alguns tipo de letra e símbolos matemáticos estão 
"
+"desativados; áudio e vídeo (HTML5 media) são presse-para-ver."
 
 #: https//tb-manual.torproject.org/en-US/security-settings/
 #: (content/security-settings/contents+en-US.lrtopic.body)
@@ -1746,7 

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

2019-05-23 Thread translation
commit 39fab6edb13eab908991890563ac092dde991e2b
Author: Translation commit bot 
Date:   Thu May 23 08:18:07 2019 +

Update translations for tbmanual-contentspot
---
 contents+is.po| 11 +--
 contents+pt-PT.po | 27 ---
 2 files changed, 33 insertions(+), 5 deletions(-)

diff --git a/contents+is.po b/contents+is.po
index 7cb55b3d4..4ce14016f 100644
--- a/contents+is.po
+++ b/contents+is.po
@@ -1,6 +1,6 @@
 # Translators:
-# Sveinn í Felli , 2019
 # erinm, 2019
+# Sveinn í Felli , 2019
 # 
 msgid ""
 msgstr ""
@@ -8,7 +8,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-05-21 15:00+CET\n"
 "PO-Revision-Date: 2018-11-14 12:31+\n"
-"Last-Translator: erinm, 2019\n"
+"Last-Translator: Sveinn í Felli , 2019\n"
 "Language-Team: Icelandic (https://www.transifex.com/otf/teams/1519/is/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -293,6 +293,9 @@ msgid ""
 " Message to @get_tor with the words \"osx en\" in it (you don't need to "
 "follow the account)."
 msgstr ""
+"Til að fá tengla fyrir niðurhal Tor-vafrans á ensku fyrir macOS, sendu 
bein "
+"skilaboð (direct message) til @get_tor með orðunum \"osx en\" í 
skilaboðunum"
+" (þú þarft ekki að vera fylgjandi þessa reiknings)."
 
 #: https//tb-manual.torproject.org/en-US/downloading/
 #: (content/downloading/contents+en-US.lrtopic.body)
@@ -2273,6 +2276,10 @@ msgid ""
 "default location, however the folder will be named \"tor-browser_en-US\" if "
 "you are running the English Tor Browser."
 msgstr ""
+"1. Finndu möppu Tor-vafrans. Sjálfgefin staðsetning á Windows er "
+"Skjáborð/Desktop; á macOS er það Applications-mappan. Á Linux er engin "
+"sjálfgefin staðsetning, hinsvegar mun mappan heita \"tor-browser_en-US\" ef 
"
+"þú ert að keyra ensku útgáfuna af Tor-vafranum."
 
 #: https//tb-manual.torproject.org/en-US/uninstalling/
 #: (content/uninstalling/contents+en-US.lrtopic.body)
diff --git a/contents+pt-PT.po b/contents+pt-PT.po
index 1767f88d5..bfb93cae1 100644
--- a/contents+pt-PT.po
+++ b/contents+pt-PT.po
@@ -1,8 +1,8 @@
 # Translators:
 # erinm, 2019
-# Hugo9191 , 2019
 # Rui , 2019
 # Manuela Silva , 2019
+# Hugo9191 , 2019
 # 
 msgid ""
 msgstr ""
@@ -10,7 +10,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-05-21 15:00+CET\n"
 "PO-Revision-Date: 2018-11-14 12:31+\n"
-"Last-Translator: Manuela Silva , 2019\n"
+"Last-Translator: Hugo9191 , 2019\n"
 "Language-Team: Portuguese (Portugal) 
(https://www.transifex.com/otf/teams/1519/pt_PT/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -1651,6 +1651,9 @@ msgid ""
 "You can further increase your security by choosing to disable certain web "
 "features that can be used to attack your security and anonymity."
 msgstr ""
+"Pode subir o seu nível de segurança escolhendo desativar certas "
+"funcionalidades da Web que podem ser utilizadas para atacar a sua segurança "
+"e anonimato."
 
 #: https//tb-manual.torproject.org/en-US/security-settings/
 #: (content/security-settings/contents+en-US.lrtopic.body)
@@ -1668,6 +1671,9 @@ msgid ""
 "functioning properly, so you should weigh your security needs against the "
 "degree of usability you require."
 msgstr ""
+"Subir o nível de segurança do Tor Browser fará com que certos sites "
+"funcionem incorretamente, por isso deve ter em consideração as suas "
+"necessidades de segurança e o grau de usabilidade que requere."
 
 #: https//tb-manual.torproject.org/en-US/security-settings/
 #: (content/security-settings/contents+en-US.lrtopic.body)
@@ -1689,6 +1695,8 @@ msgid ""
 "To view and adjust your Security Settings, click the 'Advanced Security "
 "Settings...' button in the shield menu."
 msgstr ""
+"Para ver e ajustar as suas Preferências de Seguraça, clique no botão "
+"\"Preferências de Segurança Avançadas...\" no menu com o escudo."
 
 #: https//tb-manual.torproject.org/en-US/security-settings/
 #: (content/security-settings/contents+en-US.lrtopic.body)
@@ -1697,6 +1705,9 @@ msgid ""
 "disable or partially disable certain browser features to protect against "
 "possible attacks."
 msgstr ""
+"Aumentar o nível de Segurança nas Preferências de Segurança do Tor 
Browser "
+"irá desativar parcial ou totalmente alguns componentes do navegador para o "
+"proteger contra possíveis ataques."
 
 #: https//tb-manual.torproject.org/en-US/security-settings/
 #: (content/security-settings/contents+en-US.lrtopic.body)
@@ -1733,6 +1744,9 @@ msgid ""
 "sites; some fonts and math symbols are disabled; audio and video (HTML5 "
 "media) are click-to-play."
 msgstr ""
+"O Javascript está desativado em todos os websites sem HTTPS; alguns tipo de letra e símbolos matemáticos estão 
"
+"desativados; áudio e vídeo (HTML5 media) são presse-para-ver."
 
 #: https//tb-manual.torproject.org/en-US/security-settings/
 #: (content/security-settings/contents+en-US.lrtopic.body)
@@ -1746,7 +1760,7 

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

2019-05-23 Thread translation
commit 0373dca7f61791ed415af33d8279ec591a4a5477
Author: Translation commit bot 
Date:   Thu May 23 08:16:50 2019 +

Update translations for tails-misc_completed
---
 ca.po | 141 --
 is.po |  41 +++
 2 files changed, 103 insertions(+), 79 deletions(-)

diff --git a/ca.po b/ca.po
index 79240623b..8dfb6a9e1 100644
--- a/ca.po
+++ b/ca.po
@@ -16,14 +16,15 @@
 # josep constantí mata , 2019
 # laia_, 2014-2016
 # Miquel Bosch, 2018
+# Sandra Monferrer , 2019
 # Vte A.F , 2017
 msgid ""
 msgstr ""
 "Project-Id-Version: Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-01-14 21:20+0100\n"
-"PO-Revision-Date: 2019-02-03 21:28+\n"
-"Last-Translator: josep constantí mata \n"
+"POT-Creation-Date: 2019-05-18 19:31+0200\n"
+"PO-Revision-Date: 2019-05-23 08:02+\n"
+"Last-Translator: Sandra Monferrer \n"
 "Language-Team: Catalan 
(http://www.transifex.com/otf/torproject/language/ca/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -68,15 +69,15 @@ msgid ""
 "storage when starting Tails."
 msgstr "El programari següent s'instal·la automàticament des del teu 
emmagatzematge persistent quan s'inicia Tails"
 
-#: 
config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:132
-#: 
config/chroot_local-includes/usr/local/bin/tails-additional-software-config:172
+#: 
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
 msgid ""
 "To add more, install some software using Synaptic Package Manager or APT on the command line."
 msgstr "Per afegir-ne més, instal·leu algun programari mitjançant Synaptic Package Manager o APT a la línia d'ordres."
 
-#: 
config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:151
+#: 
config/chroot_local-includes/usr/share/tails/additional-software/configuration-window.ui:154
 msgid "_Create persistent storage"
 msgstr "_Crea emmagatzematge persistent"
 
@@ -130,14 +131,18 @@ msgid "su is disabled. Please use sudo instead."
 msgstr "su no està actiu. Altrament podeu utilitzar sudo"
 
 #: 
config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-hel...@tails.boum.org/extension.js:75
-msgid "Restart"
-msgstr "Reinicia"
-
-#: 
config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-hel...@tails.boum.org/extension.js:78
 msgid "Lock screen"
 msgstr "Bloca la pantalla"
 
-#: 
config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-hel...@tails.boum.org/extension.js:81
+#: 
config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-hel...@tails.boum.org/extension.js:79
+msgid "Suspend"
+msgstr "Suspèn"
+
+#: 
config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-hel...@tails.boum.org/extension.js:83
+msgid "Restart"
+msgstr "Reinicia"
+
+#: 
config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-hel...@tails.boum.org/extension.js:87
 msgid "Power Off"
 msgstr "Apaga"
 
@@ -168,89 +173,89 @@ msgstr "no disponible"
 
 #. Translators: Don't translate {details}, it's a placeholder and will
 #. be replaced.
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:147
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:150
 #, python-brace-format
 msgid ""
 "{details} Please check your list of additional software or read the system "
 "log to understand the problem."
 msgstr "{details} Comprova la teva llista de programari addicional o llegeix 
el registre del sistema per entendre el problema."
 
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:152
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:155
 msgid ""
 "Please check your list of additional software or read the system log to "
 "understand the problem."
 msgstr "Comproveu la vostra llista de programari addicional o llegiu el 
registre del sistema per entendre el problema."
 
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:156
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:159
 msgid "Show Log"
 msgstr "Mostra el registre"
 
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:156
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:159
 msgid "Configure"
 msgstr "Configura"
 
 #. Translators: Don't translate {beginning} or {last}, they are
 #. placeholders and will be replaced.
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:222
+#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:225
 #, python-brace-format
 msgid "{beginning} and {last}"
 msgstr "{beginning} i {last}"
 
-#: config/chroot_local-includes/usr/local/sbin/tails-additional-software:223
+#: 

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

2019-05-23 Thread translation
commit 56b0cce7f386c601f3be6f111043cb5db812e7fd
Author: Translation commit bot 
Date:   Thu May 23 08:16:44 2019 +

Update translations for tails-misc
---
 ca.po | 13 +++--
 is.po | 10 +-
 2 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/ca.po b/ca.po
index 5b96ec013..8dfb6a9e1 100644
--- a/ca.po
+++ b/ca.po
@@ -16,14 +16,15 @@
 # josep constantí mata , 2019
 # laia_, 2014-2016
 # Miquel Bosch, 2018
+# Sandra Monferrer , 2019
 # Vte A.F , 2017
 msgid ""
 msgstr ""
 "Project-Id-Version: Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-05-18 19:31+0200\n"
-"PO-Revision-Date: 2019-05-19 13:21+\n"
-"Last-Translator: carolyn \n"
+"PO-Revision-Date: 2019-05-23 08:02+\n"
+"Last-Translator: Sandra Monferrer \n"
 "Language-Team: Catalan 
(http://www.transifex.com/otf/torproject/language/ca/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -135,7 +136,7 @@ msgstr "Bloca la pantalla"
 
 #: 
config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-hel...@tails.boum.org/extension.js:79
 msgid "Suspend"
-msgstr ""
+msgstr "Suspèn"
 
 #: 
config/chroot_local-includes/usr/share/gnome-shell/extensions/status-menu-hel...@tails.boum.org/extension.js:83
 msgid "Restart"
@@ -703,7 +704,7 @@ msgstr "No s'ha pogut afegir el contenidor"
 msgid ""
 "Could not add file container %s: Timeout while waiting for loop setup.\n"
 "Please try using the Disks application instead."
-msgstr ""
+msgstr "No s'ha pogut afegir el contenidor de fitxers %s: s'ha excedit el 
temps mentre s'esperava la configuració de bucle.\nTorneu a provar-ho fent 
servir l'aplicació Discs."
 
 #: 
config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:209
 msgid "Choose File Container"
@@ -798,7 +799,7 @@ msgstr "Aquesta aplicació no està afiliada ni aprovada 
pel projecte VeraCrypt
 
 #: 
../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:29
 msgid "_Open"
-msgstr ""
+msgstr "_Obre"
 
 #: 
../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:38
 msgid "Lock this volume"
@@ -806,7 +807,7 @@ msgstr "Bloqueja aquest volum"
 
 #: 
../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:52
 msgid "_Unlock"
-msgstr ""
+msgstr "_Desbloqueja"
 
 #: 
../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:61
 msgid "Detach this volume"
diff --git a/is.po b/is.po
index c933c17ff..d7d8c5d97 100644
--- a/is.po
+++ b/is.po
@@ -9,8 +9,8 @@ msgstr ""
 "Project-Id-Version: Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-05-18 19:31+0200\n"
-"PO-Revision-Date: 2019-05-19 13:21+\n"
-"Last-Translator: carolyn \n"
+"PO-Revision-Date: 2019-05-23 08:01+\n"
+"Last-Translator: Sveinn í Felli \n"
 "Language-Team: Icelandic 
(http://www.transifex.com/otf/torproject/language/is/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -690,7 +690,7 @@ msgstr "Tókst ekki að bæta við skráagámi"
 msgid ""
 "Could not add file container %s: Timeout while waiting for loop setup.\n"
 "Please try using the Disks application instead."
-msgstr ""
+msgstr "Gat ekki bætt við skráagámnum %s: Rann út á tíma meðan beðið 
var eftir uppsetningu á hringbeiningu.\nNotaðu frekar Diskar 
forritið."
 
 #: 
config/chroot_local-includes/usr/local/lib/python3/dist-packages/unlock_veracrypt_volumes/volume_manager.py:209
 msgid "Choose File Container"
@@ -785,7 +785,7 @@ msgstr "Þetta forrit tengist hvorki VeraCrypt verkefninu 
né IDRIX."
 
 #: 
../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:29
 msgid "_Open"
-msgstr ""
+msgstr "_Opna"
 
 #: 
../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:38
 msgid "Lock this volume"
@@ -793,7 +793,7 @@ msgstr "Læsa þessari gagnageymslu"
 
 #: 
../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:52
 msgid "_Unlock"
-msgstr ""
+msgstr "_Aflæsa"
 
 #: 
../config/chroot_local-includes/usr/share/tails/unlock-veracrypt-volumes/volume.ui.in:61
 msgid "Detach this volume"

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


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

2019-05-23 Thread translation
commit 59a06b171fb4a54e85f39afa00c3a5528ffa076c
Author: Translation commit bot 
Date:   Thu May 23 08:15:47 2019 +

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

diff --git a/ca/exonerator.properties b/ca/exonerator.properties
index 2e31539fa..ceb7f17a2 100644
--- a/ca/exonerator.properties
+++ b/ca/exonerator.properties
@@ -43,7 +43,7 @@ technicaldetails.exit.yes=Sí
 technicaldetails.exit.no=No
 permanentlink.heading=Enllaç permanent
 footer.abouttor.heading=Quant a Tor
-footer.abouttor.body.text=Tor is an international software project to 
anonymize Internet traffic by encrypting packets and sending them through a 
series of hops before they reach their destination. Therefore, if you see 
traffic from a Tor relay, this traffic usually originates from someone using 
Tor, rather than from the relay operator. The Tor Project and Tor relay 
operators have no records of the traffic that passes over the network and 
therefore cannot provide any information about its origin. Be sure to %s, 
and don't hesitate to %s for more information.
+footer.abouttor.body.text=Tor és un projecte internacional de programari per 
anonimitzar el trànsit d'internet mitjançant el xifratge de paquets i el seu 
enviament mitjançant una sèrie de salts abans que arribin a la seva 
destinació. Per tant, si veieu el trànsit des d'un repetidor Tor, 
normalment està originat per algú fent servir el Tor, no per l'operador del 
repetidor. El projecte Tor i els nodes d'operador Tor no tenen registres 
del trànsit que passa per la seva xarxa i per tant no poden aportar cap 
informació d'origen. Assegureu-vos de %s i no dubteu a %s si voleu més 
informació. 
 footer.abouttor.body.link1=Aprèn més sobre Tor
 footer.abouttor.body.link2=Contacta amb  The Tor Project, Inc
 footer.aboutexonerator.heading=Sobre ExoneraTor

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


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

2019-05-23 Thread translation
commit cf746b36813b88263e52e611d4ba35badc7c7201
Author: Translation commit bot 
Date:   Thu May 23 08:15:53 2019 +

Update translations for exoneratorproperties_completed
---
 ca/exonerator.properties | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/ca/exonerator.properties b/ca/exonerator.properties
index 419019b2c..ceb7f17a2 100644
--- a/ca/exonerator.properties
+++ b/ca/exonerator.properties
@@ -43,10 +43,9 @@ technicaldetails.exit.yes=Sí
 technicaldetails.exit.no=No
 permanentlink.heading=Enllaç permanent
 footer.abouttor.heading=Quant a Tor
-footer.abouttor.body.text=Tor és un programari per fer anònim el tràfic 
d'Internet per %s. Per tant, si veus tràfic d'un node Tor, aquest trà
fic normalment s'origina d'un usuari de Tor, sinó d'un d'operador.  El 
projecte Tor i els nodes d'operador Tor no tenen registres de tràfic que passa 
per la seva xarxa i per tant no poden aportar cap informació d'origen.  
Estigui segur %s i no s'amoïni per %s més informació.
-footer.abouttor.body.link1=encriptant els paquets i fent-los fer voltes abans 
d'arribar al seu destí.
-footer.abouttor.body.link2=Aprèn més sobre Tor
-footer.abouttor.body.link3=Contacta amb  The Tor Project, Inc
+footer.abouttor.body.text=Tor és un projecte internacional de programari per 
anonimitzar el trànsit d'internet mitjançant el xifratge de paquets i el seu 
enviament mitjançant una sèrie de salts abans que arribin a la seva 
destinació. Per tant, si veieu el trànsit des d'un repetidor Tor, 
normalment està originat per algú fent servir el Tor, no per l'operador del 
repetidor. El projecte Tor i els nodes d'operador Tor no tenen registres 
del trànsit que passa per la seva xarxa i per tant no poden aportar cap 
informació d'origen. Assegureu-vos de %s i no dubteu a %s si voleu més 
informació. 
+footer.abouttor.body.link1=Aprèn més sobre Tor
+footer.abouttor.body.link2=Contacta amb  The Tor Project, Inc
 footer.aboutexonerator.heading=Sobre ExoneraTor
 footer.aboutexonerator.body=El servei ExoneraTor manté una base de dades 
d'adreces IP que han estat part de la xarxa Tor.  Això respon a la 
qüestió sobre on s'han executat nodes Tor en una direcció IP en una data 
concreta.  ExoneraTor pot emmagatzemar més d'una direcció IP per node 
si el node usa diferents IP, a partir que el node permet el trànsit de dades 
cap a la xarxa d'Internet oberta al mateix temps.
 footer.language.name=Anglès

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


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

2019-05-23 Thread translation
commit b7f8240d10caec830538f111da01bda604f146f9
Author: Translation commit bot 
Date:   Thu May 23 08:16:01 2019 +

Update translations for https_everywhere
---
 ca/https-everywhere.dtd | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/ca/https-everywhere.dtd b/ca/https-everywhere.dtd
index 987fd7cc7..aace2dcfa 100644
--- a/ca/https-everywhere.dtd
+++ b/ca/https-everywhere.dtd
@@ -7,10 +7,10 @@
 
 
 
-
-
-
-
+
+
+
+
 
 
 

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


[tor-commits] [tpo/master] Remove 8.5a12 from RecommendedTBBVersions

2019-05-23 Thread boklm
commit 5253e1fded4733c60e660fe7df622795eb3bb341
Author: Nicolas Vigier 
Date:   Thu May 23 09:41:01 2019 +0200

Remove 8.5a12 from RecommendedTBBVersions
---
 content/projects/torbrowser/RecommendedTBBVersions/contents.lr | 4 
 1 file changed, 4 deletions(-)

diff --git a/content/projects/torbrowser/RecommendedTBBVersions/contents.lr 
b/content/projects/torbrowser/RecommendedTBBVersions/contents.lr
index 482f41d..5c86649 100644
--- a/content/projects/torbrowser/RecommendedTBBVersions/contents.lr
+++ b/content/projects/torbrowser/RecommendedTBBVersions/contents.lr
@@ -9,10 +9,6 @@ body:
 "8.5-MacOS",
 "8.5-Linux",
 "8.5-Windows",
-"8.5a12",
-"8.5a12-MacOS",
-"8.5a12-Linux",
-"8.5a12-Windows",
 "9.0a1",
 "9.0a1-MacOS",
 "9.0a1-Linux",

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


[tor-commits] [torbutton/master] Bug 30565: sync nocertdb with privatebrowsing.autostart at startup

2019-05-23 Thread gk
commit 6406662331d900d7218cccb82b3e6bd7065e04f4
Author: Alex Catarineu 
Date:   Wed May 22 13:21:53 2019 +0200

Bug 30565: sync nocertdb with privatebrowsing.autostart at startup
---
 src/chrome/content/torbutton.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/chrome/content/torbutton.js b/src/chrome/content/torbutton.js
index a7bd4f8c..53fe4fc9 100644
--- a/src/chrome/content/torbutton.js
+++ b/src/chrome/content/torbutton.js
@@ -1826,6 +1826,9 @@ function torbutton_do_startup()
 // For charsets
 torbutton_update_fingerprinting_prefs();
 
+// Bug 30565: sync browser.privatebrowsing.autostart with 
security.nocertdb
+torbutton_update_disk_prefs();
+
 // #5758: Last ditch effort to keep Vanilla Torbutton users from 
totally
 // being pwnt.  This is a pretty darn ugly hack, too. But because of 
#5863,
 // we really don't care about preserving the user's values for this.

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


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

2019-05-23 Thread translation
commit d9593c537e1833eec4f957f036235453d15032b8
Author: Translation commit bot 
Date:   Thu May 23 06:45:58 2019 +

Update translations for https_everywhere
---
 ko/https-everywhere.dtd | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ko/https-everywhere.dtd b/ko/https-everywhere.dtd
index 3c863e0a2..03af3af7a 100644
--- a/ko/https-everywhere.dtd
+++ b/ko/https-everywhere.dtd
@@ -13,8 +13,8 @@
 
 
 
-
-
+
+
 
 
 
@@ -42,7 +42,7 @@
 
 
 
-
+
 
 
 

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