[tor-commits] [torbutton/master] Bug 27401: Start listening for NoScript before it loads

2018-08-31 Thread gk
commit 9b79f00ade001b7da59ef0c8c6f560a62da954bb
Author: Arthur Edelstein 
Date:   Fri Aug 31 15:00:33 2018 -0700

Bug 27401: Start listening for NoScript before it loads
---
 src/chrome/content/torbutton.js| 2 --
 src/components/startup-observer.js | 4 
 src/modules/noscript-control.js| 2 ++
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/chrome/content/torbutton.js b/src/chrome/content/torbutton.js
index 3f38830b..c3f68510 100644
--- a/src/chrome/content/torbutton.js
+++ b/src/chrome/content/torbutton.js
@@ -11,7 +11,6 @@ let { Services } = 
Cu.import("resource://gre/modules/Services.jsm", {});
 let { showDialog, show_torbrowser_manual } = 
Cu.import("resource://torbutton/modules/utils.js", {});
 let { unescapeTorString } = Cu.import("resource://torbutton/modules/utils.js", 
{});
 let SecurityPrefs = 
Cu.import("resource://torbutton/modules/security-prefs.js", {});
-let NoScriptControl = 
Cu.import("resource://torbutton/modules/noscript-control.js", {});
 let { bindPrefAndInit, observe } = 
Cu.import("resource://torbutton/modules/utils.js", {});
 
 Cu.importGlobalProperties(["XMLHttpRequest"]);
@@ -239,7 +238,6 @@ function torbutton_init() {
 torbutton_log(3, 'called init()');
 
 SecurityPrefs.initialize();
-NoScriptControl.initialize();
 
 if (m_tb_wasinited) {
 return;
diff --git a/src/components/startup-observer.js 
b/src/components/startup-observer.js
index cd9e7d2c..2d20a8ad 100644
--- a/src/components/startup-observer.js
+++ b/src/components/startup-observer.js
@@ -23,6 +23,7 @@ XPCOMUtils.defineLazyModuleGetter(this, "FileUtils",
   "resource://gre/modules/FileUtils.jsm");
 
 Cu.import("resource://torbutton/modules/default-prefs.js", 
{}).ensureDefaultPrefs();
+let NoScriptControl = 
Cu.import("resource://torbutton/modules/noscript-control.js", {});
 
 // Module specific constants
 const kMODULE_NAME = "Startup";
@@ -154,6 +155,9 @@ StartupObserver.prototype = {
 // but only for hackish reasons.
 this._prefs.setBoolPref("extensions.torbutton.startup", true);
 
+   // We need to listen for NoScript before it starts.
+NoScriptControl.initialize();
+
 this.setProxySettings();
   }
 
diff --git a/src/modules/noscript-control.js b/src/modules/noscript-control.js
index 14f78c49..a03755de 100644
--- a/src/modules/noscript-control.js
+++ b/src/modules/noscript-control.js
@@ -126,12 +126,14 @@ var initialize = () => {
 // Wait for the first message from NoScript to arrive, and then
 // bind the security_slider pref to the NoScript settings.
 let messageListener = (a,b,c) => {
+  log(3, `Message received from NoScript: ${JSON.stringify([a,b,c])}`);
   
extensionContext.api.browser.runtime.onMessage.removeListener(messageListener);
   bindPrefAndInit(
 "extensions.torbutton.security_slider",
 sliderState => 
setNoScriptSafetyLevel(securitySliderToSafetyLevel(sliderState)));
 };
 
extensionContext.api.browser.runtime.onMessage.addListener(messageListener);
+log(3, "Listening for message from NoScript.");
   } catch (e) {
 log(5, e.message);
   }

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


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

2018-08-31 Thread translation
commit 7ab676cdd9c6887458ef1a9e2aa43a7fdfe0e19f
Author: Translation commit bot 
Date:   Fri Aug 31 21:17:52 2018 +

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

diff --git a/ro/torbutton.dtd b/ro/torbutton.dtd
index 684ea6b98..284eae640 100644
--- a/ro/torbutton.dtd
+++ b/ro/torbutton.dtd
@@ -47,5 +47,5 @@
 
 
 
-
-
+
+

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


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

2018-08-31 Thread translation
commit b86c4747fb970e762a456c439d67213ed6eb5e0e
Author: Translation commit bot 
Date:   Fri Aug 31 21:17:57 2018 +

Update translations for torbutton-torbuttondtd_completed
---
 ro/torbutton.dtd | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ro/torbutton.dtd b/ro/torbutton.dtd
index 6fc79dfcc..284eae640 100644
--- a/ro/torbutton.dtd
+++ b/ro/torbutton.dtd
@@ -47,4 +47,5 @@
 
 
 
-
+
+

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


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

2018-08-31 Thread translation
commit 2fccd5437c42bf3aafea3f7f4002c9750fa1de27
Author: Translation commit bot 
Date:   Fri Aug 31 21:17:21 2018 +

Update translations for tor-browser-manual
---
 ro/ro.po | 22 +-
 1 file changed, 13 insertions(+), 9 deletions(-)

diff --git a/ro/ro.po b/ro/ro.po
index a17130b04..046532326 100644
--- a/ro/ro.po
+++ b/ro/ro.po
@@ -9,12 +9,13 @@
 # drazvan, 2017
 # Adrian Staicu , 2017
 # Predator , 2018
+# Vlad Stoica , 2018
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "POT-Creation-Date: 2016-12-06 16:36-0600\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: Predator , 2018\n"
+"Last-Translator: Vlad Stoica , 2018\n"
 "Language-Team: Romanian (https://www.transifex.com/otf/teams/1519/ro/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -132,7 +133,7 @@ msgstr ""
 
 #: bridges.page:6
 msgid "Learn what bridges are and how to get them"
-msgstr ""
+msgstr "Află ce sunt punțile și cum să le obții"
 
 #: bridges.page:10
 msgid "Bridges"
@@ -312,7 +313,7 @@ msgstr ""
 
 #: downloading.page:7
 msgid "How to download Tor Browser"
-msgstr ""
+msgstr "Cum se descarcă Tor Browser"
 
 #: downloading.page:10
 msgid "Downloading"
@@ -346,7 +347,7 @@ msgstr ""
 
 #: downloading.page:34
 msgid "To use GetTor via email:"
-msgstr ""
+msgstr "Cum folosești GetTor prin email:"
 
 #: downloading.page:39
 msgid ""
@@ -354,6 +355,9 @@ msgid ""
 "simply write “windows”, “osx”, or “linux”, (without quotation 
marks) "
 "depending on your operating system."
 msgstr ""
+"Trimite un email către get...@torproject.org, iar în mesaj scrie doar "
+"„windows”, „osx”, sau „linux” (fără ghilimele) în funcție de 
sistemul de "
+"operare."
 
 #: downloading.page:46
 msgid ""
@@ -367,7 +371,7 @@ msgstr ""
 
 #: downloading.page:57
 msgid "To use GetTor via Twitter:"
-msgstr ""
+msgstr "Cum folosești GetTor prin Twitter:"
 
 #: downloading.page:62
 msgid ""
@@ -378,7 +382,7 @@ msgstr ""
 
 #: downloading.page:70
 msgid "To use GetTor via Jabber/XMPP (Tor Messenger, Jitsi, CoyIM):"
-msgstr ""
+msgstr "Cum folosești GetTor prin Jabber/XMPP (Tor Messenger, Jitsi, CoyIM):"
 
 #: downloading.page:75
 msgid ""
@@ -398,11 +402,11 @@ msgstr ""
 
 #: downloading.page:90
 msgid "To download Tor Browser using Satori:"
-msgstr ""
+msgstr "Pentru descărcarea Tor Browser folosind Satori:"
 
 #: downloading.page:95
 msgid "Install Satori from the Chrome App Store."
-msgstr ""
+msgstr "Instalează Satori din Chrome App Store."
 
 #: downloading.page:100
 msgid "Select Satori from your browser’s Apps menu."
@@ -533,7 +537,7 @@ msgstr "Manual de utilizare pentru navigatorul Tor"
 
 #: known-issues.page:6
 msgid "A list of known issues."
-msgstr ""
+msgstr "O listă de probleme cunoscute."
 
 #: known-issues.page:10
 msgid "Known Issues"

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


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

2018-08-31 Thread translation
commit 2c9685e9ed112fe3aff081ae5e8c01fe244bd1ea
Author: Translation commit bot 
Date:   Fri Aug 31 21:15:09 2018 +

Update translations for abouttor-homepage_completed
---
 ro/aboutTor.dtd | 45 ++---
 1 file changed, 14 insertions(+), 31 deletions(-)

diff --git a/ro/aboutTor.dtd b/ro/aboutTor.dtd
index 093e6bacd..56b0c12db 100644
--- a/ro/aboutTor.dtd
+++ b/ro/aboutTor.dtd
@@ -1,45 +1,28 @@
 
 
 
 
-
-
-
-
-
-
-
-
-
+
+
 
 
 
-
+
 https://duckduckgo.com;>
 
-
-
-
-
-
-
-
-https://www.torproject.org/download/download.html.en#warning;>
+
+
+
 
-
-
-
-
-https://www.torproject.org/docs/tor-doc-relay.html.en;>
-
-https://www.torproject.org/getinvolved/volunteer.html.en;>
-
-https://www.torproject.org/donate/donate.html.en;>
+
+
+
+
+https://www.torproject.org/getinvolved/volunteer.html.en;>
 
-
-
-https://www.torproject.org/about/overview.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

2018-08-31 Thread translation
commit 9db8a7b153d0c476beb03bfe6d3152d38d099446
Author: Translation commit bot 
Date:   Fri Aug 31 21:15:03 2018 +

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

diff --git a/ro/aboutTor.dtd b/ro/aboutTor.dtd
index ead63b3aa..56b0c12db 100644
--- a/ro/aboutTor.dtd
+++ b/ro/aboutTor.dtd
@@ -20,9 +20,9 @@
 
 
 
-
+
 
 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/torbutton-abouttbupdatedtd] Update translations for torbutton-abouttbupdatedtd

2018-08-31 Thread translation
commit 36ed4c70505f48ec8166459eeb07755c2baac05f
Author: Translation commit bot 
Date:   Fri Aug 31 20:48:05 2018 +

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

diff --git a/ro/abouttbupdate.dtd b/ro/abouttbupdate.dtd
index dbe9af4ef..10b0ec632 100644
--- a/ro/abouttbupdate.dtd
+++ b/ro/abouttbupdate.dtd
@@ -7,4 +7,4 @@
 
 
 
-
+

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


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

2018-08-31 Thread translation
commit cf2ab793d55549f6deb60530e93085348d01cbbc
Author: Translation commit bot 
Date:   Fri Aug 31 20:46:47 2018 +

Update translations for tba-android_stringsdtd
---
 ro/android_strings.dtd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ro/android_strings.dtd b/ro/android_strings.dtd
index dcb425b5d..e83bfb9b4 100644
--- a/ro/android_strings.dtd
+++ b/ro/android_strings.dtd
@@ -667,7 +667,7 @@ just addresses the organization to follow, e.g. "This site 
is run by " -->
 
 
 
-
+
 
 
 

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


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

2018-08-31 Thread translation
commit eba82524881c1abc77a2302e7b848a9066119ee1
Author: Translation commit bot 
Date:   Fri Aug 31 20:45:04 2018 +

Update translations for abouttor-homepage
---
 ro/aboutTor.dtd | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/ro/aboutTor.dtd b/ro/aboutTor.dtd
index 553a278f9..ead63b3aa 100644
--- a/ro/aboutTor.dtd
+++ b/ro/aboutTor.dtd
@@ -6,23 +6,23 @@
 
 
 
-
-
+
+
 
 
 
-
+
 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] [tor-browser-build/master] Use build3 for 8.0

2018-08-31 Thread gk
commit 7135298135fe9b008f37e0068868f8baf779
Author: Georg Koppen 
Date:   Fri Aug 31 20:27:05 2018 +

Use build3 for 8.0
---
 rbm.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rbm.conf b/rbm.conf
index aef18c3..d694f1d 100644
--- a/rbm.conf
+++ b/rbm.conf
@@ -16,7 +16,7 @@ buildconf:
 
 var:
   torbrowser_version: '8.0'
-  torbrowser_build: 'build2'
+  torbrowser_build: 'build3'
   torbrowser_incremental_from:
 - 7.5.6
   project_name: tor-browser

___
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] Actually ship stable win64 bundles

2018-08-31 Thread gk
commit e325ade8478ea7849ccbbd3c695592d5e5e87064
Author: Georg Koppen 
Date:   Fri Aug 31 20:26:06 2018 +

Actually ship stable win64 bundles
---
 projects/release/config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/projects/release/config b/projects/release/config
