[tor-commits] [torbrowser/master] Linux: we need to build Qt with webkit, otherwise the build fails

2012-08-11 Thread erinn
commit 5ef69661951c6e59e0fc23c1447fef7c87be8e4b
Author: Erinn Clark er...@torproject.org
Date:   Sat Aug 11 08:51:27 2012 +0100

Linux: we need to build Qt with webkit, otherwise the build fails
---
 build-scripts/linux-alpha.mk |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/build-scripts/linux-alpha.mk b/build-scripts/linux-alpha.mk
index 8427a10..871ca36 100644
--- a/build-scripts/linux-alpha.mk
+++ b/build-scripts/linux-alpha.mk
@@ -55,7 +55,7 @@ build-openssl: build-zlib $(OPENSSL_DIR)
cd $(OPENSSL_DIR)  make install_sw
touch $(STAMP_DIR)/build-openssl
 
-QT_BUILD_PREFS=-system-zlib -confirm-license -opensource -openssl-linked 
-no-webkit -no-qt3support -fast -release -nomake demos -nomake examples
+QT_BUILD_PREFS=-system-zlib -confirm-license -opensource -openssl-linked 
-no-qt3support -fast -release -nomake demos -nomake examples
 QT_OPTS=$(QT_BUILD_PREFS) -prefix $(BUILT_DIR) -I $(BUILT_DIR)/include -I 
$(BUILT_DIR)/include/openssl/ -L$(BUILT_DIR)/lib
 build-qt: build-zlib build-openssl $(QT_DIR)
cd $(QT_DIR)  ./configure $(QT_OPTS)



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


[tor-commits] [torbrowser/maint-2.3] add OBFS_COMPRESSED_NAME so obfsproxy bundles will have the right name

2012-08-11 Thread erinn
commit 1d65c8816a62234c2f2851d97586bad9c83e50ed
Author: Erinn Clark er...@torproject.org
Date:   Sat Aug 11 08:52:06 2012 +0100

add OBFS_COMPRESSED_NAME so obfsproxy bundles will have the right name
---
 build-scripts/linux-alpha.mk   |3 ++-
 build-scripts/osx-alpha.mk |1 +
 build-scripts/windows-alpha.mk |1 +
 3 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/build-scripts/linux-alpha.mk b/build-scripts/linux-alpha.mk
index 871ca36..dca4b99 100644
--- a/build-scripts/linux-alpha.mk
+++ b/build-scripts/linux-alpha.mk
@@ -145,7 +145,8 @@ VERSION=$(RELEASE_VER)-$(BUILD_NUM)-dev
 DEFAULT_COMPRESSED_BASENAME=tor-browser-gnu-linux-$(ARCH_TYPE)-$(VERSION)-
 
OBFS_COMPRESSED_BASENAME=tor-obfsproxy-browser-gnu-linux-$(ARCH_TYPE)-$(VERSION)-
 IM_COMPRESSED_BASENAME=tor-im-browser-gnu-linux-$(VERSION)-
-DEFAULT_COMPRESSED_NAME=$(DEFAULT_COMPRESSED_BASENAME)$(VERSION)
+OBFS_COMPRESSED_NAME=$(OBFS_COMPRESSED_BASENAME)
+DEFAULT_COMPRESSED_NAME=$(DEFAULT_COMPRESSED_BASENAME)
 IM_COMPRESSED_NAME=$(IM_COMPRESSED_BASENAME)$(VERSION)
 
 ifeq ($(USE_PIDGIN),1)
diff --git a/build-scripts/osx-alpha.mk b/build-scripts/osx-alpha.mk
index c6376fd..69b6708 100644
--- a/build-scripts/osx-alpha.mk
+++ b/build-scripts/osx-alpha.mk
@@ -177,6 +177,7 @@ VERSION=$(RELEASE_VER)-$(BUILD_NUM)
 DEFAULT_COMPRESSED_BASENAME=TorBrowser-$(VERSION)-osx-$(ARCH_TYPE)-
 OBFS_COMPRESSED_BASENAME=TorBrowser-Obfsproxy-$(VERSION)-osx-$(ARCH_TYPE)-
 IM_COMPRESSED_BASENAME=TorBrowser-IM-$(VERSION)-
+OBFS_COMPRESSED_NAME=$(OBFS_COMPRESSED_BASENAME)
 DEFAULT_COMPRESSED_NAME=$(DEFAULT_COMPRESSED_BASENAME)
 IM_COMPRESSED_NAME=$(IM_COMPRESSED_BASENAME)$(VERSION)
 
diff --git a/build-scripts/windows-alpha.mk b/build-scripts/windows-alpha.mk
index 5847a34..0505ab2 100644
--- a/build-scripts/windows-alpha.mk
+++ b/build-scripts/windows-alpha.mk
@@ -156,6 +156,7 @@ VERSION=$(RELEASE_VER)-$(BUILD_NUM)
 DEFAULT_COMPRESSED_BASENAME=tor-browser-$(VERSION)
 OBFS_COMPRESSED_BASENAME=tor-obfsproxy-browser-$(VERSION)
 IM_COMPRESSED_BASENAME=tor-im-browser-$(VERSION)
+OBFS_COMPRESSED_NAME=$(OBFS_COMPRESSED_BASENAME)
 DEFAULT_COMPRESSED_NAME=$(DEFAULT_COMPRESSED_BASENAME)
 IM_COMPRESSED_NAME=$(IM_COMPRESSED_BASENAME)$(VERSION)
 

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


[tor-commits] [torbrowser/maint-2.3] Linux: we need to build Qt with webkit, otherwise the build fails

2012-08-11 Thread erinn
commit 5ef69661951c6e59e0fc23c1447fef7c87be8e4b
Author: Erinn Clark er...@torproject.org
Date:   Sat Aug 11 08:51:27 2012 +0100

Linux: we need to build Qt with webkit, otherwise the build fails
---
 build-scripts/linux-alpha.mk |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/build-scripts/linux-alpha.mk b/build-scripts/linux-alpha.mk
index 8427a10..871ca36 100644
--- a/build-scripts/linux-alpha.mk
+++ b/build-scripts/linux-alpha.mk
@@ -55,7 +55,7 @@ build-openssl: build-zlib $(OPENSSL_DIR)
cd $(OPENSSL_DIR)  make install_sw
touch $(STAMP_DIR)/build-openssl
 
