[tor-commits] [tor-messenger-build/master] Make sure to run make fetch

2017-03-08 Thread sukhbir
commit 020c198925b95cd99ff68f7b26a3c7b3cba360e3
Author: Sukhbir Singh 
Date:   Wed Mar 8 23:27:23 2017 -0500

Make sure to run make fetch
---
 README.RELEASE | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.RELEASE b/README.RELEASE
index e2bacd9..1170207 100644
--- a/README.RELEASE
+++ b/README.RELEASE
@@ -17,6 +17,8 @@ Building
 - Ensure `HEAD' on the build machines matches the `master' of
   `tor-messenger-build.git' repository.
 
+- Run `make fetch' before the next step.
+
 - Run `make tor-messenger-release'. The builds will be in the
   `release/$VERSION' directory, along with the MAR files. This will also
   output the `sha256sum' of the files.

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


[tor-commits] [tor-messenger-build/master] Update copyright_year in rbm.conf

2017-03-08 Thread sukhbir
commit 2500922fc858a05374916575246c5af89bd607d7
Author: Sukhbir Singh 
Date:   Wed Mar 8 23:21:37 2017 -0500

Update copyright_year in rbm.conf
---
 rbm.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rbm.conf b/rbm.conf
index b3666fd..7d1a504 100644
--- a/rbm.conf
+++ b/rbm.conf
@@ -7,7 +7,7 @@ pkg_type: build
 
 var:
   tormessenger_version: '0.4.0b2'
-  copyright_year: '2016'
+  copyright_year: '2017'
   build_id: '[% sha256(c("var/build_id_txt")).substr(0, 6) %]'
   build_id_txt: |
 [% c("version") %]

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


[tor-commits] [tor-messenger-build/master] Trac 17517: Use different color for Add Exception

2017-03-08 Thread arlo
commit f803bdc422fe670b880a3258942392ce2223acf0
Author: Vu Quoc Huy 
Date:   Wed Mar 8 19:32:40 2017 -0800

Trac 17517: Use different color for Add Exception
---
 ChangeLog  |  1 +
 .../0001-Set-Tor-Messenger-preferences.patch   |  2 +-
 ...c-21634-Autologin-default-should-be-false.patch |  2 +-
 ...Support-Special-Characters-input-prompt-o.patch |  2 +-
 ...Better-error-reporting-for-failed-outgoin.patch |  2 +-
 .../0005-Trac-13312-OTR-over-Twitter-DMs.patch |  2 +-
 ...-Fix-tab-strip-background-colour-on-OS-X..patch |  2 +-
 ...-XMPP-createConversation-should-handle-in.patch |  2 +-
 .../0008-XMPP-in-band-registration.patch   |  2 +-
 .../instantbird/0009-Remove-search-from-UI.patch   |  2 +-
 .../0010-Add-Tor-Messenger-branding.patch  |  2 +-
 projects/instantbird/0011-Account-picture.patch|  2 +-
 .../0012-Modify-protocol-defaults.patch|  2 +-
 .../instantbird/0013-Modify-IRC-defaults.patch |  2 +-
 projects/instantbird/0014-Modify-themes.patch  |  2 +-
 .../instantbird/0015-Modify-XMPP-defaults.patch|  2 +-
 projects/instantbird/0016-Remove-logging-UI.patch  |  2 +-
 projects/instantbird/0017-Cert-override.patch  |  2 +-
 .../0018-Display-all-traffic-over-Tor.patch|  2 +-
 .../instantbird/0019-Trac-17480-Content-sink.patch |  2 +-
 .../0020-SASL-ECDSA-NIST256P-CHALLENGE.patch   |  2 +-
 ...-msg-is-not-defined-error-in-irc.js-chang.patch |  2 +-
 ...Contact-list-entries-should-adapt-their-h.patch |  2 +-
 ...1187281-Only-show-close-button-on-Windows.patch |  2 +-
 ...-Remove-old-Yahoo-Messenger-support.-r-al.patch |  2 +-
 ...-Use-built-in-functions-instead-of-an-svg.patch |  2 +-
 ...-Add-a-pref-to-disable-JavaScript-in-brow.patch |  2 +-
 ...517-Use-different-color-for-Add-Exception.patch | 25 ++
 projects/instantbird/config|  1 +
 29 files changed, 53 insertions(+), 26 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6de9c69..56b1a19 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@ Tor Messenger 0.4.0b2 --
* Use the THUNDERBIRD_45_8_0_RELEASE tag on comm-esr45
* Update tor-browser to 6.5.1
* Trac 21634: Restore the ability to auto login, but default to off
+   * Trac 17517: Consider using different color for "Add Exception"
 
 Tor Messenger 0.4.0b1 -- March 06, 2017
  * All Platforms
diff --git a/projects/instantbird/0001-Set-Tor-Messenger-preferences.patch 
b/projects/instantbird/0001-Set-Tor-Messenger-preferences.patch
index e86fb27..74746cc 100644
--- a/projects/instantbird/0001-Set-Tor-Messenger-preferences.patch
+++ b/projects/instantbird/0001-Set-Tor-Messenger-preferences.patch
@@ -1,7 +1,7 @@
 From fb5f313361c15285152d6e3f25a428e60f8d1679 Mon Sep 17 00:00:00 2001
 From: Sukhbir Singh 
 Date: Mon, 10 Oct 2016 19:48:41 -0700
-Subject: [PATCH 01/26] Set Tor Messenger preferences
+Subject: [PATCH 01/27] Set Tor Messenger preferences
 
 ---
  im/app/profile/all-instantbird.js | 425 --
diff --git 
a/projects/instantbird/0002-Trac-21634-Autologin-default-should-be-false.patch 
b/projects/instantbird/0002-Trac-21634-Autologin-default-should-be-false.patch
index 1be2892..e57d822 100644
--- 
a/projects/instantbird/0002-Trac-21634-Autologin-default-should-be-false.patch
+++ 
b/projects/instantbird/0002-Trac-21634-Autologin-default-should-be-false.patch
@@ -1,7 +1,7 @@
 From 5dc74f402183115a4d60d69c96bcd770f794c014 Mon Sep 17 00:00:00 2001
 From: Arlo Breault 
 Date: Mon, 16 Nov 2015 20:37:53 -0800
-Subject: [PATCH 02/26] Trac 21634: Autologin default should be false
+Subject: [PATCH 02/27] Trac 21634: Autologin default should be false
 
 ---
  chat/components/src/imAccounts.js | 2 +-
diff --git 
a/projects/instantbird/0003-Trac-17896-Support-Special-Characters-input-prompt-o.patch
 
b/projects/instantbird/0003-Trac-17896-Support-Special-Characters-input-prompt-o.patch
index 559f95d..03ea2b6 100644
--- 
a/projects/instantbird/0003-Trac-17896-Support-Special-Characters-input-prompt-o.patch
+++ 
b/projects/instantbird/0003-Trac-17896-Support-Special-Characters-input-prompt-o.patch
@@ -1,7 +1,7 @@
 From bee69d70cfbb69967da3a6457d232177d70af26b Mon Sep 17 00:00:00 2001
 From: aleth 
 Date: Sat, 30 Jan 2016 20:56:38 +0100
-Subject: [PATCH 03/26] Trac 17896: Support "Special Characters" input prompt
+Subject: [PATCH 03/27] Trac 17896: Support "Special Characters" input prompt
  on OS X
 
  * Bug 1151784 - Add Edit menu to the conversation window on OS X. 
r=nhnt11,florian
diff --git 
a/projects/instantbird/0004-Trac-17494-Better-error-reporting-for-failed-outgoin.patch
 
b/projects/instantbird/0004-Trac-17494-Better-error-reporting-for-failed-outgoin.patch
index d8f48d2..7360fa9 100644
--- 
a/projects/instantbird/0004-Trac-17494-Better-error-reporting-for-failed-outgoin.patch
+++ 

[tor-commits] [tor-messenger-build/master] Update the changelog for 97ae8072

2017-03-08 Thread arlo
commit 4aba018033c7070c2d6d322fc3434f5e41a06f6a
Author: Arlo Breault 
Date:   Wed Mar 8 19:21:20 2017 -0800

Update the changelog for 97ae8072
---
 ChangeLog | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ChangeLog b/ChangeLog
index 67553fe..6de9c69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@ Tor Messenger 0.4.0b2 --
* Use the tor-browser-45.8.0esr-6.5-2-build1 tag on tor-browser
* Use the THUNDERBIRD_45_8_0_RELEASE tag on comm-esr45
* Update tor-browser to 6.5.1
+   * Trac 21634: Restore the ability to auto login, but default to off
 
 Tor Messenger 0.4.0b1 -- March 06, 2017
  * All Platforms

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


[tor-commits] [tor-messenger-build/master] Restore the ability to auto login, but default to off

2017-03-08 Thread arlo
commit 97ae8072d970b3b0dc465cf8d9095dfc92e3c4aa
Author: Arlo Breault 
Date:   Wed Mar 8 18:49:18 2017 -0800

Restore the ability to auto login, but default to off

 * Trac 21634
---
 ...0002-Trac-16489-Prevent-account-autologin.patch | 121 -
 ...c-21634-Autologin-default-should-be-false.patch |  39 +++
 ...Support-Special-Characters-input-prompt-o.patch |   2 +-
 ...Better-error-reporting-for-failed-outgoin.patch |   2 +-
 .../0005-Trac-13312-OTR-over-Twitter-DMs.patch |   2 +-
 ...-Fix-tab-strip-background-colour-on-OS-X..patch |   2 +-
 ...-XMPP-createConversation-should-handle-in.patch |   2 +-
 .../0008-XMPP-in-band-registration.patch   |   6 +-
 .../instantbird/0009-Remove-search-from-UI.patch   |   2 +-
 .../0010-Add-Tor-Messenger-branding.patch  |   2 +-
 projects/instantbird/0011-Account-picture.patch|   2 +-
 .../0012-Modify-protocol-defaults.patch|   4 +-
 .../instantbird/0013-Modify-IRC-defaults.patch |   2 +-
 projects/instantbird/0014-Modify-themes.patch  |   2 +-
 .../instantbird/0015-Modify-XMPP-defaults.patch|   2 +-
 projects/instantbird/0016-Remove-logging-UI.patch  |   2 +-
 projects/instantbird/0017-Cert-override.patch  |   2 +-
 .../0018-Display-all-traffic-over-Tor.patch|   4 +-
 .../instantbird/0019-Trac-17480-Content-sink.patch |   2 +-
 .../0020-SASL-ECDSA-NIST256P-CHALLENGE.patch   |   2 +-
 ...-msg-is-not-defined-error-in-irc.js-chang.patch |   2 +-
 ...Contact-list-entries-should-adapt-their-h.patch |   2 +-
 ...1187281-Only-show-close-button-on-Windows.patch |   2 +-
 ...-Remove-old-Yahoo-Messenger-support.-r-al.patch |   2 +-
 ...-Use-built-in-functions-instead-of-an-svg.patch |   2 +-
 ...-Add-a-pref-to-disable-JavaScript-in-brow.patch |   2 +-
 projects/instantbird/config|   2 +-
 27 files changed, 68 insertions(+), 150 deletions(-)

diff --git 
a/projects/instantbird/0002-Trac-16489-Prevent-account-autologin.patch 
b/projects/instantbird/0002-Trac-16489-Prevent-account-autologin.patch
deleted file mode 100644
index de0f39c..000
--- a/projects/instantbird/0002-Trac-16489-Prevent-account-autologin.patch
+++ /dev/null
@@ -1,121 +0,0 @@
-From 8b87a9f3db3ce327b85bd1fcb3306ae49f3c9478 Mon Sep 17 00:00:00 2001
-From: Arlo Breault 
-Date: Mon, 16 Nov 2015 20:37:53 -0800
-Subject: [PATCH 02/26] Trac 16489: Prevent account autologin
-

- chat/components/src/imAccounts.js |  2 +-
- im/content/account.xml|  4 
- im/content/accountWizard.js   | 11 +--
- im/content/accountWizard.xul  |  2 --
- im/content/preferences/main.xul   | 18 --
- 5 files changed, 2 insertions(+), 35 deletions(-)
-
-diff --git a/chat/components/src/imAccounts.js 
b/chat/components/src/imAccounts.js
-index c13c6100d..5bfea57f2 100644
 a/chat/components/src/imAccounts.js
-+++ b/chat/components/src/imAccounts.js
-@@ -588,7 +588,7 @@ imAccount.prototype = {
-   },
- 
-   get autoLogin() {
--let autoLogin = true;
-+let autoLogin = false;
- try {
-   autoLogin = this.prefBranch.getBoolPref(kPrefAccountAutoLogin);
- } catch (e) { }
-diff --git a/im/content/account.xml b/im/content/account.xml
-index e06331875..78195b71f 100644
 a/im/content/account.xml
-+++ b/im/content/account.xml
-@@ -41,10 +41,6 @@
-accesskey=""/>
- 
-   
--  
- 
- 
-diff --git a/im/content/accountWizard.js b/im/content/accountWizard.js
-index 73707c9e2..ed3b8f0f7 100644
 a/im/content/accountWizard.js
-+++ b/im/content/accountWizard.js
-@@ -442,22 +442,13 @@ var accountWizard = {
- throw "unknown type";
-   }
- }
--let autologin = this.getValue("connectAutomatically");
--acc.autoLogin = autologin;
-+acc.autoLogin = false;
- 
- if (this.proto.usePurpleProxy)
-   acc.proxyInfo = this.proxy;
- 
- acc.save();
- 
--try {
--  if (autologin)
--acc.connect();
--} catch (e) {
--  // If the connection fails (for example if we are currently in
--  // offline mode), we still want to close the account wizard
--}
--
- if (window.opener) {
-   let am = window.opener.gAccountManager;
-   if (am)
-diff --git a/im/content/accountWizard.xul b/im/content/accountWizard.xul
-index 5fa5b8293..9eb5352a6 100644
 a/im/content/accountWizard.xul
-+++ b/im/content/accountWizard.xul
-@@ -137,8 +137,6 @@
-   
-   
- 
--
--
-   
- 
- 
-diff --git a/im/content/preferences/main.xul b/im/content/preferences/main.xul
-index e5f7fb659..5e0024d86 100644
 a/im/content/preferences/main.xul
-+++ b/im/content/preferences/main.xul
-@@ -20,7 +20,6 @@
- 
- 
- 
--  
-   
-   
-   
-@@ -33,23 +32,6 @@
-   
- 
- 
--
--
--  
--
--  
--
--
--  
--
--
--  
--
--  

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

2017-03-08 Thread translation
commit 9dc5ba1c2f852248477b973ddb4a9c0225fd89b7
Author: Translation commit bot 
Date:   Wed Mar 8 22:16:14 2017 +

Update translations for tails-misc
---
 fr.po| 12 ++--
 fr_CA.po | 12 ++--
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/fr.po b/fr.po
index 2bf0dc0..44bfd74 100644
--- a/fr.po
+++ b/fr.po
@@ -9,7 +9,7 @@
 # apaddlingduck, 2014
 # Athorcis, 2015
 # Emmanuel Simond , 2014
-# French language coordinator , 2016
+# French language coordinator , 2016-2017
 # Gwennole Hangard , 2015
 # Jean-Yves Toumit , 2013
 # Lidija , 2015
@@ -24,8 +24,8 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-03-06 12:07+0100\n"
-"PO-Revision-Date: 2017-03-07 09:32+\n"
-"Last-Translator: carolyn \n"
+"PO-Revision-Date: 2017-03-08 21:53+\n"
+"Last-Translator: French language coordinator \n"
 "Language-Team: French 
(http://www.transifex.com/otf/torproject/language/fr/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -113,11 +113,11 @@ msgstr "Éteindre"
 
 #: config/chroot_local-includes/usr/local/lib/tails-32-bit-notify-user:59
 msgid "Warning: Tails 3.0 won't work on this computer!"
-msgstr ""
+msgstr "Avertissement : Tails 3.0 ne fonctionnera pas sur cet ordinateur !"
 
 #: config/chroot_local-includes/usr/local/lib/tails-32-bit-notify-user:60
 msgid "Tails 3.0 will require a 64-bit processor."
-msgstr ""
+msgstr "Tails 3.0 exigera un processeur 64 bits."
 
 #: config/chroot_local-includes/usr/local/lib/tails-32-bit-notify-user:63
 #: config/chroot_local-includes/usr/local/lib/tails-i2p-removal-notify-user:59
@@ -184,7 +184,7 @@ msgstr "Échec de synchronisation de l'horloge !"
 
 #: config/chroot_local-includes/usr/local/lib/tails-i2p-removal-notify-user:57
 msgid "Warning: I2P will be removed in Tails 2.12"
-msgstr ""
+msgstr "Avertissement : I2P sera supprimé dans Tails 2.12"
 
 #: config/chroot_local-includes/usr/local/bin/tails-security-check:124
 msgid "This version of Tails has known security issues:"
diff --git a/fr_CA.po b/fr_CA.po
index b6a9123..74f0683 100644
--- a/fr_CA.po
+++ b/fr_CA.po
@@ -4,7 +4,7 @@
 # 
 # Translators:
 # Carley Wilson , 2014
-# French language coordinator , 2016
+# French language coordinator , 2016-2017
 # French language coordinator , 2016
 # Jean-Yves Toumit , 2013
 # Onizuka, 2013
@@ -16,8 +16,8 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-03-06 12:07+0100\n"
-"PO-Revision-Date: 2017-03-07 09:32+\n"
-"Last-Translator: carolyn \n"
+"PO-Revision-Date: 2017-03-08 21:53+\n"
+"Last-Translator: French language coordinator \n"
 "Language-Team: French (Canada) 
(http://www.transifex.com/otf/torproject/language/fr_CA/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -105,11 +105,11 @@ msgstr "Éteindre"
 
 #: config/chroot_local-includes/usr/local/lib/tails-32-bit-notify-user:59
 msgid "Warning: Tails 3.0 won't work on this computer!"
-msgstr ""
+msgstr "Avertissement : Tails 3.0 ne fonctionnera pas sur cet ordinateur !"
 
 #: config/chroot_local-includes/usr/local/lib/tails-32-bit-notify-user:60
 msgid "Tails 3.0 will require a 64-bit processor."
-msgstr ""
+msgstr "Tails 3.0 exigera un processeur 64 bits."
 
 #: config/chroot_local-includes/usr/local/lib/tails-32-bit-notify-user:63
 #: config/chroot_local-includes/usr/local/lib/tails-i2p-removal-notify-user:59
@@ -176,7 +176,7 @@ msgstr "Échec de synchronisation de l'horloge!"
 
 #: config/chroot_local-includes/usr/local/lib/tails-i2p-removal-notify-user:57
 msgid "Warning: I2P will be removed in Tails 2.12"
-msgstr ""
+msgstr "Avertissement : I2P sera supprimé dans Tails 2.12"
 
 #: config/chroot_local-includes/usr/local/bin/tails-security-check:124
 msgid "This version of Tails has known security issues:"

___
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

2017-03-08 Thread translation
commit 5a567dc8104037fcb0ce70eb5165f70f838f83e2
Author: Translation commit bot 
Date:   Wed Mar 8 22:16:19 2017 +

Update translations for tails-misc_completed
---
 fr.po| 44 +---
 fr_CA.po | 44 +---
 2 files changed, 58 insertions(+), 30 deletions(-)

diff --git a/fr.po b/fr.po
index 803820d..44bfd74 100644
--- a/fr.po
+++ b/fr.po
@@ -9,7 +9,7 @@
 # apaddlingduck, 2014
 # Athorcis, 2015
 # Emmanuel Simond , 2014
-# French language coordinator , 2016
+# French language coordinator , 2016-2017
 # Gwennole Hangard , 2015
 # Jean-Yves Toumit , 2013
 # Lidija , 2015
@@ -23,8 +23,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-11-30 13:55+0100\n"
-"PO-Revision-Date: 2016-12-22 17:02+\n"
+"POT-Creation-Date: 2017-03-06 12:07+0100\n"
+"PO-Revision-Date: 2017-03-08 21:53+\n"
 "Last-Translator: French language coordinator \n"
 "Language-Team: French 
(http://www.transifex.com/otf/torproject/language/fr/)\n"
 "MIME-Version: 1.0\n"
@@ -111,6 +111,20 @@ msgstr "Redémarrer"
 msgid "Power Off"
 msgstr "Éteindre"
 
+#: config/chroot_local-includes/usr/local/lib/tails-32-bit-notify-user:59
+msgid "Warning: Tails 3.0 won't work on this computer!"
+msgstr "Avertissement : Tails 3.0 ne fonctionnera pas sur cet ordinateur !"
+
+#: config/chroot_local-includes/usr/local/lib/tails-32-bit-notify-user:60
+msgid "Tails 3.0 will require a 64-bit processor."
+msgstr "Tails 3.0 exigera un processeur 64 bits."
+
+#: config/chroot_local-includes/usr/local/lib/tails-32-bit-notify-user:63
+#: config/chroot_local-includes/usr/local/lib/tails-i2p-removal-notify-user:59
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:83
+msgid "Learn more"
+msgstr "En apprendre davantage"
+
 #: config/chroot_local-includes/usr/local/bin/tails-about:22
 #: 
../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
 msgid "Tails"
@@ -168,6 +182,10 @@ msgstr "Tor a besoin d'une horloge juste pour fonctionner 
correctement, en parti
 msgid "Failed to synchronize the clock!"
 msgstr "Échec de synchronisation de l'horloge !"
 
+#: config/chroot_local-includes/usr/local/lib/tails-i2p-removal-notify-user:57
+msgid "Warning: I2P will be removed in Tails 2.12"
+msgstr "Avertissement : I2P sera supprimé dans Tails 2.12"
+
 #: config/chroot_local-includes/usr/local/bin/tails-security-check:124
 msgid "This version of Tails has known security issues:"
 msgstr "Cette version de Tails a des problèmes de sécurité connus :"
@@ -222,21 +240,21 @@ msgid ""
 "See https://tails.boum.org/doc/first_steps/upgrade#manual;
 msgstr "Il n'y a pas assez de mémoire disponible pour vérifier les mises 
à niveau.\n\nAssurez-vous que ce système répond aux exigences 
d'exécution de Tails.\nConsultez 
file:///usr/share/doc/tails/website/doc/about/requirements.en.html\n\nEssayez 
de redémarrer Tails pour vérifier les mises à niveau de nouveau.\n\nOu 
effectuez une mise à niveau manuelle.\nConsultez 
https://tails.boum.org/doc/first_steps/upgrade#manual;
 
-#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:67
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:71
 msgid "Warning: virtual machine detected!"
 msgstr "Avertissement : une machine virtuelle a été détectée !"
 
-#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:69
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:73
 msgid ""
 "Both the host operating system and the virtualization software are able to "
 "monitor what you are doing in Tails."
 msgstr "Le système d'exploitation hôte et le logiciel de virtualisation 
peuvent tous les deux surveiller ce que vous faites dans Tails."
 
-#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:72
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:76
 msgid "Warning: non-free virtual machine detected!"
 msgstr "Avertissement : une machine virtuelle non libre a été détectée !"
 
-#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:74
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:78
 msgid ""
 "Both the host operating system and the virtualization software are able to "
 "monitor what you are doing in Tails. Only free software can be considered "
@@ -244,23 +262,19 @@ msgid ""
 "software."
 msgstr "Le système d'exploitation hôte et le logiciel de virtualisation 
peuvent tous deux surveiller ce que vous faites dans Tails. Seuls les logiciels 
libres peuvent être considérés de confiance, à la fois pour le système 
d'exploitation hôte et le logiciel de virtualisation."
 
-#: 

[tor-commits] [torflow/master] Output the scanner and slicefile in a new parameter

2017-03-08 Thread tom
commit 7e4ef735858acf5d2fbb183b6f8418b7fc2b364a
Author: Tom Ritter 
Date:   Fri Feb 10 22:58:36 2017 -0600

Output the scanner and slicefile in a new parameter
---
 NetworkScanners/BwAuthority/aggregate.py | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/NetworkScanners/BwAuthority/aggregate.py 
b/NetworkScanners/BwAuthority/aggregate.py
index 01ea8b5..dd8cd20 100755
--- a/NetworkScanners/BwAuthority/aggregate.py
+++ b/NetworkScanners/BwAuthority/aggregate.py
@@ -172,9 +172,10 @@ class Node:
   self.desc_bw = line.desc_bw
   self.circ_fail_rate = line.circ_fail_rate
   self.strm_fail_rate = line.strm_fail_rate
+  self.scanner = line.filename
 
 class Line:
-  def __init__(self, line, slice_file, timestamp):
+  def __init__(self, line, slice_file, timestamp, filename):
 self.idhex = re.search("[\s]*node_id=([\S]+)[\s]*", line).group(1)
 self.nick = re.search("[\s]*nick=([\S]+)[\s]*", line).group(1)
 self.strm_bw = int(re.search("[\s]*strm_bw=([\S]+)[\s]*", line).group(1))
@@ -182,6 +183,7 @@ class Line:
 self.ns_bw = int(re.search("[\s]*ns_bw=([\S]+)[\s]*", line).group(1))
 self.desc_bw = int(re.search("[\s]*desc_bw=([\S]+)[\s]*", line).group(1))
 self.slice_file = slice_file
+self.filename = filename
 self.measured_at = timestamp
 try:
   self.circ_fail_rate = 
float(re.search("[\s]*circ_fail_rate=([\S]+)[\s]*", line).group(1))
@@ -448,7 +450,7 @@ def main(argv):
 fp.readline() # timestamp
 for l in fp.readlines():
   try:
-line = Line(l,s,t)
+line = Line(l,s,t,f.replace(argv[1], ""))
 if line.idhex not in nodes:
   n = Node()
   nodes[line.idhex] = n
@@ -867,7 +869,7 @@ def main(argv):
   for n in n_print:
 if not n.ignore:
   # Turns out str() is more accurate than %lf
-  out.write("node_id="+n.idhex+" bw="+str(base10_round(n.new_bw))+" 
nick="+n.nick+ " measured_at="+str(int(n.measured_at))+" 
updated_at="+str(int(n.updated_at))+" pid_error="+str(n.pid_error)+" 
pid_error_sum="+str(n.pid_error_sum)+" pid_bw="+str(int(n.pid_bw))+" 
pid_delta="+str(n.pid_delta)+" circ_fail="+str(n.circ_fail_rate)+"\n")
+  out.write("node_id="+n.idhex+" bw="+str(base10_round(n.new_bw))+" 
nick="+n.nick+ " measured_at="+str(int(n.measured_at))+" 
updated_at="+str(int(n.updated_at))+" pid_error="+str(n.pid_error)+" 
pid_error_sum="+str(n.pid_error_sum)+" pid_bw="+str(int(n.pid_bw))+" 
pid_delta="+str(n.pid_delta)+" circ_fail="+str(n.circ_fail_rate)+" 
scanner="+str(n.scanner)+"\n")
   out.close()
 
   write_file_list(argv[1])



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


[tor-commits] [torflow/master] Write out the newest scanner's timestamp instead of the last numerical scanner's timestamp

2017-03-08 Thread tom
commit 1661daab85791068c771e75fc848d76019e1d457
Author: Tom Ritter 
Date:   Tue Mar 7 15:45:44 2017 -0600

Write out the newest scanner's timestamp instead of the last numerical 
scanner's timestamp
---
 NetworkScanners/BwAuthority/aggregate.py | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/NetworkScanners/BwAuthority/aggregate.py 
b/NetworkScanners/BwAuthority/aggregate.py
index 01ea8b5..2a675e5 100755
--- a/NetworkScanners/BwAuthority/aggregate.py
+++ b/NetworkScanners/BwAuthority/aggregate.py
@@ -855,10 +855,12 @@ def main(argv):
   n_print = nodes.values()
   n_print.sort(lambda x,y: int(y.pid_error*1000) - int(x.pid_error*1000))
 
+  scan_age = 0
   for scanner in scanner_timestamps.iterkeys():
-scan_age = int(round(scanner_timestamps[scanner],0))
-if scan_age < time.time() - MAX_SCAN_AGE:
-  plog("WARN", "Bandwidth scanner "+scanner+" stale. Possible dead 
bwauthority.py. Timestamp: "+time.ctime(scan_age))
+this_scan_age = int(round(scanner_timestamps[scanner],0))
+scan_age = scan_age if scan_age > this_scan_age else this_scan_age
+if this_scan_age < time.time() - MAX_SCAN_AGE:
+  plog("WARN", "Bandwidth scanner "+scanner+" stale. Possible dead 
bwauthority.py. Timestamp: "+time.ctime(this_scan_age))
 
   out = file(argv[-1], "w")
   out.write(str(scan_age)+"\n")



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


[tor-commits] [torflow/master] Merge branch 'scanner-debug'

2017-03-08 Thread tom
commit bd781b15e0d3994347ff191e1a1dfdbc1d444c29
Merge: 1661daa 7e4ef73
Author: Tom Ritter 
Date:   Wed Mar 8 15:47:19 2017 -0600

Merge branch 'scanner-debug'

 NetworkScanners/BwAuthority/aggregate.py | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

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


[tor-commits] [torspec/master] Merge proposal 204 into addr-spec.txt

2017-03-08 Thread nickm
commit d44e53a7ebb38e737935ca0c0d443e8d8a8d1f37
Author: Nick Mathewson 
Date:   Wed Mar 8 11:52:57 2017 -0500

Merge proposal 204 into addr-spec.txt
---
 address-spec.txt | 4 
 proposals/000-index.txt  | 4 ++--
 proposals/204-hidserv-subdomains.txt | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/address-spec.txt b/address-spec.txt
index 2b361d1..30965ec 100644
--- a/address-spec.txt
+++ b/address-spec.txt
@@ -49,6 +49,7 @@
 3. .onion
 
   SYNTAX:  [digest].onion
+   [ignored].[digest].onion
 
   The digest is the first eighty bits of a SHA1 hash of the identity key for
   a hidden service, encoded in base32.
@@ -56,6 +57,9 @@
   When Tor sees an address in this format, it tries to look up and connect to
   the specified hidden service.  See rend-spec.txt for full details.
 
+  The "ignored" portion of the address is intended for use in vhosting, and
+  is supported in Tor 0.2.4.10-alpha and later.
+
 4. .noconnect
 
   SYNTAX:  [string].noconnect
diff --git a/proposals/000-index.txt b/proposals/000-index.txt
index 6cc4edf..55bf839 100644
--- a/proposals/000-index.txt
+++ b/proposals/000-index.txt
@@ -124,7 +124,7 @@ Proposals by number:
 201  Make bridges report statistics on daily v3 network status requests [OPEN]
 202  Two improved relay encryption protocols for Tor cells [OPEN]
 203  Avoiding censorship by impersonating an HTTPS server [DRAFT]
-204  Subdomain support for Hidden Service addresses [FINISHED]
+204  Subdomain support for Hidden Service addresses [CLOSED]
 205  Remove global client-side DNS caching [CLOSED]
 206  Preconfigured directory sources for bootstrapping [CLOSED]
 207  Directory guards [CLOSED]
@@ -276,7 +276,6 @@ Proposals by status:
161  Computing Bandwidth Adjustments [for 0.2.1.x]
162  Publish the consensus in multiple flavors [in 0.2.3.1-alpha]
196  Extended ORPort and TransportControlPort [for 0.2.4.x]
-   204  Subdomain support for Hidden Service addresses
217  Tor Extended ORPort Authentication [for 0.2.5.x]
220  Migrate server identity keys to Ed25519 [for 0.2.x.x]
232  Pluggable Transport through SOCKS proxy [in 0.2.6]
@@ -328,6 +327,7 @@ Proposals by status:
193  Safe cookie authentication for Tor controllers
198  Restore semantics of TLS ClientHello [for 0.2.4.x]
200  Adding new, extensible CREATE, EXTEND, and related cells [in 
0.2.4.8-alpha]
+   204  Subdomain support for Hidden Service addresses
205  Remove global client-side DNS caching [in 0.2.4.7-alpha.]
206  Preconfigured directory sources for bootstrapping [in 0.2.4.7-alpha]
207  Directory guards [for 0.2.4.x]
diff --git a/proposals/204-hidserv-subdomains.txt 
b/proposals/204-hidserv-subdomains.txt
index a732c39..056fbad 100644
--- a/proposals/204-hidserv-subdomains.txt
+++ b/proposals/204-hidserv-subdomains.txt
@@ -2,7 +2,7 @@ Filename: 204-hidserv-subdomains.txt
 Title: Subdomain support for Hidden Service addresses
 Author: Alessandro Preite Martinez
 Created: 6 July 2012
-Status: Finished
+Status: Closed
 
 
 1. Overview

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


[tor-commits] [torspec/master] reindex proposals

2017-03-08 Thread nickm
commit 94c207a673df1822c544482d8c9926322fa8a9f0
Author: Nick Mathewson 
Date:   Wed Mar 8 11:48:20 2017 -0500

reindex proposals
---
 proposals/000-index.txt | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/proposals/000-index.txt b/proposals/000-index.txt
index e06845e..6cc4edf 100644
--- a/proposals/000-index.txt
+++ b/proposals/000-index.txt
@@ -155,9 +155,9 @@ Proposals by number:
 232  Pluggable Transport through SOCKS proxy [FINISHED]
 233  Making Tor2Web mode faster [OPEN]
 234  Adding remittance field to directory specification [OPEN]
-235  Stop assigning (and eventually supporting) the Named flag [FINISHED]
-236  The move to a single guard node [FINISHED]
-237  All relays are directory servers [FINISHED]
+235  Stop assigning (and eventually supporting) the Named flag [CLOSED]
+236  The move to a single guard node [CLOSED]
+237  All relays are directory servers [CLOSED]
 238  Better hidden service stats from Tor relays [CLOSED]
 239  Consensus Hash Chaining [DRAFT]
 240  Early signing key revocation for directory authorities [DRAFT]
@@ -192,7 +192,7 @@ Proposals by number:
 269  Transitionally secure hybrid handshakes [DRAFT]
 270  RebelAlliance: A Post-Quantum Secure Hybrid Handshake Based on NewHope 
[DRAFT]
 271  Another algorithm for guard selection [CLOSED]
-272  Listed routers should be Valid, Running, and treated as such [FINISHED]
+272  Listed routers should be Valid, Running, and treated as such [CLOSED]
 273  Exit relay pinning for web services [DRAFT]
 274  Rotate onion keys less frequently [OPEN]
 275  Stop including meaningful "published" time in microdescriptor consensus 
[OPEN]
@@ -280,12 +280,8 @@ Proposals by status:
217  Tor Extended ORPort Authentication [for 0.2.5.x]
220  Migrate server identity keys to Ed25519 [for 0.2.x.x]
232  Pluggable Transport through SOCKS proxy [in 0.2.6]
-   235  Stop assigning (and eventually supporting) the Named flag [in 0.2.6, 
0.2.7]
-   236  The move to a single guard node
-   237  All relays are directory servers [for 0.2.7.x]
244  Use RFC5705 Key Exporting in our AUTHENTICATE calls [in 0.3.0.1-alpha]
260  Rendezvous Single Onion Services
-   272  Listed routers should be Valid, Running, and treated as such [in 
0.2.9.3-alpha, 0.2.9.4-alpha]
  CLOSED:
101  Voting on the Tor Directory System [in 0.2.0.x]
102  Dropping "opt" from the directory format [in 0.2.0.x]
@@ -344,11 +340,15 @@ Proposals by status:
222  Stop sending client timestamps [in 0.2.4.18]
227  Include package fingerprints in consensus documents [in 0.2.6.3-alpha]
228  Cross-certifying identity keys with onion keys
+   235  Stop assigning (and eventually supporting) the Named flag [in 0.2.6, 
0.2.7]
+   236  The move to a single guard node
+   237  All relays are directory servers [for 0.2.7.x]
238  Better hidden service stats from Tor relays
243  Give out HSDir flag only to relays with Stable flag
250  Random Number Generation  During Tor Voting
264  Putting version numbers on the Tor subprotocols [in 0.2.9.4-alpha]
271  Another algorithm for guard selection [in 0.3.0.1-alpha]
+   272  Listed routers should be Valid, Running, and treated as such [in 
0.2.9.3-alpha, 0.2.9.4-alpha]
  SUPERSEDED:
112  Bring Back Pathlen Coin Weight
113  Simplifying directory authority administration

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


[tor-commits] [torspec/master] Merge proposal 272 into dir-spec

2017-03-08 Thread nickm
commit db6d2ac48a6cfaa9629e7de2718f28127a8f7f05
Author: Nick Mathewson 
Date:   Wed Mar 8 11:47:02 2017 -0500

Merge proposal 272 into dir-spec
---
 dir-spec.txt   | 11 +--
 proposals/272-valid-and-running-by-default.txt |  2 +-
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/dir-spec.txt b/dir-spec.txt
index f72659d..ae557cf 100644
--- a/dir-spec.txt
+++ b/dir-spec.txt
@@ -2058,8 +2058,15 @@
   "NoEdConsensus" if any Ed25519 key in the router's descriptor or
  microdesriptor does not reflect authority consensus.
   "Stable" if the router is suitable for long-lived circuits.
-  "Running" if the router is currently usable.
-  "Valid" if the router has been 'validated'.
+  "Running" if the router is currently usable. Relays without this
+ flag are omitted from the consensus, and current clients
+ (since 0.2.9.4-alpha) assume that every listed relay has
+ this flag.
+  "Valid" if the router has been 'validated'. Clients before
+ 0.2.9.4-alpha would not use routers without this flag by
+ default. Currently, relays without this flag are omitted
+ fromthe consensus, and current (post-0.2.9.4-alpha) clients
+ assume that every listed relay has this flag.
   "V2Dir" if the router implements the v2 directory protocol or
  higher.
 
diff --git a/proposals/272-valid-and-running-by-default.txt 
b/proposals/272-valid-and-running-by-default.txt
index 473d92b..210a631 100644
--- a/proposals/272-valid-and-running-by-default.txt
+++ b/proposals/272-valid-and-running-by-default.txt
@@ -2,7 +2,7 @@ Filename: 272-valid-and-running-by-default.txt
 Title: Listed routers should be Valid, Running, and treated as such
 Created: 26 Aug 2016
 Author: Nick Mathewson
-Status: Finished
+Status: Closed
 Implemented-In: 0.2.9.3-alpha, 0.2.9.4-alpha
 
 1. Introduction and proposal.



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


[tor-commits] [torspec/master] Merge 235-kill-named-flag.txt into dir-spec.txt

2017-03-08 Thread nickm
commit f31e0e0ba41ba2f26888c86ac264708988d185b6
Author: Nick Mathewson 
Date:   Wed Mar 8 11:42:37 2017 -0500

Merge 235-kill-named-flag.txt into dir-spec.txt
---
 dir-spec.txt  | 64 ++-
 proposals/235-kill-named-flag.txt |  2 +-
 2 files changed, 11 insertions(+), 55 deletions(-)

diff --git a/dir-spec.txt b/dir-spec.txt
index 69697b5..f72659d 100644
--- a/dir-spec.txt
+++ b/dir-spec.txt
@@ -2055,14 +2055,10 @@
   "Fast" if the router is suitable for high-bandwidth circuits.
   "Guard" if the router is suitable for use as an entry guard.
   "HSDir" if the router is considered a v2 hidden service directory.
-  "Named" if the router's identity-nickname mapping is canonical,
- and this authority binds names.
   "NoEdConsensus" if any Ed25519 key in the router's descriptor or
  microdesriptor does not reflect authority consensus.
   "Stable" if the router is suitable for long-lived circuits.
   "Running" if the router is currently usable.
-  "Unnamed" if another router has bound the name used by this
- router, and this authority binds names.
   "Valid" if the router has been 'validated'.
   "V2Dir" if the router implements the v2 directory protocol or
  higher.
@@ -2257,31 +2253,10 @@
known to be broken, and the directory authority has not blacklisted
it as suspicious.
 
-   "Named" -- Directory authority administrators may decide to support name
-   binding.  If they do, then they must maintain a file of
-   nickname-to-identity-key mappings, and try to keep this file consistent
-   with other directory authorities.  If they don't, they act as clients, and
-   report bindings made by other directory authorities (name X is bound to
-   identity Y if at least one binding directory lists it, and no directory
-   binds X to some other Y'.)  A router is called 'Named' if the router
-   believes the given name should be bound to the given key.
-
-Two strategies exist on the current network for deciding on
-values for the Named flag.  In the original version, relay
-operators were asked to send nickname-identity pairs to a
-mailing list of Naming directory authorities' operators.  The
-operators were then supposed to add the pairs to their
-mapping files; in practice, they didn't get to this often.
-
-Newer Naming authorities run a script that registers routers
-in their mapping files once the routers have been online at
-least two weeks, no other router has that nickname, and no
-other router has wanted the nickname for a month.  If a router
-has not been online for six months, the router is removed.
-
-   "Unnamed" -- Directory authorities that support naming should vote for a
-   router to be 'Unnamed' if its given nickname is mapped to a different
-   identity.
+   "Named" --
+   "Unnamed" -- Directory authorities no longer assign these flags.
+  They were once used to determine whether a relay's nickname was
+  canonically linked to its public key.
 
"Running" -- A router is 'Running' if the authority managed to connect to
it successfully within the last 45 minutes.
@@ -2498,6 +2473,7 @@
   the more recently published, then in favor of smaller server
   descriptor digest.
 
+   [
 * The Named flag appears if it is included for this routerstatus by
   _any_ authority, and if all authorities that list it list the same
   nickname. However, if consensus-method 2 or later is in use, and
@@ -2511,6 +2487,10 @@
 
   (With consensus-method 1, Unnamed is set like any other flag.)
 
+  [But note that authorities no longer vote for the Named flag,
+  and the above two bulletpoints are now irrelevant.]
+   ]
+
 * The version is given as whichever version is listed by the most
   voters, with ties decided in favor of more recent versions.
 
@@ -3364,31 +3344,7 @@ The following methods have incorrect implementations; 
authorities SHOULD
 
 5.4.2. Managing naming
 
-   In order to provide human-memorable names for individual router
-   identities, some directory servers bind names to IDs.  Clients handle
-   names in two ways:
-
-   When a client encounters a name it has not mapped before:
-
-  If the consensus lists any router with that name as "Named", or if
-  consensus-method 2 or later is in use and the consensus lists any
-  router with that name as having the "Unnamed" flag, then the name is
-  bound.  (It's bound to the ID listed in the entry with the Named,
-  or to an unknown ID if no name is found.)
-
-   When the user refers to a bound name, the implementation SHOULD provide
-   only the router with ID bound to that name, and no other router, even
-   if the router with the right ID can't 

[tor-commits] [torspec/master] Mark 236-single-guard-node as closed: this is superseded by 271

2017-03-08 Thread nickm
commit 72ce56e62b9acfe4c69b7df9a46506744002d187
Author: Nick Mathewson 
Date:   Wed Mar 8 11:25:46 2017 -0500

Mark 236-single-guard-node as closed: this is superseded by 271
---
 proposals/236-single-guard-node.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proposals/236-single-guard-node.txt 
b/proposals/236-single-guard-node.txt
index 9b4ae4c..7db8a67 100644
--- a/proposals/236-single-guard-node.txt
+++ b/proposals/236-single-guard-node.txt
@@ -2,7 +2,7 @@ Filename: 236-single-guard-node.txt
 Title: The move to a single guard node
 Author: George Kadianakis, Nicholas Hopper
 Created: 2014-03-22
-Status: Finished
+Status: Closed
 
 -1. Implementation-status
 



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


[tor-commits] [torspec/master] Fix an xxx in dir-spec.txt

2017-03-08 Thread nickm
commit b89130e4b4a03549bda540876c70da14f91cc147
Author: Nick Mathewson 
Date:   Wed Mar 8 11:37:12 2017 -0500

Fix an xxx in dir-spec.txt
---
 dir-spec.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dir-spec.txt b/dir-spec.txt
index 714b3af..69697b5 100644
--- a/dir-spec.txt
+++ b/dir-spec.txt
@@ -1910,7 +1910,9 @@
 for the authority.  The identity is an uppercase hex fingerprint of
 the authority's current (v3 authority) identity key.  The address is
 the server's hostname.  The IP is the server's current IP address,
-and dirport is its current directory port. orport
+and dirport is its current directory port.  The orport is the
+port at that address where the authority listens for OR
+connections.
 
 "contact" SP string NL
 



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


[tor-commits] [torspec/master] Merge rest of proposal 237 (all relays as caches) into dirspec

2017-03-08 Thread nickm
commit 309b4c42458c67a2df0a8abe598315b8d8f23900
Author: Nick Mathewson 
Date:   Wed Mar 8 11:35:54 2017 -0500

Merge rest of proposal 237 (all relays as caches) into dirspec
---
 dir-spec.txt| 8 ++--
 proposals/237-directory-servers-for-all.txt | 3 ++-
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/dir-spec.txt b/dir-spec.txt
index 9c8fd4a..714b3af 100644
--- a/dir-spec.txt
+++ b/dir-spec.txt
@@ -734,6 +734,9 @@
 
Present if the router accepts "tunneled" directory requests using a
BEGIN_DIR cell over the router's OR port.
+  (Added in 0.2.8.1-alpha. Before this, Tor relays accepted
+  tunneled directory requests only if they had a DirPort open,
+  or if they were bridges.)
 
"proto" SP Entries NL
 
@@ -2323,9 +2326,10 @@
generating the network-status document believes it is an authority.
 
"V2Dir" -- A router supports the v2 directory protocol or higher if it has
-   an open directory port, and it is running a version of the directory
+   an open directory port OR a tunnelled-dir-server line in its router
+   descriptor, and it is running a version of the directory
protocol that supports the functionality clients need.  (Currently, this
-   is 0.1.1.9-alpha or later.)
+   is every supported version of Tor.)
 
"HSDir" -- A router is a v2 hidden service directory if it stores and
serves v2 hidden service descriptors, has the Stable and Fast flag, and the
diff --git a/proposals/237-directory-servers-for-all.txt 
b/proposals/237-directory-servers-for-all.txt
index 58fcdaf..130bd32 100644
--- a/proposals/237-directory-servers-for-all.txt
+++ b/proposals/237-directory-servers-for-all.txt
@@ -2,8 +2,9 @@ Filename: 237-directory-servers-for-all.txt
 Title: All relays are directory servers
 Author: Matthew Finkel
 Created: 29-Jul-2014
-Status: Finished
+Status: Closed
 Target: 0.2.7.x
+Implemented-in: 0.2.8.1-alpha
 Supersedes: 185
 
 Overview:



___
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

2017-03-08 Thread translation
commit 023ddcc656b93749a6d0113765903a71b20e5275
Author: Translation commit bot 
Date:   Wed Mar 8 16:48:21 2017 +

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

diff --git a/nl/nl.po b/nl/nl.po
index 21514e6..84fc61d 100644
--- a/nl/nl.po
+++ b/nl/nl.po
@@ -119,6 +119,10 @@ msgid ""
 "three keys represent the layers of encryption between the user and each "
 "relay."
 msgstr ""
+"De afbeelding hierboven toont een gebruiker die verschillende websites "
+"bezoekt via Tor. De groene computers stellen relay's in het Tor netwerk voor"
+" en de drie sleutels stellen de lagen van versleuteling voor tussen de "
+"gebruiker en elke relay."
 
 #: bridges.page:6
 msgid "Learn what bridges are and how to get them"

___
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

2017-03-08 Thread translation
commit a0745ec436637c8345384f8f6e94ec34ea792b29
Author: Translation commit bot 
Date:   Wed Mar 8 16:18:17 2017 +

Update translations for tor-browser-manual
---
 hr_HR/hr_HR.po | 25 +++--
 1 file changed, 23 insertions(+), 2 deletions(-)

diff --git a/hr_HR/hr_HR.po b/hr_HR/hr_HR.po
index 4def496..16e1b81 100644
--- a/hr_HR/hr_HR.po
+++ b/hr_HR/hr_HR.po
@@ -510,14 +510,21 @@ msgid ""
 "Browser. If they do not match, you may need to try downloading again,"
 " or from a different source."
 msgstr ""
+"Odaberite preuzetu datoteku Tor Brosera. Satori će prikazati kontrolni "
+"međuzbroj datoteke, koji bi trebali usporediti sa originalnim međuzbrojom "
+"softwarea: njega možete naći klikom na riječi \"kontrolni međuzbroj\" 
nakon "
+"poveznice na koju ste kliknui za preuzimanje. Ako se kontrolni međuzbrojevi "
+"podudaraju, Vaše preuzimanje je uspješno, i možete  početi koristit Tor Browser. Ako se ne podudaraju, možda 
ćete "
+"morati pokušati preuzimanje opet, ili probati sa drugog izvora."
 
 #: first-time.page:7
 msgid "Learn how to use Tor Browser for the first time"
-msgstr ""
+msgstr "Naučite kako koristiti Tor Browser prvi put"
 
 #: first-time.page:10
 msgid "Running Tor Browser for the first time"
-msgstr ""
+msgstr "Pokretanje Tor Browsera prvi put"
 
 #: first-time.page:12
 msgid ""
@@ -525,6 +532,9 @@ msgid ""
 "Settings window. This offers you the option to connect directly to the Tor "
 "network, or to configure Tor Browser for your connection."
 msgstr ""
+"Kad pokrenete Tor Browser prvi put, vidjet ćete prozor Postavki Tor mreže. "
+"Ovo Vam daje opciju spajanja direktno na Tor mrežu, ili konfiguriranja Tor "
+"Browsera za Vašu vezu."
 
 #: first-time.page:19
 msgid "Connect"
@@ -540,6 +550,8 @@ msgid ""
 "external ref='media/first-time/connect.png' "
 "md5='9d07068f751a3bfd274365a4ba8d90ca'"
 msgstr ""
+"external ref='media/first-time/connect.png' "
+"md5='9d07068f751a3bfd274365a4ba8d90ca'"
 
 #: first-time.page:23
 msgid ""
@@ -550,6 +562,12 @@ msgid ""
 "Troubleshooting page for help solving "
 "the problem."
 msgstr ""
+"U većini slučajeva, biranje opcije \"Spoji se\" će Vam omogućiti spajanje 
na"
+" Tor mrežu bez ikakve daljnje konfiguracije. Kad kliknete pojavit će se "
+"statusna traka koja pokazuje progres Torovog spajanja. Ako ste na relativno "
+"brzoj vezi, a ova traka izgleda kao da je zapela, pogledajte stranicu za "
+"Rješavanje problema kako bi dobili "
+"pomoć."
 
 #: first-time.page:33
 msgid "Configure"
@@ -561,6 +579,9 @@ msgid ""
 "select this option. Tor Browser will take you through a series of "
 "configuration options."
 msgstr ""
+"Ako znate da je Vaša veza cenzurirana, ili koristi proxy, trebali bi "
+"odabrati ovu opciju. Tor Browser će Vas provesti kroz seriju "
+"konfiguracijskih opcija."
 
 #: first-time.page:44
 msgid ""

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


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

2017-03-08 Thread translation
commit 3b82dd352388aa508b926d3d6cefb0d0706322be
Author: Translation commit bot 
Date:   Wed Mar 8 15:48:09 2017 +

Update translations for tails-greeter-2
---
 hr_HR/hr_HR.po | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/hr_HR/hr_HR.po b/hr_HR/hr_HR.po
index 901bc31..d07bbb9 100644
--- a/hr_HR/hr_HR.po
+++ b/hr_HR/hr_HR.po
@@ -274,7 +274,7 @@ msgstr "Pokreni Tails"
 
 #: ../tailsgreeter/language.py:119
 msgid "default:LTR"
-msgstr ""
+msgstr "zadano:LTR"
 
 #: ../tailsgreeter/persistence.py:89
 #, python-brace-format
@@ -303,6 +303,9 @@ msgid ""
 "{stdout}\n"
 "{stderr}"
 msgstr ""
+"trajna pohrana nije vratila kod {returncode}:\n"
+"{stdout}\n"
+"{stderr}"
 
 #: ../tailsgreeter/persistence.py:168
 #, 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/tails-greeter-2_completed] Update translations for tails-greeter-2_completed

2017-03-08 Thread translation
commit a518cb9ef4c0358517fb77a225bfa341ac06bfa0
Author: Translation commit bot 
Date:   Wed Mar 8 15:48:14 2017 +

Update translations for tails-greeter-2_completed
---
 hr_HR/hr_HR.po | 218 +++--
 1 file changed, 105 insertions(+), 113 deletions(-)

diff --git a/hr_HR/hr_HR.po b/hr_HR/hr_HR.po
index a5a5ee5..d07bbb9 100644
--- a/hr_HR/hr_HR.po
+++ b/hr_HR/hr_HR.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-11-18 00:07+\n"
+"POT-Creation-Date: 2017-01-31 10:47+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Ana B , 2016\n"
 "Language-Team: Croatian (Croatia) 
(https://www.transifex.com/otf/teams/1519/hr_HR/)\n"
@@ -48,27 +48,30 @@ msgstr "Potvrdite svoju administratorsku lozinku"
 msgid "Disable"
 msgstr "Onemogući"
 
-#: ../data/greeter.ui.h:7
+#. This string will never be displayed in the 1st version of the greeter.
+#: ../data/greeter.ui.h:8
 msgid "Windows Camouflage"
 msgstr "Windows maskiranje"
 
-#: ../data/greeter.ui.h:8
+#. This string will never be displayed in the 1st version of the greeter.
+#: ../data/greeter.ui.h:10
 msgid ""
 "This option makes Tails look like Microsoft Windows 10. This can be useful "
-"to avoid attracting suspiction in public places."
+"to avoid attracting suspicion in public places."
 msgstr ""
-"Ova opcija maskira Tails da izgleda kao Windows 10. Ta opcija može biti "
-"korisna kako bi izbjegli sumnju na javnim mjestima."
+"Ova opcija maskira Tails u Windows 10. To može biti korisno za izbjegavanje "
+"pozornosti na javnim mjestima."
 
-#: ../data/greeter.ui.h:9
+#. This string will never be displayed in the 1st version of the greeter.
+#: ../data/greeter.ui.h:12
 msgid "Microsoft Windows 10 camouflage"
 msgstr "Microsoft Windows 10 kamuflaža"
 
-#: ../data/greeter.ui.h:10
+#: ../data/greeter.ui.h:13
 msgid "MAC Address Spoofing"
 msgstr "Maskiranje MAC adrese"
 
-#: ../data/greeter.ui.h:11
+#: ../data/greeter.ui.h:14
 msgid ""
 "MAC address spoofing hides the serial number of your network interface (Wi-"
 "Fi or wired) to the local network. Spoofing MAC addresses is generally safer"
@@ -80,110 +83,114 @@ msgstr ""
 "sigurnije jer Vam pomaže da sakrijete svoju geografsku lokaciju, ali može "
 "stvoriti probleme sa vezom ili izazvati sumnju."
 
-#: ../data/greeter.ui.h:12
+#: ../data/greeter.ui.h:15
 msgid "Spoof all MAC addresses (default)"
 msgstr "Maskiraj sve MAC adrese (zadano)"
 
-#: ../data/greeter.ui.h:13
+#: ../data/greeter.ui.h:16
 msgid "Don't spoof MAC addresses"
 msgstr "Ne maskiraj MAC adrese"
 
-#: ../data/greeter.ui.h:14
+#: ../data/greeter.ui.h:17 ../tailsgreeter/gui.py:514
+msgid "Cannot unlock encrypted storage with this passphrase."
+msgstr "Ne mogu otključati enkriptiranu pohranu s ovom lozinkom."
+
+#: ../data/greeter.ui.h:18
+msgid ""
+"You will configure the Tor bridge and local proxy later on after connecting "
+"to a network."
+msgstr ""
+"Konfigurirat će te Tor most i lokalni proxy kasnije, nakon spajanja na "
+"mrežu."
+
+#: ../data/greeter.ui.h:19
 msgid "Welcome to Tails!"
 msgstr "Dobrodošli u Tails!"
 
-#: ../data/greeter.ui.h:15
+#. This string will never be displayed in the 1st version of the greeter.
+#: ../data/greeter.ui.h:21
+msgctxt ""
 msgid ""
 "To get guided through Tails' settings, click on Take a Tour above"
 msgstr ""
 "Da bi Vas proveli kroz Tails postavke, kliknite na Obilazak iznad"
 
-#: ../data/greeter.ui.h:16
+#: ../data/greeter.ui.h:22
 msgid "Language & Region"
 msgstr "Jezik i regija"
 
-#: ../data/greeter.ui.h:17
+#: ../data/greeter.ui.h:23
 msgid "Default Settings"
 msgstr "Zadane postavke"
 
-#: ../data/greeter.ui.h:18
+#: ../data/greeter.ui.h:24
 msgid "Save Language & Region Settings"
 msgstr "Spremite postavke jezika i regije"
 
-#: ../data/greeter.ui.h:19
+#: ../data/greeter.ui.h:25
 msgid "Language"
 msgstr "Jezik"
 
-#: ../data/greeter.ui.h:20
-msgid "English"
-msgstr "Engleski"
-
-#: ../data/greeter.ui.h:21
+#: ../data/greeter.ui.h:26
 msgid "Keyboard Layout"
 msgstr "Postavke tipkovnice"
 
-#: ../data/greeter.ui.h:22
-msgid "English (US)"
-msgstr "Engleski (US)"
-
-#: ../data/greeter.ui.h:23
+#: ../data/greeter.ui.h:27
 msgid "Formats"
 msgstr "Formati"
 
-#: ../data/greeter.ui.h:24
-msgid "United States"
-msgstr "Sjedinjene Američke Države"
-
-#: ../data/greeter.ui.h:25
+#: ../data/greeter.ui.h:28
 msgid "Time Zone"
 msgstr "Vremenska zona"
 
-#: ../data/greeter.ui.h:26
-msgid "UTC"
-msgstr "UTC"
-
-#: ../data/greeter.ui.h:27
+#: ../data/greeter.ui.h:29
 msgid "Encrypted Persistent Storage"
 msgstr "Enkriptirana trajna pohrana"
 
-#: ../data/greeter.ui.h:28
+#: ../data/greeter.ui.h:30
 msgid "Show Passphrase"
 msgstr "Pokaži lozinku"
 
-#: ../data/greeter.ui.h:29
+#: ../data/greeter.ui.h:31
 msgid "Configure Persistent Storage"
 msgstr "Postavi trajnu pohranu"
 
-#: 

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

2017-03-08 Thread translation
commit 51280ed659107bfaef58c3a2b47b831b9e817e9b
Author: Translation commit bot 
Date:   Wed Mar 8 15:48:23 2017 +

Update translations for tor-browser-manual
---
 hr_HR/hr_HR.po | 47 ---
 1 file changed, 40 insertions(+), 7 deletions(-)

diff --git a/hr_HR/hr_HR.po b/hr_HR/hr_HR.po
index c1303f0..4def496 100644
--- a/hr_HR/hr_HR.po
+++ b/hr_HR/hr_HR.po
@@ -369,6 +369,10 @@ msgid ""
 "will be secured using HTTPS, which "
 "makes it much harder for somebody to tamper with."
 msgstr ""
+"Najsigurniji i najjednostavniji način preuzimanja Tor Browsera je sa "
+"službene stranice Tor Projekta, https://www.torproject.org. Vaša veza na "
+"stranicu je osigurana HTTPS-om, "
+"zbog čega je puno teže ometati ju."
 
 #: downloading.page:19
 msgid ""
@@ -376,10 +380,13 @@ msgid ""
 "for example, it could be blocked on your network. If this happens, you can "
 "use one of the alternative download methods listed below."
 msgstr ""
+"Kako bilo, može biti situacija i vremena kad ne možete pristupiti stranici "
+"Tor Projekta: primjerice, možda je blokirana na Vašoj mreži. Ako se to "
+"dogodi, možete koristiti alternativne metode preuzimanja navedene ispod."
 
 #: downloading.page:27
 msgid "GetTor"
-msgstr ""
+msgstr "GetTor"
 
 #: downloading.page:28
 msgid ""
@@ -387,10 +394,13 @@ msgid ""
 "the latest version of Tor Browser, hosted at a variety of locations, such as"
 " Dropbox, Google Drive and Github.."
 msgstr ""
+"GetTor je usluga koja automatski odgovara na poruke poveznicama na najnoviju"
+" verziju Tor Browsera, verzije se nalaze na raznim lokacijama, kao Å¡to su "
+"Dropbox, Google Drive i GitHub."
 
 #: downloading.page:34
 msgid "To use GetTor via email:"
-msgstr ""
+msgstr "Kako bi koristili GetTor putem emaila:"
 
 #: downloading.page:39
 msgid ""
@@ -398,6 +408,9 @@ msgid ""
 "simply write “windows”, “osx”, or “linux”, (without quotation 
marks) "
 "depending on your operating system."
 msgstr ""
+"Pošaljite email na get...@torproject.org, i u tijelo poruke samo napišite "
+"\"windows\", \"osx\" ili \"linux\", (bez navodnika), zavisno o Vašem "
+"operativnom sustavu."
 
 #: downloading.page:46
 msgid ""
@@ -408,10 +421,15 @@ msgid ""
 "“32-bit” or “64-bit” software: this depends on the model of the 
computer you"
 " are using."
 msgstr ""
+"GetTor će odgovoriti emailom s poveznicama sa kojih možete preuzeti Tor "
+"Browser paket, kriptografski potpis (potreban za verifikaciju preuzimanja), "
+"otisak prsta ključa korištenog za stvaranje potpisa i kontrolni međuzbroj "
+"paketa. Možda Vam se na izbor ponudi \"32-bitni\" ili \"64-bitni\" software:"
+" to ovisi o modelu računala koji koristite."
 
 #: downloading.page:57
 msgid "To use GetTor via Twitter:"
-msgstr ""
+msgstr "Kako bi koristili GetTor putem Twittera:"
 
 #: downloading.page:62
 msgid ""
@@ -419,38 +437,46 @@ msgid ""
 "Message to @get_tor with the words \"osx en\" in it (you don't need to "
 "follow the account)."
 msgstr ""
+"Da bi dobili poveznice za preuzimanje Tor Browsera na engleskom za OS X, "
+"pošaljite direktnu poruku na @get_tor s riječima \"osx en\" unutra (ne "
+"morate pratiti račun)."
 
 #: downloading.page:70
 msgid "To use GetTor via Jabber/XMPP (Tor Messenger, Jitsi, CoyIM):"
 msgstr ""
+"Kako bi koristili GetTor preko Jabber/XMPP (Tor Messenger, Jitsi, CoyIM):"
 
 #: downloading.page:75
 msgid ""
 "To get links for downloading Tor Browser in Chinese for Linux, send a "
 "message to get...@torproject.org with the words \"linux zh\" in it."
 msgstr ""
+"Da bi dobili poveznice za preuzimanje Tor Browsera na kineskom za Linux, "
+"pošaljite poruku na get...@torproject.org s riječima \"linux zh\" unutra."
 
 #: downloading.page:84
 msgid "Satori"
-msgstr ""
+msgstr "Satori"
 
 #: downloading.page:85
 msgid ""
 "Satori is an add-on for the Chrome or Chromium browsers that allows you to "
 "download several security and privacy programs from different sources."
 msgstr ""
+"Satori je dodatak za Chrome i Chromium preglednike koji Vam omogućuje da "
+"preuzmete nekoliko programa za sigurnost i privatnost sa različitih izvora."
 
 #: downloading.page:90
 msgid "To download Tor Browser using Satori:"
-msgstr ""
+msgstr "Kako bi preuzeli Tor Browser koristeći Satori:"
 
 #: downloading.page:95
 msgid "Install Satori from the Chrome App Store."
-msgstr ""
+msgstr "Instalirajte Satori iz Chrome App trgovine."
 
 #: downloading.page:100
 msgid "Select Satori from your browser’s Apps menu."
-msgstr ""
+msgstr "Odaberite Satori iz izbornika aplikacija Vašeg preglednika."
 
 #: downloading.page:105
 msgid ""
@@ -460,12 +486,19 @@ msgid ""
 "after the name of the program — each one represents a different source from 
"
 "which to get the software. Your download will then begin."
 msgstr ""
+"Kad se Satori otvori, kliknite na preferirani jezik. Otvorit će se izbornik "
+"koji će prikazati dostupna preuzimanja 

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

2017-03-08 Thread translation
commit da95543fec5725278bd98620e759070c32ee5940
Author: Translation commit bot 
Date:   Wed Mar 8 15:16:16 2017 +

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

diff --git a/hr_HR/network-settings.dtd b/hr_HR/network-settings.dtd
index 12a82d7..0e4d96a 100644
--- a/hr_HR/network-settings.dtd
+++ b/hr_HR/network-settings.dtd
@@ -1,4 +1,4 @@
-
+
 
 
 

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


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

2017-03-08 Thread translation
commit 8a8c49d781ba1f1acdea11851337bf6af59ca86b
Author: Translation commit bot 
Date:   Wed Mar 8 15:15:04 2017 +

Update translations for bridgedb
---
 hr_HR/LC_MESSAGES/bridgedb.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/hr_HR/LC_MESSAGES/bridgedb.po b/hr_HR/LC_MESSAGES/bridgedb.po
index 06e94bc..05b6b3f 100644
--- a/hr_HR/LC_MESSAGES/bridgedb.po
+++ b/hr_HR/LC_MESSAGES/bridgedb.po
@@ -14,7 +14,7 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: 
'https://trac.torproject.org/projects/tor/newticket?component=BridgeDB=bridgedb-reported,msgid=isis,sysrqb=isis'\n"
 "POT-Creation-Date: 2015-07-25 03:40+\n"
-"PO-Revision-Date: 2017-03-08 14:25+\n"
+"PO-Revision-Date: 2017-03-08 14:54+\n"
 "Last-Translator: Igor \n"
 "Language-Team: Croatian (Croatia) 
(http://www.transifex.com/otf/torproject/language/hr_HR/)\n"
 "MIME-Version: 1.0\n"
@@ -341,7 +341,7 @@ msgstr "Kako bi unijeli mostove u Tor Browser, prvo 
posjetite %s Tor Browser str
 msgid ""
 "When the 'Tor Network Settings' dialogue pops up, click 'Configure' and 
follow\n"
 "the wizard until it asks:"
-msgstr "Kad se pojavi dijaloški okvir 'Tor mrežne postavke', kliknite 
'Konfiguriraj' i slijedite\nčarobnjaka dok ne upita:"
+msgstr "Kad se pojavi dijaloški okvir 'Postavke Tor mreže', kliknite 
'Konfiguriraj' i slijedite\nčarobnjaka dok ne upita:"
 
 #. TRANSLATORS: Please DO NOT translate "Tor".
 #: bridgedb/strings.py:155
@@ -357,7 +357,7 @@ msgid ""
 "paste the bridge lines into the text input box. Finally, click 'Connect', 
and\n"
 "you should be good to go! If you experience trouble, try clicking the 
'Help'\n"
 "button in the 'Tor Network Settings' wizard for further assistance."
-msgstr "Odaberite 'Da', a zatim 'Sljedeće'. Da bi konfigurirali svoje nove 
mostove, kopirajte i \nzalijepite linije mostova u kućicu za unos teksta. Na 
kraju, kliknite 'Spoji se', i \nsve bi trebalo biti u redu! Ako naiđete na 
probleme, probajte kliknuti  'Pomoć'\nu čarobnjaku 'Tor mrežne postavke' za 
daljnju pomoć."
+msgstr "Odaberite 'Da', a zatim 'Sljedeće'. Da bi konfigurirali svoje nove 
mostove, kopirajte i \nzalijepite linije mostova u kućicu za unos teksta. Na 
kraju, kliknite 'Spoji se', i \nsve bi trebalo biti u redu! Ako naiđete na 
probleme, probajte kliknuti  'Pomoć'\nu čarobnjaku 'Postavke Tor mreže' za 
daljnju pomoć."
 
 #: bridgedb/strings.py:167
 msgid "Displays this message."

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


[tor-commits] [tor/release-0.2.8] Merge branch 'maint-0.2.5' into maint-0.2.6

2017-03-08 Thread nickm
commit ecc73c3c035abe1a2c33e924e37e55064e712d56
Merge: 57e778f 933a1e7
Author: Nick Mathewson 
Date:   Wed Mar 8 10:10:44 2017 -0500

Merge branch 'maint-0.2.5' into maint-0.2.6

 changes/geoip-march2017 | 4 +
 src/config/geoip| 13115 +++---
 src/config/geoip6   |   754 ++-
 3 files changed, 5884 insertions(+), 7989 deletions(-)



___
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

2017-03-08 Thread translation
commit 25b5b2faed145214371ffb6473e6dbb781ec7d49
Author: Translation commit bot 
Date:   Wed Mar 8 15:16:20 2017 +

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

diff --git a/hr_HR.po b/hr_HR.po
index 3f02367..b7e1b71 100644
--- a/hr_HR.po
+++ b/hr_HR.po
@@ -13,7 +13,7 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-03-06 12:07+0100\n"
-"PO-Revision-Date: 2017-03-08 14:26+\n"
+"PO-Revision-Date: 2017-03-08 14:50+\n"
 "Last-Translator: Igor \n"
 "Language-Team: Croatian (Croatia) 
(http://www.transifex.com/otf/torproject/language/hr_HR/)\n"
 "MIME-Version: 1.0\n"
@@ -173,7 +173,7 @@ msgstr "Neuspješno sinkroniziranje sata!"
 
 #: config/chroot_local-includes/usr/local/lib/tails-i2p-removal-notify-user:57
 msgid "Warning: I2P will be removed in Tails 2.12"
-msgstr ""
+msgstr " Upozorenje: I2P će biti uklonjen u Tails 2.12"
 
 #: config/chroot_local-includes/usr/local/bin/tails-security-check:124
 msgid "This version of Tails has known security issues:"

___
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

2017-03-08 Thread translation
commit 8f15c029d7cf1130bedec606e5ab7c3f84983947
Author: Translation commit bot 
Date:   Wed Mar 8 15:16:24 2017 +

Update translations for tails-misc_completed
---
 hr_HR.po | 52 +---
 1 file changed, 33 insertions(+), 19 deletions(-)

diff --git a/hr_HR.po b/hr_HR.po
index 3f4f715..b7e1b71 100644
--- a/hr_HR.po
+++ b/hr_HR.po
@@ -5,15 +5,15 @@
 # Translators:
 # Ana B, 2014
 # Miskha , 2014
-# Igor , 2016
+# Igor , 2016-2017
 # Igor , 2015
 # Neven Lovrić , 2014
 msgid ""
 msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-09-02 16:02+0200\n"
-"PO-Revision-Date: 2016-09-15 06:05+\n"
+"POT-Creation-Date: 2017-03-06 12:07+0100\n"
+"PO-Revision-Date: 2017-03-08 14:50+\n"
 "Last-Translator: Igor \n"
 "Language-Team: Croatian (Croatia) 
(http://www.transifex.com/otf/torproject/language/hr_HR/)\n"
 "MIME-Version: 1.0\n"
@@ -56,7 +56,7 @@ msgid ""
 "When you reboot Tails, all of Electrum's data will be lost, including your "
 "Bitcoin wallet. It is strongly recommended to only run Electrum when its "
 "persistence feature is activated."
-msgstr "Kad ponovno pokrenet Tails, svi Electrum-ovi podatci će biti 
izgubljeni, uključujući i Vaš Bitcoin novčanik. Snažno je preporučeno  da 
se Electrum pokreće jedino kad je mogućnost trajnosti aktivirina."
+msgstr "Kad ponovno pokrenet Tails, svi Electrumovi podatci će biti 
izgubljeni, uključujući i Vaš Bitcoin novčanik. Snažno je preporučeno da 
se Electrum pokreće jedino kad je mogućnost trajnosti aktivirina."
 
 #: config/chroot_local-includes/usr/local/bin/electrum:21
 msgid "Do you want to start Electrum anyway?"
@@ -90,7 +90,7 @@ msgid ""
 "If you already migrated your emails to Icedove, you should delete"
 " all your Claws Mail data to remove this warning."
-msgstr "Ako ste već migrirali svoje email-ove na Icedove trebali bi 
 izbrisati sve Claws Mail podatke kako bi uklonili ovo upozorenje."
+msgstr "Ako ste već migrirali svoje emailove na Icedove trebali bi 
 izbrisati sve Claws Mail podatke kako bi uklonili ovo upozorenje."
 
 #: 
config/chroot_local-includes/usr/share/gnome-shell/extensions/shutdown-hel...@tails.boum.org/extension.js:71
 msgid "Restart"
@@ -100,6 +100,20 @@ msgstr "Ponovno pokreni"
 msgid "Power Off"
 msgstr "Isključi"
 
+#: config/chroot_local-includes/usr/local/lib/tails-32-bit-notify-user:59
+msgid "Warning: Tails 3.0 won't work on this computer!"
+msgstr "Upozorenje: Tails 3.0 neće raditi na ovom računalu!"
+
+#: config/chroot_local-includes/usr/local/lib/tails-32-bit-notify-user:60
+msgid "Tails 3.0 will require a 64-bit processor."
+msgstr "Tails 3.0 zahtjeva 64-bitni procesor."
+
+#: config/chroot_local-includes/usr/local/lib/tails-32-bit-notify-user:63
+#: config/chroot_local-includes/usr/local/lib/tails-i2p-removal-notify-user:59
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:83
+msgid "Learn more"
+msgstr "Naučite više"
+
 #: config/chroot_local-includes/usr/local/bin/tails-about:22
 #: 
../config/chroot_local-includes/usr/share/desktop-directories/Tails.directory.in.h:1
 msgid "Tails"
@@ -157,11 +171,15 @@ msgstr "Tor treba točan sat da bi radio ispravno, 
posebno za skrivene usluge. M
 msgid "Failed to synchronize the clock!"
 msgstr "Neuspješno sinkroniziranje sata!"
 
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:146
+#: config/chroot_local-includes/usr/local/lib/tails-i2p-removal-notify-user:57
+msgid "Warning: I2P will be removed in Tails 2.12"
+msgstr " Upozorenje: I2P će biti uklonjen u Tails 2.12"
+
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:124
 msgid "This version of Tails has known security issues:"
 msgstr "Ova verzija Tailsa ima poznate sigurnosne probleme:"
 
-#: config/chroot_local-includes/usr/local/bin/tails-security-check:156
+#: config/chroot_local-includes/usr/local/bin/tails-security-check:134
 msgid "Known security issues"
 msgstr "Poznati sigurnosni problemi"
 
@@ -211,21 +229,21 @@ msgid ""
 "See https://tails.boum.org/doc/first_steps/upgrade#manual;
 msgstr "Nedovoljno memorije za provjeru nadogradnje.\n\nOsigurajte da 
sustav zadovoljava sve zahtjeve za pokretanje Tailsa.\nPogledajte datoteku 
:///usr/share/doc/tails/website/doc/about/requirements.en.html\n\nPokušajte 
ponovno pokrenuti Tails da bi ponovno potražili nadogradnje.\n\nIli izvršite 
manualnu nadogradnju.\nPogledajte 
https://tails.boum.org/doc/first_steps/upgrade#manual;
 
-#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:67
+#: config/chroot_local-includes/usr/local/lib/tails-virt-notify-user:71
 msgid "Warning: virtual machine detected!"
 msgstr "Upozorenje : Virtualni stroj otkriven!"
 
-#: 

[tor-commits] [torspec/master] Proposal 274: Accept keys for an additional onion-key-grace-period-days.

2017-03-08 Thread ahf
commit 640ebe7fdee7446738ae234e282b5ddf6c68acea
Author: Alexander Færøy 
Date:   Wed Mar 8 16:20:14 2017 +0100

Proposal 274: Accept keys for an additional onion-key-grace-period-days.

This patch changes the wording of proposal 274 such that relays should
accept previous onion keys for an additional onion-key-grace-period-days
and not an additional onion-key-rotation-days.
---
 proposals/274-rotate-onion-keys-less.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/proposals/274-rotate-onion-keys-less.txt 
b/proposals/274-rotate-onion-keys-less.txt
index 0d61d5d..dbce292 100644
--- a/proposals/274-rotate-onion-keys-less.txt
+++ b/proposals/274-rotate-onion-keys-less.txt
@@ -108,6 +108,6 @@ Target: 0.3.1.x-alpha
Every relay should list each onion key it generates for
onion-key-rotation-days days after generating it, and then
replace it.  Relays should continue to accept their most recent
-   previous onion key for an additional onion-key-rotation-days days
-   after it is replaced.
+   previous onion key for an additional onion-key-grace-period-days
+   days after it is replaced.
 

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


[tor-commits] [tor/master] Merge branch 'maint-0.2.5' into maint-0.2.6

2017-03-08 Thread nickm
commit ecc73c3c035abe1a2c33e924e37e55064e712d56
Merge: 57e778f 933a1e7
Author: Nick Mathewson 
Date:   Wed Mar 8 10:10:44 2017 -0500

Merge branch 'maint-0.2.5' into maint-0.2.6

 changes/geoip-march2017 | 4 +
 src/config/geoip| 13115 +++---
 src/config/geoip6   |   754 ++-
 3 files changed, 5884 insertions(+), 7989 deletions(-)



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


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

2017-03-08 Thread nickm
commit 73371db4b9f82e541150b9f66de45be092fb7a76
Merge: c0c6854 ecc73c3
Author: Nick Mathewson 
Date:   Wed Mar 8 10:10:55 2017 -0500

Merge branch 'maint-0.2.6' into release-0.2.6

 changes/geoip-march2017 | 4 +
 src/config/geoip| 13115 +++---
 src/config/geoip6   |   754 ++-
 3 files changed, 5884 insertions(+), 7989 deletions(-)

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


[tor-commits] [tor/release-0.2.8] Merge branch 'maint-0.2.6' into maint-0.2.7-redux

2017-03-08 Thread nickm
commit 25c28bc2d920ffa0fe36c2de7833735255582c3a
Merge: b5526be ecc73c3
Author: Nick Mathewson 
Date:   Wed Mar 8 10:11:05 2017 -0500

Merge branch 'maint-0.2.6' into maint-0.2.7-redux

 changes/geoip-march2017 | 4 +
 src/config/geoip| 13115 +++---
 src/config/geoip6   |   754 ++-
 3 files changed, 5884 insertions(+), 7989 deletions(-)



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


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

2017-03-08 Thread nickm
commit 933a1e79975226c357d9d7f32be479a4868bb8d7
Merge: 884b371 4488c31
Author: Nick Mathewson 
Date:   Wed Mar 8 10:10:29 2017 -0500

Merge branch 'maint-0.2.4' into maint-0.2.5

 changes/geoip-march2017 | 4 +
 src/config/geoip| 13115 +++---
 src/config/geoip6   |   754 ++-
 3 files changed, 5884 insertions(+), 7989 deletions(-)



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


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

2017-03-08 Thread nickm
commit 2cfecec9c795918587fa853bba606c05e513
Merge: f93bcab 25c28bc
Author: Nick Mathewson 
Date:   Wed Mar 8 10:11:23 2017 -0500

Merge branch 'maint-0.2.7-redux' into maint-0.2.8

 changes/geoip-march2017 | 4 +
 src/config/geoip| 13115 +++---
 src/config/geoip6   |   754 ++-
 3 files changed, 5884 insertions(+), 7989 deletions(-)



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


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

2017-03-08 Thread nickm
commit d642ceb8dff5e837bc0e27f9f50812beece06401
Merge: 7549259 2cfecec
Author: Nick Mathewson 
Date:   Wed Mar 8 10:12:06 2017 -0500

Merge branch 'maint-0.2.8' into maint-0.2.9

 changes/geoip-march2017 | 4 +
 src/config/geoip| 13115 +++---
 src/config/geoip6   |   754 ++-
 3 files changed, 5884 insertions(+), 7989 deletions(-)



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


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

2017-03-08 Thread nickm
commit ae0586ff89f1deacc56871be85e07f4f96b5e4dd
Merge: da819de 25c28bc
Author: Nick Mathewson 
Date:   Wed Mar 8 10:11:16 2017 -0500

Merge branch 'maint-0.2.7-redux' into release-0.2.7-redux

 changes/geoip-march2017 | 4 +
 src/config/geoip| 13115 +++---
 src/config/geoip6   |   754 ++-
 3 files changed, 5884 insertions(+), 7989 deletions(-)

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


[tor-commits] [tor/release-0.2.6] Merge branch 'maint-0.2.4' into maint-0.2.5

2017-03-08 Thread nickm
commit 933a1e79975226c357d9d7f32be479a4868bb8d7
Merge: 884b371 4488c31
Author: Nick Mathewson 
Date:   Wed Mar 8 10:10:29 2017 -0500

Merge branch 'maint-0.2.4' into maint-0.2.5

 changes/geoip-march2017 | 4 +
 src/config/geoip| 13115 +++---
 src/config/geoip6   |   754 ++-
 3 files changed, 5884 insertions(+), 7989 deletions(-)



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


[tor-commits] [tor/maint-0.2.8] Merge branch 'maint-0.2.7-redux' into maint-0.2.8

2017-03-08 Thread nickm
commit 2cfecec9c795918587fa853bba606c05e513
Merge: f93bcab 25c28bc
Author: Nick Mathewson 
Date:   Wed Mar 8 10:11:23 2017 -0500

Merge branch 'maint-0.2.7-redux' into maint-0.2.8

 changes/geoip-march2017 | 4 +
 src/config/geoip| 13115 +++---
 src/config/geoip6   |   754 ++-
 3 files changed, 5884 insertions(+), 7989 deletions(-)

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


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

2017-03-08 Thread nickm
commit ecc73c3c035abe1a2c33e924e37e55064e712d56
Merge: 57e778f 933a1e7
Author: Nick Mathewson 
Date:   Wed Mar 8 10:10:44 2017 -0500

Merge branch 'maint-0.2.5' into maint-0.2.6

 changes/geoip-march2017 | 4 +
 src/config/geoip| 13115 +++---
 src/config/geoip6   |   754 ++-
 3 files changed, 5884 insertions(+), 7989 deletions(-)



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


[tor-commits] [tor/release-0.2.7-redux] Merge branch 'maint-0.2.4' into maint-0.2.5

2017-03-08 Thread nickm
commit 933a1e79975226c357d9d7f32be479a4868bb8d7
Merge: 884b371 4488c31
Author: Nick Mathewson 
Date:   Wed Mar 8 10:10:29 2017 -0500

Merge branch 'maint-0.2.4' into maint-0.2.5

 changes/geoip-march2017 | 4 +
 src/config/geoip| 13115 +++---
 src/config/geoip6   |   754 ++-
 3 files changed, 5884 insertions(+), 7989 deletions(-)



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


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

2017-03-08 Thread nickm
commit 51ca3dc8116320b57cec619bca61a372a05f01ce
Merge: 45245fe 933a1e7
Author: Nick Mathewson 
Date:   Wed Mar 8 10:10:36 2017 -0500

Merge branch 'maint-0.2.5' into release-0.2.5

 changes/geoip-march2017 | 4 +
 src/config/geoip| 13115 +++---
 src/config/geoip6   |   754 ++-
 3 files changed, 5884 insertions(+), 7989 deletions(-)

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


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

2017-03-08 Thread nickm
commit d642ceb8dff5e837bc0e27f9f50812beece06401
Merge: 7549259 2cfecec
Author: Nick Mathewson 
Date:   Wed Mar 8 10:12:06 2017 -0500

Merge branch 'maint-0.2.8' into maint-0.2.9

 changes/geoip-march2017 | 4 +
 src/config/geoip| 13115 +++---
 src/config/geoip6   |   754 ++-
 3 files changed, 5884 insertions(+), 7989 deletions(-)



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


[tor-commits] [tor/release-0.2.7-redux] Merge branch 'maint-0.2.5' into maint-0.2.6

2017-03-08 Thread nickm
commit ecc73c3c035abe1a2c33e924e37e55064e712d56
Merge: 57e778f 933a1e7
Author: Nick Mathewson 
Date:   Wed Mar 8 10:10:44 2017 -0500

Merge branch 'maint-0.2.5' into maint-0.2.6

 changes/geoip-march2017 | 4 +
 src/config/geoip| 13115 +++---
 src/config/geoip6   |   754 ++-
 3 files changed, 5884 insertions(+), 7989 deletions(-)



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


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

2017-03-08 Thread translation
commit c26b1810b725c3991660e7277d9f2bfdc0afda4e
Author: Translation commit bot 
Date:   Wed Mar 8 15:18:24 2017 +

Update translations for tails-greeter-2
---
 hr_HR/hr_HR.po | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/hr_HR/hr_HR.po b/hr_HR/hr_HR.po
index f62178c..901bc31 100644
--- a/hr_HR/hr_HR.po
+++ b/hr_HR/hr_HR.po
@@ -171,6 +171,8 @@ msgstr "Zaključaj trajnu pohranu"
 #: ../data/greeter.ui.h:35
 msgid "Your persistent storage is unlocked. Restart Tails to lock it again."
 msgstr ""
+"Vaša trajan pohrana je otključana. Ponovno pokrenite Tails kako bi ju opet "
+"zaključali."
 
 #: ../data/greeter.ui.h:36 ../tailsgreeter/gui.py:554
 msgid "Additional Settings"
@@ -182,7 +184,7 @@ msgstr "Spremi dodatne postavke"
 
 #: ../data/greeter.ui.h:38
 msgid "Add an additional setting"
-msgstr ""
+msgstr "Dodadj dodatne postavke"
 
 #: ../data/greeter.ui.h:39
 msgid "Network Configuration"

___
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

2017-03-08 Thread translation
commit 8463b378d21933f9282527e09f71c78f4133f822
Author: Translation commit bot 
Date:   Wed Mar 8 15:18:35 2017 +

Update translations for tor-browser-manual
---
 hr_HR/hr_HR.po | 28 +---
 1 file changed, 25 insertions(+), 3 deletions(-)

diff --git a/hr_HR/hr_HR.po b/hr_HR/hr_HR.po
index 594ab1a..c1303f0 100644
--- a/hr_HR/hr_HR.po
+++ b/hr_HR/hr_HR.po
@@ -256,7 +256,7 @@ msgstr ""
 
 #: circumvention.page:22
 msgid "Using pluggable transports"
-msgstr ""
+msgstr "Korištenje priključnih transporta"
 
 #. This is a reference to an external file such as an image or video. When
 #. the file changes, the md5 hash will change to let you know you need to
@@ -268,12 +268,16 @@ msgid ""
 "external ref='media/circumvention/configure.png' "
 "md5='519d888303eadfe4cb03f178aedd90f5'"
 msgstr ""
+"external ref='media/circumvention/configure.png' "
+"md5='519d888303eadfe4cb03f178aedd90f5'"
 
 #: circumvention.page:28
 msgid ""
 "To use pluggable transports, click \"Configure\" in the Tor Launcher window "
 "that appears when you first run Tor Browser."
 msgstr ""
+"Kako bi koristili priključne transporte, kliknite \"Konfiguriraj\" u prozoru"
+" Tor Launchera, koji se pojavljuje kad prvi put pokrenete Tor Browser."
 
 #: circumvention.page:33
 msgid ""
@@ -281,12 +285,17 @@ msgid ""
 " clicking on the green onion near your address bar and selecting “Tor "
 "Network Settings”."
 msgstr ""
+"Također možete konfigurirati priključne transporte dok je Tor Browser "
+"pokrenut, klikom na zeleni luk blizu adresne trake i odabirom \"Postavke Tor"
+" mreže\"."
 
 #: circumvention.page:41
 msgid ""
 "Select “yes” when asked if your Internet Service Provider blocks 
connections"
 " to the Tor network."
 msgstr ""
+"Odaberite \"da\" kad Vas se pita blokira li Vaš davatelj internet usluge "
+"veze na Tor mrežu."
 
 #. This is a reference to an external file such as an image or video. When
 #. the file changes, the md5 hash will change to let you know you need to
@@ -298,16 +307,20 @@ msgid ""
 "external ref='media/circumvention/bridges.png' "
 "md5='910cdd5e45860b81a1ad4739c589a195'"
 msgstr ""
+"external ref='media/circumvention/bridges.png' "
+"md5='910cdd5e45860b81a1ad4739c589a195'"
 
 #: circumvention.page:51
 msgid ""
 "Select “Connect with provided bridges”. Tor Browser currently has six "
 "pluggable transport options to choose from."
 msgstr ""
+"Odaberite \"Spoji se sa dostupnim mostovima\". Tor Browser trenutno ima Å¡est"
+" opcija priključnih transporta između kojih možete birati."
 
 #: circumvention.page:60
 msgid "Which transport should I use?"
-msgstr ""
+msgstr "Koji transport da koristim?"
 
 #: circumvention.page:61
 msgid ""
@@ -316,6 +329,10 @@ msgid ""
 "Transports page), and their effectiveness depends on your individual "
 "circumstances."
 msgstr ""
+"Svaki transport izlistan izborniku Tor Launchera radi na drugačiji način 
(za"
+" više detalja, pogledajte stranicu o priključnim "
+"transportima), i njihova efikasnost ovisi o Vašim individualnim "
+"okolnostima."
 
 #: circumvention.page:67
 msgid ""
@@ -323,6 +340,8 @@ msgid ""
 " should try the different transports: obfs3, obfs4, ScrambleSuit, fte, meek-"
 "azure, meek-amazon."
 msgstr ""
+"Ako prvi puta pokušavate obići bolkiranu vezu trebali bi probati različite 
"
+"transporte: obfs3, obfs4, ScrambleSuit, fte, meek-azure, meek-amazon."
 
 #: circumvention.page:72
 msgid ""
@@ -331,10 +350,13 @@ msgid ""
 "xref=\"bridges\">Bridges section to learn what bridges are and how to"
 " obtain them."
 msgstr ""
+"Ako pokušate sve ove opcije i nijedna vas ne spoji, morat ćete ručno 
unijeti"
+" adrese mostova. Pročitajte dio o Mostovima "
+"kako bi naučili što su mostovi i kako ih dobiti."
 
 #: downloading.page:7
 msgid "How to download Tor Browser"
-msgstr ""
+msgstr "Kako preuzeti Tor Browser"
 
 #: downloading.page:10
 msgid "Downloading"

___
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

2017-03-08 Thread translation
commit 430dd372f3dd8bb2c27744a8d2376bd88e737c7b
Author: Translation commit bot 
Date:   Wed Mar 8 15:16:12 2017 +

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

diff --git a/hr_HR/network-settings.dtd b/hr_HR/network-settings.dtd
index 12a82d7..0e4d96a 100644
--- a/hr_HR/network-settings.dtd
+++ b/hr_HR/network-settings.dtd
@@ -1,4 +1,4 @@
-
+
 
 
 

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


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

2017-03-08 Thread translation
commit bbc5479f66aff0ccf60749dc125d0df25c28fd68
Author: Translation commit bot 
Date:   Wed Mar 8 15:15:09 2017 +

Update translations for bridgedb_completed
---
 hr_HR/LC_MESSAGES/bridgedb.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/hr_HR/LC_MESSAGES/bridgedb.po b/hr_HR/LC_MESSAGES/bridgedb.po
index 06e94bc..05b6b3f 100644
--- a/hr_HR/LC_MESSAGES/bridgedb.po
+++ b/hr_HR/LC_MESSAGES/bridgedb.po
@@ -14,7 +14,7 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: 
'https://trac.torproject.org/projects/tor/newticket?component=BridgeDB=bridgedb-reported,msgid=isis,sysrqb=isis'\n"
 "POT-Creation-Date: 2015-07-25 03:40+\n"
-"PO-Revision-Date: 2017-03-08 14:25+\n"
+"PO-Revision-Date: 2017-03-08 14:54+\n"
 "Last-Translator: Igor \n"
 "Language-Team: Croatian (Croatia) 
(http://www.transifex.com/otf/torproject/language/hr_HR/)\n"
 "MIME-Version: 1.0\n"
@@ -341,7 +341,7 @@ msgstr "Kako bi unijeli mostove u Tor Browser, prvo 
posjetite %s Tor Browser str
 msgid ""
 "When the 'Tor Network Settings' dialogue pops up, click 'Configure' and 
follow\n"
 "the wizard until it asks:"
-msgstr "Kad se pojavi dijaloški okvir 'Tor mrežne postavke', kliknite 
'Konfiguriraj' i slijedite\nčarobnjaka dok ne upita:"
+msgstr "Kad se pojavi dijaloški okvir 'Postavke Tor mreže', kliknite 
'Konfiguriraj' i slijedite\nčarobnjaka dok ne upita:"
 
 #. TRANSLATORS: Please DO NOT translate "Tor".
 #: bridgedb/strings.py:155
@@ -357,7 +357,7 @@ msgid ""
 "paste the bridge lines into the text input box. Finally, click 'Connect', 
and\n"
 "you should be good to go! If you experience trouble, try clicking the 
'Help'\n"
 "button in the 'Tor Network Settings' wizard for further assistance."
-msgstr "Odaberite 'Da', a zatim 'Sljedeće'. Da bi konfigurirali svoje nove 
mostove, kopirajte i \nzalijepite linije mostova u kućicu za unos teksta. Na 
kraju, kliknite 'Spoji se', i \nsve bi trebalo biti u redu! Ako naiđete na 
probleme, probajte kliknuti  'Pomoć'\nu čarobnjaku 'Tor mrežne postavke' za 
daljnju pomoć."
+msgstr "Odaberite 'Da', a zatim 'Sljedeće'. Da bi konfigurirali svoje nove 
mostove, kopirajte i \nzalijepite linije mostova u kućicu za unos teksta. Na 
kraju, kliknite 'Spoji se', i \nsve bi trebalo biti u redu! Ako naiđete na 
probleme, probajte kliknuti  'Pomoć'\nu čarobnjaku 'Postavke Tor mreže' za 
daljnju pomoć."
 
 #: bridgedb/strings.py:167
 msgid "Displays this 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

2017-03-08 Thread translation
commit 187613d7b02172a2a9561a68015f0456135e5dec
Author: Translation commit bot 
Date:   Wed Mar 8 15:16:49 2017 +

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

diff --git a/hr_HR/torbutton.dtd b/hr_HR/torbutton.dtd
index 17bb0c1..0a40694 100644
--- a/hr_HR/torbutton.dtd
+++ b/hr_HR/torbutton.dtd
@@ -4,7 +4,7 @@
 
 
 
-
+
 
 
 

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


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

2017-03-08 Thread translation
commit 4ec3acd97d917cd7d0409e91feaaa768683279f0
Author: Translation commit bot 
Date:   Wed Mar 8 15:16:28 2017 +

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

diff --git a/hr_HR/aboutTor.dtd b/hr_HR/aboutTor.dtd
index 319e746..47128e6 100644
--- a/hr_HR/aboutTor.dtd
+++ b/hr_HR/aboutTor.dtd
@@ -10,7 +10,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

2017-03-08 Thread translation
commit bc452b81d4ad00d1ad720055ba9536515098c6e1
Author: Translation commit bot 
Date:   Wed Mar 8 15:16:31 2017 +

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

diff --git a/hr_HR/aboutTor.dtd b/hr_HR/aboutTor.dtd
index 319e746..47128e6 100644
--- a/hr_HR/aboutTor.dtd
+++ b/hr_HR/aboutTor.dtd
@@ -10,7 +10,7 @@
 
 
 
-
+
 
 
 

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


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

2017-03-08 Thread nickm
commit d6021989d9a4562a5a1a3f65ba3ac45178921fe9
Merge: 4e5df73 2cfecec
Author: Nick Mathewson 
Date:   Wed Mar 8 10:11:58 2017 -0500

Merge branch 'maint-0.2.8' into release-0.2.8

 changes/geoip-march2017 | 4 +
 src/config/geoip| 13115 +++---
 src/config/geoip6   |   754 ++-
 3 files changed, 5884 insertions(+), 7989 deletions(-)

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


[tor-commits] [tor/release-0.2.8] Merge branch 'maint-0.2.4' into maint-0.2.5

2017-03-08 Thread nickm
commit 933a1e79975226c357d9d7f32be479a4868bb8d7
Merge: 884b371 4488c31
Author: Nick Mathewson 
Date:   Wed Mar 8 10:10:29 2017 -0500

Merge branch 'maint-0.2.4' into maint-0.2.5

 changes/geoip-march2017 | 4 +
 src/config/geoip| 13115 +++---
 src/config/geoip6   |   754 ++-
 3 files changed, 5884 insertions(+), 7989 deletions(-)



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


[tor-commits] [tor/release-0.2.7-redux] Merge branch 'maint-0.2.6' into maint-0.2.7-redux

2017-03-08 Thread nickm
commit 25c28bc2d920ffa0fe36c2de7833735255582c3a
Merge: b5526be ecc73c3
Author: Nick Mathewson 
Date:   Wed Mar 8 10:11:05 2017 -0500

Merge branch 'maint-0.2.6' into maint-0.2.7-redux

 changes/geoip-march2017 | 4 +
 src/config/geoip| 13115 +++---
 src/config/geoip6   |   754 ++-
 3 files changed, 5884 insertions(+), 7989 deletions(-)



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


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

2017-03-08 Thread nickm
commit adf46d69e724f6857464131555267fa01554629f
Merge: 94dad8d d642ceb
Author: Nick Mathewson 
Date:   Wed Mar 8 10:12:18 2017 -0500

Merge branch 'maint-0.2.9' into release-0.2.9

 changes/geoip-march2017 | 4 +
 src/config/geoip| 13115 +++---
 src/config/geoip6   |   754 ++-
 3 files changed, 5884 insertions(+), 7989 deletions(-)

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


[tor-commits] [tor/release-0.2.8] Merge branch 'maint-0.2.7-redux' into maint-0.2.8

2017-03-08 Thread nickm
commit 2cfecec9c795918587fa853bba606c05e513
Merge: f93bcab 25c28bc
Author: Nick Mathewson 
Date:   Wed Mar 8 10:11:23 2017 -0500

Merge branch 'maint-0.2.7-redux' into maint-0.2.8

 changes/geoip-march2017 | 4 +
 src/config/geoip| 13115 +++---
 src/config/geoip6   |   754 ++-
 3 files changed, 5884 insertions(+), 7989 deletions(-)



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


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

2017-03-08 Thread nickm
commit 25c28bc2d920ffa0fe36c2de7833735255582c3a
Merge: b5526be ecc73c3
Author: Nick Mathewson 
Date:   Wed Mar 8 10:11:05 2017 -0500

Merge branch 'maint-0.2.6' into maint-0.2.7-redux

 changes/geoip-march2017 | 4 +
 src/config/geoip| 13115 +++---
 src/config/geoip6   |   754 ++-
 3 files changed, 5884 insertions(+), 7989 deletions(-)



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


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

2017-03-08 Thread nickm
commit 64bc1490ea4a106ceb10c42273124790538bbcb7
Merge: 16bbbe8 4488c31
Author: Nick Mathewson 
Date:   Wed Mar 8 10:09:20 2017 -0500

Merge branch 'maint-0.2.4' into release-0.2.4

 changes/geoip-march2017 | 4 +
 src/config/geoip| 13115 +++---
 src/config/geoip6   |   754 ++-
 3 files changed, 5884 insertions(+), 7989 deletions(-)

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


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

2017-03-08 Thread nickm
commit ecc73c3c035abe1a2c33e924e37e55064e712d56
Merge: 57e778f 933a1e7
Author: Nick Mathewson 
Date:   Wed Mar 8 10:10:44 2017 -0500

Merge branch 'maint-0.2.5' into maint-0.2.6

 changes/geoip-march2017 | 4 +
 src/config/geoip| 13115 +++---
 src/config/geoip6   |   754 ++-
 3 files changed, 5884 insertions(+), 7989 deletions(-)



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


[tor-commits] [tor/maint-0.2.9] Merge branch 'maint-0.2.6' into maint-0.2.7-redux

2017-03-08 Thread nickm
commit 25c28bc2d920ffa0fe36c2de7833735255582c3a
Merge: b5526be ecc73c3
Author: Nick Mathewson 
Date:   Wed Mar 8 10:11:05 2017 -0500

Merge branch 'maint-0.2.6' into maint-0.2.7-redux

 changes/geoip-march2017 | 4 +
 src/config/geoip| 13115 +++---
 src/config/geoip6   |   754 ++-
 3 files changed, 5884 insertions(+), 7989 deletions(-)



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


[tor-commits] [tor/master] Merge branch 'maint-0.2.7-redux' into maint-0.2.8

2017-03-08 Thread nickm
commit 2cfecec9c795918587fa853bba606c05e513
Merge: f93bcab 25c28bc
Author: Nick Mathewson 
Date:   Wed Mar 8 10:11:23 2017 -0500

Merge branch 'maint-0.2.7-redux' into maint-0.2.8

 changes/geoip-march2017 | 4 +
 src/config/geoip| 13115 +++---
 src/config/geoip6   |   754 ++-
 3 files changed, 5884 insertions(+), 7989 deletions(-)



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


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

2017-03-08 Thread nickm
commit ded2c8c6894e6de2784e60d0d9cafec911fc9b9b
Merge: 552bc39 d642ceb
Author: Nick Mathewson 
Date:   Wed Mar 8 10:12:27 2017 -0500

Merge branch 'maint-0.2.9' into maint-0.3.0

 changes/geoip-march2017 | 4 +
 src/config/geoip| 13115 +++---
 src/config/geoip6   |   754 ++-
 3 files changed, 5884 insertions(+), 7989 deletions(-)



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


[tor-commits] [tor/master] Merge branch 'maint-0.3.0'

2017-03-08 Thread nickm
commit a9b046cef75fc96a9fe2caaab12b115ce6df6657
Merge: ad19f15 ded2c8c
Author: Nick Mathewson 
Date:   Wed Mar 8 10:12:44 2017 -0500

Merge branch 'maint-0.3.0'

 changes/geoip-march2017 | 4 +
 src/config/geoip| 13115 +++---
 src/config/geoip6   |   754 ++-
 3 files changed, 5884 insertions(+), 7989 deletions(-)

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


[tor-commits] [tor/master] Merge branch 'maint-0.2.6' into maint-0.2.7-redux

2017-03-08 Thread nickm
commit 25c28bc2d920ffa0fe36c2de7833735255582c3a
Merge: b5526be ecc73c3
Author: Nick Mathewson 
Date:   Wed Mar 8 10:11:05 2017 -0500

Merge branch 'maint-0.2.6' into maint-0.2.7-redux

 changes/geoip-march2017 | 4 +
 src/config/geoip| 13115 +++---
 src/config/geoip6   |   754 ++-
 3 files changed, 5884 insertions(+), 7989 deletions(-)



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


[tor-commits] [tor/master] Merge branch 'maint-0.2.4' into maint-0.2.5

2017-03-08 Thread nickm
commit 933a1e79975226c357d9d7f32be479a4868bb8d7
Merge: 884b371 4488c31
Author: Nick Mathewson 
Date:   Wed Mar 8 10:10:29 2017 -0500

Merge branch 'maint-0.2.4' into maint-0.2.5

 changes/geoip-march2017 | 4 +
 src/config/geoip| 13115 +++---
 src/config/geoip6   |   754 ++-
 3 files changed, 5884 insertions(+), 7989 deletions(-)



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


[tor-commits] [tor/maint-0.2.8] Merge branch 'maint-0.2.5' into maint-0.2.6

2017-03-08 Thread nickm
commit ecc73c3c035abe1a2c33e924e37e55064e712d56
Merge: 57e778f 933a1e7
Author: Nick Mathewson 
Date:   Wed Mar 8 10:10:44 2017 -0500

Merge branch 'maint-0.2.5' into maint-0.2.6

 changes/geoip-march2017 | 4 +
 src/config/geoip| 13115 +++---
 src/config/geoip6   |   754 ++-
 3 files changed, 5884 insertions(+), 7989 deletions(-)



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


[tor-commits] [tor/maint-0.2.6] Merge branch 'maint-0.2.5' into maint-0.2.6

2017-03-08 Thread nickm
commit ecc73c3c035abe1a2c33e924e37e55064e712d56
Merge: 57e778f 933a1e7
Author: Nick Mathewson 
Date:   Wed Mar 8 10:10:44 2017 -0500

Merge branch 'maint-0.2.5' into maint-0.2.6

 changes/geoip-march2017 | 4 +
 src/config/geoip| 13115 +++---
 src/config/geoip6   |   754 ++-
 3 files changed, 5884 insertions(+), 7989 deletions(-)

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


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

2017-03-08 Thread nickm
commit d642ceb8dff5e837bc0e27f9f50812beece06401
Merge: 7549259 2cfecec
Author: Nick Mathewson 
Date:   Wed Mar 8 10:12:06 2017 -0500

Merge branch 'maint-0.2.8' into maint-0.2.9

 changes/geoip-march2017 | 4 +
 src/config/geoip| 13115 +++---
 src/config/geoip6   |   754 ++-
 3 files changed, 5884 insertions(+), 7989 deletions(-)

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


[tor-commits] [tor/maint-0.2.7-redux] Merge branch 'maint-0.2.5' into maint-0.2.6

2017-03-08 Thread nickm
commit ecc73c3c035abe1a2c33e924e37e55064e712d56
Merge: 57e778f 933a1e7
Author: Nick Mathewson 
Date:   Wed Mar 8 10:10:44 2017 -0500

Merge branch 'maint-0.2.5' into maint-0.2.6

 changes/geoip-march2017 | 4 +
 src/config/geoip| 13115 +++---
 src/config/geoip6   |   754 ++-
 3 files changed, 5884 insertions(+), 7989 deletions(-)



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


[tor-commits] [tor/maint-0.2.9] Merge branch 'maint-0.2.7-redux' into maint-0.2.8

2017-03-08 Thread nickm
commit 2cfecec9c795918587fa853bba606c05e513
Merge: f93bcab 25c28bc
Author: Nick Mathewson 
Date:   Wed Mar 8 10:11:23 2017 -0500

Merge branch 'maint-0.2.7-redux' into maint-0.2.8

 changes/geoip-march2017 | 4 +
 src/config/geoip| 13115 +++---
 src/config/geoip6   |   754 ++-
 3 files changed, 5884 insertions(+), 7989 deletions(-)



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


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

2017-03-08 Thread nickm
commit 933a1e79975226c357d9d7f32be479a4868bb8d7
Merge: 884b371 4488c31
Author: Nick Mathewson 
Date:   Wed Mar 8 10:10:29 2017 -0500

Merge branch 'maint-0.2.4' into maint-0.2.5

 changes/geoip-march2017 | 4 +
 src/config/geoip| 13115 +++---
 src/config/geoip6   |   754 ++-
 3 files changed, 5884 insertions(+), 7989 deletions(-)



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


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

2017-03-08 Thread nickm
commit ecc73c3c035abe1a2c33e924e37e55064e712d56
Merge: 57e778f 933a1e7
Author: Nick Mathewson 
Date:   Wed Mar 8 10:10:44 2017 -0500

Merge branch 'maint-0.2.5' into maint-0.2.6

 changes/geoip-march2017 | 4 +
 src/config/geoip| 13115 +++---
 src/config/geoip6   |   754 ++-
 3 files changed, 5884 insertions(+), 7989 deletions(-)



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


[tor-commits] [tor/maint-0.2.7-redux] Merge branch 'maint-0.2.6' into maint-0.2.7-redux

2017-03-08 Thread nickm
commit 25c28bc2d920ffa0fe36c2de7833735255582c3a
Merge: b5526be ecc73c3
Author: Nick Mathewson 
Date:   Wed Mar 8 10:11:05 2017 -0500

Merge branch 'maint-0.2.6' into maint-0.2.7-redux

 changes/geoip-march2017 | 4 +
 src/config/geoip| 13115 +++---
 src/config/geoip6   |   754 ++-
 3 files changed, 5884 insertions(+), 7989 deletions(-)

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


[tor-commits] [tor/maint-0.2.6] Merge branch 'maint-0.2.4' into maint-0.2.5

2017-03-08 Thread nickm
commit 933a1e79975226c357d9d7f32be479a4868bb8d7
Merge: 884b371 4488c31
Author: Nick Mathewson 
Date:   Wed Mar 8 10:10:29 2017 -0500

Merge branch 'maint-0.2.4' into maint-0.2.5

 changes/geoip-march2017 | 4 +
 src/config/geoip| 13115 +++---
 src/config/geoip6   |   754 ++-
 3 files changed, 5884 insertions(+), 7989 deletions(-)



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


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

2017-03-08 Thread nickm
commit 933a1e79975226c357d9d7f32be479a4868bb8d7
Merge: 884b371 4488c31
Author: Nick Mathewson 
Date:   Wed Mar 8 10:10:29 2017 -0500

Merge branch 'maint-0.2.4' into maint-0.2.5

 changes/geoip-march2017 | 4 +
 src/config/geoip| 13115 +++---
 src/config/geoip6   |   754 ++-
 3 files changed, 5884 insertions(+), 7989 deletions(-)



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


[tor-commits] [tor/maint-0.2.8] Merge branch 'maint-0.2.4' into maint-0.2.5

2017-03-08 Thread nickm
commit 933a1e79975226c357d9d7f32be479a4868bb8d7
Merge: 884b371 4488c31
Author: Nick Mathewson 
Date:   Wed Mar 8 10:10:29 2017 -0500

Merge branch 'maint-0.2.4' into maint-0.2.5

 changes/geoip-march2017 | 4 +
 src/config/geoip| 13115 +++---
 src/config/geoip6   |   754 ++-
 3 files changed, 5884 insertions(+), 7989 deletions(-)



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


[tor-commits] [tor/maint-0.2.5] Merge branch 'maint-0.2.4' into maint-0.2.5

2017-03-08 Thread nickm
commit 933a1e79975226c357d9d7f32be479a4868bb8d7
Merge: 884b371 4488c31
Author: Nick Mathewson 
Date:   Wed Mar 8 10:10:29 2017 -0500

Merge branch 'maint-0.2.4' into maint-0.2.5

 changes/geoip-march2017 | 4 +
 src/config/geoip| 13115 +++---
 src/config/geoip6   |   754 ++-
 3 files changed, 5884 insertions(+), 7989 deletions(-)

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


[tor-commits] [tor/maint-0.2.8] Merge branch 'maint-0.2.6' into maint-0.2.7-redux

2017-03-08 Thread nickm
commit 25c28bc2d920ffa0fe36c2de7833735255582c3a
Merge: b5526be ecc73c3
Author: Nick Mathewson 
Date:   Wed Mar 8 10:11:05 2017 -0500

Merge branch 'maint-0.2.6' into maint-0.2.7-redux

 changes/geoip-march2017 | 4 +
 src/config/geoip| 13115 +++---
 src/config/geoip6   |   754 ++-
 3 files changed, 5884 insertions(+), 7989 deletions(-)



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


[tor-commits] [tor/maint-0.2.7-redux] Merge branch 'maint-0.2.4' into maint-0.2.5

2017-03-08 Thread nickm
commit 933a1e79975226c357d9d7f32be479a4868bb8d7
Merge: 884b371 4488c31
Author: Nick Mathewson 
Date:   Wed Mar 8 10:10:29 2017 -0500

Merge branch 'maint-0.2.4' into maint-0.2.5

 changes/geoip-march2017 | 4 +
 src/config/geoip| 13115 +++---
 src/config/geoip6   |   754 ++-
 3 files changed, 5884 insertions(+), 7989 deletions(-)



___
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

2017-03-08 Thread translation
commit a8ea9d479f1e13f8a30f7e8b19a2fa091f47abd6
Author: Translation commit bot 
Date:   Wed Mar 8 14:46:26 2017 +

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

diff --git a/hr_HR/aboutTor.dtd b/hr_HR/aboutTor.dtd
index 99d5f9f..319e746 100644
--- a/hr_HR/aboutTor.dtd
+++ b/hr_HR/aboutTor.dtd
@@ -30,7 +30,7 @@
 
 https://www.torproject.org/download/download.html.en#warning;>
 
-
+
 
 
 

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


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

2017-03-08 Thread translation
commit f556128f2beb9e0936985ca4c4f1534d54d29d04
Author: Translation commit bot 
Date:   Wed Mar 8 14:45:04 2017 +

Update translations for bridgedb
---
 hr_HR/LC_MESSAGES/bridgedb.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hr_HR/LC_MESSAGES/bridgedb.po b/hr_HR/LC_MESSAGES/bridgedb.po
index da9779f..06e94bc 100644
--- a/hr_HR/LC_MESSAGES/bridgedb.po
+++ b/hr_HR/LC_MESSAGES/bridgedb.po
@@ -14,7 +14,7 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: 
'https://trac.torproject.org/projects/tor/newticket?component=BridgeDB=bridgedb-reported,msgid=isis,sysrqb=isis'\n"
 "POT-Creation-Date: 2015-07-25 03:40+\n"
-"PO-Revision-Date: 2017-03-08 14:07+\n"
+"PO-Revision-Date: 2017-03-08 14:25+\n"
 "Last-Translator: Igor \n"
 "Language-Team: Croatian (Croatia) 
(http://www.transifex.com/otf/torproject/language/hr_HR/)\n"
 "MIME-Version: 1.0\n"
@@ -177,7 +177,7 @@ msgstr "Ovo su vaši mostovi:"
 msgid ""
 "You have exceeded the rate limit. Please slow down! The minimum time 
between\n"
 "emails is %s hours. All further emails during this time period will be 
ignored."
-msgstr "Prešli ste limit. Molimo usporite! Vremenski minimum između 
email-ova\nje %s sati. Svi daljnji email-ovi tijekom ovog perioda bit će 
ignorirani."
+msgstr "Prešli ste limit. Molimo usporite! Vremenski minimum između 
email-ova\nje %s sati. Svi daljnji emailovi tijekom ovog perioda bit će 
ignorirani."
 
 #: bridgedb/strings.py:50
 msgid ""

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


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

2017-03-08 Thread translation
commit b1623c72856c5a61e7f674bf553cf4c4e52cecc4
Author: Translation commit bot 
Date:   Wed Mar 8 14:48:29 2017 +

Update translations for tor-browser-manual
---
 hr_HR/hr_HR.po | 33 +
 1 file changed, 29 insertions(+), 4 deletions(-)

diff --git a/hr_HR/hr_HR.po b/hr_HR/hr_HR.po
index 5717942..594ab1a 100644
--- a/hr_HR/hr_HR.po
+++ b/hr_HR/hr_HR.po
@@ -151,16 +151,21 @@ msgid ""
 "techniques that do not rely on bridges. You do not need to obtain bridge "
 "addresses in order to use these transports."
 msgstr ""
+"Drugi priključni transporti, kao meek, koriste drugačije anti cenzorne "
+"tehnike koje se ne oslanjaju na mostove. Ne trebate dohvatiti adrese mostova"
+" kako bi koristili ove transporte."
 
 #: bridges.page:28
 msgid "Getting bridge addresses"
-msgstr ""
+msgstr "Dobavljanje adresa mostova"
 
 #: bridges.page:29
 msgid ""
 "Because bridge addresses are not public, you will need to request them "
 "yourself. You have two options:"
 msgstr ""
+"Zato što adrese mostova nisu javne, morate ih sami zatražiti. Imate dvije "
+"opcije:"
 
 #: bridges.page:36
 msgid ""
@@ -168,22 +173,28 @@ msgid ""
 
"href=\"https://bridges.torproject.org/\;>https://bridges.torproject.org/"
 " and follow the instructions, or"
 msgstr ""
+"Posjetite https://bridges.torproject.org/\;>https://bridges.torproject.org/"
+" i pratite instrukcije, ili"
 
 #: bridges.page:42
 msgid ""
 "Email brid...@torproject.org from a Gmail, Yahoo, or Riseup email address, "
 "or"
 msgstr ""
+"Pošaljite email na brid...@torproject.org sa Gmail, Yahoo ili Riseup email "
+"adrese, ili"
 
 #: bridges.page:51
 msgid "Entering bridge addresses"
-msgstr ""
+msgstr "Unošenje adresa mostova"
 
 #: bridges.page:52
 msgid ""
 "Once you have obtained some bridge addresses, you will need to enter them "
 "into Tor Launcher."
 msgstr ""
+"Kad ste pribavili par adresa mostova, morat ćete unijeti ih u Tor Launcher."
 
 #: bridges.page:57
 msgid ""
@@ -191,6 +202,9 @@ msgid ""
 " to the Tor network. Select “Use custom bridges” and enter each bridge "
 "address on a separate line."
 msgstr ""
+"Odaberite \"da\" kad Vas se pita blokira li Vaš davatelj internet usluge "
+"veze na Tor mrežu. Odaberite \"Koristi prilagođene mostove\" i unesite 
svaku"
+" adresu mosta u zasebnu liniju."
 
 #. This is a reference to an external file such as an image or video. When
 #. the file changes, the md5 hash will change to let you know you need to
@@ -202,6 +216,8 @@ msgid ""
 "external ref='media/tor-launcher-custom-bridges_en-US.png' "
 "md5='93365c2aa3fb4d627497e83f28a39b7e'"
 msgstr ""
+"external ref='media/tor-launcher-custom-bridges_en-US.png' "
+"md5='93365c2aa3fb4d627497e83f28a39b7e'"
 
 #: bridges.page:65
 msgid ""
@@ -210,14 +226,18 @@ msgid ""
 " may be down. Please use one of the above methods to obtain more bridge "
 "addresses, and try again."
 msgstr ""
+"Kliknite \"Spoji se\". Korištenje mostova može usporiti vezu u usporedbi s "
+"korištenjem običnih Tor releja. Ako veza ne uspije, mostovi koje ste dobili 
"
+"bi mogli biti nedostupni. Koristite jednu od gore navedenih metoda kako bi "
+"dobili još adresa mostova, i pokušajte ponovno."
 
 #: circumvention.page:6
 msgid "What to do if the Tor network is blocked"
-msgstr ""
+msgstr "Što učiniti ako je Tor mreža blokirana"
 
 #: circumvention.page:10
 msgid "Circumvention"
-msgstr ""
+msgstr "Obilaženje"
 
 #: circumvention.page:12
 msgid ""
@@ -228,6 +248,11 @@ msgid ""
 "page for more information on the types of transport that are currently "
 "available."
 msgstr ""
+"Direktni pristup Tor mreži može ponekad biti bolkiran od strane Vašeg "
+"davatelja internet usluge ili od strane vlade. Tro Browser uključuje neke "
+"alate za obilaženje tih blokada. Ovi alati se kolektivno zovu \"priključni "
+"transporti\". Pogledajte stranicu priključni "
+"transporti kako bi saznali više o trenutno dostupnim transportima."
 
 #: circumvention.page:22
 msgid "Using pluggable transports"

___
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

2017-03-08 Thread translation
commit 839c04692ae16fd101c5e7a17bbfa46c1c83993a
Author: Translation commit bot 
Date:   Wed Mar 8 14:46:29 2017 +

Update translations for abouttor-homepage_completed
---
 hr_HR/aboutTor.dtd | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/hr_HR/aboutTor.dtd b/hr_HR/aboutTor.dtd
index a32311b..319e746 100644
--- a/hr_HR/aboutTor.dtd
+++ b/hr_HR/aboutTor.dtd
@@ -19,9 +19,7 @@
 
 
 
-
-https://duckduckgo.com/html/;>
-https://search.disconnect.me/searchTerms/search?ses=Googlelocation_option=USsource=tor;>
+https://duckduckgo.com;>
 
 
 
@@ -31,8 +29,8 @@
 
 
 https://www.torproject.org/download/download.html.en#warning;>
-
-https://tb-manual.torproject.org;>
+
+
 
 
 

___
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

2017-03-08 Thread translation
commit 1efd8813a649478ef04383937072ea20903e2f86
Author: Translation commit bot 
Date:   Wed Mar 8 14:46:19 2017 +

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

diff --git a/hr_HR.po b/hr_HR.po
index 04f9398..3f02367 100644
--- a/hr_HR.po
+++ b/hr_HR.po
@@ -13,7 +13,7 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-03-06 12:07+0100\n"
-"PO-Revision-Date: 2017-03-08 13:58+\n"
+"PO-Revision-Date: 2017-03-08 14:26+\n"
 "Last-Translator: Igor \n"
 "Language-Team: Croatian (Croatia) 
(http://www.transifex.com/otf/torproject/language/hr_HR/)\n"
 "MIME-Version: 1.0\n"
@@ -56,7 +56,7 @@ msgid ""
 "When you reboot Tails, all of Electrum's data will be lost, including your "
 "Bitcoin wallet. It is strongly recommended to only run Electrum when its "
 "persistence feature is activated."
-msgstr "Kad ponovno pokrenet Tails, svi Electrum-ovi podatci će biti 
izgubljeni, uključujući i Vaš Bitcoin novčanik. Snažno je preporučeno  da 
se Electrum pokreće jedino kad je mogućnost trajnosti aktivirina."
+msgstr "Kad ponovno pokrenet Tails, svi Electrumovi podatci će biti 
izgubljeni, uključujući i Vaš Bitcoin novčanik. Snažno je preporučeno da 
se Electrum pokreće jedino kad je mogućnost trajnosti aktivirina."
 
 #: config/chroot_local-includes/usr/local/bin/electrum:21
 msgid "Do you want to start Electrum anyway?"
@@ -90,7 +90,7 @@ msgid ""
 "If you already migrated your emails to Icedove, you should delete"
 " all your Claws Mail data to remove this warning."
-msgstr "Ako ste već migrirali svoje email-ove na Icedove trebali bi 
 izbrisati sve Claws Mail podatke kako bi uklonili ovo upozorenje."
+msgstr "Ako ste već migrirali svoje emailove na Icedove trebali bi 
 izbrisati sve Claws Mail podatke kako bi uklonili ovo upozorenje."
 
 #: 
config/chroot_local-includes/usr/share/gnome-shell/extensions/shutdown-hel...@tails.boum.org/extension.js:71
 msgid "Restart"
@@ -106,7 +106,7 @@ msgstr "Upozorenje: Tails 3.0 neće raditi na ovom 
računalu!"
 
 #: config/chroot_local-includes/usr/local/lib/tails-32-bit-notify-user:60
 msgid "Tails 3.0 will require a 64-bit processor."
-msgstr ""
+msgstr "Tails 3.0 zahtjeva 64-bitni procesor."
 
 #: config/chroot_local-includes/usr/local/lib/tails-32-bit-notify-user:63
 #: config/chroot_local-includes/usr/local/lib/tails-i2p-removal-notify-user:59

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


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

2017-03-08 Thread translation
commit e54c917ad13578f43dcded18957140b8f0ac4199
Author: Translation commit bot 
Date:   Wed Mar 8 14:46:04 2017 +

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

diff --git a/hr_HR/torlauncher.properties b/hr_HR/torlauncher.properties
index af57f9e..108f29e 100644
--- a/hr_HR/torlauncher.properties
+++ b/hr_HR/torlauncher.properties
@@ -1,9 +1,9 @@
 ### Copyright (c) 2016, The Tor Project, Inc.
 ### See LICENSE for licensing information.
 
-torlauncher.error_title=Pokretač Tora
+torlauncher.error_title=Tor Launcher
 
-torlauncher.tor_exited_during_startup=Tor je izašao usred pokretanja. Do toga 
može doći zbog greške u Vašoj torrc datoteci, greške u Tor-u ili drugom 
programu u Vašem sustavu ili zbog neispravnog hardware-a. Dok ne popravite 
inicijalni problem i ponovno pokrenete Tor, Tor Browser se neće pokrenuti.
+torlauncher.tor_exited_during_startup=Tor je izašao usred pokretanja. Do toga 
može doći zbog greške u Vašoj torrc datoteci, greške u Toru ili drugom 
programu u Vašem sustavu ili zbog neispravnog hardwarea. Dok ne popravite 
inicijalni problem i ponovno pokrenete Tor, Tor Browser se neće pokrenuti.
 torlauncher.tor_exited=Tor je neočekivano izašao. Ovo bi moglo biti zbog 
greške u samom Toru, drugog programa na Vašem sustavu ili neispravnog 
hardwarea. Dok ne pokrenete Tor ponovno, Tor Browser neće biti u mogućnosti 
pristupiti web stranicama. Ako problem ustraje, molimo Vas da pošaljete kopiju 
Vašeg Tor zapisa timu za podršku.
 torlauncher.tor_exited2=Ponovno pokretanje Tora neće zatvoriti Vaše kartice 
u pregledniku.
 torlauncher.tor_controlconn_failed=Nije se moguće spojiti na Torov 
upravljački port.

___
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

2017-03-08 Thread translation
commit ed3adb724c6950e4abae63ccde885410c8a050a4
Author: Translation commit bot 
Date:   Wed Mar 8 14:46:01 2017 +

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

diff --git a/hr_HR/torlauncher.properties b/hr_HR/torlauncher.properties
index af57f9e..108f29e 100644
--- a/hr_HR/torlauncher.properties
+++ b/hr_HR/torlauncher.properties
@@ -1,9 +1,9 @@
 ### Copyright (c) 2016, The Tor Project, Inc.
 ### See LICENSE for licensing information.
 
-torlauncher.error_title=Pokretač Tora
+torlauncher.error_title=Tor Launcher
 
-torlauncher.tor_exited_during_startup=Tor je izašao usred pokretanja. Do toga 
može doći zbog greške u Vašoj torrc datoteci, greške u Tor-u ili drugom 
programu u Vašem sustavu ili zbog neispravnog hardware-a. Dok ne popravite 
inicijalni problem i ponovno pokrenete Tor, Tor Browser se neće pokrenuti.
+torlauncher.tor_exited_during_startup=Tor je izašao usred pokretanja. Do toga 
može doći zbog greške u Vašoj torrc datoteci, greške u Toru ili drugom 
programu u Vašem sustavu ili zbog neispravnog hardwarea. Dok ne popravite 
inicijalni problem i ponovno pokrenete Tor, Tor Browser se neće pokrenuti.
 torlauncher.tor_exited=Tor je neočekivano izašao. Ovo bi moglo biti zbog 
greške u samom Toru, drugog programa na Vašem sustavu ili neispravnog 
hardwarea. Dok ne pokrenete Tor ponovno, Tor Browser neće biti u mogućnosti 
pristupiti web stranicama. Ako problem ustraje, molimo Vas da pošaljete kopiju 
Vašeg Tor zapisa timu za podršku.
 torlauncher.tor_exited2=Ponovno pokretanje Tora neće zatvoriti Vaše kartice 
u pregledniku.
 torlauncher.tor_controlconn_failed=Nije se moguće spojiti na Torov 
upravljački port.

___
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

2017-03-08 Thread translation
commit 8209478a67c186721a1cb5aa6566250745e01747
Author: Translation commit bot 
Date:   Wed Mar 8 14:45:17 2017 +

Update translations for whisperback
---
 hr_HR/hr_HR.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/hr_HR/hr_HR.po b/hr_HR/hr_HR.po
index 8a4df54..ab3aed2 100644
--- a/hr_HR/hr_HR.po
+++ b/hr_HR/hr_HR.po
@@ -4,7 +4,7 @@
 # 
 # Translators:
 # Ana B, 2013
-# Igor , 2016
+# Igor , 2016-2017
 # Igor , 2015
 # Tea Horvatic , 2014
 msgid ""
@@ -12,7 +12,7 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2015-12-16 19:54+0100\n"
-"PO-Revision-Date: 2016-08-29 12:59+\n"
+"PO-Revision-Date: 2017-03-08 14:16+\n"
 "Last-Translator: Igor \n"
 "Language-Team: Croatian (Croatia) 
(http://www.transifex.com/otf/torproject/language/hr_HR/)\n"
 "MIME-Version: 1.0\n"
@@ -106,7 +106,7 @@ msgid ""
 "As a work-around you can save the bug report as a file on a USB drive and try 
to send it to us at %s from your email account using another system. Note that 
your bug report will not be anonymous when doing so unless you take further 
steps yourself (e.g. using Tor with a throw-away email account).\n"
 "\n"
 "Do you want to save the bug report to a file?"
-msgstr "Izvješće o grešci nije poslano, vjerojatno zbog problema s 
mrežom.\n\nKao obilazak tog problema možete spremiti izvješće o grešci kao 
datoteku na USB pogon i pokušati je poslati nama na %s s Vašeg email računa 
koristeći drugi sustav. Pri tome Vaše izvješće o grešci neće biti 
anonimno, osim ako ne poduzmete daljnje korake (npr. korištenje Tor-a uz 
jednokratni email račun).\n\nŽelite li spremiti izvješće o grešci u 
datoteku?"
+msgstr "Izvješće o grešci nije poslano, vjerojatno zbog problema s 
mrežom.\n\nKao obilazak tog problema možete spremiti izvješće o grešci kao 
datoteku na USB pogon i pokušati je poslati nama na %s s Vašeg email računa 
koristeći drugi sustav. Pri tome Vaše izvješće o grešci neće biti 
anonimno, osim ako ne poduzmete daljnje korake (npr. korištenje Tora uz 
jednokratni email račun).\n\nŽelite li spremiti izvješće o grešci u 
datoteku?"
 
 #: ../whisperBack/gui.py:379 ../data/whisperback.ui.h:21
 msgid "WhisperBack"

___
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

2017-03-08 Thread translation
commit 2e70e080f0efa6cfb232931801c1192215392f0c
Author: Translation commit bot 
Date:   Wed Mar 8 14:45:21 2017 +

Update translations for whisperback_completed
---
 hr_HR/hr_HR.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/hr_HR/hr_HR.po b/hr_HR/hr_HR.po
index 8a4df54..ab3aed2 100644
--- a/hr_HR/hr_HR.po
+++ b/hr_HR/hr_HR.po
@@ -4,7 +4,7 @@
 # 
 # Translators:
 # Ana B, 2013
-# Igor , 2016
+# Igor , 2016-2017
 # Igor , 2015
 # Tea Horvatic , 2014
 msgid ""
@@ -12,7 +12,7 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2015-12-16 19:54+0100\n"
-"PO-Revision-Date: 2016-08-29 12:59+\n"
+"PO-Revision-Date: 2017-03-08 14:16+\n"
 "Last-Translator: Igor \n"
 "Language-Team: Croatian (Croatia) 
(http://www.transifex.com/otf/torproject/language/hr_HR/)\n"
 "MIME-Version: 1.0\n"
@@ -106,7 +106,7 @@ msgid ""
 "As a work-around you can save the bug report as a file on a USB drive and try 
to send it to us at %s from your email account using another system. Note that 
your bug report will not be anonymous when doing so unless you take further 
steps yourself (e.g. using Tor with a throw-away email account).\n"
 "\n"
 "Do you want to save the bug report to a file?"
-msgstr "Izvješće o grešci nije poslano, vjerojatno zbog problema s 
mrežom.\n\nKao obilazak tog problema možete spremiti izvješće o grešci kao 
datoteku na USB pogon i pokušati je poslati nama na %s s Vašeg email računa 
koristeći drugi sustav. Pri tome Vaše izvješće o grešci neće biti 
anonimno, osim ako ne poduzmete daljnje korake (npr. korištenje Tor-a uz 
jednokratni email račun).\n\nŽelite li spremiti izvješće o grešci u 
datoteku?"
+msgstr "Izvješće o grešci nije poslano, vjerojatno zbog problema s 
mrežom.\n\nKao obilazak tog problema možete spremiti izvješće o grešci kao 
datoteku na USB pogon i pokušati je poslati nama na %s s Vašeg email računa 
koristeći drugi sustav. Pri tome Vaše izvješće o grešci neće biti 
anonimno, osim ako ne poduzmete daljnje korake (npr. korištenje Tora uz 
jednokratni email račun).\n\nŽelite li spremiti izvješće o grešci u 
datoteku?"
 
 #: ../whisperBack/gui.py:379 ../data/whisperback.ui.h:21
 msgid "WhisperBack"

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


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

2017-03-08 Thread translation
commit 4c14bdaf95f4ed261675af887a090aee48baa8b2
Author: Translation commit bot 
Date:   Wed Mar 8 14:45:08 2017 +

Update translations for bridgedb_completed
---
 hr_HR/LC_MESSAGES/bridgedb.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hr_HR/LC_MESSAGES/bridgedb.po b/hr_HR/LC_MESSAGES/bridgedb.po
index da9779f..06e94bc 100644
--- a/hr_HR/LC_MESSAGES/bridgedb.po
+++ b/hr_HR/LC_MESSAGES/bridgedb.po
@@ -14,7 +14,7 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: 
'https://trac.torproject.org/projects/tor/newticket?component=BridgeDB=bridgedb-reported,msgid=isis,sysrqb=isis'\n"
 "POT-Creation-Date: 2015-07-25 03:40+\n"
-"PO-Revision-Date: 2017-03-08 14:07+\n"
+"PO-Revision-Date: 2017-03-08 14:25+\n"
 "Last-Translator: Igor \n"
 "Language-Team: Croatian (Croatia) 
(http://www.transifex.com/otf/torproject/language/hr_HR/)\n"
 "MIME-Version: 1.0\n"
@@ -177,7 +177,7 @@ msgstr "Ovo su vaši mostovi:"
 msgid ""
 "You have exceeded the rate limit. Please slow down! The minimum time 
between\n"
 "emails is %s hours. All further emails during this time period will be 
ignored."
-msgstr "Prešli ste limit. Molimo usporite! Vremenski minimum između 
email-ova\nje %s sati. Svi daljnji email-ovi tijekom ovog perioda bit će 
ignorirani."
+msgstr "Prešli ste limit. Molimo usporite! Vremenski minimum između 
email-ova\nje %s sati. Svi daljnji emailovi tijekom ovog perioda bit će 
ignorirani."
 
 #: bridgedb/strings.py:50
 msgid ""

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


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

2017-03-08 Thread translation
commit 9b6cdd9c6592e6bcc4f0d975f818074ba47375fc
Author: Translation commit bot 
Date:   Wed Mar 8 14:18:31 2017 +

Update translations for tor-browser-manual
---
 hr_HR/hr_HR.po | 28 +++-
 1 file changed, 27 insertions(+), 1 deletion(-)

diff --git a/hr_HR/hr_HR.po b/hr_HR/hr_HR.po
index be5acf7..5717942 100644
--- a/hr_HR/hr_HR.po
+++ b/hr_HR/hr_HR.po
@@ -55,12 +55,18 @@ msgid ""
 "real Internet (IP) address, and will not know who you are unless you "
 "explicitly identify yourself."
 msgstr ""
+"Operateri stranica i usluga koje koristite, i bilo tko tko ih gleda, će "
+"vidjeti vezu koja dolazi iz Tor mreže, a ne sa Vaše prave internet (IP) "
+"adrese, i neće znati tko ste osim ako se eksplicitno ne identificirate."
 
 #: about-tor-browser.page:34
 msgid ""
 "In addition, Tor Browser is designed to prevent websites from "
 "“fingerprinting” or identifying you based on your browser configuration."
 msgstr ""
+"Dodatno, Tor Browser je dizajniran da spriječi web straniceod \"uzimanja "
+"otiska prsta\" ili identificiranja Vas na temelju konfiguracije Vašeg "
+"preglednika."
 
 #: about-tor-browser.page:39
 msgid ""
@@ -68,6 +74,10 @@ msgid ""
 " valid for a single session (until Tor Browser is exited or a New Identity is requested)."
 msgstr ""
+"Pod zadano, Tor Browser ne zadrava nikakvu povijest pregledavanja. Kolačići 
"
+"su valjani samo za jednu sesiju (dok ne izađete iz Tor Browsera ili dok ne "
+"zatražite Novi "
+"identitet is requested)."
 
 #: about-tor-browser.page:50
 msgid "How Tor works"
@@ -81,6 +91,11 @@ msgid ""
 " last relay in the circuit (the “exit relay”) then sends the traffic out "
 "onto the public Internet."
 msgstr ""
+"Tor je mreža virtualnih tunela koja Vam omogućuje poboljšanje vlastite "
+"privatnosti i sigurnosti na Internetu. Tor radi tako što šalje Vaš promet "
+"kroz tri nasumična poslužitelja (također poznati kao releji 
unutar "
+"Tor mreže. Posljednji relej u mreži (\"izlazni relej\") šalje promet van "
+"prema javnom internetu."
 
 #. This is a reference to an external file such as an image or video. When
 #. the file changes, the md5 hash will change to let you know you need to
@@ -92,6 +107,8 @@ msgid ""
 "external ref='media/how-tor-works.png' "
 "md5='6fe4151a88b7a518466f0582e40ccc8c'"
 msgstr ""
+"external ref='media/how-tor-works.png' "
+"md5='6fe4151a88b7a518466f0582e40ccc8c'"
 
 #: about-tor-browser.page:60
 msgid ""
@@ -100,10 +117,13 @@ msgid ""
 "three keys represent the layers of encryption between the user and each "
 "relay."
 msgstr ""
+"Slika iznad prikazuje korisnika koji pregledava razne stranice kroz Tor. "
+"Zelena računala u sredini predstavljaju releje unutar Tor mreže, dok tri "
+"ključa predstavljaju slojeve enkripcije između korisnika i svakog releja."
 
 #: bridges.page:6
 msgid "Learn what bridges are and how to get them"
-msgstr ""
+msgstr "Naučite što su mostovi i kako ih dobaviti"
 
 #: bridges.page:10
 msgid "Bridges"
@@ -118,6 +138,12 @@ msgid ""
 " in combination with pluggable transports helps to disguise the fact that "
 "you are using Tor."
 msgstr ""
+"Većina  priključnih transporta, kao obfs3 
i"
+" obfs4, se oslanja na korištenje \"mostova\" kao releja. Kao obični Tor "
+"releji, mostove pokreću volonteri; no za razliku od uobičajenih releja,  "
+"mostovi nisu izlistani javno, tako da ih protivnici ne mogu jednostavno "
+"identificirati. Korištenje mostova u kombinaciji sa priključnim 
transportima"
+" pomaže sakriti činjenicu da koristite Tor."
 
 #: bridges.page:21
 msgid ""

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


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

2017-03-08 Thread translation
commit 828388adbbca555f931bc4b6d33f89f60e441d20
Author: Translation commit bot 
Date:   Wed Mar 8 14:18:19 2017 +

Update translations for tails-greeter-2
---
 hr_HR/hr_HR.po | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hr_HR/hr_HR.po b/hr_HR/hr_HR.po
index 258b473..f62178c 100644
--- a/hr_HR/hr_HR.po
+++ b/hr_HR/hr_HR.po
@@ -59,6 +59,8 @@ msgid ""
 "This option makes Tails look like Microsoft Windows 10. This can be useful "
 "to avoid attracting suspicion in public places."
 msgstr ""
+"Ova opcija maskira Tails u Windows 10. To može biti korisno za izbjegavanje "
+"pozornosti na javnim mjestima."
 
 #. This string will never be displayed in the 1st version of the greeter.
 #: ../data/greeter.ui.h: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

2017-03-08 Thread translation
commit 5c95c734cb1be44e009e211d2c746ff11d8e9db1
Author: Translation commit bot 
Date:   Wed Mar 8 14:16:00 2017 +

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

diff --git a/hr_HR/torlauncher.properties b/hr_HR/torlauncher.properties
index 175e7b4..af57f9e 100644
--- a/hr_HR/torlauncher.properties
+++ b/hr_HR/torlauncher.properties
@@ -60,4 +60,4 @@ torlauncher.bootstrapWarning.identity=nepodudaranje identiteta
 torlauncher.bootstrapWarning.timeout=vrijeme čekanja veze isteklo
 torlauncher.bootstrapWarning.noroute=nema rute do domaćina
 torlauncher.bootstrapWarning.ioerror=greška čitanja/pisanja
-torlauncher.bootstrapWarning.pt_missing=nedostaje transport koji se može 
priključiti
+torlauncher.bootstrapWarning.pt_missing=nedostaje priključni transport

___
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

2017-03-08 Thread translation
commit adaa7a0304891b527b096f7cd3939472bf3fd5ff
Author: Translation commit bot 
Date:   Wed Mar 8 14:16:46 2017 +

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

diff --git a/hr_HR/torbutton.dtd b/hr_HR/torbutton.dtd
index a5abe55..17bb0c1 100644
--- a/hr_HR/torbutton.dtd
+++ b/hr_HR/torbutton.dtd
@@ -38,7 +38,7 @@
 
 
 
-
+
 
 
 

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


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

2017-03-08 Thread translation
commit 1e599828bffc62e94e2322249708959603fcd1d8
Author: Translation commit bot 
Date:   Wed Mar 8 14:16:03 2017 +

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

diff --git a/hr_HR/torlauncher.properties b/hr_HR/torlauncher.properties
index 175e7b4..af57f9e 100644
--- a/hr_HR/torlauncher.properties
+++ b/hr_HR/torlauncher.properties
@@ -60,4 +60,4 @@ torlauncher.bootstrapWarning.identity=nepodudaranje identiteta
 torlauncher.bootstrapWarning.timeout=vrijeme čekanja veze isteklo
 torlauncher.bootstrapWarning.noroute=nema rute do domaćina
 torlauncher.bootstrapWarning.ioerror=greška čitanja/pisanja
-torlauncher.bootstrapWarning.pt_missing=nedostaje transport koji se može 
priključiti
+torlauncher.bootstrapWarning.pt_missing=nedostaje priključni transport

___
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

2017-03-08 Thread translation
commit 40db78ef21686a8e60814bf6cfea8f589d1fac44
Author: Translation commit bot 
Date:   Wed Mar 8 14:16:12 2017 +

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

diff --git a/hr_HR/network-settings.dtd b/hr_HR/network-settings.dtd
index 902c4f0..12a82d7 100644
--- a/hr_HR/network-settings.dtd
+++ b/hr_HR/network-settings.dtd
@@ -13,7 +13,7 @@ internetskoj vezi ovog računala.">
 
 
 
-
+
 
 
 

___
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

2017-03-08 Thread translation
commit 2153ae7949b19f02bd6b9d318cabbcd6450b89f8
Author: Translation commit bot 
Date:   Wed Mar 8 14:16:20 2017 +

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

diff --git a/hr_HR.po b/hr_HR.po
index 1219a9f..04f9398 100644
--- a/hr_HR.po
+++ b/hr_HR.po
@@ -5,7 +5,7 @@
 # Translators:
 # Ana B, 2014
 # Miskha , 2014
-# Igor , 2016
+# Igor , 2016-2017
 # Igor , 2015
 # Neven Lovrić , 2014
 msgid ""
@@ -13,8 +13,8 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-03-06 12:07+0100\n"
-"PO-Revision-Date: 2017-03-07 09:32+\n"
-"Last-Translator: carolyn \n"
+"PO-Revision-Date: 2017-03-08 13:58+\n"
+"Last-Translator: Igor \n"
 "Language-Team: Croatian (Croatia) 
(http://www.transifex.com/otf/torproject/language/hr_HR/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -102,7 +102,7 @@ msgstr "Isključi"
 
 #: config/chroot_local-includes/usr/local/lib/tails-32-bit-notify-user:59
 msgid "Warning: Tails 3.0 won't work on this computer!"
-msgstr ""
+msgstr "Upozorenje: Tails 3.0 neće raditi na ovom računalu!"
 
 #: config/chroot_local-includes/usr/local/lib/tails-32-bit-notify-user:60
 msgid "Tails 3.0 will require a 64-bit processor."

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


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

2017-03-08 Thread translation
commit baedccfe5b6b6a31d817ca8eefc48995b2e897f9
Author: Translation commit bot 
Date:   Wed Mar 8 14:16:16 2017 +

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

diff --git a/hr_HR/network-settings.dtd b/hr_HR/network-settings.dtd
index 902c4f0..12a82d7 100644
--- a/hr_HR/network-settings.dtd
+++ b/hr_HR/network-settings.dtd
@@ -13,7 +13,7 @@ internetskoj vezi ovog računala.">
 
 
 
-
+
 
 
 

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


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

2017-03-08 Thread translation
commit f2881532d14314443e8ca335e5894d07ff4cb9a2
Author: Translation commit bot 
Date:   Wed Mar 8 14:15:02 2017 +

Update translations for bridgedb
---
 hr_HR/LC_MESSAGES/bridgedb.po | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/hr_HR/LC_MESSAGES/bridgedb.po b/hr_HR/LC_MESSAGES/bridgedb.po
index 8aec8c0..da9779f 100644
--- a/hr_HR/LC_MESSAGES/bridgedb.po
+++ b/hr_HR/LC_MESSAGES/bridgedb.po
@@ -5,7 +5,7 @@
 # Translators:
 # Ana B, 2013-2014
 # Armando Vega , 2012
-# Igor , 2016
+# Igor , 2016-2017
 # Igor , 2014-2015
 # Tomislav Siroglavić , 2014
 # gogo , 2012
@@ -14,7 +14,7 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: 
'https://trac.torproject.org/projects/tor/newticket?component=BridgeDB=bridgedb-reported,msgid=isis,sysrqb=isis'\n"
 "POT-Creation-Date: 2015-07-25 03:40+\n"
-"PO-Revision-Date: 2016-09-15 06:09+\n"
+"PO-Revision-Date: 2017-03-08 14:07+\n"
 "Last-Translator: Igor \n"
 "Language-Team: Croatian (Croatia) 
(http://www.transifex.com/otf/torproject/language/hr_HR/)\n"
 "MIME-Version: 1.0\n"
@@ -192,7 +192,7 @@ msgstr "Dobrodošli u BridgeDB!"
 #. TRANSLATORS: Please DO NOT translate the words "transport" or "TYPE".
 #: bridgedb/strings.py:55
 msgid "Currently supported transport TYPEs:"
-msgstr "Trenutno podržani transport TYPEs:"
+msgstr "Trenutno podržani tipovi transporta:"
 
 #: bridgedb/strings.py:56
 #, python-format
@@ -229,7 +229,7 @@ msgid ""
 "difficult for anyone watching your internet traffic to determine that you 
are\n"
 "using Tor.\n"
 "\n"
-msgstr "BridgeDB nudi mostove s različitim %stipovima Pluggable 
Transport-a%s\nkoji mogu pomoći prikriti Vaše veze s Tor mrežom, 
otežavajući onome tko\nprati Vaš Internet promet da vidi da koristite Tor.\n"
+msgstr "BridgeDB nudi mostove s različitim %stipovima priključnih 
transporta%s\nkoji mogu pomoći prikriti Vaše veze s Tor mrežom, 
otežavajući onome tko\nprati Vaš Internet promet da vidi da koristite Tor.\n"
 
 #. TRANSLATORS: Please DO NOT translate "Pluggable Transports".
 #: bridgedb/strings.py:79
@@ -237,7 +237,7 @@ msgid ""
 "Some bridges with IPv6 addresses are also available, though some Pluggable\n"
 "Transports aren't IPv6 compatible.\n"
 "\n"
-msgstr "Također su dostupni neki mostovi s IPv6 adresama, no neki Pluggable 
\nTransport-i nisu kompatibilni s IPv6.\n"
+msgstr "Također su dostupni neki mostovi s IPv6 adresama, no neki priključni 
transporti nisu kompatibilni s IPv6.\n"
 
 #. TRANSLATORS: Please DO NOT translate "BridgeDB".
 #. TRANSLATORS: The phrase "plain-ol'-vanilla" means "plain, boring,
@@ -251,7 +251,7 @@ msgid ""
 "Pluggable Transports %s which maybe doesn't sound as cool, but they can 
still\n"
 "help to circumvent internet censorship in many cases.\n"
 "\n"
-msgstr "Nadalje, BridgeDB ima mnoštvo dobrih, starih mostova %s bez 
ikakvih\nPluggable Transport-a %s koji možda ne zvuče prezanimljivo, ali 
mogu\npomoći zaobići Internet cenzuru u mnogo slučajeva.\n"
+msgstr "Nadalje, BridgeDB ima mnoštvo dobrih, starih mostova %s bez 
ikakvih\npriključnih transporta %s koji možda ne zvuče prezanimljivo, ali 
mogu\npomoći zaobići Internet cenzuru u mnogo slučajeva.\n"
 
 #: bridgedb/strings.py:101
 msgid "What are bridges?"
@@ -292,7 +292,7 @@ msgid ""
 "Try including as much info about your case as you can, including the list 
of\n"
 "bridges and Pluggable Transports you tried to use, your Tor Browser 
version,\n"
 "and any messages which Tor gave out, etc."
-msgstr "Pokušajte uključiti što više informacija o svom slučaju, 
uključujući popis\nmostova i Pluggable Transport-a koje ste pokušali 
koristiti, verziju svog Tor Browser-a,\ni bilo kakve poruke koje je Tor 
izbacio, itd."
+msgstr "Pokušajte uključiti što više informacija o svom slučaju, 
uključujući popis\nmostova i priključnih transporta koje ste pokušali 
koristiti, verziju svog Tor Browsera,\ni bilo kakve poruke koje je Tor izbacio, 
itd."
 
 #: bridgedb/strings.py:128
 msgid "Here are your bridge lines:"
@@ -377,7 +377,7 @@ msgstr "Zatraži IPv6 mostove."
 #. TRANSLATORS: Please DO NOT translate the word the word "TYPE".
 #: bridgedb/strings.py:174
 msgid "Request a Pluggable Transport by TYPE."
-msgstr "Zatraži Pluggable Transport po TYPE."
+msgstr "Zatraži priključni transport po tipu."
 
 #. TRANSLATORS: Please DO NOT translate "BridgeDB".
 #. TRANSLATORS: Please DO NOT translate "GnuPG".

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


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

2017-03-08 Thread translation
commit c39d76a874e17ddc922b3a4de08b17e9edea45fc
Author: Translation commit bot 
Date:   Wed Mar 8 14:15:07 2017 +

Update translations for bridgedb_completed
---
 hr_HR/LC_MESSAGES/bridgedb.po | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/hr_HR/LC_MESSAGES/bridgedb.po b/hr_HR/LC_MESSAGES/bridgedb.po
index 8aec8c0..da9779f 100644
--- a/hr_HR/LC_MESSAGES/bridgedb.po
+++ b/hr_HR/LC_MESSAGES/bridgedb.po
@@ -5,7 +5,7 @@
 # Translators:
 # Ana B, 2013-2014
 # Armando Vega , 2012
-# Igor , 2016
+# Igor , 2016-2017
 # Igor , 2014-2015
 # Tomislav Siroglavić , 2014
 # gogo , 2012
@@ -14,7 +14,7 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: 
'https://trac.torproject.org/projects/tor/newticket?component=BridgeDB=bridgedb-reported,msgid=isis,sysrqb=isis'\n"
 "POT-Creation-Date: 2015-07-25 03:40+\n"
-"PO-Revision-Date: 2016-09-15 06:09+\n"
+"PO-Revision-Date: 2017-03-08 14:07+\n"
 "Last-Translator: Igor \n"
 "Language-Team: Croatian (Croatia) 
(http://www.transifex.com/otf/torproject/language/hr_HR/)\n"
 "MIME-Version: 1.0\n"
@@ -192,7 +192,7 @@ msgstr "Dobrodošli u BridgeDB!"
 #. TRANSLATORS: Please DO NOT translate the words "transport" or "TYPE".
 #: bridgedb/strings.py:55
 msgid "Currently supported transport TYPEs:"
-msgstr "Trenutno podržani transport TYPEs:"
+msgstr "Trenutno podržani tipovi transporta:"
 
 #: bridgedb/strings.py:56
 #, python-format
@@ -229,7 +229,7 @@ msgid ""
 "difficult for anyone watching your internet traffic to determine that you 
are\n"
 "using Tor.\n"
 "\n"
-msgstr "BridgeDB nudi mostove s različitim %stipovima Pluggable 
Transport-a%s\nkoji mogu pomoći prikriti Vaše veze s Tor mrežom, 
otežavajući onome tko\nprati Vaš Internet promet da vidi da koristite Tor.\n"
+msgstr "BridgeDB nudi mostove s različitim %stipovima priključnih 
transporta%s\nkoji mogu pomoći prikriti Vaše veze s Tor mrežom, 
otežavajući onome tko\nprati Vaš Internet promet da vidi da koristite Tor.\n"
 
 #. TRANSLATORS: Please DO NOT translate "Pluggable Transports".
 #: bridgedb/strings.py:79
@@ -237,7 +237,7 @@ msgid ""
 "Some bridges with IPv6 addresses are also available, though some Pluggable\n"
 "Transports aren't IPv6 compatible.\n"
 "\n"
-msgstr "Također su dostupni neki mostovi s IPv6 adresama, no neki Pluggable 
\nTransport-i nisu kompatibilni s IPv6.\n"
+msgstr "Također su dostupni neki mostovi s IPv6 adresama, no neki priključni 
transporti nisu kompatibilni s IPv6.\n"
 
 #. TRANSLATORS: Please DO NOT translate "BridgeDB".
 #. TRANSLATORS: The phrase "plain-ol'-vanilla" means "plain, boring,
@@ -251,7 +251,7 @@ msgid ""
 "Pluggable Transports %s which maybe doesn't sound as cool, but they can 
still\n"
 "help to circumvent internet censorship in many cases.\n"
 "\n"
-msgstr "Nadalje, BridgeDB ima mnoštvo dobrih, starih mostova %s bez 
ikakvih\nPluggable Transport-a %s koji možda ne zvuče prezanimljivo, ali 
mogu\npomoći zaobići Internet cenzuru u mnogo slučajeva.\n"
+msgstr "Nadalje, BridgeDB ima mnoštvo dobrih, starih mostova %s bez 
ikakvih\npriključnih transporta %s koji možda ne zvuče prezanimljivo, ali 
mogu\npomoći zaobići Internet cenzuru u mnogo slučajeva.\n"
 
 #: bridgedb/strings.py:101
 msgid "What are bridges?"
@@ -292,7 +292,7 @@ msgid ""
 "Try including as much info about your case as you can, including the list 
of\n"
 "bridges and Pluggable Transports you tried to use, your Tor Browser 
version,\n"
 "and any messages which Tor gave out, etc."
-msgstr "Pokušajte uključiti što više informacija o svom slučaju, 
uključujući popis\nmostova i Pluggable Transport-a koje ste pokušali 
koristiti, verziju svog Tor Browser-a,\ni bilo kakve poruke koje je Tor 
izbacio, itd."
+msgstr "Pokušajte uključiti što više informacija o svom slučaju, 
uključujući popis\nmostova i priključnih transporta koje ste pokušali 
koristiti, verziju svog Tor Browsera,\ni bilo kakve poruke koje je Tor izbacio, 
itd."
 
 #: bridgedb/strings.py:128
 msgid "Here are your bridge lines:"
@@ -377,7 +377,7 @@ msgstr "Zatraži IPv6 mostove."
 #. TRANSLATORS: Please DO NOT translate the word the word "TYPE".
 #: bridgedb/strings.py:174
 msgid "Request a Pluggable Transport by TYPE."
-msgstr "Zatraži Pluggable Transport po TYPE."
+msgstr "Zatraži priključni transport po tipu."
 
 #. TRANSLATORS: Please DO NOT translate "BridgeDB".
 #. TRANSLATORS: Please DO NOT translate "GnuPG".

___
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

2017-03-08 Thread translation
commit d188af727feeeb644b41800f75ece68dcb2a1a70
Author: Translation commit bot 
Date:   Wed Mar 8 13:48:21 2017 +

Update translations for tor-browser-manual
---
 hr_HR/hr_HR.po | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/hr_HR/hr_HR.po b/hr_HR/hr_HR.po
index f1f1820..be5acf7 100644
--- a/hr_HR/hr_HR.po
+++ b/hr_HR/hr_HR.po
@@ -23,16 +23,20 @@ msgstr "prevoditelji"
 #: about-tor-browser.page:7
 msgid "Learn what Tor Browser can do to protect your privacy and anonymity"
 msgstr ""
+"Naučite što Tor Browser može učiniti da zaštitu Vaše privatnosti i "
+"anonimnosti"
 
 #: about-tor-browser.page:10
 msgid "About Tor Browser"
-msgstr ""
+msgstr "O Tor Browseru"
 
 #: about-tor-browser.page:12
 msgid ""
 "Tor Browser uses the Tor network to protect your privacy and anonymity. "
 "Using the Tor network has two main properties:"
 msgstr ""
+"Tor Browser koristi Tor mrežu kako bi zaštitio Vašu privatnost i 
anonimnost."
+" Korištenje Tor mreže ima dva glavna svojstva:"
 
 #: about-tor-browser.page:18
 msgid ""
@@ -40,6 +44,9 @@ msgid ""
 " will not be able to track your internet activity, including the names and "
 "addresses of the websites you visit."
 msgstr ""
+"Vaš davatelj internet usluge, i bilo tko tko lokalno gleda Vašu vezu, neće 
"
+"moći pratiti Vašu internet aktivnost, uključujući i imena i adrese web "
+"stranica koje posjećujete."
 
 #: about-tor-browser.page:25
 msgid ""

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


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

2017-03-08 Thread translation
commit b34e77e5f4fad100cc2086e3c1187f85dc44f41d
Author: Translation commit bot 
Date:   Wed Mar 8 11:48:20 2017 +

Update translations for tor-browser-manual
---
 vi/vi.po | 25 +
 1 file changed, 21 insertions(+), 4 deletions(-)

diff --git a/vi/vi.po b/vi/vi.po
index 8d482ae..110a625 100644
--- a/vi/vi.po
+++ b/vi/vi.po
@@ -342,7 +342,7 @@ msgstr ""
 
 #: downloading.page:34
 msgid "To use GetTor via email:"
-msgstr ""
+msgstr "Để dùng GetTor thông qua thư điện tử:"
 
 #: downloading.page:39
 msgid ""
@@ -350,6 +350,9 @@ msgid ""
 "simply write “windows”, “osx”, or “linux”, (without quotation 
marks) "
 "depending on your operating system."
 msgstr ""
+"Gửi một thư điện tử đến get...@torproject.org, và trong nội 
dung của thông "
+"điệp đơn giản viết “windows”, “osx”, hay “linux” (mà 
không có các dấu ngoặc "
+"kép) phụ thuộc vào hệ điều hành của bạn."
 
 #: downloading.page:46
 msgid ""
@@ -360,10 +363,15 @@ msgid ""
 "“32-bit” or “64-bit” software: this depends on the model of the 
computer you"
 " are using."
 msgstr ""
+"GetTor sẽ phản hồi với một thư điện tử chứa các đường 
kết nối từ đó bạn có "
+"thể tải gói phần mềm Trình duyệt Tor, chữ ký mã hoá (cần 
để xác minh bản tải"
+" về), vân tay của chìa khoá sử dụng để tạo chữ ký đó, và
 giữ liệu xác minh –"
+" checksum – của gói phần mềm. Bạn có thể có một lựa chọn 
cho phần mềm "
+"“32-bit” hay “64-bit”: điều này phụ thuộc vào mẫu máy 
tính bạn đang dùng."
 
 #: downloading.page:57
 msgid "To use GetTor via Twitter:"
-msgstr ""
+msgstr "Để dùng GetTor thông qua Twitter:"
 
 #: downloading.page:62
 msgid ""
@@ -371,26 +379,35 @@ msgid ""
 "Message to @get_tor with the words \"osx en\" in it (you don't need to "
 "follow the account)."
 msgstr ""
+"Để lấy các đường kết nối để tải Trình duyệt Tor tiếng 
Anh cho OS X, gửi một "
+"Thông điệp Trực tiếp đến @get_tor với các từ \"osx en\" trong 
đó (bạn không "
+"cần phải theo tài khoản đó)."
 
 #: downloading.page:70
 msgid "To use GetTor via Jabber/XMPP (Tor Messenger, Jitsi, CoyIM):"
-msgstr ""
+msgstr "Để dùng GetTor thông qua Jabber/XMPP (Tor Messenger, Jitsi, 
CoyIM):"
 
 #: downloading.page:75
 msgid ""
 "To get links for downloading Tor Browser in Chinese for Linux, send a "
 "message to get...@torproject.org with the words \"linux zh\" in it."
 msgstr ""
+"Để lấy các đường kết nối để tải Trình duyệt Tor tiếng 
Trung Hoa cho Linux, "
+"gửi một thông điệp đến get...@torproject.org với các từ 
\"linux zh\" trong "
+"đó."
 
 #: downloading.page:84
 msgid "Satori"
-msgstr ""
+msgstr "Satori"
 
 #: downloading.page:85
 msgid ""
 "Satori is an add-on for the Chrome or Chromium browsers that allows you to "
 "download several security and privacy programs from different sources."
 msgstr ""
+"Satori là một tiện ích thêm, add-on, cho các trình duyệt Chrome 
hay Chromium"
+" cho phép bạn tải về một vài chương trình riêng tư và bảo 
mật từ các nguồn "
+"khác nhau."
 
 #: downloading.page:90
 msgid "To download Tor Browser using Satori:"

___
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

2017-03-08 Thread translation
commit f132446cde8b52ccf59e421b9f146f2becdf9296
Author: Translation commit bot 
Date:   Wed Mar 8 11:18:21 2017 +

Update translations for tor-browser-manual
---
 vi/vi.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vi/vi.po b/vi/vi.po
index b413247..8d482ae 100644
--- a/vi/vi.po
+++ b/vi/vi.po
@@ -394,7 +394,7 @@ msgstr ""
 
 #: downloading.page:90
 msgid "To download Tor Browser using Satori:"
-msgstr ""
+msgstr "Để tải về Trình duyệt Tor sử dụng Satori:"
 
 #: downloading.page:95
 msgid "Install Satori from the Chrome App Store."

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


  1   2   >