index 236325b..8605aa2 100644
--- a/projects/release/config
+++ b/projects/release/config
@@ -29,7 +29,7 @@ targets:
   torbrowser-windows-i686: 1
   torbrowser-windows-x86_64:
 var:
-  torbrowser-windows-x86_64: '[% ! c("var/release") %]'
+  torbrowser-windows-x86_64: 1
   torbrowser-osx-x86_64:
 var:
   torbrowser-osx-x86_64: 1

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


[tor-commits] [webwml/master] Hide the Android download for now

2018-08-31 Thread gk
commit 6e1923d363c23df8b345012c0ca805bd4fb2
Author: Georg Koppen 
Date:   Fri Aug 31 17:49:37 2018 +

Hide the Android download for now
---
 download/en/download.wml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/download/en/download.wml b/download/en/download.wml
index b66bd3c6..28060d5a 100644
--- a/download/en/download.wml
+++ b/download/en/download.wml
@@ -150,7 +150,7 @@ custom configurations. All an apt-get or yum install 
away.
   
 
 
-  
+  
 
 
 

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


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

2018-08-31 Thread translation
commit eed9597d547983472635bb19174186758c0e1a6f
Author: Translation commit bot 
Date:   Fri Aug 31 15:16:59 2018 +

Update translations for tor_animation
---
 ko.srt | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/ko.srt b/ko.srt
index 2042f4a37..c9371933d 100644
--- a/ko.srt
+++ b/ko.srt
@@ -112,13 +112,12 @@ Tor 브라우저는 모든 사용자들이 똑같아 
보이도록 만듭니다.
 
 27
 00:01:36,540 --> 00:01:39,440
-The ads won't follow you
-everywhere for months,
+광고들은 몇 달동안 당신이 어디나
+따라다니지 않는다
 
 28
 00:01:39,640 --> 00:01:41,300
-starting when you first
-clicked on a product.
+이류만으로 어느 제품을 클릭했습니다.
 
 29
 00:01:43,880 --> 00:01:47,380

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


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

2018-08-31 Thread translation
commit d5b234e026795d4456e21d2db599039964af8971
Author: Translation commit bot 
Date:   Fri Aug 31 14:17:36 2018 +

Update translations for torbirdy_completed
---
 ar/torbirdy.properties|  3 ---
 bg/torbirdy.properties|  3 ---
 bn_BD/torbirdy.properties |  3 ---
 ca/torbirdy.properties|  3 ---
 cs/torbirdy.properties|  3 ---
 da/torbirdy.properties|  3 ---
 de/torbirdy.properties|  3 ---
 el/torbirdy.properties|  3 ---
 en_GB/torbirdy.properties |  3 ---
 es/torbirdy.properties|  3 ---
 es_AR/torbirdy.properties |  3 ---
 et/torbirdy.properties|  3 ---
 fa/torbirdy.properties|  3 ---
 fi/torbirdy.properties|  3 ---
 fr/torbirdy.properties|  3 ---
 ga/torbirdy.properties|  3 ---
 he/torbirdy.properties|  3 ---
 hr_HR/torbirdy.properties |  3 ---
 hu/torbirdy.properties|  3 ---
 id/torbirdy.properties|  3 ---
 is/torbirdy.properties|  3 ---
 it/torbirdy.properties|  3 ---
 ja/torbirdy.properties|  3 ---
 ko/torbirdy.properties|  3 ---
 lt/torbirdy.properties|  3 ---
 lv/torbirdy.properties|  3 ---
 ms_MY/torbirdy.properties |  3 ---
 nb/torbirdy.properties|  3 ---
 nl/torbirdy.properties|  3 ---
 nl_BE/torbirdy.properties |  3 ---
 nn/torbirdy.properties| 15 +++
 pa/torbirdy.properties|  3 ---
 pl/torbirdy.properties|  3 ---
 pt/torbirdy.properties|  3 ---
 pt_BR/torbirdy.properties |  3 ---
 ro/torbirdy.properties|  3 ---
 ru/torbirdy.properties|  3 ---
 sk_SK/torbirdy.properties |  3 ---
 sq/torbirdy.properties|  3 ---
 sr/torbirdy.properties|  3 ---
 sv/torbirdy.properties|  3 ---
 ta/torbirdy.properties|  3 ---
 templates/torbirdy.properties |  3 ---
 th/torbirdy.properties|  3 ---
 tr/torbirdy.properties|  3 ---
 uk/torbirdy.properties|  3 ---
 vi/torbirdy.properties|  3 ---
 zh_CN/torbirdy.properties |  3 ---
 zh_TW/torbirdy.properties |  3 ---
 49 files changed, 15 insertions(+), 144 deletions(-)

diff --git a/ar/torbirdy.properties b/ar/torbirdy.properties
index 4f1ecfa31..9aad99452 100644
--- a/ar/torbirdy.properties
+++ b/ar/torbirdy.properties
@@ -13,6 +13,3 @@ torbirdy.email.prompt=توربيردي عطل التكوين 
التلقائي ل
 torbirdy.email.advanced=الرجاء الملاحظة ان تغير 
الإعدادات المتقدمة لتوربيردي غير موصي 
به.\nيجب أن تستمر فقط إذا كنت متأكدا مما تقوم 
به.
 torbirdy.email.advanced.nextwarning=اظهار هذا التحذير في 
المرة القادمة
 torbirdy.email.advanced.title=الإعدادات المتقدمة 
لتوربيردي
-
-torbirdy.firstrun=انت الان تعمل بتوربيردي.\n\nللم
ساعدة على حماية هويتك, توربيردي سوف يفرض 
إعدادات ثاندربيرد التي اعدها, و ذلك يؤدي 
إلي منعك انت او اي برنامج إضافي من تغيرها. 
ولكن يوجد بعض الإعدادات التي يمكن تغييرها و 
تستطيع الوصول لتلك الإعدادات عن طريق نافذة 
إعدادات توربيردي. وفي حالة إلغاء او تعطيل 
توربيردي, سيتم استرجاع كل الإعدادات (التي 
كانت موجودة قبل تثبيت توربيردي).\n\nإذا كنت م
ستخدم جديد, فمن المستحسن أن تقرأ محتويات م
وقع توربيردي حتي تستطيع ان تفهم ما الذي 
نحاول إنجازه بتوربيردي لمستخدمينا.
-torbirdy.website=https://trac.torproject.org/projects/tor/wiki/torbirdy
diff --git a/bg/torbirdy.properties b/bg/torbirdy.properties
index e29bf1b72..eff3520ae 100644
--- a/bg/torbirdy.properties
+++ b/bg/torbirdy.properties
@@ -13,6 +13,3 @@ torbirdy.email.prompt=TorBirdy изключи Thunderbird 
авто-конфиг
 torbirdy.email.advanced=Обърнете внимание че 
промяната на настройките за напреднали на 
TorBirdy НЕ Е препоръчително.\nПродължете 
единствено ако знаете какво правите.
 torbirdy.email.advanced.nextwarning=Покажи това 
предупреждение следващия път.
 torbirdy.email.advanced.title=TorBirdy Настройки за 
напреднали
-
-torbirdy.firstrun=Стартирахте TorBirdy.\n\nЗа 
безопасност на вашата анонимност, TorBirdy ще 
наложи свои настройки предотвратявайки 
нераглементирана намеса от ваша страна или 
друго приложение. Някои конфигурации могат 
да бъдат 

[tor-commits] [metrics-web/master] Update to latest metrics-lib.

2018-08-31 Thread karsten
commit 0f3d958166a14b4b71fecd801e45515f7a0c2aed
Author: Karsten Loesing 
Date:   Fri Aug 31 16:12:04 2018 +0200

Update to latest metrics-lib.
---
 src/submods/metrics-lib | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/submods/metrics-lib b/src/submods/metrics-lib
index f6c7e0e..7c26323 16
--- a/src/submods/metrics-lib
+++ b/src/submods/metrics-lib
@@ -1 +1 @@
-Subproject commit f6c7e0e4d9c69f889206687f23ca7dadd23a4e99
+Subproject commit 7c26323811d733643f9042611c55cdaeec4e3cc4

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


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

2018-08-31 Thread translation
commit dede18150f900c79f3ea7b7265afd4e92810ca10
Author: Translation commit bot 
Date:   Fri Aug 31 13:48:46 2018 +

Update translations for torbirdy_completed
---
 bg/torbirdy.dtd| 2 --
 bn_BD/torbirdy.dtd | 2 --
 ca/torbirdy.dtd| 2 --
 cs/torbirdy.dtd| 2 --
 da/torbirdy.dtd| 2 --
 de/torbirdy.dtd| 2 --
 el/torbirdy.dtd| 2 --
 en_GB/torbirdy.dtd | 2 --
 es/torbirdy.dtd| 2 --
 es_AR/torbirdy.dtd | 2 --
 eu/torbirdy.dtd| 2 --
 fr/torbirdy.dtd| 2 --
 ga/torbirdy.dtd| 2 --
 he/torbirdy.dtd| 2 --
 hi/torbirdy.dtd| 2 --
 hu/torbirdy.dtd| 2 --
 id/torbirdy.dtd| 2 --
 is/torbirdy.dtd| 2 --
 it/torbirdy.dtd| 2 --
 ja/torbirdy.dtd| 2 --
 lv/torbirdy.dtd| 2 --
 ms_MY/torbirdy.dtd | 2 --
 nb/torbirdy.dtd| 2 --
 nl/torbirdy.dtd| 2 --
 pt/torbirdy.dtd| 2 --
 pt_BR/torbirdy.dtd | 2 --
 ro/torbirdy.dtd| 2 --
 ru/torbirdy.dtd| 2 --
 sr/torbirdy.dtd| 2 --
 sv/torbirdy.dtd| 2 --
 templates/torbirdy.dtd | 4 
 tr/torbirdy.dtd| 2 --
 uk/torbirdy.dtd| 2 --
 zh_CN/torbirdy.dtd | 2 --
 zh_TW/torbirdy.dtd | 2 --
 35 files changed, 72 deletions(-)

diff --git a/bg/torbirdy.dtd b/bg/torbirdy.dtd
index 75c4631de..01a3af478 100644
--- a/bg/torbirdy.dtd
+++ b/bg/torbirdy.dtd
@@ -56,5 +56,3 @@
 
 
 
-
-
diff --git a/bn_BD/torbirdy.dtd b/bn_BD/torbirdy.dtd
index 2b0087798..a346dc2d4 100644
--- a/bn_BD/torbirdy.dtd
+++ b/bn_BD/torbirdy.dtd
@@ -56,5 +56,3 @@
 
 
 
-
-
diff --git a/ca/torbirdy.dtd b/ca/torbirdy.dtd
index 949bda899..23f1068dd 100644
--- a/ca/torbirdy.dtd
+++ b/ca/torbirdy.dtd
@@ -56,5 +56,3 @@
 
 
 
-
-
diff --git a/cs/torbirdy.dtd b/cs/torbirdy.dtd
index fc623a8d8..75446ecd3 100644
--- a/cs/torbirdy.dtd
+++ b/cs/torbirdy.dtd
@@ -56,5 +56,3 @@
 
 
 
-
-
diff --git a/da/torbirdy.dtd b/da/torbirdy.dtd
index 75efc5409..bfb9036a3 100644
--- a/da/torbirdy.dtd
+++ b/da/torbirdy.dtd
@@ -56,5 +56,3 @@
 
 
 
-
-
diff --git a/de/torbirdy.dtd b/de/torbirdy.dtd
index 3df984a4d..a0ef114c9 100644
--- a/de/torbirdy.dtd
+++ b/de/torbirdy.dtd
@@ -56,5 +56,3 @@
 
 
 
-
-
diff --git a/el/torbirdy.dtd b/el/torbirdy.dtd
index b2555c3d9..dd2df2e18 100644
--- a/el/torbirdy.dtd
+++ b/el/torbirdy.dtd
@@ -56,5 +56,3 @@
 
 
 
-
-
diff --git a/en_GB/torbirdy.dtd b/en_GB/torbirdy.dtd
index c88803ab5..330b3779b 100644
--- a/en_GB/torbirdy.dtd
+++ b/en_GB/torbirdy.dtd
@@ -56,5 +56,3 @@
 
 
 
-
-
diff --git a/es/torbirdy.dtd b/es/torbirdy.dtd
index e86850f4b..744e898e2 100644
--- a/es/torbirdy.dtd
+++ b/es/torbirdy.dtd
@@ -57,5 +57,3 @@ las cuentas [por defecto: dehabilitado]">
 
 
 