-QT_BUILD_PREFS=-system-zlib -confirm-license -opensource -openssl-linked 
-no-webkit -no-qt3support -fast -release -nomake demos -nomake examples
+QT_BUILD_PREFS=-system-zlib -confirm-license -opensource -openssl-linked 
-no-qt3support -fast -release -nomake demos -nomake examples
 QT_OPTS=$(QT_BUILD_PREFS) -prefix $(BUILT_DIR) -I $(BUILT_DIR)/include -I 
$(BUILT_DIR)/include/openssl/ -L$(BUILT_DIR)/lib
 build-qt: build-zlib build-openssl $(QT_DIR)
cd $(QT_DIR)  ./configure $(QT_OPTS)



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


[tor-commits] [torbrowser/master] Merge branch 'maint-2.3'

2012-08-11 Thread erinn
commit b090e92a5514b8d9f65ca24a5ca733f2451b3b7e
Merge: 566fd4a 1d65c88
Author: Erinn Clark er...@torproject.org
Date:   Sat Aug 11 08:52:43 2012 +0100

Merge branch 'maint-2.3'

 build-scripts/linux-alpha.mk   |5 +++--
 build-scripts/osx-alpha.mk |1 +
 build-scripts/windows-alpha.mk |1 +
 3 files changed, 5 insertions(+), 2 deletions(-)

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


[tor-commits] [flashproxy/master] Uniformity of code between flashproxy-client and flashproxy-reg-http.

2012-08-11 Thread dcf
commit 343a47e303bafde772e20a637a8ddefffcf85872
Author: David Fifield da...@bamsoftware.com
Date:   Sat Jul 28 10:15:04 2012 -0700

Uniformity of code between flashproxy-client and flashproxy-reg-http.
---
 flashproxy-client   |4 ++--
 flashproxy-reg-http |   12 ++--
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/flashproxy-client b/flashproxy-client
index ad60057..0dfe8c7 100755
--- a/flashproxy-client
+++ b/flashproxy-client
@@ -1,5 +1,6 @@
 #!/usr/bin/env python
 
+import BaseHTTPServer
 import array
 import base64
 import cStringIO
@@ -16,7 +17,6 @@ import time
 import traceback
 import urllib
 import xml.sax.saxutils
-import BaseHTTPServer
 
 try:
 from hashlib import sha1
@@ -123,7 +123,7 @@ def parse_addr_spec(spec, defhost = None, defport = None):
 af = 0
 host = host or defhost
 port = port or defport
-if not (host and port):
+if not port:
 raise ValueError(Bad address specification \%s\ % spec)
 return host, int(port)
 
diff --git a/flashproxy-reg-http b/flashproxy-reg-http
index 209f77e..ac45a30 100755
--- a/flashproxy-reg-http
+++ b/flashproxy-reg-http
@@ -2,19 +2,19 @@
 
 import getopt
 import httplib
-import socket
 import re
+import socket
 import sys
 import urllib
 
-DEFAULT_REMOTE_ADDR = 
+DEFAULT_REMOTE_ADDRESS = 
 DEFAULT_REMOTE_PORT = 9000
 DEFAULT_FACILITATOR_HOST = tor-facilitator.bamsoftware.com
 DEFAULT_FACILITATOR_PORT = 9002
 
 class options(object):
-facilitator_addr = None
 remote_addr = None
+facilitator_addr = None
 
 def usage(f = sys.stdout):
 print  f, \
@@ -27,7 +27,7 @@ facilitator address is %(fac_addr)s.
  % {
 progname: sys.argv[0],
 fac_addr: format_addr((DEFAULT_FACILITATOR_HOST, 
DEFAULT_FACILITATOR_PORT)),
-remote_addr: format_addr((DEFAULT_REMOTE_ADDR, DEFAULT_REMOTE_PORT)),
+remote_addr: format_addr((DEFAULT_REMOTE_ADDRESS, DEFAULT_REMOTE_PORT)),
 }
 
 def parse_addr_spec(spec, defhost = None, defport = None):
@@ -81,12 +81,12 @@ def format_addr(addr):
 return u%s:%d % (host, port)
 
 options.facilitator_addr = (DEFAULT_FACILITATOR_HOST, DEFAULT_FACILITATOR_PORT)
-options.remote_addr = (DEFAULT_REMOTE_ADDR, DEFAULT_REMOTE_PORT)
+options.remote_addr = (DEFAULT_REMOTE_ADDRESS, DEFAULT_REMOTE_PORT)
 
 opts, args = getopt.gnu_getopt(sys.argv[1:], a:h, [address=, help])
 for o, a in opts:
 if o == -a or o == --address:
-options.remote_addr = parse_addr_spec(a, DEFAULT_REMOTE_ADDR, 
DEFAULT_REMOTE_PORT)
+options.remote_addr = parse_addr_spec(a, DEFAULT_REMOTE_ADDRESS, 
DEFAULT_REMOTE_PORT)
 elif o == -h or o == --help:
 usage()
 sys.exit()

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


[tor-commits] [webstats/master] Handle edge case when initializing webstats processor.

2012-08-11 Thread runa
commit 6d4363afc261d99ede9d4bc1bba59dd5dfab4a1b
Author: Karsten Loesing karsten.loes...@gmx.net
Date:   Thu Aug 9 11:03:16 2012 +0200

Handle edge case when initializing webstats processor.

Previously, we'd break without a stats/full/ directory.  There are edge
cases when we don't have such a directory yet.
---
 src/org/torproject/webstats/Main.java |4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/org/torproject/webstats/Main.java 
