[tor-commits] [tor-browser-bundle/master] Include 3.0 changelog in the bundle Docs directory.

2013-06-26 Thread mikeperry
commit 35ba9ab7df8c5732d94faa4826b1de63caedb7a0
Author: Mike Perry 
Date:   Wed Jun 26 20:27:55 2013 -0700

Include 3.0 changelog in the bundle Docs directory.
---
 Bundle-Data/Docs/ChangeLog.txt   |   40 ++
 gitian/descriptors/linux/gitian-bundle.yml   |2 ++
 gitian/descriptors/mac/gitian-bundle.yml |2 ++
 gitian/descriptors/windows/gitian-bundle.yml |2 ++
 gitian/mkbundle-linux.sh |6 +++-
 gitian/mkbundle-mac.sh   |6 +++-
 gitian/mkbundle-windows.sh   |6 +++-
 7 files changed, 61 insertions(+), 3 deletions(-)

diff --git a/Bundle-Data/Docs/ChangeLog.txt b/Bundle-Data/Docs/ChangeLog.txt
new file mode 100644
index 000..a9ea0cd
--- /dev/null
+++ b/Bundle-Data/Docs/ChangeLog.txt
@@ -0,0 +1,40 @@
+Tor Browser Bundle 3.0alpha2 -- June 27 2013
+ * All Platforms:
+   * Update Firefox to 17.0.7esr
+   * Update Tor to 0.2.4.14-alpha
+   * Include Tor's GeoIP file
+ * This should fix custom torrc issues with country-based node
+   restrictions
+   * Fix several build determinism issues
+   * Include ChangeLog in bundles.
+ * Linux:
+   * Use Ubuntu's 'hardening-wrapper' to build our Linux binaries
+ * Windows:
+   * Fix many crash issues by disabling Direct2D support for now.
+ * Mac:
+   * Bug 8987: Disable TBB's 'Saved Application State' disk records on OSX 
10.7+
+
+Tor Browser Bundle 3.0alpha1 -- June 17 2013
+ * All Platforms:
+   * Remove Vidalia; Use the new Tor Launcher Firefox Addon instead
+   * Update Torbutton to 1.6.0
+ * bug 7494: Create a local home page for TBB as about:tor
+ * misc: Perform a control port test of proper Tor configuration by 
default.
+ Only use https://check.torproject.org if the control port is
+ unavailable.
+ * misc: Add an icon menu option for Tor Launcher's Network Settings
+ * misc: Add branding string overrides (primarily controls browser name and
+ homepage)
+   * Update HTTPS-Everywhere to 3.2.2
+   * Update NoScript to 2.6.6.6
+   * Update PDF.JS to 0.8.1
+ * Windows:
+   * Use MinGW-w64 (via Gitian) to cross-compile the bundles from Ubuntu
+   * Use TBB-Windows-Installer to guide Windows users through TBB extraction
+   * Temporarily disable WebGL and Accessibility support due to minor MinGW
+ issues
+ * Mac:
+   * Use 'Toolchain4' fork by Ray Donnelley to cross-compile the bundles from
+ Ubuntu
+
+
diff --git a/gitian/descriptors/linux/gitian-bundle.yml 
b/gitian/descriptors/linux/gitian-bundle.yml
index 265b895..7d61b94 100644
--- a/gitian/descriptors/linux/gitian-bundle.yml
+++ b/gitian/descriptors/linux/gitian-bundle.yml
@@ -36,6 +36,7 @@ files:
 - "bare-version"
 - "bundle.inputs"
 - "versions"
+- "tbb-docs.zip"
 script: |
   INSTDIR="$HOME/install"
   export LIBRARY_PATH="$INSTDIR/lib"
@@ -95,6 +96,7 @@ script: |
   unzip ~/build/tor-browser-linux$GBUILD_BITS-gbuilt.zip
   unzip ~/build/tor-linux$GBUILD_BITS-gbuilt.zip
   unzip ~/build/linux-skeleton.zip
+  unzip ~/build/tbb-docs.zip
   chmod 700 Data/Tor
   cd ..
   #
diff --git a/gitian/descriptors/mac/gitian-bundle.yml 
b/gitian/descriptors/mac/gitian-bundle.yml
index f259c44..d696fdb 100644
--- a/gitian/descriptors/mac/gitian-bundle.yml
+++ b/gitian/descriptors/mac/gitian-bundle.yml
@@ -32,6 +32,7 @@ files:
 - "bare-version"
 - "bundle.inputs"
 - "versions"
+- "tbb-docs.zip"
 script: |
   INSTDIR="$HOME/install"
   export LIBRARY_PATH="$INSTDIR/lib"
@@ -95,6 +96,7 @@ script: |
   unzip ~/build/tor-mac$GBUILD_BITS-gbuilt.zip
   cd TorBrowserBundle.app
   unzip ~/build/mac-skeleton.zip
+  unzip ~/build/tbb-docs.zip
   cd Contents/MacOS/
   unzip ~/build/tor-browser-mac$GBUILD_BITS-gbuilt.zip
   cd ../../../
diff --git a/gitian/descriptors/windows/gitian-bundle.yml 
b/gitian/descriptors/windows/gitian-bundle.yml
index aac19f6..714a173 100644
--- a/gitian/descriptors/windows/gitian-bundle.yml
+++ b/gitian/descriptors/windows/gitian-bundle.yml
@@ -34,6 +34,7 @@ files:
 - "bare-version"
 - "bundle.inputs"
 - "versions"
+- "tbb-docs.zip"
 script: |
   INSTDIR="$HOME/install"
   export LIBRARY_PATH="$INSTDIR/lib"
@@ -99,6 +100,7 @@ script: |
   unzip ~/build/tor-browser-win32-gbuilt.zip
   unzip ~/build/tor-win32-gbuilt.zip
   unzip ~/build/windows-skeleton.zip
+  unzip ~/build/tbb-docs.zip
   cd ..
   #
   # Copy reproducibility info
diff --git a/gitian/mkbundle-linux.sh b/gitian/mkbundle-linux.sh
index 97ead7c..6dcea41 100755
--- a/gitian/mkbundle-linux.sh
+++ b/gitian/mkbundle-linux.sh
@@ -68,7 +68,11 @@ cd $WRAPPER_DIR/..
 rm -f $GITIAN_DIR/inputs/relativelink-src.zip
 $WRAPPER_DIR/build-helpers/dzip.sh $GITIAN_DIR/inputs/relativelink-src.zip 