-
-
diff --git a/es_AR/torbirdy.dtd b/es_AR/torbirdy.dtd
index 069ec2cbd..df2183bcf 100644
--- a/es_AR/torbirdy.dtd
+++ b/es_AR/torbirdy.dtd
@@ -60,5 +60,3 @@
 ">
 
 
-
-
diff --git a/eu/torbirdy.dtd b/eu/torbirdy.dtd
index 6f137066f..89495de55 100644
--- a/eu/torbirdy.dtd
+++ b/eu/torbirdy.dtd
@@ -56,5 +56,3 @@
 
 
 
-
-
diff --git a/fr/torbirdy.dtd b/fr/torbirdy.dtd
index 2eda20cdf..8830c4e68 100644
--- a/fr/torbirdy.dtd
+++ b/fr/torbirdy.dtd
@@ -56,5 +56,3 @@
 
 
 
-
-
diff --git a/ga/torbirdy.dtd b/ga/torbirdy.dtd
index 788278b7f..86676ca1b 100644
--- a/ga/torbirdy.dtd
+++ b/ga/torbirdy.dtd
@@ -56,5 +56,3 @@
 
 
 
-
-
diff --git a/he/torbirdy.dtd b/he/torbirdy.dtd
index 841498afc..c1eb5ac13 100644
--- a/he/torbirdy.dtd
+++ b/he/torbirdy.dtd
@@ -56,5 +56,3 @@
 
 
 
-
-
diff --git a/hi/torbirdy.dtd b/hi/torbirdy.dtd
index 5165dd17b..e1f833368 100644
--- a/hi/torbirdy.dtd
+++ b/hi/torbirdy.dtd
@@ -56,5 +56,3 @@
 
 
 
-
-
diff --git a/hu/torbirdy.dtd b/hu/torbirdy.dtd
index e2a5ad139..8ec4ae90e 100644
--- a/hu/torbirdy.dtd
+++ b/hu/torbirdy.dtd
@@ -56,5 +56,3 @@
 
 
 
-
-
diff --git a/id/torbirdy.dtd b/id/torbirdy.dtd
index ee72eca01..eec447c65 100644
--- a/id/torbirdy.dtd
+++ b/id/torbirdy.dtd
@@ -56,5 +56,3 @@
 
 
 
-
-
diff --git a/is/torbirdy.dtd b/is/torbirdy.dtd
index f6e41b056..0c1b4ed59 100644
--- a/is/torbirdy.dtd
+++ b/is/torbirdy.dtd
@@ -56,5 +56,3 @@
 
 
 
-
-
diff --git a/it/torbirdy.dtd b/it/torbirdy.dtd
index 3bbc8856a..cc6409c74 100644
--- a/it/torbirdy.dtd
+++ b/it/torbirdy.dtd
@@ -56,5 +56,3 @@
 
 
 
-
-
diff --git a/ja/torbirdy.dtd b/ja/torbirdy.dtd
index 4d7c59196..d780f71f2 100644
--- a/ja/torbirdy.dtd
+++ b/ja/torbirdy.dtd
@@ -56,5 +56,3 @@
 
 
 
-
-
diff --git a/lv/torbirdy.dtd b/lv/torbirdy.dtd
index f1b7e9cb4..13b4161c1 100644
--- a/lv/torbirdy.dtd
+++ b/lv/torbirdy.dtd
@@ -56,5 +56,3 @@
 
 
 
-
-
diff --git a/ms_MY/torbirdy.dtd b/ms_MY/torbirdy.dtd
index fbddb734a..b626f88df 100644
--- a/ms_MY/torbirdy.dtd
+++ b/ms_MY/torbirdy.dtd
@@ -56,5 +56,3 @@
 
 
 
-
-
diff --git a/nb/torbirdy.dtd b/nb/torbirdy.dtd
index 653e5c25e..73999040a 100644
--- a/nb/torbirdy.dtd
+++ b/nb/torbirdy.dtd
@@ -56,5 +56,3 @@
 
 
 
-
-
diff --git a/nl/torbirdy.dtd b/nl/torbirdy.dtd
index d5c232d9c..93b1dd24c 100644
--- 

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

2018-08-31 Thread translation
commit 8835db2832149b817fdfe1f6f4ce958d36c0cfe2
Author: Translation commit bot 
Date:   Fri Aug 31 13:48:24 2018 +

Update translations for torbirdy
---
 ach/torbirdy.dtd | 4 
 af/torbirdy.dtd  | 2 --
 ak/torbirdy.dtd  | 4 
 am/torbirdy.dtd  | 2 --
 ar/torbirdy.dtd  | 2 --
 arn/torbirdy.dtd | 4 
 ast/torbirdy.dtd | 2 --
 az/torbirdy.dtd  | 2 --
 be/torbirdy.dtd  | 2 --
 bg/torbirdy.dtd  | 2 --
 bn_BD/torbirdy.dtd   | 2 --
 bo/torbirdy.dtd  | 2 --
 br/torbirdy.dtd  | 2 --
 brx/torbirdy.dtd | 2 --
 bs/torbirdy.dtd  | 2 --
 ca/torbirdy.dtd  | 2 --
 cs/torbirdy.dtd  | 2 --
 csb/torbirdy.dtd | 4 
 cv/torbirdy.dtd  | 4 
 cy/torbirdy.dtd  | 2 --
 da/torbirdy.dtd  | 2 --
 de/torbirdy.dtd  | 2 --
 dz/torbirdy.dtd  | 4 
 el/torbirdy.dtd  | 2 --
 en_GB/torbirdy.dtd   | 2 --
 eo/torbirdy.dtd  | 2 --
 es/torbirdy.dtd  | 2 --
 es_AR/torbirdy.dtd   | 2 --
 es_CL/torbirdy.dtd   | 4 
 es_CO/torbirdy.dtd   | 2 --
 es_MX/torbirdy.dtd   | 2 --
 et/torbirdy.dtd  | 2 --
 eu/torbirdy.dtd  | 2 --
 fa/torbirdy.dtd  | 2 --
 fi/torbirdy.dtd  | 2 --
 fil/torbirdy.dtd | 2 --
 fo/torbirdy.dtd  | 2 --
 fr/torbirdy.dtd  | 2 --
 fur/torbirdy.dtd | 4 
 fy/torbirdy.dtd  | 2 --
 ga/torbirdy.dtd  | 2 --
 gd/torbirdy.dtd  | 4 
 gl/torbirdy.dtd  | 2 --
 gu/torbirdy.dtd  | 2 --
 gu_IN/torbirdy.dtd   | 2 --
 gun/torbirdy.dtd | 4 
 ha/torbirdy.dtd  | 4 
 he/torbirdy.dtd  | 2 --
 hi/torbirdy.dtd  | 2 --
 hr/torbirdy.dtd  | 2 --
 hr_HR/torbirdy.dtd   | 2 --
 ht/torbirdy.dtd  | 4 
 hu/torbirdy.dtd  | 2 --
 hy/torbirdy.dtd  | 2 --
 ia/torbirdy.dtd  | 4 
 id/torbirdy.dtd  | 2 --
 is/torbirdy.dtd  | 2 --
 it/torbirdy.dtd  | 2 --
 ja/torbirdy.dtd  | 2 --
 jv/torbirdy.dtd  | 4 
 ka/torbirdy.dtd  | 2 --
 kk/torbirdy.dtd  | 2 --
 km/torbirdy.dtd  | 2 --
 kn/torbirdy.dtd  | 4 
 ko/torbirdy.dtd  | 2 --
 ko_KR/torbirdy.dtd   | 2 --
 ku/torbirdy.dtd  | 4 
 ku_IQ/torbirdy.dtd   | 2 --
 kw/torbirdy.dtd  | 4 
 ky/torbirdy.dtd  | 2 --
 la/torbirdy.dtd  | 2 --
 lb/torbirdy.dtd  | 2 --
 lg/torbirdy.dtd  | 2 --
 ln/torbirdy.dtd  | 4 
 lo/torbirdy.dtd  | 2 --
 lt/torbirdy.dtd  | 2 --
 lv/torbirdy.dtd  | 2 --
 mg/torbirdy.dtd  | 2 --
 mi/torbirdy.dtd  | 4 
 mk/torbirdy.dtd  | 2 --
 ml/torbirdy.dtd  | 2 --
 mn/torbirdy.dtd  | 4 
 mr/torbirdy.dtd  | 4 
 ms_MY/torbirdy.dtd   | 2 --
 mt/torbirdy.dtd  | 4 
 my/torbirdy.dtd  | 2 --
 nah/torbirdy.dtd | 4 
 nap/torbirdy.dtd | 4 
 nb/torbirdy.dtd  | 2 --
 ne/torbirdy.dtd  | 4 
 nl/torbirdy.dtd  | 2 --
 nl_BE/torbirdy.dtd   | 2 --
 nn/torbirdy.dtd  | 2 --
 nso/torbirdy.dtd | 4 
 oc/torbirdy.dtd  | 2 --
 om/torbirdy.dtd  | 2 --
 or/torbirdy.dtd  | 4 
 pa/torbirdy.dtd  | 2 --
 pap/torbirdy.dtd | 4 
 pl/torbirdy.dtd  | 2 --
 pms/torbirdy.dtd | 4 
 ps/torbirdy.dtd  | 4 
 pt/torbirdy.dtd  | 2 --
 pt_BR/torbirdy.dtd   | 2 --
 pt_PT/torbirdy.dtd   | 2 --
 ro/torbirdy.dtd  | 2 --
 ru/torbirdy.dtd  | 2 --
 ru@petr1708/torbirdy.dtd | 4 
 sco/torbirdy.dtd | 2 --
 si_LK/torbirdy.dtd   | 2 --
 sk/torbirdy.dtd  | 2 --
 sk_SK/torbirdy.dtd   | 2 --
 sl/torbirdy.dtd  | 2 --
 sl_SI/torbirdy.dtd   | 2 --
 sn/torbirdy.dtd  | 2 --
 so/torbirdy.dtd  | 4 
 son/torbirdy.dtd | 4 
 sq/torbirdy.dtd  | 2 --
 sr/torbirdy.dtd  | 2 --
 sr@latin/torbirdy.dtd| 4 
 st/torbirdy.dtd  | 4 
 su/torbirdy.dtd  | 4 
 sv/torbirdy.dtd  | 2 --
 sw/torbirdy.dtd  | 2 --
 ta/torbirdy.dtd  | 2 --
 te/torbirdy.dtd  | 2 --
 templates/torbirdy.dtd   | 4 
 tg/torbirdy.dtd  | 2 --
 th/torbirdy.dtd  | 2 --
 ti/torbirdy.dtd  | 2 --
 tk/torbirdy.dtd  | 2 --
 tr/torbirdy.dtd  | 2 --
 ug@Arab/torbirdy.dtd | 2 --
 uk/torbirdy.dtd  | 2 --
 ur/torbirdy.dtd  | 2 --
 ur_PK/torbirdy.dtd   | 2 --
 uz/torbirdy.dtd  | 2 --
 ve/torbirdy.dtd  | 4 
 vi/torbirdy.dtd  | 2 --
 wa/torbirdy.dtd  | 4 
 wo/torbirdy.dtd  | 4 
 zh_CN/torbirdy.dtd   | 2 --
 zh_HK/torbirdy.dtd   | 2 --
 zh_TW/torbirdy.dtd   | 2 --
 

[tor-commits] [tor/master] Change mention of is_extrainfo router_parse_list_from_string() to want_extrainfo

2018-08-31 Thread nickm
commit 1c62adb65baa99c92f937318c452955306301643
Author: Neel Chauhan 
Date:   Wed Aug 29 21:05:24 2018 -0400

Change mention of is_extrainfo router_parse_list_from_string() to 
want_extrainfo
---
 src/feature/nodelist/routerparse.c | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/feature/nodelist/routerparse.c 
