[tor-commits] [user-manual/master] Import build system from proof-of-concept

lunar at torproject.org lunar at torproject.org
Thu May 15 10:03:06 UTC 2014


commit 4a8d3457c741daf83a6211cb10a957c1494a9504
Author: Lunar <lunar at torproject.org>
Date:   Thu May 15 12:02:44 2014 +0200

    Import build system from proof-of-concept
---
 .gitignore                                         |   24 ++
 C/bridges.page                                     |  152 ++++++++
 C/circumvention.page                               |   46 +++
 C/how-tor-works.page                               |   38 ++
 C/index.page                                       |   12 +
 C/known-issues.page                                |   71 ++++
 C/media/how-tor-works.png                          |  Bin 0 -> 87622 bytes
 C/media/tor-launcher-configure_en-US.png           |  Bin 0 -> 36422 bytes
 C/media/tor-launcher-connect_en-US.png             |  Bin 0 -> 36405 bytes
 C/media/tor-launcher-custom-bridges_en-US.png      |  Bin 0 -> 38194 bytes
 C/media/tor-launcher-provided-bridges_en-US.png    |  Bin 0 -> 31114 bytes
 C/media/tor-launcher-wizard_en-US.png              |  Bin 0 -> 28876 bytes
 C/troubleshooting.page                             |   55 +++
 C/uninstalling.page                                |   41 +++
 Makefile.am                                        |   38 ++
 README                                             |   28 ++
 ar/ar.po                                           |  380 ++++++++++++++++++++
 build-aux/git-version-gen                          |  155 ++++++++
 configure.ac                                       |   12 +
 de/de.po                                           |  380 ++++++++++++++++++++
 en-US/bridges.page                                 |  152 --------
 en-US/circumvention.page                           |   46 ---
 en-US/how-tor-works.page                           |   38 --
 en-US/imgs/how-tor-works.png                       |  Bin 87622 -> 0 bytes
 en-US/imgs/tor-launcher-configure_en-US.png        |  Bin 36422 -> 0 bytes
 en-US/imgs/tor-launcher-connect_en-US.png          |  Bin 36405 -> 0 bytes
 en-US/imgs/tor-launcher-custom-bridges_en-US.png   |  Bin 38194 -> 0 bytes
 en-US/imgs/tor-launcher-provided-bridges_en-US.png |  Bin 31114 -> 0 bytes
 en-US/imgs/tor-launcher-wizard_en-US.png           |  Bin 28876 -> 0 bytes
 en-US/index.page                                   |    6 -
 en-US/known-issues.page                            |   71 ----
 en-US/troubleshooting.page                         |   55 ---
 en-US/uninstalling.page                            |   41 ---
 es/es.po                                           |  380 ++++++++++++++++++++
 fa/fa.po                                           |  380 ++++++++++++++++++++
 fr/fr.po                                           |  380 ++++++++++++++++++++
 it/it.po                                           |  380 ++++++++++++++++++++
 ko/ko.po                                           |  380 ++++++++++++++++++++
 nl/nl.po                                           |  380 ++++++++++++++++++++
 pl/pl.po                                           |  380 ++++++++++++++++++++
 platform-linux.xslt                                |    7 +
 platform-macosx.xslt                               |    7 +
 platform-windows.xslt                              |    7 +
 pt_PT/pt_PT.po                                     |  380 ++++++++++++++++++++
 ru/ru.po                                           |  380 ++++++++++++++++++++
 tor-browser-version.txt.in                         |    1 +
 tr/tr.po                                           |  380 ++++++++++++++++++++
 vi/vi.po                                           |  380 ++++++++++++++++++++
 zh_CN/zh_CN.po                                     |  380 ++++++++++++++++++++
 49 files changed, 6014 insertions(+), 409 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..385f555
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,24 @@
+*.sw[o-z]
+*~
+#*
+
+/html
+/tor-browser-version.txt
+
+/tor-browser-user-manual.pot
+/[a-z][a-z]/*.mo
+/[a-z][a-z]/*.stamp
+/[a-z][a-z]/*.page
+/[a-z][a-z]_[A-Z][A-Z]/*.mo
+/[a-z][a-z]_[A-Z][A-Z]/*.stamp
+/[a-z][a-z]_[A-Z][A-Z]/*.page
+
+/Makefile
+/Makefile.in
+/aclocal.m4
+/autom4te.cache
+/configure
+/config.log
+/config.status
+/install-sh
+/missing
diff --git a/C/bridges.page b/C/bridges.page
new file mode 100644
index 0000000..9964928
--- /dev/null
+++ b/C/bridges.page
@@ -0,0 +1,152 @@
+
+<page xmlns="http://projectmallard.org/1.0/"
+  type="topic"
+  id="bridges">
+
+<info>
+  <desc>What bridges are and how to use them.</desc>
+  <title type='sort'>05 Bridges</title>
+  <link type="guide" xref="index" />
+</info>
+
+<title>Bridges</title>
+
+<p>
+Bridges are quiet gateways into the Tor Network. Like Tor relays, they are run
+by volunteers. Unlike relays, they are not listed publicly. Using bridges
+disguise the fact that one is using Tor.  
+</p>
+
+<p>
+Currently there are five bridge types, or transports, available. More are 
+being developed. 
+</p>
+<table frame='all' rules='all'>
+  <tr>
+    <td>
+      <p>
+      ORPort
+      </p>
+    </td>
+    <td>
+      <p>
+      Requesting 'bridges' without specifying the bridge type, will return 
+      ORPort bridges, also called Vanilla bridges. ORPort bridges are NOT 
+      reliable for circumventing censorship or national firewalls. ORPort 
+      bridges can be useful as trusted entry points into the Tor network. 
+      </p>
+    </td>
+  </tr>
+  <tr>
+    <td>
+      <p>
+      obfs2
+      </p> 
+    </td>
+    <td>
+      <p>
+      Censors have learned how to identify obfs2 bridges. This transport 
+      is being deprecated.
+      </p>
+    </td>
+  </tr>
+  <tr>
+    <td>
+      <p>
+      obfs3
+      </p>
+    </td>
+    <td>
+      <p>
+      Obfsproxy disguises Tor traffic as random noise. obfs3 bridges work 
+      almost everywhere. A few obfs3 bridges have been blocked. 
+      </p>
+    </td>
+  </tr>
+  <tr>
+    <td>
+      <p>
+      Scramblesuit
+      </p>
+    </td>
+    <td>
+      <p>
+      Scramblesuit is an additional tool for the obfsproxy transport. 
+      Scramblesuit bridges are designed to be hard to identify and hard to 
+      block. 
+      </p>
+    </td>
+  </tr>
+  <tr>
+    <td>
+      <p>
+      FTE
+      </p>
+    </td>
+    <td>
+      <p>
+      Format-Transforming Encryption disguises Tor traffic as web (HTTP) 
+      traffic or other types of internet traffic. FTE bridges are 
+      effective, but in limited supply. 
+      </p>
+    </td>
+  </tr>
+</table>
+
+<p>
+(Note that flashproxy is a Pluggable Transport, but does not rely on bridges.)
+</p>
+
+<p>
+There are four ways to get a bridge. 
+</p>
+
+<steps>
+  <item>
+    <p>
+    Visit <link href='https://bridges.torproject.org/'>https://bridges.torproject.org/</link> and follow the instructions.
+    </p>
+  </item>
+  <item>
+    <p>
+    Email bridges at bridges.torproject.org from a gmail or yahoo 
+    email address. Put <cmd>get bridges</cmd> in the body for ORPort bridges 
+    or <cmd>transport=obfs3</cmd> for obfs3 bridges. 
+    </p>
+  </item>
+  <item>
+    <p>
+    Politely ask a human at help at rt.torproject.org if you cannot access 
+    either of the first two methods. 
+    </p>
+  </item>
+  <item>
+    <p>
+    Install and configure a Tor instance to be bridge  
+    for yourself. The computer acting as a bridge must have uncensored internet 
+    access to the Tor network. A full installation guide can be found at
+    <link href='https://www.torproject.org/projects/obfsproxy-debian-instructions.html.en'>https://www.torproject.org/projects/obfsproxy-debian-instructions.html.en</link>
+    </p>
+  </item>
+</steps>
+
+<p>
+Enter the bridge information you get from any of the above steps in 
+Tor-launcher.
+</p>
+
+<p>
+Choose yes when asked if your Internet Service Provider blocks connections to 
+the Tor network. Select 'Use custom bridges' and enter each bridge identifier 
+on its own line.
+</p>
+
+<media type="image" src="media/tor-launcher-custom-bridges_en-US.png" />
+
+<p>
+Click Connect. Using bridges slow down the connection. If the connection fails,
+the bridges you received may be down. Get more and try again. 
+</p>
+
+</page>
+
diff --git a/C/circumvention.page b/C/circumvention.page
new file mode 100644
index 0000000..b228699
--- /dev/null
+++ b/C/circumvention.page
@@ -0,0 +1,46 @@
+
+<page xmlns="http://projectmallard.org/1.0/"
+  type="topic"
+  id="circumvention">
+
+<info>
+  <title type='sort'>04 Circumvention</title>
+  <desc>What to do if the Tor network is blocked.</desc>
+  <link type="guide" xref="index" />
+</info>
+
+<title>Circumvention</title>
+
+<p>
+Some firewalls can detect and block connections to Tor. The Tor Browser 
+includes some circumvention tools for getting around blocking firewalls. 
+These circumvention tools are called Pluggable Transports. To turn them on, 
+click "Configure" in the Tor launcher window. 
+</p>
+
+<media type="image" src="media/tor-launcher-configure_en-US.png" />
+
+<p>
+Select yes when asked if your internet service provider blocks connections 
+to Tor." 
+</p>
+
+<media type="image" src="media/tor-launcher-wizard_en-US.png" />
+
+<p>
+Select "Connect with provided bridges". Tor Browser has three Pluggable 
+Transports to choose from. If one fails to get you online, try selecting a 
+different transport. 
+</p>
+
+<media type="image" src="media/tor-launcher-provided-bridges_en-US.png" />
+
+<p>
+If you try all three transports, and none of them get you online, select 
+"Enter custom bridges", and enter bridges manually. Read the <link 
+xref='bridges'>Getting Bridges</link> section for instructions on getting 
+custom bridges. 
+</p>
+
+</page>
+
diff --git a/C/how-tor-works.page b/C/how-tor-works.page
new file mode 100644
index 0000000..ecbacfa
--- /dev/null
+++ b/C/how-tor-works.page
@@ -0,0 +1,38 @@
+<page xmlns="http://projectmallard.org/1.0/"
+      type="topic"
+      id="how-tor-works">
+
+  <info>
+    <title type='sort'>01 Tor</title>
+    <desc>How Tor works.</desc>
+    <link type="guide" xref="index"/>
+  </info>
+
+  <title>Tor</title>
+  <p>
+    Tor is a network of virtual tunnels that allows you to improve your
+    privacy and security on the Internet. Tor works by sending your
+    traffic through three random servers (also known as <em>relays</em>)
+    in the Tor network, before the traffic is sent out onto the public
+    Internet
+  </p>
+  <media type="image" src="media/how-tor-works.png" />
+  <p>
+    The image above illustrates a user browsing to different websites
+    over Tor. The green monitors represent relays in the Tor network,
+    while the three keys represent the layers of encryption between the
+    user and each relay.
+  </p>
+  <p>
+    Tor will anonymize the origin of your traffic, and it will encrypt
+    everything between you and the Tor network. Tor will also encrypt
+    your traffic inside the Tor network, but it cannot encrypt your
+    traffic between the Tor network and its final destination.
+  </p>
+  <p>
+    If you are communicating sensitive information, for example when
+    logging on to a website with a username and password, make sure that
+    you are using HTTPS (e.g.  <input><em>https</em>://torproject.org/</input>,
+    not <input><em>http</em>://torproject.org/</input>).
+  </p>
+</page>
diff --git a/C/index.page b/C/index.page
new file mode 100644
index 0000000..84ef2f5
--- /dev/null
+++ b/C/index.page
@@ -0,0 +1,12 @@
+<page xmlns="http://projectmallard.org/1.0/"
+      xmlns:xi="http://www.w3.org/2001/XInclude"
+      xmlns:its="http://www.w3.org/2005/11/its"
+      type="guide"
+      id="index">
+  <title>Tor Browser Help</title>
+  <p its:locNote="<span/> will be replaced by current Tor Browser version">
+    Version:
+    <span its:translate="no"><xi:include href="../tor-browser-version.txt" parse="text"/></span>
+  </p>
+</page>
+
diff --git a/C/known-issues.page b/C/known-issues.page
new file mode 100644
index 0000000..07b49cc
--- /dev/null
+++ b/C/known-issues.page
@@ -0,0 +1,71 @@
+
+<page xmlns="http://projectmallard.org/1.0/"
+  type="topic"
+  id="known-issues">
+
+<info>
+  <desc>A list of known issues.</desc>
+  <title type='sort'>03 Known Issues</title>
+  <link type="guide" xref="index"/>
+</info>
+
+<title>Known Issues</title>
+
+<list>
+  <item>
+    <p>The following firewall software have been known to interfere with Tor 
+    and may need to be temporarily disabled:</p>
+    <list>
+      <item>
+        <p>Webroot SecureAnywhere</p>
+      </item>
+      <item>
+        <p>Kaspersky Internet Security 2012</p>
+      </item>
+      <item>
+        <p>Sophos Antivirus for Mac</p>
+      </item>
+      <item>
+        <p>Microsoft Security Essentials</p>
+      </item>
+    </list>
+  </item>
+  <item>
+    <p>
+    Videos that require Adobe Flash are unavailable. Flash is disabled for 
+    security reasons. Most YouTube videos can be played with HTML5 by visiting 
+    the video's "Embed" → "Share" link. 
+    </p>
+  </item>
+  <item>
+    <p>
+    Tor can not use a bridge if a proxy is set. 
+    </p>
+  </item>
+  <item>
+    <p>
+    The Tor Browser package is dated January 1, 2000 00:00:00 UTC. This is to 
+    ensure that each software build is exactly reproducible. 
+    </p>
+  </item>
+  <item>
+    <p>
+    To run Tor Browser on Ubuntu, users need to execute a shell script. Open 
+    "Files" (Unity's explorer), open Preferences → Behavior Tab → 
+    Set "Run executable text files when they are opened" to "Ask every time", 
+    then OK. Tor Browser can also be started from the command line by running
+    </p>
+    <code>
+    ./start-tor-browser
+    </code>
+    <p>
+    from inside the Tor Browser directory.
+    </p>
+  </item>
+</list>
+<p>
+If you have an issue with Tor Browser that isn't on this list, feel free to 
+email help at rt.torproject.org. 
+</p>
+</page>
+
diff --git a/C/media/how-tor-works.png b/C/media/how-tor-works.png
new file mode 100644
index 0000000..d1da93e
Binary files /dev/null and b/C/media/how-tor-works.png differ
diff --git a/C/media/tor-launcher-configure_en-US.png b/C/media/tor-launcher-configure_en-US.png
new file mode 100644
index 0000000..68b86ff
Binary files /dev/null and b/C/media/tor-launcher-configure_en-US.png differ
diff --git a/C/media/tor-launcher-connect_en-US.png b/C/media/tor-launcher-connect_en-US.png
new file mode 100644
index 0000000..6955ddd
Binary files /dev/null and b/C/media/tor-launcher-connect_en-US.png differ
diff --git a/C/media/tor-launcher-custom-bridges_en-US.png b/C/media/tor-launcher-custom-bridges_en-US.png
new file mode 100644
index 0000000..795f930
Binary files /dev/null and b/C/media/tor-launcher-custom-bridges_en-US.png differ
diff --git a/C/media/tor-launcher-provided-bridges_en-US.png b/C/media/tor-launcher-provided-bridges_en-US.png
new file mode 100644
index 0000000..5d622b3
Binary files /dev/null and b/C/media/tor-launcher-provided-bridges_en-US.png differ
diff --git a/C/media/tor-launcher-wizard_en-US.png b/C/media/tor-launcher-wizard_en-US.png
new file mode 100644
index 0000000..c7f1b60
Binary files /dev/null and b/C/media/tor-launcher-wizard_en-US.png differ
diff --git a/C/troubleshooting.page b/C/troubleshooting.page
new file mode 100644
index 0000000..ca9c480
--- /dev/null
+++ b/C/troubleshooting.page
@@ -0,0 +1,55 @@
+
+<page xmlns="http://projectmallard.org/1.0/"
+  type="topic"
+  id="troubleshooting">
+
+<info>
+  <title type="sort">02 Troubleshooting</title>
+  <desc>What to do if Tor Browser doesn't work.</desc>
+  <link type="guide" xref="index"/>
+</info>
+
+<title>Troubleshooting</title>
+
+<p>
+The Tor Browser should get you online automatically after clicking the 
+"Connect" button on the start up screen. 
+</p>
+
+<media type="image" src="media/tor-launcher-connect_en-US.png" />
+
+<p>
+If it doesn't connect, there may be a simple fix. Try each of the following: 
+</p>
+
+<list>
+  <item>
+    <p>Make sure another Tor Browser is not already running. If you're 
+       not sure if Tor Browser is running, restart your computer.</p>
+  </item>
+  <item>
+    <p>'Allow' Tor in your antivirus program.</p>
+  </item>
+  <item>
+    <p>Temporarily disable your firewall.</p>
+  </item>
+  <item>
+    <p>Delete Tor Browser and install it again. If updating, do not overwrite 
+       your previous Tor Browser files.</p>
+  </item>
+</list>
+
+<p>
+If you still can't connect, your internet service provider might be censoring 
+connections to Tor. Follow the instructions in the <link 
+xref='circumvention'>Circumvention</link> section.
+</p>
+
+<p>
+If the above steps do not address your problem, email help at rt.torproject.org 
+with your operating system, the details of your problem, and what you've 
+already tried.
+</p>
+
+</page>
+
diff --git a/C/uninstalling.page b/C/uninstalling.page
new file mode 100644
index 0000000..14e875d
--- /dev/null
+++ b/C/uninstalling.page
@@ -0,0 +1,41 @@
+
+<page xmlns="http://projectmallard.org/1.0/"
+  type="topic"
+  id="uninstalling">
+
+<info>
+  <desc>How to remove Tor Browser from your system.</desc>
+  <title type='sort'>06 Uninstalling</title>
+  <link type="guide" xref="index"/>
+</info>
+
+<title>Uninstalling</title>
+
+<p>
+The Tor Browser does not affect any of the existing software 
+or settings on your computer. Uninstalling Tor Browser will not affect your 
+system's software or settings either.  
+</p>
+
+<p>
+Removing the Tor Browser from your system is simple:
+</p>
+
+<steps>
+  <item>
+    <p>Locate your Tor Browser folder. The default location is your Desktop.</p>
+ </item>
+  <item>
+    <p>Delete the Tor Browser folder.</p>
+  </item>
+  <item>
+    <p>Empty your Trash</p>
+  </item>
+</steps>
+
+<p>
+Note that your operating system's standard "Uninstall" utility is not used.
+</p>
+
+</page>
+
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..5f02d4e
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,38 @@
+ at YELP_HELP_RULES@
+
+HELP_ID = tor-browser-user-manual
+HELP_FILES = $(shell cd C && git ls-files '*.page')
+HELP_MEDIA = $(shell cd C && git ls-files 'media')
+HELP_PLATFORMS = windows macosx linux
+HELP_LINGUAS = ar de es fa fr it ko nl pl pt_PT ru tr vi zh_CN
+
+.PHONY: html
+html: all
+	set -e && \
+		for lc in C $(HELP_LINGUAS); do \
+			for media in $(HELP_MEDIA); do \
+				if ! [ -f $$lc/$$media ]; then \
+					mkdir -p $$(dirname $$lc/$$media); \
+					ln -nsf ../../C/$$media $$lc/$$media; \
+				fi; \
+			done; \
+			for platform in $(HELP_PLATFORMS); do \
+				mkdir -p html/$$platform/$$lc; \
+				yelp-build html -x platform-$$platform.xslt \
+						-o html/$$platform/$$lc $$lc; \
+			done; \
+		done;
+
+clean:
+	set -e && \
+		for lc in C $(HELP_LINGUAS); do \
+			for media in $(HELP_MEDIA); do \
+				if [ -L $$lc/$$media ]; then \
+					rm $$lc/$$media; \
+				fi; \
+				rmdir --ignore-fail-on-non-empty $$(dirname $$lc/$$media); \
+			done; \
+		done;
+
+distclean-local:
+	rm -rf html
diff --git a/README b/README
new file mode 100644
index 0000000..debf14e
--- /dev/null
+++ b/README
@@ -0,0 +1,28 @@
+Tor Browser User Manual
+=======================
+
+Written using Mallard.
+
+Original (English) source lies in `C`.
+
+Building the HTML version
+-------------------------
+
+Required dependencies on Debian:
+
+    autoconf yelp-tools yelp-xsl intltool
+
+Bootstrap:
+
+    autoreconf -vif
+
+Build:
+
+    ./configure
+    make html
+
+Ressources
+----------
+
+Mallard cheat sheet:
+<http://blogs.gnome.org/shaunm/files/2012/01/mallardcheatsheet.png>
diff --git a/ar/ar.po b/ar/ar.po
new file mode 100644
index 0000000..03e9cad
--- /dev/null
+++ b/ar/ar.po
@@ -0,0 +1,380 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2014-05-15 11:21+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
+msgctxt "_"
+msgid "translator-credits"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/bridges.page:144(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-custom-bridges_en-US.png' md5='93365c2aa3fb4d627497e83f28a39b7e'"
+msgstr ""
+
+#: C/bridges.page:7(info/desc)
+msgid "What bridges are and how to use them."
+msgstr ""
+
+#: C/bridges.page:8(info/title)
+msgctxt "sort"
+msgid "05 Bridges"
+msgstr ""
+
+#: C/bridges.page:12(page/title)
+msgid "Bridges"
+msgstr ""
+
+#: C/bridges.page:14(page/p)
+msgid "Bridges are quiet gateways into the Tor Network. Like Tor relays, they are run by volunteers. Unlike relays, they are not listed publicly. Using bridges disguise the fact that one is using Tor."
+msgstr ""
+
+#: C/bridges.page:20(page/p)
+msgid "Currently there are five bridge types, or transports, available. More are being developed."
+msgstr ""
+
+#: C/bridges.page:27(td/p)
+msgid "ORPort"
+msgstr ""
+
+#: C/bridges.page:32(td/p)
+msgid "Requesting 'bridges' without specifying the bridge type, will return ORPort bridges, also called Vanilla bridges. ORPort bridges are NOT reliable for circumventing censorship or national firewalls. ORPort bridges can be useful as trusted entry points into the Tor network."
+msgstr ""
+
+#: C/bridges.page:42(td/p)
+msgid "obfs2"
+msgstr ""
+
+#: C/bridges.page:47(td/p)
+msgid "Censors have learned how to identify obfs2 bridges. This transport is being deprecated."
+msgstr ""
+
+#: C/bridges.page:55(td/p)
+msgid "obfs3"
+msgstr ""
+
+#: C/bridges.page:60(td/p)
+msgid "Obfsproxy disguises Tor traffic as random noise. obfs3 bridges work almost everywhere. A few obfs3 bridges have been blocked."
+msgstr ""
+
+#: C/bridges.page:68(td/p)
+msgid "Scramblesuit"
+msgstr ""
+
+#: C/bridges.page:73(td/p)
+msgid "Scramblesuit is an additional tool for the obfsproxy transport. Scramblesuit bridges are designed to be hard to identify and hard to block."
+msgstr ""
+
+#: C/bridges.page:82(td/p)
+msgid "FTE"
+msgstr ""
+
+#: C/bridges.page:87(td/p)
+msgid "Format-Transforming Encryption disguises Tor traffic as web (HTTP) traffic or other types of internet traffic. FTE bridges are effective, but in limited supply."
+msgstr ""
+
+#: C/bridges.page:96(page/p)
+msgid "(Note that flashproxy is a Pluggable Transport, but does not rely on bridges.)"
+msgstr ""
+
+#: C/bridges.page:100(page/p)
+msgid "There are four ways to get a bridge."
+msgstr ""
+
+#: C/bridges.page:106(item/p)
+msgid "Visit <link href=\"https://bridges.torproject.org/\">https://bridges.torproject.org/</link> and follow the instructions."
+msgstr ""
+
+#: C/bridges.page:111(item/p)
+msgid "Email bridges at bridges.torproject.org from a gmail or yahoo email address. Put <cmd>get bridges</cmd> in the body for ORPort bridges or <cmd>transport=obfs3</cmd> for obfs3 bridges."
+msgstr ""
+
+#: C/bridges.page:118(item/p)
+msgid "Politely ask a human at help at rt.torproject.org if you cannot access either of the first two methods."
+msgstr ""
+
+#: C/bridges.page:124(item/p)
+msgid "Install and configure a Tor instance to be bridge for yourself. The computer acting as a bridge must have uncensored internet access to the Tor network. A full installation guide can be found at <link href=\"https://www.torproject.org/projects/obfsproxy-debian-instructions.html.en\">https://www.torproject.org/projects/obfsproxy-debian-instructions.html.en</link>"
+msgstr ""
+
+#: C/bridges.page:133(page/p)
+msgid "Enter the bridge information you get from any of the above steps in Tor-launcher."
+msgstr ""
+
+#: C/bridges.page:138(page/p)
+msgid "Choose yes when asked if your Internet Service Provider blocks connections to the Tor network. Select 'Use custom bridges' and enter each bridge identifier on its own line."
+msgstr ""
+
+#: C/bridges.page:146(page/p)
+msgid "Click Connect. Using bridges slow down the connection. If the connection fails, the bridges you received may be down. Get more and try again."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/circumvention.page:21(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-configure_en-US.png' md5='966f4bafcb829e59b2b84d08144d885e'"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/circumvention.page:28(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-wizard_en-US.png' md5='21f80fc3f4e34359bfdc44684d7da09d'"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/circumvention.page:36(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-provided-bridges_en-US.png' md5='70524dccb698a21bb1d20223461e3272'"
+msgstr ""
+
+#: C/circumvention.page:7(info/title)
+msgctxt "sort"
+msgid "04 Circumvention"
+msgstr ""
+
+#: C/circumvention.page:8(info/desc)
+msgid "What to do if the Tor network is blocked."
+msgstr ""
+
+#: C/circumvention.page:12(page/title)
+msgid "Circumvention"
+msgstr ""
+
+#: C/circumvention.page:14(page/p)
+msgid "Some firewalls can detect and block connections to Tor. The Tor Browser includes some circumvention tools for getting around blocking firewalls. These circumvention tools are called Pluggable Transports. To turn them on, click \"Configure\" in the Tor launcher window."
+msgstr ""
+
+#: C/circumvention.page:23(page/p)
+msgid "Select yes when asked if your internet service provider blocks connections to Tor.\""
+msgstr ""
+
+#: C/circumvention.page:30(page/p)
+msgid "Select \"Connect with provided bridges\". Tor Browser has three Pluggable Transports to choose from. If one fails to get you online, try selecting a different transport."
+msgstr ""
+
+#: C/circumvention.page:38(page/p)
+msgid "If you try all three transports, and none of them get you online, select \"Enter custom bridges\", and enter bridges manually. Read the <link xref=\"bridges\">Getting Bridges</link> section for instructions on getting custom bridges."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/how-tor-works.page:19(media)
+msgctxt "_"
+msgid "external ref='media/how-tor-works.png' md5='6fe4151a88b7a518466f0582e40ccc8c'"
+msgstr ""
+
+#: C/how-tor-works.page:6(info/title)
+msgctxt "sort"
+msgid "01 Tor"
+msgstr ""
+
+#: C/how-tor-works.page:7(info/desc)
+msgid "How Tor works."
+msgstr ""
+
+#: C/how-tor-works.page:11(page/title)
+msgid "Tor"
+msgstr ""
+
+#: C/how-tor-works.page:12(page/p)
+msgid "Tor is a network of virtual tunnels that allows you to improve your privacy and security on the Internet. Tor works by sending your traffic through three random servers (also known as <em>relays</em>) in the Tor network, before the traffic is sent out onto the public Internet"
+msgstr ""
+
+#: C/how-tor-works.page:20(page/p)
+msgid "The image above illustrates a user browsing to different websites over Tor. The green monitors represent relays in the Tor network, while the three keys represent the layers of encryption between the user and each relay."
+msgstr ""
+
+#: C/how-tor-works.page:26(page/p)
+msgid "Tor will anonymize the origin of your traffic, and it will encrypt everything between you and the Tor network. Tor will also encrypt your traffic inside the Tor network, but it cannot encrypt your traffic between the Tor network and its final destination."
+msgstr ""
+
+#: C/how-tor-works.page:32(page/p)
+msgid "If you are communicating sensitive information, for example when logging on to a website with a username and password, make sure that you are using HTTPS (e.g. <input><em>https</em>://torproject.org/</input>, not <input><em>http</em>://torproject.org/</input>)."
+msgstr ""
+
+#: C/index.page:6(page/title)
+msgid "Tor Browser Help"
+msgstr ""
+
+#: C/index.page:7(page/p)
+msgid "Version: UNKNOWN-dirty"
+msgstr ""
+
+#: C/known-issues.page:7(info/desc)
+msgid "A list of known issues."
+msgstr ""
+
+#: C/known-issues.page:8(info/title)
+msgctxt "sort"
+msgid "03 Known Issues"
+msgstr ""
+
+#: C/known-issues.page:12(page/title)
+msgid "Known Issues"
+msgstr ""
+
+#: C/known-issues.page:16(item/p)
+msgid "The following firewall software have been known to interfere with Tor and may need to be temporarily disabled:"
+msgstr ""
+
+#: C/known-issues.page:20(item/p)
+msgid "Webroot SecureAnywhere"
+msgstr ""
+
+#: C/known-issues.page:23(item/p)
+msgid "Kaspersky Internet Security 2012"
+msgstr ""
+
+#: C/known-issues.page:26(item/p)
+msgid "Sophos Antivirus for Mac"
+msgstr ""
+
+#: C/known-issues.page:29(item/p)
+msgid "Microsoft Security Essentials"
+msgstr ""
+
+#: C/known-issues.page:34(item/p)
+msgid "Videos that require Adobe Flash are unavailable. Flash is disabled for security reasons. Most YouTube videos can be played with HTML5 by visiting the video's \"Embed\" → \"Share\" link."
+msgstr ""
+
+#: C/known-issues.page:41(item/p)
+msgid "Tor can not use a bridge if a proxy is set."
+msgstr ""
+
+#: C/known-issues.page:46(item/p)
+msgid "The Tor Browser package is dated January 1, 2000 00:00:00 UTC. This is to ensure that each software build is exactly reproducible."
+msgstr ""
+
+#: C/known-issues.page:52(item/p)
+msgid "To run Tor Browser on Ubuntu, users need to execute a shell script. Open \"Files\" (Unity's explorer), open Preferences → Behavior Tab → Set \"Run executable text files when they are opened\" to \"Ask every time\", then OK. Tor Browser can also be started from the command line by running"
+msgstr ""
+
+#: C/known-issues.page:58(item/code)
+#, no-wrap
+msgid ""
+"\n"
+"    ./start-tor-browser\n"
+"    "
+msgstr ""
+
+#: C/known-issues.page:61(item/p)
+msgid "from inside the Tor Browser directory."
+msgstr ""
+
+#: C/known-issues.page:66(page/p)
+msgid "If you have an issue with Tor Browser that isn't on this list, feel free to email help at rt.torproject.org."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/troubleshooting.page:19(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-connect_en-US.png' md5='03118f523f4cbc7c001da1ddacc9e394'"
+msgstr ""
+
+#: C/troubleshooting.page:7(info/title)
+msgctxt "sort"
+msgid "02 Troubleshooting"
+msgstr ""
+
+#: C/troubleshooting.page:8(info/desc)
+msgid "What to do if Tor Browser doesn't work."
+msgstr ""
+
+#: C/troubleshooting.page:12(page/title)
+msgid "Troubleshooting"
+msgstr ""
+
+#: C/troubleshooting.page:14(page/p)
+msgid "The Tor Browser should get you online automatically after clicking the \"Connect\" button on the start up screen."
+msgstr ""
+
+#: C/troubleshooting.page:21(page/p)
+msgid "If it doesn't connect, there may be a simple fix. Try each of the following:"
+msgstr ""
+
+#: C/troubleshooting.page:27(item/p)
+msgid "Make sure another Tor Browser is not already running. If you're not sure if Tor Browser is running, restart your computer."
+msgstr ""
+
+#: C/troubleshooting.page:31(item/p)
+msgid "'Allow' Tor in your antivirus program."
+msgstr ""
+
+#: C/troubleshooting.page:34(item/p)
+msgid "Temporarily disable your firewall."
+msgstr ""
+
+#: C/troubleshooting.page:37(item/p)
+msgid "Delete Tor Browser and install it again. If updating, do not overwrite your previous Tor Browser files."
+msgstr ""
+
+#: C/troubleshooting.page:42(page/p)
+msgid "If you still can't connect, your internet service provider might be censoring connections to Tor. Follow the instructions in the <link xref=\"circumvention\">Circumvention</link> section."
+msgstr ""
+
+#: C/troubleshooting.page:48(page/p)
+msgid "If the above steps do not address your problem, email help at rt.torproject.org with your operating system, the details of your problem, and what you've already tried."
+msgstr ""
+
+#: C/uninstalling.page:7(info/desc)
+msgid "How to remove Tor Browser from your system."
+msgstr ""
+
+#: C/uninstalling.page:8(info/title)
+msgctxt "sort"
+msgid "06 Uninstalling"
+msgstr ""
+
+#: C/uninstalling.page:12(page/title)
+msgid "Uninstalling"
+msgstr ""
+
+#: C/uninstalling.page:14(page/p)
+msgid "The Tor Browser does not affect any of the existing software or settings on your computer. Uninstalling Tor Browser will not affect your system's software or settings either."
+msgstr ""
+
+#: C/uninstalling.page:20(page/p)
+msgid "Removing the Tor Browser from your system is simple:"
+msgstr ""
+
+#: C/uninstalling.page:26(item/p)
+msgid "Locate your Tor Browser folder. The default location is your Desktop."
+msgstr ""
+
+#: C/uninstalling.page:29(item/p)
+msgid "Delete the Tor Browser folder."
+msgstr ""
+
+#: C/uninstalling.page:32(item/p)
+msgid "Empty your Trash"
+msgstr ""
+
+#: C/uninstalling.page:36(page/p)
+msgid "Note that your operating system's standard \"Uninstall\" utility is not used."
+msgstr ""
+
diff --git a/build-aux/git-version-gen b/build-aux/git-version-gen
new file mode 100755
index 0000000..9b821e0
--- /dev/null
+++ b/build-aux/git-version-gen
@@ -0,0 +1,155 @@
+#!/bin/sh
+# Print a version string.
+scriptversion=2010-05-28.15; # UTC
+
+# Copyright (C) 2007-2010 Free Software Foundation, Inc.
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+# This script is derived from GIT-VERSION-GEN from GIT: http://git.or.cz/.
+# It may be run two ways:
+# - from a git repository in which the "git describe" command below
+#   produces useful output (thus requiring at least one signed tag)
+# - from a non-git-repo directory containing a .tarball-version file, which
+#   presumes this script is invoked like "./git-version-gen .tarball-version".
+
+# In order to use intra-version strings in your project, you will need two
+# separate generated version string files:
+#
+# .tarball-version - present only in a distribution tarball, and not in
+#   a checked-out repository.  Created with contents that were learned at
+#   the last time autoconf was run, and used by git-version-gen.  Must not
+#   be present in either $(srcdir) or $(builddir) for git-version-gen to
+#   give accurate answers during normal development with a checked out tree,
+#   but must be present in a tarball when there is no version control system.
+#   Therefore, it cannot be used in any dependencies.  GNUmakefile has
+#   hooks to force a reconfigure at distribution time to get the value
+#   correct, without penalizing normal development with extra reconfigures.
+#
+# .version - present in a checked-out repository and in a distribution
+#   tarball.  Usable in dependencies, particularly for files that don't
+#   want to depend on config.h but do want to track version changes.
+#   Delete this file prior to any autoconf run where you want to rebuild
+#   files to pick up a version string change; and leave it stale to
+#   minimize rebuild time after unrelated changes to configure sources.
+#
+# It is probably wise to add these two files to .gitignore, so that you
+# don't accidentally commit either generated file.
+#
+# Use the following line in your configure.ac, so that $(VERSION) will
+# automatically be up-to-date each time configure is run (and note that
+# since configure.ac no longer includes a version string, Makefile rules
+# should not depend on configure.ac for version updates).
+#
+# AC_INIT([GNU project],
+#         m4_esyscmd([build-aux/git-version-gen .tarball-version]),
+#         [bug-project at example])
+#
+# Then use the following lines in your Makefile.am, so that .version
+# will be present for dependencies, and so that .tarball-version will
+# exist in distribution tarballs.
+#
+# BUILT_SOURCES = $(top_srcdir)/.version
+# $(top_srcdir)/.version:
+#	echo $(VERSION) > $@-t && mv $@-t $@
+# dist-hook:
+#	echo $(VERSION) > $(distdir)/.tarball-version
+
+case $# in
+    1|2) ;;
+    *) echo 1>&2 "Usage: $0 \$srcdir/.tarball-version" \
+         '[TAG-NORMALIZATION-SED-SCRIPT]'
+       exit 1;;
+esac
+
+tarball_version_file=$1
+tag_sed_script="${2:-s/x/x/}"
+nl='
+'
+
+# First see if there is a tarball-only version file.
+# then try "git describe", then default.
+if test -f $tarball_version_file
+then
+    v=`cat $tarball_version_file` || exit 1
+    case $v in
+	*$nl*) v= ;; # reject multi-line output
+	[0-9]*) ;;
+	*) v= ;;
+    esac
+    test -z "$v" \
+	&& echo "$0: WARNING: $tarball_version_file seems to be damaged" 1>&2
+fi
+
+if test -n "$v"
+then
+    : # use $v
+elif test -d .git \
+    && v=`git describe --abbrev=4 --match='v*' HEAD 2>/dev/null \
+	  || git describe --abbrev=4 HEAD 2>/dev/null` \
+    && v=`printf '%s\n' "$v" | sed "$tag_sed_script"` \
+    && case $v in
+	 v[0-9]*) ;;
+	 *) (exit 1) ;;
+       esac
+then
+    # Is this a new git that lists number of commits since the last
+    # tag or the previous older version that did not?
+    #   Newer: v6.10-77-g0f8faeb
+    #   Older: v6.10-g0f8faeb
+    case $v in
+	*-*-*) : git describe is okay three part flavor ;;
+	*-*)
+	    : git describe is older two part flavor
+	    # Recreate the number of commits and rewrite such that the
+	    # result is the same as if we were using the newer version
+	    # of git describe.
+	    vtag=`echo "$v" | sed 's/-.*//'`
+	    numcommits=`git rev-list "$vtag"..HEAD | wc -l`
+	    v=`echo "$v" | sed "s/\(.*\)-\(.*\)/\1-$numcommits-\2/"`;
+	    ;;
+    esac
+
+    # Change the first '-' to a '.', so version-comparing tools work properly.
+    # Remove the "g" in git describe's output string, to save a byte.
+    v=`echo "$v" | sed 's/-/./;s/\(.*\)-g/\1-/'`;
+else
+    v=UNKNOWN
+fi
+
+v=`echo "$v" |sed 's/^v//'`
+
+# Don't declare a version "dirty" merely because a time stamp has changed.
+git update-index --refresh > /dev/null 2>&1
+
+dirty=`sh -c 'git diff-index --name-only HEAD' 2>/dev/null` || dirty=
+case "$dirty" in
+    '') ;;
+    *) # Append the suffix only if there isn't one already.
+	case $v in
+	  *-dirty) ;;
+	  *) v="$v-dirty" ;;
+	esac ;;
+esac
+
+# Omit the trailing newline, so that m4_esyscmd can use the result directly.
+echo "$v" | tr -d "$nl"
+
+# Local variables:
+# eval: (add-hook 'write-file-hooks 'time-stamp)
+# time-stamp-start: "scriptversion="
+# time-stamp-format: "%:y-%02m-%02d.%02H"
+# time-stamp-time-zone: "UTC"
+# time-stamp-end: "; # UTC"
+# End:
diff --git a/configure.ac b/configure.ac
new file mode 100644
index 0000000..705611d
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,12 @@
+AC_INIT([tor-browser-user-manual],
+        m4_esyscmd([build-aux/git-version-gen .version]),
+        [tbb-dev at lists.torproject.org])
+
+AM_INIT_AUTOMAKE([foreign])
+
+YELP_HELP_INIT
+
+AC_CONFIG_FILES([Makefile
+                 tor-browser-version.txt])
+
+AC_OUTPUT
diff --git a/de/de.po b/de/de.po
new file mode 100644
index 0000000..03e9cad
--- /dev/null
+++ b/de/de.po
@@ -0,0 +1,380 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2014-05-15 11:21+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
+msgctxt "_"
+msgid "translator-credits"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/bridges.page:144(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-custom-bridges_en-US.png' md5='93365c2aa3fb4d627497e83f28a39b7e'"
+msgstr ""
+
+#: C/bridges.page:7(info/desc)
+msgid "What bridges are and how to use them."
+msgstr ""
+
+#: C/bridges.page:8(info/title)
+msgctxt "sort"
+msgid "05 Bridges"
+msgstr ""
+
+#: C/bridges.page:12(page/title)
+msgid "Bridges"
+msgstr ""
+
+#: C/bridges.page:14(page/p)
+msgid "Bridges are quiet gateways into the Tor Network. Like Tor relays, they are run by volunteers. Unlike relays, they are not listed publicly. Using bridges disguise the fact that one is using Tor."
+msgstr ""
+
+#: C/bridges.page:20(page/p)
+msgid "Currently there are five bridge types, or transports, available. More are being developed."
+msgstr ""
+
+#: C/bridges.page:27(td/p)
+msgid "ORPort"
+msgstr ""
+
+#: C/bridges.page:32(td/p)
+msgid "Requesting 'bridges' without specifying the bridge type, will return ORPort bridges, also called Vanilla bridges. ORPort bridges are NOT reliable for circumventing censorship or national firewalls. ORPort bridges can be useful as trusted entry points into the Tor network."
+msgstr ""
+
+#: C/bridges.page:42(td/p)
+msgid "obfs2"
+msgstr ""
+
+#: C/bridges.page:47(td/p)
+msgid "Censors have learned how to identify obfs2 bridges. This transport is being deprecated."
+msgstr ""
+
+#: C/bridges.page:55(td/p)
+msgid "obfs3"
+msgstr ""
+
+#: C/bridges.page:60(td/p)
+msgid "Obfsproxy disguises Tor traffic as random noise. obfs3 bridges work almost everywhere. A few obfs3 bridges have been blocked."
+msgstr ""
+
+#: C/bridges.page:68(td/p)
+msgid "Scramblesuit"
+msgstr ""
+
+#: C/bridges.page:73(td/p)
+msgid "Scramblesuit is an additional tool for the obfsproxy transport. Scramblesuit bridges are designed to be hard to identify and hard to block."
+msgstr ""
+
+#: C/bridges.page:82(td/p)
+msgid "FTE"
+msgstr ""
+
+#: C/bridges.page:87(td/p)
+msgid "Format-Transforming Encryption disguises Tor traffic as web (HTTP) traffic or other types of internet traffic. FTE bridges are effective, but in limited supply."
+msgstr ""
+
+#: C/bridges.page:96(page/p)
+msgid "(Note that flashproxy is a Pluggable Transport, but does not rely on bridges.)"
+msgstr ""
+
+#: C/bridges.page:100(page/p)
+msgid "There are four ways to get a bridge."
+msgstr ""
+
+#: C/bridges.page:106(item/p)
+msgid "Visit <link href=\"https://bridges.torproject.org/\">https://bridges.torproject.org/</link> and follow the instructions."
+msgstr ""
+
+#: C/bridges.page:111(item/p)
+msgid "Email bridges at bridges.torproject.org from a gmail or yahoo email address. Put <cmd>get bridges</cmd> in the body for ORPort bridges or <cmd>transport=obfs3</cmd> for obfs3 bridges."
+msgstr ""
+
+#: C/bridges.page:118(item/p)
+msgid "Politely ask a human at help at rt.torproject.org if you cannot access either of the first two methods."
+msgstr ""
+
+#: C/bridges.page:124(item/p)
+msgid "Install and configure a Tor instance to be bridge for yourself. The computer acting as a bridge must have uncensored internet access to the Tor network. A full installation guide can be found at <link href=\"https://www.torproject.org/projects/obfsproxy-debian-instructions.html.en\">https://www.torproject.org/projects/obfsproxy-debian-instructions.html.en</link>"
+msgstr ""
+
+#: C/bridges.page:133(page/p)
+msgid "Enter the bridge information you get from any of the above steps in Tor-launcher."
+msgstr ""
+
+#: C/bridges.page:138(page/p)
+msgid "Choose yes when asked if your Internet Service Provider blocks connections to the Tor network. Select 'Use custom bridges' and enter each bridge identifier on its own line."
+msgstr ""
+
+#: C/bridges.page:146(page/p)
+msgid "Click Connect. Using bridges slow down the connection. If the connection fails, the bridges you received may be down. Get more and try again."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/circumvention.page:21(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-configure_en-US.png' md5='966f4bafcb829e59b2b84d08144d885e'"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/circumvention.page:28(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-wizard_en-US.png' md5='21f80fc3f4e34359bfdc44684d7da09d'"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/circumvention.page:36(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-provided-bridges_en-US.png' md5='70524dccb698a21bb1d20223461e3272'"
+msgstr ""
+
+#: C/circumvention.page:7(info/title)
+msgctxt "sort"
+msgid "04 Circumvention"
+msgstr ""
+
+#: C/circumvention.page:8(info/desc)
+msgid "What to do if the Tor network is blocked."
+msgstr ""
+
+#: C/circumvention.page:12(page/title)
+msgid "Circumvention"
+msgstr ""
+
+#: C/circumvention.page:14(page/p)
+msgid "Some firewalls can detect and block connections to Tor. The Tor Browser includes some circumvention tools for getting around blocking firewalls. These circumvention tools are called Pluggable Transports. To turn them on, click \"Configure\" in the Tor launcher window."
+msgstr ""
+
+#: C/circumvention.page:23(page/p)
+msgid "Select yes when asked if your internet service provider blocks connections to Tor.\""
+msgstr ""
+
+#: C/circumvention.page:30(page/p)
+msgid "Select \"Connect with provided bridges\". Tor Browser has three Pluggable Transports to choose from. If one fails to get you online, try selecting a different transport."
+msgstr ""
+
+#: C/circumvention.page:38(page/p)
+msgid "If you try all three transports, and none of them get you online, select \"Enter custom bridges\", and enter bridges manually. Read the <link xref=\"bridges\">Getting Bridges</link> section for instructions on getting custom bridges."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/how-tor-works.page:19(media)
+msgctxt "_"
+msgid "external ref='media/how-tor-works.png' md5='6fe4151a88b7a518466f0582e40ccc8c'"
+msgstr ""
+
+#: C/how-tor-works.page:6(info/title)
+msgctxt "sort"
+msgid "01 Tor"
+msgstr ""
+
+#: C/how-tor-works.page:7(info/desc)
+msgid "How Tor works."
+msgstr ""
+
+#: C/how-tor-works.page:11(page/title)
+msgid "Tor"
+msgstr ""
+
+#: C/how-tor-works.page:12(page/p)
+msgid "Tor is a network of virtual tunnels that allows you to improve your privacy and security on the Internet. Tor works by sending your traffic through three random servers (also known as <em>relays</em>) in the Tor network, before the traffic is sent out onto the public Internet"
+msgstr ""
+
+#: C/how-tor-works.page:20(page/p)
+msgid "The image above illustrates a user browsing to different websites over Tor. The green monitors represent relays in the Tor network, while the three keys represent the layers of encryption between the user and each relay."
+msgstr ""
+
+#: C/how-tor-works.page:26(page/p)
+msgid "Tor will anonymize the origin of your traffic, and it will encrypt everything between you and the Tor network. Tor will also encrypt your traffic inside the Tor network, but it cannot encrypt your traffic between the Tor network and its final destination."
+msgstr ""
+
+#: C/how-tor-works.page:32(page/p)
+msgid "If you are communicating sensitive information, for example when logging on to a website with a username and password, make sure that you are using HTTPS (e.g. <input><em>https</em>://torproject.org/</input>, not <input><em>http</em>://torproject.org/</input>)."
+msgstr ""
+
+#: C/index.page:6(page/title)
+msgid "Tor Browser Help"
+msgstr ""
+
+#: C/index.page:7(page/p)
+msgid "Version: UNKNOWN-dirty"
+msgstr ""
+
+#: C/known-issues.page:7(info/desc)
+msgid "A list of known issues."
+msgstr ""
+
+#: C/known-issues.page:8(info/title)
+msgctxt "sort"
+msgid "03 Known Issues"
+msgstr ""
+
+#: C/known-issues.page:12(page/title)
+msgid "Known Issues"
+msgstr ""
+
+#: C/known-issues.page:16(item/p)
+msgid "The following firewall software have been known to interfere with Tor and may need to be temporarily disabled:"
+msgstr ""
+
+#: C/known-issues.page:20(item/p)
+msgid "Webroot SecureAnywhere"
+msgstr ""
+
+#: C/known-issues.page:23(item/p)
+msgid "Kaspersky Internet Security 2012"
+msgstr ""
+
+#: C/known-issues.page:26(item/p)
+msgid "Sophos Antivirus for Mac"
+msgstr ""
+
+#: C/known-issues.page:29(item/p)
+msgid "Microsoft Security Essentials"
+msgstr ""
+
+#: C/known-issues.page:34(item/p)
+msgid "Videos that require Adobe Flash are unavailable. Flash is disabled for security reasons. Most YouTube videos can be played with HTML5 by visiting the video's \"Embed\" → \"Share\" link."
+msgstr ""
+
+#: C/known-issues.page:41(item/p)
+msgid "Tor can not use a bridge if a proxy is set."
+msgstr ""
+
+#: C/known-issues.page:46(item/p)
+msgid "The Tor Browser package is dated January 1, 2000 00:00:00 UTC. This is to ensure that each software build is exactly reproducible."
+msgstr ""
+
+#: C/known-issues.page:52(item/p)
+msgid "To run Tor Browser on Ubuntu, users need to execute a shell script. Open \"Files\" (Unity's explorer), open Preferences → Behavior Tab → Set \"Run executable text files when they are opened\" to \"Ask every time\", then OK. Tor Browser can also be started from the command line by running"
+msgstr ""
+
+#: C/known-issues.page:58(item/code)
+#, no-wrap
+msgid ""
+"\n"
+"    ./start-tor-browser\n"
+"    "
+msgstr ""
+
+#: C/known-issues.page:61(item/p)
+msgid "from inside the Tor Browser directory."
+msgstr ""
+
+#: C/known-issues.page:66(page/p)
+msgid "If you have an issue with Tor Browser that isn't on this list, feel free to email help at rt.torproject.org."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/troubleshooting.page:19(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-connect_en-US.png' md5='03118f523f4cbc7c001da1ddacc9e394'"
+msgstr ""
+
+#: C/troubleshooting.page:7(info/title)
+msgctxt "sort"
+msgid "02 Troubleshooting"
+msgstr ""
+
+#: C/troubleshooting.page:8(info/desc)
+msgid "What to do if Tor Browser doesn't work."
+msgstr ""
+
+#: C/troubleshooting.page:12(page/title)
+msgid "Troubleshooting"
+msgstr ""
+
+#: C/troubleshooting.page:14(page/p)
+msgid "The Tor Browser should get you online automatically after clicking the \"Connect\" button on the start up screen."
+msgstr ""
+
+#: C/troubleshooting.page:21(page/p)
+msgid "If it doesn't connect, there may be a simple fix. Try each of the following:"
+msgstr ""
+
+#: C/troubleshooting.page:27(item/p)
+msgid "Make sure another Tor Browser is not already running. If you're not sure if Tor Browser is running, restart your computer."
+msgstr ""
+
+#: C/troubleshooting.page:31(item/p)
+msgid "'Allow' Tor in your antivirus program."
+msgstr ""
+
+#: C/troubleshooting.page:34(item/p)
+msgid "Temporarily disable your firewall."
+msgstr ""
+
+#: C/troubleshooting.page:37(item/p)
+msgid "Delete Tor Browser and install it again. If updating, do not overwrite your previous Tor Browser files."
+msgstr ""
+
+#: C/troubleshooting.page:42(page/p)
+msgid "If you still can't connect, your internet service provider might be censoring connections to Tor. Follow the instructions in the <link xref=\"circumvention\">Circumvention</link> section."
+msgstr ""
+
+#: C/troubleshooting.page:48(page/p)
+msgid "If the above steps do not address your problem, email help at rt.torproject.org with your operating system, the details of your problem, and what you've already tried."
+msgstr ""
+
+#: C/uninstalling.page:7(info/desc)
+msgid "How to remove Tor Browser from your system."
+msgstr ""
+
+#: C/uninstalling.page:8(info/title)
+msgctxt "sort"
+msgid "06 Uninstalling"
+msgstr ""
+
+#: C/uninstalling.page:12(page/title)
+msgid "Uninstalling"
+msgstr ""
+
+#: C/uninstalling.page:14(page/p)
+msgid "The Tor Browser does not affect any of the existing software or settings on your computer. Uninstalling Tor Browser will not affect your system's software or settings either."
+msgstr ""
+
+#: C/uninstalling.page:20(page/p)
+msgid "Removing the Tor Browser from your system is simple:"
+msgstr ""
+
+#: C/uninstalling.page:26(item/p)
+msgid "Locate your Tor Browser folder. The default location is your Desktop."
+msgstr ""
+
+#: C/uninstalling.page:29(item/p)
+msgid "Delete the Tor Browser folder."
+msgstr ""
+
+#: C/uninstalling.page:32(item/p)
+msgid "Empty your Trash"
+msgstr ""
+
+#: C/uninstalling.page:36(page/p)
+msgid "Note that your operating system's standard \"Uninstall\" utility is not used."
+msgstr ""
+
diff --git a/en-US/bridges.page b/en-US/bridges.page
deleted file mode 100644
index 29ecf54..0000000
--- a/en-US/bridges.page
+++ /dev/null
@@ -1,152 +0,0 @@
-
-<page xmlns="http://projectmallard.org/1.0/"
-  type="topic"
-  id="bridges">
-
-<info>
-  <desc>What bridges are and how to use them.</desc>
-  <title type='sort'>05 Bridges</title>
-  <link type="guide" xref="index" />
-</info>
-
-<title>Bridges</title>
-
-<p>
-Bridges are quiet gateways into the Tor Network. Like Tor relays, they are run
-by volunteers. Unlike relays, they are not listed publicly. Using bridges
-disguise the fact that one is using Tor.  
-</p>
-
-<p>
-Currently there are five bridge types, or transports, available. More are 
-being developed. 
-</p>
-<table frame='all' rules='all'>
-  <tr>
-    <td>
-      <p>
-      ORPort
-      </p>
-    </td>
-    <td>
-      <p>
-      Requesting 'bridges' without specifying the bridge type, will return 
-      ORPort bridges, also called Vanilla bridges. ORPort bridges are NOT 
-      reliable for circumventing censorship or national firewalls. ORPort 
-      bridges can be useful as trusted entry points into the Tor network. 
-      </p>
-    </td>
-  </tr>
-  <tr>
-    <td>
-      <p>
-      obfs2
-      </p> 
-    </td>
-    <td>
-      <p>
-      Censors have learned how to identify obfs2 bridges. This transport 
-      is being deprecated.
-      </p>
-    </td>
-  </tr>
-  <tr>
-    <td>
-      <p>
-      obfs3
-      </p>
-    </td>
-    <td>
-      <p>
-      Obfsproxy disguises Tor traffic as random noise. obfs3 bridges work 
-      almost everywhere. A few obfs3 bridges have been blocked. 
-      </p>
-    </td>
-  </tr>
-  <tr>
-    <td>
-      <p>
-      Scramblesuit
-      </p>
-    </td>
-    <td>
-      <p>
-      Scramblesuit is an additional tool for the obfsproxy transport. 
-      Scramblesuit bridges are designed to be hard to identify and hard to 
-      block. 
-      </p>
-    </td>
-  </tr>
-  <tr>
-    <td>
-      <p>
-      FTE
-      </p>
-    </td>
-    <td>
-      <p>
-      Format-Transforming Encryption disguises Tor traffic as web (HTTP) 
-      traffic or other types of internet traffic. FTE bridges are 
-      effective, but in limited supply. 
-      </p>
-    </td>
-  </tr>
-</table>
-
-<p>
-(Note that flashproxy is a Pluggable Transport, but does not rely on bridges.)
-</p>
-
-<p>
-There are four ways to get a bridge. 
-</p>
-
-<steps>
-  <item>
-    <p>
-    Visit <link href='https://bridges.torproject.org/'>https://bridges.torproject.org/</link> and follow the instructions.
-    </p>
-  </item>
-  <item>
-    <p>
-    Email bridges at bridges.torproject.org from a gmail or yahoo 
-    email address. Put <cmd>get bridges</cmd> in the body for ORPort bridges 
-    or <cmd>transport=obfs3</cmd> for obfs3 bridges. 
-    </p>
-  </item>
-  <item>
-    <p>
-    Politely ask a human at help at rt.torproject.org if you cannot access 
-    either of the first two methods. 
-    </p>
-  </item>
-  <item>
-    <p>
-    Install and configure a Tor instance to be bridge  
-    for yourself. The computer acting as a bridge must have uncensored internet 
-    access to the Tor network. A full installation guide can be found at
-    <link href='https://www.torproject.org/projects/obfsproxy-debian-instructions.html.en'>https://www.torproject.org/projects/obfsproxy-debian-instructions.html.en</link>
-    </p>
-  </item>
-</steps>
-
-<p>
-Enter the bridge information you get from any of the above steps in 
-Tor-launcher.
-</p>
-
-<p>
-Choose yes when asked if your Internet Service Provider blocks connections to 
-the Tor network. Select 'Use custom bridges' and enter each bridge identifier 
-on its own line.
-</p>
-
-<media type="image" src="imgs/tor-launcher-custom-bridges_en-US.png" />
-
-<p>
-Click Connect. Using bridges slow down the connection. If the connection fails,
-the bridges you received may be down. Get more and try again. 
-</p>
-
-</page>
-
diff --git a/en-US/circumvention.page b/en-US/circumvention.page
deleted file mode 100644
index cd8de8d..0000000
--- a/en-US/circumvention.page
+++ /dev/null
@@ -1,46 +0,0 @@
-
-<page xmlns="http://projectmallard.org/1.0/"
-  type="topic"
-  id="circumvention">
-
-<info>
-  <title type='sort'>04 Circumvention</title>
-  <desc>What to do if the Tor network is blocked.</desc>
-  <link type="guide" xref="index" />
-</info>
-
-<title>Circumvention</title>
-
-<p>
-Some firewalls can detect and block connections to Tor. The Tor Browser 
-includes some circumvention tools for getting around blocking firewalls. 
-These circumvention tools are called Pluggable Transports. To turn them on, 
-click "Configure" in the Tor launcher window. 
-</p>
-
-<media type="image" src="imgs/tor-launcher-configure_en-US.png" />
-
-<p>
-Select yes when asked if your internet service provider blocks connections 
-to Tor." 
-</p>
-
-<media type="image" src="imgs/tor-launcher-wizard_en-US.png" />
-
-<p>
-Select "Connect with provided bridges". Tor Browser has three Pluggable 
-Transports to choose from. If one fails to get you online, try selecting a 
-different transport. 
-</p>
-
-<media type="image" src="imgs/tor-launcher-provided-bridges_en-US.png" />
-
-<p>
-If you try all three transports, and none of them get you online, select 
-"Enter custom bridges", and enter bridges manually. Read the <link 
-xref='bridges'>Getting Bridges</link> section for instructions on getting 
-custom bridges. 
-</p>
-
-</page>
-
diff --git a/en-US/how-tor-works.page b/en-US/how-tor-works.page
deleted file mode 100644
index 47492f5..0000000
--- a/en-US/how-tor-works.page
+++ /dev/null
@@ -1,38 +0,0 @@
-<page xmlns="http://projectmallard.org/1.0/"
-      type="topic"
-      id="how-tor-works">
-
-  <info>
-    <title type='sort'>01 Tor</title>
-    <desc>How Tor works.</desc>
-    <link type="guide" xref="index"/>
-  </info>
-
-  <title>Tor</title>
-  <p>
-    Tor is a network of virtual tunnels that allows you to improve your
-    privacy and security on the Internet. Tor works by sending your
-    traffic through three random servers (also known as <em>relays</em>)
-    in the Tor network, before the traffic is sent out onto the public
-    Internet
-  </p>
-  <media type="image" src="imgs/how-tor-works.png" />
-  <p>
-    The image above illustrates a user browsing to different websites
-    over Tor. The green monitors represent relays in the Tor network,
-    while the three keys represent the layers of encryption between the
-    user and each relay.
-  </p>
-  <p>
-    Tor will anonymize the origin of your traffic, and it will encrypt
-    everything between you and the Tor network. Tor will also encrypt
-    your traffic inside the Tor network, but it cannot encrypt your
-    traffic between the Tor network and its final destination.
-  </p>
-  <p>
-    If you are communicating sensitive information, for example when
-    logging on to a website with a username and password, make sure that
-    you are using HTTPS (e.g.  <input><em>https</em>://torproject.org/</input>,
-    not <input><em>http</em>://torproject.org/</input>).
-  </p>
-</page>
diff --git a/en-US/imgs/how-tor-works.png b/en-US/imgs/how-tor-works.png
deleted file mode 100644
index d1da93e..0000000
Binary files a/en-US/imgs/how-tor-works.png and /dev/null differ
diff --git a/en-US/imgs/tor-launcher-configure_en-US.png b/en-US/imgs/tor-launcher-configure_en-US.png
deleted file mode 100644
index 68b86ff..0000000
Binary files a/en-US/imgs/tor-launcher-configure_en-US.png and /dev/null differ
diff --git a/en-US/imgs/tor-launcher-connect_en-US.png b/en-US/imgs/tor-launcher-connect_en-US.png
deleted file mode 100644
index 6955ddd..0000000
Binary files a/en-US/imgs/tor-launcher-connect_en-US.png and /dev/null differ
diff --git a/en-US/imgs/tor-launcher-custom-bridges_en-US.png b/en-US/imgs/tor-launcher-custom-bridges_en-US.png
deleted file mode 100644
index 795f930..0000000
Binary files a/en-US/imgs/tor-launcher-custom-bridges_en-US.png and /dev/null differ
diff --git a/en-US/imgs/tor-launcher-provided-bridges_en-US.png b/en-US/imgs/tor-launcher-provided-bridges_en-US.png
deleted file mode 100644
index 5d622b3..0000000
Binary files a/en-US/imgs/tor-launcher-provided-bridges_en-US.png and /dev/null differ
diff --git a/en-US/imgs/tor-launcher-wizard_en-US.png b/en-US/imgs/tor-launcher-wizard_en-US.png
deleted file mode 100644
index c7f1b60..0000000
Binary files a/en-US/imgs/tor-launcher-wizard_en-US.png and /dev/null differ
diff --git a/en-US/index.page b/en-US/index.page
deleted file mode 100644
index 8f68404..0000000
--- a/en-US/index.page
+++ /dev/null
@@ -1,6 +0,0 @@
-<page xmlns="http://projectmallard.org/1.0/"
-type="guide"
-id="index">
-<title>Tor Browser Help</title>
-</page>
-
diff --git a/en-US/known-issues.page b/en-US/known-issues.page
deleted file mode 100644
index 07b49cc..0000000
--- a/en-US/known-issues.page
+++ /dev/null
@@ -1,71 +0,0 @@
-
-<page xmlns="http://projectmallard.org/1.0/"
-  type="topic"
-  id="known-issues">
-
-<info>
-  <desc>A list of known issues.</desc>
-  <title type='sort'>03 Known Issues</title>
-  <link type="guide" xref="index"/>
-</info>
-
-<title>Known Issues</title>
-
-<list>
-  <item>
-    <p>The following firewall software have been known to interfere with Tor 
-    and may need to be temporarily disabled:</p>
-    <list>
-      <item>
-        <p>Webroot SecureAnywhere</p>
-      </item>
-      <item>
-        <p>Kaspersky Internet Security 2012</p>
-      </item>
-      <item>
-        <p>Sophos Antivirus for Mac</p>
-      </item>
-      <item>
-        <p>Microsoft Security Essentials</p>
-      </item>
-    </list>
-  </item>
-  <item>
-    <p>
-    Videos that require Adobe Flash are unavailable. Flash is disabled for 
-    security reasons. Most YouTube videos can be played with HTML5 by visiting 
-    the video's "Embed" → "Share" link. 
-    </p>
-  </item>
-  <item>
-    <p>
-    Tor can not use a bridge if a proxy is set. 
-    </p>
-  </item>
-  <item>
-    <p>
-    The Tor Browser package is dated January 1, 2000 00:00:00 UTC. This is to 
-    ensure that each software build is exactly reproducible. 
-    </p>
-  </item>
-  <item>
-    <p>
-    To run Tor Browser on Ubuntu, users need to execute a shell script. Open 
-    "Files" (Unity's explorer), open Preferences → Behavior Tab → 
-    Set "Run executable text files when they are opened" to "Ask every time", 
-    then OK. Tor Browser can also be started from the command line by running
-    </p>
-    <code>
-    ./start-tor-browser
-    </code>
-    <p>
-    from inside the Tor Browser directory.
-    </p>
-  </item>
-</list>
-<p>
-If you have an issue with Tor Browser that isn't on this list, feel free to 
-email help at rt.torproject.org. 
-</p>
-</page>
-
diff --git a/en-US/troubleshooting.page b/en-US/troubleshooting.page
deleted file mode 100644
index 129c898..0000000
--- a/en-US/troubleshooting.page
+++ /dev/null
@@ -1,55 +0,0 @@
-
-<page xmlns="http://projectmallard.org/1.0/"
-  type="topic"
-  id="troubleshooting">
-
-<info>
-  <title type="sort">02 Troubleshooting</title>
-  <desc>What to do if Tor Browser doesn't work.</desc>
-  <link type="guide" xref="index"/>
-</info>
-
-<title>Troubleshooting</title>
-
-<p>
-The Tor Browser should get you online automatically after clicking the 
-"Connect" button on the start up screen. 
-</p>
-
-<media type="image" src="imgs/tor-launcher-connect_en-US.png" />
-
-<p>
-If it doesn't connect, there may be a simple fix. Try each of the following: 
-</p>
-
-<list>
-  <item>
-    <p>Make sure another Tor Browser is not already running. If you're 
-       not sure if Tor Browser is running, restart your computer.</p>
-  </item>
-  <item>
-    <p>'Allow' Tor in your antivirus program.</p>
-  </item>
-  <item>
-    <p>Temporarily disable your firewall.</p>
-  </item>
-  <item>
-    <p>Delete Tor Browser and install it again. If updating, do not overwrite 
-       your previous Tor Browser files.</p>
-  </item>
-</list>
-
-<p>
-If you still can't connect, your internet service provider might be censoring 
-connections to Tor. Follow the instructions in the <link 
-xref='circumvention'>Circumvention</link> section.
-</p>
-
-<p>
-If the above steps do not address your problem, email help at rt.torproject.org 
-with your operating system, the details of your problem, and what you've 
-already tried.
-</p>
-
-</page>
-
diff --git a/en-US/uninstalling.page b/en-US/uninstalling.page
deleted file mode 100644
index 14e875d..0000000
--- a/en-US/uninstalling.page
+++ /dev/null
@@ -1,41 +0,0 @@
-
-<page xmlns="http://projectmallard.org/1.0/"
-  type="topic"
-  id="uninstalling">
-
-<info>
-  <desc>How to remove Tor Browser from your system.</desc>
-  <title type='sort'>06 Uninstalling</title>
-  <link type="guide" xref="index"/>
-</info>
-
-<title>Uninstalling</title>
-
-<p>
-The Tor Browser does not affect any of the existing software 
-or settings on your computer. Uninstalling Tor Browser will not affect your 
-system's software or settings either.  
-</p>
-
-<p>
-Removing the Tor Browser from your system is simple:
-</p>
-
-<steps>
-  <item>
-    <p>Locate your Tor Browser folder. The default location is your Desktop.</p>
- </item>
-  <item>
-    <p>Delete the Tor Browser folder.</p>
-  </item>
-  <item>
-    <p>Empty your Trash</p>
-  </item>
-</steps>
-
-<p>
-Note that your operating system's standard "Uninstall" utility is not used.
-</p>
-
-</page>
-
diff --git a/es/es.po b/es/es.po
new file mode 100644
index 0000000..03e9cad
--- /dev/null
+++ b/es/es.po
@@ -0,0 +1,380 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2014-05-15 11:21+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
+msgctxt "_"
+msgid "translator-credits"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/bridges.page:144(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-custom-bridges_en-US.png' md5='93365c2aa3fb4d627497e83f28a39b7e'"
+msgstr ""
+
+#: C/bridges.page:7(info/desc)
+msgid "What bridges are and how to use them."
+msgstr ""
+
+#: C/bridges.page:8(info/title)
+msgctxt "sort"
+msgid "05 Bridges"
+msgstr ""
+
+#: C/bridges.page:12(page/title)
+msgid "Bridges"
+msgstr ""
+
+#: C/bridges.page:14(page/p)
+msgid "Bridges are quiet gateways into the Tor Network. Like Tor relays, they are run by volunteers. Unlike relays, they are not listed publicly. Using bridges disguise the fact that one is using Tor."
+msgstr ""
+
+#: C/bridges.page:20(page/p)
+msgid "Currently there are five bridge types, or transports, available. More are being developed."
+msgstr ""
+
+#: C/bridges.page:27(td/p)
+msgid "ORPort"
+msgstr ""
+
+#: C/bridges.page:32(td/p)
+msgid "Requesting 'bridges' without specifying the bridge type, will return ORPort bridges, also called Vanilla bridges. ORPort bridges are NOT reliable for circumventing censorship or national firewalls. ORPort bridges can be useful as trusted entry points into the Tor network."
+msgstr ""
+
+#: C/bridges.page:42(td/p)
+msgid "obfs2"
+msgstr ""
+
+#: C/bridges.page:47(td/p)
+msgid "Censors have learned how to identify obfs2 bridges. This transport is being deprecated."
+msgstr ""
+
+#: C/bridges.page:55(td/p)
+msgid "obfs3"
+msgstr ""
+
+#: C/bridges.page:60(td/p)
+msgid "Obfsproxy disguises Tor traffic as random noise. obfs3 bridges work almost everywhere. A few obfs3 bridges have been blocked."
+msgstr ""
+
+#: C/bridges.page:68(td/p)
+msgid "Scramblesuit"
+msgstr ""
+
+#: C/bridges.page:73(td/p)
+msgid "Scramblesuit is an additional tool for the obfsproxy transport. Scramblesuit bridges are designed to be hard to identify and hard to block."
+msgstr ""
+
+#: C/bridges.page:82(td/p)
+msgid "FTE"
+msgstr ""
+
+#: C/bridges.page:87(td/p)
+msgid "Format-Transforming Encryption disguises Tor traffic as web (HTTP) traffic or other types of internet traffic. FTE bridges are effective, but in limited supply."
+msgstr ""
+
+#: C/bridges.page:96(page/p)
+msgid "(Note that flashproxy is a Pluggable Transport, but does not rely on bridges.)"
+msgstr ""
+
+#: C/bridges.page:100(page/p)
+msgid "There are four ways to get a bridge."
+msgstr ""
+
+#: C/bridges.page:106(item/p)
+msgid "Visit <link href=\"https://bridges.torproject.org/\">https://bridges.torproject.org/</link> and follow the instructions."
+msgstr ""
+
+#: C/bridges.page:111(item/p)
+msgid "Email bridges at bridges.torproject.org from a gmail or yahoo email address. Put <cmd>get bridges</cmd> in the body for ORPort bridges or <cmd>transport=obfs3</cmd> for obfs3 bridges."
+msgstr ""
+
+#: C/bridges.page:118(item/p)
+msgid "Politely ask a human at help at rt.torproject.org if you cannot access either of the first two methods."
+msgstr ""
+
+#: C/bridges.page:124(item/p)
+msgid "Install and configure a Tor instance to be bridge for yourself. The computer acting as a bridge must have uncensored internet access to the Tor network. A full installation guide can be found at <link href=\"https://www.torproject.org/projects/obfsproxy-debian-instructions.html.en\">https://www.torproject.org/projects/obfsproxy-debian-instructions.html.en</link>"
+msgstr ""
+
+#: C/bridges.page:133(page/p)
+msgid "Enter the bridge information you get from any of the above steps in Tor-launcher."
+msgstr ""
+
+#: C/bridges.page:138(page/p)
+msgid "Choose yes when asked if your Internet Service Provider blocks connections to the Tor network. Select 'Use custom bridges' and enter each bridge identifier on its own line."
+msgstr ""
+
+#: C/bridges.page:146(page/p)
+msgid "Click Connect. Using bridges slow down the connection. If the connection fails, the bridges you received may be down. Get more and try again."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/circumvention.page:21(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-configure_en-US.png' md5='966f4bafcb829e59b2b84d08144d885e'"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/circumvention.page:28(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-wizard_en-US.png' md5='21f80fc3f4e34359bfdc44684d7da09d'"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/circumvention.page:36(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-provided-bridges_en-US.png' md5='70524dccb698a21bb1d20223461e3272'"
+msgstr ""
+
+#: C/circumvention.page:7(info/title)
+msgctxt "sort"
+msgid "04 Circumvention"
+msgstr ""
+
+#: C/circumvention.page:8(info/desc)
+msgid "What to do if the Tor network is blocked."
+msgstr ""
+
+#: C/circumvention.page:12(page/title)
+msgid "Circumvention"
+msgstr ""
+
+#: C/circumvention.page:14(page/p)
+msgid "Some firewalls can detect and block connections to Tor. The Tor Browser includes some circumvention tools for getting around blocking firewalls. These circumvention tools are called Pluggable Transports. To turn them on, click \"Configure\" in the Tor launcher window."
+msgstr ""
+
+#: C/circumvention.page:23(page/p)
+msgid "Select yes when asked if your internet service provider blocks connections to Tor.\""
+msgstr ""
+
+#: C/circumvention.page:30(page/p)
+msgid "Select \"Connect with provided bridges\". Tor Browser has three Pluggable Transports to choose from. If one fails to get you online, try selecting a different transport."
+msgstr ""
+
+#: C/circumvention.page:38(page/p)
+msgid "If you try all three transports, and none of them get you online, select \"Enter custom bridges\", and enter bridges manually. Read the <link xref=\"bridges\">Getting Bridges</link> section for instructions on getting custom bridges."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/how-tor-works.page:19(media)
+msgctxt "_"
+msgid "external ref='media/how-tor-works.png' md5='6fe4151a88b7a518466f0582e40ccc8c'"
+msgstr ""
+
+#: C/how-tor-works.page:6(info/title)
+msgctxt "sort"
+msgid "01 Tor"
+msgstr ""
+
+#: C/how-tor-works.page:7(info/desc)
+msgid "How Tor works."
+msgstr ""
+
+#: C/how-tor-works.page:11(page/title)
+msgid "Tor"
+msgstr ""
+
+#: C/how-tor-works.page:12(page/p)
+msgid "Tor is a network of virtual tunnels that allows you to improve your privacy and security on the Internet. Tor works by sending your traffic through three random servers (also known as <em>relays</em>) in the Tor network, before the traffic is sent out onto the public Internet"
+msgstr ""
+
+#: C/how-tor-works.page:20(page/p)
+msgid "The image above illustrates a user browsing to different websites over Tor. The green monitors represent relays in the Tor network, while the three keys represent the layers of encryption between the user and each relay."
+msgstr ""
+
+#: C/how-tor-works.page:26(page/p)
+msgid "Tor will anonymize the origin of your traffic, and it will encrypt everything between you and the Tor network. Tor will also encrypt your traffic inside the Tor network, but it cannot encrypt your traffic between the Tor network and its final destination."
+msgstr ""
+
+#: C/how-tor-works.page:32(page/p)
+msgid "If you are communicating sensitive information, for example when logging on to a website with a username and password, make sure that you are using HTTPS (e.g. <input><em>https</em>://torproject.org/</input>, not <input><em>http</em>://torproject.org/</input>)."
+msgstr ""
+
+#: C/index.page:6(page/title)
+msgid "Tor Browser Help"
+msgstr ""
+
+#: C/index.page:7(page/p)
+msgid "Version: UNKNOWN-dirty"
+msgstr ""
+
+#: C/known-issues.page:7(info/desc)
+msgid "A list of known issues."
+msgstr ""
+
+#: C/known-issues.page:8(info/title)
+msgctxt "sort"
+msgid "03 Known Issues"
+msgstr ""
+
+#: C/known-issues.page:12(page/title)
+msgid "Known Issues"
+msgstr ""
+
+#: C/known-issues.page:16(item/p)
+msgid "The following firewall software have been known to interfere with Tor and may need to be temporarily disabled:"
+msgstr ""
+
+#: C/known-issues.page:20(item/p)
+msgid "Webroot SecureAnywhere"
+msgstr ""
+
+#: C/known-issues.page:23(item/p)
+msgid "Kaspersky Internet Security 2012"
+msgstr ""
+
+#: C/known-issues.page:26(item/p)
+msgid "Sophos Antivirus for Mac"
+msgstr ""
+
+#: C/known-issues.page:29(item/p)
+msgid "Microsoft Security Essentials"
+msgstr ""
+
+#: C/known-issues.page:34(item/p)
+msgid "Videos that require Adobe Flash are unavailable. Flash is disabled for security reasons. Most YouTube videos can be played with HTML5 by visiting the video's \"Embed\" → \"Share\" link."
+msgstr ""
+
+#: C/known-issues.page:41(item/p)
+msgid "Tor can not use a bridge if a proxy is set."
+msgstr ""
+
+#: C/known-issues.page:46(item/p)
+msgid "The Tor Browser package is dated January 1, 2000 00:00:00 UTC. This is to ensure that each software build is exactly reproducible."
+msgstr ""
+
+#: C/known-issues.page:52(item/p)
+msgid "To run Tor Browser on Ubuntu, users need to execute a shell script. Open \"Files\" (Unity's explorer), open Preferences → Behavior Tab → Set \"Run executable text files when they are opened\" to \"Ask every time\", then OK. Tor Browser can also be started from the command line by running"
+msgstr ""
+
+#: C/known-issues.page:58(item/code)
+#, no-wrap
+msgid ""
+"\n"
+"    ./start-tor-browser\n"
+"    "
+msgstr ""
+
+#: C/known-issues.page:61(item/p)
+msgid "from inside the Tor Browser directory."
+msgstr ""
+
+#: C/known-issues.page:66(page/p)
+msgid "If you have an issue with Tor Browser that isn't on this list, feel free to email help at rt.torproject.org."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/troubleshooting.page:19(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-connect_en-US.png' md5='03118f523f4cbc7c001da1ddacc9e394'"
+msgstr ""
+
+#: C/troubleshooting.page:7(info/title)
+msgctxt "sort"
+msgid "02 Troubleshooting"
+msgstr ""
+
+#: C/troubleshooting.page:8(info/desc)
+msgid "What to do if Tor Browser doesn't work."
+msgstr ""
+
+#: C/troubleshooting.page:12(page/title)
+msgid "Troubleshooting"
+msgstr ""
+
+#: C/troubleshooting.page:14(page/p)
+msgid "The Tor Browser should get you online automatically after clicking the \"Connect\" button on the start up screen."
+msgstr ""
+
+#: C/troubleshooting.page:21(page/p)
+msgid "If it doesn't connect, there may be a simple fix. Try each of the following:"
+msgstr ""
+
+#: C/troubleshooting.page:27(item/p)
+msgid "Make sure another Tor Browser is not already running. If you're not sure if Tor Browser is running, restart your computer."
+msgstr ""
+
+#: C/troubleshooting.page:31(item/p)
+msgid "'Allow' Tor in your antivirus program."
+msgstr ""
+
+#: C/troubleshooting.page:34(item/p)
+msgid "Temporarily disable your firewall."
+msgstr ""
+
+#: C/troubleshooting.page:37(item/p)
+msgid "Delete Tor Browser and install it again. If updating, do not overwrite your previous Tor Browser files."
+msgstr ""
+
+#: C/troubleshooting.page:42(page/p)
+msgid "If you still can't connect, your internet service provider might be censoring connections to Tor. Follow the instructions in the <link xref=\"circumvention\">Circumvention</link> section."
+msgstr ""
+
+#: C/troubleshooting.page:48(page/p)
+msgid "If the above steps do not address your problem, email help at rt.torproject.org with your operating system, the details of your problem, and what you've already tried."
+msgstr ""
+
+#: C/uninstalling.page:7(info/desc)
+msgid "How to remove Tor Browser from your system."
+msgstr ""
+
+#: C/uninstalling.page:8(info/title)
+msgctxt "sort"
+msgid "06 Uninstalling"
+msgstr ""
+
+#: C/uninstalling.page:12(page/title)
+msgid "Uninstalling"
+msgstr ""
+
+#: C/uninstalling.page:14(page/p)
+msgid "The Tor Browser does not affect any of the existing software or settings on your computer. Uninstalling Tor Browser will not affect your system's software or settings either."
+msgstr ""
+
+#: C/uninstalling.page:20(page/p)
+msgid "Removing the Tor Browser from your system is simple:"
+msgstr ""
+
+#: C/uninstalling.page:26(item/p)
+msgid "Locate your Tor Browser folder. The default location is your Desktop."
+msgstr ""
+
+#: C/uninstalling.page:29(item/p)
+msgid "Delete the Tor Browser folder."
+msgstr ""
+
+#: C/uninstalling.page:32(item/p)
+msgid "Empty your Trash"
+msgstr ""
+
+#: C/uninstalling.page:36(page/p)
+msgid "Note that your operating system's standard \"Uninstall\" utility is not used."
+msgstr ""
+
diff --git a/fa/fa.po b/fa/fa.po
new file mode 100644
index 0000000..03e9cad
--- /dev/null
+++ b/fa/fa.po
@@ -0,0 +1,380 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2014-05-15 11:21+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
+msgctxt "_"
+msgid "translator-credits"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/bridges.page:144(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-custom-bridges_en-US.png' md5='93365c2aa3fb4d627497e83f28a39b7e'"
+msgstr ""
+
+#: C/bridges.page:7(info/desc)
+msgid "What bridges are and how to use them."
+msgstr ""
+
+#: C/bridges.page:8(info/title)
+msgctxt "sort"
+msgid "05 Bridges"
+msgstr ""
+
+#: C/bridges.page:12(page/title)
+msgid "Bridges"
+msgstr ""
+
+#: C/bridges.page:14(page/p)
+msgid "Bridges are quiet gateways into the Tor Network. Like Tor relays, they are run by volunteers. Unlike relays, they are not listed publicly. Using bridges disguise the fact that one is using Tor."
+msgstr ""
+
+#: C/bridges.page:20(page/p)
+msgid "Currently there are five bridge types, or transports, available. More are being developed."
+msgstr ""
+
+#: C/bridges.page:27(td/p)
+msgid "ORPort"
+msgstr ""
+
+#: C/bridges.page:32(td/p)
+msgid "Requesting 'bridges' without specifying the bridge type, will return ORPort bridges, also called Vanilla bridges. ORPort bridges are NOT reliable for circumventing censorship or national firewalls. ORPort bridges can be useful as trusted entry points into the Tor network."
+msgstr ""
+
+#: C/bridges.page:42(td/p)
+msgid "obfs2"
+msgstr ""
+
+#: C/bridges.page:47(td/p)
+msgid "Censors have learned how to identify obfs2 bridges. This transport is being deprecated."
+msgstr ""
+
+#: C/bridges.page:55(td/p)
+msgid "obfs3"
+msgstr ""
+
+#: C/bridges.page:60(td/p)
+msgid "Obfsproxy disguises Tor traffic as random noise. obfs3 bridges work almost everywhere. A few obfs3 bridges have been blocked."
+msgstr ""
+
+#: C/bridges.page:68(td/p)
+msgid "Scramblesuit"
+msgstr ""
+
+#: C/bridges.page:73(td/p)
+msgid "Scramblesuit is an additional tool for the obfsproxy transport. Scramblesuit bridges are designed to be hard to identify and hard to block."
+msgstr ""
+
+#: C/bridges.page:82(td/p)
+msgid "FTE"
+msgstr ""
+
+#: C/bridges.page:87(td/p)
+msgid "Format-Transforming Encryption disguises Tor traffic as web (HTTP) traffic or other types of internet traffic. FTE bridges are effective, but in limited supply."
+msgstr ""
+
+#: C/bridges.page:96(page/p)
+msgid "(Note that flashproxy is a Pluggable Transport, but does not rely on bridges.)"
+msgstr ""
+
+#: C/bridges.page:100(page/p)
+msgid "There are four ways to get a bridge."
+msgstr ""
+
+#: C/bridges.page:106(item/p)
+msgid "Visit <link href=\"https://bridges.torproject.org/\">https://bridges.torproject.org/</link> and follow the instructions."
+msgstr ""
+
+#: C/bridges.page:111(item/p)
+msgid "Email bridges at bridges.torproject.org from a gmail or yahoo email address. Put <cmd>get bridges</cmd> in the body for ORPort bridges or <cmd>transport=obfs3</cmd> for obfs3 bridges."
+msgstr ""
+
+#: C/bridges.page:118(item/p)
+msgid "Politely ask a human at help at rt.torproject.org if you cannot access either of the first two methods."
+msgstr ""
+
+#: C/bridges.page:124(item/p)
+msgid "Install and configure a Tor instance to be bridge for yourself. The computer acting as a bridge must have uncensored internet access to the Tor network. A full installation guide can be found at <link href=\"https://www.torproject.org/projects/obfsproxy-debian-instructions.html.en\">https://www.torproject.org/projects/obfsproxy-debian-instructions.html.en</link>"
+msgstr ""
+
+#: C/bridges.page:133(page/p)
+msgid "Enter the bridge information you get from any of the above steps in Tor-launcher."
+msgstr ""
+
+#: C/bridges.page:138(page/p)
+msgid "Choose yes when asked if your Internet Service Provider blocks connections to the Tor network. Select 'Use custom bridges' and enter each bridge identifier on its own line."
+msgstr ""
+
+#: C/bridges.page:146(page/p)
+msgid "Click Connect. Using bridges slow down the connection. If the connection fails, the bridges you received may be down. Get more and try again."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/circumvention.page:21(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-configure_en-US.png' md5='966f4bafcb829e59b2b84d08144d885e'"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/circumvention.page:28(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-wizard_en-US.png' md5='21f80fc3f4e34359bfdc44684d7da09d'"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/circumvention.page:36(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-provided-bridges_en-US.png' md5='70524dccb698a21bb1d20223461e3272'"
+msgstr ""
+
+#: C/circumvention.page:7(info/title)
+msgctxt "sort"
+msgid "04 Circumvention"
+msgstr ""
+
+#: C/circumvention.page:8(info/desc)
+msgid "What to do if the Tor network is blocked."
+msgstr ""
+
+#: C/circumvention.page:12(page/title)
+msgid "Circumvention"
+msgstr ""
+
+#: C/circumvention.page:14(page/p)
+msgid "Some firewalls can detect and block connections to Tor. The Tor Browser includes some circumvention tools for getting around blocking firewalls. These circumvention tools are called Pluggable Transports. To turn them on, click \"Configure\" in the Tor launcher window."
+msgstr ""
+
+#: C/circumvention.page:23(page/p)
+msgid "Select yes when asked if your internet service provider blocks connections to Tor.\""
+msgstr ""
+
+#: C/circumvention.page:30(page/p)
+msgid "Select \"Connect with provided bridges\". Tor Browser has three Pluggable Transports to choose from. If one fails to get you online, try selecting a different transport."
+msgstr ""
+
+#: C/circumvention.page:38(page/p)
+msgid "If you try all three transports, and none of them get you online, select \"Enter custom bridges\", and enter bridges manually. Read the <link xref=\"bridges\">Getting Bridges</link> section for instructions on getting custom bridges."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/how-tor-works.page:19(media)
+msgctxt "_"
+msgid "external ref='media/how-tor-works.png' md5='6fe4151a88b7a518466f0582e40ccc8c'"
+msgstr ""
+
+#: C/how-tor-works.page:6(info/title)
+msgctxt "sort"
+msgid "01 Tor"
+msgstr ""
+
+#: C/how-tor-works.page:7(info/desc)
+msgid "How Tor works."
+msgstr ""
+
+#: C/how-tor-works.page:11(page/title)
+msgid "Tor"
+msgstr ""
+
+#: C/how-tor-works.page:12(page/p)
+msgid "Tor is a network of virtual tunnels that allows you to improve your privacy and security on the Internet. Tor works by sending your traffic through three random servers (also known as <em>relays</em>) in the Tor network, before the traffic is sent out onto the public Internet"
+msgstr ""
+
+#: C/how-tor-works.page:20(page/p)
+msgid "The image above illustrates a user browsing to different websites over Tor. The green monitors represent relays in the Tor network, while the three keys represent the layers of encryption between the user and each relay."
+msgstr ""
+
+#: C/how-tor-works.page:26(page/p)
+msgid "Tor will anonymize the origin of your traffic, and it will encrypt everything between you and the Tor network. Tor will also encrypt your traffic inside the Tor network, but it cannot encrypt your traffic between the Tor network and its final destination."
+msgstr ""
+
+#: C/how-tor-works.page:32(page/p)
+msgid "If you are communicating sensitive information, for example when logging on to a website with a username and password, make sure that you are using HTTPS (e.g. <input><em>https</em>://torproject.org/</input>, not <input><em>http</em>://torproject.org/</input>)."
+msgstr ""
+
+#: C/index.page:6(page/title)
+msgid "Tor Browser Help"
+msgstr ""
+
+#: C/index.page:7(page/p)
+msgid "Version: UNKNOWN-dirty"
+msgstr ""
+
+#: C/known-issues.page:7(info/desc)
+msgid "A list of known issues."
+msgstr ""
+
+#: C/known-issues.page:8(info/title)
+msgctxt "sort"
+msgid "03 Known Issues"
+msgstr ""
+
+#: C/known-issues.page:12(page/title)
+msgid "Known Issues"
+msgstr ""
+
+#: C/known-issues.page:16(item/p)
+msgid "The following firewall software have been known to interfere with Tor and may need to be temporarily disabled:"
+msgstr ""
+
+#: C/known-issues.page:20(item/p)
+msgid "Webroot SecureAnywhere"
+msgstr ""
+
+#: C/known-issues.page:23(item/p)
+msgid "Kaspersky Internet Security 2012"
+msgstr ""
+
+#: C/known-issues.page:26(item/p)
+msgid "Sophos Antivirus for Mac"
+msgstr ""
+
+#: C/known-issues.page:29(item/p)
+msgid "Microsoft Security Essentials"
+msgstr ""
+
+#: C/known-issues.page:34(item/p)
+msgid "Videos that require Adobe Flash are unavailable. Flash is disabled for security reasons. Most YouTube videos can be played with HTML5 by visiting the video's \"Embed\" → \"Share\" link."
+msgstr ""
+
+#: C/known-issues.page:41(item/p)
+msgid "Tor can not use a bridge if a proxy is set."
+msgstr ""
+
+#: C/known-issues.page:46(item/p)
+msgid "The Tor Browser package is dated January 1, 2000 00:00:00 UTC. This is to ensure that each software build is exactly reproducible."
+msgstr ""
+
+#: C/known-issues.page:52(item/p)
+msgid "To run Tor Browser on Ubuntu, users need to execute a shell script. Open \"Files\" (Unity's explorer), open Preferences → Behavior Tab → Set \"Run executable text files when they are opened\" to \"Ask every time\", then OK. Tor Browser can also be started from the command line by running"
+msgstr ""
+
+#: C/known-issues.page:58(item/code)
+#, no-wrap
+msgid ""
+"\n"
+"    ./start-tor-browser\n"
+"    "
+msgstr ""
+
+#: C/known-issues.page:61(item/p)
+msgid "from inside the Tor Browser directory."
+msgstr ""
+
+#: C/known-issues.page:66(page/p)
+msgid "If you have an issue with Tor Browser that isn't on this list, feel free to email help at rt.torproject.org."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/troubleshooting.page:19(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-connect_en-US.png' md5='03118f523f4cbc7c001da1ddacc9e394'"
+msgstr ""
+
+#: C/troubleshooting.page:7(info/title)
+msgctxt "sort"
+msgid "02 Troubleshooting"
+msgstr ""
+
+#: C/troubleshooting.page:8(info/desc)
+msgid "What to do if Tor Browser doesn't work."
+msgstr ""
+
+#: C/troubleshooting.page:12(page/title)
+msgid "Troubleshooting"
+msgstr ""
+
+#: C/troubleshooting.page:14(page/p)
+msgid "The Tor Browser should get you online automatically after clicking the \"Connect\" button on the start up screen."
+msgstr ""
+
+#: C/troubleshooting.page:21(page/p)
+msgid "If it doesn't connect, there may be a simple fix. Try each of the following:"
+msgstr ""
+
+#: C/troubleshooting.page:27(item/p)
+msgid "Make sure another Tor Browser is not already running. If you're not sure if Tor Browser is running, restart your computer."
+msgstr ""
+
+#: C/troubleshooting.page:31(item/p)
+msgid "'Allow' Tor in your antivirus program."
+msgstr ""
+
+#: C/troubleshooting.page:34(item/p)
+msgid "Temporarily disable your firewall."
+msgstr ""
+
+#: C/troubleshooting.page:37(item/p)
+msgid "Delete Tor Browser and install it again. If updating, do not overwrite your previous Tor Browser files."
+msgstr ""
+
+#: C/troubleshooting.page:42(page/p)
+msgid "If you still can't connect, your internet service provider might be censoring connections to Tor. Follow the instructions in the <link xref=\"circumvention\">Circumvention</link> section."
+msgstr ""
+
+#: C/troubleshooting.page:48(page/p)
+msgid "If the above steps do not address your problem, email help at rt.torproject.org with your operating system, the details of your problem, and what you've already tried."
+msgstr ""
+
+#: C/uninstalling.page:7(info/desc)
+msgid "How to remove Tor Browser from your system."
+msgstr ""
+
+#: C/uninstalling.page:8(info/title)
+msgctxt "sort"
+msgid "06 Uninstalling"
+msgstr ""
+
+#: C/uninstalling.page:12(page/title)
+msgid "Uninstalling"
+msgstr ""
+
+#: C/uninstalling.page:14(page/p)
+msgid "The Tor Browser does not affect any of the existing software or settings on your computer. Uninstalling Tor Browser will not affect your system's software or settings either."
+msgstr ""
+
+#: C/uninstalling.page:20(page/p)
+msgid "Removing the Tor Browser from your system is simple:"
+msgstr ""
+
+#: C/uninstalling.page:26(item/p)
+msgid "Locate your Tor Browser folder. The default location is your Desktop."
+msgstr ""
+
+#: C/uninstalling.page:29(item/p)
+msgid "Delete the Tor Browser folder."
+msgstr ""
+
+#: C/uninstalling.page:32(item/p)
+msgid "Empty your Trash"
+msgstr ""
+
+#: C/uninstalling.page:36(page/p)
+msgid "Note that your operating system's standard \"Uninstall\" utility is not used."
+msgstr ""
+
diff --git a/fr/fr.po b/fr/fr.po
new file mode 100644
index 0000000..03e9cad
--- /dev/null
+++ b/fr/fr.po
@@ -0,0 +1,380 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2014-05-15 11:21+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
+msgctxt "_"
+msgid "translator-credits"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/bridges.page:144(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-custom-bridges_en-US.png' md5='93365c2aa3fb4d627497e83f28a39b7e'"
+msgstr ""
+
+#: C/bridges.page:7(info/desc)
+msgid "What bridges are and how to use them."
+msgstr ""
+
+#: C/bridges.page:8(info/title)
+msgctxt "sort"
+msgid "05 Bridges"
+msgstr ""
+
+#: C/bridges.page:12(page/title)
+msgid "Bridges"
+msgstr ""
+
+#: C/bridges.page:14(page/p)
+msgid "Bridges are quiet gateways into the Tor Network. Like Tor relays, they are run by volunteers. Unlike relays, they are not listed publicly. Using bridges disguise the fact that one is using Tor."
+msgstr ""
+
+#: C/bridges.page:20(page/p)
+msgid "Currently there are five bridge types, or transports, available. More are being developed."
+msgstr ""
+
+#: C/bridges.page:27(td/p)
+msgid "ORPort"
+msgstr ""
+
+#: C/bridges.page:32(td/p)
+msgid "Requesting 'bridges' without specifying the bridge type, will return ORPort bridges, also called Vanilla bridges. ORPort bridges are NOT reliable for circumventing censorship or national firewalls. ORPort bridges can be useful as trusted entry points into the Tor network."
+msgstr ""
+
+#: C/bridges.page:42(td/p)
+msgid "obfs2"
+msgstr ""
+
+#: C/bridges.page:47(td/p)
+msgid "Censors have learned how to identify obfs2 bridges. This transport is being deprecated."
+msgstr ""
+
+#: C/bridges.page:55(td/p)
+msgid "obfs3"
+msgstr ""
+
+#: C/bridges.page:60(td/p)
+msgid "Obfsproxy disguises Tor traffic as random noise. obfs3 bridges work almost everywhere. A few obfs3 bridges have been blocked."
+msgstr ""
+
+#: C/bridges.page:68(td/p)
+msgid "Scramblesuit"
+msgstr ""
+
+#: C/bridges.page:73(td/p)
+msgid "Scramblesuit is an additional tool for the obfsproxy transport. Scramblesuit bridges are designed to be hard to identify and hard to block."
+msgstr ""
+
+#: C/bridges.page:82(td/p)
+msgid "FTE"
+msgstr ""
+
+#: C/bridges.page:87(td/p)
+msgid "Format-Transforming Encryption disguises Tor traffic as web (HTTP) traffic or other types of internet traffic. FTE bridges are effective, but in limited supply."
+msgstr ""
+
+#: C/bridges.page:96(page/p)
+msgid "(Note that flashproxy is a Pluggable Transport, but does not rely on bridges.)"
+msgstr ""
+
+#: C/bridges.page:100(page/p)
+msgid "There are four ways to get a bridge."
+msgstr ""
+
+#: C/bridges.page:106(item/p)
+msgid "Visit <link href=\"https://bridges.torproject.org/\">https://bridges.torproject.org/</link> and follow the instructions."
+msgstr ""
+
+#: C/bridges.page:111(item/p)
+msgid "Email bridges at bridges.torproject.org from a gmail or yahoo email address. Put <cmd>get bridges</cmd> in the body for ORPort bridges or <cmd>transport=obfs3</cmd> for obfs3 bridges."
+msgstr ""
+
+#: C/bridges.page:118(item/p)
+msgid "Politely ask a human at help at rt.torproject.org if you cannot access either of the first two methods."
+msgstr ""
+
+#: C/bridges.page:124(item/p)
+msgid "Install and configure a Tor instance to be bridge for yourself. The computer acting as a bridge must have uncensored internet access to the Tor network. A full installation guide can be found at <link href=\"https://www.torproject.org/projects/obfsproxy-debian-instructions.html.en\">https://www.torproject.org/projects/obfsproxy-debian-instructions.html.en</link>"
+msgstr ""
+
+#: C/bridges.page:133(page/p)
+msgid "Enter the bridge information you get from any of the above steps in Tor-launcher."
+msgstr ""
+
+#: C/bridges.page:138(page/p)
+msgid "Choose yes when asked if your Internet Service Provider blocks connections to the Tor network. Select 'Use custom bridges' and enter each bridge identifier on its own line."
+msgstr ""
+
+#: C/bridges.page:146(page/p)
+msgid "Click Connect. Using bridges slow down the connection. If the connection fails, the bridges you received may be down. Get more and try again."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/circumvention.page:21(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-configure_en-US.png' md5='966f4bafcb829e59b2b84d08144d885e'"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/circumvention.page:28(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-wizard_en-US.png' md5='21f80fc3f4e34359bfdc44684d7da09d'"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/circumvention.page:36(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-provided-bridges_en-US.png' md5='70524dccb698a21bb1d20223461e3272'"
+msgstr ""
+
+#: C/circumvention.page:7(info/title)
+msgctxt "sort"
+msgid "04 Circumvention"
+msgstr ""
+
+#: C/circumvention.page:8(info/desc)
+msgid "What to do if the Tor network is blocked."
+msgstr ""
+
+#: C/circumvention.page:12(page/title)
+msgid "Circumvention"
+msgstr ""
+
+#: C/circumvention.page:14(page/p)
+msgid "Some firewalls can detect and block connections to Tor. The Tor Browser includes some circumvention tools for getting around blocking firewalls. These circumvention tools are called Pluggable Transports. To turn them on, click \"Configure\" in the Tor launcher window."
+msgstr ""
+
+#: C/circumvention.page:23(page/p)
+msgid "Select yes when asked if your internet service provider blocks connections to Tor.\""
+msgstr ""
+
+#: C/circumvention.page:30(page/p)
+msgid "Select \"Connect with provided bridges\". Tor Browser has three Pluggable Transports to choose from. If one fails to get you online, try selecting a different transport."
+msgstr ""
+
+#: C/circumvention.page:38(page/p)
+msgid "If you try all three transports, and none of them get you online, select \"Enter custom bridges\", and enter bridges manually. Read the <link xref=\"bridges\">Getting Bridges</link> section for instructions on getting custom bridges."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/how-tor-works.page:19(media)
+msgctxt "_"
+msgid "external ref='media/how-tor-works.png' md5='6fe4151a88b7a518466f0582e40ccc8c'"
+msgstr ""
+
+#: C/how-tor-works.page:6(info/title)
+msgctxt "sort"
+msgid "01 Tor"
+msgstr ""
+
+#: C/how-tor-works.page:7(info/desc)
+msgid "How Tor works."
+msgstr ""
+
+#: C/how-tor-works.page:11(page/title)
+msgid "Tor"
+msgstr ""
+
+#: C/how-tor-works.page:12(page/p)
+msgid "Tor is a network of virtual tunnels that allows you to improve your privacy and security on the Internet. Tor works by sending your traffic through three random servers (also known as <em>relays</em>) in the Tor network, before the traffic is sent out onto the public Internet"
+msgstr ""
+
+#: C/how-tor-works.page:20(page/p)
+msgid "The image above illustrates a user browsing to different websites over Tor. The green monitors represent relays in the Tor network, while the three keys represent the layers of encryption between the user and each relay."
+msgstr ""
+
+#: C/how-tor-works.page:26(page/p)
+msgid "Tor will anonymize the origin of your traffic, and it will encrypt everything between you and the Tor network. Tor will also encrypt your traffic inside the Tor network, but it cannot encrypt your traffic between the Tor network and its final destination."
+msgstr ""
+
+#: C/how-tor-works.page:32(page/p)
+msgid "If you are communicating sensitive information, for example when logging on to a website with a username and password, make sure that you are using HTTPS (e.g. <input><em>https</em>://torproject.org/</input>, not <input><em>http</em>://torproject.org/</input>)."
+msgstr ""
+
+#: C/index.page:6(page/title)
+msgid "Tor Browser Help"
+msgstr ""
+
+#: C/index.page:7(page/p)
+msgid "Version: UNKNOWN-dirty"
+msgstr ""
+
+#: C/known-issues.page:7(info/desc)
+msgid "A list of known issues."
+msgstr ""
+
+#: C/known-issues.page:8(info/title)
+msgctxt "sort"
+msgid "03 Known Issues"
+msgstr ""
+
+#: C/known-issues.page:12(page/title)
+msgid "Known Issues"
+msgstr ""
+
+#: C/known-issues.page:16(item/p)
+msgid "The following firewall software have been known to interfere with Tor and may need to be temporarily disabled:"
+msgstr ""
+
+#: C/known-issues.page:20(item/p)
+msgid "Webroot SecureAnywhere"
+msgstr ""
+
+#: C/known-issues.page:23(item/p)
+msgid "Kaspersky Internet Security 2012"
+msgstr ""
+
+#: C/known-issues.page:26(item/p)
+msgid "Sophos Antivirus for Mac"
+msgstr ""
+
+#: C/known-issues.page:29(item/p)
+msgid "Microsoft Security Essentials"
+msgstr ""
+
+#: C/known-issues.page:34(item/p)
+msgid "Videos that require Adobe Flash are unavailable. Flash is disabled for security reasons. Most YouTube videos can be played with HTML5 by visiting the video's \"Embed\" → \"Share\" link."
+msgstr ""
+
+#: C/known-issues.page:41(item/p)
+msgid "Tor can not use a bridge if a proxy is set."
+msgstr ""
+
+#: C/known-issues.page:46(item/p)
+msgid "The Tor Browser package is dated January 1, 2000 00:00:00 UTC. This is to ensure that each software build is exactly reproducible."
+msgstr ""
+
+#: C/known-issues.page:52(item/p)
+msgid "To run Tor Browser on Ubuntu, users need to execute a shell script. Open \"Files\" (Unity's explorer), open Preferences → Behavior Tab → Set \"Run executable text files when they are opened\" to \"Ask every time\", then OK. Tor Browser can also be started from the command line by running"
+msgstr ""
+
+#: C/known-issues.page:58(item/code)
+#, no-wrap
+msgid ""
+"\n"
+"    ./start-tor-browser\n"
+"    "
+msgstr ""
+
+#: C/known-issues.page:61(item/p)
+msgid "from inside the Tor Browser directory."
+msgstr ""
+
+#: C/known-issues.page:66(page/p)
+msgid "If you have an issue with Tor Browser that isn't on this list, feel free to email help at rt.torproject.org."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/troubleshooting.page:19(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-connect_en-US.png' md5='03118f523f4cbc7c001da1ddacc9e394'"
+msgstr ""
+
+#: C/troubleshooting.page:7(info/title)
+msgctxt "sort"
+msgid "02 Troubleshooting"
+msgstr ""
+
+#: C/troubleshooting.page:8(info/desc)
+msgid "What to do if Tor Browser doesn't work."
+msgstr ""
+
+#: C/troubleshooting.page:12(page/title)
+msgid "Troubleshooting"
+msgstr ""
+
+#: C/troubleshooting.page:14(page/p)
+msgid "The Tor Browser should get you online automatically after clicking the \"Connect\" button on the start up screen."
+msgstr ""
+
+#: C/troubleshooting.page:21(page/p)
+msgid "If it doesn't connect, there may be a simple fix. Try each of the following:"
+msgstr ""
+
+#: C/troubleshooting.page:27(item/p)
+msgid "Make sure another Tor Browser is not already running. If you're not sure if Tor Browser is running, restart your computer."
+msgstr ""
+
+#: C/troubleshooting.page:31(item/p)
+msgid "'Allow' Tor in your antivirus program."
+msgstr ""
+
+#: C/troubleshooting.page:34(item/p)
+msgid "Temporarily disable your firewall."
+msgstr ""
+
+#: C/troubleshooting.page:37(item/p)
+msgid "Delete Tor Browser and install it again. If updating, do not overwrite your previous Tor Browser files."
+msgstr ""
+
+#: C/troubleshooting.page:42(page/p)
+msgid "If you still can't connect, your internet service provider might be censoring connections to Tor. Follow the instructions in the <link xref=\"circumvention\">Circumvention</link> section."
+msgstr ""
+
+#: C/troubleshooting.page:48(page/p)
+msgid "If the above steps do not address your problem, email help at rt.torproject.org with your operating system, the details of your problem, and what you've already tried."
+msgstr ""
+
+#: C/uninstalling.page:7(info/desc)
+msgid "How to remove Tor Browser from your system."
+msgstr ""
+
+#: C/uninstalling.page:8(info/title)
+msgctxt "sort"
+msgid "06 Uninstalling"
+msgstr ""
+
+#: C/uninstalling.page:12(page/title)
+msgid "Uninstalling"
+msgstr ""
+
+#: C/uninstalling.page:14(page/p)
+msgid "The Tor Browser does not affect any of the existing software or settings on your computer. Uninstalling Tor Browser will not affect your system's software or settings either."
+msgstr ""
+
+#: C/uninstalling.page:20(page/p)
+msgid "Removing the Tor Browser from your system is simple:"
+msgstr ""
+
+#: C/uninstalling.page:26(item/p)
+msgid "Locate your Tor Browser folder. The default location is your Desktop."
+msgstr ""
+
+#: C/uninstalling.page:29(item/p)
+msgid "Delete the Tor Browser folder."
+msgstr ""
+
+#: C/uninstalling.page:32(item/p)
+msgid "Empty your Trash"
+msgstr ""
+
+#: C/uninstalling.page:36(page/p)
+msgid "Note that your operating system's standard \"Uninstall\" utility is not used."
+msgstr ""
+
diff --git a/it/it.po b/it/it.po
new file mode 100644
index 0000000..03e9cad
--- /dev/null
+++ b/it/it.po
@@ -0,0 +1,380 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2014-05-15 11:21+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
+msgctxt "_"
+msgid "translator-credits"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/bridges.page:144(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-custom-bridges_en-US.png' md5='93365c2aa3fb4d627497e83f28a39b7e'"
+msgstr ""
+
+#: C/bridges.page:7(info/desc)
+msgid "What bridges are and how to use them."
+msgstr ""
+
+#: C/bridges.page:8(info/title)
+msgctxt "sort"
+msgid "05 Bridges"
+msgstr ""
+
+#: C/bridges.page:12(page/title)
+msgid "Bridges"
+msgstr ""
+
+#: C/bridges.page:14(page/p)
+msgid "Bridges are quiet gateways into the Tor Network. Like Tor relays, they are run by volunteers. Unlike relays, they are not listed publicly. Using bridges disguise the fact that one is using Tor."
+msgstr ""
+
+#: C/bridges.page:20(page/p)
+msgid "Currently there are five bridge types, or transports, available. More are being developed."
+msgstr ""
+
+#: C/bridges.page:27(td/p)
+msgid "ORPort"
+msgstr ""
+
+#: C/bridges.page:32(td/p)
+msgid "Requesting 'bridges' without specifying the bridge type, will return ORPort bridges, also called Vanilla bridges. ORPort bridges are NOT reliable for circumventing censorship or national firewalls. ORPort bridges can be useful as trusted entry points into the Tor network."
+msgstr ""
+
+#: C/bridges.page:42(td/p)
+msgid "obfs2"
+msgstr ""
+
+#: C/bridges.page:47(td/p)
+msgid "Censors have learned how to identify obfs2 bridges. This transport is being deprecated."
+msgstr ""
+
+#: C/bridges.page:55(td/p)
+msgid "obfs3"
+msgstr ""
+
+#: C/bridges.page:60(td/p)
+msgid "Obfsproxy disguises Tor traffic as random noise. obfs3 bridges work almost everywhere. A few obfs3 bridges have been blocked."
+msgstr ""
+
+#: C/bridges.page:68(td/p)
+msgid "Scramblesuit"
+msgstr ""
+
+#: C/bridges.page:73(td/p)
+msgid "Scramblesuit is an additional tool for the obfsproxy transport. Scramblesuit bridges are designed to be hard to identify and hard to block."
+msgstr ""
+
+#: C/bridges.page:82(td/p)
+msgid "FTE"
+msgstr ""
+
+#: C/bridges.page:87(td/p)
+msgid "Format-Transforming Encryption disguises Tor traffic as web (HTTP) traffic or other types of internet traffic. FTE bridges are effective, but in limited supply."
+msgstr ""
+
+#: C/bridges.page:96(page/p)
+msgid "(Note that flashproxy is a Pluggable Transport, but does not rely on bridges.)"
+msgstr ""
+
+#: C/bridges.page:100(page/p)
+msgid "There are four ways to get a bridge."
+msgstr ""
+
+#: C/bridges.page:106(item/p)
+msgid "Visit <link href=\"https://bridges.torproject.org/\">https://bridges.torproject.org/</link> and follow the instructions."
+msgstr ""
+
+#: C/bridges.page:111(item/p)
+msgid "Email bridges at bridges.torproject.org from a gmail or yahoo email address. Put <cmd>get bridges</cmd> in the body for ORPort bridges or <cmd>transport=obfs3</cmd> for obfs3 bridges."
+msgstr ""
+
+#: C/bridges.page:118(item/p)
+msgid "Politely ask a human at help at rt.torproject.org if you cannot access either of the first two methods."
+msgstr ""
+
+#: C/bridges.page:124(item/p)
+msgid "Install and configure a Tor instance to be bridge for yourself. The computer acting as a bridge must have uncensored internet access to the Tor network. A full installation guide can be found at <link href=\"https://www.torproject.org/projects/obfsproxy-debian-instructions.html.en\">https://www.torproject.org/projects/obfsproxy-debian-instructions.html.en</link>"
+msgstr ""
+
+#: C/bridges.page:133(page/p)
+msgid "Enter the bridge information you get from any of the above steps in Tor-launcher."
+msgstr ""
+
+#: C/bridges.page:138(page/p)
+msgid "Choose yes when asked if your Internet Service Provider blocks connections to the Tor network. Select 'Use custom bridges' and enter each bridge identifier on its own line."
+msgstr ""
+
+#: C/bridges.page:146(page/p)
+msgid "Click Connect. Using bridges slow down the connection. If the connection fails, the bridges you received may be down. Get more and try again."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/circumvention.page:21(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-configure_en-US.png' md5='966f4bafcb829e59b2b84d08144d885e'"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/circumvention.page:28(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-wizard_en-US.png' md5='21f80fc3f4e34359bfdc44684d7da09d'"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/circumvention.page:36(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-provided-bridges_en-US.png' md5='70524dccb698a21bb1d20223461e3272'"
+msgstr ""
+
+#: C/circumvention.page:7(info/title)
+msgctxt "sort"
+msgid "04 Circumvention"
+msgstr ""
+
+#: C/circumvention.page:8(info/desc)
+msgid "What to do if the Tor network is blocked."
+msgstr ""
+
+#: C/circumvention.page:12(page/title)
+msgid "Circumvention"
+msgstr ""
+
+#: C/circumvention.page:14(page/p)
+msgid "Some firewalls can detect and block connections to Tor. The Tor Browser includes some circumvention tools for getting around blocking firewalls. These circumvention tools are called Pluggable Transports. To turn them on, click \"Configure\" in the Tor launcher window."
+msgstr ""
+
+#: C/circumvention.page:23(page/p)
+msgid "Select yes when asked if your internet service provider blocks connections to Tor.\""
+msgstr ""
+
+#: C/circumvention.page:30(page/p)
+msgid "Select \"Connect with provided bridges\". Tor Browser has three Pluggable Transports to choose from. If one fails to get you online, try selecting a different transport."
+msgstr ""
+
+#: C/circumvention.page:38(page/p)
+msgid "If you try all three transports, and none of them get you online, select \"Enter custom bridges\", and enter bridges manually. Read the <link xref=\"bridges\">Getting Bridges</link> section for instructions on getting custom bridges."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/how-tor-works.page:19(media)
+msgctxt "_"
+msgid "external ref='media/how-tor-works.png' md5='6fe4151a88b7a518466f0582e40ccc8c'"
+msgstr ""
+
+#: C/how-tor-works.page:6(info/title)
+msgctxt "sort"
+msgid "01 Tor"
+msgstr ""
+
+#: C/how-tor-works.page:7(info/desc)
+msgid "How Tor works."
+msgstr ""
+
+#: C/how-tor-works.page:11(page/title)
+msgid "Tor"
+msgstr ""
+
+#: C/how-tor-works.page:12(page/p)
+msgid "Tor is a network of virtual tunnels that allows you to improve your privacy and security on the Internet. Tor works by sending your traffic through three random servers (also known as <em>relays</em>) in the Tor network, before the traffic is sent out onto the public Internet"
+msgstr ""
+
+#: C/how-tor-works.page:20(page/p)
+msgid "The image above illustrates a user browsing to different websites over Tor. The green monitors represent relays in the Tor network, while the three keys represent the layers of encryption between the user and each relay."
+msgstr ""
+
+#: C/how-tor-works.page:26(page/p)
+msgid "Tor will anonymize the origin of your traffic, and it will encrypt everything between you and the Tor network. Tor will also encrypt your traffic inside the Tor network, but it cannot encrypt your traffic between the Tor network and its final destination."
+msgstr ""
+
+#: C/how-tor-works.page:32(page/p)
+msgid "If you are communicating sensitive information, for example when logging on to a website with a username and password, make sure that you are using HTTPS (e.g. <input><em>https</em>://torproject.org/</input>, not <input><em>http</em>://torproject.org/</input>)."
+msgstr ""
+
+#: C/index.page:6(page/title)
+msgid "Tor Browser Help"
+msgstr ""
+
+#: C/index.page:7(page/p)
+msgid "Version: UNKNOWN-dirty"
+msgstr ""
+
+#: C/known-issues.page:7(info/desc)
+msgid "A list of known issues."
+msgstr ""
+
+#: C/known-issues.page:8(info/title)
+msgctxt "sort"
+msgid "03 Known Issues"
+msgstr ""
+
+#: C/known-issues.page:12(page/title)
+msgid "Known Issues"
+msgstr ""
+
+#: C/known-issues.page:16(item/p)
+msgid "The following firewall software have been known to interfere with Tor and may need to be temporarily disabled:"
+msgstr ""
+
+#: C/known-issues.page:20(item/p)
+msgid "Webroot SecureAnywhere"
+msgstr ""
+
+#: C/known-issues.page:23(item/p)
+msgid "Kaspersky Internet Security 2012"
+msgstr ""
+
+#: C/known-issues.page:26(item/p)
+msgid "Sophos Antivirus for Mac"
+msgstr ""
+
+#: C/known-issues.page:29(item/p)
+msgid "Microsoft Security Essentials"
+msgstr ""
+
+#: C/known-issues.page:34(item/p)
+msgid "Videos that require Adobe Flash are unavailable. Flash is disabled for security reasons. Most YouTube videos can be played with HTML5 by visiting the video's \"Embed\" → \"Share\" link."
+msgstr ""
+
+#: C/known-issues.page:41(item/p)
+msgid "Tor can not use a bridge if a proxy is set."
+msgstr ""
+
+#: C/known-issues.page:46(item/p)
+msgid "The Tor Browser package is dated January 1, 2000 00:00:00 UTC. This is to ensure that each software build is exactly reproducible."
+msgstr ""
+
+#: C/known-issues.page:52(item/p)
+msgid "To run Tor Browser on Ubuntu, users need to execute a shell script. Open \"Files\" (Unity's explorer), open Preferences → Behavior Tab → Set \"Run executable text files when they are opened\" to \"Ask every time\", then OK. Tor Browser can also be started from the command line by running"
+msgstr ""
+
+#: C/known-issues.page:58(item/code)
+#, no-wrap
+msgid ""
+"\n"
+"    ./start-tor-browser\n"
+"    "
+msgstr ""
+
+#: C/known-issues.page:61(item/p)
+msgid "from inside the Tor Browser directory."
+msgstr ""
+
+#: C/known-issues.page:66(page/p)
+msgid "If you have an issue with Tor Browser that isn't on this list, feel free to email help at rt.torproject.org."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/troubleshooting.page:19(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-connect_en-US.png' md5='03118f523f4cbc7c001da1ddacc9e394'"
+msgstr ""
+
+#: C/troubleshooting.page:7(info/title)
+msgctxt "sort"
+msgid "02 Troubleshooting"
+msgstr ""
+
+#: C/troubleshooting.page:8(info/desc)
+msgid "What to do if Tor Browser doesn't work."
+msgstr ""
+
+#: C/troubleshooting.page:12(page/title)
+msgid "Troubleshooting"
+msgstr ""
+
+#: C/troubleshooting.page:14(page/p)
+msgid "The Tor Browser should get you online automatically after clicking the \"Connect\" button on the start up screen."
+msgstr ""
+
+#: C/troubleshooting.page:21(page/p)
+msgid "If it doesn't connect, there may be a simple fix. Try each of the following:"
+msgstr ""
+
+#: C/troubleshooting.page:27(item/p)
+msgid "Make sure another Tor Browser is not already running. If you're not sure if Tor Browser is running, restart your computer."
+msgstr ""
+
+#: C/troubleshooting.page:31(item/p)
+msgid "'Allow' Tor in your antivirus program."
+msgstr ""
+
+#: C/troubleshooting.page:34(item/p)
+msgid "Temporarily disable your firewall."
+msgstr ""
+
+#: C/troubleshooting.page:37(item/p)
+msgid "Delete Tor Browser and install it again. If updating, do not overwrite your previous Tor Browser files."
+msgstr ""
+
+#: C/troubleshooting.page:42(page/p)
+msgid "If you still can't connect, your internet service provider might be censoring connections to Tor. Follow the instructions in the <link xref=\"circumvention\">Circumvention</link> section."
+msgstr ""
+
+#: C/troubleshooting.page:48(page/p)
+msgid "If the above steps do not address your problem, email help at rt.torproject.org with your operating system, the details of your problem, and what you've already tried."
+msgstr ""
+
+#: C/uninstalling.page:7(info/desc)
+msgid "How to remove Tor Browser from your system."
+msgstr ""
+
+#: C/uninstalling.page:8(info/title)
+msgctxt "sort"
+msgid "06 Uninstalling"
+msgstr ""
+
+#: C/uninstalling.page:12(page/title)
+msgid "Uninstalling"
+msgstr ""
+
+#: C/uninstalling.page:14(page/p)
+msgid "The Tor Browser does not affect any of the existing software or settings on your computer. Uninstalling Tor Browser will not affect your system's software or settings either."
+msgstr ""
+
+#: C/uninstalling.page:20(page/p)
+msgid "Removing the Tor Browser from your system is simple:"
+msgstr ""
+
+#: C/uninstalling.page:26(item/p)
+msgid "Locate your Tor Browser folder. The default location is your Desktop."
+msgstr ""
+
+#: C/uninstalling.page:29(item/p)
+msgid "Delete the Tor Browser folder."
+msgstr ""
+
+#: C/uninstalling.page:32(item/p)
+msgid "Empty your Trash"
+msgstr ""
+
+#: C/uninstalling.page:36(page/p)
+msgid "Note that your operating system's standard \"Uninstall\" utility is not used."
+msgstr ""
+
diff --git a/ko/ko.po b/ko/ko.po
new file mode 100644
index 0000000..03e9cad
--- /dev/null
+++ b/ko/ko.po
@@ -0,0 +1,380 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2014-05-15 11:21+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
+msgctxt "_"
+msgid "translator-credits"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/bridges.page:144(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-custom-bridges_en-US.png' md5='93365c2aa3fb4d627497e83f28a39b7e'"
+msgstr ""
+
+#: C/bridges.page:7(info/desc)
+msgid "What bridges are and how to use them."
+msgstr ""
+
+#: C/bridges.page:8(info/title)
+msgctxt "sort"
+msgid "05 Bridges"
+msgstr ""
+
+#: C/bridges.page:12(page/title)
+msgid "Bridges"
+msgstr ""
+
+#: C/bridges.page:14(page/p)
+msgid "Bridges are quiet gateways into the Tor Network. Like Tor relays, they are run by volunteers. Unlike relays, they are not listed publicly. Using bridges disguise the fact that one is using Tor."
+msgstr ""
+
+#: C/bridges.page:20(page/p)
+msgid "Currently there are five bridge types, or transports, available. More are being developed."
+msgstr ""
+
+#: C/bridges.page:27(td/p)
+msgid "ORPort"
+msgstr ""
+
+#: C/bridges.page:32(td/p)
+msgid "Requesting 'bridges' without specifying the bridge type, will return ORPort bridges, also called Vanilla bridges. ORPort bridges are NOT reliable for circumventing censorship or national firewalls. ORPort bridges can be useful as trusted entry points into the Tor network."
+msgstr ""
+
+#: C/bridges.page:42(td/p)
+msgid "obfs2"
+msgstr ""
+
+#: C/bridges.page:47(td/p)
+msgid "Censors have learned how to identify obfs2 bridges. This transport is being deprecated."
+msgstr ""
+
+#: C/bridges.page:55(td/p)
+msgid "obfs3"
+msgstr ""
+
+#: C/bridges.page:60(td/p)
+msgid "Obfsproxy disguises Tor traffic as random noise. obfs3 bridges work almost everywhere. A few obfs3 bridges have been blocked."
+msgstr ""
+
+#: C/bridges.page:68(td/p)
+msgid "Scramblesuit"
+msgstr ""
+
+#: C/bridges.page:73(td/p)
+msgid "Scramblesuit is an additional tool for the obfsproxy transport. Scramblesuit bridges are designed to be hard to identify and hard to block."
+msgstr ""
+
+#: C/bridges.page:82(td/p)
+msgid "FTE"
+msgstr ""
+
+#: C/bridges.page:87(td/p)
+msgid "Format-Transforming Encryption disguises Tor traffic as web (HTTP) traffic or other types of internet traffic. FTE bridges are effective, but in limited supply."
+msgstr ""
+
+#: C/bridges.page:96(page/p)
+msgid "(Note that flashproxy is a Pluggable Transport, but does not rely on bridges.)"
+msgstr ""
+
+#: C/bridges.page:100(page/p)
+msgid "There are four ways to get a bridge."
+msgstr ""
+
+#: C/bridges.page:106(item/p)
+msgid "Visit <link href=\"https://bridges.torproject.org/\">https://bridges.torproject.org/</link> and follow the instructions."
+msgstr ""
+
+#: C/bridges.page:111(item/p)
+msgid "Email bridges at bridges.torproject.org from a gmail or yahoo email address. Put <cmd>get bridges</cmd> in the body for ORPort bridges or <cmd>transport=obfs3</cmd> for obfs3 bridges."
+msgstr ""
+
+#: C/bridges.page:118(item/p)
+msgid "Politely ask a human at help at rt.torproject.org if you cannot access either of the first two methods."
+msgstr ""
+
+#: C/bridges.page:124(item/p)
+msgid "Install and configure a Tor instance to be bridge for yourself. The computer acting as a bridge must have uncensored internet access to the Tor network. A full installation guide can be found at <link href=\"https://www.torproject.org/projects/obfsproxy-debian-instructions.html.en\">https://www.torproject.org/projects/obfsproxy-debian-instructions.html.en</link>"
+msgstr ""
+
+#: C/bridges.page:133(page/p)
+msgid "Enter the bridge information you get from any of the above steps in Tor-launcher."
+msgstr ""
+
+#: C/bridges.page:138(page/p)
+msgid "Choose yes when asked if your Internet Service Provider blocks connections to the Tor network. Select 'Use custom bridges' and enter each bridge identifier on its own line."
+msgstr ""
+
+#: C/bridges.page:146(page/p)
+msgid "Click Connect. Using bridges slow down the connection. If the connection fails, the bridges you received may be down. Get more and try again."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/circumvention.page:21(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-configure_en-US.png' md5='966f4bafcb829e59b2b84d08144d885e'"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/circumvention.page:28(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-wizard_en-US.png' md5='21f80fc3f4e34359bfdc44684d7da09d'"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/circumvention.page:36(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-provided-bridges_en-US.png' md5='70524dccb698a21bb1d20223461e3272'"
+msgstr ""
+
+#: C/circumvention.page:7(info/title)
+msgctxt "sort"
+msgid "04 Circumvention"
+msgstr ""
+
+#: C/circumvention.page:8(info/desc)
+msgid "What to do if the Tor network is blocked."
+msgstr ""
+
+#: C/circumvention.page:12(page/title)
+msgid "Circumvention"
+msgstr ""
+
+#: C/circumvention.page:14(page/p)
+msgid "Some firewalls can detect and block connections to Tor. The Tor Browser includes some circumvention tools for getting around blocking firewalls. These circumvention tools are called Pluggable Transports. To turn them on, click \"Configure\" in the Tor launcher window."
+msgstr ""
+
+#: C/circumvention.page:23(page/p)
+msgid "Select yes when asked if your internet service provider blocks connections to Tor.\""
+msgstr ""
+
+#: C/circumvention.page:30(page/p)
+msgid "Select \"Connect with provided bridges\". Tor Browser has three Pluggable Transports to choose from. If one fails to get you online, try selecting a different transport."
+msgstr ""
+
+#: C/circumvention.page:38(page/p)
+msgid "If you try all three transports, and none of them get you online, select \"Enter custom bridges\", and enter bridges manually. Read the <link xref=\"bridges\">Getting Bridges</link> section for instructions on getting custom bridges."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/how-tor-works.page:19(media)
+msgctxt "_"
+msgid "external ref='media/how-tor-works.png' md5='6fe4151a88b7a518466f0582e40ccc8c'"
+msgstr ""
+
+#: C/how-tor-works.page:6(info/title)
+msgctxt "sort"
+msgid "01 Tor"
+msgstr ""
+
+#: C/how-tor-works.page:7(info/desc)
+msgid "How Tor works."
+msgstr ""
+
+#: C/how-tor-works.page:11(page/title)
+msgid "Tor"
+msgstr ""
+
+#: C/how-tor-works.page:12(page/p)
+msgid "Tor is a network of virtual tunnels that allows you to improve your privacy and security on the Internet. Tor works by sending your traffic through three random servers (also known as <em>relays</em>) in the Tor network, before the traffic is sent out onto the public Internet"
+msgstr ""
+
+#: C/how-tor-works.page:20(page/p)
+msgid "The image above illustrates a user browsing to different websites over Tor. The green monitors represent relays in the Tor network, while the three keys represent the layers of encryption between the user and each relay."
+msgstr ""
+
+#: C/how-tor-works.page:26(page/p)
+msgid "Tor will anonymize the origin of your traffic, and it will encrypt everything between you and the Tor network. Tor will also encrypt your traffic inside the Tor network, but it cannot encrypt your traffic between the Tor network and its final destination."
+msgstr ""
+
+#: C/how-tor-works.page:32(page/p)
+msgid "If you are communicating sensitive information, for example when logging on to a website with a username and password, make sure that you are using HTTPS (e.g. <input><em>https</em>://torproject.org/</input>, not <input><em>http</em>://torproject.org/</input>)."
+msgstr ""
+
+#: C/index.page:6(page/title)
+msgid "Tor Browser Help"
+msgstr ""
+
+#: C/index.page:7(page/p)
+msgid "Version: UNKNOWN-dirty"
+msgstr ""
+
+#: C/known-issues.page:7(info/desc)
+msgid "A list of known issues."
+msgstr ""
+
+#: C/known-issues.page:8(info/title)
+msgctxt "sort"
+msgid "03 Known Issues"
+msgstr ""
+
+#: C/known-issues.page:12(page/title)
+msgid "Known Issues"
+msgstr ""
+
+#: C/known-issues.page:16(item/p)
+msgid "The following firewall software have been known to interfere with Tor and may need to be temporarily disabled:"
+msgstr ""
+
+#: C/known-issues.page:20(item/p)
+msgid "Webroot SecureAnywhere"
+msgstr ""
+
+#: C/known-issues.page:23(item/p)
+msgid "Kaspersky Internet Security 2012"
+msgstr ""
+
+#: C/known-issues.page:26(item/p)
+msgid "Sophos Antivirus for Mac"
+msgstr ""
+
+#: C/known-issues.page:29(item/p)
+msgid "Microsoft Security Essentials"
+msgstr ""
+
+#: C/known-issues.page:34(item/p)
+msgid "Videos that require Adobe Flash are unavailable. Flash is disabled for security reasons. Most YouTube videos can be played with HTML5 by visiting the video's \"Embed\" → \"Share\" link."
+msgstr ""
+
+#: C/known-issues.page:41(item/p)
+msgid "Tor can not use a bridge if a proxy is set."
+msgstr ""
+
+#: C/known-issues.page:46(item/p)
+msgid "The Tor Browser package is dated January 1, 2000 00:00:00 UTC. This is to ensure that each software build is exactly reproducible."
+msgstr ""
+
+#: C/known-issues.page:52(item/p)
+msgid "To run Tor Browser on Ubuntu, users need to execute a shell script. Open \"Files\" (Unity's explorer), open Preferences → Behavior Tab → Set \"Run executable text files when they are opened\" to \"Ask every time\", then OK. Tor Browser can also be started from the command line by running"
+msgstr ""
+
+#: C/known-issues.page:58(item/code)
+#, no-wrap
+msgid ""
+"\n"
+"    ./start-tor-browser\n"
+"    "
+msgstr ""
+
+#: C/known-issues.page:61(item/p)
+msgid "from inside the Tor Browser directory."
+msgstr ""
+
+#: C/known-issues.page:66(page/p)
+msgid "If you have an issue with Tor Browser that isn't on this list, feel free to email help at rt.torproject.org."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/troubleshooting.page:19(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-connect_en-US.png' md5='03118f523f4cbc7c001da1ddacc9e394'"
+msgstr ""
+
+#: C/troubleshooting.page:7(info/title)
+msgctxt "sort"
+msgid "02 Troubleshooting"
+msgstr ""
+
+#: C/troubleshooting.page:8(info/desc)
+msgid "What to do if Tor Browser doesn't work."
+msgstr ""
+
+#: C/troubleshooting.page:12(page/title)
+msgid "Troubleshooting"
+msgstr ""
+
+#: C/troubleshooting.page:14(page/p)
+msgid "The Tor Browser should get you online automatically after clicking the \"Connect\" button on the start up screen."
+msgstr ""
+
+#: C/troubleshooting.page:21(page/p)
+msgid "If it doesn't connect, there may be a simple fix. Try each of the following:"
+msgstr ""
+
+#: C/troubleshooting.page:27(item/p)
+msgid "Make sure another Tor Browser is not already running. If you're not sure if Tor Browser is running, restart your computer."
+msgstr ""
+
+#: C/troubleshooting.page:31(item/p)
+msgid "'Allow' Tor in your antivirus program."
+msgstr ""
+
+#: C/troubleshooting.page:34(item/p)
+msgid "Temporarily disable your firewall."
+msgstr ""
+
+#: C/troubleshooting.page:37(item/p)
+msgid "Delete Tor Browser and install it again. If updating, do not overwrite your previous Tor Browser files."
+msgstr ""
+
+#: C/troubleshooting.page:42(page/p)
+msgid "If you still can't connect, your internet service provider might be censoring connections to Tor. Follow the instructions in the <link xref=\"circumvention\">Circumvention</link> section."
+msgstr ""
+
+#: C/troubleshooting.page:48(page/p)
+msgid "If the above steps do not address your problem, email help at rt.torproject.org with your operating system, the details of your problem, and what you've already tried."
+msgstr ""
+
+#: C/uninstalling.page:7(info/desc)
+msgid "How to remove Tor Browser from your system."
+msgstr ""
+
+#: C/uninstalling.page:8(info/title)
+msgctxt "sort"
+msgid "06 Uninstalling"
+msgstr ""
+
+#: C/uninstalling.page:12(page/title)
+msgid "Uninstalling"
+msgstr ""
+
+#: C/uninstalling.page:14(page/p)
+msgid "The Tor Browser does not affect any of the existing software or settings on your computer. Uninstalling Tor Browser will not affect your system's software or settings either."
+msgstr ""
+
+#: C/uninstalling.page:20(page/p)
+msgid "Removing the Tor Browser from your system is simple:"
+msgstr ""
+
+#: C/uninstalling.page:26(item/p)
+msgid "Locate your Tor Browser folder. The default location is your Desktop."
+msgstr ""
+
+#: C/uninstalling.page:29(item/p)
+msgid "Delete the Tor Browser folder."
+msgstr ""
+
+#: C/uninstalling.page:32(item/p)
+msgid "Empty your Trash"
+msgstr ""
+
+#: C/uninstalling.page:36(page/p)
+msgid "Note that your operating system's standard \"Uninstall\" utility is not used."
+msgstr ""
+
diff --git a/nl/nl.po b/nl/nl.po
new file mode 100644
index 0000000..03e9cad
--- /dev/null
+++ b/nl/nl.po
@@ -0,0 +1,380 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2014-05-15 11:21+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
+msgctxt "_"
+msgid "translator-credits"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/bridges.page:144(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-custom-bridges_en-US.png' md5='93365c2aa3fb4d627497e83f28a39b7e'"
+msgstr ""
+
+#: C/bridges.page:7(info/desc)
+msgid "What bridges are and how to use them."
+msgstr ""
+
+#: C/bridges.page:8(info/title)
+msgctxt "sort"
+msgid "05 Bridges"
+msgstr ""
+
+#: C/bridges.page:12(page/title)
+msgid "Bridges"
+msgstr ""
+
+#: C/bridges.page:14(page/p)
+msgid "Bridges are quiet gateways into the Tor Network. Like Tor relays, they are run by volunteers. Unlike relays, they are not listed publicly. Using bridges disguise the fact that one is using Tor."
+msgstr ""
+
+#: C/bridges.page:20(page/p)
+msgid "Currently there are five bridge types, or transports, available. More are being developed."
+msgstr ""
+
+#: C/bridges.page:27(td/p)
+msgid "ORPort"
+msgstr ""
+
+#: C/bridges.page:32(td/p)
+msgid "Requesting 'bridges' without specifying the bridge type, will return ORPort bridges, also called Vanilla bridges. ORPort bridges are NOT reliable for circumventing censorship or national firewalls. ORPort bridges can be useful as trusted entry points into the Tor network."
+msgstr ""
+
+#: C/bridges.page:42(td/p)
+msgid "obfs2"
+msgstr ""
+
+#: C/bridges.page:47(td/p)
+msgid "Censors have learned how to identify obfs2 bridges. This transport is being deprecated."
+msgstr ""
+
+#: C/bridges.page:55(td/p)
+msgid "obfs3"
+msgstr ""
+
+#: C/bridges.page:60(td/p)
+msgid "Obfsproxy disguises Tor traffic as random noise. obfs3 bridges work almost everywhere. A few obfs3 bridges have been blocked."
+msgstr ""
+
+#: C/bridges.page:68(td/p)
+msgid "Scramblesuit"
+msgstr ""
+
+#: C/bridges.page:73(td/p)
+msgid "Scramblesuit is an additional tool for the obfsproxy transport. Scramblesuit bridges are designed to be hard to identify and hard to block."
+msgstr ""
+
+#: C/bridges.page:82(td/p)
+msgid "FTE"
+msgstr ""
+
+#: C/bridges.page:87(td/p)
+msgid "Format-Transforming Encryption disguises Tor traffic as web (HTTP) traffic or other types of internet traffic. FTE bridges are effective, but in limited supply."
+msgstr ""
+
+#: C/bridges.page:96(page/p)
+msgid "(Note that flashproxy is a Pluggable Transport, but does not rely on bridges.)"
+msgstr ""
+
+#: C/bridges.page:100(page/p)
+msgid "There are four ways to get a bridge."
+msgstr ""
+
+#: C/bridges.page:106(item/p)
+msgid "Visit <link href=\"https://bridges.torproject.org/\">https://bridges.torproject.org/</link> and follow the instructions."
+msgstr ""
+
+#: C/bridges.page:111(item/p)
+msgid "Email bridges at bridges.torproject.org from a gmail or yahoo email address. Put <cmd>get bridges</cmd> in the body for ORPort bridges or <cmd>transport=obfs3</cmd> for obfs3 bridges."
+msgstr ""
+
+#: C/bridges.page:118(item/p)
+msgid "Politely ask a human at help at rt.torproject.org if you cannot access either of the first two methods."
+msgstr ""
+
+#: C/bridges.page:124(item/p)
+msgid "Install and configure a Tor instance to be bridge for yourself. The computer acting as a bridge must have uncensored internet access to the Tor network. A full installation guide can be found at <link href=\"https://www.torproject.org/projects/obfsproxy-debian-instructions.html.en\">https://www.torproject.org/projects/obfsproxy-debian-instructions.html.en</link>"
+msgstr ""
+
+#: C/bridges.page:133(page/p)
+msgid "Enter the bridge information you get from any of the above steps in Tor-launcher."
+msgstr ""
+
+#: C/bridges.page:138(page/p)
+msgid "Choose yes when asked if your Internet Service Provider blocks connections to the Tor network. Select 'Use custom bridges' and enter each bridge identifier on its own line."
+msgstr ""
+
+#: C/bridges.page:146(page/p)
+msgid "Click Connect. Using bridges slow down the connection. If the connection fails, the bridges you received may be down. Get more and try again."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/circumvention.page:21(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-configure_en-US.png' md5='966f4bafcb829e59b2b84d08144d885e'"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/circumvention.page:28(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-wizard_en-US.png' md5='21f80fc3f4e34359bfdc44684d7da09d'"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/circumvention.page:36(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-provided-bridges_en-US.png' md5='70524dccb698a21bb1d20223461e3272'"
+msgstr ""
+
+#: C/circumvention.page:7(info/title)
+msgctxt "sort"
+msgid "04 Circumvention"
+msgstr ""
+
+#: C/circumvention.page:8(info/desc)
+msgid "What to do if the Tor network is blocked."
+msgstr ""
+
+#: C/circumvention.page:12(page/title)
+msgid "Circumvention"
+msgstr ""
+
+#: C/circumvention.page:14(page/p)
+msgid "Some firewalls can detect and block connections to Tor. The Tor Browser includes some circumvention tools for getting around blocking firewalls. These circumvention tools are called Pluggable Transports. To turn them on, click \"Configure\" in the Tor launcher window."
+msgstr ""
+
+#: C/circumvention.page:23(page/p)
+msgid "Select yes when asked if your internet service provider blocks connections to Tor.\""
+msgstr ""
+
+#: C/circumvention.page:30(page/p)
+msgid "Select \"Connect with provided bridges\". Tor Browser has three Pluggable Transports to choose from. If one fails to get you online, try selecting a different transport."
+msgstr ""
+
+#: C/circumvention.page:38(page/p)
+msgid "If you try all three transports, and none of them get you online, select \"Enter custom bridges\", and enter bridges manually. Read the <link xref=\"bridges\">Getting Bridges</link> section for instructions on getting custom bridges."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/how-tor-works.page:19(media)
+msgctxt "_"
+msgid "external ref='media/how-tor-works.png' md5='6fe4151a88b7a518466f0582e40ccc8c'"
+msgstr ""
+
+#: C/how-tor-works.page:6(info/title)
+msgctxt "sort"
+msgid "01 Tor"
+msgstr ""
+
+#: C/how-tor-works.page:7(info/desc)
+msgid "How Tor works."
+msgstr ""
+
+#: C/how-tor-works.page:11(page/title)
+msgid "Tor"
+msgstr ""
+
+#: C/how-tor-works.page:12(page/p)
+msgid "Tor is a network of virtual tunnels that allows you to improve your privacy and security on the Internet. Tor works by sending your traffic through three random servers (also known as <em>relays</em>) in the Tor network, before the traffic is sent out onto the public Internet"
+msgstr ""
+
+#: C/how-tor-works.page:20(page/p)
+msgid "The image above illustrates a user browsing to different websites over Tor. The green monitors represent relays in the Tor network, while the three keys represent the layers of encryption between the user and each relay."
+msgstr ""
+
+#: C/how-tor-works.page:26(page/p)
+msgid "Tor will anonymize the origin of your traffic, and it will encrypt everything between you and the Tor network. Tor will also encrypt your traffic inside the Tor network, but it cannot encrypt your traffic between the Tor network and its final destination."
+msgstr ""
+
+#: C/how-tor-works.page:32(page/p)
+msgid "If you are communicating sensitive information, for example when logging on to a website with a username and password, make sure that you are using HTTPS (e.g. <input><em>https</em>://torproject.org/</input>, not <input><em>http</em>://torproject.org/</input>)."
+msgstr ""
+
+#: C/index.page:6(page/title)
+msgid "Tor Browser Help"
+msgstr ""
+
+#: C/index.page:7(page/p)
+msgid "Version: UNKNOWN-dirty"
+msgstr ""
+
+#: C/known-issues.page:7(info/desc)
+msgid "A list of known issues."
+msgstr ""
+
+#: C/known-issues.page:8(info/title)
+msgctxt "sort"
+msgid "03 Known Issues"
+msgstr ""
+
+#: C/known-issues.page:12(page/title)
+msgid "Known Issues"
+msgstr ""
+
+#: C/known-issues.page:16(item/p)
+msgid "The following firewall software have been known to interfere with Tor and may need to be temporarily disabled:"
+msgstr ""
+
+#: C/known-issues.page:20(item/p)
+msgid "Webroot SecureAnywhere"
+msgstr ""
+
+#: C/known-issues.page:23(item/p)
+msgid "Kaspersky Internet Security 2012"
+msgstr ""
+
+#: C/known-issues.page:26(item/p)
+msgid "Sophos Antivirus for Mac"
+msgstr ""
+
+#: C/known-issues.page:29(item/p)
+msgid "Microsoft Security Essentials"
+msgstr ""
+
+#: C/known-issues.page:34(item/p)
+msgid "Videos that require Adobe Flash are unavailable. Flash is disabled for security reasons. Most YouTube videos can be played with HTML5 by visiting the video's \"Embed\" → \"Share\" link."
+msgstr ""
+
+#: C/known-issues.page:41(item/p)
+msgid "Tor can not use a bridge if a proxy is set."
+msgstr ""
+
+#: C/known-issues.page:46(item/p)
+msgid "The Tor Browser package is dated January 1, 2000 00:00:00 UTC. This is to ensure that each software build is exactly reproducible."
+msgstr ""
+
+#: C/known-issues.page:52(item/p)
+msgid "To run Tor Browser on Ubuntu, users need to execute a shell script. Open \"Files\" (Unity's explorer), open Preferences → Behavior Tab → Set \"Run executable text files when they are opened\" to \"Ask every time\", then OK. Tor Browser can also be started from the command line by running"
+msgstr ""
+
+#: C/known-issues.page:58(item/code)
+#, no-wrap
+msgid ""
+"\n"
+"    ./start-tor-browser\n"
+"    "
+msgstr ""
+
+#: C/known-issues.page:61(item/p)
+msgid "from inside the Tor Browser directory."
+msgstr ""
+
+#: C/known-issues.page:66(page/p)
+msgid "If you have an issue with Tor Browser that isn't on this list, feel free to email help at rt.torproject.org."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/troubleshooting.page:19(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-connect_en-US.png' md5='03118f523f4cbc7c001da1ddacc9e394'"
+msgstr ""
+
+#: C/troubleshooting.page:7(info/title)
+msgctxt "sort"
+msgid "02 Troubleshooting"
+msgstr ""
+
+#: C/troubleshooting.page:8(info/desc)
+msgid "What to do if Tor Browser doesn't work."
+msgstr ""
+
+#: C/troubleshooting.page:12(page/title)
+msgid "Troubleshooting"
+msgstr ""
+
+#: C/troubleshooting.page:14(page/p)
+msgid "The Tor Browser should get you online automatically after clicking the \"Connect\" button on the start up screen."
+msgstr ""
+
+#: C/troubleshooting.page:21(page/p)
+msgid "If it doesn't connect, there may be a simple fix. Try each of the following:"
+msgstr ""
+
+#: C/troubleshooting.page:27(item/p)
+msgid "Make sure another Tor Browser is not already running. If you're not sure if Tor Browser is running, restart your computer."
+msgstr ""
+
+#: C/troubleshooting.page:31(item/p)
+msgid "'Allow' Tor in your antivirus program."
+msgstr ""
+
+#: C/troubleshooting.page:34(item/p)
+msgid "Temporarily disable your firewall."
+msgstr ""
+
+#: C/troubleshooting.page:37(item/p)
+msgid "Delete Tor Browser and install it again. If updating, do not overwrite your previous Tor Browser files."
+msgstr ""
+
+#: C/troubleshooting.page:42(page/p)
+msgid "If you still can't connect, your internet service provider might be censoring connections to Tor. Follow the instructions in the <link xref=\"circumvention\">Circumvention</link> section."
+msgstr ""
+
+#: C/troubleshooting.page:48(page/p)
+msgid "If the above steps do not address your problem, email help at rt.torproject.org with your operating system, the details of your problem, and what you've already tried."
+msgstr ""
+
+#: C/uninstalling.page:7(info/desc)
+msgid "How to remove Tor Browser from your system."
+msgstr ""
+
+#: C/uninstalling.page:8(info/title)
+msgctxt "sort"
+msgid "06 Uninstalling"
+msgstr ""
+
+#: C/uninstalling.page:12(page/title)
+msgid "Uninstalling"
+msgstr ""
+
+#: C/uninstalling.page:14(page/p)
+msgid "The Tor Browser does not affect any of the existing software or settings on your computer. Uninstalling Tor Browser will not affect your system's software or settings either."
+msgstr ""
+
+#: C/uninstalling.page:20(page/p)
+msgid "Removing the Tor Browser from your system is simple:"
+msgstr ""
+
+#: C/uninstalling.page:26(item/p)
+msgid "Locate your Tor Browser folder. The default location is your Desktop."
+msgstr ""
+
+#: C/uninstalling.page:29(item/p)
+msgid "Delete the Tor Browser folder."
+msgstr ""
+
+#: C/uninstalling.page:32(item/p)
+msgid "Empty your Trash"
+msgstr ""
+
+#: C/uninstalling.page:36(page/p)
+msgid "Note that your operating system's standard \"Uninstall\" utility is not used."
+msgstr ""
+
diff --git a/pl/pl.po b/pl/pl.po
new file mode 100644
index 0000000..03e9cad
--- /dev/null
+++ b/pl/pl.po
@@ -0,0 +1,380 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2014-05-15 11:21+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
+msgctxt "_"
+msgid "translator-credits"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/bridges.page:144(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-custom-bridges_en-US.png' md5='93365c2aa3fb4d627497e83f28a39b7e'"
+msgstr ""
+
+#: C/bridges.page:7(info/desc)
+msgid "What bridges are and how to use them."
+msgstr ""
+
+#: C/bridges.page:8(info/title)
+msgctxt "sort"
+msgid "05 Bridges"
+msgstr ""
+
+#: C/bridges.page:12(page/title)
+msgid "Bridges"
+msgstr ""
+
+#: C/bridges.page:14(page/p)
+msgid "Bridges are quiet gateways into the Tor Network. Like Tor relays, they are run by volunteers. Unlike relays, they are not listed publicly. Using bridges disguise the fact that one is using Tor."
+msgstr ""
+
+#: C/bridges.page:20(page/p)
+msgid "Currently there are five bridge types, or transports, available. More are being developed."
+msgstr ""
+
+#: C/bridges.page:27(td/p)
+msgid "ORPort"
+msgstr ""
+
+#: C/bridges.page:32(td/p)
+msgid "Requesting 'bridges' without specifying the bridge type, will return ORPort bridges, also called Vanilla bridges. ORPort bridges are NOT reliable for circumventing censorship or national firewalls. ORPort bridges can be useful as trusted entry points into the Tor network."
+msgstr ""
+
+#: C/bridges.page:42(td/p)
+msgid "obfs2"
+msgstr ""
+
+#: C/bridges.page:47(td/p)
+msgid "Censors have learned how to identify obfs2 bridges. This transport is being deprecated."
+msgstr ""
+
+#: C/bridges.page:55(td/p)
+msgid "obfs3"
+msgstr ""
+
+#: C/bridges.page:60(td/p)
+msgid "Obfsproxy disguises Tor traffic as random noise. obfs3 bridges work almost everywhere. A few obfs3 bridges have been blocked."
+msgstr ""
+
+#: C/bridges.page:68(td/p)
+msgid "Scramblesuit"
+msgstr ""
+
+#: C/bridges.page:73(td/p)
+msgid "Scramblesuit is an additional tool for the obfsproxy transport. Scramblesuit bridges are designed to be hard to identify and hard to block."
+msgstr ""
+
+#: C/bridges.page:82(td/p)
+msgid "FTE"
+msgstr ""
+
+#: C/bridges.page:87(td/p)
+msgid "Format-Transforming Encryption disguises Tor traffic as web (HTTP) traffic or other types of internet traffic. FTE bridges are effective, but in limited supply."
+msgstr ""
+
+#: C/bridges.page:96(page/p)
+msgid "(Note that flashproxy is a Pluggable Transport, but does not rely on bridges.)"
+msgstr ""
+
+#: C/bridges.page:100(page/p)
+msgid "There are four ways to get a bridge."
+msgstr ""
+
+#: C/bridges.page:106(item/p)
+msgid "Visit <link href=\"https://bridges.torproject.org/\">https://bridges.torproject.org/</link> and follow the instructions."
+msgstr ""
+
+#: C/bridges.page:111(item/p)
+msgid "Email bridges at bridges.torproject.org from a gmail or yahoo email address. Put <cmd>get bridges</cmd> in the body for ORPort bridges or <cmd>transport=obfs3</cmd> for obfs3 bridges."
+msgstr ""
+
+#: C/bridges.page:118(item/p)
+msgid "Politely ask a human at help at rt.torproject.org if you cannot access either of the first two methods."
+msgstr ""
+
+#: C/bridges.page:124(item/p)
+msgid "Install and configure a Tor instance to be bridge for yourself. The computer acting as a bridge must have uncensored internet access to the Tor network. A full installation guide can be found at <link href=\"https://www.torproject.org/projects/obfsproxy-debian-instructions.html.en\">https://www.torproject.org/projects/obfsproxy-debian-instructions.html.en</link>"
+msgstr ""
+
+#: C/bridges.page:133(page/p)
+msgid "Enter the bridge information you get from any of the above steps in Tor-launcher."
+msgstr ""
+
+#: C/bridges.page:138(page/p)
+msgid "Choose yes when asked if your Internet Service Provider blocks connections to the Tor network. Select 'Use custom bridges' and enter each bridge identifier on its own line."
+msgstr ""
+
+#: C/bridges.page:146(page/p)
+msgid "Click Connect. Using bridges slow down the connection. If the connection fails, the bridges you received may be down. Get more and try again."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/circumvention.page:21(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-configure_en-US.png' md5='966f4bafcb829e59b2b84d08144d885e'"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/circumvention.page:28(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-wizard_en-US.png' md5='21f80fc3f4e34359bfdc44684d7da09d'"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/circumvention.page:36(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-provided-bridges_en-US.png' md5='70524dccb698a21bb1d20223461e3272'"
+msgstr ""
+
+#: C/circumvention.page:7(info/title)
+msgctxt "sort"
+msgid "04 Circumvention"
+msgstr ""
+
+#: C/circumvention.page:8(info/desc)
+msgid "What to do if the Tor network is blocked."
+msgstr ""
+
+#: C/circumvention.page:12(page/title)
+msgid "Circumvention"
+msgstr ""
+
+#: C/circumvention.page:14(page/p)
+msgid "Some firewalls can detect and block connections to Tor. The Tor Browser includes some circumvention tools for getting around blocking firewalls. These circumvention tools are called Pluggable Transports. To turn them on, click \"Configure\" in the Tor launcher window."
+msgstr ""
+
+#: C/circumvention.page:23(page/p)
+msgid "Select yes when asked if your internet service provider blocks connections to Tor.\""
+msgstr ""
+
+#: C/circumvention.page:30(page/p)
+msgid "Select \"Connect with provided bridges\". Tor Browser has three Pluggable Transports to choose from. If one fails to get you online, try selecting a different transport."
+msgstr ""
+
+#: C/circumvention.page:38(page/p)
+msgid "If you try all three transports, and none of them get you online, select \"Enter custom bridges\", and enter bridges manually. Read the <link xref=\"bridges\">Getting Bridges</link> section for instructions on getting custom bridges."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/how-tor-works.page:19(media)
+msgctxt "_"
+msgid "external ref='media/how-tor-works.png' md5='6fe4151a88b7a518466f0582e40ccc8c'"
+msgstr ""
+
+#: C/how-tor-works.page:6(info/title)
+msgctxt "sort"
+msgid "01 Tor"
+msgstr ""
+
+#: C/how-tor-works.page:7(info/desc)
+msgid "How Tor works."
+msgstr ""
+
+#: C/how-tor-works.page:11(page/title)
+msgid "Tor"
+msgstr ""
+
+#: C/how-tor-works.page:12(page/p)
+msgid "Tor is a network of virtual tunnels that allows you to improve your privacy and security on the Internet. Tor works by sending your traffic through three random servers (also known as <em>relays</em>) in the Tor network, before the traffic is sent out onto the public Internet"
+msgstr ""
+
+#: C/how-tor-works.page:20(page/p)
+msgid "The image above illustrates a user browsing to different websites over Tor. The green monitors represent relays in the Tor network, while the three keys represent the layers of encryption between the user and each relay."
+msgstr ""
+
+#: C/how-tor-works.page:26(page/p)
+msgid "Tor will anonymize the origin of your traffic, and it will encrypt everything between you and the Tor network. Tor will also encrypt your traffic inside the Tor network, but it cannot encrypt your traffic between the Tor network and its final destination."
+msgstr ""
+
+#: C/how-tor-works.page:32(page/p)
+msgid "If you are communicating sensitive information, for example when logging on to a website with a username and password, make sure that you are using HTTPS (e.g. <input><em>https</em>://torproject.org/</input>, not <input><em>http</em>://torproject.org/</input>)."
+msgstr ""
+
+#: C/index.page:6(page/title)
+msgid "Tor Browser Help"
+msgstr ""
+
+#: C/index.page:7(page/p)
+msgid "Version: UNKNOWN-dirty"
+msgstr ""
+
+#: C/known-issues.page:7(info/desc)
+msgid "A list of known issues."
+msgstr ""
+
+#: C/known-issues.page:8(info/title)
+msgctxt "sort"
+msgid "03 Known Issues"
+msgstr ""
+
+#: C/known-issues.page:12(page/title)
+msgid "Known Issues"
+msgstr ""
+
+#: C/known-issues.page:16(item/p)
+msgid "The following firewall software have been known to interfere with Tor and may need to be temporarily disabled:"
+msgstr ""
+
+#: C/known-issues.page:20(item/p)
+msgid "Webroot SecureAnywhere"
+msgstr ""
+
+#: C/known-issues.page:23(item/p)
+msgid "Kaspersky Internet Security 2012"
+msgstr ""
+
+#: C/known-issues.page:26(item/p)
+msgid "Sophos Antivirus for Mac"
+msgstr ""
+
+#: C/known-issues.page:29(item/p)
+msgid "Microsoft Security Essentials"
+msgstr ""
+
+#: C/known-issues.page:34(item/p)
+msgid "Videos that require Adobe Flash are unavailable. Flash is disabled for security reasons. Most YouTube videos can be played with HTML5 by visiting the video's \"Embed\" → \"Share\" link."
+msgstr ""
+
+#: C/known-issues.page:41(item/p)
+msgid "Tor can not use a bridge if a proxy is set."
+msgstr ""
+
+#: C/known-issues.page:46(item/p)
+msgid "The Tor Browser package is dated January 1, 2000 00:00:00 UTC. This is to ensure that each software build is exactly reproducible."
+msgstr ""
+
+#: C/known-issues.page:52(item/p)
+msgid "To run Tor Browser on Ubuntu, users need to execute a shell script. Open \"Files\" (Unity's explorer), open Preferences → Behavior Tab → Set \"Run executable text files when they are opened\" to \"Ask every time\", then OK. Tor Browser can also be started from the command line by running"
+msgstr ""
+
+#: C/known-issues.page:58(item/code)
+#, no-wrap
+msgid ""
+"\n"
+"    ./start-tor-browser\n"
+"    "
+msgstr ""
+
+#: C/known-issues.page:61(item/p)
+msgid "from inside the Tor Browser directory."
+msgstr ""
+
+#: C/known-issues.page:66(page/p)
+msgid "If you have an issue with Tor Browser that isn't on this list, feel free to email help at rt.torproject.org."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/troubleshooting.page:19(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-connect_en-US.png' md5='03118f523f4cbc7c001da1ddacc9e394'"
+msgstr ""
+
+#: C/troubleshooting.page:7(info/title)
+msgctxt "sort"
+msgid "02 Troubleshooting"
+msgstr ""
+
+#: C/troubleshooting.page:8(info/desc)
+msgid "What to do if Tor Browser doesn't work."
+msgstr ""
+
+#: C/troubleshooting.page:12(page/title)
+msgid "Troubleshooting"
+msgstr ""
+
+#: C/troubleshooting.page:14(page/p)
+msgid "The Tor Browser should get you online automatically after clicking the \"Connect\" button on the start up screen."
+msgstr ""
+
+#: C/troubleshooting.page:21(page/p)
+msgid "If it doesn't connect, there may be a simple fix. Try each of the following:"
+msgstr ""
+
+#: C/troubleshooting.page:27(item/p)
+msgid "Make sure another Tor Browser is not already running. If you're not sure if Tor Browser is running, restart your computer."
+msgstr ""
+
+#: C/troubleshooting.page:31(item/p)
+msgid "'Allow' Tor in your antivirus program."
+msgstr ""
+
+#: C/troubleshooting.page:34(item/p)
+msgid "Temporarily disable your firewall."
+msgstr ""
+
+#: C/troubleshooting.page:37(item/p)
+msgid "Delete Tor Browser and install it again. If updating, do not overwrite your previous Tor Browser files."
+msgstr ""
+
+#: C/troubleshooting.page:42(page/p)
+msgid "If you still can't connect, your internet service provider might be censoring connections to Tor. Follow the instructions in the <link xref=\"circumvention\">Circumvention</link> section."
+msgstr ""
+
+#: C/troubleshooting.page:48(page/p)
+msgid "If the above steps do not address your problem, email help at rt.torproject.org with your operating system, the details of your problem, and what you've already tried."
+msgstr ""
+
+#: C/uninstalling.page:7(info/desc)
+msgid "How to remove Tor Browser from your system."
+msgstr ""
+
+#: C/uninstalling.page:8(info/title)
+msgctxt "sort"
+msgid "06 Uninstalling"
+msgstr ""
+
+#: C/uninstalling.page:12(page/title)
+msgid "Uninstalling"
+msgstr ""
+
+#: C/uninstalling.page:14(page/p)
+msgid "The Tor Browser does not affect any of the existing software or settings on your computer. Uninstalling Tor Browser will not affect your system's software or settings either."
+msgstr ""
+
+#: C/uninstalling.page:20(page/p)
+msgid "Removing the Tor Browser from your system is simple:"
+msgstr ""
+
+#: C/uninstalling.page:26(item/p)
+msgid "Locate your Tor Browser folder. The default location is your Desktop."
+msgstr ""
+
+#: C/uninstalling.page:29(item/p)
+msgid "Delete the Tor Browser folder."
+msgstr ""
+
+#: C/uninstalling.page:32(item/p)
+msgid "Empty your Trash"
+msgstr ""
+
+#: C/uninstalling.page:36(page/p)
+msgid "Note that your operating system's standard \"Uninstall\" utility is not used."
+msgstr ""
+
diff --git a/platform-linux.xslt b/platform-linux.xslt
new file mode 100644
index 0000000..f29fcb5
--- /dev/null
+++ b/platform-linux.xslt
@@ -0,0 +1,7 @@
+<xsl:stylesheet
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ xmlns:mal="http://projectmallard.org/1.0/"
+ exclude-result-prefixes="mal"
+ version="1.0">
+  <xsl:param name="mal.if.platform" select="'platform:linux'"/>
+</xsl:stylesheet>
diff --git a/platform-macosx.xslt b/platform-macosx.xslt
new file mode 100644
index 0000000..33294fa
--- /dev/null
+++ b/platform-macosx.xslt
@@ -0,0 +1,7 @@
+<xsl:stylesheet
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ xmlns:mal="http://projectmallard.org/1.0/"
+ exclude-result-prefixes="mal"
+ version="1.0">
+  <xsl:param name="mal.if.platform" select="'platform:macosx'"/>
+</xsl:stylesheet>
diff --git a/platform-windows.xslt b/platform-windows.xslt
new file mode 100644
index 0000000..d21d628
--- /dev/null
+++ b/platform-windows.xslt
@@ -0,0 +1,7 @@
+<xsl:stylesheet
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ xmlns:mal="http://projectmallard.org/1.0/"
+ exclude-result-prefixes="mal"
+ version="1.0">
+  <xsl:param name="mal.if.platform" select="'platform:windows'"/>
+</xsl:stylesheet>
diff --git a/pt_PT/pt_PT.po b/pt_PT/pt_PT.po
new file mode 100644
index 0000000..03e9cad
--- /dev/null
+++ b/pt_PT/pt_PT.po
@@ -0,0 +1,380 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2014-05-15 11:21+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
+msgctxt "_"
+msgid "translator-credits"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/bridges.page:144(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-custom-bridges_en-US.png' md5='93365c2aa3fb4d627497e83f28a39b7e'"
+msgstr ""
+
+#: C/bridges.page:7(info/desc)
+msgid "What bridges are and how to use them."
+msgstr ""
+
+#: C/bridges.page:8(info/title)
+msgctxt "sort"
+msgid "05 Bridges"
+msgstr ""
+
+#: C/bridges.page:12(page/title)
+msgid "Bridges"
+msgstr ""
+
+#: C/bridges.page:14(page/p)
+msgid "Bridges are quiet gateways into the Tor Network. Like Tor relays, they are run by volunteers. Unlike relays, they are not listed publicly. Using bridges disguise the fact that one is using Tor."
+msgstr ""
+
+#: C/bridges.page:20(page/p)
+msgid "Currently there are five bridge types, or transports, available. More are being developed."
+msgstr ""
+
+#: C/bridges.page:27(td/p)
+msgid "ORPort"
+msgstr ""
+
+#: C/bridges.page:32(td/p)
+msgid "Requesting 'bridges' without specifying the bridge type, will return ORPort bridges, also called Vanilla bridges. ORPort bridges are NOT reliable for circumventing censorship or national firewalls. ORPort bridges can be useful as trusted entry points into the Tor network."
+msgstr ""
+
+#: C/bridges.page:42(td/p)
+msgid "obfs2"
+msgstr ""
+
+#: C/bridges.page:47(td/p)
+msgid "Censors have learned how to identify obfs2 bridges. This transport is being deprecated."
+msgstr ""
+
+#: C/bridges.page:55(td/p)
+msgid "obfs3"
+msgstr ""
+
+#: C/bridges.page:60(td/p)
+msgid "Obfsproxy disguises Tor traffic as random noise. obfs3 bridges work almost everywhere. A few obfs3 bridges have been blocked."
+msgstr ""
+
+#: C/bridges.page:68(td/p)
+msgid "Scramblesuit"
+msgstr ""
+
+#: C/bridges.page:73(td/p)
+msgid "Scramblesuit is an additional tool for the obfsproxy transport. Scramblesuit bridges are designed to be hard to identify and hard to block."
+msgstr ""
+
+#: C/bridges.page:82(td/p)
+msgid "FTE"
+msgstr ""
+
+#: C/bridges.page:87(td/p)
+msgid "Format-Transforming Encryption disguises Tor traffic as web (HTTP) traffic or other types of internet traffic. FTE bridges are effective, but in limited supply."
+msgstr ""
+
+#: C/bridges.page:96(page/p)
+msgid "(Note that flashproxy is a Pluggable Transport, but does not rely on bridges.)"
+msgstr ""
+
+#: C/bridges.page:100(page/p)
+msgid "There are four ways to get a bridge."
+msgstr ""
+
+#: C/bridges.page:106(item/p)
+msgid "Visit <link href=\"https://bridges.torproject.org/\">https://bridges.torproject.org/</link> and follow the instructions."
+msgstr ""
+
+#: C/bridges.page:111(item/p)
+msgid "Email bridges at bridges.torproject.org from a gmail or yahoo email address. Put <cmd>get bridges</cmd> in the body for ORPort bridges or <cmd>transport=obfs3</cmd> for obfs3 bridges."
+msgstr ""
+
+#: C/bridges.page:118(item/p)
+msgid "Politely ask a human at help at rt.torproject.org if you cannot access either of the first two methods."
+msgstr ""
+
+#: C/bridges.page:124(item/p)
+msgid "Install and configure a Tor instance to be bridge for yourself. The computer acting as a bridge must have uncensored internet access to the Tor network. A full installation guide can be found at <link href=\"https://www.torproject.org/projects/obfsproxy-debian-instructions.html.en\">https://www.torproject.org/projects/obfsproxy-debian-instructions.html.en</link>"
+msgstr ""
+
+#: C/bridges.page:133(page/p)
+msgid "Enter the bridge information you get from any of the above steps in Tor-launcher."
+msgstr ""
+
+#: C/bridges.page:138(page/p)
+msgid "Choose yes when asked if your Internet Service Provider blocks connections to the Tor network. Select 'Use custom bridges' and enter each bridge identifier on its own line."
+msgstr ""
+
+#: C/bridges.page:146(page/p)
+msgid "Click Connect. Using bridges slow down the connection. If the connection fails, the bridges you received may be down. Get more and try again."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/circumvention.page:21(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-configure_en-US.png' md5='966f4bafcb829e59b2b84d08144d885e'"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/circumvention.page:28(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-wizard_en-US.png' md5='21f80fc3f4e34359bfdc44684d7da09d'"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/circumvention.page:36(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-provided-bridges_en-US.png' md5='70524dccb698a21bb1d20223461e3272'"
+msgstr ""
+
+#: C/circumvention.page:7(info/title)
+msgctxt "sort"
+msgid "04 Circumvention"
+msgstr ""
+
+#: C/circumvention.page:8(info/desc)
+msgid "What to do if the Tor network is blocked."
+msgstr ""
+
+#: C/circumvention.page:12(page/title)
+msgid "Circumvention"
+msgstr ""
+
+#: C/circumvention.page:14(page/p)
+msgid "Some firewalls can detect and block connections to Tor. The Tor Browser includes some circumvention tools for getting around blocking firewalls. These circumvention tools are called Pluggable Transports. To turn them on, click \"Configure\" in the Tor launcher window."
+msgstr ""
+
+#: C/circumvention.page:23(page/p)
+msgid "Select yes when asked if your internet service provider blocks connections to Tor.\""
+msgstr ""
+
+#: C/circumvention.page:30(page/p)
+msgid "Select \"Connect with provided bridges\". Tor Browser has three Pluggable Transports to choose from. If one fails to get you online, try selecting a different transport."
+msgstr ""
+
+#: C/circumvention.page:38(page/p)
+msgid "If you try all three transports, and none of them get you online, select \"Enter custom bridges\", and enter bridges manually. Read the <link xref=\"bridges\">Getting Bridges</link> section for instructions on getting custom bridges."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/how-tor-works.page:19(media)
+msgctxt "_"
+msgid "external ref='media/how-tor-works.png' md5='6fe4151a88b7a518466f0582e40ccc8c'"
+msgstr ""
+
+#: C/how-tor-works.page:6(info/title)
+msgctxt "sort"
+msgid "01 Tor"
+msgstr ""
+
+#: C/how-tor-works.page:7(info/desc)
+msgid "How Tor works."
+msgstr ""
+
+#: C/how-tor-works.page:11(page/title)
+msgid "Tor"
+msgstr ""
+
+#: C/how-tor-works.page:12(page/p)
+msgid "Tor is a network of virtual tunnels that allows you to improve your privacy and security on the Internet. Tor works by sending your traffic through three random servers (also known as <em>relays</em>) in the Tor network, before the traffic is sent out onto the public Internet"
+msgstr ""
+
+#: C/how-tor-works.page:20(page/p)
+msgid "The image above illustrates a user browsing to different websites over Tor. The green monitors represent relays in the Tor network, while the three keys represent the layers of encryption between the user and each relay."
+msgstr ""
+
+#: C/how-tor-works.page:26(page/p)
+msgid "Tor will anonymize the origin of your traffic, and it will encrypt everything between you and the Tor network. Tor will also encrypt your traffic inside the Tor network, but it cannot encrypt your traffic between the Tor network and its final destination."
+msgstr ""
+
+#: C/how-tor-works.page:32(page/p)
+msgid "If you are communicating sensitive information, for example when logging on to a website with a username and password, make sure that you are using HTTPS (e.g. <input><em>https</em>://torproject.org/</input>, not <input><em>http</em>://torproject.org/</input>)."
+msgstr ""
+
+#: C/index.page:6(page/title)
+msgid "Tor Browser Help"
+msgstr ""
+
+#: C/index.page:7(page/p)
+msgid "Version: UNKNOWN-dirty"
+msgstr ""
+
+#: C/known-issues.page:7(info/desc)
+msgid "A list of known issues."
+msgstr ""
+
+#: C/known-issues.page:8(info/title)
+msgctxt "sort"
+msgid "03 Known Issues"
+msgstr ""
+
+#: C/known-issues.page:12(page/title)
+msgid "Known Issues"
+msgstr ""
+
+#: C/known-issues.page:16(item/p)
+msgid "The following firewall software have been known to interfere with Tor and may need to be temporarily disabled:"
+msgstr ""
+
+#: C/known-issues.page:20(item/p)
+msgid "Webroot SecureAnywhere"
+msgstr ""
+
+#: C/known-issues.page:23(item/p)
+msgid "Kaspersky Internet Security 2012"
+msgstr ""
+
+#: C/known-issues.page:26(item/p)
+msgid "Sophos Antivirus for Mac"
+msgstr ""
+
+#: C/known-issues.page:29(item/p)
+msgid "Microsoft Security Essentials"
+msgstr ""
+
+#: C/known-issues.page:34(item/p)
+msgid "Videos that require Adobe Flash are unavailable. Flash is disabled for security reasons. Most YouTube videos can be played with HTML5 by visiting the video's \"Embed\" → \"Share\" link."
+msgstr ""
+
+#: C/known-issues.page:41(item/p)
+msgid "Tor can not use a bridge if a proxy is set."
+msgstr ""
+
+#: C/known-issues.page:46(item/p)
+msgid "The Tor Browser package is dated January 1, 2000 00:00:00 UTC. This is to ensure that each software build is exactly reproducible."
+msgstr ""
+
+#: C/known-issues.page:52(item/p)
+msgid "To run Tor Browser on Ubuntu, users need to execute a shell script. Open \"Files\" (Unity's explorer), open Preferences → Behavior Tab → Set \"Run executable text files when they are opened\" to \"Ask every time\", then OK. Tor Browser can also be started from the command line by running"
+msgstr ""
+
+#: C/known-issues.page:58(item/code)
+#, no-wrap
+msgid ""
+"\n"
+"    ./start-tor-browser\n"
+"    "
+msgstr ""
+
+#: C/known-issues.page:61(item/p)
+msgid "from inside the Tor Browser directory."
+msgstr ""
+
+#: C/known-issues.page:66(page/p)
+msgid "If you have an issue with Tor Browser that isn't on this list, feel free to email help at rt.torproject.org."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/troubleshooting.page:19(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-connect_en-US.png' md5='03118f523f4cbc7c001da1ddacc9e394'"
+msgstr ""
+
+#: C/troubleshooting.page:7(info/title)
+msgctxt "sort"
+msgid "02 Troubleshooting"
+msgstr ""
+
+#: C/troubleshooting.page:8(info/desc)
+msgid "What to do if Tor Browser doesn't work."
+msgstr ""
+
+#: C/troubleshooting.page:12(page/title)
+msgid "Troubleshooting"
+msgstr ""
+
+#: C/troubleshooting.page:14(page/p)
+msgid "The Tor Browser should get you online automatically after clicking the \"Connect\" button on the start up screen."
+msgstr ""
+
+#: C/troubleshooting.page:21(page/p)
+msgid "If it doesn't connect, there may be a simple fix. Try each of the following:"
+msgstr ""
+
+#: C/troubleshooting.page:27(item/p)
+msgid "Make sure another Tor Browser is not already running. If you're not sure if Tor Browser is running, restart your computer."
+msgstr ""
+
+#: C/troubleshooting.page:31(item/p)
+msgid "'Allow' Tor in your antivirus program."
+msgstr ""
+
+#: C/troubleshooting.page:34(item/p)
+msgid "Temporarily disable your firewall."
+msgstr ""
+
+#: C/troubleshooting.page:37(item/p)
+msgid "Delete Tor Browser and install it again. If updating, do not overwrite your previous Tor Browser files."
+msgstr ""
+
+#: C/troubleshooting.page:42(page/p)
+msgid "If you still can't connect, your internet service provider might be censoring connections to Tor. Follow the instructions in the <link xref=\"circumvention\">Circumvention</link> section."
+msgstr ""
+
+#: C/troubleshooting.page:48(page/p)
+msgid "If the above steps do not address your problem, email help at rt.torproject.org with your operating system, the details of your problem, and what you've already tried."
+msgstr ""
+
+#: C/uninstalling.page:7(info/desc)
+msgid "How to remove Tor Browser from your system."
+msgstr ""
+
+#: C/uninstalling.page:8(info/title)
+msgctxt "sort"
+msgid "06 Uninstalling"
+msgstr ""
+
+#: C/uninstalling.page:12(page/title)
+msgid "Uninstalling"
+msgstr ""
+
+#: C/uninstalling.page:14(page/p)
+msgid "The Tor Browser does not affect any of the existing software or settings on your computer. Uninstalling Tor Browser will not affect your system's software or settings either."
+msgstr ""
+
+#: C/uninstalling.page:20(page/p)
+msgid "Removing the Tor Browser from your system is simple:"
+msgstr ""
+
+#: C/uninstalling.page:26(item/p)
+msgid "Locate your Tor Browser folder. The default location is your Desktop."
+msgstr ""
+
+#: C/uninstalling.page:29(item/p)
+msgid "Delete the Tor Browser folder."
+msgstr ""
+
+#: C/uninstalling.page:32(item/p)
+msgid "Empty your Trash"
+msgstr ""
+
+#: C/uninstalling.page:36(page/p)
+msgid "Note that your operating system's standard \"Uninstall\" utility is not used."
+msgstr ""
+
diff --git a/ru/ru.po b/ru/ru.po
new file mode 100644
index 0000000..03e9cad
--- /dev/null
+++ b/ru/ru.po
@@ -0,0 +1,380 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2014-05-15 11:21+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
+msgctxt "_"
+msgid "translator-credits"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/bridges.page:144(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-custom-bridges_en-US.png' md5='93365c2aa3fb4d627497e83f28a39b7e'"
+msgstr ""
+
+#: C/bridges.page:7(info/desc)
+msgid "What bridges are and how to use them."
+msgstr ""
+
+#: C/bridges.page:8(info/title)
+msgctxt "sort"
+msgid "05 Bridges"
+msgstr ""
+
+#: C/bridges.page:12(page/title)
+msgid "Bridges"
+msgstr ""
+
+#: C/bridges.page:14(page/p)
+msgid "Bridges are quiet gateways into the Tor Network. Like Tor relays, they are run by volunteers. Unlike relays, they are not listed publicly. Using bridges disguise the fact that one is using Tor."
+msgstr ""
+
+#: C/bridges.page:20(page/p)
+msgid "Currently there are five bridge types, or transports, available. More are being developed."
+msgstr ""
+
+#: C/bridges.page:27(td/p)
+msgid "ORPort"
+msgstr ""
+
+#: C/bridges.page:32(td/p)
+msgid "Requesting 'bridges' without specifying the bridge type, will return ORPort bridges, also called Vanilla bridges. ORPort bridges are NOT reliable for circumventing censorship or national firewalls. ORPort bridges can be useful as trusted entry points into the Tor network."
+msgstr ""
+
+#: C/bridges.page:42(td/p)
+msgid "obfs2"
+msgstr ""
+
+#: C/bridges.page:47(td/p)
+msgid "Censors have learned how to identify obfs2 bridges. This transport is being deprecated."
+msgstr ""
+
+#: C/bridges.page:55(td/p)
+msgid "obfs3"
+msgstr ""
+
+#: C/bridges.page:60(td/p)
+msgid "Obfsproxy disguises Tor traffic as random noise. obfs3 bridges work almost everywhere. A few obfs3 bridges have been blocked."
+msgstr ""
+
+#: C/bridges.page:68(td/p)
+msgid "Scramblesuit"
+msgstr ""
+
+#: C/bridges.page:73(td/p)
+msgid "Scramblesuit is an additional tool for the obfsproxy transport. Scramblesuit bridges are designed to be hard to identify and hard to block."
+msgstr ""
+
+#: C/bridges.page:82(td/p)
+msgid "FTE"
+msgstr ""
+
+#: C/bridges.page:87(td/p)
+msgid "Format-Transforming Encryption disguises Tor traffic as web (HTTP) traffic or other types of internet traffic. FTE bridges are effective, but in limited supply."
+msgstr ""
+
+#: C/bridges.page:96(page/p)
+msgid "(Note that flashproxy is a Pluggable Transport, but does not rely on bridges.)"
+msgstr ""
+
+#: C/bridges.page:100(page/p)
+msgid "There are four ways to get a bridge."
+msgstr ""
+
+#: C/bridges.page:106(item/p)
+msgid "Visit <link href=\"https://bridges.torproject.org/\">https://bridges.torproject.org/</link> and follow the instructions."
+msgstr ""
+
+#: C/bridges.page:111(item/p)
+msgid "Email bridges at bridges.torproject.org from a gmail or yahoo email address. Put <cmd>get bridges</cmd> in the body for ORPort bridges or <cmd>transport=obfs3</cmd> for obfs3 bridges."
+msgstr ""
+
+#: C/bridges.page:118(item/p)
+msgid "Politely ask a human at help at rt.torproject.org if you cannot access either of the first two methods."
+msgstr ""
+
+#: C/bridges.page:124(item/p)
+msgid "Install and configure a Tor instance to be bridge for yourself. The computer acting as a bridge must have uncensored internet access to the Tor network. A full installation guide can be found at <link href=\"https://www.torproject.org/projects/obfsproxy-debian-instructions.html.en\">https://www.torproject.org/projects/obfsproxy-debian-instructions.html.en</link>"
+msgstr ""
+
+#: C/bridges.page:133(page/p)
+msgid "Enter the bridge information you get from any of the above steps in Tor-launcher."
+msgstr ""
+
+#: C/bridges.page:138(page/p)
+msgid "Choose yes when asked if your Internet Service Provider blocks connections to the Tor network. Select 'Use custom bridges' and enter each bridge identifier on its own line."
+msgstr ""
+
+#: C/bridges.page:146(page/p)
+msgid "Click Connect. Using bridges slow down the connection. If the connection fails, the bridges you received may be down. Get more and try again."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/circumvention.page:21(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-configure_en-US.png' md5='966f4bafcb829e59b2b84d08144d885e'"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/circumvention.page:28(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-wizard_en-US.png' md5='21f80fc3f4e34359bfdc44684d7da09d'"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/circumvention.page:36(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-provided-bridges_en-US.png' md5='70524dccb698a21bb1d20223461e3272'"
+msgstr ""
+
+#: C/circumvention.page:7(info/title)
+msgctxt "sort"
+msgid "04 Circumvention"
+msgstr ""
+
+#: C/circumvention.page:8(info/desc)
+msgid "What to do if the Tor network is blocked."
+msgstr ""
+
+#: C/circumvention.page:12(page/title)
+msgid "Circumvention"
+msgstr ""
+
+#: C/circumvention.page:14(page/p)
+msgid "Some firewalls can detect and block connections to Tor. The Tor Browser includes some circumvention tools for getting around blocking firewalls. These circumvention tools are called Pluggable Transports. To turn them on, click \"Configure\" in the Tor launcher window."
+msgstr ""
+
+#: C/circumvention.page:23(page/p)
+msgid "Select yes when asked if your internet service provider blocks connections to Tor.\""
+msgstr ""
+
+#: C/circumvention.page:30(page/p)
+msgid "Select \"Connect with provided bridges\". Tor Browser has three Pluggable Transports to choose from. If one fails to get you online, try selecting a different transport."
+msgstr ""
+
+#: C/circumvention.page:38(page/p)
+msgid "If you try all three transports, and none of them get you online, select \"Enter custom bridges\", and enter bridges manually. Read the <link xref=\"bridges\">Getting Bridges</link> section for instructions on getting custom bridges."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/how-tor-works.page:19(media)
+msgctxt "_"
+msgid "external ref='media/how-tor-works.png' md5='6fe4151a88b7a518466f0582e40ccc8c'"
+msgstr ""
+
+#: C/how-tor-works.page:6(info/title)
+msgctxt "sort"
+msgid "01 Tor"
+msgstr ""
+
+#: C/how-tor-works.page:7(info/desc)
+msgid "How Tor works."
+msgstr ""
+
+#: C/how-tor-works.page:11(page/title)
+msgid "Tor"
+msgstr ""
+
+#: C/how-tor-works.page:12(page/p)
+msgid "Tor is a network of virtual tunnels that allows you to improve your privacy and security on the Internet. Tor works by sending your traffic through three random servers (also known as <em>relays</em>) in the Tor network, before the traffic is sent out onto the public Internet"
+msgstr ""
+
+#: C/how-tor-works.page:20(page/p)
+msgid "The image above illustrates a user browsing to different websites over Tor. The green monitors represent relays in the Tor network, while the three keys represent the layers of encryption between the user and each relay."
+msgstr ""
+
+#: C/how-tor-works.page:26(page/p)
+msgid "Tor will anonymize the origin of your traffic, and it will encrypt everything between you and the Tor network. Tor will also encrypt your traffic inside the Tor network, but it cannot encrypt your traffic between the Tor network and its final destination."
+msgstr ""
+
+#: C/how-tor-works.page:32(page/p)
+msgid "If you are communicating sensitive information, for example when logging on to a website with a username and password, make sure that you are using HTTPS (e.g. <input><em>https</em>://torproject.org/</input>, not <input><em>http</em>://torproject.org/</input>)."
+msgstr ""
+
+#: C/index.page:6(page/title)
+msgid "Tor Browser Help"
+msgstr ""
+
+#: C/index.page:7(page/p)
+msgid "Version: UNKNOWN-dirty"
+msgstr ""
+
+#: C/known-issues.page:7(info/desc)
+msgid "A list of known issues."
+msgstr ""
+
+#: C/known-issues.page:8(info/title)
+msgctxt "sort"
+msgid "03 Known Issues"
+msgstr ""
+
+#: C/known-issues.page:12(page/title)
+msgid "Known Issues"
+msgstr ""
+
+#: C/known-issues.page:16(item/p)
+msgid "The following firewall software have been known to interfere with Tor and may need to be temporarily disabled:"
+msgstr ""
+
+#: C/known-issues.page:20(item/p)
+msgid "Webroot SecureAnywhere"
+msgstr ""
+
+#: C/known-issues.page:23(item/p)
+msgid "Kaspersky Internet Security 2012"
+msgstr ""
+
+#: C/known-issues.page:26(item/p)
+msgid "Sophos Antivirus for Mac"
+msgstr ""
+
+#: C/known-issues.page:29(item/p)
+msgid "Microsoft Security Essentials"
+msgstr ""
+
+#: C/known-issues.page:34(item/p)
+msgid "Videos that require Adobe Flash are unavailable. Flash is disabled for security reasons. Most YouTube videos can be played with HTML5 by visiting the video's \"Embed\" → \"Share\" link."
+msgstr ""
+
+#: C/known-issues.page:41(item/p)
+msgid "Tor can not use a bridge if a proxy is set."
+msgstr ""
+
+#: C/known-issues.page:46(item/p)
+msgid "The Tor Browser package is dated January 1, 2000 00:00:00 UTC. This is to ensure that each software build is exactly reproducible."
+msgstr ""
+
+#: C/known-issues.page:52(item/p)
+msgid "To run Tor Browser on Ubuntu, users need to execute a shell script. Open \"Files\" (Unity's explorer), open Preferences → Behavior Tab → Set \"Run executable text files when they are opened\" to \"Ask every time\", then OK. Tor Browser can also be started from the command line by running"
+msgstr ""
+
+#: C/known-issues.page:58(item/code)
+#, no-wrap
+msgid ""
+"\n"
+"    ./start-tor-browser\n"
+"    "
+msgstr ""
+
+#: C/known-issues.page:61(item/p)
+msgid "from inside the Tor Browser directory."
+msgstr ""
+
+#: C/known-issues.page:66(page/p)
+msgid "If you have an issue with Tor Browser that isn't on this list, feel free to email help at rt.torproject.org."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/troubleshooting.page:19(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-connect_en-US.png' md5='03118f523f4cbc7c001da1ddacc9e394'"
+msgstr ""
+
+#: C/troubleshooting.page:7(info/title)
+msgctxt "sort"
+msgid "02 Troubleshooting"
+msgstr ""
+
+#: C/troubleshooting.page:8(info/desc)
+msgid "What to do if Tor Browser doesn't work."
+msgstr ""
+
+#: C/troubleshooting.page:12(page/title)
+msgid "Troubleshooting"
+msgstr ""
+
+#: C/troubleshooting.page:14(page/p)
+msgid "The Tor Browser should get you online automatically after clicking the \"Connect\" button on the start up screen."
+msgstr ""
+
+#: C/troubleshooting.page:21(page/p)
+msgid "If it doesn't connect, there may be a simple fix. Try each of the following:"
+msgstr ""
+
+#: C/troubleshooting.page:27(item/p)
+msgid "Make sure another Tor Browser is not already running. If you're not sure if Tor Browser is running, restart your computer."
+msgstr ""
+
+#: C/troubleshooting.page:31(item/p)
+msgid "'Allow' Tor in your antivirus program."
+msgstr ""
+
+#: C/troubleshooting.page:34(item/p)
+msgid "Temporarily disable your firewall."
+msgstr ""
+
+#: C/troubleshooting.page:37(item/p)
+msgid "Delete Tor Browser and install it again. If updating, do not overwrite your previous Tor Browser files."
+msgstr ""
+
+#: C/troubleshooting.page:42(page/p)
+msgid "If you still can't connect, your internet service provider might be censoring connections to Tor. Follow the instructions in the <link xref=\"circumvention\">Circumvention</link> section."
+msgstr ""
+
+#: C/troubleshooting.page:48(page/p)
+msgid "If the above steps do not address your problem, email help at rt.torproject.org with your operating system, the details of your problem, and what you've already tried."
+msgstr ""
+
+#: C/uninstalling.page:7(info/desc)
+msgid "How to remove Tor Browser from your system."
+msgstr ""
+
+#: C/uninstalling.page:8(info/title)
+msgctxt "sort"
+msgid "06 Uninstalling"
+msgstr ""
+
+#: C/uninstalling.page:12(page/title)
+msgid "Uninstalling"
+msgstr ""
+
+#: C/uninstalling.page:14(page/p)
+msgid "The Tor Browser does not affect any of the existing software or settings on your computer. Uninstalling Tor Browser will not affect your system's software or settings either."
+msgstr ""
+
+#: C/uninstalling.page:20(page/p)
+msgid "Removing the Tor Browser from your system is simple:"
+msgstr ""
+
+#: C/uninstalling.page:26(item/p)
+msgid "Locate your Tor Browser folder. The default location is your Desktop."
+msgstr ""
+
+#: C/uninstalling.page:29(item/p)
+msgid "Delete the Tor Browser folder."
+msgstr ""
+
+#: C/uninstalling.page:32(item/p)
+msgid "Empty your Trash"
+msgstr ""
+
+#: C/uninstalling.page:36(page/p)
+msgid "Note that your operating system's standard \"Uninstall\" utility is not used."
+msgstr ""
+
diff --git a/tor-browser-version.txt.in b/tor-browser-version.txt.in
new file mode 100644
index 0000000..d78bda9
--- /dev/null
+++ b/tor-browser-version.txt.in
@@ -0,0 +1 @@
+ at VERSION@
diff --git a/tr/tr.po b/tr/tr.po
new file mode 100644
index 0000000..03e9cad
--- /dev/null
+++ b/tr/tr.po
@@ -0,0 +1,380 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2014-05-15 11:21+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
+msgctxt "_"
+msgid "translator-credits"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/bridges.page:144(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-custom-bridges_en-US.png' md5='93365c2aa3fb4d627497e83f28a39b7e'"
+msgstr ""
+
+#: C/bridges.page:7(info/desc)
+msgid "What bridges are and how to use them."
+msgstr ""
+
+#: C/bridges.page:8(info/title)
+msgctxt "sort"
+msgid "05 Bridges"
+msgstr ""
+
+#: C/bridges.page:12(page/title)
+msgid "Bridges"
+msgstr ""
+
+#: C/bridges.page:14(page/p)
+msgid "Bridges are quiet gateways into the Tor Network. Like Tor relays, they are run by volunteers. Unlike relays, they are not listed publicly. Using bridges disguise the fact that one is using Tor."
+msgstr ""
+
+#: C/bridges.page:20(page/p)
+msgid "Currently there are five bridge types, or transports, available. More are being developed."
+msgstr ""
+
+#: C/bridges.page:27(td/p)
+msgid "ORPort"
+msgstr ""
+
+#: C/bridges.page:32(td/p)
+msgid "Requesting 'bridges' without specifying the bridge type, will return ORPort bridges, also called Vanilla bridges. ORPort bridges are NOT reliable for circumventing censorship or national firewalls. ORPort bridges can be useful as trusted entry points into the Tor network."
+msgstr ""
+
+#: C/bridges.page:42(td/p)
+msgid "obfs2"
+msgstr ""
+
+#: C/bridges.page:47(td/p)
+msgid "Censors have learned how to identify obfs2 bridges. This transport is being deprecated."
+msgstr ""
+
+#: C/bridges.page:55(td/p)
+msgid "obfs3"
+msgstr ""
+
+#: C/bridges.page:60(td/p)
+msgid "Obfsproxy disguises Tor traffic as random noise. obfs3 bridges work almost everywhere. A few obfs3 bridges have been blocked."
+msgstr ""
+
+#: C/bridges.page:68(td/p)
+msgid "Scramblesuit"
+msgstr ""
+
+#: C/bridges.page:73(td/p)
+msgid "Scramblesuit is an additional tool for the obfsproxy transport. Scramblesuit bridges are designed to be hard to identify and hard to block."
+msgstr ""
+
+#: C/bridges.page:82(td/p)
+msgid "FTE"
+msgstr ""
+
+#: C/bridges.page:87(td/p)
+msgid "Format-Transforming Encryption disguises Tor traffic as web (HTTP) traffic or other types of internet traffic. FTE bridges are effective, but in limited supply."
+msgstr ""
+
+#: C/bridges.page:96(page/p)
+msgid "(Note that flashproxy is a Pluggable Transport, but does not rely on bridges.)"
+msgstr ""
+
+#: C/bridges.page:100(page/p)
+msgid "There are four ways to get a bridge."
+msgstr ""
+
+#: C/bridges.page:106(item/p)
+msgid "Visit <link href=\"https://bridges.torproject.org/\">https://bridges.torproject.org/</link> and follow the instructions."
+msgstr ""
+
+#: C/bridges.page:111(item/p)
+msgid "Email bridges at bridges.torproject.org from a gmail or yahoo email address. Put <cmd>get bridges</cmd> in the body for ORPort bridges or <cmd>transport=obfs3</cmd> for obfs3 bridges."
+msgstr ""
+
+#: C/bridges.page:118(item/p)
+msgid "Politely ask a human at help at rt.torproject.org if you cannot access either of the first two methods."
+msgstr ""
+
+#: C/bridges.page:124(item/p)
+msgid "Install and configure a Tor instance to be bridge for yourself. The computer acting as a bridge must have uncensored internet access to the Tor network. A full installation guide can be found at <link href=\"https://www.torproject.org/projects/obfsproxy-debian-instructions.html.en\">https://www.torproject.org/projects/obfsproxy-debian-instructions.html.en</link>"
+msgstr ""
+
+#: C/bridges.page:133(page/p)
+msgid "Enter the bridge information you get from any of the above steps in Tor-launcher."
+msgstr ""
+
+#: C/bridges.page:138(page/p)
+msgid "Choose yes when asked if your Internet Service Provider blocks connections to the Tor network. Select 'Use custom bridges' and enter each bridge identifier on its own line."
+msgstr ""
+
+#: C/bridges.page:146(page/p)
+msgid "Click Connect. Using bridges slow down the connection. If the connection fails, the bridges you received may be down. Get more and try again."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/circumvention.page:21(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-configure_en-US.png' md5='966f4bafcb829e59b2b84d08144d885e'"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/circumvention.page:28(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-wizard_en-US.png' md5='21f80fc3f4e34359bfdc44684d7da09d'"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/circumvention.page:36(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-provided-bridges_en-US.png' md5='70524dccb698a21bb1d20223461e3272'"
+msgstr ""
+
+#: C/circumvention.page:7(info/title)
+msgctxt "sort"
+msgid "04 Circumvention"
+msgstr ""
+
+#: C/circumvention.page:8(info/desc)
+msgid "What to do if the Tor network is blocked."
+msgstr ""
+
+#: C/circumvention.page:12(page/title)
+msgid "Circumvention"
+msgstr ""
+
+#: C/circumvention.page:14(page/p)
+msgid "Some firewalls can detect and block connections to Tor. The Tor Browser includes some circumvention tools for getting around blocking firewalls. These circumvention tools are called Pluggable Transports. To turn them on, click \"Configure\" in the Tor launcher window."
+msgstr ""
+
+#: C/circumvention.page:23(page/p)
+msgid "Select yes when asked if your internet service provider blocks connections to Tor.\""
+msgstr ""
+
+#: C/circumvention.page:30(page/p)
+msgid "Select \"Connect with provided bridges\". Tor Browser has three Pluggable Transports to choose from. If one fails to get you online, try selecting a different transport."
+msgstr ""
+
+#: C/circumvention.page:38(page/p)
+msgid "If you try all three transports, and none of them get you online, select \"Enter custom bridges\", and enter bridges manually. Read the <link xref=\"bridges\">Getting Bridges</link> section for instructions on getting custom bridges."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/how-tor-works.page:19(media)
+msgctxt "_"
+msgid "external ref='media/how-tor-works.png' md5='6fe4151a88b7a518466f0582e40ccc8c'"
+msgstr ""
+
+#: C/how-tor-works.page:6(info/title)
+msgctxt "sort"
+msgid "01 Tor"
+msgstr ""
+
+#: C/how-tor-works.page:7(info/desc)
+msgid "How Tor works."
+msgstr ""
+
+#: C/how-tor-works.page:11(page/title)
+msgid "Tor"
+msgstr ""
+
+#: C/how-tor-works.page:12(page/p)
+msgid "Tor is a network of virtual tunnels that allows you to improve your privacy and security on the Internet. Tor works by sending your traffic through three random servers (also known as <em>relays</em>) in the Tor network, before the traffic is sent out onto the public Internet"
+msgstr ""
+
+#: C/how-tor-works.page:20(page/p)
+msgid "The image above illustrates a user browsing to different websites over Tor. The green monitors represent relays in the Tor network, while the three keys represent the layers of encryption between the user and each relay."
+msgstr ""
+
+#: C/how-tor-works.page:26(page/p)
+msgid "Tor will anonymize the origin of your traffic, and it will encrypt everything between you and the Tor network. Tor will also encrypt your traffic inside the Tor network, but it cannot encrypt your traffic between the Tor network and its final destination."
+msgstr ""
+
+#: C/how-tor-works.page:32(page/p)
+msgid "If you are communicating sensitive information, for example when logging on to a website with a username and password, make sure that you are using HTTPS (e.g. <input><em>https</em>://torproject.org/</input>, not <input><em>http</em>://torproject.org/</input>)."
+msgstr ""
+
+#: C/index.page:6(page/title)
+msgid "Tor Browser Help"
+msgstr ""
+
+#: C/index.page:7(page/p)
+msgid "Version: UNKNOWN-dirty"
+msgstr ""
+
+#: C/known-issues.page:7(info/desc)
+msgid "A list of known issues."
+msgstr ""
+
+#: C/known-issues.page:8(info/title)
+msgctxt "sort"
+msgid "03 Known Issues"
+msgstr ""
+
+#: C/known-issues.page:12(page/title)
+msgid "Known Issues"
+msgstr ""
+
+#: C/known-issues.page:16(item/p)
+msgid "The following firewall software have been known to interfere with Tor and may need to be temporarily disabled:"
+msgstr ""
+
+#: C/known-issues.page:20(item/p)
+msgid "Webroot SecureAnywhere"
+msgstr ""
+
+#: C/known-issues.page:23(item/p)
+msgid "Kaspersky Internet Security 2012"
+msgstr ""
+
+#: C/known-issues.page:26(item/p)
+msgid "Sophos Antivirus for Mac"
+msgstr ""
+
+#: C/known-issues.page:29(item/p)
+msgid "Microsoft Security Essentials"
+msgstr ""
+
+#: C/known-issues.page:34(item/p)
+msgid "Videos that require Adobe Flash are unavailable. Flash is disabled for security reasons. Most YouTube videos can be played with HTML5 by visiting the video's \"Embed\" → \"Share\" link."
+msgstr ""
+
+#: C/known-issues.page:41(item/p)
+msgid "Tor can not use a bridge if a proxy is set."
+msgstr ""
+
+#: C/known-issues.page:46(item/p)
+msgid "The Tor Browser package is dated January 1, 2000 00:00:00 UTC. This is to ensure that each software build is exactly reproducible."
+msgstr ""
+
+#: C/known-issues.page:52(item/p)
+msgid "To run Tor Browser on Ubuntu, users need to execute a shell script. Open \"Files\" (Unity's explorer), open Preferences → Behavior Tab → Set \"Run executable text files when they are opened\" to \"Ask every time\", then OK. Tor Browser can also be started from the command line by running"
+msgstr ""
+
+#: C/known-issues.page:58(item/code)
+#, no-wrap
+msgid ""
+"\n"
+"    ./start-tor-browser\n"
+"    "
+msgstr ""
+
+#: C/known-issues.page:61(item/p)
+msgid "from inside the Tor Browser directory."
+msgstr ""
+
+#: C/known-issues.page:66(page/p)
+msgid "If you have an issue with Tor Browser that isn't on this list, feel free to email help at rt.torproject.org."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/troubleshooting.page:19(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-connect_en-US.png' md5='03118f523f4cbc7c001da1ddacc9e394'"
+msgstr ""
+
+#: C/troubleshooting.page:7(info/title)
+msgctxt "sort"
+msgid "02 Troubleshooting"
+msgstr ""
+
+#: C/troubleshooting.page:8(info/desc)
+msgid "What to do if Tor Browser doesn't work."
+msgstr ""
+
+#: C/troubleshooting.page:12(page/title)
+msgid "Troubleshooting"
+msgstr ""
+
+#: C/troubleshooting.page:14(page/p)
+msgid "The Tor Browser should get you online automatically after clicking the \"Connect\" button on the start up screen."
+msgstr ""
+
+#: C/troubleshooting.page:21(page/p)
+msgid "If it doesn't connect, there may be a simple fix. Try each of the following:"
+msgstr ""
+
+#: C/troubleshooting.page:27(item/p)
+msgid "Make sure another Tor Browser is not already running. If you're not sure if Tor Browser is running, restart your computer."
+msgstr ""
+
+#: C/troubleshooting.page:31(item/p)
+msgid "'Allow' Tor in your antivirus program."
+msgstr ""
+
+#: C/troubleshooting.page:34(item/p)
+msgid "Temporarily disable your firewall."
+msgstr ""
+
+#: C/troubleshooting.page:37(item/p)
+msgid "Delete Tor Browser and install it again. If updating, do not overwrite your previous Tor Browser files."
+msgstr ""
+
+#: C/troubleshooting.page:42(page/p)
+msgid "If you still can't connect, your internet service provider might be censoring connections to Tor. Follow the instructions in the <link xref=\"circumvention\">Circumvention</link> section."
+msgstr ""
+
+#: C/troubleshooting.page:48(page/p)
+msgid "If the above steps do not address your problem, email help at rt.torproject.org with your operating system, the details of your problem, and what you've already tried."
+msgstr ""
+
+#: C/uninstalling.page:7(info/desc)
+msgid "How to remove Tor Browser from your system."
+msgstr ""
+
+#: C/uninstalling.page:8(info/title)
+msgctxt "sort"
+msgid "06 Uninstalling"
+msgstr ""
+
+#: C/uninstalling.page:12(page/title)
+msgid "Uninstalling"
+msgstr ""
+
+#: C/uninstalling.page:14(page/p)
+msgid "The Tor Browser does not affect any of the existing software or settings on your computer. Uninstalling Tor Browser will not affect your system's software or settings either."
+msgstr ""
+
+#: C/uninstalling.page:20(page/p)
+msgid "Removing the Tor Browser from your system is simple:"
+msgstr ""
+
+#: C/uninstalling.page:26(item/p)
+msgid "Locate your Tor Browser folder. The default location is your Desktop."
+msgstr ""
+
+#: C/uninstalling.page:29(item/p)
+msgid "Delete the Tor Browser folder."
+msgstr ""
+
+#: C/uninstalling.page:32(item/p)
+msgid "Empty your Trash"
+msgstr ""
+
+#: C/uninstalling.page:36(page/p)
+msgid "Note that your operating system's standard \"Uninstall\" utility is not used."
+msgstr ""
+
diff --git a/vi/vi.po b/vi/vi.po
new file mode 100644
index 0000000..03e9cad
--- /dev/null
+++ b/vi/vi.po
@@ -0,0 +1,380 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2014-05-15 11:21+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
+msgctxt "_"
+msgid "translator-credits"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/bridges.page:144(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-custom-bridges_en-US.png' md5='93365c2aa3fb4d627497e83f28a39b7e'"
+msgstr ""
+
+#: C/bridges.page:7(info/desc)
+msgid "What bridges are and how to use them."
+msgstr ""
+
+#: C/bridges.page:8(info/title)
+msgctxt "sort"
+msgid "05 Bridges"
+msgstr ""
+
+#: C/bridges.page:12(page/title)
+msgid "Bridges"
+msgstr ""
+
+#: C/bridges.page:14(page/p)
+msgid "Bridges are quiet gateways into the Tor Network. Like Tor relays, they are run by volunteers. Unlike relays, they are not listed publicly. Using bridges disguise the fact that one is using Tor."
+msgstr ""
+
+#: C/bridges.page:20(page/p)
+msgid "Currently there are five bridge types, or transports, available. More are being developed."
+msgstr ""
+
+#: C/bridges.page:27(td/p)
+msgid "ORPort"
+msgstr ""
+
+#: C/bridges.page:32(td/p)
+msgid "Requesting 'bridges' without specifying the bridge type, will return ORPort bridges, also called Vanilla bridges. ORPort bridges are NOT reliable for circumventing censorship or national firewalls. ORPort bridges can be useful as trusted entry points into the Tor network."
+msgstr ""
+
+#: C/bridges.page:42(td/p)
+msgid "obfs2"
+msgstr ""
+
+#: C/bridges.page:47(td/p)
+msgid "Censors have learned how to identify obfs2 bridges. This transport is being deprecated."
+msgstr ""
+
+#: C/bridges.page:55(td/p)
+msgid "obfs3"
+msgstr ""
+
+#: C/bridges.page:60(td/p)
+msgid "Obfsproxy disguises Tor traffic as random noise. obfs3 bridges work almost everywhere. A few obfs3 bridges have been blocked."
+msgstr ""
+
+#: C/bridges.page:68(td/p)
+msgid "Scramblesuit"
+msgstr ""
+
+#: C/bridges.page:73(td/p)
+msgid "Scramblesuit is an additional tool for the obfsproxy transport. Scramblesuit bridges are designed to be hard to identify and hard to block."
+msgstr ""
+
+#: C/bridges.page:82(td/p)
+msgid "FTE"
+msgstr ""
+
+#: C/bridges.page:87(td/p)
+msgid "Format-Transforming Encryption disguises Tor traffic as web (HTTP) traffic or other types of internet traffic. FTE bridges are effective, but in limited supply."
+msgstr ""
+
+#: C/bridges.page:96(page/p)
+msgid "(Note that flashproxy is a Pluggable Transport, but does not rely on bridges.)"
+msgstr ""
+
+#: C/bridges.page:100(page/p)
+msgid "There are four ways to get a bridge."
+msgstr ""
+
+#: C/bridges.page:106(item/p)
+msgid "Visit <link href=\"https://bridges.torproject.org/\">https://bridges.torproject.org/</link> and follow the instructions."
+msgstr ""
+
+#: C/bridges.page:111(item/p)
+msgid "Email bridges at bridges.torproject.org from a gmail or yahoo email address. Put <cmd>get bridges</cmd> in the body for ORPort bridges or <cmd>transport=obfs3</cmd> for obfs3 bridges."
+msgstr ""
+
+#: C/bridges.page:118(item/p)
+msgid "Politely ask a human at help at rt.torproject.org if you cannot access either of the first two methods."
+msgstr ""
+
+#: C/bridges.page:124(item/p)
+msgid "Install and configure a Tor instance to be bridge for yourself. The computer acting as a bridge must have uncensored internet access to the Tor network. A full installation guide can be found at <link href=\"https://www.torproject.org/projects/obfsproxy-debian-instructions.html.en\">https://www.torproject.org/projects/obfsproxy-debian-instructions.html.en</link>"
+msgstr ""
+
+#: C/bridges.page:133(page/p)
+msgid "Enter the bridge information you get from any of the above steps in Tor-launcher."
+msgstr ""
+
+#: C/bridges.page:138(page/p)
+msgid "Choose yes when asked if your Internet Service Provider blocks connections to the Tor network. Select 'Use custom bridges' and enter each bridge identifier on its own line."
+msgstr ""
+
+#: C/bridges.page:146(page/p)
+msgid "Click Connect. Using bridges slow down the connection. If the connection fails, the bridges you received may be down. Get more and try again."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/circumvention.page:21(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-configure_en-US.png' md5='966f4bafcb829e59b2b84d08144d885e'"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/circumvention.page:28(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-wizard_en-US.png' md5='21f80fc3f4e34359bfdc44684d7da09d'"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/circumvention.page:36(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-provided-bridges_en-US.png' md5='70524dccb698a21bb1d20223461e3272'"
+msgstr ""
+
+#: C/circumvention.page:7(info/title)
+msgctxt "sort"
+msgid "04 Circumvention"
+msgstr ""
+
+#: C/circumvention.page:8(info/desc)
+msgid "What to do if the Tor network is blocked."
+msgstr ""
+
+#: C/circumvention.page:12(page/title)
+msgid "Circumvention"
+msgstr ""
+
+#: C/circumvention.page:14(page/p)
+msgid "Some firewalls can detect and block connections to Tor. The Tor Browser includes some circumvention tools for getting around blocking firewalls. These circumvention tools are called Pluggable Transports. To turn them on, click \"Configure\" in the Tor launcher window."
+msgstr ""
+
+#: C/circumvention.page:23(page/p)
+msgid "Select yes when asked if your internet service provider blocks connections to Tor.\""
+msgstr ""
+
+#: C/circumvention.page:30(page/p)
+msgid "Select \"Connect with provided bridges\". Tor Browser has three Pluggable Transports to choose from. If one fails to get you online, try selecting a different transport."
+msgstr ""
+
+#: C/circumvention.page:38(page/p)
+msgid "If you try all three transports, and none of them get you online, select \"Enter custom bridges\", and enter bridges manually. Read the <link xref=\"bridges\">Getting Bridges</link> section for instructions on getting custom bridges."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/how-tor-works.page:19(media)
+msgctxt "_"
+msgid "external ref='media/how-tor-works.png' md5='6fe4151a88b7a518466f0582e40ccc8c'"
+msgstr ""
+
+#: C/how-tor-works.page:6(info/title)
+msgctxt "sort"
+msgid "01 Tor"
+msgstr ""
+
+#: C/how-tor-works.page:7(info/desc)
+msgid "How Tor works."
+msgstr ""
+
+#: C/how-tor-works.page:11(page/title)
+msgid "Tor"
+msgstr ""
+
+#: C/how-tor-works.page:12(page/p)
+msgid "Tor is a network of virtual tunnels that allows you to improve your privacy and security on the Internet. Tor works by sending your traffic through three random servers (also known as <em>relays</em>) in the Tor network, before the traffic is sent out onto the public Internet"
+msgstr ""
+
+#: C/how-tor-works.page:20(page/p)
+msgid "The image above illustrates a user browsing to different websites over Tor. The green monitors represent relays in the Tor network, while the three keys represent the layers of encryption between the user and each relay."
+msgstr ""
+
+#: C/how-tor-works.page:26(page/p)
+msgid "Tor will anonymize the origin of your traffic, and it will encrypt everything between you and the Tor network. Tor will also encrypt your traffic inside the Tor network, but it cannot encrypt your traffic between the Tor network and its final destination."
+msgstr ""
+
+#: C/how-tor-works.page:32(page/p)
+msgid "If you are communicating sensitive information, for example when logging on to a website with a username and password, make sure that you are using HTTPS (e.g. <input><em>https</em>://torproject.org/</input>, not <input><em>http</em>://torproject.org/</input>)."
+msgstr ""
+
+#: C/index.page:6(page/title)
+msgid "Tor Browser Help"
+msgstr ""
+
+#: C/index.page:7(page/p)
+msgid "Version: UNKNOWN-dirty"
+msgstr ""
+
+#: C/known-issues.page:7(info/desc)
+msgid "A list of known issues."
+msgstr ""
+
+#: C/known-issues.page:8(info/title)
+msgctxt "sort"
+msgid "03 Known Issues"
+msgstr ""
+
+#: C/known-issues.page:12(page/title)
+msgid "Known Issues"
+msgstr ""
+
+#: C/known-issues.page:16(item/p)
+msgid "The following firewall software have been known to interfere with Tor and may need to be temporarily disabled:"
+msgstr ""
+
+#: C/known-issues.page:20(item/p)
+msgid "Webroot SecureAnywhere"
+msgstr ""
+
+#: C/known-issues.page:23(item/p)
+msgid "Kaspersky Internet Security 2012"
+msgstr ""
+
+#: C/known-issues.page:26(item/p)
+msgid "Sophos Antivirus for Mac"
+msgstr ""
+
+#: C/known-issues.page:29(item/p)
+msgid "Microsoft Security Essentials"
+msgstr ""
+
+#: C/known-issues.page:34(item/p)
+msgid "Videos that require Adobe Flash are unavailable. Flash is disabled for security reasons. Most YouTube videos can be played with HTML5 by visiting the video's \"Embed\" → \"Share\" link."
+msgstr ""
+
+#: C/known-issues.page:41(item/p)
+msgid "Tor can not use a bridge if a proxy is set."
+msgstr ""
+
+#: C/known-issues.page:46(item/p)
+msgid "The Tor Browser package is dated January 1, 2000 00:00:00 UTC. This is to ensure that each software build is exactly reproducible."
+msgstr ""
+
+#: C/known-issues.page:52(item/p)
+msgid "To run Tor Browser on Ubuntu, users need to execute a shell script. Open \"Files\" (Unity's explorer), open Preferences → Behavior Tab → Set \"Run executable text files when they are opened\" to \"Ask every time\", then OK. Tor Browser can also be started from the command line by running"
+msgstr ""
+
+#: C/known-issues.page:58(item/code)
+#, no-wrap
+msgid ""
+"\n"
+"    ./start-tor-browser\n"
+"    "
+msgstr ""
+
+#: C/known-issues.page:61(item/p)
+msgid "from inside the Tor Browser directory."
+msgstr ""
+
+#: C/known-issues.page:66(page/p)
+msgid "If you have an issue with Tor Browser that isn't on this list, feel free to email help at rt.torproject.org."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/troubleshooting.page:19(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-connect_en-US.png' md5='03118f523f4cbc7c001da1ddacc9e394'"
+msgstr ""
+
+#: C/troubleshooting.page:7(info/title)
+msgctxt "sort"
+msgid "02 Troubleshooting"
+msgstr ""
+
+#: C/troubleshooting.page:8(info/desc)
+msgid "What to do if Tor Browser doesn't work."
+msgstr ""
+
+#: C/troubleshooting.page:12(page/title)
+msgid "Troubleshooting"
+msgstr ""
+
+#: C/troubleshooting.page:14(page/p)
+msgid "The Tor Browser should get you online automatically after clicking the \"Connect\" button on the start up screen."
+msgstr ""
+
+#: C/troubleshooting.page:21(page/p)
+msgid "If it doesn't connect, there may be a simple fix. Try each of the following:"
+msgstr ""
+
+#: C/troubleshooting.page:27(item/p)
+msgid "Make sure another Tor Browser is not already running. If you're not sure if Tor Browser is running, restart your computer."
+msgstr ""
+
+#: C/troubleshooting.page:31(item/p)
+msgid "'Allow' Tor in your antivirus program."
+msgstr ""
+
+#: C/troubleshooting.page:34(item/p)
+msgid "Temporarily disable your firewall."
+msgstr ""
+
+#: C/troubleshooting.page:37(item/p)
+msgid "Delete Tor Browser and install it again. If updating, do not overwrite your previous Tor Browser files."
+msgstr ""
+
+#: C/troubleshooting.page:42(page/p)
+msgid "If you still can't connect, your internet service provider might be censoring connections to Tor. Follow the instructions in the <link xref=\"circumvention\">Circumvention</link> section."
+msgstr ""
+
+#: C/troubleshooting.page:48(page/p)
+msgid "If the above steps do not address your problem, email help at rt.torproject.org with your operating system, the details of your problem, and what you've already tried."
+msgstr ""
+
+#: C/uninstalling.page:7(info/desc)
+msgid "How to remove Tor Browser from your system."
+msgstr ""
+
+#: C/uninstalling.page:8(info/title)
+msgctxt "sort"
+msgid "06 Uninstalling"
+msgstr ""
+
+#: C/uninstalling.page:12(page/title)
+msgid "Uninstalling"
+msgstr ""
+
+#: C/uninstalling.page:14(page/p)
+msgid "The Tor Browser does not affect any of the existing software or settings on your computer. Uninstalling Tor Browser will not affect your system's software or settings either."
+msgstr ""
+
+#: C/uninstalling.page:20(page/p)
+msgid "Removing the Tor Browser from your system is simple:"
+msgstr ""
+
+#: C/uninstalling.page:26(item/p)
+msgid "Locate your Tor Browser folder. The default location is your Desktop."
+msgstr ""
+
+#: C/uninstalling.page:29(item/p)
+msgid "Delete the Tor Browser folder."
+msgstr ""
+
+#: C/uninstalling.page:32(item/p)
+msgid "Empty your Trash"
+msgstr ""
+
+#: C/uninstalling.page:36(page/p)
+msgid "Note that your operating system's standard \"Uninstall\" utility is not used."
+msgstr ""
+
diff --git a/zh_CN/zh_CN.po b/zh_CN/zh_CN.po
new file mode 100644
index 0000000..03e9cad
--- /dev/null
+++ b/zh_CN/zh_CN.po
@@ -0,0 +1,380 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2014-05-15 11:21+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
+msgctxt "_"
+msgid "translator-credits"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/bridges.page:144(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-custom-bridges_en-US.png' md5='93365c2aa3fb4d627497e83f28a39b7e'"
+msgstr ""
+
+#: C/bridges.page:7(info/desc)
+msgid "What bridges are and how to use them."
+msgstr ""
+
+#: C/bridges.page:8(info/title)
+msgctxt "sort"
+msgid "05 Bridges"
+msgstr ""
+
+#: C/bridges.page:12(page/title)
+msgid "Bridges"
+msgstr ""
+
+#: C/bridges.page:14(page/p)
+msgid "Bridges are quiet gateways into the Tor Network. Like Tor relays, they are run by volunteers. Unlike relays, they are not listed publicly. Using bridges disguise the fact that one is using Tor."
+msgstr ""
+
+#: C/bridges.page:20(page/p)
+msgid "Currently there are five bridge types, or transports, available. More are being developed."
+msgstr ""
+
+#: C/bridges.page:27(td/p)
+msgid "ORPort"
+msgstr ""
+
+#: C/bridges.page:32(td/p)
+msgid "Requesting 'bridges' without specifying the bridge type, will return ORPort bridges, also called Vanilla bridges. ORPort bridges are NOT reliable for circumventing censorship or national firewalls. ORPort bridges can be useful as trusted entry points into the Tor network."
+msgstr ""
+
+#: C/bridges.page:42(td/p)
+msgid "obfs2"
+msgstr ""
+
+#: C/bridges.page:47(td/p)
+msgid "Censors have learned how to identify obfs2 bridges. This transport is being deprecated."
+msgstr ""
+
+#: C/bridges.page:55(td/p)
+msgid "obfs3"
+msgstr ""
+
+#: C/bridges.page:60(td/p)
+msgid "Obfsproxy disguises Tor traffic as random noise. obfs3 bridges work almost everywhere. A few obfs3 bridges have been blocked."
+msgstr ""
+
+#: C/bridges.page:68(td/p)
+msgid "Scramblesuit"
+msgstr ""
+
+#: C/bridges.page:73(td/p)
+msgid "Scramblesuit is an additional tool for the obfsproxy transport. Scramblesuit bridges are designed to be hard to identify and hard to block."
+msgstr ""
+
+#: C/bridges.page:82(td/p)
+msgid "FTE"
+msgstr ""
+
+#: C/bridges.page:87(td/p)
+msgid "Format-Transforming Encryption disguises Tor traffic as web (HTTP) traffic or other types of internet traffic. FTE bridges are effective, but in limited supply."
+msgstr ""
+
+#: C/bridges.page:96(page/p)
+msgid "(Note that flashproxy is a Pluggable Transport, but does not rely on bridges.)"
+msgstr ""
+
+#: C/bridges.page:100(page/p)
+msgid "There are four ways to get a bridge."
+msgstr ""
+
+#: C/bridges.page:106(item/p)
+msgid "Visit <link href=\"https://bridges.torproject.org/\">https://bridges.torproject.org/</link> and follow the instructions."
+msgstr ""
+
+#: C/bridges.page:111(item/p)
+msgid "Email bridges at bridges.torproject.org from a gmail or yahoo email address. Put <cmd>get bridges</cmd> in the body for ORPort bridges or <cmd>transport=obfs3</cmd> for obfs3 bridges."
+msgstr ""
+
+#: C/bridges.page:118(item/p)
+msgid "Politely ask a human at help at rt.torproject.org if you cannot access either of the first two methods."
+msgstr ""
+
+#: C/bridges.page:124(item/p)
+msgid "Install and configure a Tor instance to be bridge for yourself. The computer acting as a bridge must have uncensored internet access to the Tor network. A full installation guide can be found at <link href=\"https://www.torproject.org/projects/obfsproxy-debian-instructions.html.en\">https://www.torproject.org/projects/obfsproxy-debian-instructions.html.en</link>"
+msgstr ""
+
+#: C/bridges.page:133(page/p)
+msgid "Enter the bridge information you get from any of the above steps in Tor-launcher."
+msgstr ""
+
+#: C/bridges.page:138(page/p)
+msgid "Choose yes when asked if your Internet Service Provider blocks connections to the Tor network. Select 'Use custom bridges' and enter each bridge identifier on its own line."
+msgstr ""
+
+#: C/bridges.page:146(page/p)
+msgid "Click Connect. Using bridges slow down the connection. If the connection fails, the bridges you received may be down. Get more and try again."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/circumvention.page:21(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-configure_en-US.png' md5='966f4bafcb829e59b2b84d08144d885e'"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/circumvention.page:28(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-wizard_en-US.png' md5='21f80fc3f4e34359bfdc44684d7da09d'"
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/circumvention.page:36(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-provided-bridges_en-US.png' md5='70524dccb698a21bb1d20223461e3272'"
+msgstr ""
+
+#: C/circumvention.page:7(info/title)
+msgctxt "sort"
+msgid "04 Circumvention"
+msgstr ""
+
+#: C/circumvention.page:8(info/desc)
+msgid "What to do if the Tor network is blocked."
+msgstr ""
+
+#: C/circumvention.page:12(page/title)
+msgid "Circumvention"
+msgstr ""
+
+#: C/circumvention.page:14(page/p)
+msgid "Some firewalls can detect and block connections to Tor. The Tor Browser includes some circumvention tools for getting around blocking firewalls. These circumvention tools are called Pluggable Transports. To turn them on, click \"Configure\" in the Tor launcher window."
+msgstr ""
+
+#: C/circumvention.page:23(page/p)
+msgid "Select yes when asked if your internet service provider blocks connections to Tor.\""
+msgstr ""
+
+#: C/circumvention.page:30(page/p)
+msgid "Select \"Connect with provided bridges\". Tor Browser has three Pluggable Transports to choose from. If one fails to get you online, try selecting a different transport."
+msgstr ""
+
+#: C/circumvention.page:38(page/p)
+msgid "If you try all three transports, and none of them get you online, select \"Enter custom bridges\", and enter bridges manually. Read the <link xref=\"bridges\">Getting Bridges</link> section for instructions on getting custom bridges."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/how-tor-works.page:19(media)
+msgctxt "_"
+msgid "external ref='media/how-tor-works.png' md5='6fe4151a88b7a518466f0582e40ccc8c'"
+msgstr ""
+
+#: C/how-tor-works.page:6(info/title)
+msgctxt "sort"
+msgid "01 Tor"
+msgstr ""
+
+#: C/how-tor-works.page:7(info/desc)
+msgid "How Tor works."
+msgstr ""
+
+#: C/how-tor-works.page:11(page/title)
+msgid "Tor"
+msgstr ""
+
+#: C/how-tor-works.page:12(page/p)
+msgid "Tor is a network of virtual tunnels that allows you to improve your privacy and security on the Internet. Tor works by sending your traffic through three random servers (also known as <em>relays</em>) in the Tor network, before the traffic is sent out onto the public Internet"
+msgstr ""
+
+#: C/how-tor-works.page:20(page/p)
+msgid "The image above illustrates a user browsing to different websites over Tor. The green monitors represent relays in the Tor network, while the three keys represent the layers of encryption between the user and each relay."
+msgstr ""
+
+#: C/how-tor-works.page:26(page/p)
+msgid "Tor will anonymize the origin of your traffic, and it will encrypt everything between you and the Tor network. Tor will also encrypt your traffic inside the Tor network, but it cannot encrypt your traffic between the Tor network and its final destination."
+msgstr ""
+
+#: C/how-tor-works.page:32(page/p)
+msgid "If you are communicating sensitive information, for example when logging on to a website with a username and password, make sure that you are using HTTPS (e.g. <input><em>https</em>://torproject.org/</input>, not <input><em>http</em>://torproject.org/</input>)."
+msgstr ""
+
+#: C/index.page:6(page/title)
+msgid "Tor Browser Help"
+msgstr ""
+
+#: C/index.page:7(page/p)
+msgid "Version: UNKNOWN-dirty"
+msgstr ""
+
+#: C/known-issues.page:7(info/desc)
+msgid "A list of known issues."
+msgstr ""
+
+#: C/known-issues.page:8(info/title)
+msgctxt "sort"
+msgid "03 Known Issues"
+msgstr ""
+
+#: C/known-issues.page:12(page/title)
+msgid "Known Issues"
+msgstr ""
+
+#: C/known-issues.page:16(item/p)
+msgid "The following firewall software have been known to interfere with Tor and may need to be temporarily disabled:"
+msgstr ""
+
+#: C/known-issues.page:20(item/p)
+msgid "Webroot SecureAnywhere"
+msgstr ""
+
+#: C/known-issues.page:23(item/p)
+msgid "Kaspersky Internet Security 2012"
+msgstr ""
+
+#: C/known-issues.page:26(item/p)
+msgid "Sophos Antivirus for Mac"
+msgstr ""
+
+#: C/known-issues.page:29(item/p)
+msgid "Microsoft Security Essentials"
+msgstr ""
+
+#: C/known-issues.page:34(item/p)
+msgid "Videos that require Adobe Flash are unavailable. Flash is disabled for security reasons. Most YouTube videos can be played with HTML5 by visiting the video's \"Embed\" → \"Share\" link."
+msgstr ""
+
+#: C/known-issues.page:41(item/p)
+msgid "Tor can not use a bridge if a proxy is set."
+msgstr ""
+
+#: C/known-issues.page:46(item/p)
+msgid "The Tor Browser package is dated January 1, 2000 00:00:00 UTC. This is to ensure that each software build is exactly reproducible."
+msgstr ""
+
+#: C/known-issues.page:52(item/p)
+msgid "To run Tor Browser on Ubuntu, users need to execute a shell script. Open \"Files\" (Unity's explorer), open Preferences → Behavior Tab → Set \"Run executable text files when they are opened\" to \"Ask every time\", then OK. Tor Browser can also be started from the command line by running"
+msgstr ""
+
+#: C/known-issues.page:58(item/code)
+#, no-wrap
+msgid ""
+"\n"
+"    ./start-tor-browser\n"
+"    "
+msgstr ""
+
+#: C/known-issues.page:61(item/p)
+msgid "from inside the Tor Browser directory."
+msgstr ""
+
+#: C/known-issues.page:66(page/p)
+msgid "If you have an issue with Tor Browser that isn't on this list, feel free to email help at rt.torproject.org."
+msgstr ""
+
+#. This is a reference to an external file such as an image or video. When
+#. the file changes, the md5 hash will change to let you know you need to
+#. update your localized copy. The msgstr is not used at all. Set it to
+#. whatever you like once you have updated your copy of the file.
+#: C/troubleshooting.page:19(media)
+msgctxt "_"
+msgid "external ref='media/tor-launcher-connect_en-US.png' md5='03118f523f4cbc7c001da1ddacc9e394'"
+msgstr ""
+
+#: C/troubleshooting.page:7(info/title)
+msgctxt "sort"
+msgid "02 Troubleshooting"
+msgstr ""
+
+#: C/troubleshooting.page:8(info/desc)
+msgid "What to do if Tor Browser doesn't work."
+msgstr ""
+
+#: C/troubleshooting.page:12(page/title)
+msgid "Troubleshooting"
+msgstr ""
+
+#: C/troubleshooting.page:14(page/p)
+msgid "The Tor Browser should get you online automatically after clicking the \"Connect\" button on the start up screen."
+msgstr ""
+
+#: C/troubleshooting.page:21(page/p)
+msgid "If it doesn't connect, there may be a simple fix. Try each of the following:"
+msgstr ""
+
+#: C/troubleshooting.page:27(item/p)
+msgid "Make sure another Tor Browser is not already running. If you're not sure if Tor Browser is running, restart your computer."
+msgstr ""
+
+#: C/troubleshooting.page:31(item/p)
+msgid "'Allow' Tor in your antivirus program."
+msgstr ""
+
+#: C/troubleshooting.page:34(item/p)
+msgid "Temporarily disable your firewall."
+msgstr ""
+
+#: C/troubleshooting.page:37(item/p)
+msgid "Delete Tor Browser and install it again. If updating, do not overwrite your previous Tor Browser files."
+msgstr ""
+
+#: C/troubleshooting.page:42(page/p)
+msgid "If you still can't connect, your internet service provider might be censoring connections to Tor. Follow the instructions in the <link xref=\"circumvention\">Circumvention</link> section."
+msgstr ""
+
+#: C/troubleshooting.page:48(page/p)
+msgid "If the above steps do not address your problem, email help at rt.torproject.org with your operating system, the details of your problem, and what you've already tried."
+msgstr ""
+
+#: C/uninstalling.page:7(info/desc)
+msgid "How to remove Tor Browser from your system."
+msgstr ""
+
+#: C/uninstalling.page:8(info/title)
+msgctxt "sort"
+msgid "06 Uninstalling"
+msgstr ""
+
+#: C/uninstalling.page:12(page/title)
+msgid "Uninstalling"
+msgstr ""
+
+#: C/uninstalling.page:14(page/p)
+msgid "The Tor Browser does not affect any of the existing software or settings on your computer. Uninstalling Tor Browser will not affect your system's software or settings either."
+msgstr ""
+
+#: C/uninstalling.page:20(page/p)
+msgid "Removing the Tor Browser from your system is simple:"
+msgstr ""
+
+#: C/uninstalling.page:26(item/p)
+msgid "Locate your Tor Browser folder. The default location is your Desktop."
+msgstr ""
+
+#: C/uninstalling.page:29(item/p)
+msgid "Delete the Tor Browser folder."
+msgstr ""
+
+#: C/uninstalling.page:32(item/p)
+msgid "Empty your Trash"
+msgstr ""
+
+#: C/uninstalling.page:36(page/p)
+msgid "Note that your operating system's standard \"Uninstall\" utility is not used."
+msgstr ""
+




More information about the tor-commits mailing list