b/src/org/torproject/webstats/Main.java
index 7f1afe1..1aa02d4 100644
--- a/src/org/torproject/webstats/Main.java
+++ b/src/org/torproject/webstats/Main.java
@@ -500,7 +500,9 @@ public class Main {
 while (!fileNames.isEmpty()) {
   String fileName = fileNames.pop();
   File fileOrDirectory = new File(fileName);
-  if (fileOrDirectory.isDirectory()) {
+  if (!fileOrDirectory.exists()) {
+continue;
+  } else if (fileOrDirectory.isDirectory()) {
 for (File file : fileOrDirectory.listFiles()) {
   fileNames.add(fileName + / + file.getName());
 }



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


[tor-commits] [webstats/master] Stop truncating files when merging new lines into them.

2012-08-11 Thread runa
commit 4096c6aeae0ad61e6b3d7df5ded0171a1c68e83f
Author: Karsten Loesing karsten.loes...@gmx.net
Date:   Thu Aug 9 11:05:32 2012 +0200

Stop truncating files when merging new lines into them.

When merging newly sanitized lines into an existing file, we stopped as
soon as the existing file ran out of lines.  We must also add the
remaining new sanitized lines.
---
 src/org/torproject/webstats/Main.java |3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/org/torproject/webstats/Main.java 
b/src/org/torproject/webstats/Main.java
index 1aa02d4..3be2c92 100644
--- a/src/org/torproject/webstats/Main.java
+++ b/src/org/torproject/webstats/Main.java
@@ -367,6 +367,9 @@ public class Main {
 }
 bw.write(line + \n);
   }
+  while (cachedLinesListPosition  totalCachedLines) {
+bw.write(cachedLinesList.get(cachedLinesListPosition++) + \n);
+  }
   br.close();
   bw.close();
 } catch (IOException e) {

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


[tor-commits] [vidalia/master] Improve router loading

2012-08-11 Thread chiiph
commit b00f51dc295bcd84420c57351bdcb4b822cd353e
Author: Tomás Touceda chi...@torproject.org
Date:   Sat Aug 11 19:27:44 2012 -0300

Improve router loading
---
 changes/bug6482   |4 
 src/vidalia/network/NetViewer.cpp |7 +++
 2 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/changes/bug6482 b/changes/bug6482
new file mode 100644
index 000..e276064
--- /dev/null
+++ b/changes/bug6482
@@ -0,0 +1,4 @@
+  o Do not wait too much to try reloading the router list if the ns/all command
+returned empty. Fixes bug 6483.
+  o Stop trying to load router information if torControl is not connected
+anymore. Fixes bug 6482.
diff --git a/src/vidalia/network/NetViewer.cpp 
b/src/vidalia/network/NetViewer.cpp
index 1d48b96..d9782ff 100644
--- a/src/vidalia/network/NetViewer.cpp
+++ b/src/vidalia/network/NetViewer.cpp
@@ -312,12 +312,19 @@ void
 NetViewer::loadNetworkStatus()
 {
   NetworkStatus networkStatus = _torControl-getNetworkStatus();
+  if (networkStatus.isEmpty()) {
+_refreshTimer.setInterval(2000);
+  } else {
+_refreshTimer.setInterval(60*60*1000);
+  }
 
   bool usingMicrodescriptors = _torControl-useMicrodescriptors();
 
   foreach(RouterStatus rs, networkStatus) {
 if (!rs.isRunning())
   continue;
+if (not _torControl-isConnected())
+  return;
 
 RouterDescriptor rd = _torControl-getRouterDescriptor(rs.id());
 if(usingMicrodescriptors) {

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


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

2012-08-11 Thread translation
commit 2cbb3d44c6b82889621cf43bdfdaf508eaf2c08e
Author: Translation commit bot translat...@torproject.org
Date:   Sat Aug 11 22:45:11 2012 +

Update translations for vidalia_alpha
---
 da/vidalia_da.po |   87 +++--
 1 files changed, 44 insertions(+), 43 deletions(-)

diff --git a/da/vidalia_da.po b/da/vidalia_da.po
index b6fc36a..ccd55f0 100644
--- a/da/vidalia_da.po
+++ b/da/vidalia_da.po
@@ -2,14 +2,15 @@
 # Translators:
 #   3...@detfalskested.dk, 2012.
 # Simon Grønkjær zimi.grn...@gmail.com, 2012.
+# Steen Hulthin Rasmussen steenhult...@gmail.com, 2012.
 #   theoli...@live.co.uk, 2011.
 msgid 
 msgstr 
 Project-Id-Version: The Tor Project\n
 Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n;
 POT-Creation-Date: 2012-03-21 17:46+\n
-PO-Revision-Date: 2012-06-04 14:00+\n
-Last-Translator: Simon Grønkjær zimi.grn...@gmail.com\n
+PO-Revision-Date: 2012-08-11 22:45+\n
+Last-Translator: Steen Hulthin Rasmussen steenhult...@gmail.com\n
 Language-Team: translati...@vidalia-project.net\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
@@ -105,7 +106,7 @@ msgstr Password
 
 msgctxt AdvancedPage
 msgid Randomly Generate
-msgstr Tilfældigt Generer
+msgstr Generer tilfældigt 
 
 msgctxt AdvancedPage
 msgid :
@@ -678,7 +679,7 @@ msgstr Cuba
 
 msgctxt CountryInfo
 msgid Cyprus
-msgstr Kypern
+msgstr Cypern
 
 msgctxt CountryInfo
 msgid Czech Republic
@@ -1014,159 +1015,159 @@ msgstr Rwanda
 
 msgctxt CountryInfo
 msgid Saint Kitts  Nevis
-msgstr 
+msgstr Saint Kitts og Nevis
 
 msgctxt CountryInfo
 msgid Saint Lucia
-msgstr 
+msgstr Saint Lucia
 
 msgctxt CountryInfo
 msgid Saint Vincent  the Grenadines
-msgstr 
+msgstr Saint Vincent og Grenadinerne
 
 msgctxt CountryInfo
 msgid Samoa
-msgstr 
+msgstr Samoa
 
 msgctxt CountryInfo
 msgid San Marino
-msgstr 
+msgstr San Marino
 
 msgctxt CountryInfo
 msgid Sao Tome  Principe
-msgstr 
+msgstr São Tomé og Príncipe
 
 msgctxt CountryInfo
 msgid Saudi Arabia
-msgstr 
+msgstr Saudi-Arabien
 
 msgctxt CountryInfo
 msgid Senegal
-msgstr 
+msgstr Senegal
 
 msgctxt CountryInfo
 msgid Serbia
-msgstr 
+msgstr Serbien
 
 msgctxt CountryInfo
 msgid Seychelles
-msgstr 
+msgstr Seychellerne
 
 msgctxt CountryInfo
 msgid Sierra Leone
-msgstr 
+msgstr Sierra Leone
 
 msgctxt CountryInfo
 msgid Singapore
-msgstr 
+msgstr Singapore
 
 msgctxt CountryInfo
 msgid Slovakia
-msgstr 
+msgstr Slovakiet
 
 msgctxt CountryInfo
 msgid Slovenia
-msgstr 
+msgstr Slovenien
 
 msgctxt CountryInfo
 msgid Solomon Islands
-msgstr 
+msgstr Salomonøerne
 
 msgctxt CountryInfo
 msgid Somalia
-msgstr 
+msgstr Somalia
 
 msgctxt CountryInfo
 msgid South Africa
-msgstr 
+msgstr Sydafrika
 
 msgctxt CountryInfo
 msgid Spain
-msgstr 
+msgstr Spanien
 
 msgctxt CountryInfo
 msgid Sri Lanka
-msgstr 
+msgstr Sri Lanka
 
 msgctxt CountryInfo
 msgid Sudan
-msgstr 
+msgstr Sudan
 
 msgctxt CountryInfo
 msgid Suriname
-msgstr 
+msgstr Surinam
 
 msgctxt CountryInfo
 msgid Swaziland
-msgstr 
+msgstr Swaziland
 
 msgctxt CountryInfo
 msgid Sweden
-msgstr 
+msgstr Sverige
 
 msgctxt CountryInfo
 msgid Switzerland
-msgstr 
+msgstr Schweiz
 
 msgctxt CountryInfo
 msgid Syria
-msgstr 
+msgstr Syrien
 
 msgctxt CountryInfo
 msgid Tajikistan
-msgstr 
+msgstr Tadsjikistan
 
 msgctxt CountryInfo
 msgid Tanzania
-msgstr 
+msgstr Tanzania
 
 msgctxt CountryInfo
 msgid Thailand
-msgstr 
+msgstr Thailand
 
 msgctxt CountryInfo
 msgid Timor-Leste (East Timor)
-msgstr 
+msgstr Østtimor (Timor-Leste)
 
 msgctxt CountryInfo
 msgid Togo
-msgstr 
+msgstr Togo
 
 msgctxt CountryInfo
 msgid Tonga
-msgstr 
+msgstr Tonga
 
 msgctxt CountryInfo
 msgid Trinidad  Tobago
-msgstr 
+msgstr Trinidad og Tobago
 
 msgctxt CountryInfo
 msgid Tunisia
-msgstr 
+msgstr Tunesien
 
 msgctxt CountryInfo
 msgid Turkey
-msgstr 
+msgstr Tyrkiet
 
 msgctxt CountryInfo
 msgid Turkmenistan
-msgstr 
+msgstr Turkmenistan
 
 msgctxt CountryInfo
 msgid Tuvalu
-msgstr 
+msgstr Tuvalu
 
 msgctxt CountryInfo
 msgid Uganda
-msgstr 
+msgstr Uganda
 
 msgctxt CountryInfo
 msgid Ukraine
-msgstr 
+msgstr Ukraine
 
 msgctxt CountryInfo
 msgid United Arab Emirates
-msgstr 
+msgstr Forenede Arabiske Emirater
 
 msgctxt CountryInfo
 msgid United Kingdom

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


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

2012-08-11 Thread translation
commit ff69de66b5466e738a6e7d149370ad6cf2443b4b
Author: Translation commit bot translat...@torproject.org
Date:   Sat Aug 11 22:45:30 2012 +

Update translations for https_everywhere
---
 da/https-everywhere.properties |6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/da/https-everywhere.properties b/da/https-everywhere.properties
index db93346..08e6b07 100644
--- a/da/https-everywhere.properties
+++ b/da/https-everywhere.properties
@@ -1,5 +1,5 @@
 https-everywhere.menu.globalEnable = Aktivér HTTPS Overalt
 https-everywhere.menu.globalDisable = Deaktivér HTTPS Overalt
-# https-everywhere.menu.enableDisable = Enable / Disable Rules
-# https-everywhere.menu.noRules = (No Rules for This Page)
-# https-everywhere.menu.unknownRules = (Rules for This Page Unknown)
+https-everywhere.menu.enableDisable = Aktivér / Deaktivér regler
+https-everywhere.menu.noRules = (Der er ikke opsat regler for denne side)
+https-everywhere.menu.unknownRules = (Regler for denne side ukendt)

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


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

2012-08-11 Thread translation
commit bc60bcbad136adcddcf257bb7a1d2a99889e892f
Author: Translation commit bot translat...@torproject.org
Date:   Sat Aug 11 22:45:34 2012 +

Update translations for https_everywhere_completed
---
 da/https-everywhere.properties |3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/da/https-everywhere.properties b/da/https-everywhere.properties
index 8f3f430..08e6b07 100644
--- a/da/https-everywhere.properties
+++ b/da/https-everywhere.properties
@@ -1,2 +1,5 @@
 https-everywhere.menu.globalEnable = Aktivér HTTPS Overalt
 https-everywhere.menu.globalDisable = Deaktivér HTTPS Overalt
+https-everywhere.menu.enableDisable = Aktivér / Deaktivér regler
+https-everywhere.menu.noRules = (Der er ikke opsat regler for denne side)
+https-everywhere.menu.unknownRules = (Regler for denne side ukendt)

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


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

2012-08-11 Thread translation
commit 6ca196e0a7b22d89a23adfacf0114449ef2bac13
Author: Translation commit bot translat...@torproject.org
Date:   Sat Aug 11 23:15:12 2012 +

Update translations for vidalia_alpha
---
 da/vidalia_da.po |   24 
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/da/vidalia_da.po b/da/vidalia_da.po
index ccd55f0..b33e02e 100644
--- a/da/vidalia_da.po
+++ b/da/vidalia_da.po
@@ -9,7 +9,7 @@ msgstr 
 Project-Id-Version: The Tor Project\n
 Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n;
 POT-Creation-Date: 2012-03-21 17:46+\n
-PO-Revision-Date: 2012-08-11 22:45+\n
+PO-Revision-Date: 2012-08-11 22:47+\n
 Last-Translator: Steen Hulthin Rasmussen steenhult...@gmail.com\n
 Language-Team: translati...@vidalia-project.net\n
 MIME-Version: 1.0\n
@@ -1171,47 +1171,47 @@ msgstr Forenede Arabiske Emirater
 
 msgctxt CountryInfo
 msgid United Kingdom
-msgstr 
+msgstr Storbritannien og Nordirland
 
 msgctxt CountryInfo
 msgid United States
-msgstr 
+msgstr USA
 
 msgctxt CountryInfo
 msgid Uruguay
-msgstr 
+msgstr Uruguay
 
 msgctxt CountryInfo
 msgid Uzbekistan
-msgstr 
+msgstr Usbekistan
 
 msgctxt CountryInfo
 msgid Vanuatu
-msgstr 
+msgstr Vanuatu
 
 msgctxt CountryInfo
 msgid Vatican
-msgstr 
+msgstr Vatikanstaten
 
 msgctxt CountryInfo
 msgid Venezuela
-msgstr 
+msgstr Venezuela
 
 msgctxt CountryInfo
 msgid Vietnam
-msgstr 
+msgstr Vietnam
 
 msgctxt CountryInfo
 msgid Western Sahara
-msgstr 
+msgstr Vestsahara
 
 msgctxt CountryInfo
 msgid Yemen
-msgstr 
+msgstr Yemen 
 
 msgctxt CountryInfo
 msgid Zambia
-msgstr 
+msgstr Zambia
 
 msgctxt CountryInfo
 msgid Zimbabwe

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


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

2012-08-11 Thread translation
commit 66b6516ab7c9375afeb683bd923e8267e561c6bb
Author: Translation commit bot translat...@torproject.org
Date:   Sun Aug 12 03:45:05 2012 +

Update translations for orbot
---
 values-pt_BR/strings.xml |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/values-pt_BR/strings.xml b/values-pt_BR/strings.xml
index 336f32f..f7579bc 100644
--- a/values-pt_BR/strings.xml
+++ b/values-pt_BR/strings.xml
@@ -121,7 +121,7 @@
   string name=pref_entrance_node_dialogInsira os Nós de Entrada/string
   !--string name=pref_use_whispercoreUse WhisperCore/string
 string name=pref_use_whispercore_summaryUse the proprietary NetFilter APIs 
provided by WhisperSystems (required device with WhisperCore 
installed)/string--
-  string name=pref_proxy_titleOutbound Network Proxy/string
+  string name=pref_proxy_titleProxy de Saída da Rede/string
   string name=pref_proxy_type_titleTipo de Proxy/string
   string name=pref_proxy_type_summaryProtocolo para usar no servidor 
proxy: HTTP, HTTPS, Socks4, Socks5/string
   string name=pref_proxy_type_dialogInsira o Tipo de Proxy/string

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


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

2012-08-11 Thread translation
commit 6e3fd0406a3b2729f23e8eaec08508c3e6053c8e
Author: Translation commit bot translat...@torproject.org
Date:   Sun Aug 12 03:45:09 2012 +

Update translations for orbot_completed
---
 values-pt_BR/strings.xml |5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/values-pt_BR/strings.xml b/values-pt_BR/strings.xml
index fca1502..f7579bc 100644
--- a/values-pt_BR/strings.xml
+++ b/values-pt_BR/strings.xml
@@ -119,8 +119,9 @@
   string name=pref_entrance_nodeNós de Entrada/string
   string name=pref_entrance_node_summaryImpressões digitais, apelidos, 
países e endereços para a primeira etapa/string
   string name=pref_entrance_node_dialogInsira os Nós de Entrada/string
-  string name=pref_use_whispercoreUsar WhisperCore/string
-  string name=pref_use_whispercore_summaryUsar as NetFilter APIs 
proprietárias providas por WhisperSystems (requerido dispositivo com 
WhisperCore instalado)/string
+  !--string name=pref_use_whispercoreUse WhisperCore/string
+string name=pref_use_whispercore_summaryUse the proprietary NetFilter APIs 
provided by WhisperSystems (required device with WhisperCore 
installed)/string--
+  string name=pref_proxy_titleProxy de Saída da Rede/string
   string name=pref_proxy_type_titleTipo de Proxy/string
   string name=pref_proxy_type_summaryProtocolo para usar no servidor 
proxy: HTTP, HTTPS, Socks4, Socks5/string
   string name=pref_proxy_type_dialogInsira o Tipo de Proxy/string

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


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

2012-08-11 Thread translation
commit f4c22ef82b7fbc9b51c73998064dbea271d7a45d
Author: Translation commit bot translat...@torproject.org
Date:   Sun Aug 12 03:45:14 2012 +

Update translations for vidalia_alpha
---
 pt_BR/vidalia_pt_BR.po |   51 ---
 1 files changed, 26 insertions(+), 25 deletions(-)

diff --git a/pt_BR/vidalia_pt_BR.po b/pt_BR/vidalia_pt_BR.po
index 59366d5..4e07107 100644
--- a/pt_BR/vidalia_pt_BR.po
+++ b/pt_BR/vidalia_pt_BR.po
@@ -2,6 +2,7 @@
 # Translators:
 # Arthur Rodrigues Araruna arar...@gmail.com, 2012.
 # Erick de Oliveira Leal , 2012.
+# Fábio Martins fosf...@gmail.com, 2012.
 # n3t0  , 2012.
 # runasand runa.sand...@gmail.com, 2011.
 #   viniciusandr...@estadao.com.br, 2012.
@@ -10,8 +11,8 @@ msgstr 
 Project-Id-Version: The Tor Project\n
 Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n;
 POT-Creation-Date: 2012-03-21 17:46+\n
-PO-Revision-Date: 2012-04-30 15:28+\n
-Last-Translator: Erick de Oliveira Leal \n
+PO-Revision-Date: 2012-08-12 03:45+\n
+Last-Translator: Fábio Martins fosf...@gmail.com\n
 Language-Team: translati...@vidalia-project.net\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
@@ -205,7 +206,7 @@ msgctxt AdvancedPage
 msgid 
 bWARNING/b: If you hand pick the password it will be saved as plain text
  in Vidalia's configuration file. Using a random password is safer.
-msgstr 
+msgstr bCUIDADO/b: Se você escolher uma senha manualmente ela será 
salva como texto puro no arquivo de configuração do Vidalia. Usar uma senha 
aleatória é mais seguro.
 
 msgctxt AdvancedPage
 msgid Panic
@@ -214,7 +215,7 @@ msgstr Pânico
 msgctxt AdvancedPage
 msgid 
 bWARNING/b: The panic button will erease the application if pressed
-msgstr 
+msgstr bCUIDADO/b: O botão de pânico irá apagar a aplicação se for 
pressionado
 
 msgctxt AdvancedPage
 msgid Enable panic button
@@ -240,7 +241,7 @@ msgstr Vidalia não conseguiu remover o serviço 
Tor.\n\nVocê precisa fazê-lo
 
 msgctxt AdvancedPage
 msgid Select a Directory to Use for Panic
-msgstr 
+msgstr Selecione um Diretório para usar para o Pânico
 
 msgctxt AppearancePage
 msgid Language
@@ -265,11 +266,11 @@ msgstr Vidalia foi incapaz de carregar a tradução 
selecionada
 msgctxt AppearancePage
 msgid 
 System Icon Preferences (changes will take effect when you restart Vidalia)
-msgstr 
+msgstr Ícone de Preferências do Sistema (as mudanças só terão efeito 
quando você reiniciar o Vidalia)
 
 msgctxt AppearancePage
 msgid Show the Tray Icon and Dock Icon (default)
-msgstr 
+msgstr Mostra o Ícone da Bandeja e o Ícone de Inicio (padrão)
 
 msgctxt AppearancePage
 msgid Hide the Tray Icon
@@ -277,7 +278,7 @@ msgstr Ocultar o Ícone de Bandeja
 
 msgctxt AppearancePage
 msgid Hide the Dock Icon
-msgstr 
+msgstr Oculta o Ícone de Inicio
 
 msgctxt BandwidthGraph
 msgid Since:
@@ -1346,34 +1347,34 @@ msgstr Nós estamos impossibilitados de reiniciar o 
Vidalia automaticamente. Po
 
 msgctxt CrashReportDialog
 msgid Please fill a ticket in:
-msgstr 
+msgstr Por favor preencha o tíquete em:
 
 msgctxt CrashReportDialog
 msgid 
 a 
 
href=\https://trac.torproject.org/projects/tor/newticket\;https://trac.torproject.org/projects/tor/newticket/a
-msgstr 
+msgstr a 
href=\https://trac.torproject.org/projects/tor/newticket\;https://trac.torproject.org/projects/tor/newticket/a
 
 msgctxt CrashReportDialog
 msgid 
 A crash report has been created that you can send to the Vidalia developers 
 to help identify and fix the problem. The submitted report does not contain 
 any personally identifying information.
-msgstr 
+msgstr Um relatório de erro foi criado para você poder enviar aos 
desenvolvedores do Vidalia para ajudar a identificar e consertar o problema. O 
relatório enviado não contem nenhuma informação pessoalmente 
identificável.
 
 msgctxt CrashReportDialog
 msgid 
 with a description of what you were doing before the application crashed, 
 along with the following files corresponding to the crash report:
-msgstr 
+msgstr com uma descrição do que você estava fazendo antes da aplicação 
dar erro, junto com os seguintes arquivos correspondentes ao relatório de 
erro:
 
 msgctxt DebugDialog
 msgid Plugin debug output
-msgstr 
+msgstr Saída de depuração do plugin:
 
 msgctxt DebugDialog
 msgid Plugin Output
-msgstr 
+msgstr Saída do Plugin:
 
 msgctxt DebugDialog
 msgid Syntax Errors
@@ -2008,17 +2009,17 @@ msgstr Vidalia estava impossibilitado de recarregar a 
configuração do Tor
 
 msgctxt MainWindow
 msgid No dettached tabs
-msgstr 
+msgstr Nenhuma aba desatachada
 
 msgctxt MainWindow
 msgid Panic is enabled
-msgstr 
+msgstr Pânico foi habilitado
 
 msgctxt MainWindow
 msgid 
 bWARNING:/b The Panic button is enabled. Use it carefully because it 
 will remove Tor completely.
-msgstr 
+msgstr bCUIDADO:/b O botão de Pânico foi habilitado. Use ele com 
cuidado porque ira remover completamente o Tor.
 
 msgctxt MainWindow
 msgid 

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

2012-08-11 Thread translation
commit b8b914a97d6d20202dbaf96b7e68f924817e9fc0
Author: Translation commit bot translat...@torproject.org
Date:   Sun Aug 12 04:15:18 2012 +

Update translations for vidalia_alpha
---
 pt_BR/vidalia_pt_BR.po |   56 
 1 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/pt_BR/vidalia_pt_BR.po b/pt_BR/vidalia_pt_BR.po
index 4e07107..d82e407 100644
--- a/pt_BR/vidalia_pt_BR.po
+++ b/pt_BR/vidalia_pt_BR.po
@@ -11,7 +11,7 @@ msgstr 
 Project-Id-Version: The Tor Project\n
 Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n;
 POT-Creation-Date: 2012-03-21 17:46+\n
-PO-Revision-Date: 2012-08-12 03:45+\n
+PO-Revision-Date: 2012-08-12 03:54+\n
 Last-Translator: Fábio Martins fosf...@gmail.com\n
 Language-Team: translati...@vidalia-project.net\n
 MIME-Version: 1.0\n
@@ -2679,7 +2679,7 @@ msgstr HTTP / HTTPS
 
 msgctxt NetworkPage
 msgid You must specify one or more bridges.
-msgstr 
+msgstr Você precisa especificar uma ou mais pontes.
 
 msgctxt PluginEngine
 msgid WARNING: %1 doesn't have an info file.
@@ -2705,7 +2705,7 @@ msgstr %2: ERRO: Não é possível abrir %1
 
 msgctxt PluginWrapper
 msgid %2: ERROR: Parsing %1
-msgstr 
+msgstr %2: ERRO: Formatando %1
 
 msgctxt PluginWrapper
 msgid 
@@ -2723,7 +2723,7 @@ msgstr %1: Interrompendo...
 
 msgctxt PluginWrapper
 msgid %1: WARNING: doesn't have a GUI, and buildGUI() was called
-msgstr 
+msgstr %1: CUIDADO: não possui uma tela, e a função buildGUI() foi chamada
 
 msgctxt PluginWrapper
 msgid 
@@ -2733,15 +2733,15 @@ msgstr %2:\n*** Exceção na linha %1
 
 msgctxt PluginWrapper
 msgid *** Backtrace:
-msgstr 
+msgstr *** Funções passadas que foram chamadas:
 
 msgctxt PluginWrapper
 msgid (untitled)
-msgstr 
+msgstr (sem titulo)
 
 msgctxt PluginWrapper
 msgid Error: buildGUI() failed for plugin %1
-msgstr 
+msgstr Erro: buildGUI() falhou para o plugin %1
 
 msgctxt Policy
 msgid accept
@@ -2753,33 +2753,33 @@ msgstr rejeitar
 
 msgctxt QDialogButtonBox
 msgid OK
-msgstr 
+msgstr OK
 
 msgctxt QObject
 msgid There were some settings that Vidalia wasn't able to apply together
-msgstr 
+msgstr Houveram algumas configurações que o Vidalia não foi capaz de 
aplicar juntas
 
 msgctxt QObject
 msgid 
 Failed to set %1:\n
 Reason: %2
-msgstr 
+msgstr Falhou ao aplicar %1:⏎ Razão: %2
 
 msgctxt QObject
 msgid 
 The failed options were saved in your torrc and will be applied when you 
 restart.
-msgstr 
+msgstr As opções que falharam foram salvas no seu torrc e serão aplicadas 
quando você reinicar.
 
 msgctxt QObject
 msgid 
 The failed options were NOT saved in your torrc and will be applied when you
  restart.
-msgstr 
+msgstr As opções que falharam NÃO foram salvas no seu torrc e serão 
aplicadas quando você reinicar.
 
 msgctxt QObject
 msgid Vidalia was unable to save the options to the torrc file.
-msgstr 
+msgstr Vidalia foi incapaz de salvar as opções no seu arquivo torrc
 
 msgctxt RouterDescriptor
 msgid Online
@@ -3213,59 +3213,59 @@ msgstr Endereço de e-mail onde você pode ser 
encontrado se houver um\nproblem
 
 msgctxt ServerPage
 msgid day
-msgstr 
+msgstr dia
 
 msgctxt ServerPage
 msgid week
-msgstr 
+msgstr semana
 
 msgctxt ServerPage
 msgid month
-msgstr 
+msgstr mês
 
 msgctxt ServerPage
 msgid Enable accounting
-msgstr 
+msgstr Habilitar contagem
 
 msgctxt ServerPage
 msgid h:mm
-msgstr 
+msgstr h:mm
 
 msgctxt ServerPage
 msgid at
-msgstr 
+msgstr em
 
 msgctxt ServerPage
 msgid per
-msgstr 
+msgstr por
 
 msgctxt ServerPage
 msgid bytes
-msgstr 
+msgstr bytes
 
 msgctxt ServerPage
 msgid KB
-msgstr 
+msgstr KB
 
 msgctxt ServerPage
 msgid MB
-msgstr 
+msgstr MB
 
 msgctxt ServerPage
 msgid GB
-msgstr 
+msgstr GB
 
 msgctxt ServerPage
 msgid TB
-msgstr 
+msgstr TB
 
 msgctxt ServerPage
 msgid Push no more than
-msgstr 
+msgstr Enviar não mais que
 
 msgctxt ServerPage
 msgid time
-msgstr 
+msgstr tempo
 
 msgctxt StatusEventWidget
 msgid Copy to Clipboard
@@ -3572,7 +3572,7 @@ msgstr Vidalia não iniciou o Tor. Você deve parar o 
Tor através da interface
 
 msgctxt TorControl
 msgid Start failed: %1
-msgstr 
+msgstr O Inicio falhou: %1
 
 msgctxt TorControl
 msgid Process finished: ExitCode=%1

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


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

2012-08-11 Thread translation
commit d8c2280f13ee8a0df6de537724a027aa36d84d71
Author: Translation commit bot translat...@torproject.org
Date:   Sun Aug 12 04:15:20 2012 +

Update translations for vidalia_alpha_completed
---
 pt_BR/vidalia_pt_BR.po |  601 +---
 1 files changed, 369 insertions(+), 232 deletions(-)

diff --git a/pt_BR/vidalia_pt_BR.po b/pt_BR/vidalia_pt_BR.po
index 63fbbc3..d82e407 100644
--- a/pt_BR/vidalia_pt_BR.po
+++ b/pt_BR/vidalia_pt_BR.po
@@ -1,14 +1,18 @@
 # 
 # Translators:
+# Arthur Rodrigues Araruna arar...@gmail.com, 2012.
+# Erick de Oliveira Leal , 2012.
+# Fábio Martins fosf...@gmail.com, 2012.
 # n3t0  , 2012.
 # runasand runa.sand...@gmail.com, 2011.
+#   viniciusandr...@estadao.com.br, 2012.
 msgid 
 msgstr 
 Project-Id-Version: The Tor Project\n
 Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n;
-POT-Creation-Date: 2011-05-03 14:28+\n
-PO-Revision-Date: 2012-02-14 10:03+\n
-Last-Translator: n3t0 \n
+POT-Creation-Date: 2012-03-21 17:46+\n
+PO-Revision-Date: 2012-08-12 03:54+\n
+Last-Translator: Fábio Martins fosf...@gmail.com\n
 Language-Team: translati...@vidalia-project.net\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
@@ -195,12 +199,50 @@ msgid Select a file to use for Tor socket path
 msgstr Selecione um arquivo para o Tor usar como caminho do socket
 
 msgctxt AdvancedPage
+msgid Configure ControlPort automatically
+msgstr Configurar ControlPort automaticamente
+
+msgctxt AdvancedPage
+msgid 
+bWARNING/b: If you hand pick the password it will be saved as plain text
+ in Vidalia's configuration file. Using a random password is safer.
+msgstr bCUIDADO/b: Se você escolher uma senha manualmente ela será 
salva como texto puro no arquivo de configuração do Vidalia. Usar uma senha 
aleatória é mais seguro.
+
+msgctxt AdvancedPage
+msgid Panic
+msgstr Pânico
+
+msgctxt AdvancedPage
+msgid 
+bWARNING/b: The panic button will erease the application if pressed
+msgstr bCUIDADO/b: O botão de pânico irá apagar a aplicação se for 
pressionado
+
+msgctxt AdvancedPage
+msgid Enable panic button
+msgstr Ative o botão de pânico
+
+msgctxt AdvancedPage
+msgid Panic path:
+msgstr Caminho de pânico:
+
+msgctxt AdvancedPage
+msgid 
+You've checked the autoconfiguration option for the ControlPort, but 
+provided no Data Directory. Please add one, or uncheck the \Configure 
+ControlPort automatically\ option.
+msgstr Você selecionou a opção de autoconfiguração para a ControlPort, 
mas não informou nenhum Diretório de Dados. Por favor, adicione um ou 
desmarque a opção \Configurar ControlPort automataticamente\.
+
+msgctxt AdvancedPage
 msgid 
 Vidalia was unable to remove the Tor service.\n
 \n
 You may need to remove it manually.
 msgstr Vidalia não conseguiu remover o serviço Tor.\n\nVocê precisa 
fazê-lo manualmente.
 
+msgctxt AdvancedPage
+msgid Select a Directory to Use for Panic
+msgstr Selecione um Diretório para usar para o Pânico
+
 msgctxt AppearancePage
 msgid Language
 msgstr Idioma
@@ -221,6 +263,23 @@ msgctxt AppearancePage
 msgid Vidalia was unable to load the selected language translation.
 msgstr Vidalia foi incapaz de carregar a tradução selecionada
 
+msgctxt AppearancePage
+msgid 
+System Icon Preferences (changes will take effect when you restart Vidalia)
+msgstr Ícone de Preferências do Sistema (as mudanças só terão efeito 
quando você reiniciar o Vidalia)
+
+msgctxt AppearancePage
+msgid Show the Tray Icon and Dock Icon (default)
+msgstr Mostra o Ícone da Bandeja e o Ícone de Inicio (padrão)
+
+msgctxt AppearancePage
+msgid Hide the Tray Icon
+msgstr Ocultar o Ícone de Bandeja
+
+msgctxt AppearancePage
+msgid Hide the Dock Icon
+msgstr Oculta o Ícone de Inicio
+
 msgctxt BandwidthGraph
 msgid Since:
 msgstr Desde:
@@ -386,10 +445,6 @@ msgid Sharing
 msgstr Compartilhando
 
 msgctxt ConfigDialog
-msgid Services
-msgstr Serviços
-
-msgctxt ConfigDialog
 msgid Appearance
 msgstr Aparência
 
@@ -435,6 +490,12 @@ msgstr Problema ao conectar ao Tor
 
 msgctxt ControlPasswordInputDialog
 msgid 
+Vidalia can try to restart Tor for you.  Doing so will close all currently 
+active connections through your Tor process.
+msgstr Vidalia pode tentar reiniciar o Tor para você.  Fazendo isto, todas 
as conexões Tor ativas no momento serão fechadas.
+
+msgctxt ControlPasswordInputDialog
+msgid 
 Tor is already running, but Vidalia can't connect to it.\n
 \n
 This can happen when something else (such as another active Vidalia process, 
or a Vidalia process that crashed) launched Tor.
@@ -446,12 +507,6 @@ msgid 
 one.
 msgstr Você precisará parar o processo Tor antes do Vidalia iniciar um 
novo.
 
-msgctxt ControlPasswordInputDialog
-msgid 
-Vidalia can try to restart Tor for you.  Doing so will close all currently 
-active connections through your Tor process.
-msgstr Vidalia pode tentar reiniciar o Tor para você.  Fazendo isto, todas 
as conexões Tor ativas 

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

2012-08-11 Thread translation
commit ab8f04bcc2a48aca482a0e1e449e637662fdeab9
Author: Translation commit bot translat...@torproject.org
Date:   Sun Aug 12 04:15:40 2012 +

Update translations for https_everywhere
---
 pt_BR/https-everywhere.properties |6 +++---
 pt_BR/ssl-observatory.dtd |4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pt_BR/https-everywhere.properties 
b/pt_BR/https-everywhere.properties
index 0900463..9b7b0b1 100644
--- a/pt_BR/https-everywhere.properties
+++ b/pt_BR/https-everywhere.properties
@@ -1,5 +1,5 @@
 https-everywhere.menu.globalEnable = Habilitar HTTPS Everywhere
 https-everywhere.menu.globalDisable = Desabilitar HTTPS Everywhere
-# https-everywhere.menu.enableDisable = Enable / Disable Rules
-# https-everywhere.menu.noRules = (No Rules for This Page)
-# https-everywhere.menu.unknownRules = (Rules for This Page Unknown)
+https-everywhere.menu.enableDisable = Habilitar / Desabilitar Regras
+https-everywhere.menu.noRules = (Sem Regras para Esta Página)
+https-everywhere.menu.unknownRules = (Regras para Esta Página Desconhecidas)
diff --git a/pt_BR/ssl-observatory.dtd b/pt_BR/ssl-observatory.dtd
index b18a1eb..1bf2194 100644
--- a/pt_BR/ssl-observatory.dtd
+++ b/pt_BR/ssl-observatory.dtd
@@ -89,6 +89,6 @@ www.algumacoisa.com, mas não quem visitou o site, ou qual 
página específica f
 !ENTITY ssl-observatory.warning.defense Se você está logado neste site, é 
aconselhável trocar sua senha uma vez que você tenha uma conexão segura.
 
 !ENTITY ssl-observatory.prefs.self_signed
-
+Envie e cheque os certificados auto-assinados
 !ENTITY ssl-observatory.prefs.self_signed_tooltip
-
+Isto é recomendado; problemas de criptografia são especialmente comuns em 
certificados auto-assinados de sistemas embarcados

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


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

2012-08-11 Thread translation
commit ae653f0e1db317e581224abb5f5e2f89acd214c5
Author: Translation commit bot translat...@torproject.org
Date:   Sun Aug 12 04:15:43 2012 +

Update translations for https_everywhere_completed
---
 pt_BR/https-everywhere.properties |4 +++-
 pt_BR/ssl-observatory.dtd |5 -
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/pt_BR/https-everywhere.properties 
b/pt_BR/https-everywhere.properties
index a90ab3f..9b7b0b1 100644
--- a/pt_BR/https-everywhere.properties
+++ b/pt_BR/https-everywhere.properties
@@ -1,3 +1,5 @@
 https-everywhere.menu.globalEnable = Habilitar HTTPS Everywhere
 https-everywhere.menu.globalDisable = Desabilitar HTTPS Everywhere
-
+https-everywhere.menu.enableDisable = Habilitar / Desabilitar Regras
+https-everywhere.menu.noRules = (Sem Regras para Esta Página)
+https-everywhere.menu.unknownRules = (Regras para Esta Página Desconhecidas)
diff --git a/pt_BR/ssl-observatory.dtd b/pt_BR/ssl-observatory.dtd
index 8c3b441..1bf2194 100644
--- a/pt_BR/ssl-observatory.dtd
+++ b/pt_BR/ssl-observatory.dtd
@@ -88,4 +88,7 @@ www.algumacoisa.com, mas não quem visitou o site, ou qual 
página específica f
 !ENTITY ssl-observatory.warning.text O Observatório SSL de EFF emitiu um 
aviso sobre o(s) certificados(s) HTTPS para este site:
 !ENTITY ssl-observatory.warning.defense Se você está logado neste site, é 
aconselhável trocar sua senha uma vez que você tenha uma conexão segura.
 
-
+!ENTITY ssl-observatory.prefs.self_signed
+Envie e cheque os certificados auto-assinados
+!ENTITY ssl-observatory.prefs.self_signed_tooltip
+Isto é recomendado; problemas de criptografia são especialmente comuns em 
certificados auto-assinados de sistemas embarcados

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