b/src/feature/nodelist/routerparse.c
index 587966210..73d320de4 100644
--- a/src/feature/nodelist/routerparse.c
+++ b/src/feature/nodelist/routerparse.c
@@ -1333,10 +1333,10 @@ find_start_of_next_router_or_extrainfo(const char 
**s_ptr,
 }
 
 /** Given a string *s containing a concatenated sequence of router
- * descriptors (or extra-info documents if is_extrainfo is set), parses
- * them and stores the result in dest.  All routers are marked running
- * and valid.  Advances *s to a point immediately following the last router
- * entry.  Ignore any trailing router entries that are not complete.
+ * descriptors (or extra-info documents if want_extrainfo is set),
+ * parses them and stores the result in dest. All routers are marked
+ * running and valid. Advances *s to a point immediately following the last
+ * router entry. Ignore any trailing router entries that are not complete.
  *
  * If saved_location isn't SAVED_IN_CACHE, make a local copy of each
  * descriptor in the signed_descriptor_body field of each routerinfo_t.  If it

___
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] Use build2 for 8.0

2018-08-31 Thread gk
commit 279d29d6078eb4776a9302c4a835078459006624
Author: Georg Koppen 
Date:   Fri Aug 31 13:06:25 2018 +

Use build2 for 8.0
---
 rbm.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rbm.conf b/rbm.conf
index 824291f..aef18c3 100644
--- a/rbm.conf
+++ b/rbm.conf
@@ -16,7 +16,7 @@ buildconf:
 
 var:
   torbrowser_version: '8.0'
-  torbrowser_build: 'build1'
+  torbrowser_build: 'build2'
   torbrowser_incremental_from:
 - 7.5.6
   project_name: tor-browser

___
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] Bug 27397: add arma's key C218525819F78451 to ./keyring/tor.gpg

2018-08-31 Thread gk
commit 4247dac61d501c2118a0a096fed453c04ba01ce8
Author: Nicolas Vigier 
Date:   Fri Aug 31 14:23:14 2018 +0200

Bug 27397: add arma's key C218525819F78451 to ./keyring/tor.gpg
---
 keyring/tor.gpg | Bin 21817 -> 159585 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/keyring/tor.gpg b/keyring/tor.gpg
index 51eeb40..45b333f 100644
Binary files a/keyring/tor.gpg and b/keyring/tor.gpg differ

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


[tor-commits] [webwml/master] Fix android logo

2018-08-31 Thread hiro
commit 2a1cb3a1afa120671cfd5f1e7c85a923dce8b1c0
Author: hiro 
Date:   Fri Aug 31 14:48:50 2018 +0200

Fix android logo
---
 css/layout.css|  10 +-
 css/layout.min.css|   2 +-
 images/icon-android24.png | Bin 0 -> 13418 bytes
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/css/layout.css b/css/layout.css
index 0f70e60f..821b33b8 100644
--- a/css/layout.css
+++ b/css/layout.css
@@ -499,11 +499,11 @@ table tr img {
   }
 
 .android24 {
-/* Icon from the Crystal set
- * author: Everaldo Coelho
- * source: http://www.everaldo.com/crystal/
- * license: LGPL v2 */
-  background: url("../images/icon-android24.png") no-repeat scroll left center 
transparent;
+/* author: Google - Android Logo
+ * source: http://www.android.com/branding.html 
+ * license:  Creative Commons Atribución 3.0 Unported */
+background: url("../images/icon-android24.png") no-repeat scroll left 
center transparent;
+background-size: 24px;
   }
 
 .smartphone24 {
diff --git a/css/layout.min.css b/css/layout.min.css
index 3018e59d..eb15adeb 100644
--- a/css/layout.min.css
+++ b/css/layout.min.css
@@ -1 +1 @@
-@charset "UTF-8";body{background:#fff}#wrap{width:960px;margin:0 
auto}.left{float:left}.right{float:right}.twenty{width:20%}.thirty{width:30%}.forty{width:40%}.fifty{width:50%}.sixty{width:60%}.hundred{width:100%}.nopad{padding:0}.toppad{padding-top:10px}.toptwenty{margin-top:20px}.topforty{margin-top:40px}.hidden{display:none}#header{width:960px;height:97px;margin-bottom:23px;position:relative}h1#logo{margin:0;float:left}h1#logo
 a,h1#logo a:visited{background:url(../images/tor-logo.png) left top 
no-repeat;background-size:150px 
97px;text-indent:-px;overflow:hidden;width:150px;height:97px;display:block}#nav{position:absolute;top:30px;left:115px;float:right}#nav
 ul{height:50px;float:right;margin-bottom:0}#nav ul 
li{float:left;display:inline;width:auto}#calltoaction{height:30px;float:right;margin-top:100px;margin-right:5px;text-align:center}#calltoaction
 ul{padding:0;margin:0;height:30px;list-style:none;float:right}#calltoaction ul 
li{list-style:none;display:inline;float:none;width
 :100px;margin-left:0}#calltoaction ul li a:link,#calltoaction ul li 