./RelativeLink/ 
 
-cd ./Bundle-Data/linux
+cd ./Bundle-Data/
+rm -f $GITIAN_DIR/inputs/tbb-docs.zip
+$WRAPPER_DIR/build-helpers/dzip.sh $GITIAN_DIR/inputs/tbb-docs.zip ./Docs/
+
+cd linux
 rm -f $GITIAN_DIR/inputs/linux-skeleton.zip
 $WRAPPER_DIR/build-helpers/dzip.sh $GITIAN_DIR/in

[tor-commits] [bridgedb/master] Fix missing import MimeWriter

2013-06-26 Thread aagbsn
commit d07a2b9f5b5cc52c41f14f1347f9700abecbb40b
Author: aagbsn 
Date:   Thu Jun 27 02:19:40 2013 +0200

Fix missing import MimeWriter
---
 lib/bridgedb/EmailServer.py |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/bridgedb/EmailServer.py b/lib/bridgedb/EmailServer.py
index 8b913a1..fc034c7 100644
--- a/lib/bridgedb/EmailServer.py
+++ b/lib/bridgedb/EmailServer.py
@@ -7,7 +7,7 @@ This module implements the email interface to the bridge 
database.
 """
 
 from StringIO import StringIO
-
+import MimeWriter
 import gettext
 import gpgme
 import logging

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


[tor-commits] [torbrowser/maint-2.4] update recommended-versions

2013-06-26 Thread erinn
commit f6bad89893354b24dc4483f93c8dea995bdab363
Author: Erinn Clark 
Date:   Wed Jun 26 20:01:20 2013 -0300

update recommended-versions
---
 build-scripts/recommended-versions |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/build-scripts/recommended-versions 
b/build-scripts/recommended-versions
index 73f675c..81696e2 100644
--- a/build-scripts/recommended-versions
+++ b/build-scripts/recommended-versions
@@ -1,11 +1,11 @@
 [
-"2.3.25-8-MacOS",
-"2.3.25-8-Windows",
-"2.3.25-8-Linux",
-"2.3.25-9-Linux",
-"2.4.12-alpha-2-MacOS",
-"2.4.12-alpha-2-Windows",
-"2.4.12-alpha-2-Linux",
+"2.3.25-10-MacOS",
+"2.3.25-10-Windows",
+"2.3.25-10-Linux",
+"2.3.25-10-Linux",
+"2.4.14-alpha-1-MacOS",
+"2.4.14-alpha-1-Windows",
+"2.4.14-alpha-1-Linux",
 "3.0-alpha-1-Linux",
 "3.0-alpha-1-MacOS",
 "3.0-alpha-1-Windows"

___
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.4'

2013-06-26 Thread erinn
commit 5dd67736d8e34aaa1d27996014016041b3f46c6d
Merge: a7e73ba f6bad89
Author: Erinn Clark 
Date:   Wed Jun 26 20:01:38 2013 -0300

Merge branch 'maint-2.4'

 build-scripts/recommended-versions |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

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


[tor-commits] [torbrowser/master] update recommended-versions

2013-06-26 Thread erinn
commit f6bad89893354b24dc4483f93c8dea995bdab363
Author: Erinn Clark 
Date:   Wed Jun 26 20:01:20 2013 -0300

update recommended-versions
---
 build-scripts/recommended-versions |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/build-scripts/recommended-versions 
b/build-scripts/recommended-versions
index 73f675c..81696e2 100644
--- a/build-scripts/recommended-versions
+++ b/build-scripts/recommended-versions
@@ -1,11 +1,11 @@
 [
-"2.3.25-8-MacOS",
-"2.3.25-8-Windows",
-"2.3.25-8-Linux",
-"2.3.25-9-Linux",
-"2.4.12-alpha-2-MacOS",
-"2.4.12-alpha-2-Windows",
-"2.4.12-alpha-2-Linux",
+"2.3.25-10-MacOS",
+"2.3.25-10-Windows",
+"2.3.25-10-Linux",
+"2.3.25-10-Linux",
+"2.4.14-alpha-1-MacOS",
+"2.4.14-alpha-1-Windows",
+"2.4.14-alpha-1-Linux",
 "3.0-alpha-1-Linux",
 "3.0-alpha-1-MacOS",
 "3.0-alpha-1-Windows"



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


[tor-commits] r26232: {website} update all stable & alpha TBBs and tor alpha packages (website/trunk/include)

2013-06-26 Thread Erinn Clark
Author: erinn
Date: 2013-06-26 22:09:49 + (Wed, 26 Jun 2013)
New Revision: 26232

Modified:
   website/trunk/include/versions.wmi
Log:
update all stable & alpha TBBs and tor alpha packages

Modified: website/trunk/include/versions.wmi
===
--- website/trunk/include/versions.wmi  2013-06-26 19:04:24 UTC (rev 26231)
+++ website/trunk/include/versions.wmi  2013-06-26 22:09:49 UTC (rev 26232)
@@ -2,59 +2,59 @@
 0.2.4.14-alpha
 
 0.2.3.25
-0.2.4.12-alpha
+0.2.4.14-alpha
 
 0.2.3.25
-0.2.4.12-alpha
+0.2.4.14-alpha
 
-0.2.4.12-alpha-
-0.2.4.12-alpha-
-0.2.4.12-alpha-
+0.2.4.14-alpha-
+0.2.4.14-alpha-
+0.2.4.14-alpha-
 
 0.2.3.25
-0.2.4.12-alpha
+0.2.4.14-alpha
 
 0.2.3.25
-0.2.4.12-alpha
+0.2.4.14-alpha
 
 0.2.3.25
-0.2.4.12-alpha
+0.2.4.14-alpha
 
 0.2.3.25
-0.2.4.12-alpha
+0.2.4.14-alpha
 
-2.3.25-8
+2.3.25-10
 0.2.3.25
-libevent-2.0.21-stable, zlib-1.2.7, 
openssl-1.0.0k
-17.0.6esr
+libevent-2.0.21-stable, zlib-1.2.8, 
openssl-1.0.0k
+17.0.7esr
 1.5.2
 2.7.5
 3.2
 0.2.21
 1.3.21
-2.4.12-alpha-2
+2.4.14-alpha-1
 2.4.12-alpha-2-pt1
 
-2.3.25-8
-2.3.25-9
+2.3.25-10
+2.3.25-10
 0.2.3.25
-libevent-2.0.21-stable, zlib-1.2.7, 
openssl-1.0.0k
-17.0.6esr
+libevent-2.0.21-stable, zlib-1.2.8, 
openssl-1.0.0k
+17.0.7esr
 1.5.2
 0.2.21
-2.4.12-alpha-2
-2.4.12-alpha-2
+2.4.14-alpha-1
+2.4.14-alpha-1
 2.4.12-alpha-2-pt1
 2.4.12-alpha-2-pt1
 
-2.3.25-8
-2.3.25-8
+2.3.25-10
+2.3.25-10
 0.2.3.25
-17.0.6esr
+17.0.7esr
 1.5.2
 0.2.21
-2.4.12-alpha-2
-2.4.12-alpha-2
+2.4.14-alpha-1
+2.4.14-alpha-1
 2.4.12-alpha-2-pt1
 2.4.12-alpha-2-pt1
 

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


[tor-commits] [tor-browser-bundle/master] Ensure we're using the right gitian-builder commit via tagging.

2013-06-26 Thread mikeperry
commit 8905f2e7636cdf906882b82c76e2e9f0564d7339
Author: Mike Perry 
Date:   Wed Jun 26 14:59:04 2013 -0700

Ensure we're using the right gitian-builder commit via tagging.
---
 gitian/check-prerequisites.sh |2 +-
 gitian/fetch-inputs.sh|6 ++
 gitian/verify-tags.sh |   11 ---
 gitian/versions   |2 ++
 4 files changed, 17 insertions(+), 4 deletions(-)

diff --git a/gitian/check-prerequisites.sh b/gitian/check-prerequisites.sh
index d716944..201b489 100755
--- a/gitian/check-prerequisites.sh
+++ b/gitian/check-prerequisites.sh
@@ -27,7 +27,7 @@ then
   echo
   echo "Please run:"
   echo " cd ../../ "
-  echo " torsocks git clone -b tor-browser-builder 
https://git.torproject.org/user/mikeperry/gitian-builder.git";
+  echo " torsocks git clone -b tor-browser-builder-1 
https://git.torproject.org/builders/gitian-builder.git";
   echo " cd -"
   exit 1
 fi
diff --git a/gitian/fetch-inputs.sh b/gitian/fetch-inputs.sh
index a11d2cb..e5121ba 100755
--- a/gitian/fetch-inputs.sh
+++ b/gitian/fetch-inputs.sh
@@ -130,6 +130,12 @@ ln -sf $NOSCRIPT_PACKAGE noscr...@noscript.net.xpi
 ln -sf $PDFJS_PACKAGE uriloa...@pdf.js.xpi
 ln -sf $OPENSSL_PACKAGE openssl.tar.gz
 
+# Fetch latest gitian-builder itself
+cd ..
+git fetch origin
+git fetch --tags origin
+cd inputs
+
 if [ -d tbb-windows-installer/.git ];
 then
   cd tbb-windows-installer
diff --git a/gitian/verify-tags.sh b/gitian/verify-tags.sh
index 9c9a243..38dfec6 100755
--- a/gitian/verify-tags.sh
+++ b/gitian/verify-tags.sh
@@ -3,8 +3,8 @@
 
 . ./versions
 
-if [ -n $1 ]; then
-  INPUTS_DIR=../../gitian-builder/inputs
+if [ -z "$1" ]; then
+  INPUTS_DIR=$PWD/../../gitian-builder/inputs
 else
   INPUTS_DIR=$1
 fi
@@ -40,11 +40,16 @@ cd tor
 git tag -v $TOR_TAG || exit 1
 cd ..
 
-
 cd https-everywhere
 git tag -v $HTTPSE_TAG || exit 1
 cd ..
 
+# Finally, verify gitian-builder itself
+cd ..
+git tag -v $GITIAN_TAG || exit 1
+git checkout $GITIAN_TAG || exit 1
+cd $INPUTS_DIR
+
 
 exit 0
 
diff --git a/gitian/versions b/gitian/versions
index b21d95a..0b616f0 100755
--- a/gitian/versions
+++ b/gitian/versions
@@ -12,6 +12,8 @@ NSIS_TAG=master
 ZLIB_TAG=v1.2.8
 LIBEVENT_TAG=release-2.0.21-stable
 
+GITIAN_TAG=tor-browser-builder-3.0-1
+
 OPENSSL_VER=1.0.1e
 FIREFOX_LANG_VER=17.0.7esr
 

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


[tor-commits] [tor-browser-bundle/master] Skip recording some inputs that vary due to zip issues on the host OS.

2013-06-26 Thread mikeperry
commit a226d3e98163a92013180e7b3e0c6c4b0acb1058
Author: Mike Perry 
Date:   Wed Jun 26 14:17:57 2013 -0700

Skip recording some inputs that vary due to zip issues on the host OS.

If these differ, the bundles will be different in obvious ways anyway.
---
 gitian/record-inputs.sh |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gitian/record-inputs.sh b/gitian/record-inputs.sh
index 763b2ee..c42b375 100755
--- a/gitian/record-inputs.sh
+++ b/gitian/record-inputs.sh
@@ -16,10 +16,10 @@ rm -f bundle.inputs
 
 sha256sum apple* >> bundle.inputs
 sha256sum multiarch-darwin* >> bundle.inputs
-sha256sum mingw*.zip >> bundle.inputs
+#sha256sum mingw*.zip >> bundle.inputs
 echo >> bundle.inputs
-sha256sum relativelink-src.zip >> bundle.inputs
-sha256sum *-langpacks.zip >> bundle.inputs
+#sha256sum relativelink-src.zip >> bundle.inputs
+#sha256sum *-langpacks.zip >> bundle.inputs
 sha256sum noscr...@noscript.net.xpi >> bundle.inputs
 sha256sum uriloa...@pdf.js.xpi >> bundle.inputs
 sha256sum openssl-*gz >> bundle.inputs



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


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

2013-06-26 Thread translation
commit 2f8cac6ccd57358c31245375e085d99ca58aa5d8
Author: Translation commit bot 
Date:   Wed Jun 26 21:45:37 2013 +

Update translations for vidalia_help
---
 zh_CN/netview.po |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/zh_CN/netview.po b/zh_CN/netview.po
index 3cd7776..3684e9f 100644
--- a/zh_CN/netview.po
+++ b/zh_CN/netview.po
@@ -1,13 +1,14 @@
 # 
 # Translators:
 # simabull tsai, 2013
+# simabull tsai, 2013
 # Kevin Chen , 2012
 msgid ""
 msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n";
 "POT-Creation-Date: 2010-06-26 17:00+0200\n"
-"PO-Revision-Date: 2013-06-26 18:41+\n"
+"PO-Revision-Date: 2013-06-26 21:40+\n"
 "Last-Translator: simabull tsai\n"
 "Language-Team: Chinese (China) 
(http://www.transifex.com/projects/p/torproject/language/zh_CN/)\n"
 "MIME-Version: 1.0\n"
@@ -46,7 +47,7 @@ msgid ""
 "through a series of relays on the network. Your application's traffic is "
 "then sent as a stream through that circuit. For efficiency, multiple "
 "streams may share the same circuit."
-msgstr "当您要在 Tor 
上进行匿名通讯时(比如,连接至一个网站),Tor 
将创建一个通道,或一个回路,通过一系列中继在网络上进行åŠ
 å¯†è¿žæŽ¥ã€‚应用程序的网络流量将以数据流的方式通过回路传
送。考虑到效率,多个数据流可能共享一个回路。"
+msgstr "在 Tor 
上进行匿名通讯时(比如,连接至一个网站),Tor 
将创建一个通道或一个回路,通过一系列中继在网络上进行åŠ
 å¯†è¿žæŽ¥ã€‚应用程序的网络流量将以数据流的方式通过回路传
送。为了提高效率,多个数据流可能共享一个回路。"
 
 #. type: Content of: 
 #: en/netview.html:35

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


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

2013-06-26 Thread translation
commit 37104e5cc408205f1de8814945ac707b83288fc4
Author: Translation commit bot 
Date:   Wed Jun 26 21:45:49 2013 +

Update translations for vidalia_help_completed
---
 zh_CN/netview.po |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/zh_CN/netview.po b/zh_CN/netview.po
index c3dde52..3684e9f 100644
--- a/zh_CN/netview.po
+++ b/zh_CN/netview.po
@@ -1,13 +1,14 @@
 # 
 # Translators:
 # simabull tsai, 2013
+# simabull tsai, 2013
 # Kevin Chen , 2012
 msgid ""
 msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n";
 "POT-Creation-Date: 2010-06-26 17:00+0200\n"
-"PO-Revision-Date: 2013-06-26 21:15+\n"
+"PO-Revision-Date: 2013-06-26 21:40+\n"
 "Last-Translator: simabull tsai\n"
 "Language-Team: Chinese (China) 
(http://www.transifex.com/projects/p/torproject/language/zh_CN/)\n"
 "MIME-Version: 1.0\n"
@@ -46,7 +47,7 @@ msgid ""
 "through a series of relays on the network. Your application's traffic is "
 "then sent as a stream through that circuit. For efficiency, multiple "
 "streams may share the same circuit."
-msgstr "当您要在 Tor 
上进行匿名通讯时(比如,连接至一个网站),Tor 
将创建一个通道,或一个回路,通过一系列中继在网络上进行åŠ
 å¯†è¿žæŽ¥ã€‚应用程序的网络流量将以数据流的方式通过回路传
送。考虑到效率,多个数据流可能共享一个回路。"
+msgstr "在 Tor 
上进行匿名通讯时(比如,连接至一个网站),Tor 
将创建一个通道或一个回路,通过一系列中继在网络上进行åŠ
 å¯†è¿žæŽ¥ã€‚应用程序的网络流量将以数据流的方式通过回路传
送。为了提高效率,多个数据流可能共享一个回路。"
 
 #. type: Content of: 
 #: en/netview.html:35

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


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

2013-06-26 Thread translation
commit f4aa302dc7b2c4d6190147e789593bd3cfcac316
Author: Translation commit bot 
Date:   Wed Jun 26 21:15:42 2013 +

Update translations for vidalia_help_completed
---
 zh_CN/netview.po |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zh_CN/netview.po b/zh_CN/netview.po
index 3cd7776..c3dde52 100644
--- a/zh_CN/netview.po
+++ b/zh_CN/netview.po
@@ -7,7 +7,7 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n";
 "POT-Creation-Date: 2010-06-26 17:00+0200\n"
-"PO-Revision-Date: 2013-06-26 18:41+\n"
+"PO-Revision-Date: 2013-06-26 21:15+\n"
 "Last-Translator: simabull tsai\n"
 "Language-Team: Chinese (China) 
(http://www.transifex.com/projects/p/torproject/language/zh_CN/)\n"
 "MIME-Version: 1.0\n"

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


[tor-commits] r26231: {website} Update jobs page to link in the automation engineer position (website/trunk/about/en)

2013-06-26 Thread Mike Perry
Author: mikeperry
Date: 2013-06-26 19:04:24 + (Wed, 26 Jun 2013)
New Revision: 26231

Modified:
   website/trunk/about/en/jobs.wml
Log:
Update jobs page to link in the automation engineer position.



Modified: website/trunk/about/en/jobs.wml
===
--- website/trunk/about/en/jobs.wml 2013-06-23 09:48:36 UTC (rev 26230)
+++ website/trunk/about/en/jobs.wml 2013-06-26 19:04:24 UTC (rev 26231)
@@ -16,6 +16,7 @@
 
 
 
+Lead Automation 
Engineer
 Pluggable transport 
developer
 
 

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


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

2013-06-26 Thread translation
commit 9e276aebcfcf7455a4f2c3bc4da871b35f230c12
Author: Translation commit bot 
Date:   Wed Jun 26 18:45:34 2013 +

Update translations for vidalia_help
---
 zh_CN/netview.po |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zh_CN/netview.po b/zh_CN/netview.po
index 4334ced..3cd7776 100644
--- a/zh_CN/netview.po
+++ b/zh_CN/netview.po
@@ -7,7 +7,7 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n";
 "POT-Creation-Date: 2010-06-26 17:00+0200\n"
-"PO-Revision-Date: 2013-06-26 18:15+\n"
+"PO-Revision-Date: 2013-06-26 18:41+\n"
 "Last-Translator: simabull tsai\n"
 "Language-Team: Chinese (China) 
(http://www.transifex.com/projects/p/torproject/language/zh_CN/)\n"
 "MIME-Version: 1.0\n"

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


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

2013-06-26 Thread translation
commit 805051022ae3507fc1bb81c3f557f2532f6ce105
Author: Translation commit bot 
Date:   Wed Jun 26 18:45:46 2013 +

Update translations for vidalia_help_completed
---
 zh_CN/netview.po |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zh_CN/netview.po b/zh_CN/netview.po
index 4334ced..3cd7776 100644
--- a/zh_CN/netview.po
+++ b/zh_CN/netview.po
@@ -7,7 +7,7 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n";
 "POT-Creation-Date: 2010-06-26 17:00+0200\n"
-"PO-Revision-Date: 2013-06-26 18:15+\n"
+"PO-Revision-Date: 2013-06-26 18:41+\n"
 "Last-Translator: simabull tsai\n"
 "Language-Team: Chinese (China) 
(http://www.transifex.com/projects/p/torproject/language/zh_CN/)\n"
 "MIME-Version: 1.0\n"

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


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

2013-06-26 Thread translation
commit 6e42c5775a0dd0480783abe60eceb0d2563bda2c
Author: Translation commit bot 
Date:   Wed Jun 26 18:15:46 2013 +

Update translations for vidalia_help_completed
---
 zh_CN/netview.po |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/zh_CN/netview.po b/zh_CN/netview.po
index 497d70b..4334ced 100644
--- a/zh_CN/netview.po
+++ b/zh_CN/netview.po
@@ -7,9 +7,9 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n";
 "POT-Creation-Date: 2010-06-26 17:00+0200\n"
-"PO-Revision-Date: 2013-04-29 22:51+\n"
+"PO-Revision-Date: 2013-06-26 18:15+\n"
 "Last-Translator: simabull tsai\n"
-"Language-Team: LANGUAGE \n"
+"Language-Team: Chinese (China) 
(http://www.transifex.com/projects/p/torproject/language/zh_CN/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"

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


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

2013-06-26 Thread translation
commit c006a68cdcbefa70b058b65f0f506c1b2fcab846
Author: Translation commit bot 
Date:   Wed Jun 26 18:15:35 2013 +

Update translations for vidalia_help
---
 zh_CN/netview.po |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/zh_CN/netview.po b/zh_CN/netview.po
index 497d70b..4334ced 100644
--- a/zh_CN/netview.po
+++ b/zh_CN/netview.po
@@ -7,9 +7,9 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n";
 "POT-Creation-Date: 2010-06-26 17:00+0200\n"
-"PO-Revision-Date: 2013-04-29 22:51+\n"
+"PO-Revision-Date: 2013-06-26 18:15+\n"
 "Last-Translator: simabull tsai\n"
-"Language-Team: LANGUAGE \n"
+"Language-Team: Chinese (China) 
(http://www.transifex.com/projects/p/torproject/language/zh_CN/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"

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


[tor-commits] [tor-browser-bundle/master] Bump package version, too..

2013-06-26 Thread mikeperry
commit bd5465a42aa82a35c17fd05d9e535ac0c64e6463
Author: Mike Perry 
Date:   Wed Jun 26 11:10:36 2013 -0700

Bump package version, too..

Ugh.
---
 gitian/versions |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gitian/versions b/gitian/versions
index 227f0bb..b21d95a 100755
--- a/gitian/versions
+++ b/gitian/versions
@@ -1,4 +1,4 @@
-TORBROWSER_VERSION=3.0-alpha-1
+TORBROWSER_VERSION=3.0-alpha-2
 BUNDLE_LOCALES="de es-ES fa fr it ko nl pl pt-PT ru vi zh-CN"
 
 VERIFY_TAGS=1

___
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

2013-06-26 Thread translation
commit 9ed2b88c71fcf4e043cdd925021e3c2ff5ad8b16
Author: Translation commit bot 
Date:   Wed Jun 26 16:16:05 2013 +

Update translations for whisperback
---
 da/da.po |   26 +-
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/da/da.po b/da/da.po
index c8a8ed7..8abd872 100644
--- a/da/da.po
+++ b/da/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: 2013-03-26 15:50+0100\n"
-"PO-Revision-Date: 2013-06-26 15:45+\n"
+"PO-Revision-Date: 2013-06-26 16:00+\n"
 "Last-Translator: torebjornson \n"
 "Language-Team: Danish 
(http://www.transifex.com/projects/p/torproject/language/da/)\n"
 "MIME-Version: 1.0\n"
@@ -38,7 +38,7 @@ msgstr "Ugyldig kontakt OpenPGP offentlig nøgle blok"
 msgid ""
 "The %s variable was not found in any of the configuration files "
 "/etc/whisperback/config.py, ~/.whisperback/config.py, ./config.py"
-msgstr ""
+msgstr "Variablen %s blev ikke fundet i nogle af konfigurationsfilerne 
/etc/whisperback/config.py. ~/.whisperback/config.py. ./config.py"
 
 #: ../whisperBack/gui.py:151
 msgid "Unable to load a valid configuration."
@@ -108,7 +108,7 @@ msgstr "Fejl rapporten kunne ikke sendes, sandsynligvis på 
grund af netværks p
 
 #: ../whisperBack/gui.py:386 ../data/whisperback.ui.h:21
 msgid "WhisperBack"
-msgstr "HviskTilbage"
+msgstr "WhisperBack"
 
 #: ../whisperBack/gui.py:387 ../data/whisperback.ui.h:2
 msgid "Send feedback in an encrypted mail."
@@ -116,7 +116,7 @@ msgstr "Send feedback i en krypteret mail."
 
 #: ../whisperBack/gui.py:390
 msgid "Copyright © 2009-2012 Tails developpers (ta...@boum.org)"
-msgstr ""
+msgstr "Copyright © 2009-2012 Tails developpers (ta...@boum.org)"
 
 #: ../whisperBack/gui.py:391
 msgid "Tails developers "
@@ -128,15 +128,15 @@ msgstr "oversætter-kredit"
 
 #: ../whisperBack/gui.py:419
 msgid "This doesn't seem to be a valid URL or OpenPGP key."
-msgstr ""
+msgstr "Dette ser ikke ud til at være en valid URL eller OpenPGP nøgle."
 
 #: ../data/whisperback.ui.h:1
 msgid "Copyright © 2009-2012 ta...@boum.org"
-msgstr ""
+msgstr "Copyright © 2009-2012 ta...@boum.org"
 
 #: ../data/whisperback.ui.h:3
 msgid "https://tails.boum.org/";
-msgstr ""
+msgstr "https://tails.boum.org/";
 
 #: ../data/whisperback.ui.h:4
 msgid ""
@@ -173,23 +173,23 @@ msgstr "Fejl beskrivelse"
 
 #: ../data/whisperback.ui.h:24
 msgid "Optional email address to contact you"
-msgstr ""
+msgstr "Valgfri email adresse til at kontakte Dem"
 
 #: ../data/whisperback.ui.h:25
 msgid "optional PGP key"
-msgstr ""
+msgstr "valgfri PGP nøgle"
 
 #: ../data/whisperback.ui.h:26
 msgid "Technical details to include"
-msgstr ""
+msgstr "Tekniske detaljer til at inkludere"
 
 #: ../data/whisperback.ui.h:27
 msgid "headers"
-msgstr ""
+msgstr "headers"
 
 #: ../data/whisperback.ui.h:28
 msgid "debugging info"
-msgstr ""
+msgstr "Fejlretnings info"
 
 #: ../data/whisperback.ui.h:29
 msgid "Help"
@@ -197,4 +197,4 @@ msgstr "Hjælp"
 
 #: ../data/whisperback.ui.h:30
 msgid "Send"
-msgstr ""
+msgstr "Send"

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


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

2013-06-26 Thread translation
commit ea1b3f946088ad5f1f8c59fcc5d317ae1509d40e
Author: Translation commit bot 
Date:   Wed Jun 26 16:15:37 2013 +

Update translations for vidalia_help
---
 sv/server.po |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sv/server.po b/sv/server.po
index c397c3f..d5329ec 100644
--- a/sv/server.po
+++ b/sv/server.po
@@ -6,7 +6,7 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n";
 "POT-Creation-Date: 2010-06-26 17:00+0200\n"
-"PO-Revision-Date: 2013-06-26 15:41+\n"
+"PO-Revision-Date: 2013-06-26 15:50+\n"
 "Last-Translator: cryptohead \n"
 "Language-Team: Swedish 
(http://www.transifex.com/projects/p/torproject/language/sv/)\n"
 "MIME-Version: 1.0\n"

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


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

2013-06-26 Thread translation
commit f6fbef6259bd18dd9e722271f80c620381e7de0b
Author: Translation commit bot 
Date:   Wed Jun 26 15:45:37 2013 +

Update translations for vidalia_help
---
 sv/server.po |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sv/server.po b/sv/server.po
index 780d172..c397c3f 100644
--- a/sv/server.po
+++ b/sv/server.po
@@ -6,8 +6,8 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n";
 "POT-Creation-Date: 2010-06-26 17:00+0200\n"
-"PO-Revision-Date: 2013-05-22 12:42+\n"
-"Last-Translator: runasand \n"
+"PO-Revision-Date: 2013-06-26 15:41+\n"
+"Last-Translator: cryptohead \n"
 "Language-Team: Swedish 
(http://www.transifex.com/projects/p/torproject/language/sv/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -26,7 +26,7 @@ msgid ""
 "The Tor network is made up of volunteers all over the world who donate some "
 "of their spare bandwidth by running a Tor relay. Vidalia helps you do your "
 "part by making it easy to set up a relay of your own.  "
-msgstr ""
+msgstr "Tor-nätverket utgörs av frivilliga över hela världen som donerar 
delar av sin oanvända bandbredd genom att köra ett Tor-relä. Vidalia 
hjälper dig att dra ditt strå till stacken genom att göra det enkelt att 
sätta upp ditt eget Tor-relä. "
 
 #. type: Content of: 
 #: en/server.html:24
@@ -38,7 +38,7 @@ msgstr "Allmänt"
 msgid ""
 "If you decide you want to help the Tor network grow by running a relay, you "
 "can follow these steps to get started:"
-msgstr ""
+msgstr "Om du bestämt dig för att du vill hjälpa Tor-nätverket att växa 
genom att köra ett Tor-relä så kan du följa dessa steg för att komma 
igång:"
 
 #. type: Content of: 
 #: en/server.html:31

___
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

2013-06-26 Thread translation
commit ed8933995d87810aff6b51534bc19039d669a143
Author: Translation commit bot 
Date:   Wed Jun 26 15:46:10 2013 +

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

diff --git a/da/https-everywhere.properties b/da/https-everywhere.properties
index 857bb79..ffd7919 100644
--- a/da/https-everywhere.properties
+++ b/da/https-everywhere.properties
@@ -3,4 +3,4 @@ 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)
-# https-everywhere.toolbar.hint = HTTPS Everywhere is now active. You can 
toggle it on a site-by-site basis by clicking the icon in the address bar.
+https-everywhere.toolbar.hint = HTTPS Everywhere er nu aktiv. De kan tænde 
den ved et side-ved-side basis ved at klikke på ikonet i adresse baren.

___
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

2013-06-26 Thread translation
commit 7067c54f68c70a2fd352a1cb50abb8178c5302f0
Author: Translation commit bot 
Date:   Wed Jun 26 15:46:14 2013 +

Update translations for https_everywhere_completed
---
 da/https-everywhere.properties |1 +
 1 file changed, 1 insertion(+)

diff --git a/da/https-everywhere.properties b/da/https-everywhere.properties
index 08e6b07..ffd7919 100644
--- a/da/https-everywhere.properties
+++ b/da/https-everywhere.properties
@@ -3,3 +3,4 @@ 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)
+https-everywhere.toolbar.hint = HTTPS Everywhere er nu aktiv. De kan tænde 
den ved et side-ved-side basis ved at klikke på ikonet i adresse baren.

___
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

2013-06-26 Thread translation
commit 38d95ba416da240f650760ae6638e178a1895c04
Author: Translation commit bot 
Date:   Wed Jun 26 15:46:04 2013 +

Update translations for whisperback
---
 da/da.po |   38 +++---
 1 file changed, 19 insertions(+), 19 deletions(-)

diff --git a/da/da.po b/da/da.po
index 5ec6428..c8a8ed7 100644
--- a/da/da.po
+++ b/da/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: 2013-03-26 15:50+0100\n"
-"PO-Revision-Date: 2013-06-25 21:10+\n"
+"PO-Revision-Date: 2013-06-26 15:45+\n"
 "Last-Translator: torebjornson \n"
 "Language-Team: Danish 
(http://www.transifex.com/projects/p/torproject/language/da/)\n"
 "MIME-Version: 1.0\n"
@@ -46,32 +46,32 @@ msgstr "Ude af stand til at indlæse en korrekt 
konfiguration."
 
 #: ../whisperBack/gui.py:217
 msgid "Sending mail..."
-msgstr ""
+msgstr "Sender mail.."
 
 #: ../whisperBack/gui.py:218
 msgid "Sending mail"
-msgstr ""
+msgstr "Sender mail.."
 
 #. pylint: disable=C0301
 #: ../whisperBack/gui.py:220
 msgid "This could take a while..."
-msgstr ""
+msgstr "Dette kommer muligvis til at tage et stykke tid.."
 
 #: ../whisperBack/gui.py:234
 msgid "The contact email adress doesn't seem valid."
-msgstr ""
+msgstr "Deres email adresse er ikke valid."
 
 #: ../whisperBack/gui.py:251
 msgid "Unable to send the mail: SMTP error."
-msgstr ""
+msgstr "Kunne ikke sende mailen: SMTP fejl"
 
 #: ../whisperBack/gui.py:253
 msgid "Unable to connect to the server."
-msgstr ""
+msgstr "Ude af stand til at forbinde til serveren"
 
 #: ../whisperBack/gui.py:255
 msgid "Unable to create or to send the mail."
-msgstr ""
+msgstr "Ude af stand til at kreere eller sende mailen"
 
 #: ../whisperBack/gui.py:258
 msgid ""
@@ -80,20 +80,20 @@ msgid ""
 "The bug report could not be sent, likely due to network problems. Please try 
to reconnect to the network and click send again.\n"
 "\n"
 "If it does not work, you will be offered to save the bug report."
-msgstr ""
+msgstr "\n\nFejl rapporten kunne ikke sende, sandsynligvis på grund af 
netværks problemer. Forsøg venligst at genoprette forbindelsen til netværket 
og tryk \"Send Igen\".\n\nHvis det ikke virker, vil De få mulighed for at 
gemme fejl rapporten."
 
 #: ../whisperBack/gui.py:271
 msgid "Your message has been sent."
-msgstr ""
+msgstr "Deres besked er sendt."
 
 #: ../whisperBack/gui.py:278
 msgid "An error occured during encryption."
-msgstr ""
+msgstr "En fejl opstod under krypteringen."
 
 #: ../whisperBack/gui.py:298
 #, python-format
 msgid "Unable to save %s."
-msgstr ""
+msgstr "Kunne ikke gemme %s."
 
 #. XXX: fix string
 #: ../whisperBack/gui.py:322
@@ -104,15 +104,15 @@ 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 ""
+msgstr "Fejl rapporten kunne ikke sendes, sandsynligvis på grund af netværks 
problemer.\n\nSom en løsning kan De gemme fejl rapporten på en USB nøgle og 
forsøge at sende den til os på %s fra Deres email konto via et andet system. 
Noter venligst at Deres fejl rapport ikke længere er anonym på denne måde, 
med mindre de selv tager andre metoder i brug  (f.eks. bruger Tor med en 
\"throw-away\" email konto).\n\nVil De gemme fejl rapporten til en fil?"
 
 #: ../whisperBack/gui.py:386 ../data/whisperback.ui.h:21
 msgid "WhisperBack"
-msgstr ""
+msgstr "HviskTilbage"
 
 #: ../whisperBack/gui.py:387 ../data/whisperback.ui.h:2
 msgid "Send feedback in an encrypted mail."
-msgstr ""
+msgstr "Send feedback i en krypteret mail."
 
 #: ../whisperBack/gui.py:390
 msgid "Copyright © 2009-2012 Tails developpers (ta...@boum.org)"
@@ -120,11 +120,11 @@ msgstr ""
 
 #: ../whisperBack/gui.py:391
 msgid "Tails developers "
-msgstr ""
+msgstr "Tails udviklere "
 
 #: ../whisperBack/gui.py:392
 msgid "translator-credits"
-msgstr ""
+msgstr "oversætter-kredit"
 
 #: ../whisperBack/gui.py:419
 msgid "This doesn't seem to be a valid URL or OpenPGP key."
@@ -161,7 +161,7 @@ msgstr ""
 msgid ""
 "If you want us to encrypt messages when we respond to you, add your key ID, "
 "a link to your key, or the key as a public key block:"
-msgstr ""
+msgstr "Hvis De vil have os til at kryptere beskeder når vi svarer Dem, 
tilføj venligst Deres nøgle ID, et link til Deres nøgle eller Deres nøgle 
som en offentlig nøgle blok:"
 
 #: ../data/whisperback.ui.h:22
 msgid "Summary"
@@ -169,7 +169,7 @@ msgstr "Opsummering"
 
 #: ../data/whisperback.ui.h:23
 msgid "Bug description"
-msgstr ""
+msgstr "Fejl beskrivelse"
 
 #: ../data/whisperback.ui.h:24
 msgid "Optional email address to contact you"

___
tor-

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

2013-06-26 Thread translation
commit 03b7b3232b9ff0f638620f0c24b7ca8af3b13a23
Author: Translation commit bot 
Date:   Wed Jun 26 15:45:22 2013 +

Update translations for vidalia_alpha
---
 da/vidalia_da.po |  138 +++---
 1 file changed, 69 insertions(+), 69 deletions(-)

diff --git a/da/vidalia_da.po b/da/vidalia_da.po
index a70aa65..ab8dbe9 100644
--- a/da/vidalia_da.po
+++ b/da/vidalia_da.po
@@ -10,7 +10,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: 2013-06-26 04:30+\n"
+"PO-Revision-Date: 2013-06-26 15:40+\n"
 "Last-Translator: torebjornson \n"
 "Language-Team: Danish 
(http://www.transifex.com/projects/p/torproject/language/da/)\n"
 "MIME-Version: 1.0\n"
@@ -205,24 +205,24 @@ msgctxt "AdvancedPage"
 msgid ""
 "WARNING: 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 "ADVARSEL: Hvis du manuelt vælger adgangskodden vil den blive 
gemt i klar tekst i Vidalias konfigurations fil. Det er sikrere at bruge en 
tilfældigt genereret adgangskode."
 
 msgctxt "AdvancedPage"
 msgid "Panic"
-msgstr ""
+msgstr "Panik"
 
 msgctxt "AdvancedPage"
 msgid ""
 "WARNING: The panic button will erease the application if pressed"
-msgstr ""
+msgstr "ADVARSEL: Ved tryk på panik knappen slettes programmet"
 
 msgctxt "AdvancedPage"
 msgid "Enable panic button"
-msgstr ""
+msgstr "Tænd for panik knappen"
 
 msgctxt "AdvancedPage"
 msgid "Panic path:"
-msgstr ""
+msgstr "Panik sti:"
 
 msgctxt "AdvancedPage"
 msgid ""
@@ -240,7 +240,7 @@ msgstr "Vidalia var ikke i stand til at fjerne Tor 
service.\n\nDet kan være nø
 
 msgctxt "AdvancedPage"
 msgid "Select a Directory to Use for Panic"
-msgstr ""
+msgstr "Vælg en mappe til brug ved panik:"
 
 msgctxt "AppearancePage"
 msgid "Language"
@@ -1369,19 +1369,19 @@ msgstr "med en beskrivelse af, hvad du gjorde, før 
ansøgningen styrtede ned, s
 
 msgctxt "DebugDialog"
 msgid "Plugin debug output"
-msgstr ""
+msgstr "Plugin fejlfinding output"
 
 msgctxt "DebugDialog"
 msgid "Plugin Output"
-msgstr ""
+msgstr "Plugin Output"
 
 msgctxt "DebugDialog"
 msgid "Syntax Errors"
-msgstr ""
+msgstr "Syntaks fejl"
 
 msgctxt "DebugDialog"
 msgid "Exceptions"
-msgstr ""
+msgstr "Undtagelse"
 
 msgctxt "GeneralPage"
 msgid "Executables (*.exe)"
@@ -1978,15 +1978,15 @@ msgstr ""
 
 msgctxt "MainWindow"
 msgid "Restart"
-msgstr ""
+msgstr "Genstart"
 
 msgctxt "MainWindow"
 msgid "Reload Tor's config"
-msgstr ""
+msgstr "Genindlæs Tor's konfiguration"
 
 msgctxt "MainWindow"
 msgid "Actions"
-msgstr ""
+msgstr "Handlinger"
 
 msgctxt "MainWindow"
 msgid "Bootstrapping torrc from %1 to %2"
@@ -2000,11 +2000,11 @@ msgstr "Vidalia forsøgte at genstarte Tor, men var 
ikke i stand til at gøre de
 
 msgctxt "MainWindow"
 msgid "Error reloading configuration"
-msgstr ""
+msgstr "Fejl ved genindlæsning af konfiguratio"
 
 msgctxt "MainWindow"
 msgid "Vidalia was unable to reload Tor's configuration."
-msgstr ""
+msgstr "Vidalia kunne ikke genindlæse Tor's konfiguratio"
 
 msgctxt "MainWindow"
 msgid "No dettached tabs"
@@ -2012,25 +2012,25 @@ msgstr ""
 
 msgctxt "MainWindow"
 msgid "Panic is enabled"
-msgstr ""
+msgstr "Panik er tændt"
 
 msgctxt "MainWindow"
 msgid ""
 "WARNING: The Panic button is enabled. Use it carefully because it "
 "will remove Tor completely."
-msgstr ""
+msgstr "ADVARSEL: Panik knappen er tændt. Brug den forsigtigt da den 
vil fjerne Tor fuldstændigt."
 
 msgctxt "MainWindow"
 msgid "New Circuit"
-msgstr ""
+msgstr "Nyt Kredsløb"
 
 msgctxt "MainWindow"
 msgid "Debug output"
-msgstr ""
+msgstr "Fejlsøgning output"
 
 msgctxt "MainWindow"
 msgid "Panic!"
-msgstr ""
+msgstr "Panik!"
 
 msgctxt "MainWindow"
 msgid "Reattach tabs"
@@ -2042,13 +2042,13 @@ msgstr ""
 
 msgctxt "MainWindow"
 msgid "Your clock is wrong"
-msgstr ""
+msgstr "Dit ur går forkert."
 
 msgctxt "MainWindow"
 msgid ""
 "Your computer's clock is wrong, tor may not work as expected. Please check "
 "the Message Log for more information."
-msgstr ""
+msgstr "Deres computers ur går forkert. Tor vil muligvis ikke køre som 
forventet. Tjek venligst Deres logbog for mere information."
 
 msgctxt "MainWindow"
 msgid ""
@@ -2056,7 +2056,7 @@ msgid ""
 "\n"
 "Here's the last error message:\n"
 " %2"
-msgstr ""
+msgstr "Vidalia kan ikke kommunikere med Tor, da den ikke kan tilgå filen: 
%1\n\nDette er den sidste fejl besked:\n%2"
 
 msgctxt "MainWindow"
 msgid ""
@@ -2357,7 +2357,7 @@ msgstr "Gem automatisk nye log-meddelelser til en fil"
 
 msgctxt "MessageLog"
 msgid "toolbar"
-msgstr ""
+msgstr "værktøjslinje"
 
 msgctxt "MessageLog"
 msgid "Always Save New Log Messages"
@@ -2520,25 +2520,25 @@ msgstr "Status"
 
 msgctxt "NetViewer"
 msgid "Why is my relay offline?"
-msgstr ""
+msgstr "Hvorfor er mit relæ offline?"
 
 

[tor-commits] [tor-browser-bundle/master] Update versions for new Tor and Firefox releases.

2013-06-26 Thread mikeperry
commit 9d13bc0eebc9fcab9cbf9d01e853bc63fcbd4e77
Author: Mike Perry 
Date:   Wed Jun 26 00:43:32 2013 -0700

Update versions for new Tor and Firefox releases.
---
 gitian/versions |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gitian/versions b/gitian/versions
index fec0b2c..227f0bb 100755
--- a/gitian/versions
+++ b/gitian/versions
@@ -3,8 +3,8 @@ BUNDLE_LOCALES="de es-ES fa fr it ko nl pl pt-PT ru vi zh-CN"
 
 VERIFY_TAGS=1
 
-TORBROWSER_TAG=tor-browser-17.0.6esr-3.0alpha1-d4
-TOR_TAG=tor-0.2.4.12-alpha
+TORBROWSER_TAG=tor-browser-17.0.7esr-3.0alpha2-build1
+TOR_TAG=tor-0.2.4.14-alpha
 TORLAUNCHER_TAG=0.2-alpha
 TORBUTTON_TAG=1.6.0
 HTTPSE_TAG=3.2.2
@@ -13,7 +13,7 @@ ZLIB_TAG=v1.2.8
 LIBEVENT_TAG=release-2.0.21-stable
 
 OPENSSL_VER=1.0.1e
-FIREFOX_LANG_VER=17.0.6esr
+FIREFOX_LANG_VER=17.0.7esr
 
 ## File names for the source packages
 OPENSSL_PACKAGE=openssl-${OPENSSL_VER}.tar.gz

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