[tor-commits] [metrics-db/master] Rename rsync/ directory to how it's served: recent/.

2015-10-18 Thread karsten
commit 9df5d7fca9791b93f330a6e07294fa2ef46688d5
Author: Karsten Loesing 
Date:   Mon Oct 19 00:17:24 2015 +0200

Rename rsync/ directory to how it's served: recent/.
---
 .../ernie/db/bridgedescs/SanitizedBridgesWriter.java |8 
 .../db/bridgepools/BridgePoolAssignmentsProcessor.java   |4 ++--
 .../ernie/db/exitlists/ExitListDownloader.java   |4 ++--
 .../torproject/ernie/db/relaydescs/ArchiveWriter.java|   14 +++---
 .../torproject/ernie/db/torperf/TorperfDownloader.java   |4 ++--
 5 files changed, 17 insertions(+), 17 deletions(-)

diff --git 
a/src/org/torproject/ernie/db/bridgedescs/SanitizedBridgesWriter.java 
b/src/org/torproject/ernie/db/bridgedescs/SanitizedBridgesWriter.java
index 3bccd6f..af145c7 100644
--- a/src/org/torproject/ernie/db/bridgedescs/SanitizedBridgesWriter.java
+++ b/src/org/torproject/ernie/db/bridgedescs/SanitizedBridgesWriter.java
@@ -573,7 +573,7 @@ public class SanitizedBridgesWriter extends Thread {
   + "/" + smonth + "/statuses/" + sday + "/" + syear + smonth
   + sday + "-" + stime + "-"
   + "4A0CCD2DDC7995083D73F5D667100C8A5831F16D");