a:visited{display:block;background:url(../images/cta-buttons.jpg) top center 
no-repeat #885ca4;padding:4px 
8px;color:#fff;font-weight:bold;text-decoration:none;font-size:13px;line-height:22px;height:22px;width:84px;float:left;text-shadow:1px
 1px 0 #111}#calltoaction ul li:hover 
a{background:url(../images/cta-buttons.jpg) bottom center no-repeat 
#ff9800;font-weight:bold;text-shadow:1px 1px 0 #111}#calltoaction ul 
li:first-child a:link,#calltoaction ul li:first-child a:visited,#calltoaction 
ul li:hover:first-child 
a{-webkit-border-top-left-radius:7px;-webkit-border-bottom-left-radius:7px;-moz-border-radius-topleft:7px;-moz-border-radius-bottomleft:7px;border-top-left-radius:7px;border-bottom-left-radius:7px}#calltoaction
 ul li:first-child a:link,#calltoaction ul li:first-child 
a:visited{background:url(../images/cta-buttons.jpg) top left no-repeat 
#885ca4}#calltoaction ul li:hover:first-child a{background:url(../images
 /cta-buttons.jpg) bottom left no-repeat #ff9800}#calltoaction ul li:last-child 
a:link,#calltoaction ul li:last-child a:visited,#calltoaction ul 
li:hover:last-child 
a{-webkit-border-top-right-radius:7px;-webkit-border-bottom-right-radius:7px;-moz-border-radius-topright:7px;-moz-border-radius-bottomright:7px;border-top-right-radius:7px;border-bottom-right-radius:7px}#calltoaction
 ul li:last-child a:link,#calltoaction ul li:last-child 
a:visited{background:url(../images/cta-buttons.jpg) top right no-repeat 
#885ca4;color:#fff}#calltoaction ul li:hover:last-child 
a{background:url(../images/cta-buttons.jpg) bottom right no-repeat 
#ff9800}#banner{background:url(../images/bg-banner.jpg) left top 
no-repeat;height:200px;width:600px;padding:23px 
15px;margin-bottom:15px}#download a:link,#download a:visited{margin:-17px 0 
0;background:url(../images/button-download.png) left top 
no-repeat;width:257px;height:79px;float:left;padding:35px 0 0 
80px;text-decoration:none}#download a .download-tor{backgr
 ound:url(../images/button-download-arrow.png) right center 
no-repeat;font-family:"Arial 
Narrow",Arial,sans-serif;color:#fff;font-size:2.167em;letter-spacing:1px;padding-right:25px}#download
 a .version{color:#bda5cc;font-size:1.167em;line-height:1.167em}#download a 
.info{color:#bda5cc;font-size:.833em;line-height:.833em}#download 
a:hover{background-position:0 -114px}#download a:hover .version,#download 
a:hover .info{color:#f1c6a1}#banner ul{background:#387520 
url(../images/banner-gradient.jpg) left top repeat-x;border:1px solid 
#366b32;width:180px;float:right;margin:0 15px 0 0;padding:10px 10px 10px 
30px}#banner ul li{list-style:url(../images/white-bullet.png) 
outside;padding:5px 0}#content{width:960px}#content 
img{max-width:710px}#breadcrumbs{padding:0 0 10px 5px}#home 

[tor-commits] [torbirdy/master] Restrict status bar update to TorBirdy

2018-08-31 Thread sukhbir
commit cdfba9e3bd586bf2e761ddf171f6ed2769a7ce85
Author: Sukhbir Singh 
Date:   Thu Aug 30 22:22:03 2018 -0400

Restrict status bar update to TorBirdy

A user reported that the TorBirdy status bar is updated if they toggle
the state of themes (enable/disable). This commit fixes that issue by
restricting the status bar update to TorBirdy.
---
 components/torbirdy.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/torbirdy.js b/components/torbirdy.js
index 6c2be57..077b218 100644
--- a/components/torbirdy.js
+++ b/components/torbirdy.js
@@ -480,16 +480,16 @@ TorBirdy.prototype = {
   },
 
   onUninstalling: function(addon, needsRestart) {
-this.onStateChange();
 if (addon.id == TB_ID) {
+  this.onStateChange();
   this._uninstall = true;
   this.resetUserPrefs();
 }
   },
 
   onOperationCancelled: function(addon) {
-this.onStateChange();
 if (addon.id == TB_ID) {
+  this.onStateChange();
   this._uninstall = false;
   this.setPrefs();
 }

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


[tor-commits] [torbirdy/master] Remove redundant code for displaying first-run dialog

2018-08-31 Thread sukhbir
commit 9d81a38f8340a655141a4b14b62078d2c562648e
Author: Sukhbir Singh 
Date:   Thu Aug 30 16:39:23 2018 -0400

Remove redundant code for displaying first-run dialog

In 25113d0, we added support for displaying information about TorBirdy
after it was installed and running for the first time. It was suggested
that this may confuse the users so it was disabled in dfb1dc8.  This
commit removes the obsolete code instead of just disabling the
preference.
---
 chrome/content/firstruninfo.js   | 19 ---
 chrome/content/firstruninfo.xul  | 25 -
 chrome/content/overlay.js|  8 
 chrome/locale/en/torbirdy.dtd|  2 --
 chrome/locale/en/torbirdy.properties |  3 ---
 defaults/preferences/prefs.js|  1 -
 6 files changed, 58 deletions(-)

diff --git a/chrome/content/firstruninfo.js b/chrome/content/firstruninfo.js
deleted file mode 100644
index cecae4a..000
--- a/chrome/content/firstruninfo.js
+++ /dev/null
@@ -1,19 +0,0 @@
-if (!org) var org = {};
-if (!org.torbirdy) org.torbirdy = {};
-
-if (!org.torbirdy.firstrun) org.torbirdy.firstrun = new function() {
-  var pub = {};
-
-  pub.onLoad = function() {
-var strings = document.getElementById("torbirdy-strings-firstrun");
-
-var description = document.getElementById("torbirdy-firstrun-info");
-description.textContent = strings.getString("torbirdy.firstrun");
-
-var torbirdyWebsite = strings.getString("torbirdy.website");
-var website = document.getElementById("torbirdy-website");
-website.value = torbirdyWebsite;
-  };
-
-  return pub;
-};
diff --git a/chrome/content/firstruninfo.xul b/chrome/content/firstruninfo.xul
deleted file mode 100644
index 17fd73a..000
--- a/chrome/content/firstruninfo.xul
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-
-
-
-http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul;
-title=""
-buttons="accept"
-onload="return org.torbirdy.firstrun.onLoad();"
-ondialogaccept="window.close();">
-
-   
-
-   
- 
-   
-
-   
- 
- 
-   
-
-
diff --git a/chrome/content/overlay.js b/chrome/content/overlay.js
index f0c0304..e590827 100644
--- a/chrome/content/overlay.js
+++ b/chrome/content/overlay.js
@@ -15,14 +15,6 @@
 
   window.TorBirdy = {
 onLoad: function() {
-  var infoRun = "extensions.torbirdy.info_run";
-  if (prefs.getBoolPref(infoRun)) {
-
window.open("chrome://castironthunderbirdclub/content/firstruninfo.xul",
-"FirstRunWindow",
-"chrome, dialog, centerscreen, resizable=no");
-prefs.setBoolPref(infoRun, false);
-  }
-
   // Check if we are running Whonix.
   var whonix = false;
   if (env.exists("WHONIX")) {
diff --git a/chrome/locale/en/torbirdy.dtd b/chrome/locale/en/torbirdy.dtd
index c88803a..330b377 100644
--- a/chrome/locale/en/torbirdy.dtd
+++ b/chrome/locale/en/torbirdy.dtd
@@ -56,5 +56,3 @@
 
 
 
-
-
diff --git a/chrome/locale/en/torbirdy.properties 
b/chrome/locale/en/torbirdy.properties
index 4f645eb..0bc5db6 100644
--- a/chrome/locale/en/torbirdy.properties
+++ b/chrome/locale/en/torbirdy.properties
@@ -13,6 +13,3 @@ torbirdy.email.prompt=TorBirdy has disabled Thunderbird's 
auto-configuration wiz
 torbirdy.email.advanced=Please note that changing the advanced settings of 
TorBirdy is NOT recommended.\n\nYou should only continue if you are sure of 
what you are doing.
 torbirdy.email.advanced.nextwarning=Show this warning next time
 torbirdy.email.advanced.title=TorBirdy Advanced Settings
-
-torbirdy.firstrun=You are now running TorBirdy.\n\nTo help protect your 
anonymity, TorBirdy will enforce the Thunderbird settings it has set, 
preventing them from being changed by you or by any add-on. There are some 
settings that can be changed and those are accessed through TorBirdy's 
preferences dialog. When TorBirdy is uninstalled or disabled, all settings that 
it changes are reset to their default values (the values prior to TorBirdy's 
install).\n\nIf you are a new user, it is recommended that you read through the 
TorBirdy website to understand what we are trying to accomplish with TorBirdy 
for our users.
-torbirdy.website=https://trac.torproject.org/projects/tor/wiki/torbirdy
diff --git a/defaults/preferences/prefs.js b/defaults/preferences/prefs.js
index ea316d3..f4d92c9 100644
--- a/defaults/preferences/prefs.js
+++ b/defaults/preferences/prefs.js
@@ -8,7 +8,6 @@ pref("extensions.torbirdy.enigmail.confirmemail", false);
 pref("extensions.torbirdy.gpg_already_torified", false);
 pref("extensions.torbirdy.timezone", true);
 pref("extensions.torbirdy.whonix_run", true);
-pref("extensions.torbirdy.info_run", false);
 pref("extensions.torbirdy.emailwizard", false);
 pref("extensions.torbirdy.fetchall", false);
 pref("extensions.torbirdy.defaultprotocol", 0); // 0 - POP3, 1 - IMAP



___
tor-commits mailing list

[tor-commits] [webwml/master] Add apk link and version variable

2018-08-31 Thread hiro
commit 120c0c4987e72c75cbb61e30709d82a8c7e54f03
Author: hiro 
Date:   Fri Aug 31 12:45:44 2018 +0200

Add apk link and version variable
---
 download/en/download-easy.wml | 4 ++--
 include/versions.wmi  | 2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/download/en/download-easy.wml b/download/en/download-easy.wml
index 68e5c699..c2e42d06 100644
--- a/download/en/download-easy.wml
+++ b/download/en/download-easy.wml
@@ -167,9 +167,9 @@
   the app. We plan on fixing it for the next release.
   
   
-DownloadAndroid
+DownloadAndroid

-  (sig)
+  (sig)
   What's This?
 
   
diff --git a/include/versions.wmi b/include/versions.wmi
index 45d6e82f..5b71d635 100644
--- a/include/versions.wmi
+++ b/include/versions.wmi
@@ -45,3 +45,5 @@
 tor-.tar.gz
 ../dist/
 
+# *** tor browser android ***
+1.0a1
\ No newline at end of file



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


[tor-commits] [webwml/master] Merge branch 'download-tba'

2018-08-31 Thread hiro
commit a98301970bc69ed94ab0cbde24d37ffa86dc64e0
Merge: 281d0b00 120c0c49
Author: hiro 
Date:   Fri Aug 31 12:46:07 2018 +0200

Merge branch 'download-tba'

 css/layout.css|  9 +++
 css/layout.min.css|  2 +-
 download/en/download-easy.wml | 44 +---
 download/en/download.wml  | 58 +--
 include/versions.wmi  |  5 +++-
 5 files changed, 89 insertions(+), 29 deletions(-)



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


[tor-commits] [webwml/master] Add new line at the end of file

2018-08-31 Thread hiro
commit d0078ff3de6e7d20ec80c959089eb11101c36f23
Author: hiro 
Date:   Fri Aug 31 12:54:41 2018 +0200

Add new line at the end of file
---
 include/versions.wmi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/versions.wmi b/include/versions.wmi
index b227fbcb..b0ae6963 100644
--- a/include/versions.wmi
+++ b/include/versions.wmi
@@ -47,4 +47,4 @@
 
 # *** tor browser android ***
 1.0a1
-2018-08-31
\ No newline at end of file
+2018-08-31

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


[tor-commits] [webwml/master] Add apk link and versions to download and delete blank spaces

2018-08-31 Thread hiro
commit 9af751d80a23cea24e4ca553de4da7f5f54be418
Author: hiro 
Date:   Fri Aug 31 12:53:56 2018 +0200

Add apk link and versions to download and delete blank spaces
---
 download/en/download.wml | 9 -
 include/versions.wmi | 3 ++-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/download/en/download.wml b/download/en/download.wml
index 13ae60f0..b66bd3c6 100644
--- a/download/en/download.wml
+++ b/download/en/download.wml
@@ -157,9 +157,9 @@ custom configurations. All an apt-get or yum install 
away.
 

   
-DownloadAndroid
+DownloadAndroid
 
-  (sig)
+  (sig)
   What's This?
 
   
@@ -180,8 +180,8 @@ custom configurations. All an apt-get or yum install 
away.
   
   
   Known issue: Our Security Slider is now under ‘Security Settings,
-  but because of a small issue, it’s only showing up after you 
restart 
-  the app. We plan on fixing it for the next release.
+  but because of a small issue, it’s only showing up after you 
restart
+ the app. We plan on fixing it for the next release.
   

  
@@ -195,7 +195,6 @@ custom configurations. All an apt-get or yum install 
away.


 
- 
  
 
   
diff --git a/include/versions.wmi b/include/versions.wmi
index 5b71d635..b227fbcb 100644
--- a/include/versions.wmi
+++ b/include/versions.wmi
@@ -46,4 +46,5 @@
 ../dist/
 
 # *** tor browser android ***
-1.0a1
\ No newline at end of file
+1.0a1
+2018-08-31
\ No newline at end of file



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


[tor-commits] [webwml/master] download: add TBA (#27305)

2018-08-31 Thread hiro
commit 8cea7405ef0fe807c211af58df3be84dea02d8ad
Author: traumschule 
Date:   Tue Aug 28 07:39:21 2018 +0200

download: add TBA (#27305)
---
 css/layout.css|  9 +++
 css/layout.min.css|  2 +-
 download/en/download-easy.wml | 44 +---
 download/en/download.wml  | 58 +--
 include/versions.wmi  |  3 ++-
 5 files changed, 87 insertions(+), 29 deletions(-)

diff --git a/css/layout.css b/css/layout.css
index 0c4fea05..0f70e60f 100644
--- a/css/layout.css
+++ b/css/layout.css
@@ -498,6 +498,14 @@ table tr img {
   background: url("../images/icon-linux24.png") no-repeat scroll left center 
transparent;
   }
 
+.android24 {
+/* Icon from the Crystal set
+ * author: Everaldo Coelho
+ * source: http://www.everaldo.com/crystal/
+ * license: LGPL v2 */
+  background: url("../images/icon-android24.png") no-repeat scroll left center 
transparent;
+  }
+
 .smartphone24 {
 /* Icon from the Crystal set
  * author: Everaldo Coelho
@@ -517,6 +525,7 @@ table tr img {
 .windows24,
 .mac24,
 .linux24,
+.android24,
 .smartphone24,
 .sourcecode24 {
   display: block;
diff --git a/css/layout.min.css b/css/layout.min.css
index 71463b5a..3018e59d 100644
--- a/css/layout.min.css
+++ b/css/layout.min.css
@@ -1 +1 @@
-@charset "UTF-8";body{background:#fff}#wrap{width:960px;margin:0 
auto}.left{float:left}.right{float:right}.twenty{width:20%}.thirty{width:30%}.forty{width:40%}.fifty{width:50%}.sixty{width:60%}.hundred{width:100%}.nopad{padding:0}.toppad{padding-top:10px}.toptwenty{margin-top:20px}.topforty{margin-top:40px}.hidden{display:none}#header{width:960px;height:97px;margin-bottom:23px;position:relative}h1#logo{margin:0;float:left}h1#logo
 a,h1#logo a:visited{background:url(../images/tor-logo.png) left top no-repeat; 
background-size: 150px 97px; 
text-indent:-px;overflow:hidden;width:150px;height:97px;display:block}#nav{position:absolute;top:30px;left:115px;float:right}#nav
 ul{height:50px;float:right;margin-bottom:0}#nav ul 
li{float:left;display:inline;width:auto}#calltoaction{height:30px;float:right;margin-top:100px;margin-right:5px;text-align:center}#calltoaction
 ul{padding:0;margin:0;height:30px;list-style:none;float:right}#calltoaction ul 
li{list-style:none;display:inline;float:none;wi
 dth:100px;margin-left:0}#calltoaction ul li a:link,#calltoaction ul li 
a:visited{display:block;background:url(../images/cta-buttons.jpg) top center 
no-repeat #885ca4;padding:4px 
8px;color:#fff;font-weight:bold;text-decoration:none;font-size:13px;line-height:22px;height:22px;width:84px;float:left;text-shadow:1px
 1px 0 #111}#calltoaction ul li:hover 
a{background:url(../images/cta-buttons.jpg) bottom center no-repeat 
#ff9800;font-weight:bold;text-shadow:1px 1px 0 #111}#calltoaction ul 
li:first-child a:link,#calltoaction ul li:first-child a:visited,#calltoaction 
ul li:hover:first-child 
a{-webkit-border-top-left-radius:7px;-webkit-border-bottom-left-radius:7px;-moz-border-radius-topleft:7px;-moz-border-radius-bottomleft:7px;border-top-left-radius:7px;border-bottom-left-radius:7px}#calltoaction
 ul li:first-child a:link,#calltoaction ul li:first-child 
a:visited{background:url(../images/cta-buttons.jpg) top left no-repeat 
#885ca4}#calltoaction ul li:hover:first-child a{background:url(../ima
 ges/cta-buttons.jpg) bottom left no-repeat #ff9800}#calltoaction ul 
li:last-child a:link,#calltoaction ul li:last-child a:visited,#calltoaction ul 
li:hover:last-child 
a{-webkit-border-top-right-radius:7px;-webkit-border-bottom-right-radius:7px;-moz-border-radius-topright:7px;-moz-border-radius-bottomright:7px;border-top-right-radius:7px;border-bottom-right-radius:7px}#calltoaction
 ul li:last-child a:link,#calltoaction ul li:last-child 
a:visited{background:url(../images/cta-buttons.jpg) top right no-repeat 
#885ca4;color:#fff}#calltoaction ul li:hover:last-child 
a{background:url(../images/cta-buttons.jpg) bottom right no-repeat 
#ff9800}#banner{background:url(../images/bg-banner.jpg) left top 
no-repeat;height:200px;width:600px;padding:23px 
15px;margin-bottom:15px}#download a:link,#download a:visited{margin:-17px 0 
0;background:url(../images/button-download.png) left top 
no-repeat;width:257px;height:79px;float:left;padding:35px 0 0 
80px;text-decoration:none}#download a .download-tor{bac
 kground:url(../images/button-download-arrow.png) right center 
no-repeat;font-family:"Arial 
Narrow",Arial,sans-serif;color:#fff;font-size:2.167em;letter-spacing:1px;padding-right:25px}#download
 a .version{color:#bda5cc;font-size:1.167em;line-height:1.167em}#download a 
.info{color:#bda5cc;font-size:.833em;line-height:.833em}#download 
a:hover{background-position:0 -114px}#download a:hover .version,#download 
a:hover .info{color:#f1c6a1}#banner ul{background:#387520 
url(../images/banner-gradient.jpg) left top repeat-x;border:1px solid 
#366b32;width:180px;float:right;margin:0 15px 0 0;padding:10px 10px 10px 
30px}#banner ul 

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

2018-08-31 Thread translation
commit 2840c430bf4280a2ac8fbdbd17074f1bf90e64ca
Author: Translation commit bot 
Date:   Fri Aug 31 08:18:38 2018 +

Update translations for tor-launcher-network-settings_completed
---
 hi/network-settings.dtd | 62 +
 1 file changed, 62 insertions(+)

diff --git a/hi/network-settings.dtd b/hi/network-settings.dtd
new file mode 100644
index 0..35916b563
--- /dev/null
+++ b/hi/network-settings.dtd
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

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


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

2018-08-31 Thread translation
commit 6617449400cf306cd0c2d620ac7c6af74aa20b42
Author: Translation commit bot 
Date:   Fri Aug 31 08:18:34 2018 +

Update translations for tor-launcher-network-settings
---
 hi/network-settings.dtd | 24 
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/hi/network-settings.dtd b/hi/network-settings.dtd
index a7976a6d8..35916b563 100644
--- a/hi/network-settings.dtd
+++ b/hi/network-settings.dtd
@@ -36,17 +36,17 @@
 
 
 
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
 
-
-
+
+
 
 
 
@@ -55,8 +55,8 @@
 
 
 
-
-
+
+
 
 
 

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


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

2018-08-31 Thread translation
commit cb4ce03da9e5ccf6f4235267b0eae525b1d2e7af
Author: Translation commit bot 
Date:   Fri Aug 31 07:48:37 2018 +

Update translations for tor-launcher-network-settings
---
 hi/network-settings.dtd | 42 +-
 1 file changed, 21 insertions(+), 21 deletions(-)

diff --git a/hi/network-settings.dtd b/hi/network-settings.dtd
index 702a1fb5f..a7976a6d8 100644
--- a/hi/network-settings.dtd
+++ b/hi/network-settings.dtd
@@ -1,7 +1,7 @@
 
-
+
 
-
+
 
 
 
@@ -9,30 +9,30 @@
 
 
 
-
-
-
+
+
+
 
 
 
 
-
-
-
+
+
+
 
-
-
+
+
 
-
+
 
-
-
-
+
+
+
 
-
+
 
-
-
+
+
 
 
 
@@ -49,12 +49,12 @@
 
 
 
-
+
 
-
-
+
+
 
-
+
 
 
 

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


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

2018-08-31 Thread translation
commit cdc1e8374d262129f6c8f441b18edfb6e359bb26
Author: Translation commit bot 
Date:   Fri Aug 31 07:48:28 2018 +

Update translations for tor-launcher-properties
---
 hi/torlauncher.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hi/torlauncher.properties b/hi/torlauncher.properties
index e454a8f13..bb26fb03e 100644
--- a/hi/torlauncher.properties
+++ b/hi/torlauncher.properties
@@ -42,7 +42,7 @@ torlauncher.no_meek=This browser is not configured for meek, 
which is needed to
 torlauncher.no_bridges_available=No bridges are available at this time. Sorry.
 
 torlauncher.connect=जोड़ें
-torlauncher.restart_tor=Restart Tor
+torlauncher.restart_tor=टोर पुनरारंभ करें
 torlauncher.quit=छोड़ें
 torlauncher.quit_win=बाहर
 torlauncher.done=सम्पन्न

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


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

2018-08-31 Thread translation
commit 95bf34c05afd827f23274cba30c7c3bb64f24472
Author: Translation commit bot 
Date:   Fri Aug 31 07:47:20 2018 +

Update translations for tor-browser-manual
---
 hi/hi.po | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/hi/hi.po b/hi/hi.po
index 224d4643c..aaa3f109a 100644
--- a/hi/hi.po
+++ b/hi/hi.po
@@ -1,13 +1,14 @@
 # Translators:
 # AnandVivek, 2016
 # Tor Project , 2016
-# U.M.K. Dikshit , 2018
+# Kalyan Dikshit , 2018
+# Aayush M , 2018
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "POT-Creation-Date: 2016-12-06 16:36-0600\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: U.M.K. Dikshit , 2018\n"
+"Last-Translator: Aayush M , 2018\n"
 "Language-Team: Hindi (https://www.transifex.com/otf/teams/1519/hi/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -440,7 +441,7 @@ msgstr ""
 
 #: first-time.page:33
 msgid "Configure"
-msgstr ""
+msgstr "कॉन्फ़िगर"
 
 #: first-time.page:37
 msgid ""

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


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

2018-08-31 Thread translation
commit 86d22f9bfd891d11c5b69dd2568a299bf814e5e8
Author: Translation commit bot 
Date:   Fri Aug 31 07:45:53 2018 +

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

diff --git a/hi.po b/hi.po
index 6290a81ed..120c2d1b5 100644
--- a/hi.po
+++ b/hi.po
@@ -9,8 +9,8 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2018-08-16 07:57+0200\n"
-"PO-Revision-Date: 2018-08-16 14:42+\n"
-"Last-Translator: carolyn \n"
+"PO-Revision-Date: 2018-08-31 07:33+\n"
+"Last-Translator: Aayush M \n"
 "Language-Team: Hindi (http://www.transifex.com/otf/torproject/language/hi/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -163,7 +163,7 @@ msgstr ""
 
 #: config/chroot_local-includes/usr/local/sbin/tails-additional-software:151
 msgid "Configure"
-msgstr ""
+msgstr "कॉन्फ़िगर"
 
 #: config/chroot_local-includes/usr/local/sbin/tails-additional-software:215
 #, python-brace-format

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


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

2018-08-31 Thread translation
commit c538cad5aee78c8b405acca6b69b4fae1a0f2781
Author: Translation commit bot 
Date:   Fri Aug 31 07:18:36 2018 +

Update translations for tor-launcher-properties
---
 hi/torlauncher.properties | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/hi/torlauncher.properties b/hi/torlauncher.properties
index 8bda3da10..e454a8f13 100644
--- a/hi/torlauncher.properties
+++ b/hi/torlauncher.properties
@@ -73,6 +73,6 @@ torlauncher.bootstrapWarning.noroute=no route to host
 torlauncher.bootstrapWarning.ioerror=read/write error
 torlauncher.bootstrapWarning.pt_missing=missing pluggable transport
 
-torlauncher.nsresult.NS_ERROR_NET_RESET=The connection to the server was lost.
-torlauncher.nsresult.NS_ERROR_CONNECTION_REFUSED=Could not connect to the 
server.
-torlauncher.nsresult.NS_ERROR_PROXY_CONNECTION_REFUSED=Could not connect to 
the proxy.
+torlauncher.nsresult.NS_ERROR_NET_RESET=सर्वर से 
कनेक्शन खो गया था।
+torlauncher.nsresult.NS_ERROR_CONNECTION_REFUSED=सर्वर से 
संपर्क स्थापित नही हो सका।
+torlauncher.nsresult.NS_ERROR_PROXY_CONNECTION_REFUSED=प्रॉक्सी
 से कनेक्ट नहीं हो सका।

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


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

2018-08-31 Thread translation
commit 60944810f875029059a6b4e8a2382ab1ebeec41f
Author: Translation commit bot 
Date:   Fri Aug 31 07:17:54 2018 +

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

diff --git a/hi/torbutton.properties b/hi/torbutton.properties
new file mode 100644
index 0..4d0d1685c
--- /dev/null
+++ b/hi/torbutton.properties
@@ -0,0 +1,55 @@
+torbutton.circuit_display.internet = इंटरनेट
+torbutton.circuit_display.ip_unknown = IP अज्ञात
+torbutton.circuit_display.onion_site = अनियन साइट
+torbutton.circuit_display.this_browser = यह ब्राउज़र
+torbutton.circuit_display.relay = रिले
+torbutton.circuit_display.tor_bridge = पुल
+torbutton.circuit_display.unknown_country = अज्ञात देश
+torbutton.circuit_display.guard = रक्षक
+torbutton.circuit_display.guard_note = आपका [गार्ड] 
नोड बदल नहीं सकता है।
+torbutton.circuit_display.learn_more = और अधिक जानें
+torbutton.content_sizer.margin_tooltip = टोर ब्राउज़र 
आपकी खिड़की की चौड़ाई और 
ऊंचाई को कम विशिष्ट बनाने के 
लिए इस मार्जिन को जोड़ता है, और 
इस प्रकार लोगों को ऑनलाइन 
ट्रैक करने की क्षमता को कम 
करता है।
+torbutton.panel.tooltip.disabled = टॉर सक्षम करने 
के लिए क्लिक करें
+torbutton.panel.tooltip.enabled = टॉर अक्षम करने 
के लिए क्लिक करें
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.torbut...@torproject.org.description = Torbutton provides a button 
to configure Tor settings and quickly and easily clear private browsing data.
+torbutton.popup.external.title = एक बाहरी प्रकार 
फ़ाइल डाउनलोड करें?
+torbutton.popup.external.app = टोर ब्राउज़र इस 
फ़ाइल को प्रदर्शित नहीं कर 
सकता है। आपको इसे किसी अन्य 
एप्लिकेशन के साथ खोलने की 
आवश्यकता होगी।\n\n
+torbutton.popup.external.note = कुछ प्रकार की 
फाइलें टोर का उपयोग किये बिना 
इंटरनेट से कनेक्ट होने का 
कारण बन सकती हैं।\n\n
+torbutton.popup.external.suggest = सुरक्षित होने 
के लिए, आपको केवल ऑफ़लाइन होने 
पर डाउनलोड की गई फ़ाइलों को 
खोलना चाहिए, या टोर लाइव सीडी 
जैसे टेल्स का उपयोग करना 
चाहिए।\n
+torbutton.popup.launch = फ़ाइल डाउनलोड करें
+torbutton.popup.cancel = रद्द करें
+torbutton.popup.dontask = अब से फ़ाइलों को 
स्वचालित रूप से डाउनलोड करें
+torbutton.popup.no_newnym = Torbutton cannot safely give you a new identity. 
It does not have access to the Tor Control Port.\n\nAre you running Tor Browser 
Bundle?
+torbutton.security_settings.menu.title = सुरक्षा 
सेटिंग
+torbutton.title.prompt_torbrowser = Important Torbutton Information
+torbutton.popup.prompt_torbrowser = Torbutton works differently now: you can't 
turn it off any more.\n\nWe made this change because it isn't safe to use 
Torbutton in a browser that's also used for non-Tor browsing. There were too 
many bugs there that we couldn't fix any other way.\n\nIf you want to keep 
using Firefox normally, you should uninstall Torbutton and download Tor Browser 
Bundle. The privacy properties of Tor Browser are also superior to those of 
normal Firefox, even when Firefox is used with Torbutton.\n\nTo remove 
Torbutton, go to Tools->Addons->Extensions and then click the Remove button 
next to Torbutton.
+torbutton.popup.short_torbrowser = Important Torbutton 
Information!\n\nTorbutton is now always enabled.\n\nClick on the Torbutton for 
more information.
+
+torbutton.popup.confirm_plugins = Plugins such as Flash can harm your privacy 
and anonymity.\n\nThey can also bypass Tor to reveal your current location and 
IP address.\n\nAre you sure you want to enable plugins?\n\n
+torbutton.popup.never_ask_again = Never ask me again
+torbutton.popup.confirm_newnym = टोर ब्राउज़र सभी 

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

2018-08-31 Thread translation
commit 533493c8f14ca5d32b80dab289b8c8537962d1c4
Author: Translation commit bot 
Date:   Fri Aug 31 07:17:49 2018 +

Update translations for torbutton-torbuttonproperties
---
 hi/torbutton.properties | 52 -
 1 file changed, 26 insertions(+), 26 deletions(-)

diff --git a/hi/torbutton.properties b/hi/torbutton.properties
index 936a04e1f..4d0d1685c 100644
--- a/hi/torbutton.properties
+++ b/hi/torbutton.properties
@@ -1,26 +1,26 @@
 torbutton.circuit_display.internet = इंटरनेट
-torbutton.circuit_display.ip_unknown = IP unknown
-torbutton.circuit_display.onion_site = Onion site
-torbutton.circuit_display.this_browser = This browser
-torbutton.circuit_display.relay = Relay
-torbutton.circuit_display.tor_bridge = Bridge
-torbutton.circuit_display.unknown_country = Unknown country
-torbutton.circuit_display.guard = Guard
-torbutton.circuit_display.guard_note = Your [Guard] node may not change.
+torbutton.circuit_display.ip_unknown = IP अज्ञात
+torbutton.circuit_display.onion_site = अनियन साइट
+torbutton.circuit_display.this_browser = यह ब्राउज़र
+torbutton.circuit_display.relay = रिले
+torbutton.circuit_display.tor_bridge = पुल
+torbutton.circuit_display.unknown_country = अज्ञात देश
+torbutton.circuit_display.guard = रक्षक
+torbutton.circuit_display.guard_note = आपका [गार्ड] 
नोड बदल नहीं सकता है।
 torbutton.circuit_display.learn_more = और अधिक जानें
-torbutton.content_sizer.margin_tooltip = Tor Browser adds this margin to make 
the width and height of your window less distinctive, and thus reduces the 
ability of people to track you online.
+torbutton.content_sizer.margin_tooltip = टोर ब्राउज़र 
आपकी खिड़की की चौड़ाई और 
ऊंचाई को कम विशिष्ट बनाने के 
लिए इस मार्जिन को जोड़ता है, और 
इस प्रकार लोगों को ऑनलाइन 
ट्रैक करने की क्षमता को कम 
करता है।
 torbutton.panel.tooltip.disabled = टॉर सक्षम करने 
के लिए क्लिक करें
 torbutton.panel.tooltip.enabled = टॉर अक्षम करने 
के लिए क्लिक करें
 torbutton.panel.label.disabled = Tor Disabled
 torbutton.panel.label.enabled = Tor Enabled
 extensions.torbut...@torproject.org.description = Torbutton provides a button 
to configure Tor settings and quickly and easily clear private browsing data.
-torbutton.popup.external.title = Download an external file type?
-torbutton.popup.external.app = Tor Browser cannot display this file. You will 
need to open it with another application.\n\n
-torbutton.popup.external.note = Some types of files can cause applications to 
connect to the Internet without using Tor.\n\n
-torbutton.popup.external.suggest = To be safe, you should only open downloaded 
files while offline, or use a Tor Live CD such as Tails.\n
-torbutton.popup.launch = Download file
+torbutton.popup.external.title = एक बाहरी प्रकार 
फ़ाइल डाउनलोड करें?
+torbutton.popup.external.app = टोर ब्राउज़र इस 
फ़ाइल को प्रदर्शित नहीं कर 
सकता है। आपको इसे किसी अन्य 
एप्लिकेशन के साथ खोलने की 
आवश्यकता होगी।\n\n
+torbutton.popup.external.note = कुछ प्रकार की 
फाइलें टोर का उपयोग किये बिना 
इंटरनेट से कनेक्ट होने का 
कारण बन सकती हैं।\n\n
+torbutton.popup.external.suggest = सुरक्षित होने 
के लिए, आपको केवल ऑफ़लाइन होने 
पर डाउनलोड की गई फ़ाइलों को 
खोलना चाहिए, या टोर लाइव सीडी 
जैसे टेल्स का उपयोग करना 
चाहिए।\n
+torbutton.popup.launch = फ़ाइल डाउनलोड करें
 torbutton.popup.cancel = रद्द करें
-torbutton.popup.dontask = Automatically download files from now on
+torbutton.popup.dontask = अब से फ़ाइलों को 
स्वचालित रूप से डाउनलोड करें
 torbutton.popup.no_newnym = Torbutton cannot safely give you a new identity. 
It does not have access to the Tor Control Port.\n\nAre you running Tor Browser 
Bundle?
 torbutton.security_settings.menu.title = सुरक्षा 
सेटिंग
 

[tor-commits] [translation/tor-and-https_completed] Update translations for tor-and-https_completed

2018-08-31 Thread translation
commit 649cce3cf343d6027f9b69fb9865160acde00e5a
Author: Translation commit bot 
Date:   Fri Aug 31 07:17:04 2018 +

Update translations for tor-and-https_completed
---
 hi.po | 137 ++
 1 file changed, 137 insertions(+)

diff --git a/hi.po b/hi.po
new file mode 100644
index 0..fe02f73af
--- /dev/null
+++ b/hi.po
@@ -0,0 +1,137 @@
+# 
+# Translators:
+# Aayush M , 2018
+# Gyanendra Giri , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"POT-Creation-Date: 2014-07-17 14:23+\n"
+"PO-Revision-Date: 2018-08-31 07:13+\n"
+"Last-Translator: Aayush M \n"
+"Language-Team: Hindi (http://www.transifex.com/otf/torproject/language/hi/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: hi\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. (itstool) path: C/tor-and-https.svg/svg@direction
+#. (itstool) comment: C/tor-and-https.svg/svg@direction
+#. Specify "ltr" for left-to-right languages or "rtl" for right-to-left
+#. languages (e.g. Arabic or Hebrew).
+#: C/tor-and-https.svg:3
+msgid "ltr"
+msgstr "ltr"
+
+#. (itstool) path: svg/title
+#: C/tor-and-https.svg:14
+#, no-wrap
+msgid "Tor and HTTPS"
+msgstr "टोर और HTTPS"
+
+#. (itstool) path: defs/text
+#. Keep it short: 7em max. Seven times the capital letter "M".
+#: C/tor-and-https.svg:363
+#, no-wrap
+msgid "Site.com"
+msgstr "Site.com"
+
+#. (itstool) path: defs/text
+#. Keep it short: 7em max. Seven times the capital letter "M".
+#: C/tor-and-https.svg:363
+#, no-wrap
+msgid "user / pw"
+msgstr "उपयोगकर्ता / pw"
+
+#. (itstool) path: defs/text
+#. Keep it short: 7em max. Seven times the capital letter "M".
+#: C/tor-and-https.svg:363
+#, no-wrap
+msgid "data"
+msgstr "डाटा "
+
+#. (itstool) path: defs/text
+#. Keep it short: 7em max. Seven times the capital letter "M".
+#: C/tor-and-https.svg:363
+#, no-wrap
+msgid "location"
+msgstr "स्थान"
+
+#. (itstool) path: defs/text
+#. Keep it short: 3em max.
+#: C/tor-and-https.svg:363
+#, no-wrap
+msgid "WiFi"
+msgstr "वाईफ़ाई"
+
+#. (itstool) path: defs/text
+#. Keep it short: 4em max.
+#: C/tor-and-https.svg:363
+#, no-wrap
+msgid "ISP"
+msgstr "ISP"
+
+#. (itstool) path: defs/text
+#. Keep it short: 8em is ok, 9em is max.
+#: C/tor-and-https.svg:363
+#, no-wrap
+msgid "Hacker"
+msgstr "हैकर"
+
+#. (itstool) path: defs/text
+#. Keep it short: 8em is ok, 9em is max.
+#: C/tor-and-https.svg:363
+#, no-wrap
+msgid "Lawyer"
+msgstr "वकील"
+
+#. (itstool) path: defs/text
+#. Keep it short: 8em is ok, 9em is max.
+#: C/tor-and-https.svg:363
+#, no-wrap
+msgid "Sysadmin"
+msgstr "सिस्टम प्रशासक"
+
+#. (itstool) path: defs/text
+#. Keep it short: 8em is ok, 9em is max.
+#: C/tor-and-https.svg:363
+#, no-wrap
+msgid "Police"
+msgstr "पुलिस"
+
+#. (itstool) path: defs/text
+#: C/tor-and-https.svg:363
+#, no-wrap
+msgid "NSA"
+msgstr "एनएसए NSA"
+
+#. (itstool) path: defs/text
+#. Keep it short: 8em is ok, 9em is max.
+#: C/tor-and-https.svg:363
+#, no-wrap
+msgid "Tor relay"
+msgstr "टोर रिले"
+
+#. (itstool) path: defs/text
+#: C/tor-and-https.svg:363
+#, no-wrap
+msgid "Key"
+msgstr "कुंजी"
+
+#. (itstool) path: defs/text
+#: C/tor-and-https.svg:363
+#, no-wrap
+msgid "Internet connection"
+msgstr "इंटरनेट कनेक्शन"
+
+#. (itstool) path: defs/text
+#: C/tor-and-https.svg:363
+#, no-wrap
+msgid "Eavesdropping"
+msgstr "जासूसी"
+
+#. (itstool) path: defs/text
+#: C/tor-and-https.svg:363
+#, no-wrap
+msgid "Data sharing"
+msgstr "डेटा साझा करना"

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


[tor-commits] [translation/tails-openpgp-applet] Update translations for tails-openpgp-applet

2018-08-31 Thread translation
commit 5bf67b4a31939dace6e2a3c166f371185071aa66
Author: Translation commit bot 
Date:   Fri Aug 31 07:16:26 2018 +

Update translations for tails-openpgp-applet
---
 hi/openpgp-applet.pot | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/hi/openpgp-applet.pot b/hi/openpgp-applet.pot
index 674fb6fa2..0c19f59fa 100644
--- a/hi/openpgp-applet.pot
+++ b/hi/openpgp-applet.pot
@@ -8,8 +8,8 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: ta...@boum.org\n"
 "POT-Creation-Date: 2017-08-05 15:07-0400\n"
-"PO-Revision-Date: 2018-04-12 19:13+\n"
-"Last-Translator: U.M.K. Dikshit \n"
+"PO-Revision-Date: 2018-08-31 06:54+\n"
+"Last-Translator: Aayush M \n"
 "Language-Team: Hindi (http://www.transifex.com/otf/torproject/language/hi/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -87,7 +87,7 @@ msgstr "स्थिति"
 
 #: bin/openpgp-applet:433
 msgid "Fingerprint:"
-msgstr ""
+msgstr "अंगुलांक"
 
 #: bin/openpgp-applet:436
 msgid "User ID:"

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


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

2018-08-31 Thread translation
commit 0488473c443754624b5e1c6042a5c96115b0c34f
Author: Translation commit bot 
Date:   Fri Aug 31 07:16:40 2018 +

Update translations for tails-onioncircuits_completed
---
 hi/onioncircuits.pot | 86 
 1 file changed, 86 insertions(+)

diff --git a/hi/onioncircuits.pot b/hi/onioncircuits.pot
new file mode 100644
index 0..39feaeec6
--- /dev/null
+++ b/hi/onioncircuits.pot
@@ -0,0 +1,86 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+# Aayush M , 2018
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2017-08-03 13:00+\n"
+"PO-Revision-Date: 2018-08-31 06:54+\n"
+"Last-Translator: Aayush M \n"
+"Language-Team: Hindi (http://www.transifex.com/otf/torproject/language/hi/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: hi\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: ../onioncircuits:81
+msgid "You are not connected to Tor yet..."
+msgstr "आप अभी तक टोर से जुड़े नहीं 
हैं ..."
+
+#: ../onioncircuits:95
+msgid "Onion Circuits"
+msgstr "Onion Circuits"
+
+#: ../onioncircuits:125
+msgid "Circuit"
+msgstr "सर्किट "
+
+#: ../onioncircuits:126
+msgid "Status"
+msgstr "स्थिति"
+
+#: ../onioncircuits:142
+msgid "Click on a circuit for more detail about its Tor relays."
+msgstr "अपने टोर रिले के बारे में अ
धिक जानकारी के लिए सर्किट पर 
क्लिक करें।"
+
+#: ../onioncircuits:221
+msgid "The connection to Tor was lost..."
+msgstr "टोर का कनेक्शन खो गया था ..."
+
+#: ../onioncircuits:317
+msgid "..."
+msgstr "..."
+
+#: ../onioncircuits:343
+#, c-format
+msgid "%s: %s"
+msgstr "%s: %s"
+
+#: ../onioncircuits:554
+msgid "GeoIP database unavailable. No country information will be displayed."
+msgstr "जियोआईपी डेटाबेस अ
नुपलब्ध है। कोई देश की 
जानकारी प्रदर्शित नहीं की 
जाएगी।"
+
+#: ../onioncircuits:585
+#, c-format
+msgid "%s (%s)"
+msgstr "%s (%s)"
+
+#: ../onioncircuits:590
+#, c-format
+msgid "%.2f Mb/s"
+msgstr "%.2f Mb/s"
+
+#: ../onioncircuits:592 ../onioncircuits:593 ../onioncircuits:594
+msgid "Unknown"
+msgstr "अज्ञात"
+
+#: ../onioncircuits:607
+msgid "Fingerprint:"
+msgstr "अंगुलांक"
+
+#: ../onioncircuits:608
+msgid "Published:"
+msgstr "प्रकाशित"
+
+#: ../onioncircuits:609
+msgid "IP:"
+msgstr "IP"
+
+#: ../onioncircuits:610
+msgid "Bandwidth:"
+msgstr "बैंडविड्थ:"

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


[tor-commits] [translation/tor-and-https] Update translations for tor-and-https

2018-08-31 Thread translation
commit 4d0ef36df9ee6c8503d5598fd111f36ee6b49c94
Author: Translation commit bot 
Date:   Fri Aug 31 07:17:00 2018 +

Update translations for tor-and-https
---
 hi.po | 35 ++-
 1 file changed, 18 insertions(+), 17 deletions(-)

diff --git a/hi.po b/hi.po
index 02a6bf772..fe02f73af 100644
--- a/hi.po
+++ b/hi.po
@@ -1,12 +1,13 @@
 # 
 # Translators:
+# Aayush M , 2018
 # Gyanendra Giri , 2014
 msgid ""
 msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "POT-Creation-Date: 2014-07-17 14:23+\n"
-"PO-Revision-Date: 2017-09-25 20:07+\n"
-"Last-Translator: Gyanendra Giri \n"
+"PO-Revision-Date: 2018-08-31 07:13+\n"
+"Last-Translator: Aayush M \n"
 "Language-Team: Hindi (http://www.transifex.com/otf/torproject/language/hi/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -20,34 +21,34 @@ msgstr ""
 #. languages (e.g. Arabic or Hebrew).
 #: C/tor-and-https.svg:3
 msgid "ltr"
-msgstr ""
+msgstr "ltr"
 
 #. (itstool) path: svg/title
 #: C/tor-and-https.svg:14
 #, no-wrap
 msgid "Tor and HTTPS"
-msgstr ""
+msgstr "टोर और HTTPS"
 
 #. (itstool) path: defs/text
 #. Keep it short: 7em max. Seven times the capital letter "M".
 #: C/tor-and-https.svg:363
 #, no-wrap
 msgid "Site.com"
-msgstr ""
+msgstr "Site.com"
 
 #. (itstool) path: defs/text
 #. Keep it short: 7em max. Seven times the capital letter "M".
 #: C/tor-and-https.svg:363
 #, no-wrap
 msgid "user / pw"
-msgstr ""
+msgstr "उपयोगकर्ता / pw"
 
 #. (itstool) path: defs/text
 #. Keep it short: 7em max. Seven times the capital letter "M".
 #: C/tor-and-https.svg:363
 #, no-wrap
 msgid "data"
-msgstr ""
+msgstr "डाटा "
 
 #. (itstool) path: defs/text
 #. Keep it short: 7em max. Seven times the capital letter "M".
@@ -68,48 +69,48 @@ msgstr "वाईफ़ाई"
 #: C/tor-and-https.svg:363
 #, no-wrap
 msgid "ISP"
-msgstr ""
+msgstr "ISP"
 
 #. (itstool) path: defs/text
 #. Keep it short: 8em is ok, 9em is max.
 #: C/tor-and-https.svg:363
 #, no-wrap
 msgid "Hacker"
-msgstr ""
+msgstr "हैकर"
 
 #. (itstool) path: defs/text
 #. Keep it short: 8em is ok, 9em is max.
 #: C/tor-and-https.svg:363
 #, no-wrap
 msgid "Lawyer"
-msgstr ""
+msgstr "वकील"
 
 #. (itstool) path: defs/text
 #. Keep it short: 8em is ok, 9em is max.
 #: C/tor-and-https.svg:363
 #, no-wrap
 msgid "Sysadmin"
-msgstr ""
+msgstr "सिस्टम प्रशासक"
 
 #. (itstool) path: defs/text
 #. Keep it short: 8em is ok, 9em is max.
 #: C/tor-and-https.svg:363
 #, no-wrap
 msgid "Police"
-msgstr ""
+msgstr "पुलिस"
 
 #. (itstool) path: defs/text
 #: C/tor-and-https.svg:363
 #, no-wrap
 msgid "NSA"
-msgstr ""
+msgstr "एनएसए NSA"
 
 #. (itstool) path: defs/text
 #. Keep it short: 8em is ok, 9em is max.
 #: C/tor-and-https.svg:363
 #, no-wrap
 msgid "Tor relay"
-msgstr ""
+msgstr "टोर रिले"
 
 #. (itstool) path: defs/text
 #: C/tor-and-https.svg:363
@@ -121,16 +122,16 @@ msgstr "कुंजी"
 #: C/tor-and-https.svg:363
 #, no-wrap
 msgid "Internet connection"
-msgstr ""
+msgstr "इंटरनेट कनेक्शन"
 
 #. (itstool) path: defs/text
 #: C/tor-and-https.svg:363
 #, no-wrap
 msgid "Eavesdropping"
-msgstr ""
+msgstr "जासूसी"
 
 #. (itstool) path: defs/text
 #: C/tor-and-https.svg:363
 #, no-wrap
 msgid "Data sharing"
-msgstr ""
+msgstr "डेटा साझा करना"

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


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

2018-08-31 Thread translation
commit 24aebe51519c99d69722d99b380cb397c1a934ab
Author: Translation commit bot 
Date:   Fri Aug 31 07:16:35 2018 +

Update translations for tails-onioncircuits
---
 hi/onioncircuits.pot | 29 +++--
 1 file changed, 15 insertions(+), 14 deletions(-)

diff --git a/hi/onioncircuits.pot b/hi/onioncircuits.pot
index f7f0637fe..39feaeec6 100644
--- a/hi/onioncircuits.pot
+++ b/hi/onioncircuits.pot
@@ -3,13 +3,14 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# Aayush M , 2018
 msgid ""
 msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-08-03 13:00+\n"
-"PO-Revision-Date: 2018-02-20 19:11+\n"
-"Last-Translator: runasand \n"
+"PO-Revision-Date: 2018-08-31 06:54+\n"
+"Last-Translator: Aayush M \n"
 "Language-Team: Hindi (http://www.transifex.com/otf/torproject/language/hi/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -19,15 +20,15 @@ msgstr ""
 
 #: ../onioncircuits:81
 msgid "You are not connected to Tor yet..."
-msgstr ""
+msgstr "आप अभी तक टोर से जुड़े नहीं 
हैं ..."
 
 #: ../onioncircuits:95
 msgid "Onion Circuits"
-msgstr ""
+msgstr "Onion Circuits"
 
 #: ../onioncircuits:125
 msgid "Circuit"
-msgstr ""
+msgstr "सर्किट "
 
 #: ../onioncircuits:126
 msgid "Status"
@@ -35,11 +36,11 @@ msgstr "स्थिति"
 
 #: ../onioncircuits:142
 msgid "Click on a circuit for more detail about its Tor relays."
-msgstr ""
+msgstr "अपने टोर रिले के बारे में अ
धिक जानकारी के लिए सर्किट पर 
क्लिक करें।"
 
 #: ../onioncircuits:221
 msgid "The connection to Tor was lost..."
-msgstr ""
+msgstr "टोर का कनेक्शन खो गया था ..."
 
 #: ../onioncircuits:317
 msgid "..."
@@ -48,21 +49,21 @@ msgstr "..."
 #: ../onioncircuits:343
 #, c-format
 msgid "%s: %s"
-msgstr ""
+msgstr "%s: %s"
 
 #: ../onioncircuits:554
 msgid "GeoIP database unavailable. No country information will be displayed."
-msgstr ""
+msgstr "जियोआईपी डेटाबेस अ
नुपलब्ध है। कोई देश की 
जानकारी प्रदर्शित नहीं की 
जाएगी।"
 
 #: ../onioncircuits:585
 #, c-format
 msgid "%s (%s)"
-msgstr ""
+msgstr "%s (%s)"
 
 #: ../onioncircuits:590
 #, c-format
 msgid "%.2f Mb/s"
-msgstr ""
+msgstr "%.2f Mb/s"
 
 #: ../onioncircuits:592 ../onioncircuits:593 ../onioncircuits:594
 msgid "Unknown"
@@ -70,15 +71,15 @@ msgstr "अज्ञात"
 
 #: ../onioncircuits:607
 msgid "Fingerprint:"
-msgstr ""
+msgstr "अंगुलांक"
 
 #: ../onioncircuits:608
 msgid "Published:"
-msgstr ""
+msgstr "प्रकाशित"
 
 #: ../onioncircuits:609
 msgid "IP:"
-msgstr ""
+msgstr "IP"
 
 #: ../onioncircuits:610
 msgid "Bandwidth:"

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


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

2018-08-31 Thread translation
commit 574ded305a7f1f830c10076d20cfb3d741a1e2f7
Author: Translation commit bot 
Date:   Fri Aug 31 07:16:14 2018 +

Update translations for tails-perl5lib_completed
---
 hi.po | 35 +++
 1 file changed, 35 insertions(+)

diff --git a/hi.po b/hi.po
new file mode 100644
index 0..658a69d36
--- /dev/null
+++ b/hi.po
@@ -0,0 +1,35 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR Tails developers
+# This file is distributed under the same license as the PACKAGE package.
+# 
+# Translators:
+# Aayush M , 2018
+msgid ""
+msgstr ""
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: Tails developers \n"
+"POT-Creation-Date: 2018-08-16 11:11+0200\n"
+"PO-Revision-Date: 2018-08-31 06:46+\n"
+"Last-Translator: Aayush M \n"
+"Language-Team: Hindi (http://www.transifex.com/otf/torproject/language/hi/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: hi\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: ../lib/Tails/RunningSystem.pm:190
+msgid "Error"
+msgstr "त्रुटि"
+
+#: ../lib/Tails/RunningSystem.pm:192
+msgid ""
+"The device Tails is running from cannot be found. Maybe you used the 'toram'"
+" option?"
+msgstr "डिवाइस, जिसमें से टेल्स चल 
रहा है, पाया नहीं जा सकता है। 
शायद आपने 'toram' विकल्प का 
इस्तेमाल किया था?"
+
+#: ../lib/Tails/RunningSystem.pm:220
+msgid ""
+"The drive Tails is running from cannot be found. Maybe you used the 'toram' "
+"option?"
+msgstr "ड्राइव , जिसमें से टेल्स चल 
रहा है, पाया नहीं जा सकता है। 
शायद आपने 'toram' विकल्प का 
इस्तेमाल किया था?"

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


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

2018-08-31 Thread translation
commit a567f4c55741fa7c3dbdb5b9daab85f655a4aa54
Author: Translation commit bot 
Date:   Fri Aug 31 07:15:04 2018 +

Update translations for abouttor-homepage
---
 hi/aboutTor.dtd | 18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/hi/aboutTor.dtd b/hi/aboutTor.dtd
index 4a79877ea..94ef6f9ac 100644
--- a/hi/aboutTor.dtd
+++ b/hi/aboutTor.dtd
@@ -6,23 +6,23 @@
 
 
 
-
-
+
+
 
 
 
-
+
 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_completed] Update translations for abouttor-homepage_completed

2018-08-31 Thread translation
commit f77ddb607da7d75fbc6ad86d25aedab06fcd4f5c
Author: Translation commit bot 
Date:   Fri Aug 31 07:15:09 2018 +

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

diff --git a/hi/aboutTor.dtd b/hi/aboutTor.dtd
new file mode 100644
index 0..94ef6f9ac
--- /dev/null
+++ b/hi/aboutTor.dtd
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+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/torbutton-aboutdialogdtd] Update translations for torbutton-aboutdialogdtd

2018-08-31 Thread translation
commit 3db11bbf8f8a958802f74757e0f82bad71d85b3d
Author: Translation commit bot 
Date:   Fri Aug 31 06:48:00 2018 +

Update translations for torbutton-aboutdialogdtd
---
 hi/aboutdialog.dtd | 22 +++---
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/hi/aboutdialog.dtd b/hi/aboutdialog.dtd
index 5099ad74b..c49c609c3 100644
--- a/hi/aboutdialog.dtd
+++ b/hi/aboutdialog.dtd
@@ -1,19 +1,19 @@
-
+
 
-
-
+
+
 
-
+
 
-
-
+
+
 
-
+
 
 
-
+
 
-
+
 
-
-
+
+

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


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

2018-08-31 Thread translation
commit 5eb9528dfaa24118696fa4270d49740742719da6
Author: Translation commit bot 
Date:   Fri Aug 31 06:48:05 2018 +

Update translations for torbutton-aboutdialogdtd_completed
---
 hi/aboutdialog.dtd | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/hi/aboutdialog.dtd b/hi/aboutdialog.dtd
new file mode 100644
index 0..c49c609c3
--- /dev/null
+++ b/hi/aboutdialog.dtd
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

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


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

2018-08-31 Thread translation
commit 6bbc94f02fd6d153f75dd2d1464a74f57fab6d74
Author: Translation commit bot 
Date:   Fri Aug 31 06:46:10 2018 +

Update translations for tails-perl5lib
---
 hi.po | 15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/hi.po b/hi.po
index 0ec8c8b2a..737db71d9 100644
--- a/hi.po
+++ b/hi.po
@@ -3,13 +3,14 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
+# Aayush M , 2018
 msgid ""
 msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: Tails developers \n"
-"POT-Creation-Date: 2018-03-15 12:15+\n"
-"PO-Revision-Date: 2018-03-31 13:21+\n"
-"Last-Translator: carolyn \n"
+"POT-Creation-Date: 2018-08-16 11:11+0200\n"
+"PO-Revision-Date: 2018-08-31 06:45+\n"
+"Last-Translator: Aayush M \n"
 "Language-Team: Hindi (http://www.transifex.com/otf/torproject/language/hi/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -17,17 +18,17 @@ msgstr ""
 "Language: hi\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: ../lib/Tails/RunningSystem.pm:159
+#: ../lib/Tails/RunningSystem.pm:190
 msgid "Error"
 msgstr "त्रुटि"
 
-#: ../lib/Tails/RunningSystem.pm:161
+#: ../lib/Tails/RunningSystem.pm:192
 msgid ""
 "The device Tails is running from cannot be found. Maybe you used the 'toram'"
 " option?"
-msgstr ""
+msgstr "डिवाइस, जिसमें से टेल्स चल 
रहा है, पाया नहीं जा सकता है। 
शायद आपने 'toram' विकल्प का 
इस्तेमाल किया था?"
 
-#: ../lib/Tails/RunningSystem.pm:192
+#: ../lib/Tails/RunningSystem.pm:220
 msgid ""
 "The drive Tails is running from cannot be found. Maybe you used the 'toram' "
 "option?"

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


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

2018-08-31 Thread translation
commit 23aab8c1cdbe9eb0667fc35e4481e7da25007993
Author: Translation commit bot 
Date:   Fri Aug 31 06:45:03 2018 +

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

diff --git a/hi/aboutTor.dtd b/hi/aboutTor.dtd
index 38b086d38..4a79877ea 100644
--- a/hi/aboutTor.dtd
+++ b/hi/aboutTor.dtd
@@ -14,7 +14,7 @@
 
 https://duckduckgo.com;>
 
-
+
 
 
 

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