-  File rsyncFile = new File("rsync/bridge-descriptors/statuses/"
+  File rsyncFile = new File("recent/bridge-descriptors/statuses/"
   + tarballFile.getName());
   File[] outputFiles = new File[] { tarballFile, rsyncFile };
   for (File outputFile : outputFiles) {
@@ -913,7 +913,7 @@ public class SanitizedBridgesWriter extends Thread {
 + "/" + descriptorDigest.charAt(0) + "/"
 + descriptorDigest.charAt(1) + "/"
 + descriptorDigest);
-File rsyncCatFile = new File("rsync/bridge-descriptors/"
+File rsyncCatFile = new File("recent/bridge-descriptors/"
 + "server-descriptors/" + this.rsyncCatString
 + "-server-descriptors.tmp");
 File[] outputFiles = new File[] { tarballFile, rsyncCatFile };
@@ -1186,7 +1186,7 @@ public class SanitizedBridgesWriter extends Thread {
 + descriptorDigest.charAt(0) + "/"
 + descriptorDigest.charAt(1) + "/"
 + descriptorDigest);
-File rsyncCatFile = new File("rsync/bridge-descriptors/"
+File rsyncCatFile = new File("recent/bridge-descriptors/"
 + "extra-infos/" + this.rsyncCatString + "-extra-infos.tmp");
 File[] outputFiles = new File[] { tarballFile, rsyncCatFile };
 boolean[] append = new boolean[] { false, true };
@@ -1301,7 +1301,7 @@ public class SanitizedBridgesWriter extends Thread {
 long cutOffMillis = System.currentTimeMillis()
 - 3L * 24L * 60L * 60L * 1000L;
 Stack allFiles = new Stack();
-allFiles.add(new File("rsync/bridge-descriptors"));
+allFiles.add(new File("recent/bridge-descriptors"));
 while (!allFiles.isEmpty()) {
   File file = allFiles.pop();
   if (file.isDirectory()) {
diff --git 
a/src/org/torproject/ernie/db/bridgepools/BridgePoolAssignmentsProcessor.java 
b/src/org/torproject/ernie/db/bridgepools/BridgePoolAssignmentsProcessor.java
index 942f89f..77217d4 100644
--- 
a/src/org/torproject/ernie/db/bridgepools/BridgePoolAssignmentsProcessor.java
+++ 
b/src/org/torproject/ernie/db/bridgepools/BridgePoolAssignmentsProcessor.java
@@ -156,7 +156,7 @@ public class BridgePoolAssignmentsProcessor extends Thread {
 sanitizedAssignmentsDirectory, filenameFormat.format(
 bridgePoolAssignmentTime));
 File rsyncFile = new File(
-"rsync/bridge-pool-assignments/"
+"recent/bridge-pool-assignments/"
 + tarballFile.getName());
 File[] outputFiles = new File[] { tarballFile,
 rsyncFile };
@@ -258,7 +258,7 @@ public class BridgePoolAssignmentsProcessor extends Thread {
 long cutOffMillis = System.currentTimeMillis()
 - 3L * 24L * 60L * 60L * 1000L;
 Stack allFiles = new Stack();
-allFiles.add(new File("rsync/bridge-pool-assignments"));
+allFiles.add(new File("recent/bridge-pool-assignments"));
 while (!allFiles.isEmpty()) {
   File file = allFiles.pop();
   if (file.isDirectory()) {
diff --git a/src/org/torproject/ernie/db/exitlists/ExitListDownloader.java 
b/src/org/torproject/ernie/db/exitlists/ExitListDownloader.java
index 74ee000..be3070f 100644
--- a/src/org/torproject/ernie/db/exitlists/ExitListDownloader.java
+++ b/src/org/torproject/ernie/db/exitlists/ExitListDownloader.java
@@ -143,7 +143,7 @@ public class ExitListDownloader extends Thread {
   }
 
 /* Write to disk. */
-File rsyncFile = new File("rsync/exit-lists/"
+File rsyncFile = new File("recent/exit-lists/"
 + tarballFile.getName());
 File[] outputFiles = new File[] { tarballFile, rsyncFile };
 for (File outputFile : outputFiles) {
@@ -199,7 +199,7 @@ public class ExitListDownloader extends Thread {
 long cutOffMillis = System.currentTimeMillis()
 - 3L * 24L * 

[tor-commits] [stem/master] Add tor process as another source of descriptors

2015-10-18 Thread atagar
commit 0c4f94e38a42a4cff77c5b6b82eceb88333b9067
Author: Damian Johnson 
Date:   Sun Oct 18 15:18:22 2015 -0700

Add tor process as another source of descriptors
---
 docs/tutorials/mirror_mirror_on_the_wall.rst |1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/tutorials/mirror_mirror_on_the_wall.rst 
b/docs/tutorials/mirror_mirror_on_the_wall.rst
index f8f2c2e..ee524e4 100644
--- a/docs/tutorials/mirror_mirror_on_the_wall.rst
+++ b/docs/tutorials/mirror_mirror_on_the_wall.rst
@@ -276,6 +276,7 @@ Packages:green:`Several`  :red:`None`   
  :red:`None`
 **Can Read/Download From**
 Files   :green:`Yes`  :green:`Yes`:green:`Yes`
 Tarballs:green:`Yes`  :green:`Yes`:red:`No`
+Tor Process :green:`Yes`  :red:`No`   :red:`No`
 Directory Authorities   :green:`Yes`  :green:`Yes`:red:`No`
 CollecTor   :red:`No` :green:`Yes`:red:`No`
 **Supported Types**

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


[tor-commits] [stem/master] Compare descriptor parsing libraries

2015-10-18 Thread atagar
commit d6985eeec6d42ddcf043f898e4a0a2026a56dd48
Author: Damian Johnson 
Date:   Sun Oct 18 14:34:46 2015 -0700

Compare descriptor parsing libraries

First step for the scheme Karsten and I hatched to comparing our 
libraries...

  https://lists.torproject.org/pipermail/tor-dev/2015-October/009606.html

This is the easy part. Next up need to write some metrics-lib scripts to get
some performance benchmarks...
---
 docs/_static/style.css   |   10 ++
 docs/tutorials/mirror_mirror_on_the_wall.rst |   42 ++
 2 files changed, 52 insertions(+)

diff --git a/docs/_static/style.css b/docs/_static/style.css
index 098529d..fe9db20 100644
--- a/docs/_static/style.css
+++ b/docs/_static/style.css
@@ -5,3 +5,13 @@ div.literal-block-wrapper {
 span.caption-text {
 float: right;
 }
+
+span.red {
+color: red;
+font-weight: bold;
+}
+
+span.green {
+color: green;
+font-weight: bold;
+}
diff --git a/docs/tutorials/mirror_mirror_on_the_wall.rst 
b/docs/tutorials/mirror_mirror_on_the_wall.rst
index 2677aeb..1e6aadc 100644
--- a/docs/tutorials/mirror_mirror_on_the_wall.rst
+++ b/docs/tutorials/mirror_mirror_on_the_wall.rst
@@ -12,6 +12,7 @@ with what they are and where to get them then you may want to 
skip to the end.
 * :ref:`validating-the-descriptors-content`
 * :ref:`saving-and-loading-descriptors`
 * :ref:`putting-it-together`
+* :ref:`are-there-any-other-parsing-libraries`
 
 .. _what-is-a-descriptor:
 
@@ -248,3 +249,44 @@ could use any of the methods above, but for this example 
we'll use
   14. politkovskaja2 (24.93 MB/s)
   15. wau (24.72 MB/s)
 
+.. _are-there-any-other-parsing-libraries:
+
+Are there any other parsing libraries?
+--
+
+Yup! Stem isn't the only game in town when it comes to parsing. `Metrics-lib
+`_ is a highly mature parsing
+library for Java, and `Zoossh
+`_ is available for Go.
+Each library has its own capabilities...
+
+.. role:: red
+.. role:: green
+
+=== = === ==
+Capability  Stem  Metrics-lib Zoossh
+=== = === ==
+Language:green:`Python`   :green:`Java`   :green:`Go`
+Checks signatures   :green:`Mostly`   :red:`No`   :red:`No`
+Create new descriptors  :red:`No` :red:`No`   :red:`No`
+Lazy parsing:green:`Yes`  :red:`No`   :green:`Yes`
+Type detection by @type :green:`Yes`  :green:`Yes`:red:`No`
+Type detection by filename  :green:`Yes`  :red:`No`   :red:`No`
+Packages:green:`Several`  :red:`None` :red:`None`
+**Can Read/Download From**
+Files   :green:`Yes`  :green:`Yes`:green:`Yes`
+Tarballs:green:`Yes`  :green:`Yes`:red:`No`
+Directory Authorities   :green:`Yes`  :green:`Yes`:red:`No`
+CollecTor   :red:`No` :green:`Yes`:red:`No`
+**Supported Types**
+Server Descriptors  :green:`Yes`  :green:`Yes`:green:`Partly`
+Extrainfo Descriptors   :green:`Yes`  :green:`Yes`:red:`No`
+Microdescriptors:green:`Yes`  :green:`Yes`:red:`No`
+Consensus   :green:`Yes`  :green:`Yes`:green:`Partly`
+Bridge Descriptors  :green:`Yes`  :green:`Yes`:red:`No`
+Hidden Service Descriptors  :green:`Yes`  :red:`No`   :red:`No`
+Bridge Pool Assignments :red:`No` :green:`Yes`:red:`No`
+Torperf :red:`No` :green:`Yes`:red:`No`
+Tordnsel:green:`Yes`  :green:`Yes`:red:`No`
+=== = === ==
+

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


[tor-commits] [metrics-db/master] Rename directories to match what's served in recent/.

2015-10-18 Thread karsten
commit 812b87e4c257dc2233c1d80bd231b34ff3e0afab
Author: Karsten Loesing 
Date:   Sun Oct 18 22:49:44 2015 +0200

Rename directories to match what's served in recent/.
---
 .../torproject/ernie/db/bridgedescs/SanitizedBridgesWriter.java  |4 ++--
 src/org/torproject/ernie/db/relaydescs/ArchiveWriter.java|6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/src/org/torproject/ernie/db/bridgedescs/SanitizedBridgesWriter.java 
b/src/org/torproject/ernie/db/bridgedescs/SanitizedBridgesWriter.java
index 7311e9a..3bccd6f 100644
--- a/src/org/torproject/ernie/db/bridgedescs/SanitizedBridgesWriter.java
+++ b/src/org/torproject/ernie/db/bridgedescs/SanitizedBridgesWriter.java
@@ -914,7 +914,7 @@ public class SanitizedBridgesWriter extends Thread {
 + descriptorDigest.charAt(1) + "/"
 + descriptorDigest);
 File rsyncCatFile = new File("rsync/bridge-descriptors/"
-+ "server-descriptors-cat/" + this.rsyncCatString
++ "server-descriptors/" + this.rsyncCatString
 + "-server-descriptors.tmp");
 File[] outputFiles = new File[] { tarballFile, rsyncCatFile };
 boolean[] append = new boolean[] { false, true };
@@ -1187,7 +1187,7 @@ public class SanitizedBridgesWriter extends Thread {
 + descriptorDigest.charAt(1) + "/"
 + descriptorDigest);
 File rsyncCatFile = new File("rsync/bridge-descriptors/"
-+ "extra-infos-cat/" + this.rsyncCatString + "-extra-infos.tmp");
++ "extra-infos/" + this.rsyncCatString + "-extra-infos.tmp");
 File[] outputFiles = new File[] { tarballFile, rsyncCatFile };
 boolean[] append = new boolean[] { false, true };
 try {
diff --git a/src/org/torproject/ernie/db/relaydescs/ArchiveWriter.java 
b/src/org/torproject/ernie/db/relaydescs/ArchiveWriter.java
index 1304cd5..1bee4d4 100644
--- a/src/org/torproject/ernie/db/relaydescs/ArchiveWriter.java
+++ b/src/org/torproject/ernie/db/relaydescs/ArchiveWriter.java
@@ -465,7 +465,7 @@ public class ArchiveWriter extends Thread {
 + digest);
 boolean tarballFileExistedBefore = tarballFile.exists();
 File rsyncCatFile = new File("rsync/relay-descriptors/"
-+ "server-descriptors-cat/" + this.rsyncCatString
++ "server-descriptors/" + this.rsyncCatString
 + "-server-descriptors.tmp");
 File[] outputFiles = new File[] { tarballFile, rsyncCatFile };
 boolean[] append = new boolean[] { false, true };
@@ -497,7 +497,7 @@ public class ArchiveWriter extends Thread {
 + extraInfoDigest);
 boolean tarballFileExistedBefore = tarballFile.exists();
 File rsyncCatFile = new File("rsync/relay-descriptors/"
-+ "extra-infos-cat/" + this.rsyncCatString + "-extra-infos.tmp");
++ "extra-infos/" + this.rsyncCatString + "-extra-infos.tmp");
 File[] outputFiles = new File[] { tarballFile, rsyncCatFile };
 boolean[] append = new boolean[] { false, true };
 if (this.store(EXTRA_INFO_ANNOTATION, data, outputFiles, append)) {
@@ -533,7 +533,7 @@ public class ArchiveWriter extends Thread {
 + microdescriptorDigest);
 boolean tarballFileExistedBefore = tarballFile.exists();
 File rsyncCatFile = new File("rsync/relay-descriptors/"
-+ "microdescs/micro-cat/" + this.rsyncCatString
++ "microdescs/micro/" + this.rsyncCatString
 + "-micro.tmp");
 File[] outputFiles = new File[] { tarballFile, rsyncCatFile };
 boolean[] append = new boolean[] { false, true };

___
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

2015-10-18 Thread translation
commit c33d89d0fc592754fa7bd19ae3dda2834e579304
Author: Translation commit bot 
Date:   Sun Oct 18 20:15:42 2015 +

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

diff --git a/id/network-settings.dtd b/id/network-settings.dtd
index e410043..2062d8c 100644
--- a/id/network-settings.dtd
+++ b/id/network-settings.dtd
@@ -1,5 +1,9 @@
 
 
+
+
+
+
 
 
 

___
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

2015-10-18 Thread translation
commit 0409c31ddc6f442b2224ac5398b9b0ed92f17f89
Author: Translation commit bot 
Date:   Sun Oct 18 19:45:39 2015 +

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

diff --git a/fr/network-settings.dtd b/fr/network-settings.dtd
index c9ed25c..9b4f6d0 100644
--- a/fr/network-settings.dtd
+++ b/fr/network-settings.dtd
@@ -2,7 +2,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-network-settings] Update translations for tor-launcher-network-settings

2015-10-18 Thread translation
commit 2e0784c856dfe343ecc5800a036e96385d32ac87
Author: Translation commit bot 
Date:   Sun Oct 18 20:15:38 2015 +

Update translations for tor-launcher-network-settings
---
 id/network-settings.dtd |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/id/network-settings.dtd b/id/network-settings.dtd
index 8089887..2062d8c 100644
--- a/id/network-settings.dtd
+++ b/id/network-settings.dtd
@@ -1,8 +1,8 @@
 
 
 
-
-
+
+
 
 
 

___
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

2015-10-18 Thread translation
commit 8973874222c17fdc83cb10c17e5adfc615720f01
Author: Translation commit bot 
Date:   Mon Oct 19 00:15:21 2015 +

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

diff --git a/tr/https-everywhere.dtd b/tr/https-everywhere.dtd
index 3395eb4..2b58ae1 100644
--- a/tr/https-everywhere.dtd
+++ b/tr/https-everywhere.dtd
@@ -2,32 +2,32 @@
 
 
 
-
+
 
 
 
-
+
 
 
-
+
 
 
 
-
-
+
+
 
 
 
 
 
 
-
+
 
-
+
 
 
-
-
+
+
 
 
 
@@ -35,7 +35,7 @@
 
 
 
-
+
 
 
 

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


[tor-commits] [translation/mat-gui_completed] Update translations for mat-gui_completed

2015-10-18 Thread translation
commit e7d61bc9d4a598f0a83fe04cc496851c608d4700
Author: Translation commit bot 
Date:   Mon Oct 19 00:15:39 2015 +

Update translations for mat-gui_completed
---
 tr.po |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tr.po b/tr.po
index 8b1588e..ed4664e 100644
--- a/tr.po
+++ b/tr.po
@@ -13,7 +13,7 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2014-12-31 04:53+0100\n"
-"PO-Revision-Date: 2015-10-17 18:07+\n"
+"PO-Revision-Date: 2015-10-19 00:11+\n"
 "Last-Translator: Kaya Zeren \n"
 "Language-Team: Turkish 
(http://www.transifex.com/otf/torproject/language/tr/)\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/https_everywhere] Update translations for https_everywhere

2015-10-18 Thread translation
commit 5f170cac83e073d7fbcd1cc791953eb65a252e48
Author: Translation commit bot 
Date:   Mon Oct 19 00:15:15 2015 +

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

diff --git a/tr/https-everywhere.dtd b/tr/https-everywhere.dtd
index 3395eb4..2b58ae1 100644
--- a/tr/https-everywhere.dtd
+++ b/tr/https-everywhere.dtd
@@ -2,32 +2,32 @@
 
 
 
-
+
 
 
 
-
+
 
 
-
+
 
 
 
-
-
+
+
 
 
 
 
 
 
-
+
 
-
+
 
 
-
-
+
+
 
 
 
@@ -35,7 +35,7 @@
 
 
 
-
+
 
 
 

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


[tor-commits] [translation/mat-gui] Update translations for mat-gui

2015-10-18 Thread translation
commit 372f466ebd5b598825edbf7fac724099fb91022a
Author: Translation commit bot 
Date:   Mon Oct 19 00:15:36 2015 +

Update translations for mat-gui
---
 tr.po |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tr.po b/tr.po
index 8b1588e..ed4664e 100644
--- a/tr.po
+++ b/tr.po
@@ -13,7 +13,7 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2014-12-31 04:53+0100\n"
-"PO-Revision-Date: 2015-10-17 18:07+\n"
+"PO-Revision-Date: 2015-10-19 00:11+\n"
 "Last-Translator: Kaya Zeren \n"
 "Language-Team: Turkish 
(http://www.transifex.com/otf/torproject/language/tr/)\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] [stem/master] Zoossh can do @type detection

2015-10-18 Thread atagar
commit 69fd8d9c9eb14ffa9f0a49af650826d8154ce513
Author: Damian Johnson 
Date:   Sun Oct 18 15:10:12 2015 -0700

Zoossh can do @type detection

Correction from Philipp...

  https://lists.torproject.org/pipermail/tor-dev/2015-October/009730.html
---
 docs/change_log.rst  |1 +
 docs/tutorials/mirror_mirror_on_the_wall.rst |2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/change_log.rst b/docs/change_log.rst
index cc2cd88..39e6f57 100644
--- a/docs/change_log.rst
+++ b/docs/change_log.rst
@@ -71,6 +71,7 @@ The following are only available within Stem's `git repository
 
  * **Website**
 
+  * `Comparison of our descriptor parsing libraries 
`_
   * Example for `custom path selection for circuits 
`_ (:trac:`8728`)
 
 .. _version_1.4:
diff --git a/docs/tutorials/mirror_mirror_on_the_wall.rst 
b/docs/tutorials/mirror_mirror_on_the_wall.rst
index 1e6aadc..f8f2c2e 100644
--- a/docs/tutorials/mirror_mirror_on_the_wall.rst
+++ b/docs/tutorials/mirror_mirror_on_the_wall.rst
@@ -270,7 +270,7 @@ Language:green:`Python`   :green:`Java` 
  :green:`Go`
 Checks signatures   :green:`Mostly`   :red:`No`   :red:`No`
 Create new descriptors  :red:`No` :red:`No`   :red:`No`
 Lazy parsing:green:`Yes`  :red:`No`   :green:`Yes`
-Type detection by @type :green:`Yes`  :green:`Yes`:red:`No`
+Type detection by @type :green:`Yes`  :green:`Yes`:green:`Yes`
 Type detection by filename  :green:`Yes`  :red:`No`   :red:`No`
 Packages:green:`Several`  :red:`None` :red:`None`
 **Can Read/Download From**

___
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

2015-10-18 Thread translation
commit f6bb14a97db09520a9b00099d0bd5da5db7a28f1
Author: Translation commit bot 
Date:   Mon Oct 19 00:45:45 2015 +

Update translations for tails-misc_completed
---
 tr.po |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tr.po b/tr.po
index 1e99d31..23d2f8f 100644
--- a/tr.po
+++ b/tr.po
@@ -25,7 +25,7 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2015-09-20 19:32+0200\n"
-"PO-Revision-Date: 2015-09-27 23:40+\n"
+"PO-Revision-Date: 2015-10-19 00:24+\n"
 "Last-Translator: Ozancan Karataş \n"
 "Language-Team: Turkish 
(http://www.transifex.com/otf/torproject/language/tr/)\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/tails-misc] Update translations for tails-misc

2015-10-18 Thread translation
commit 91ca426ad9bf8dfba19cc74aff56be57f78828a1
Author: Translation commit bot 
Date:   Mon Oct 19 00:45:42 2015 +

Update translations for tails-misc
---
 tr.po |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tr.po b/tr.po
index 1e99d31..23d2f8f 100644
--- a/tr.po
+++ b/tr.po
@@ -25,7 +25,7 @@ msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2015-09-20 19:32+0200\n"
-"PO-Revision-Date: 2015-09-27 23:40+\n"
+"PO-Revision-Date: 2015-10-19 00:24+\n"
 "Last-Translator: Ozancan Karataş \n"
 "Language-Team: Turkish 
(http://www.transifex.com/otf/torproject/language/tr/)\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/https_everywhere] Update translations for https_everywhere

2015-10-18 Thread translation
commit 586cc18d22bb9293dacddf7382a4586c8c66f5dc
Author: Translation commit bot 
Date:   Mon Oct 19 00:45:14 2015 +

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

diff --git a/tr/https-everywhere.dtd b/tr/https-everywhere.dtd
index 2b58ae1..3213132 100644
--- a/tr/https-everywhere.dtd
+++ b/tr/https-everywhere.dtd
@@ -39,12 +39,12 @@
 
 
 
-
-
-
+
+
+
 
-
+
 
 
-
+
 

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


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

2015-10-18 Thread translation
commit 0fd3366e654a0572c99a6ba8f4c94d744c364ea5
Author: Translation commit bot 
Date:   Mon Oct 19 00:45:19 2015 +

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

diff --git a/tr/https-everywhere.dtd b/tr/https-everywhere.dtd
index 2b58ae1..3213132 100644
--- a/tr/https-everywhere.dtd
+++ b/tr/https-everywhere.dtd
@@ -39,12 +39,12 @@
 
 
 
-
-
-
+
+
+
 
-
+
 
 
-
+
 

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


[tor-commits] [translation/tor-messenger-otrproperties] Update translations for tor-messenger-otrproperties

2015-10-18 Thread translation
commit 5baf524ae9b144477ecf61089ccc8f46993ac47d
Author: Translation commit bot 
Date:   Mon Oct 19 05:16:28 2015 +

Update translations for tor-messenger-otrproperties
---
 da/otr.properties |   36 ++--
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/da/otr.properties b/da/otr.properties
index 54cd13a..1e965bb 100644
--- a/da/otr.properties
+++ b/da/otr.properties
@@ -6,26 +6,26 @@ msgevent.setup_error=Der opstod en fejl i etablering af en 
privat samtale med %S
 msgevent.msg_reflected=You are receiving your own OTR messages. You are either 
trying to talk to yourself, or someone is reflecting your messages back at you.
 msgevent.msg_resent=Den sidste besked til %S blev sendt igen.
 msgevent.rcvdmsg_not_private=The encrypted message received from %S is 
unreadable, as you are not currently communicating privately.
-msgevent.rcvdmsg_unreadable=We received an unreadable encrypted message from 
%S.
-msgevent.rcvdmsg_malformed=We received a malformed data message from %S.
-msgevent.log_heartbeat_rcvd=Heartbeat received from %S.
-msgevent.log_heartbeat_sent=Heartbeat sent to %S.
-msgevent.rcvdmsg_general_err=An OTR error occured.
-msgevent.rcvdmsg_unecrypted=We received an unencrypted message from %S.
-msgevent.rcvdmsg_unrecognized=We received an unrecognized OTR message from %S.
+msgevent.rcvdmsg_unreadable=Vi modtog en ulæselig krypteret meddelelse fra %S.
+msgevent.rcvdmsg_malformed=Vi modtog en misdannet data meddelelse fra %S.
+msgevent.log_heartbeat_rcvd=Hjerteslag modtaget fra %S.
+msgevent.log_heartbeat_sent=Hjerteslag sendt til %S.
+msgevent.rcvdmsg_general_err=En OTR fejl opstod.
+msgevent.rcvdmsg_unecrypted=Vi modtog en ikke krypteret meddelelse fra %S.
+msgevent.rcvdmsg_unrecognized=Vi modtog en ugenkendelig OTR meddelelse fra %S.
 msgevent.rcvdmsg_for_other_instance=%S has sent a message intended for a 
different session. If you are logged in multiple times, another session may 
have received the message.
-context.gone_secure_private=Private conversation with %S started.
+context.gone_secure_private=Privat samtale med %S er startet.
 context.gone_secure_unverified=Private conversation with %S started. However, 
their identity has not been verified.
 context.still_secure=Successfully refreshed the private conversation with %S.
-error.enc=Error occurred encrypting message.
-error.not_priv=You sent encrypted data to %S, who wasn't expecting it.
-error.unreadable=You transmitted an unreadable encrypted message.
-error.malformed=You transmitted a malformed data message.
-resent=[resent]
+error.enc=Der opstod en fejl i kryptering af beskeden.
+error.not_priv=Du sendte krypteret data til %S, som ikke forventede det.
+error.unreadable=Du sendte en ulæselig krypteret meddelelse.
+error.malformed=Du sendte en misdannet data meddelelse.
+resent=[gensendt]
 tlv.disconnected=%S har afsluttet sin private samtale med dig, du bør gøre 
det samme.
 query.msg=%S has requested an Off-the Record private conversation. However, 
you do not have a plugin to support that. See http://otr.cypherpunks.ca/ for 
more information.
-trust.unused=Unused
-trust.not_private=Not Private
-trust.unverified=Unverified
-trust.private=Private
-trust.finished=Finished
+trust.unused=Ikke brugt
+trust.not_private=Ikke privat
+trust.unverified=Ikke verificeret
+trust.private=Privat
+trust.finished=Færdig

___
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

2015-10-18 Thread translation
commit e0955fbecaa4b7878ed0c871919c8503882c8bcb
Author: Translation commit bot 
Date:   Mon Oct 19 04:45:41 2015 +

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

diff --git a/da/network-settings.dtd b/da/network-settings.dtd
index f9baa01..a59c8d6 100644
--- a/da/network-settings.dtd
+++ b/da/network-settings.dtd
@@ -1,5 +1,9 @@
 
 
+
+
+
+
 
 
 

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


[tor-commits] [translation/tor-messenger-otrproperties] Update translations for tor-messenger-otrproperties

2015-10-18 Thread translation
commit 5e87754e43eaa5cbcc2e6405ef66747120360fbd
Author: Translation commit bot 
Date:   Mon Oct 19 04:46:31 2015 +

Update translations for tor-messenger-otrproperties
---
 da/otr.properties |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/da/otr.properties b/da/otr.properties
index 7c55e5a..54cd13a 100644
--- a/da/otr.properties
+++ b/da/otr.properties
@@ -1,10 +1,10 @@
-msgevent.encryption_required_part1=You attempted to send an unencrypted 
message to %S. As a policy, unencrypted messages are not allowed.
-msgevent.encryption_required_part2=Attempting to start a private conversation. 
Your message will be retransmitted when the private conversation starts.
-msgevent.encryption_error=An error occurred when encrypting your message. The 
message was not sent.
-msgevent.connection_ended=%S has already closed their private connection to 
you. Your message was not sent. Either end your private conversation, or 
restart it.
-msgevent.setup_error=An error occured while setting up a private conversation 
with %S.
+msgevent.encryption_required_part1=Du forsøgt at sende en ikke krypteret 
besked til %S. Reglerne tillader ikke ukrypterede beskeder.
+msgevent.encryption_required_part2=Forsøger at påbegynde en privat samtale. 
Din besked bliver sendt igen når den private samtale begynde.
+msgevent.encryption_error=Der opstod en fejl i kryptering af din besked. 
Beskeden blev ikke sendt.
+msgevent.connection_ended=%S har allerede lukket den private samtale med dig. 
Din besked blev ikke sendt. Enten sluk for din private samtale eller genstart 
den.
+msgevent.setup_error=Der opstod en fejl i etablering af en privat samtale med 
%S.
 msgevent.msg_reflected=You are receiving your own OTR messages. You are either 
trying to talk to yourself, or someone is reflecting your messages back at you.
-msgevent.msg_resent=The last message to %S was resent.
+msgevent.msg_resent=Den sidste besked til %S blev sendt igen.
 msgevent.rcvdmsg_not_private=The encrypted message received from %S is 
unreadable, as you are not currently communicating privately.
 msgevent.rcvdmsg_unreadable=We received an unreadable encrypted message from 
%S.
 msgevent.rcvdmsg_malformed=We received a malformed data message from %S.

___
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

2015-10-18 Thread translation
commit 3186949317108fdc2764db13067863f112ae6270
Author: Translation commit bot 
Date:   Mon Oct 19 04:45:36 2015 +

Update translations for tor-launcher-network-settings
---
 da/network-settings.dtd |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/da/network-settings.dtd b/da/network-settings.dtd
index 7e1454c..a59c8d6 100644
--- a/da/network-settings.dtd
+++ b/da/network-settings.dtd
@@ -1,8 +1,8 @@
 
 
 
-
-
+
+
 
 
 

___
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

2015-10-18 Thread translation
commit 15e9c0eec22787e309657495d2c6cd8293a93a2e
Author: Translation commit bot 
Date:   Sun Oct 18 18:45:16 2015 +

Update translations for https_everywhere
---
 tr/https-everywhere.properties |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tr/https-everywhere.properties b/tr/https-everywhere.properties
index 7375f42..7666fa4 100644
--- a/tr/https-everywhere.properties
+++ b/tr/https-everywhere.properties
@@ -4,5 +4,5 @@ https-everywhere.menu.enableDisable = Kuralları Etkinleştir / 
Etkisizleştir
 https-everywhere.menu.noRules = (Bu Sayfa için Kural Yok)
 https-everywhere.menu.unknownRules = (Bu Sayfanın Kuralları Bilinmiyor)
 https-everywhere.toolbar.hint = HTTPS Everywhere kullanılıyor. Adres 
çubuğundaki simgeye tıklayarak istediğiniz siteler için açıp 
kapatabilirsiniz.
-https-everywhere.migration.notification0 = Bu güncelleme, önemli bir 
düzeltmeyi uygulamak için, HTTPS Everywhere kural ayarlarınızı varsayılan 
değerlerine çevirir.
-https-everywhere.menu.ruleset-tests = HTTPS Everywhere Kural Kümesi 
Sınamalarını Yap
+https-everywhere.migration.notification0 = Bu güncelleme, önemli bir 
düzeltmeyi uygulamak için HTTPS Everywhere kural ayarlarınızı varsayılan 
değerlerine sıfırlar.
+https-everywhere.menu.ruleset-tests = HTTPS Everywhere Kural Kümesi 
Sınamalarını Çalıştır

___
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

2015-10-18 Thread translation
commit 0d88c129c5cd9f10b4d640516a5df8c8e62747d6
Author: Translation commit bot 
Date:   Sun Oct 18 18:45:21 2015 +

Update translations for https_everywhere_completed
---
 tr/https-everywhere.properties |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tr/https-everywhere.properties b/tr/https-everywhere.properties
index 7375f42..7666fa4 100644
--- a/tr/https-everywhere.properties
+++ b/tr/https-everywhere.properties
@@ -4,5 +4,5 @@ https-everywhere.menu.enableDisable = Kuralları Etkinleştir / 
Etkisizleştir
 https-everywhere.menu.noRules = (Bu Sayfa için Kural Yok)
 https-everywhere.menu.unknownRules = (Bu Sayfanın Kuralları Bilinmiyor)
 https-everywhere.toolbar.hint = HTTPS Everywhere kullanılıyor. Adres 
çubuğundaki simgeye tıklayarak istediğiniz siteler için açıp 
kapatabilirsiniz.
-https-everywhere.migration.notification0 = Bu güncelleme, önemli bir 
düzeltmeyi uygulamak için, HTTPS Everywhere kural ayarlarınızı varsayılan 
değerlerine çevirir.
-https-everywhere.menu.ruleset-tests = HTTPS Everywhere Kural Kümesi 
Sınamalarını Yap
+https-everywhere.migration.notification0 = Bu güncelleme, önemli bir 
düzeltmeyi uygulamak için HTTPS Everywhere kural ayarlarınızı varsayılan 
değerlerine sıfırlar.
+https-everywhere.menu.ruleset-tests = HTTPS Everywhere Kural Kümesi 
Sınamalarını Çalıştır

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


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

2015-10-18 Thread translation
commit 1725e2128e188478d207dcaab56c22dee32e7a02
Author: Translation commit bot 
Date:   Sun Oct 18 07:16:02 2015 +

Update translations for tor-and-https_completed
---
 it.po |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/it.po b/it.po
index e7c0a6e..617a1a1 100644
--- a/it.po
+++ b/it.po
@@ -1,6 +1,7 @@
 # 
 # Translators:
 # dp , 2014
+# Filippo , 2015
 # HostFat , 2014
 # jan , 2014
 # Matteo Anese , 2015
@@ -9,8 +10,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "POT-Creation-Date: 2014-07-17 14:23+\n"
-"PO-Revision-Date: 2015-08-11 11:04+\n"
-"Last-Translator: Matteo Anese \n"
+"PO-Revision-Date: 2015-10-18 06:46+\n"
+"Last-Translator: Filippo \n"
 "Language-Team: Italian 
(http://www.transifex.com/otf/torproject/language/it/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -119,7 +120,7 @@ msgstr "Nodo Tor"
 #: C/tor-and-https.svg:363
 #, no-wrap
 msgid "Key"
-msgstr "Legenda"
+msgstr "Chiave"
 
 #. (itstool) path: defs/text
 #: C/tor-and-https.svg:363

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


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

2015-10-18 Thread translation
commit 78a65cd6802b09b7e1cf583883c5d5d9597fa1b9
Author: Translation commit bot 
Date:   Sun Oct 18 07:15:56 2015 +

Update translations for tor-and-https
---
 it.po |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/it.po b/it.po
index e7c0a6e..617a1a1 100644
--- a/it.po
+++ b/it.po
@@ -1,6 +1,7 @@
 # 
 # Translators:
 # dp , 2014
+# Filippo , 2015
 # HostFat , 2014
 # jan , 2014
 # Matteo Anese , 2015
@@ -9,8 +10,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "POT-Creation-Date: 2014-07-17 14:23+\n"
-"PO-Revision-Date: 2015-08-11 11:04+\n"
-"Last-Translator: Matteo Anese \n"
+"PO-Revision-Date: 2015-10-18 06:46+\n"
+"Last-Translator: Filippo \n"
 "Language-Team: Italian 
(http://www.transifex.com/otf/torproject/language/it/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -119,7 +120,7 @@ msgstr "Nodo Tor"
 #: C/tor-and-https.svg:363
 #, no-wrap
 msgid "Key"
-msgstr "Legenda"
+msgstr "Chiave"
 
 #. (itstool) path: defs/text
 #: C/tor-and-https.svg:363

___
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

2015-10-18 Thread translation
commit d21963ee22b4790ce4fc5b050fed6ed48184bf82
Author: Translation commit bot 
Date:   Sun Oct 18 11:45:43 2015 +

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

diff --git a/pt_BR/network-settings.dtd b/pt_BR/network-settings.dtd
index c8bbdf7..544bc0b 100644
--- a/pt_BR/network-settings.dtd
+++ b/pt_BR/network-settings.dtd
@@ -1,5 +1,9 @@
 
 
+
+
+
+
 
 
 

___
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

2015-10-18 Thread translation
commit c88f487dd85948c7cebf99b0a8591200387de091
Author: Translation commit bot 
Date:   Sun Oct 18 11:45:37 2015 +

Update translations for tor-launcher-network-settings
---
 pt_BR/network-settings.dtd |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pt_BR/network-settings.dtd b/pt_BR/network-settings.dtd
index 0a49ed9..544bc0b 100644
--- a/pt_BR/network-settings.dtd
+++ b/pt_BR/network-settings.dtd
@@ -1,8 +1,8 @@
 
 
 
-
-
+
+
 
 
 

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


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

2015-10-18 Thread translation
commit b2e010a79fbbb776f8a46716334385bcc8dea37f
Author: Translation commit bot 
Date:   Sun Oct 18 13:45:37 2015 +

Update translations for tor-launcher-network-settings
---
 nl/network-settings.dtd |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nl/network-settings.dtd b/nl/network-settings.dtd
index 4046e88..5415366 100644
--- a/nl/network-settings.dtd
+++ b/nl/network-settings.dtd
@@ -1,8 +1,8 @@
 
 
 
-
-
+
+
 
 
 

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


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

2015-10-18 Thread translation
commit 2b7e4a0bdb6592b82e2dab27991dc50716f538fb
Author: Translation commit bot 
Date:   Sun Oct 18 13:45:41 2015 +

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

diff --git a/nl/network-settings.dtd b/nl/network-settings.dtd
index 8bb2a1e..5415366 100644
--- a/nl/network-settings.dtd
+++ b/nl/network-settings.dtd
@@ -1,5 +1,9 @@
 
 
+
+
+
+
 
 
 

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


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

2015-10-18 Thread translation
commit 1e32e2d4e0381192f41e9969e630a73b5f04b2d3
Author: Translation commit bot 
Date:   Sun Oct 18 15:15:08 2015 +

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

diff --git a/tr/torcheck.po b/tr/torcheck.po
index f65e6ec..207f642 100644
--- a/tr/torcheck.po
+++ b/tr/torcheck.po
@@ -17,7 +17,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "POT-Creation-Date: 2012-02-16 20:28+PDT\n"
-"PO-Revision-Date: 2015-09-27 23:09+\n"
+"PO-Revision-Date: 2015-10-18 15:12+\n"
 "Last-Translator: Ozancan Karataş \n"
 "Language-Team: Turkish 
(http://www.transifex.com/otf/torproject/language/tr/)\n"
 "MIME-Version: 1.0\n"
@@ -28,7 +28,7 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 
 msgid "Congratulations. This browser is configured to use Tor."
-msgstr "Tebrikler. Bu tarayıcı Tor kullanımı için yapılandırıldı."
+msgstr "Tebrikler. Bu tarayıcı Tor kullanmak için yapılandırıldı."
 
 msgid ""
 "Please refer to the https://www.torproject.org/\;>Tor website "
@@ -37,7 +37,7 @@ msgid ""
 msgstr "Lütfen Tor'u güvenli olarak kullanmak hakkında daha ayrıntılı 
bilgi almak için https://www.torproject.org/\;>Tor web sitesine 
bakın. Artık Internet'te anonim olarak özgürce dolaşabilirsiniz."
 
 msgid "There is a security update available for Tor Browser."
-msgstr "Tor Browser için bir güvenlik güncellemesi yayınlanmış."
+msgstr "Tor Browser için bir güvenlik güncellemesi kullanılabilir."
 
 msgid ""
 "https://www.torproject.org/download/download-easy.html\;>Click "

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


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

2015-10-18 Thread translation
commit 05d8a9c1bb0a35ea514efde65ddd59e93236b949
Author: Translation commit bot 
Date:   Sun Oct 18 15:15:13 2015 +

Update translations for torcheck_completed
---
 tr/torcheck.po |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tr/torcheck.po b/tr/torcheck.po
index f65e6ec..207f642 100644
--- a/tr/torcheck.po
+++ b/tr/torcheck.po
@@ -17,7 +17,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "POT-Creation-Date: 2012-02-16 20:28+PDT\n"
-"PO-Revision-Date: 2015-09-27 23:09+\n"
+"PO-Revision-Date: 2015-10-18 15:12+\n"
 "Last-Translator: Ozancan Karataş \n"
 "Language-Team: Turkish 
(http://www.transifex.com/otf/torproject/language/tr/)\n"
 "MIME-Version: 1.0\n"
@@ -28,7 +28,7 @@ msgstr ""
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
 
 msgid "Congratulations. This browser is configured to use Tor."
-msgstr "Tebrikler. Bu tarayıcı Tor kullanımı için yapılandırıldı."
+msgstr "Tebrikler. Bu tarayıcı Tor kullanmak için yapılandırıldı."
 
 msgid ""
 "Please refer to the https://www.torproject.org/\;>Tor website "
@@ -37,7 +37,7 @@ msgid ""
 msgstr "Lütfen Tor'u güvenli olarak kullanmak hakkında daha ayrıntılı 
bilgi almak için https://www.torproject.org/\;>Tor web sitesine 
bakın. Artık Internet'te anonim olarak özgürce dolaşabilirsiniz."
 
 msgid "There is a security update available for Tor Browser."
-msgstr "Tor Browser için bir güvenlik güncellemesi yayınlanmış."
+msgstr "Tor Browser için bir güvenlik güncellemesi kullanılabilir."
 
 msgid ""
 "https://www.torproject.org/download/download-easy.html\;>Click "

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


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

2015-10-18 Thread translation
commit 9f65c625846f6fce19c0c0e5e1979993f0cfdb65
Author: Translation commit bot 
Date:   Sun Oct 18 15:45:09 2015 +

Update translations for torcheck
---
 tr/torcheck.po |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/tr/torcheck.po b/tr/torcheck.po
index 207f642..2cd6ba3 100644
--- a/tr/torcheck.po
+++ b/tr/torcheck.po
@@ -17,7 +17,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "POT-Creation-Date: 2012-02-16 20:28+PDT\n"
-"PO-Revision-Date: 2015-10-18 15:12+\n"
+"PO-Revision-Date: 2015-10-18 15:34+\n"
 "Last-Translator: Ozancan Karataş \n"
 "Language-Team: Turkish 
(http://www.transifex.com/otf/torproject/language/tr/)\n"
 "MIME-Version: 1.0\n"
@@ -60,7 +60,7 @@ msgstr "Üzgünüz, sorgunuz başarısız ya da beklenmeyen 
bir yanıt alındı.
 msgid ""
 "A temporary service outage prevents us from determining if your source IP "
 "address is a https://www.torproject.org/\;>Tor node."
-msgstr "Geçici bir hizmet kesintisi IP adresinizin bir https://www.torproject.org/\;>Tor bağlantı noktası olup 
olmadığının algılanmasını engelliyor."
+msgstr "Geçici bir hizmet kesintisi kaynak IP adresinizin bir https://www.torproject.org/\;>Tor noktası olup olmadığını 
belirlememizi engelliyor."
 
 msgid "Your IP address appears to be: "
 msgstr "IP adresinizin görünümü: "
@@ -80,7 +80,7 @@ msgid ""
 msgstr "Tor Projesi, ABD 501(c)(3) kapsamında çevrimiçi gizlilik ve 
anonimlik üzerine araştırma, geliştirme ve eğitim çalışmaları yapan ve 
kar amacı gütmeyen bir kuruluştur."
 
 msgid "Learn More "
-msgstr "Ayrıntılı Bilgi Alın "
+msgstr "Ayrıntılı Bilgi "
 
 msgid "Go"
 msgstr "Git"
@@ -98,16 +98,16 @@ msgid "Volunteer"
 msgstr "Gönüllü"
 
 msgid "JavaScript is enabled."
-msgstr "JavaScript etkin."
+msgstr "JavaScript etkinleştirildi."
 
 msgid "JavaScript is disabled."
-msgstr "JavaScript devre dışı."
+msgstr "JavaScript etkisizleştirildi."
 
 msgid "However, it does not appear to be Tor Browser."
-msgstr "Ancak, Tor Browser gibi görünmüyor."
+msgstr "Ancak bu, Tor Browser gibi görünmüyor."
 
 msgid "Run a Relay"
-msgstr "Aktarıcı Görevi Üstlen"
+msgstr "Bir Aktarıcı Çalıştır"
 
 msgid "Stay Anonymous"
 msgstr "Anonim Kal"

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


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

2015-10-18 Thread translation
commit 52b312191f263b6bde688b81651d2025ef9cc44a
Author: Translation commit bot 
Date:   Sun Oct 18 15:45:12 2015 +

Update translations for torcheck_completed
---
 tr/torcheck.po |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/tr/torcheck.po b/tr/torcheck.po
index 207f642..2cd6ba3 100644
--- a/tr/torcheck.po
+++ b/tr/torcheck.po
@@ -17,7 +17,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: The Tor Project\n"
 "POT-Creation-Date: 2012-02-16 20:28+PDT\n"
-"PO-Revision-Date: 2015-10-18 15:12+\n"
+"PO-Revision-Date: 2015-10-18 15:34+\n"
 "Last-Translator: Ozancan Karataş \n"
 "Language-Team: Turkish 
(http://www.transifex.com/otf/torproject/language/tr/)\n"
 "MIME-Version: 1.0\n"
@@ -60,7 +60,7 @@ msgstr "Üzgünüz, sorgunuz başarısız ya da beklenmeyen 
bir yanıt alındı.
 msgid ""
 "A temporary service outage prevents us from determining if your source IP "
 "address is a https://www.torproject.org/\;>Tor node."
-msgstr "Geçici bir hizmet kesintisi IP adresinizin bir https://www.torproject.org/\;>Tor bağlantı noktası olup 
olmadığının algılanmasını engelliyor."
+msgstr "Geçici bir hizmet kesintisi kaynak IP adresinizin bir https://www.torproject.org/\;>Tor noktası olup olmadığını 
belirlememizi engelliyor."
 
 msgid "Your IP address appears to be: "
 msgstr "IP adresinizin görünümü: "
@@ -80,7 +80,7 @@ msgid ""
 msgstr "Tor Projesi, ABD 501(c)(3) kapsamında çevrimiçi gizlilik ve 
anonimlik üzerine araştırma, geliştirme ve eğitim çalışmaları yapan ve 
kar amacı gütmeyen bir kuruluştur."
 
 msgid "Learn More "
-msgstr "Ayrıntılı Bilgi Alın "
+msgstr "Ayrıntılı Bilgi "
 
 msgid "Go"
 msgstr "Git"
@@ -98,16 +98,16 @@ msgid "Volunteer"
 msgstr "Gönüllü"
 
 msgid "JavaScript is enabled."
-msgstr "JavaScript etkin."
+msgstr "JavaScript etkinleştirildi."
 
 msgid "JavaScript is disabled."
-msgstr "JavaScript devre dışı."
+msgstr "JavaScript etkisizleştirildi."
 
 msgid "However, it does not appear to be Tor Browser."
-msgstr "Ancak, Tor Browser gibi görünmüyor."
+msgstr "Ancak bu, Tor Browser gibi görünmüyor."
 
 msgid "Run a Relay"
-msgstr "Aktarıcı Görevi Üstlen"
+msgstr "Bir Aktarıcı Çalıştır"
 
 msgid "Stay Anonymous"
 msgstr "Anonim Kal"

___
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

2015-10-18 Thread translation
commit b28e5a4ea6b55ab23af05b756a65c5b7fa552cad
Author: Translation commit bot 
Date:   Sun Oct 18 18:15:16 2015 +

Update translations for https_everywhere
---
 tr/https-everywhere.properties |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tr/https-everywhere.properties b/tr/https-everywhere.properties
index 5702a91..7375f42 100644
--- a/tr/https-everywhere.properties
+++ b/tr/https-everywhere.properties
@@ -1,6 +1,6 @@
 https-everywhere.menu.globalEnable = HTTPS Everywhere'i Etkinleştir
-https-everywhere.menu.globalDisable = HTTPS Everywhere'i Devre Dışı Bırak
-https-everywhere.menu.enableDisable = Kuralları Aç / Kapat
+https-everywhere.menu.globalDisable = HTTPS Everywhere'i Etkisizleştir
+https-everywhere.menu.enableDisable = Kuralları Etkinleştir / Etkisizleştir
 https-everywhere.menu.noRules = (Bu Sayfa için Kural Yok)
 https-everywhere.menu.unknownRules = (Bu Sayfanın Kuralları Bilinmiyor)
 https-everywhere.toolbar.hint = HTTPS Everywhere kullanılıyor. Adres 
çubuğundaki simgeye tıklayarak istediğiniz siteler için açıp 
kapatabilirsiniz.

___
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

2015-10-18 Thread translation
commit 0b3d299e29cf422f57710e7e2886f79686b3b92a
Author: Translation commit bot 
Date:   Sun Oct 18 18:15:21 2015 +

Update translations for https_everywhere_completed
---
 tr/https-everywhere.properties |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tr/https-everywhere.properties b/tr/https-everywhere.properties
index 5702a91..7375f42 100644
--- a/tr/https-everywhere.properties
+++ b/tr/https-everywhere.properties
@@ -1,6 +1,6 @@
 https-everywhere.menu.globalEnable = HTTPS Everywhere'i Etkinleştir
-https-everywhere.menu.globalDisable = HTTPS Everywhere'i Devre Dışı Bırak
-https-everywhere.menu.enableDisable = Kuralları Aç / Kapat
+https-everywhere.menu.globalDisable = HTTPS Everywhere'i Etkisizleştir
+https-everywhere.menu.enableDisable = Kuralları Etkinleştir / Etkisizleştir
 https-everywhere.menu.noRules = (Bu Sayfa için Kural Yok)
 https-everywhere.menu.unknownRules = (Bu Sayfanın Kuralları Bilinmiyor)
 https-everywhere.toolbar.hint = HTTPS Everywhere kullanılıyor. Adres 
çubuğundaki simgeye tıklayarak istediğiniz siteler için açıp 
kapatabilirsiniz.

___
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

2015-10-18 Thread translation
commit 72f9765c36354e0da2cd8e93f11d5d12f04f
Author: Translation commit bot 
Date:   Sun Oct 18 17:45:04 2015 +

Update translations for bridgedb
---
 ka/LC_MESSAGES/bridgedb.po |  338 ++--
 1 file changed, 170 insertions(+), 168 deletions(-)

diff --git a/ka/LC_MESSAGES/bridgedb.po b/ka/LC_MESSAGES/bridgedb.po
index a3e26f9..2ee7c30 100644
--- a/ka/LC_MESSAGES/bridgedb.po
+++ b/ka/LC_MESSAGES/bridgedb.po
@@ -4,17 +4,19 @@
 # 
 # Translators:
 # George Rommel , 2013
+# Shanidze , 2015
 msgid ""
 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'POT-Creation-Date:
 2015-03-19 22:13+\n"
-"PO-Revision-Date: 2015-04-19 08:23+\n"
-"Last-Translator: runasand \n"
-"Language-Team: Georgian 
(http://www.transifex.com/projects/p/torproject/language/ka/)\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: 2015-10-18 17:27+\n"
+"Last-Translator: Shanidze \n"
+"Language-Team: Georgian 
(http://www.transifex.com/otf/torproject/language/ka/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 0.9.6\n"
+"Generated-By: Babel 1.3\n"
 "Language: ka\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
 
@@ -29,57 +31,182 @@ msgstr ""
 #. "fteproxy"
 #. "Tor"
 #. "Tor Browser"
-#: lib/bridgedb/HTTPServer.py:107
+#: bridgedb/https/server.py:167
 msgid "Sorry! Something went wrong with your request."
+msgstr "უკაცრავად! თქვენს 
მოთხოვნასთან დაკავშირებით რ
აღაც აირია."
+
+#: bridgedb/https/templates/base.html:79
+msgid "Report a Bug"
+msgstr ""
+
+#: bridgedb/https/templates/base.html:82
+msgid "Source Code"
+msgstr ""
+
+#: bridgedb/https/templates/base.html:85
+msgid "Changelog"
+msgstr ""
+
+#: bridgedb/https/templates/base.html:88
+msgid "Contact"
+msgstr "კავშირი"
+
+#: bridgedb/https/templates/bridges.html:35
+msgid "Select All"
+msgstr "მონიშნე ყველა"
+
+#: bridgedb/https/templates/bridges.html:40
+msgid "Show QRCode"
+msgstr ""
+
+#: bridgedb/https/templates/bridges.html:52
+msgid "QRCode for your bridge lines"
+msgstr ""
+
+#. TRANSLATORS: Please translate this into some silly way to say
+#. "There was a problem!" in your language. For example,
+#. for Italian, you might translate this into "Mama mia!",
+#. or for French: "Sacrebleu!". :)
+#: bridgedb/https/templates/bridges.html:67
+#: bridgedb/https/templates/bridges.html:125
+msgid "Uh oh, spaghettios!"
+msgstr ""
+
+#: bridgedb/https/templates/bridges.html:68
+msgid "It seems there was an error getting your QRCode."
+msgstr ""
+
+#: bridgedb/https/templates/bridges.html:73
+msgid ""
+"This QRCode contains your bridge lines. Scan it with a QRCode reader to copy"
+" your bridge lines onto mobile and other devices."
+msgstr ""
+
+#: bridgedb/https/templates/bridges.html:131
+msgid "There currently aren't any bridges available..."
+msgstr ""
+
+#: bridgedb/https/templates/bridges.html:132
+#, python-format
+msgid ""
+" Perhaps you should try %s going back %s and choosing a different bridge "
+"type!"
+msgstr ""
+
+#: bridgedb/https/templates/index.html:11
+#, python-format
+msgid "Step %s1%s"
+msgstr ""
+
+#: bridgedb/https/templates/index.html:13
+#, python-format
+msgid "Download %s Tor Browser %s"
 msgstr ""
 
-#: lib/bridgedb/strings.py:18
+#: bridgedb/https/templates/index.html:25
+#, python-format
+msgid "Step %s2%s"
+msgstr ""
+
+#: bridgedb/https/templates/index.html:27
+#, python-format
+msgid "Get %s bridges %s"
+msgstr ""
+
+#: bridgedb/https/templates/index.html:36
+#, python-format
+msgid "Step %s3%s"
+msgstr ""
+
+#: bridgedb/https/templates/index.html:38
+#, python-format
+msgid "Now %s add the bridges to Tor Browser %s"
+msgstr ""
+
+#. TRANSLATORS: Please make sure the '%s' surrounding single letters at the
+#. beginning of words are present in your final translation. Thanks!
+#. (These are used to insert HTML5 underlining tags, to mark accesskeys
+#. for disabled users.)
+#: bridgedb/https/templates/options.html:38
+#, python-format
+msgid "%sJ%sust give me bridges!"
+msgstr ""
+
+#: bridgedb/https/templates/options.html:51
+msgid "Advanced Options"
+msgstr ""
+
+#: bridgedb/https/templates/options.html:86
+msgid "No"
+msgstr ""
+
+#: bridgedb/https/templates/options.html:87
+msgid "none"
+msgstr ""
+
+#. TRANSLATORS: Please make sure the '%s' surrounding single letters at the
+#. beginning of words are present in your final translation. Thanks!
+#. TRANSLATORS: Translate