tor-commits
Threads by month
- ----- 2025 -----
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
May 2019
- 17 participants
- 2795 discussions

[tor-browser-build/master] Bug 30377: Remove selfrando from our build system
by boklm@torproject.org 09 May '19
by boklm@torproject.org 09 May '19
09 May '19
commit 9f2de1690a822e1933356065010378f60ea2cf2c
Author: Georg Koppen <gk(a)torproject.org>
Date: Thu May 9 17:22:27 2019 +0000
Bug 30377: Remove selfrando from our build system
---
keyring/elfutils.gpg | Bin 10483 -> 0 bytes
keyring/selfrando.gpg | Bin 2759 -> 0 bytes
projects/elfutils/build | 23 ---------------
projects/elfutils/config | 22 ---------------
projects/firefox/build | 12 --------
projects/firefox/config | 7 -----
projects/selfrando/build | 25 -----------------
projects/selfrando/config | 31 ---------------------
.../tor-browser/RelativeLink/start-tor-browser | 4 ---
rbm.conf | 1 -
10 files changed, 125 deletions(-)
diff --git a/keyring/elfutils.gpg b/keyring/elfutils.gpg
deleted file mode 100644
index f1cd4b3..0000000
Binary files a/keyring/elfutils.gpg and /dev/null differ
diff --git a/keyring/selfrando.gpg b/keyring/selfrando.gpg
deleted file mode 100644
index 276955d..0000000
Binary files a/keyring/selfrando.gpg and /dev/null differ
diff --git a/projects/elfutils/build b/projects/elfutils/build
deleted file mode 100644
index 5e24dba..0000000
--- a/projects/elfutils/build
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/bash
-[% c("var/set_default_env") -%]
-distdir=/var/tmp/dist/[% project %]
-[% pc(c('var/compiler'), 'var/setup', { compiler_tarfile => c('input_files_by_name/' _ c('var/compiler')) }) %]
-
-mkdir -p /var/tmp/dist
-
-tar -C /var/tmp/dist -xf $rootdir/[% c('input_files_by_name/binutils') %]
-export PATH="/var/tmp/dist/binutils/bin:$PATH"
-
-mkdir -p /var/tmp/build
-tar -C /var/tmp/build -xf $rootdir/[% c('input_files_by_name/elfutils') %]
-
-cd /var/tmp/build/[% project %]-[% c("version") %]
-./configure --prefix="$distdir"
-make -j[% c("buildconf/num_procs") %]
-make install
-
-cd /var/tmp/dist
-[% c('tar', {
- tar_src => [ project ],
- tar_args => '-czf ' _ dest_dir _ '/' _ c('filename'),
- }) %]
diff --git a/projects/elfutils/config b/projects/elfutils/config
deleted file mode 100644
index 2c21cf2..0000000
--- a/projects/elfutils/config
+++ /dev/null
@@ -1,22 +0,0 @@
-# vim: filetype=yaml sw=2
-version: '0.166'
-filename: 'elfutils-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
-tag_gpg_id: 1
-
-var:
- container:
- use_container: 1
- arch_deps:
- - zlib1g-dev
-
-input_files:
- - project: container-image
- - name: elfutils
- URL: 'https://sourceware.org/elfutils/ftp/[% c("version") %]/elfutils-[% c("version") %].tar.bz2'
- file_gpg_id: 1
- gpg_keyring: elfutils.gpg
- sig_ext: sig
- - name: '[% c("var/compiler") %]'
- project: '[% c("var/compiler") %]'
- - project: binutils
- name: binutils
diff --git a/projects/firefox/build b/projects/firefox/build
index 8146f5d..5cf86a4 100644
--- a/projects/firefox/build
+++ b/projects/firefox/build
@@ -58,14 +58,6 @@ EOF
export PATH="/var/tmp/dist/binutils/bin:$PATH"
[% END -%]
-[% IF c("var/selfrando") -%]
- tar -C /var/tmp/dist -xf $rootdir/[% c('input_files_by_name/selfrando') %]
- # Selfrando wrapper
- export PATH="/var/tmp/dist/selfrando/Tools/TorBrowser/tc-wrapper/:$PATH"
- # We need to avoid the shuffling while building as this breaks compilation
- export SELFRANDO_skip_shuffle=
-[% END -%]
-
mkdir -p /var/tmp/dist
tar -C /var/tmp/dist -xf [% c('input_files_by_name/rust') %]
export PATH="/var/tmp/dist/rust/bin:$PATH"
@@ -276,10 +268,6 @@ cd $distdir
objcopy --only-keep-debug $LIB Debug/$LIB
strip $LIB
objcopy --add-gnu-debuglink=./Debug/$LIB $LIB
- [% IF c("var/selfrando") -%]
- # remove RUNPATH added by selfrando (see #22242)
- chrpath -d $LIB
- [% END -%]
done
[% END %]
diff --git a/projects/firefox/config b/projects/firefox/config
index 096fca1..566cbc0 100644
--- a/projects/firefox/config
+++ b/projects/firefox/config
@@ -75,8 +75,6 @@ targets:
- libx11-xcb-dev
# We built GCC but not the libmpc2, thus we need to install it
- libmpc2
- # needed to remove RUNPATH added by selfrando (see #22242)
- - chrpath
linux-i686:
var:
@@ -95,8 +93,6 @@ targets:
- libx11-xcb-dev:i386
# We built GCC but not the libmpc2, thus we need to install it
- libmpc2
- # needed to remove RUNPATH added by selfrando (see #22242)
- - chrpath
- hardening-wrapper
osx-x86_64:
@@ -128,9 +124,6 @@ input_files:
- project: binutils
name: binutils
enable: '[% c("var/linux") %]'
- - project: selfrando
- name: selfrando
- enable: '[% c("var/selfrando") %]'
- filename: fix-info-plist.py
enable: '[% c("var/osx") %]'
- URL: https://people.torproject.org/~gk/mirrors/sources/msvcr100.dll
diff --git a/projects/selfrando/build b/projects/selfrando/build
deleted file mode 100644
index 14d9dcf..0000000
--- a/projects/selfrando/build
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/bash
-[% c("var/set_default_env") -%]
-distdir=/var/tmp/dist/[% project %]
-[% pc(c('var/compiler'), 'var/setup', { compiler_tarfile => c('input_files_by_name/' _ c('var/compiler')) }) %]
-
-mkdir -p /var/tmp/dist
-
-tar -C /var/tmp/dist -xf $rootdir/[% c('input_files_by_name/elfutils') %]
-tar -C /var/tmp/dist -xf $rootdir/[% c('input_files_by_name/binutils') %]
-export PATH="/var/tmp/dist/binutils/bin:$PATH"
-
-tar -C /var/tmp/dist -xf $rootdir/[% project %]-[% c("version") %].tar.gz
-
-cd /var/tmp/dist
-mv [% project %]-[% c("version") %] [% project %]
-cd [% project %]
-scons -Q arch=[% c("var/selfrando_arch") %] LIBELF_PATH="/var/tmp/dist/elfutils" NO_MREMAP=1 FORCE_INPLACE=1 DEBUG_LEVEL=env WRITE_LAYOUTS=env LOG=console
-# Fix the path where we install selfrando
-sed -i 's|^SR_PATH=.*|SR_PATH=/var/tmp/dist/selfrando/out/[% c("var/selfrando_arch") %]/bin|' Tools/TorBrowser/tc-wrapper/ld
-
-cd /var/tmp/dist
-[% c('tar', {
- tar_src => [ project ],
- tar_args => '-czf ' _ dest_dir _ '/' _ c('filename'),
- }) %]
diff --git a/projects/selfrando/config b/projects/selfrando/config
deleted file mode 100644
index 82acc23..0000000
--- a/projects/selfrando/config
+++ /dev/null
@@ -1,31 +0,0 @@
-# vim: filetype=yaml sw=2
-filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
-version: 0.4.2
-git_hash: 'tb-v[% c("version") %]'
-git_url: https://github.com/immunant/selfrando.git
-gpg_keyring: selfrando.gpg
-tag_gpg_id: 1
-
-var:
- container:
- use_container: 1
- arch_deps:
- - scons
- - zlib1g-dev
-
-targets:
- linux-x86_64:
- var:
- selfrando_arch: x86_64
- linux-i686:
- var:
- selfrando_arch: x86
-
-input_files:
- - project: container-image
- - name: binutils
- project: binutils
- - name: elfutils
- project: elfutils
- - name: '[% c("var/compiler") %]'
- project: '[% c("var/compiler") %]'
diff --git a/projects/tor-browser/RelativeLink/start-tor-browser b/projects/tor-browser/RelativeLink/start-tor-browser
index 474360b..0a1dcbf 100755
--- a/projects/tor-browser/RelativeLink/start-tor-browser
+++ b/projects/tor-browser/RelativeLink/start-tor-browser
@@ -273,10 +273,6 @@ if [ $SYSARCHITECTURE -ne $TORARCHITECTURE ]; then
exit 1
fi
-[% IF ! c("var/release") %]
-export SELFRANDO_write_layout_file=
-[% END %]
-
[% IF c("var/asan") -%]
# We need to disable LSan which is enabled by default now. Otherwise we'll get
# a crash during shutdown: https://bugs.torproject.org/10599#comment:59
diff --git a/rbm.conf b/rbm.conf
index b9db843..2202776 100644
--- a/rbm.conf
+++ b/rbm.conf
@@ -238,7 +238,6 @@ targets:
# channels for now.
snowflake: '[% c("var/alpha") || c("var/nightly") %]'
fteproxy: 1
- selfrando: '[% c("var/linux-x86_64") && ! c("var/release") %]'
container:
suite: wheezy
arch: amd64
1
0

[translation/tbmanual-contentspot] Update translations for tbmanual-contentspot
by translation@torproject.org 09 May '19
by translation@torproject.org 09 May '19
09 May '19
commit 916b4d151727b3efed228bdf17c82ef48fbfa034
Author: Translation commit bot <translation(a)torproject.org>
Date: Thu May 9 17:17:59 2019 +0000
Update translations for tbmanual-contentspot
---
contents+ms_MY.po | 102 +++++++++++++++++++++++++++++++++++++++++++-----------
1 file changed, 82 insertions(+), 20 deletions(-)
diff --git a/contents+ms_MY.po b/contents+ms_MY.po
index a19140001..f320a0357 100644
--- a/contents+ms_MY.po
+++ b/contents+ms_MY.po
@@ -1534,12 +1534,14 @@ msgstr ""
#: https//tb-manual.torproject.org/en-US/troubleshooting/
#: (content/troubleshooting/contents+en-US.lrtopic.title)
msgid "Troubleshooting"
-msgstr ""
+msgstr "Pencarisilapan"
#: https//tb-manual.torproject.org/en-US/troubleshooting/
#: (content/troubleshooting/contents+en-US.lrtopic.description)
msgid "What to do if Tor Browser doesn’t work"
msgstr ""
+"Apa perlu lakukan sekiranya Pelayar Tor tidak berfungsi seperti yang "
+"diharapkan"
#: https//tb-manual.torproject.org/en-US/troubleshooting/
#: (content/troubleshooting/contents+en-US.lrtopic.body)
@@ -1552,7 +1554,7 @@ msgstr ""
#: https//tb-manual.torproject.org/en-US/troubleshooting/
#: (content/troubleshooting/contents+en-US.lrtopic.body)
msgid "##### Quick fixes"
-msgstr ""
+msgstr "##### Pembaikan pantas"
#: https//tb-manual.torproject.org/en-US/troubleshooting/
#: (content/troubleshooting/contents+en-US.lrtopic.body)
@@ -1560,6 +1562,8 @@ msgid ""
"If Tor Browser doesn’t connect, there may be a simple solution. Try each of "
"the following:"
msgstr ""
+"Jika Pelayar Tor masih tidak bersambung, masih ada beberapa penyelesaian "
+"mudah. Cuba saranan-saranan berikut:"
#: https//tb-manual.torproject.org/en-US/troubleshooting/
#: (content/troubleshooting/contents+en-US.lrtopic.body)
@@ -1599,7 +1603,7 @@ msgstr ""
#: https//tb-manual.torproject.org/en-US/troubleshooting/
#: (content/troubleshooting/contents+en-US.lrtopic.body)
msgid "##### Is your connection censored?"
-msgstr ""
+msgstr "##### Adakah sambungan anda masih ditapis?"
#: https//tb-manual.torproject.org/en-US/troubleshooting/
#: (content/troubleshooting/contents+en-US.lrtopic.body)
@@ -1608,11 +1612,14 @@ msgid ""
"censoring connections to the Tor network. Read the <a "
"href=\"/circumvention\">Circumvention</a> section for possible solutions."
msgstr ""
+"Jika anda masih gagal bersambung, Penyedia Perkhidmatan Internet anda "
+"mungkin telah menyekat sambungan ke rangkaian Tor. Sila rujuk seksyen <a "
+"href=\"/circumvention\">Pemintasan</a> untuk mendapatkan penyelesaian lain."
#: https//tb-manual.torproject.org/en-US/troubleshooting/
#: (content/troubleshooting/contents+en-US.lrtopic.body)
msgid "##### Known issues"
-msgstr ""
+msgstr "##### Masalah-masalah diketahui"
#: https//tb-manual.torproject.org/en-US/troubleshooting/
#: (content/troubleshooting/contents+en-US.lrtopic.body)
@@ -1622,18 +1629,24 @@ msgid ""
"Issues</a> page to see if the problem you are experiencing is already listed"
" there."
msgstr ""
+"Pelayar Tor sentiasa dalam proses pembangunan, dan terdapat beberapa masalah"
+" timbul yang dikenal pasti tetapi tidak sempat dibaiki. Sila periksa <a href"
+"=\"/known-issues\">Masalah-masalah Diketahui untuk mengetahui sama ada "
+"masalah yang anda hadapi sudah tercatat dalam senarai tersebut."
#: https//tb-manual.torproject.org/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.title)
#: (content/known-issues/contents+en-US.lrtopic.description)
msgid "Known issues"
-msgstr ""
+msgstr "Masalah-masalah diketahui"
#: https//tb-manual.torproject.org/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid ""
"* Tor needs your system clock (and your time zone) set to the correct time."
msgstr ""
+"* Tor memerlukan jam sistem anda (dan zon waktu anda) telah ditetapkan "
+"dengan betul."
#: https//tb-manual.torproject.org/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
@@ -1641,26 +1654,28 @@ msgid ""
"* The following firewall software have been known to interfere with Tor and "
"may need to be temporarily disabled:"
msgstr ""
+"* Perisian tembok api berikut juga telah dikenal pasti mengganggu Tor dan "
+"perlu dilumpuhkan buat sementara:"
#: https//tb-manual.torproject.org/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid "* Webroot SecureAnywhere"
-msgstr ""
+msgstr "* Webroot SecureAnywhere"
#: https//tb-manual.torproject.org/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid "* Kaspersky Internet Security 2012"
-msgstr ""
+msgstr "* Kaspersky Internet Security 2012"
#: https//tb-manual.torproject.org/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid "* Sophos Antivirus for Mac"
-msgstr ""
+msgstr "* Sophos Antivirus for Mac"
#: https//tb-manual.torproject.org/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid "* Microsoft Security Essentials"
-msgstr ""
+msgstr "* Microsoft Security Essentials"
#: https//tb-manual.torproject.org/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
@@ -1668,11 +1683,14 @@ msgid ""
"* Videos that require Adobe Flash are unavailable. Flash is disabled for "
"security reasons."
msgstr ""
+"Video yang memerlukan Flash Adobe tidak tersedia. Ini kerana, Flash memang "
+"dilumpuhkan atas sebab-sebab keselamatan."
#: https//tb-manual.torproject.org/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid "* Tor can not use a bridge if a proxy is set."
msgstr ""
+"* Tor tidak dapat menggunakan titi sekiranya ada proksi telah ditetapkan."
#: https//tb-manual.torproject.org/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
@@ -1680,6 +1698,8 @@ 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 ""
+"* Pakej Pelayar Tor bertarikh 1 Januari, 2000 00:00:00 UTC. Ia bertujuan "
+"supaya setiap binaan perisian boleh dihasilkan semula."
#: https//tb-manual.torproject.org/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
@@ -1689,6 +1709,10 @@ msgid ""
"executable text files when they are opened\" to \"Ask every time\", then "
"click OK."
msgstr ""
+"* Untuk menjalankan Pelayar Tor pada UBuntu, pengguna perlu lakukan skrip "
+"shell. Buka \"Files\" (pelayar Unity), buka Keutamaan → Tab Kelakuan → "
+"Tetapkan \"Jalan fail teks bolehlaku bila ia dibuka\" pada \"Tanya setiap "
+"masa\", kemudian klik OK."
#: https//tb-manual.torproject.org/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
@@ -1696,11 +1720,13 @@ msgid ""
"* Tor Browser can also be started from the command line by running the "
"following command from inside the Tor Browser directory:"
msgstr ""
+"* Pelayar Tor juga boleh dimulakan melalui baris perintah dengan menjalankan"
+" perintah berikut dalam direktori Pelayar Tor:"
#: https//tb-manual.torproject.org/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid "./start-tor-browser.desktop"
-msgstr ""
+msgstr "./start-tor-browser.desktop"
#: https//tb-manual.torproject.org/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
@@ -1708,16 +1734,19 @@ msgid ""
"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
+"* BitTorrent sebenarnya <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">tidak diawanama menerusi "
+"Tor</a></mark>."
#: https//tb-manual.torproject.org/en-US/uninstalling/
#: (content/uninstalling/contents+en-US.lrtopic.title)
msgid "Uninstalling"
-msgstr ""
+msgstr "Menyahpasang"
#: https//tb-manual.torproject.org/en-US/uninstalling/
#: (content/uninstalling/contents+en-US.lrtopic.description)
msgid "How to remove Tor Browser from your system"
-msgstr ""
+msgstr "Bagaimana hendak membuang Pelayar Tor daripada sistem anda"
#: https//tb-manual.torproject.org/en-US/uninstalling/
#: (content/uninstalling/contents+en-US.lrtopic.body)
@@ -1726,11 +1755,14 @@ msgid ""
" computer. Uninstalling Tor Browser will not affect your system’s software "
"or settings."
msgstr ""
+"Pelayar Tor tidak memberi kesan kepada mana-mana perisian atau tetapan sedia"
+" ada komputer anda. Pembuangan Pelayar Tor juga tidak mempengaruhi perisian "
+"atau tetapan sistem anda."
#: https//tb-manual.torproject.org/en-US/uninstalling/
#: (content/uninstalling/contents+en-US.lrtopic.body)
msgid "Removing Tor Browser from your system is simple:"
-msgstr ""
+msgstr "Membuang Pelayar Tor daripada sistem anda adalah mudah:"
#: https//tb-manual.torproject.org/en-US/uninstalling/
#: (content/uninstalling/contents+en-US.lrtopic.body)
@@ -1740,32 +1772,39 @@ msgid ""
"default location, however the folder will be named \"tor-browser_en-US\" if "
"you are running the English Tor Browser."
msgstr ""
+"1. Cari folder Pelayar Tor anda. Lokasi lalai dalam Windows berada di dalam "
+"Desktop; pada Mac OS X ia berada dalam folder Applications. Pada Linux, "
+"tiada lokasi lalai, oleh itu folder berkenaan biasanya bernama \"tor-"
+"browser_en-US\" sekiranya anda menggunakan Pelayar Tor dalam bahasa "
+"Inggeris."
#: https//tb-manual.torproject.org/en-US/uninstalling/
#: (content/uninstalling/contents+en-US.lrtopic.body)
msgid "2. Delete the Tor Browser folder."
-msgstr ""
+msgstr "2. Padam folder Pelayar Tor."
#: https//tb-manual.torproject.org/en-US/uninstalling/
#: (content/uninstalling/contents+en-US.lrtopic.body)
msgid "3. Empty your Trash"
-msgstr ""
+msgstr "3. Kosongkan Tong Sampah anda"
#: https//tb-manual.torproject.org/en-US/uninstalling/
#: (content/uninstalling/contents+en-US.lrtopic.body)
msgid ""
"Note that your operating system’s standard “Uninstall” utility is not used."
msgstr ""
+"Perhatian Utiliti 'Uninstall\" piawai sistem pengoperasian anda tidak "
+"digunakan."
#: https//tb-manual.torproject.org/en-US/becoming-tor-translator/
#: (content/becoming-tor-translator/contents+en-US.lrtopic.title)
msgid "Becoming a Tor Translator"
-msgstr ""
+msgstr "Mahu menjadi Penterjemah Tor"
#: https//tb-manual.torproject.org/en-US/becoming-tor-translator/
#: (content/becoming-tor-translator/contents+en-US.lrtopic.description)
msgid "Becoming a translator for the Tor Project"
-msgstr ""
+msgstr "Mahu menjadi penterjemah untuk Projek Tor"
#: https//tb-manual.torproject.org/en-US/becoming-tor-translator/
#: (content/becoming-tor-translator/contents+en-US.lrtopic.body)
@@ -1777,6 +1816,13 @@ msgid ""
"translation tool. In order to begin contributing you will have to sign up "
"with Transifex. Below is an outline of how to sign up and begin."
msgstr ""
+"Jika anda berminat untuk membantu projek dengan menterjemah panduan atau "
+"Pelayar Tor ke dalam bahasa anda. Bantuan anda sangat dihargai! Lokalisasi "
+"Projek Tor dihos dalam Hab [Localization "
+"Lab](https://www.localizationlab.org) di Transifex, iaitu alat penterjemahan"
+" pihak-ketiga. Anda perlu mendaftar dengan Transifex untuk memulakan kerja-"
+"kerja penterjemahan. Panduan di bawah merupakan langkah-langkah mendaftar "
+"baharu akaun Transifex dan memulakan kerja-kerja penterjemahan."
#: https//tb-manual.torproject.org/en-US/becoming-tor-translator/
#: (content/becoming-tor-translator/contents+en-US.lrtopic.body)
@@ -1786,27 +1832,35 @@ msgid ""
"There you will find translation guidelines and resources that will help you "
"contribute to Tor translations."
msgstr ""
+"Sebelum melakukan kerja-kerja penterjemahan, sila rujuk halaman Projek Tor "
+"di [Localization Lab Wiki](https://wiki.localizationlab.org/index.php/Tor). "
+"Di halaman ini anda temui garis panduan dan sumber-sumber yang dapat "
+"melancarkan lagi sumbangan anda dalam bentuk terjemahan Tor."
#: https//tb-manual.torproject.org/en-US/becoming-tor-translator/
#: (content/becoming-tor-translator/contents+en-US.lrtopic.body)
msgid "##### Signing up on Transifex"
-msgstr ""
+msgstr "##### Mendaftar baharu Transifex"
#: https//tb-manual.torproject.org/en-US/becoming-tor-translator/
#: (content/becoming-tor-translator/contents+en-US.lrtopic.body)
msgid ""
"* Head over to the [Transifex signup page](https://transifex.com/signup/)."
msgstr ""
+"* Pergi ke [halaman pendaftaran baharu "
+"Transifex](https://transifex.com/signup/)."
#: https//tb-manual.torproject.org/en-US/becoming-tor-translator/
#: (content/becoming-tor-translator/contents+en-US.lrtopic.body)
msgid "Enter your information into the fields and click the 'Sign Up' button:"
msgstr ""
+"Masukkan maklumat anda ke dalam medan yang diperlukan kemudian klik butang "
+"'Sign Up':"
#: https//tb-manual.torproject.org/en-US/becoming-tor-translator/
#: (content/becoming-tor-translator/contents+en-US.lrtopic.body)
msgid "<img class=\"col-md-6\" src=\"/static/images/tr1.png\">"
-msgstr ""
+msgstr "<img class=\"col-md-6\" src=\"/static/images/tr1.png\">"
#: https//tb-manual.torproject.org/en-US/becoming-tor-translator/
#: (content/becoming-tor-translator/contents+en-US.lrtopic.body)
@@ -1814,6 +1868,8 @@ msgid ""
"* Fill out the next page with your name and select \"Localization\" and "
"\"Translator\" from the drop-down menus:"
msgstr ""
+"* Isi halaman berikutnya dengan nama anda dan pilih \"Localization\" dan "
+"\"Translator\" melalui menu tarik-turun:"
#: https//tb-manual.torproject.org/en-US/becoming-tor-translator/
#: (content/becoming-tor-translator/contents+en-US.lrtopic.body)
@@ -1824,6 +1880,8 @@ msgstr "<img class=\"col-md-6\" src=\"../../static/images/tr2.png\">"
#: (content/becoming-tor-translator/contents+en-US.lrtopic.body)
msgid "* On the next page, select 'Join an existing project' and continue."
msgstr ""
+"* Pada halaman berikutnya, pilih 'oin an existing project' dan klik "
+"teruskan."
#: https//tb-manual.torproject.org/en-US/becoming-tor-translator/
#: (content/becoming-tor-translator/contents+en-US.lrtopic.body)
@@ -1831,6 +1889,8 @@ msgid ""
"* On the next page, select the languages you speak from the drop-down menu "
"and continue."
msgstr ""
+"* Pada halaman berikutnya, pilih bahasa pertuturan anda melalui menu tarik-"
+"turun dan klik teruskan."
#: https//tb-manual.torproject.org/en-US/becoming-tor-translator/
#: (content/becoming-tor-translator/contents+en-US.lrtopic.body)
@@ -1838,11 +1898,13 @@ msgid ""
"* You are now signed up! Go to the [Tor Transifex "
"page](https://www.transifex.com/otf/torproject/)."
msgstr ""
+"* Anda kini sudah mendaftar! Terus pergi ke [halaman Transifex "
+"Tor](https://www.transifex.com/otf/torproject/)."
#: https//tb-manual.torproject.org/en-US/becoming-tor-translator/
#: (content/becoming-tor-translator/contents+en-US.lrtopic.body)
msgid "* Click the blue 'Join Team' button on the far right:"
-msgstr ""
+msgstr "* Klik butang biru 'Join Team' di hujung kanan halaman:"
#: https//tb-manual.torproject.org/en-US/becoming-tor-translator/
#: (content/becoming-tor-translator/contents+en-US.lrtopic.body)
1
0

[translation/https_everywhere_completed] Update translations for https_everywhere_completed
by translation@torproject.org 09 May '19
by translation@torproject.org 09 May '19
09 May '19
commit 65eb1482e70ae230201c1077a41cfeb719c24e96
Author: Translation commit bot <translation(a)torproject.org>
Date: Thu May 9 17:16:05 2019 +0000
Update translations for https_everywhere_completed
---
nl/https-everywhere.dtd | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/nl/https-everywhere.dtd b/nl/https-everywhere.dtd
index bd3688d49..01677917b 100644
--- a/nl/https-everywhere.dtd
+++ b/nl/https-everywhere.dtd
@@ -7,8 +7,8 @@
<!ENTITY https-everywhere.menu.donate_eff_imperative "Doneren aan EFF">
<!ENTITY https-everywhere.menu.observatory "SSL-observatoriumvoorkeuren">
-<!ENTITY https-everywhere.menu.globalEnable "HTTPS Everywhere staat UIT">
-<!ENTITY https-everywhere.menu.globalEnable "HTTPS Everywhere staat UIT">
+<!ENTITY https-everywhere.menu.globalDisable "HTTPS Everywhere staat UIT">
+<!ENTITY https-everywhere.menu.globalEnable "HTTPS Everywhere staat AAN">
<!ENTITY https-everywhere.menu.encryptAllSitesEligible "Alle in aanmerking komende websites versleutelen staat AAN">
<!ENTITY https-everywhere.menu.encryptAllSitesEligible "Alle in aanmerking komende websites versleutelen staat AAN">
<!ENTITY https-everywhere.menu.httpNoWhereExplained "Niet-versleutelde aanvragen worden momenteel geblokkeerd">
1
0

[translation/https_everywhere] Update translations for https_everywhere
by translation@torproject.org 09 May '19
by translation@torproject.org 09 May '19
09 May '19
commit e61a9d7024d13688030ee8f37928253781e7ccfa
Author: Translation commit bot <translation(a)torproject.org>
Date: Thu May 9 17:15:57 2019 +0000
Update translations for https_everywhere
---
nl/https-everywhere.dtd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nl/https-everywhere.dtd b/nl/https-everywhere.dtd
index de109bfd8..01677917b 100644
--- a/nl/https-everywhere.dtd
+++ b/nl/https-everywhere.dtd
@@ -8,7 +8,7 @@
<!ENTITY https-everywhere.menu.donate_eff_imperative "Doneren aan EFF">
<!ENTITY https-everywhere.menu.observatory "SSL-observatoriumvoorkeuren">
<!ENTITY https-everywhere.menu.globalDisable "HTTPS Everywhere staat UIT">
-<!ENTITY https-everywhere.menu.globalEnable "HTTPS Everywhere is ON">
+<!ENTITY https-everywhere.menu.globalEnable "HTTPS Everywhere staat AAN">
<!ENTITY https-everywhere.menu.encryptAllSitesEligible "Alle in aanmerking komende websites versleutelen staat AAN">
<!ENTITY https-everywhere.menu.encryptAllSitesEligible "Alle in aanmerking komende websites versleutelen staat AAN">
<!ENTITY https-everywhere.menu.httpNoWhereExplained "Niet-versleutelde aanvragen worden momenteel geblokkeerd">
1
0

09 May '19
commit b8f1be536258fc4f47c3311931a2dea52ab2c335
Author: Damian Johnson <atagar(a)torproject.org>
Date: Thu May 9 09:49:46 2019 -0700
Document unit for consensus bandwidth fields
My understanding is that bandwidth authority metrics were unit-less back in its
TorFlow days (per discussions I had with Mike and Roger many years ago), but
evidently this is no longer the case. Adopting the wording teor suggested...
https://trac.torproject.org/projects/tor/ticket/29715
---
stem/descriptor/router_status_entry.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/stem/descriptor/router_status_entry.py b/stem/descriptor/router_status_entry.py
index 321b1004..7d75d40d 100644
--- a/stem/descriptor/router_status_entry.py
+++ b/stem/descriptor/router_status_entry.py
@@ -549,9 +549,9 @@ class RouterStatusEntryV3(RouterStatusEntry):
:var str identifier: base64 encoded identity digest
:var str digest: **\*** router's upper-case hex digest
- :var int bandwidth: bandwidth measured to be available by the relay, this is a
- unit-less heuristic generated by the Bandwidth authoritites to weight relay
- selection
+ :var int bandwidth: bandwidth measured to be available by the relay, this is
+ an arbitrary units (currently kilobytes per second) heuristic generated by
+ the Bandwidth authoritites to weight relay selection
:var int measured: *bandwidth* vote provided by a bandwidth authority
:var bool is_unmeasured: *bandwidth* measurement isn't based on three or more
measurements
1
0

[translation/tbmanual-contentspot] Update translations for tbmanual-contentspot
by translation@torproject.org 09 May '19
by translation@torproject.org 09 May '19
09 May '19
commit 968b24dc117d29e76a329c8f00d13c23a24d7fd6
Author: Translation commit bot <translation(a)torproject.org>
Date: Thu May 9 16:47:54 2019 +0000
Update translations for tbmanual-contentspot
---
contents+ms_MY.po | 39 +++++++++++++++++++++++++++------------
1 file changed, 27 insertions(+), 12 deletions(-)
diff --git a/contents+ms_MY.po b/contents+ms_MY.po
index 7848597fb..a19140001 100644
--- a/contents+ms_MY.po
+++ b/contents+ms_MY.po
@@ -258,7 +258,7 @@ msgstr ""
#: https//tb-manual.torproject.org/en-US/downloading/
#: (content/downloading/contents+en-US.lrtopic.body)
msgid "###### To use GetTor via email:"
-msgstr ""
+msgstr "###### Menggunakan GetTor melalui emel:"
#: https//tb-manual.torproject.org/en-US/downloading/
#: (content/downloading/contents+en-US.lrtopic.body)
@@ -1818,7 +1818,7 @@ msgstr ""
#: https//tb-manual.torproject.org/en-US/becoming-tor-translator/
#: (content/becoming-tor-translator/contents+en-US.lrtopic.body)
msgid "<img class=\"col-md-6\" src=\"../../static/images/tr2.png\">"
-msgstr ""
+msgstr "<img class=\"col-md-6\" src=\"../../static/images/tr2.png\">"
#: https//tb-manual.torproject.org/en-US/becoming-tor-translator/
#: (content/becoming-tor-translator/contents+en-US.lrtopic.body)
@@ -1847,28 +1847,28 @@ msgstr ""
#: https//tb-manual.torproject.org/en-US/becoming-tor-translator/
#: (content/becoming-tor-translator/contents+en-US.lrtopic.body)
msgid "<img class=\"col-md-6\" src=\"../../static/images/tr3.png\">"
-msgstr ""
+msgstr "<img class=\"col-md-6\" src=\"../../static/images/tr3.png\">"
#: https//tb-manual.torproject.org/en-US/becoming-tor-translator/
#: (content/becoming-tor-translator/contents+en-US.lrtopic.body)
msgid ""
"* Select the language you would like to translate from the dropdown menu:"
-msgstr ""
+msgstr "* Pilih bahasa yang mahu diterjemahkan menerusi menu tarik-turun:"
#: https//tb-manual.torproject.org/en-US/becoming-tor-translator/
#: (content/becoming-tor-translator/contents+en-US.lrtopic.body)
msgid "<img class=\"col-md-6\" src=\"../../static/images/tr4.png\">"
-msgstr ""
+msgstr "<img class=\"col-md-6\" src=\"../../static/images/tr4.png\">"
#: https//tb-manual.torproject.org/en-US/becoming-tor-translator/
#: (content/becoming-tor-translator/contents+en-US.lrtopic.body)
msgid "* A notification will now show up on the top of the page like so:"
-msgstr ""
+msgstr "* Satu pemberitahuan akan timbul di bahagian teratas halaman seperti:"
#: https//tb-manual.torproject.org/en-US/becoming-tor-translator/
#: (content/becoming-tor-translator/contents+en-US.lrtopic.body)
msgid "<img class=\"col-md-6\" src=\"../../static/images/tr5.png\">"
-msgstr ""
+msgstr "<img class=\"col-md-6\" src=\"../../static/images/tr5.png\">"
#: https//tb-manual.torproject.org/en-US/becoming-tor-translator/
#: (content/becoming-tor-translator/contents+en-US.lrtopic.body)
@@ -1878,6 +1878,10 @@ msgid ""
"page](https://www.transifex.com/otf/torproject/) when you are ready to "
"begin."
msgstr ""
+"Setelah keahlian anda diluluskan anda boleh memulakan penterjemahan; "
+"terdapat satu senarai yang perlu diterjemahkan pada [halaman Transifex "
+"Tor](https://www.transifex.com/otf/torproject/) sekiaranya anda sedia "
+"memulakan kerja-kerja menterjemah."
#: https//tb-manual.torproject.org/en-US/becoming-tor-translator/
#: (content/becoming-tor-translator/contents+en-US.lrtopic.body)
@@ -1885,11 +1889,14 @@ msgid ""
"The [Localization Lab Wiki](https://wiki.localizationlab.org/index.php/Tor) "
"also has information about the translations with bigger priority."
msgstr ""
+"[Wiki Localization Lab](https://wiki.localizationlab.org/index.php/Tor) juga"
+" mempunyai maklumat berkenaan terjemahan yang berdasarkan keutamaan "
+"tertinggi."
#: https//tb-manual.torproject.org/en-US/becoming-tor-translator/
#: (content/becoming-tor-translator/contents+en-US.lrtopic.body)
msgid "Thanks for your interest in helping the project!"
-msgstr ""
+msgstr "Terima kasih atas minat anda mahu membantu projek ini!"
#: templates/footer.html:5
msgid "Our mission:"
@@ -1902,6 +1909,10 @@ msgid ""
"availability and use, and furthering their scientific and popular "
"understanding."
msgstr ""
+"Untuk melindungi hak asasi manusia dan kebebasan dengan mencipta dan "
+"menghasilkan teknologi keawanamaan dan kerahsiaan bebas dan bersumber-"
+"terbuka, menyokong ketersediaan dan penggunaan tanpa-had, dan melanjutkan "
+"kesefahaman saintifik dan popular mereka."
#: templates/footer.html:24
msgid "Subscribe to our Newsletter"
@@ -1910,6 +1921,8 @@ msgstr "Langgani Surat Berita kami"
#: templates/footer.html:25
msgid "Get monthly updates and opportunities from the Tor Project"
msgstr ""
+"Dapatkan kemaskini bulanan dan peluang-peluang yang ditawarkan melalui "
+"Projek Tor"
#: templates/footer.html:26
msgid "Sign up"
@@ -1920,14 +1933,16 @@ msgid ""
"Trademark, copyright notices, and rules for use by third parties can be "
"found in our "
msgstr ""
+"Tanda dagangan, notis hak cipta, dan peraturan untuk kegunaan pihak ketiga "
+"boleh ditemui dalam"
#: templates/layout.html:8
msgid "Tor Project | Tor Browser Manual"
-msgstr ""
+msgstr "Projek Tor | Panduan Pelayar Tor"
#: templates/navbar.html:4
msgid "Tor Logo"
-msgstr ""
+msgstr "Logo Tor"
#: templates/navbar.html:40
msgid "Download Tor Browser"
@@ -1935,7 +1950,7 @@ msgstr "Muat Turun Pelayar Tor"
#: templates/search.html:5
msgid "Search"
-msgstr ""
+msgstr "Gelintar"
#: templates/sidenav.html:4 templates/sidenav.html:35
msgid "Topics"
@@ -1943,4 +1958,4 @@ msgstr "Topik-Topik"
#: templates/macros/topic.html:18
msgid "Permalink"
-msgstr ""
+msgstr "Pautan Kekal"
1
0

[translation/https_everywhere_completed] Update translations for https_everywhere_completed
by translation@torproject.org 09 May '19
by translation@torproject.org 09 May '19
09 May '19
commit 6cdbb5490c7748a62e425fadda0dcb5462b6359f
Author: Translation commit bot <translation(a)torproject.org>
Date: Thu May 9 16:16:04 2019 +0000
Update translations for https_everywhere_completed
---
zh_TW/https-everywhere.dtd | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/zh_TW/https-everywhere.dtd b/zh_TW/https-everywhere.dtd
index d0d76a1b5..d2c2009cc 100644
--- a/zh_TW/https-everywhere.dtd
+++ b/zh_TW/https-everywhere.dtd
@@ -7,8 +7,8 @@
<!ENTITY https-everywhere.menu.donate_eff_imperative "贊助電子前哨基金會(EFF)">
<!ENTITY https-everywhere.menu.observatory "SSL 觀測站偏好設定">
-<!ENTITY https-everywhere.menu.globalEnable "HTTPS Everywhere 已關閉">
-<!ENTITY https-everywhere.menu.globalEnable "HTTPS Everywhere 已關閉">
+<!ENTITY https-everywhere.menu.globalDisable "HTTPS Everywhere 已關閉">
+<!ENTITY https-everywhere.menu.globalEnable "HTTPS Everywhere 已啟用">
<!ENTITY https-everywhere.menu.encryptAllSitesEligible "加密所有合格的網站已開啟">
<!ENTITY https-everywhere.menu.encryptAllSitesEligible "加密所有合格的網站已開啟">
<!ENTITY https-everywhere.menu.httpNoWhereExplained "目前已阻擋未加密的請求">
1
0

[translation/https_everywhere] Update translations for https_everywhere
by translation@torproject.org 09 May '19
by translation@torproject.org 09 May '19
09 May '19
commit 63f49b6e1d92c967d4c3535e3ed1e3529ca197ef
Author: Translation commit bot <translation(a)torproject.org>
Date: Thu May 9 16:15:56 2019 +0000
Update translations for https_everywhere
---
zh_TW/https-everywhere.dtd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zh_TW/https-everywhere.dtd b/zh_TW/https-everywhere.dtd
index c55929e1c..d2c2009cc 100644
--- a/zh_TW/https-everywhere.dtd
+++ b/zh_TW/https-everywhere.dtd
@@ -8,7 +8,7 @@
<!ENTITY https-everywhere.menu.donate_eff_imperative "贊助電子前哨基金會(EFF)">
<!ENTITY https-everywhere.menu.observatory "SSL 觀測站偏好設定">
<!ENTITY https-everywhere.menu.globalDisable "HTTPS Everywhere 已關閉">
-<!ENTITY https-everywhere.menu.globalEnable "HTTPS Everywhere is ON">
+<!ENTITY https-everywhere.menu.globalEnable "HTTPS Everywhere 已啟用">
<!ENTITY https-everywhere.menu.encryptAllSitesEligible "加密所有合格的網站已開啟">
<!ENTITY https-everywhere.menu.encryptAllSitesEligible "加密所有合格的網站已開啟">
<!ENTITY https-everywhere.menu.httpNoWhereExplained "目前已阻擋未加密的請求">
1
0

[translation/tpo-web_completed] Update translations for tpo-web_completed
by translation@torproject.org 09 May '19
by translation@torproject.org 09 May '19
09 May '19
commit e56d483a991c4713db3a03d4802bbece627361f3
Author: Translation commit bot <translation(a)torproject.org>
Date: Thu May 9 15:51:37 2019 +0000
Update translations for tpo-web_completed
---
contents+de.po | 31 +++++++++++++++++++++----------
contents+es.po | 35 +++++++++++++++++++++++------------
contents+fr.po | 31 +++++++++++++++++++++----------
contents+is.po | 31 +++++++++++++++++++++----------
contents+it.po | 31 +++++++++++++++++++++----------
contents+ka.po | 31 +++++++++++++++++++++----------
contents+ms_MY.po | 31 +++++++++++++++++++++----------
contents+pl.po | 31 +++++++++++++++++++++----------
contents+pt-BR.po | 31 +++++++++++++++++++++----------
contents+pt-PT.po | 31 +++++++++++++++++++++----------
contents+ru.po | 31 +++++++++++++++++++++----------
contents+tr.po | 31 +++++++++++++++++++++----------
contents+zh-CN.po | 31 ++++++++++++++++++++++---------
contents.pot | 38 ++++++++++++++++++++++++++++----------
14 files changed, 304 insertions(+), 141 deletions(-)
diff --git a/contents+de.po b/contents+de.po
index 1048636ba..6841e6670 100644
--- a/contents+de.po
+++ b/contents+de.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: Curtis Baltimore <curtisbaltimore(a)protonmail.com>, 2019\n"
"Language-Team: German (https://www.transifex.com/otf/teams/1519/de/)\n"
@@ -136,6 +136,10 @@ msgstr "Blog"
msgid "Donate"
msgstr "Spenden"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "Spende jetzt"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -503,6 +507,13 @@ msgstr ""
"Wir sind ein internationales Team, das glaubt, dass jeder einen privaten "
"Zugang zum unzensierten Web haben sollte."
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -550,11 +561,12 @@ msgstr "Neue Veröffentlichung: Tor Browser 8.5a10"
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
-"Tor Browser 8.5a10 ist ab sofort auf der Tor Browser Projektseite und auch "
-"in unserem Distributionsverzeichnis verfügbar."
#: templates/contact.html:8
msgid "Chat with us on"
@@ -717,6 +729,10 @@ msgstr ""
msgid "Language"
msgstr "Sprache"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr "Verbinde dich"
@@ -812,11 +828,6 @@ msgstr ""
"wie dich, die uns helfen, Tor robust und sicher für Millionen von Menschen "
"weltweit zu halten."
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "Spende jetzt"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+es.po b/contents+es.po
index 5d378578a..34f2ae4d1 100644
--- a/contents+es.po
+++ b/contents+es.po
@@ -5,16 +5,16 @@
# erinm, 2019
# Zuhualime Akoochimoya, 2019
# eulalio barbero espinosa <eulaliob(a)gmail.com>, 2019
-# Emma Peel, 2019
# sim, 2019
+# Emma Peel, 2019
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
-"Last-Translator: sim, 2019\n"
+"Last-Translator: Emma Peel, 2019\n"
"Language-Team: Spanish (https://www.transifex.com/otf/teams/1519/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -133,6 +133,10 @@ msgstr "Blog"
msgid "Donate"
msgstr "Donar"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "Dona ahora."
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -493,6 +497,13 @@ msgstr ""
"Somos un equipo internacional que cree que todo el mundo debería tener "
"acceso privado a la web sin censura."
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -540,11 +551,12 @@ msgstr "Nueva versión: Navegador Tor 8.5a10"
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
-"El navegador Tor 8.5a10 está ahora disponible en la página del proyecto Tor"
-" y también en nuestro directorio de distribución."
#: templates/contact.html:8
msgid "Chat with us on"
@@ -706,6 +718,10 @@ msgstr "¿Eres usuario/a de iOS? Te recomendamos que pruebes Onion Browser."
msgid "Language"
msgstr "Idioma"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr "firma"
+
#: templates/download.html:5
msgid "Get Connected"
msgstr "Conéctate"
@@ -800,11 +816,6 @@ msgstr ""
" tu para ayudarnos a mantener a Tor robusto y seguro para millones de "
"personas alredeor del mundo."
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "Dona ahora."
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+fr.po b/contents+fr.po
index 02d7d3490..7ec81dc75 100644
--- a/contents+fr.po
+++ b/contents+fr.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: AO <ao(a)localizationlab.org>, 2019\n"
"Language-Team: French (https://www.transifex.com/otf/teams/1519/fr/)\n"
@@ -136,6 +136,10 @@ msgstr "Blogue"
msgid "Donate"
msgstr "Faire un don"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "Faites un don maintenant"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -509,6 +513,13 @@ msgstr ""
"avoir un accès au Web non censuré, accès qui protège la vie privée et les "
"données personnelles."
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -556,11 +567,12 @@ msgstr "Nouvelle version : Navigateur Tor 8.5a10"
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
-"Le Navigateur Tor 8.5a10 est maintenant proposé sur la page du Projet Tor "
-"ainsi que dans notre répertoire de distribution."
#: templates/contact.html:8
msgid "Chat with us on"
@@ -724,6 +736,10 @@ msgstr ""
msgid "Language"
msgstr "Langue"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr "Se connecter"
@@ -819,11 +835,6 @@ msgstr ""
"partisans comme vous pour nous aider à assurer la robustesse et la sécurité "
"de Tor pour des millions de personnes partout dans le monde."
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "Faites un don maintenant"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+is.po b/contents+is.po
index e366332da..1ed0444c9 100644
--- a/contents+is.po
+++ b/contents+is.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: Sveinn í Felli <sv1(a)fellsnet.is>, 2019\n"
"Language-Team: Icelandic (https://www.transifex.com/otf/teams/1519/is/)\n"
@@ -131,6 +131,10 @@ msgstr "Blogg"
msgid "Donate"
msgstr "Styrkja"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "Styrkja núna"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -495,6 +499,13 @@ msgstr ""
"Við erum alþjóðlegt teymi sem trúum að allir eigi að hafa einkaaðgang að "
"óritskoðuðum veraldarvef."
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -542,11 +553,12 @@ msgstr "Ný útgáfa: Tor-vafrinn 8.5a10"
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
-"Tor-vafrinn útgáfa 8.5a10 er núna tiltæk af vefsíðu Tor-vafrans og einnig úr"
-" dreifingarmöppunni okkar."
#: templates/contact.html:8
msgid "Chat with us on"
@@ -705,6 +717,10 @@ msgstr "Ert þú iOS-notandi? Við hvetjum þig til að prófa Onion Browser"
msgid "Language"
msgstr "Tungumál"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr "Settu þig í samband"
@@ -799,11 +815,6 @@ msgstr ""
"okkur á stuðningsmenn eins og þig til að hjálpa okkur við að gera Tor sterkt"
" og öruggt fyrir milljónir manna út um víða veröld."
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "Styrkja núna"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+it.po b/contents+it.po
index 09cac243d..f5242985b 100644
--- a/contents+it.po
+++ b/contents+it.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: francesco ercolani <erco99(a)live.it>, 2019\n"
"Language-Team: Italian (https://www.transifex.com/otf/teams/1519/it/)\n"
@@ -138,6 +138,10 @@ msgstr "Blog"
msgid "Donate"
msgstr "Dona"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "Dona Ora"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -496,6 +500,13 @@ msgstr ""
"Siamo un team internazionale che crede che tutti dovrebbero avere un accesso"
" privato al web senza censure."
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -543,11 +554,12 @@ msgstr "Nuova versione: Tor Browser 8.5a10"
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
-"Tor Browser 8.5a10 è ora disponibile nella pagina di Tor Browser Project e "
-"anche nella nostra directory di distribuzione."
#: templates/contact.html:8
msgid "Chat with us on"
@@ -706,6 +718,10 @@ msgstr "Sei un utente iOS? Ti incoraggiamo a provare Onion Browser."
msgid "Language"
msgstr "Lingua"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr "Collegarsi"
@@ -799,11 +815,6 @@ msgstr ""
"aiutarci a mantenere Tor robusto e sicuro per milioni di persone in tutto il"
" mondo."
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "Dona Ora"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+ka.po b/contents+ka.po
index 1e3d50f5f..bde8ad52a 100644
--- a/contents+ka.po
+++ b/contents+ka.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: Georgianization, 2019\n"
"Language-Team: Georgian (https://www.transifex.com/otf/teams/1519/ka/)\n"
@@ -133,6 +133,10 @@ msgstr "სვეტი"
msgid "Donate"
msgstr "შემოწირულობა"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "გაიღეთ თანხა"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -505,6 +509,13 @@ msgstr ""
"ჩვენ ვართ საერთაშორისო გუნდი, რომელსაც მიაჩნია, რომ ყველას უნდა ჰქონდეს "
"შეუზღუდავი წვდომა ინტერნეტთან, პირადი მონაცემების ხელყოფის გარეშე."
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -552,11 +563,12 @@ msgstr "ახალი გამოშვება: Tor-ბრაუზერ
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
-"Tor-ბრაუზერი 8.5a10 უკვე ხელმისაწვდომია Tor-ბრაუზერის პროექტის გვერდზე და "
-"აგრეთვე გავრცელების სხვა საშუალებებიდან."
#: templates/contact.html:8
msgid "Chat with us on"
@@ -718,6 +730,10 @@ msgstr "iOS-ის მომხმარებელი ხართ? გირ
msgid "Language"
msgstr "ენა"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr "კავშირი"
@@ -809,11 +825,6 @@ msgstr ""
"შემომწირველებზე, რომ შევინარჩუნოთ Tor მდგრადი და დაცული მილიონობით "
"ადამიანისთვის, მთელ მსოფლიოში."
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "გაიღეთ თანხა"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+ms_MY.po b/contents+ms_MY.po
index c15c869ca..54f5f47e6 100644
--- a/contents+ms_MY.po
+++ b/contents+ms_MY.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: abuyop <abuyop(a)gmail.com>, 2019\n"
"Language-Team: Malay (Malaysia) (https://www.transifex.com/otf/teams/1519/ms_MY/)\n"
@@ -130,6 +130,10 @@ msgstr "Blog"
msgid "Donate"
msgstr "Derma"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "Dermalah Sekarang"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -497,6 +501,13 @@ msgstr ""
"Kami merupakan satu pasukan antarabangsa yang mempercayai sesiapa sahaja "
"patut mempunyai capaian persendirian ke sesawang tanpa tapisan."
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -544,11 +555,12 @@ msgstr "Keluaran Baharu: Pelayar Tor 8.5a10"
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
-"Pelayar Tor 8.5a10 kini tersedia melalui halaman Projek Pelayar Tor dan juga"
-" menerusi direktori distribusi kami."
#: templates/contact.html:8
msgid "Chat with us on"
@@ -708,6 +720,10 @@ msgstr "Anda seorang pengguna iOS? Anda digalakkan mencuba Pelayar Onion."
msgid "Language"
msgstr "Bahasa"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr "Mari Berhubung"
@@ -802,11 +818,6 @@ msgstr ""
" kepada penyokong seperti anda untuk memastikan Tor kebal dan selamat untuk "
"kegunaan berjuta-juta pengguna di seluruh dunia."
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "Dermalah Sekarang"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+pl.po b/contents+pl.po
index ee9b894bb..be93e0e34 100644
--- a/contents+pl.po
+++ b/contents+pl.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: Dawid Potocki <dpot(a)disroot.org>, 2019\n"
"Language-Team: Polish (https://www.transifex.com/otf/teams/1519/pl/)\n"
@@ -137,6 +137,10 @@ msgstr "Blog"
msgid "Donate"
msgstr "Wspomóż finansowo"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "Wesprzyj teraz"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -499,6 +503,13 @@ msgstr ""
"Jesteśmy międzynarodowym zespołem, który uważa, że każdy powinien mieć "
"prywatny dostęp do nieocenzurowanej sieci."
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -545,11 +556,12 @@ msgstr "Nowa wersja: Tor Browser 8.5a10"
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
-"Tor Browser 8.5a10 jest teraz dostępny na stronie projektu Tor Browser, a "
-"także z naszego katalogu dystrybucyjnego."
#: templates/contact.html:8
msgid "Chat with us on"
@@ -711,6 +723,10 @@ msgstr ""
msgid "Language"
msgstr "Język"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr "Nawiązywanie połączenia"
@@ -807,11 +823,6 @@ msgstr ""
"którzy pomagają nam utrzymać Tora solidnym i bezpiecznym dla milionów ludzi "
"na całym świecie."
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "Wesprzyj teraz"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+pt-BR.po b/contents+pt-BR.po
index c6e539e21..b85785fe6 100644
--- a/contents+pt-BR.po
+++ b/contents+pt-BR.po
@@ -17,7 +17,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: Eduardo Addad de Oliveira <eduardoaddad(a)hotmail.com>, 2019\n"
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/otf/teams/1519/pt_BR/)\n"
@@ -142,6 +142,10 @@ msgstr "Blog"
msgid "Donate"
msgstr "Doar"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "Doar Agora"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -504,6 +508,13 @@ msgstr ""
"Somos uma equipe internacional que acredita que todos deveriam ter acesso a "
"uma web livre de censura."
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -551,11 +562,12 @@ msgstr "Novo lançamento: Navegador Tor 8.5a10"
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
-"O Navegador Tor 8.5a10 já está disponível na página de projeto do Navegador "
-"Tor e também em nosso diretório de distribuições."
#: templates/contact.html:8
msgid "Chat with us on"
@@ -715,6 +727,10 @@ msgstr "Você usa iOS? Encorajamos você a experimentar Onion Browser."
msgid "Language"
msgstr "Idioma"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr "Conecte-se"
@@ -809,11 +825,6 @@ msgstr ""
"você para nos ajudar a manter o Tor robusto e seguro para milhões de pessoas"
" em todo o mundo."
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "Doar Agora"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+pt-PT.po b/contents+pt-PT.po
index bb0e695f9..f6ac2b39d 100644
--- a/contents+pt-PT.po
+++ b/contents+pt-PT.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: Rui <xymarior(a)yandex.com>, 2019\n"
"Language-Team: Portuguese (Portugal) (https://www.transifex.com/otf/teams/1519/pt_PT/)\n"
@@ -134,6 +134,10 @@ msgstr "Blogue"
msgid "Donate"
msgstr "Fazer donativo"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "Doar Agora"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -495,6 +499,13 @@ msgstr ""
"Somos uma equipa internacional que acredita que toda a gente deve ter um "
"acesso privado à web sem censura."
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -542,11 +553,12 @@ msgstr "Novo lançamento: Tor Browser 8.5a10"
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
-"O Tor Browser 8.5a10 está agora disponível na página do projeto Tor Browser "
-"e também do nosso diretório de distribuição."
#: templates/contact.html:8
msgid "Chat with us on"
@@ -706,6 +718,10 @@ msgstr ""
msgid "Language"
msgstr "Idioma"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr "Ligue-se"
@@ -797,11 +813,6 @@ msgstr ""
"para nos ajudar a manter o Tor robusto e seguro para milhões de pessoas em "
"todo o mundo."
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "Doar Agora"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+ru.po b/contents+ru.po
index b04389858..4dbc4a4cf 100644
--- a/contents+ru.po
+++ b/contents+ru.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: Sergey Smirnov <cj75300(a)gmail.com>, 2019\n"
"Language-Team: Russian (https://www.transifex.com/otf/teams/1519/ru/)\n"
@@ -136,6 +136,10 @@ msgstr "Блог"
msgid "Donate"
msgstr "Пожертвовать"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "Пожертвовать"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -489,6 +493,13 @@ msgstr ""
"Мы – международная команда, которая верит, что каждый имеет право на "
"приватный доступ к интернету без цензуры."
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -535,11 +546,12 @@ msgstr "Новая версия: Tor Browser 8.5a10"
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
-"Tor Browser 8.5a10 доступен для скачивания с сайта проекта Tor Browser и из "
-"нашего каталога дистрибутивов."
#: templates/contact.html:8
msgid "Chat with us on"
@@ -696,6 +708,10 @@ msgstr "Используете iOS? Попробуйте Onion Browser."
msgid "Language"
msgstr "Язык"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr "Подключайтесь"
@@ -789,11 +805,6 @@ msgstr ""
" миллионов людей по всему миру зависит от поддержки пользователей – таких, "
"как вы."
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "Пожертвовать"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+tr.po b/contents+tr.po
index 59331c08f..5ae89501d 100644
--- a/contents+tr.po
+++ b/contents+tr.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: Kaya Zeren <kayazeren(a)gmail.com>, 2019\n"
"Language-Team: Turkish (https://www.transifex.com/otf/teams/1519/tr/)\n"
@@ -131,6 +131,10 @@ msgstr "Günlük"
msgid "Donate"
msgstr "Bağış Yapın"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "Şimdi Bağış Yapın"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -495,6 +499,13 @@ msgstr ""
"Herkesin kişisel gizliliğini koruyarak ağa sansürsüz olarak erişebilmesi "
"gerektiğine inanan uluslararası bir ekibiz."
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -542,11 +553,12 @@ msgstr "Yeni Sürüm: Tor Browser 8.5a10"
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
-"Tor Browser projesi sayfasından ya da dağıtım dizinimizden 8.5.a10 sürümünü "
-"indirebilirsiniz."
#: templates/contact.html:8
msgid "Chat with us on"
@@ -708,6 +720,10 @@ msgstr "iOS kullanıyorsanız Onion Browser uygulamasını denemenizi öneririz.
msgid "Language"
msgstr "Dil"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr "Bağlantı Kurun"
@@ -801,11 +817,6 @@ msgstr ""
" olan Tor projesini sağlam ve güvende tutmak için sizin gibi "
"destekçilerimize güveniyoruz."
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "Şimdi Bağış Yapın"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+zh-CN.po b/contents+zh-CN.po
index 232f70229..459511050 100644
--- a/contents+zh-CN.po
+++ b/contents+zh-CN.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: MD Rights <psychi2009(a)gmail.com>, 2019\n"
"Language-Team: Chinese (China) (https://www.transifex.com/otf/teams/1519/zh_CN/)\n"
@@ -129,6 +129,10 @@ msgstr "博客"
msgid "Donate"
msgstr "捐款"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "现在就捐助"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -427,6 +431,13 @@ msgid ""
"access to the uncensored web."
msgstr "我们是相信每个人都有私有权利访问未审查网络的国际化团队。"
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -467,9 +478,12 @@ msgstr "最新发布:Tor Browser 8.5a10"
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
-msgstr "Tor Browser 8.5a10现在可从Tor Browser项目页面获得,也可从我们的发行版目录中获得。"
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
+msgstr ""
#: templates/contact.html:8
msgid "Chat with us on"
@@ -611,6 +625,10 @@ msgstr "你是iOS用户吗?我们鼓励你尝试Onion Browser。"
msgid "Language"
msgstr "语言"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr "获得连接"
@@ -691,11 +709,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "现在就捐助"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents.pot b/contents.pot
index 3abad3d74..21fbab7f5 100644
--- a/contents.pot
+++ b/contents.pot
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: en <LL(a)li.org>\n"
@@ -122,6 +122,10 @@ msgstr "Blog"
msgid "Donate"
msgstr "Donate"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "Donate Now"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -475,6 +479,15 @@ msgstr ""
"We are an international team who believes everyone should have private "
"access to the uncensored web."
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -522,11 +535,17 @@ msgstr "New Release: Tor Browser 8.5a10"
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
#: templates/contact.html:8
msgid "Chat with us on"
@@ -681,6 +700,10 @@ msgstr "Are you an iOS user? We encourage you to try Onion Browser."
msgid "Language"
msgstr "Language"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr "sig"
+
#: templates/download.html:5
msgid "Get Connected"
msgstr "Get Connected"
@@ -772,11 +795,6 @@ msgstr ""
"We're a nonprofit organization and rely on supporters like you to help us "
"keep Tor robust and secure for millions of people worldwide."
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "Donate Now"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
1
0

09 May '19
commit 2b5402b1f7007ca460e28f24116b673d0af3b19e
Author: Translation commit bot <translation(a)torproject.org>
Date: Thu May 9 15:51:21 2019 +0000
Update translations for tpo-web
---
contents+am.po | 29 +++++++++++++++++++++--------
contents+ar.po | 29 +++++++++++++++++++++--------
contents+az.po | 29 +++++++++++++++++++++--------
contents+be.po | 29 +++++++++++++++++++++--------
contents+bg.po | 29 +++++++++++++++++++++--------
contents+bn.po | 29 +++++++++++++++++++++--------
contents+bo.po | 29 +++++++++++++++++++++--------
contents+ca.po | 29 +++++++++++++++++++++--------
contents+cs.po | 29 +++++++++++++++++++++--------
contents+cy.po | 29 +++++++++++++++++++++--------
contents+da.po | 29 +++++++++++++++++++++--------
contents+de.po | 31 +++++++++++++++++++++----------
contents+el.po | 29 +++++++++++++++++++++--------
contents+en_GB.po | 29 +++++++++++++++++++++--------
contents+eo.po | 29 +++++++++++++++++++++--------
contents+es-AR.po | 29 +++++++++++++++++++++--------
contents+es.po | 35 +++++++++++++++++++++++------------
contents+et.po | 29 +++++++++++++++++++++--------
contents+eu.po | 29 +++++++++++++++++++++--------
contents+fa.po | 29 +++++++++++++++++++++--------
contents+fi.po | 29 +++++++++++++++++++++--------
contents+fil.po | 29 +++++++++++++++++++++--------
contents+fr.po | 31 +++++++++++++++++++++----------
contents+ga.po | 29 +++++++++++++++++++++--------
contents+gl.po | 29 +++++++++++++++++++++--------
contents+he.po | 29 +++++++++++++++++++++--------
contents+hi.po | 29 +++++++++++++++++++++--------
contents+hr.po | 29 +++++++++++++++++++++--------
contents+hu.po | 29 +++++++++++++++++++++--------
contents+id.po | 29 +++++++++++++++++++++--------
contents+is.po | 31 +++++++++++++++++++++----------
contents+it.po | 31 +++++++++++++++++++++----------
contents+ja.po | 29 +++++++++++++++++++++--------
contents+ka.po | 31 +++++++++++++++++++++----------
contents+kk.po | 29 +++++++++++++++++++++--------
contents+km.po | 29 +++++++++++++++++++++--------
contents+ko.po | 29 +++++++++++++++++++++--------
contents+ku_IQ.po | 29 +++++++++++++++++++++--------
contents+lt.po | 29 +++++++++++++++++++++--------
contents+lv.po | 29 +++++++++++++++++++++--------
contents+mk.po | 29 +++++++++++++++++++++--------
contents+ms_MY.po | 31 +++++++++++++++++++++----------
contents+my.po | 29 +++++++++++++++++++++--------
contents+nb.po | 29 +++++++++++++++++++++--------
contents+nl.po | 29 +++++++++++++++++++++--------
contents+nn.po | 29 +++++++++++++++++++++--------
contents+pl.po | 31 +++++++++++++++++++++----------
contents+pt-BR.po | 31 +++++++++++++++++++++----------
contents+pt-PT.po | 31 +++++++++++++++++++++----------
contents+ro.po | 29 +++++++++++++++++++++--------
contents+ru.po | 31 +++++++++++++++++++++----------
contents+sk.po | 29 +++++++++++++++++++++--------
contents+sl.po | 29 +++++++++++++++++++++--------
contents+sq.po | 29 +++++++++++++++++++++--------
contents+sr.po | 29 +++++++++++++++++++++--------
contents+sv.po | 29 +++++++++++++++++++++--------
contents+sw.po | 29 +++++++++++++++++++++--------
contents+ta.po | 29 +++++++++++++++++++++--------
contents+th.po | 29 +++++++++++++++++++++--------
contents+tr.po | 31 +++++++++++++++++++++----------
contents+uk.po | 29 +++++++++++++++++++++--------
contents+ur.po | 29 +++++++++++++++++++++--------
contents+uz.po | 29 +++++++++++++++++++++--------
contents+vi.po | 29 +++++++++++++++++++++--------
contents+zh-CN.po | 31 ++++++++++++++++++++++---------
contents+zh-TW.po | 31 ++++++++++++++++++++++---------
contents.pot | 38 ++++++++++++++++++++++++++++----------
67 files changed, 1418 insertions(+), 566 deletions(-)
diff --git a/contents+am.po b/contents+am.po
index 0f1ac1604..538ef213e 100644
--- a/contents+am.po
+++ b/contents+am.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: erinm, 2019\n"
"Language-Team: Amharic (https://www.transifex.com/otf/teams/1519/am/)\n"
@@ -122,6 +122,10 @@ msgstr "ጦማር"
msgid "Donate"
msgstr ""
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr ""
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -389,6 +393,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -429,8 +440,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -566,6 +580,10 @@ msgstr ""
msgid "Language"
msgstr "ቋንቋ "
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -644,11 +662,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr ""
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+ar.po b/contents+ar.po
index 994b388ac..8cb958189 100644
--- a/contents+ar.po
+++ b/contents+ar.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: Khaled Hosny, 2019\n"
"Language-Team: Arabic (https://www.transifex.com/otf/teams/1519/ar/)\n"
@@ -124,6 +124,10 @@ msgstr "مدونة"
msgid "Donate"
msgstr "تبرّع"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "تبرع الآن"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -391,6 +395,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -431,8 +442,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -568,6 +582,10 @@ msgstr ""
msgid "Language"
msgstr "اللغة"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -646,11 +664,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "تبرع الآن"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+az.po b/contents+az.po
index eb8326d65..7e3262471 100644
--- a/contents+az.po
+++ b/contents+az.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: erinm, 2019\n"
"Language-Team: Azerbaijani (https://www.transifex.com/otf/teams/1519/az/)\n"
@@ -120,6 +120,10 @@ msgstr "Bloq"
msgid "Donate"
msgstr "İanə et"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr ""
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -387,6 +391,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -427,8 +438,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -564,6 +578,10 @@ msgstr ""
msgid "Language"
msgstr "Dil"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -642,11 +660,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr ""
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+be.po b/contents+be.po
index 98162b2d2..47a96b719 100644
--- a/contents+be.po
+++ b/contents+be.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: erinm, 2019\n"
"Language-Team: Belarusian (https://www.transifex.com/otf/teams/1519/be/)\n"
@@ -121,6 +121,10 @@ msgstr "Блог"
msgid "Donate"
msgstr ""
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr ""
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -388,6 +392,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -428,8 +439,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -565,6 +579,10 @@ msgstr ""
msgid "Language"
msgstr "Мова"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -643,11 +661,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr ""
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+bg.po b/contents+bg.po
index d783364cd..9bdb95de9 100644
--- a/contents+bg.po
+++ b/contents+bg.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: erinm, 2019\n"
"Language-Team: Bulgarian (https://www.transifex.com/otf/teams/1519/bg/)\n"
@@ -120,6 +120,10 @@ msgstr "Блог"
msgid "Donate"
msgstr "Дарете"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr ""
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -387,6 +391,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -427,8 +438,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -564,6 +578,10 @@ msgstr ""
msgid "Language"
msgstr "Език"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -642,11 +660,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr ""
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+bn.po b/contents+bn.po
index 790cc6306..b4f34811b 100644
--- a/contents+bn.po
+++ b/contents+bn.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: erinm, 2019\n"
"Language-Team: Bengali (https://www.transifex.com/otf/teams/1519/bn/)\n"
@@ -130,6 +130,10 @@ msgstr "ব্লগ"
msgid "Donate"
msgstr "ডনেট করুন"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "এখুনি দান করুন! "
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -401,6 +405,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -441,8 +452,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -578,6 +592,10 @@ msgstr ""
msgid "Language"
msgstr "ভাষা"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -656,11 +674,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "এখুনি দান করুন! "
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+bo.po b/contents+bo.po
index 3cbc07eca..c93d743e3 100644
--- a/contents+bo.po
+++ b/contents+bo.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: erinm, 2019\n"
"Language-Team: Tibetan (https://www.transifex.com/otf/teams/1519/bo/)\n"
@@ -121,6 +121,10 @@ msgstr "ཟིན་བྲིས།"
msgid "Donate"
msgstr ""
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr ""
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -388,6 +392,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -428,8 +439,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -565,6 +579,10 @@ msgstr ""
msgid "Language"
msgstr "སྐད་ཡིག"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -643,11 +661,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr ""
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+ca.po b/contents+ca.po
index d034395a7..442fb4ecc 100644
--- a/contents+ca.po
+++ b/contents+ca.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: Marc Ripoll <markripesp(a)gmail.com>, 2019\n"
"Language-Team: Catalan (https://www.transifex.com/otf/teams/1519/ca/)\n"
@@ -122,6 +122,10 @@ msgstr "Blog"
msgid "Donate"
msgstr "Fes una donació"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "Fes una donació"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -389,6 +393,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -429,8 +440,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -566,6 +580,10 @@ msgstr ""
msgid "Language"
msgstr "Llengua"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -644,11 +662,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "Fes una donació"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+cs.po b/contents+cs.po
index bff57472a..0e2a80793 100644
--- a/contents+cs.po
+++ b/contents+cs.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: Michal Stanke <mstanke(a)mozilla.cz>, 2019\n"
"Language-Team: Czech (https://www.transifex.com/otf/teams/1519/cs/)\n"
@@ -120,6 +120,10 @@ msgstr "Blog"
msgid "Donate"
msgstr "Přispějte"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "Přispějte"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -387,6 +391,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -427,8 +438,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -564,6 +578,10 @@ msgstr ""
msgid "Language"
msgstr "Jazyk"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -642,11 +660,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "Přispějte"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+cy.po b/contents+cy.po
index 8d2538b8c..b884f614a 100644
--- a/contents+cy.po
+++ b/contents+cy.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: erinm, 2019\n"
"Language-Team: Welsh (https://www.transifex.com/otf/teams/1519/cy/)\n"
@@ -120,6 +120,10 @@ msgstr ""
msgid "Donate"
msgstr ""
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr ""
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -387,6 +391,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -427,8 +438,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -564,6 +578,10 @@ msgstr ""
msgid "Language"
msgstr "Iaith"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -642,11 +660,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr ""
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+da.po b/contents+da.po
index 89dff1d15..144dd93fe 100644
--- a/contents+da.po
+++ b/contents+da.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: scootergrisen, 2019\n"
"Language-Team: Danish (https://www.transifex.com/otf/teams/1519/da/)\n"
@@ -126,6 +126,10 @@ msgstr "Blog"
msgid "Donate"
msgstr "Donér"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "Donér nu"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -397,6 +401,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -437,8 +448,11 @@ msgstr "Ny udgivelse: Tor Browser 8.5a10"
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -574,6 +588,10 @@ msgstr ""
msgid "Language"
msgstr "Sprog"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -652,11 +670,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "Donér nu"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+de.po b/contents+de.po
index 1048636ba..6841e6670 100644
--- a/contents+de.po
+++ b/contents+de.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: Curtis Baltimore <curtisbaltimore(a)protonmail.com>, 2019\n"
"Language-Team: German (https://www.transifex.com/otf/teams/1519/de/)\n"
@@ -136,6 +136,10 @@ msgstr "Blog"
msgid "Donate"
msgstr "Spenden"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "Spende jetzt"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -503,6 +507,13 @@ msgstr ""
"Wir sind ein internationales Team, das glaubt, dass jeder einen privaten "
"Zugang zum unzensierten Web haben sollte."
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -550,11 +561,12 @@ msgstr "Neue Veröffentlichung: Tor Browser 8.5a10"
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
-"Tor Browser 8.5a10 ist ab sofort auf der Tor Browser Projektseite und auch "
-"in unserem Distributionsverzeichnis verfügbar."
#: templates/contact.html:8
msgid "Chat with us on"
@@ -717,6 +729,10 @@ msgstr ""
msgid "Language"
msgstr "Sprache"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr "Verbinde dich"
@@ -812,11 +828,6 @@ msgstr ""
"wie dich, die uns helfen, Tor robust und sicher für Millionen von Menschen "
"weltweit zu halten."
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "Spende jetzt"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+el.po b/contents+el.po
index 113e41677..161b6eacb 100644
--- a/contents+el.po
+++ b/contents+el.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: Sofia K., 2019\n"
"Language-Team: Greek (https://www.transifex.com/otf/teams/1519/el/)\n"
@@ -130,6 +130,10 @@ msgstr "Blog"
msgid "Donate"
msgstr "Δωρίστε"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "Κάντε μια δωρεά τώρα!"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -397,6 +401,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -437,8 +448,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -574,6 +588,10 @@ msgstr ""
msgid "Language"
msgstr "Γλώσσα"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -652,11 +670,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "Κάντε μια δωρεά τώρα!"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+en_GB.po b/contents+en_GB.po
index 855666521..45bb418e9 100644
--- a/contents+en_GB.po
+++ b/contents+en_GB.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: Andi Chandler <andi(a)gowling.com>, 2019\n"
"Language-Team: English (United Kingdom) (https://www.transifex.com/otf/teams/1519/en_GB/)\n"
@@ -121,6 +121,10 @@ msgstr ""
msgid "Donate"
msgstr "Donate"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "Donate Now"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -388,6 +392,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -428,8 +439,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -565,6 +579,10 @@ msgstr ""
msgid "Language"
msgstr "Language"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -643,11 +661,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "Donate Now"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+eo.po b/contents+eo.po
index 69d285993..ab4eb78df 100644
--- a/contents+eo.po
+++ b/contents+eo.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: erinm, 2019\n"
"Language-Team: Esperanto (https://www.transifex.com/otf/teams/1519/eo/)\n"
@@ -121,6 +121,10 @@ msgstr "Blogo"
msgid "Donate"
msgstr "Donaci"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr ""
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -388,6 +392,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -428,8 +439,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -565,6 +579,10 @@ msgstr ""
msgid "Language"
msgstr "Lingvo"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -643,11 +661,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr ""
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+es-AR.po b/contents+es-AR.po
index 287742bac..56eb0abec 100644
--- a/contents+es-AR.po
+++ b/contents+es-AR.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: Zuhualime Akoochimoya, 2019\n"
"Language-Team: Spanish (Argentina) (https://www.transifex.com/otf/teams/1519/es_AR/)\n"
@@ -131,6 +131,10 @@ msgstr "Blog"
msgid "Donate"
msgstr "Doná"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "Doná ahora"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -455,6 +459,13 @@ msgstr ""
"Somos un equipo internacional que cree que todos debieran tener acceso "
"privado a una red sin censura."
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -499,8 +510,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -636,6 +650,10 @@ msgstr ""
msgid "Language"
msgstr "Idioma"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -714,11 +732,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "Doná ahora"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+es.po b/contents+es.po
index 5d378578a..34f2ae4d1 100644
--- a/contents+es.po
+++ b/contents+es.po
@@ -5,16 +5,16 @@
# erinm, 2019
# Zuhualime Akoochimoya, 2019
# eulalio barbero espinosa <eulaliob(a)gmail.com>, 2019
-# Emma Peel, 2019
# sim, 2019
+# Emma Peel, 2019
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
-"Last-Translator: sim, 2019\n"
+"Last-Translator: Emma Peel, 2019\n"
"Language-Team: Spanish (https://www.transifex.com/otf/teams/1519/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -133,6 +133,10 @@ msgstr "Blog"
msgid "Donate"
msgstr "Donar"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "Dona ahora."
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -493,6 +497,13 @@ msgstr ""
"Somos un equipo internacional que cree que todo el mundo debería tener "
"acceso privado a la web sin censura."
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -540,11 +551,12 @@ msgstr "Nueva versión: Navegador Tor 8.5a10"
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
-"El navegador Tor 8.5a10 está ahora disponible en la página del proyecto Tor"
-" y también en nuestro directorio de distribución."
#: templates/contact.html:8
msgid "Chat with us on"
@@ -706,6 +718,10 @@ msgstr "¿Eres usuario/a de iOS? Te recomendamos que pruebes Onion Browser."
msgid "Language"
msgstr "Idioma"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr "firma"
+
#: templates/download.html:5
msgid "Get Connected"
msgstr "Conéctate"
@@ -800,11 +816,6 @@ msgstr ""
" tu para ayudarnos a mantener a Tor robusto y seguro para millones de "
"personas alredeor del mundo."
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "Dona ahora."
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+et.po b/contents+et.po
index db61d2f81..94d99096f 100644
--- a/contents+et.po
+++ b/contents+et.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: erinm, 2019\n"
"Language-Team: Estonian (https://www.transifex.com/otf/teams/1519/et/)\n"
@@ -122,6 +122,10 @@ msgstr "Blogi"
msgid "Donate"
msgstr "Anneta"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr ""
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -389,6 +393,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -429,8 +440,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -566,6 +580,10 @@ msgstr ""
msgid "Language"
msgstr ""
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -644,11 +662,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr ""
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+eu.po b/contents+eu.po
index 51311bb2e..404f025d2 100644
--- a/contents+eu.po
+++ b/contents+eu.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: Osoitz <oelkoro(a)gmail.com>, 2019\n"
"Language-Team: Basque (https://www.transifex.com/otf/teams/1519/eu/)\n"
@@ -120,6 +120,10 @@ msgstr "Bloga"
msgid "Donate"
msgstr "Egizu dohaintza"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "Egin dohaintza orain"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -387,6 +391,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -427,8 +438,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -564,6 +578,10 @@ msgstr ""
msgid "Language"
msgstr "Hizkuntza"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -642,11 +660,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "Egin dohaintza orain"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+fa.po b/contents+fa.po
index 0d127b76b..66009f2d2 100644
--- a/contents+fa.po
+++ b/contents+fa.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: Goudarz Jafari <goudarz.jafari(a)gmail.com>, 2019\n"
"Language-Team: Persian (https://www.transifex.com/otf/teams/1519/fa/)\n"
@@ -134,6 +134,10 @@ msgstr "وبلاگ"
msgid "Donate"
msgstr "کمک مالی"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "اکنون اهداء کنید"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -415,6 +419,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -455,8 +466,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -592,6 +606,10 @@ msgstr ""
msgid "Language"
msgstr "زبان"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -670,11 +688,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "اکنون اهداء کنید"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+fi.po b/contents+fi.po
index 853ee73e8..293b121ae 100644
--- a/contents+fi.po
+++ b/contents+fi.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: Jorma Karvonen <karvonen.jorma(a)gmail.com>, 2019\n"
"Language-Team: Finnish (https://www.transifex.com/otf/teams/1519/fi/)\n"
@@ -123,6 +123,10 @@ msgstr "Blogi"
msgid "Donate"
msgstr "Lahjoita"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr ""
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -393,6 +397,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -433,8 +444,11 @@ msgstr "Uusi julkaisu: Tor-selain 8.5a10"
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -570,6 +584,10 @@ msgstr ""
msgid "Language"
msgstr "Kieli"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -648,11 +666,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr ""
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+fil.po b/contents+fil.po
index f454928db..df240038d 100644
--- a/contents+fil.po
+++ b/contents+fil.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: erinm, 2019\n"
"Language-Team: Filipino (https://www.transifex.com/otf/teams/1519/fil/)\n"
@@ -121,6 +121,10 @@ msgstr "Blog"
msgid "Donate"
msgstr ""
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr ""
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -388,6 +392,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -428,8 +439,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -565,6 +579,10 @@ msgstr ""
msgid "Language"
msgstr "Wika"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -643,11 +661,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr ""
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+fr.po b/contents+fr.po
index 02d7d3490..7ec81dc75 100644
--- a/contents+fr.po
+++ b/contents+fr.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: AO <ao(a)localizationlab.org>, 2019\n"
"Language-Team: French (https://www.transifex.com/otf/teams/1519/fr/)\n"
@@ -136,6 +136,10 @@ msgstr "Blogue"
msgid "Donate"
msgstr "Faire un don"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "Faites un don maintenant"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -509,6 +513,13 @@ msgstr ""
"avoir un accès au Web non censuré, accès qui protège la vie privée et les "
"données personnelles."
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -556,11 +567,12 @@ msgstr "Nouvelle version : Navigateur Tor 8.5a10"
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
-"Le Navigateur Tor 8.5a10 est maintenant proposé sur la page du Projet Tor "
-"ainsi que dans notre répertoire de distribution."
#: templates/contact.html:8
msgid "Chat with us on"
@@ -724,6 +736,10 @@ msgstr ""
msgid "Language"
msgstr "Langue"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr "Se connecter"
@@ -819,11 +835,6 @@ msgstr ""
"partisans comme vous pour nous aider à assurer la robustesse et la sécurité "
"de Tor pour des millions de personnes partout dans le monde."
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "Faites un don maintenant"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+ga.po b/contents+ga.po
index 5585b8e92..d91639a2a 100644
--- a/contents+ga.po
+++ b/contents+ga.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: Kevin Scannell <kscanne(a)gmail.com>, 2019\n"
"Language-Team: Irish (https://www.transifex.com/otf/teams/1519/ga/)\n"
@@ -122,6 +122,10 @@ msgstr ""
msgid "Donate"
msgstr "Tabhair síntiús airgid"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "Tabhair síntiús airgid anois"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -389,6 +393,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -429,8 +440,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -566,6 +580,10 @@ msgstr ""
msgid "Language"
msgstr "Teanga"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -644,11 +662,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "Tabhair síntiús airgid anois"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+gl.po b/contents+gl.po
index 649a658e9..7be49ec91 100644
--- a/contents+gl.po
+++ b/contents+gl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: Pilar Fernández Pazos <pfernandez(a)ccontasgalicia.es>, 2019\n"
"Language-Team: Galician (https://www.transifex.com/otf/teams/1519/gl/)\n"
@@ -121,6 +121,10 @@ msgstr "Blogue"
msgid "Donate"
msgstr "Donar"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr ""
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -388,6 +392,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -428,8 +439,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -565,6 +579,10 @@ msgstr ""
msgid "Language"
msgstr "Lingua"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -643,11 +661,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr ""
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+he.po b/contents+he.po
index fb853d59b..a9ba81378 100644
--- a/contents+he.po
+++ b/contents+he.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: ION, 2019\n"
"Language-Team: Hebrew (https://www.transifex.com/otf/teams/1519/he/)\n"
@@ -123,6 +123,10 @@ msgstr "בלוג"
msgid "Donate"
msgstr "תרום"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "תרום עכשיו"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -396,6 +400,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -436,8 +447,11 @@ msgstr "שחרור חדש: Tor Browser 8.5a10"
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -573,6 +587,10 @@ msgstr ""
msgid "Language"
msgstr "שפה"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -651,11 +669,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "תרום עכשיו"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+hi.po b/contents+hi.po
index 60ea96a12..22812ad50 100644
--- a/contents+hi.po
+++ b/contents+hi.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: Emma Peel, 2019\n"
"Language-Team: Hindi (https://www.transifex.com/otf/teams/1519/hi/)\n"
@@ -121,6 +121,10 @@ msgstr "ब्लॉग"
msgid "Donate"
msgstr "दान करें "
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr ""
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -388,6 +392,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -428,8 +439,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -565,6 +579,10 @@ msgstr ""
msgid "Language"
msgstr "भाषा"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -643,11 +661,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr ""
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+hr.po b/contents+hr.po
index 24014523c..444d3fab2 100644
--- a/contents+hr.po
+++ b/contents+hr.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: erinm, 2019\n"
"Language-Team: Croatian (https://www.transifex.com/otf/teams/1519/hr/)\n"
@@ -122,6 +122,10 @@ msgstr "Blog"
msgid "Donate"
msgstr "Donirajte"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "Donirajte"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -389,6 +393,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -429,8 +440,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -566,6 +580,10 @@ msgstr ""
msgid "Language"
msgstr "Jezik"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -644,11 +662,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "Donirajte"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+hu.po b/contents+hu.po
index aacc881fd..bf84f5bd0 100644
--- a/contents+hu.po
+++ b/contents+hu.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: vargaviktor <viktor.varga(a)gmail.com>, 2019\n"
"Language-Team: Hungarian (https://www.transifex.com/otf/teams/1519/hu/)\n"
@@ -122,6 +122,10 @@ msgstr "Blog"
msgid "Donate"
msgstr "Támogatás"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "Támogasson most"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -389,6 +393,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -429,8 +440,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -566,6 +580,10 @@ msgstr ""
msgid "Language"
msgstr "Nyelv"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -644,11 +662,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "Támogasson most"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+id.po b/contents+id.po
index 1c4bf634b..2bc16efad 100644
--- a/contents+id.po
+++ b/contents+id.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: Emma Peel, 2019\n"
"Language-Team: Indonesian (https://www.transifex.com/otf/teams/1519/id/)\n"
@@ -133,6 +133,10 @@ msgstr "Blog"
msgid "Donate"
msgstr "Donasi"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr ""
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -481,6 +485,13 @@ msgstr ""
"Kami adalah tim internasional yang percaya bahwa setiap orang harus memiliki"
" akses privat ke web tanpa sensor."
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -526,8 +537,11 @@ msgstr "Rilisan Baru: Tor Browser 8.5a10"
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -665,6 +679,10 @@ msgstr ""
msgid "Language"
msgstr "Language"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -747,11 +765,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr ""
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+is.po b/contents+is.po
index e366332da..1ed0444c9 100644
--- a/contents+is.po
+++ b/contents+is.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: Sveinn í Felli <sv1(a)fellsnet.is>, 2019\n"
"Language-Team: Icelandic (https://www.transifex.com/otf/teams/1519/is/)\n"
@@ -131,6 +131,10 @@ msgstr "Blogg"
msgid "Donate"
msgstr "Styrkja"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "Styrkja núna"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -495,6 +499,13 @@ msgstr ""
"Við erum alþjóðlegt teymi sem trúum að allir eigi að hafa einkaaðgang að "
"óritskoðuðum veraldarvef."
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -542,11 +553,12 @@ msgstr "Ný útgáfa: Tor-vafrinn 8.5a10"
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
-"Tor-vafrinn útgáfa 8.5a10 er núna tiltæk af vefsíðu Tor-vafrans og einnig úr"
-" dreifingarmöppunni okkar."
#: templates/contact.html:8
msgid "Chat with us on"
@@ -705,6 +717,10 @@ msgstr "Ert þú iOS-notandi? Við hvetjum þig til að prófa Onion Browser"
msgid "Language"
msgstr "Tungumál"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr "Settu þig í samband"
@@ -799,11 +815,6 @@ msgstr ""
"okkur á stuðningsmenn eins og þig til að hjálpa okkur við að gera Tor sterkt"
" og öruggt fyrir milljónir manna út um víða veröld."
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "Styrkja núna"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+it.po b/contents+it.po
index 09cac243d..f5242985b 100644
--- a/contents+it.po
+++ b/contents+it.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: francesco ercolani <erco99(a)live.it>, 2019\n"
"Language-Team: Italian (https://www.transifex.com/otf/teams/1519/it/)\n"
@@ -138,6 +138,10 @@ msgstr "Blog"
msgid "Donate"
msgstr "Dona"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "Dona Ora"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -496,6 +500,13 @@ msgstr ""
"Siamo un team internazionale che crede che tutti dovrebbero avere un accesso"
" privato al web senza censure."
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -543,11 +554,12 @@ msgstr "Nuova versione: Tor Browser 8.5a10"
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
-"Tor Browser 8.5a10 è ora disponibile nella pagina di Tor Browser Project e "
-"anche nella nostra directory di distribuzione."
#: templates/contact.html:8
msgid "Chat with us on"
@@ -706,6 +718,10 @@ msgstr "Sei un utente iOS? Ti incoraggiamo a provare Onion Browser."
msgid "Language"
msgstr "Lingua"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr "Collegarsi"
@@ -799,11 +815,6 @@ msgstr ""
"aiutarci a mantenere Tor robusto e sicuro per milioni di persone in tutto il"
" mondo."
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "Dona Ora"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+ja.po b/contents+ja.po
index 94fefad91..8fac08b7d 100644
--- a/contents+ja.po
+++ b/contents+ja.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: 323484, 2019\n"
"Language-Team: Japanese (https://www.transifex.com/otf/teams/1519/ja/)\n"
@@ -123,6 +123,10 @@ msgstr "ブログ"
msgid "Donate"
msgstr "寄付"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "今すぐ寄付"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -390,6 +394,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -430,8 +441,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -567,6 +581,10 @@ msgstr ""
msgid "Language"
msgstr "言語"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -645,11 +663,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "今すぐ寄付"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+ka.po b/contents+ka.po
index 1e3d50f5f..bde8ad52a 100644
--- a/contents+ka.po
+++ b/contents+ka.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: Georgianization, 2019\n"
"Language-Team: Georgian (https://www.transifex.com/otf/teams/1519/ka/)\n"
@@ -133,6 +133,10 @@ msgstr "სვეტი"
msgid "Donate"
msgstr "შემოწირულობა"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "გაიღეთ თანხა"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -505,6 +509,13 @@ msgstr ""
"ჩვენ ვართ საერთაშორისო გუნდი, რომელსაც მიაჩნია, რომ ყველას უნდა ჰქონდეს "
"შეუზღუდავი წვდომა ინტერნეტთან, პირადი მონაცემების ხელყოფის გარეშე."
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -552,11 +563,12 @@ msgstr "ახალი გამოშვება: Tor-ბრაუზერ
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
-"Tor-ბრაუზერი 8.5a10 უკვე ხელმისაწვდომია Tor-ბრაუზერის პროექტის გვერდზე და "
-"აგრეთვე გავრცელების სხვა საშუალებებიდან."
#: templates/contact.html:8
msgid "Chat with us on"
@@ -718,6 +730,10 @@ msgstr "iOS-ის მომხმარებელი ხართ? გირ
msgid "Language"
msgstr "ენა"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr "კავშირი"
@@ -809,11 +825,6 @@ msgstr ""
"შემომწირველებზე, რომ შევინარჩუნოთ Tor მდგრადი და დაცული მილიონობით "
"ადამიანისთვის, მთელ მსოფლიოში."
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "გაიღეთ თანხა"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+kk.po b/contents+kk.po
index 8ca2a9cbb..2fd5cc64a 100644
--- a/contents+kk.po
+++ b/contents+kk.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: erinm, 2019\n"
"Language-Team: Kazakh (https://www.transifex.com/otf/teams/1519/kk/)\n"
@@ -121,6 +121,10 @@ msgstr ""
msgid "Donate"
msgstr ""
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr ""
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -388,6 +392,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -428,8 +439,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -565,6 +579,10 @@ msgstr ""
msgid "Language"
msgstr "Тіл"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -643,11 +661,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr ""
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+km.po b/contents+km.po
index 2f31c875e..fd6520790 100644
--- a/contents+km.po
+++ b/contents+km.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: erinm, 2019\n"
"Language-Team: Khmer (https://www.transifex.com/otf/teams/1519/km/)\n"
@@ -122,6 +122,10 @@ msgstr "ប្លុក"
msgid "Donate"
msgstr ""
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr ""
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -389,6 +393,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -429,8 +440,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -566,6 +580,10 @@ msgstr ""
msgid "Language"
msgstr "ភាសា"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -644,11 +662,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr ""
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+ko.po b/contents+ko.po
index b9e9152e1..ea056c96c 100644
--- a/contents+ko.po
+++ b/contents+ko.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: Emma Peel, 2019\n"
"Language-Team: Korean (https://www.transifex.com/otf/teams/1519/ko/)\n"
@@ -127,6 +127,10 @@ msgstr "블로그"
msgid "Donate"
msgstr "후원하기"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr ""
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -412,6 +416,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -452,8 +463,11 @@ msgstr "신규 출시: Tor Browser 8.5a10"
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -589,6 +603,10 @@ msgstr ""
msgid "Language"
msgstr "언어"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr "연결하기"
@@ -667,11 +685,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr ""
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+ku_IQ.po b/contents+ku_IQ.po
index 3bd6f27c0..923a66c0c 100644
--- a/contents+ku_IQ.po
+++ b/contents+ku_IQ.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: erinm, 2019\n"
"Language-Team: Kurdish (Iraq) (https://www.transifex.com/otf/teams/1519/ku_IQ/)\n"
@@ -120,6 +120,10 @@ msgstr ""
msgid "Donate"
msgstr ""
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr ""
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -387,6 +391,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -427,8 +438,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -564,6 +578,10 @@ msgstr ""
msgid "Language"
msgstr "زمان"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -642,11 +660,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr ""
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+lt.po b/contents+lt.po
index 31f3cbc5c..137e93ddb 100644
--- a/contents+lt.po
+++ b/contents+lt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: Benas Buivydas <benas(a)perfitect.net>, 2019\n"
"Language-Team: Lithuanian (https://www.transifex.com/otf/teams/1519/lt/)\n"
@@ -121,6 +121,10 @@ msgstr "Tinklaraštis"
msgid "Donate"
msgstr "Paaukoti"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "Paremkite dabar"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -388,6 +392,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -428,8 +439,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -565,6 +579,10 @@ msgstr ""
msgid "Language"
msgstr "Kalba"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -643,11 +661,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "Paremkite dabar"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+lv.po b/contents+lv.po
index 1f208f8fa..caf96f812 100644
--- a/contents+lv.po
+++ b/contents+lv.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: erinm, 2019\n"
"Language-Team: Latvian (https://www.transifex.com/otf/teams/1519/lv/)\n"
@@ -121,6 +121,10 @@ msgstr "Blogs"
msgid "Donate"
msgstr "Ziedojiet"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr ""
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -388,6 +392,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -428,8 +439,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -565,6 +579,10 @@ msgstr ""
msgid "Language"
msgstr "Valoda"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -643,11 +661,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr ""
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+mk.po b/contents+mk.po
index e4c41cac3..82b1c9fc9 100644
--- a/contents+mk.po
+++ b/contents+mk.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: Zarko Gjurov <zarkogjurov(a)gmail.com>, 2019\n"
"Language-Team: Macedonian (https://www.transifex.com/otf/teams/1519/mk/)\n"
@@ -123,6 +123,10 @@ msgstr ""
msgid "Donate"
msgstr "Донирај"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "Донирај сега"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -390,6 +394,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -430,8 +441,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -567,6 +581,10 @@ msgstr ""
msgid "Language"
msgstr "Јазик"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -645,11 +663,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "Донирај сега"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+ms_MY.po b/contents+ms_MY.po
index c15c869ca..54f5f47e6 100644
--- a/contents+ms_MY.po
+++ b/contents+ms_MY.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: abuyop <abuyop(a)gmail.com>, 2019\n"
"Language-Team: Malay (Malaysia) (https://www.transifex.com/otf/teams/1519/ms_MY/)\n"
@@ -130,6 +130,10 @@ msgstr "Blog"
msgid "Donate"
msgstr "Derma"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "Dermalah Sekarang"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -497,6 +501,13 @@ msgstr ""
"Kami merupakan satu pasukan antarabangsa yang mempercayai sesiapa sahaja "
"patut mempunyai capaian persendirian ke sesawang tanpa tapisan."
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -544,11 +555,12 @@ msgstr "Keluaran Baharu: Pelayar Tor 8.5a10"
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
-"Pelayar Tor 8.5a10 kini tersedia melalui halaman Projek Pelayar Tor dan juga"
-" menerusi direktori distribusi kami."
#: templates/contact.html:8
msgid "Chat with us on"
@@ -708,6 +720,10 @@ msgstr "Anda seorang pengguna iOS? Anda digalakkan mencuba Pelayar Onion."
msgid "Language"
msgstr "Bahasa"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr "Mari Berhubung"
@@ -802,11 +818,6 @@ msgstr ""
" kepada penyokong seperti anda untuk memastikan Tor kebal dan selamat untuk "
"kegunaan berjuta-juta pengguna di seluruh dunia."
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "Dermalah Sekarang"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+my.po b/contents+my.po
index 79069a2df..bc3e888d8 100644
--- a/contents+my.po
+++ b/contents+my.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: erinm, 2019\n"
"Language-Team: Burmese (https://www.transifex.com/otf/teams/1519/my/)\n"
@@ -120,6 +120,10 @@ msgstr "ဘလော့ဂ်"
msgid "Donate"
msgstr ""
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr ""
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -387,6 +391,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -427,8 +438,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -564,6 +578,10 @@ msgstr ""
msgid "Language"
msgstr "ဘာသာစကား"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -642,11 +660,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr ""
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+nb.po b/contents+nb.po
index d6d41c158..0bac1f765 100644
--- a/contents+nb.po
+++ b/contents+nb.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: erinm, 2019\n"
"Language-Team: Norwegian Bokmål (https://www.transifex.com/otf/teams/1519/nb/)\n"
@@ -120,6 +120,10 @@ msgstr "Blogg"
msgid "Donate"
msgstr "Doner"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr ""
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -387,6 +391,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -427,8 +438,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -564,6 +578,10 @@ msgstr ""
msgid "Language"
msgstr "Språk"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -642,11 +660,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr ""
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+nl.po b/contents+nl.po
index 2040d941e..42fddca1a 100644
--- a/contents+nl.po
+++ b/contents+nl.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: bacovane <bart-ts(a)tushmail.com>, 2019\n"
"Language-Team: Dutch (https://www.transifex.com/otf/teams/1519/nl/)\n"
@@ -126,6 +126,10 @@ msgstr "Blog"
msgid "Donate"
msgstr "Doneer"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "Geef Nu"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -393,6 +397,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -433,8 +444,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -570,6 +584,10 @@ msgstr ""
msgid "Language"
msgstr "Taal"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -648,11 +666,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "Geef Nu"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+nn.po b/contents+nn.po
index e942cc89a..a9d0e03f4 100644
--- a/contents+nn.po
+++ b/contents+nn.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: erinm, 2019\n"
"Language-Team: Norwegian Nynorsk (https://www.transifex.com/otf/teams/1519/nn/)\n"
@@ -121,6 +121,10 @@ msgstr "Blogg"
msgid "Donate"
msgstr "Gje ei pengegåve"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr ""
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -388,6 +392,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -428,8 +439,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -565,6 +579,10 @@ msgstr ""
msgid "Language"
msgstr "Språk"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -643,11 +661,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr ""
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+pl.po b/contents+pl.po
index ee9b894bb..be93e0e34 100644
--- a/contents+pl.po
+++ b/contents+pl.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: Dawid Potocki <dpot(a)disroot.org>, 2019\n"
"Language-Team: Polish (https://www.transifex.com/otf/teams/1519/pl/)\n"
@@ -137,6 +137,10 @@ msgstr "Blog"
msgid "Donate"
msgstr "Wspomóż finansowo"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "Wesprzyj teraz"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -499,6 +503,13 @@ msgstr ""
"Jesteśmy międzynarodowym zespołem, który uważa, że każdy powinien mieć "
"prywatny dostęp do nieocenzurowanej sieci."
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -545,11 +556,12 @@ msgstr "Nowa wersja: Tor Browser 8.5a10"
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
-"Tor Browser 8.5a10 jest teraz dostępny na stronie projektu Tor Browser, a "
-"także z naszego katalogu dystrybucyjnego."
#: templates/contact.html:8
msgid "Chat with us on"
@@ -711,6 +723,10 @@ msgstr ""
msgid "Language"
msgstr "Język"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr "Nawiązywanie połączenia"
@@ -807,11 +823,6 @@ msgstr ""
"którzy pomagają nam utrzymać Tora solidnym i bezpiecznym dla milionów ludzi "
"na całym świecie."
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "Wesprzyj teraz"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+pt-BR.po b/contents+pt-BR.po
index c6e539e21..b85785fe6 100644
--- a/contents+pt-BR.po
+++ b/contents+pt-BR.po
@@ -17,7 +17,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: Eduardo Addad de Oliveira <eduardoaddad(a)hotmail.com>, 2019\n"
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/otf/teams/1519/pt_BR/)\n"
@@ -142,6 +142,10 @@ msgstr "Blog"
msgid "Donate"
msgstr "Doar"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "Doar Agora"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -504,6 +508,13 @@ msgstr ""
"Somos uma equipe internacional que acredita que todos deveriam ter acesso a "
"uma web livre de censura."
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -551,11 +562,12 @@ msgstr "Novo lançamento: Navegador Tor 8.5a10"
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
-"O Navegador Tor 8.5a10 já está disponível na página de projeto do Navegador "
-"Tor e também em nosso diretório de distribuições."
#: templates/contact.html:8
msgid "Chat with us on"
@@ -715,6 +727,10 @@ msgstr "Você usa iOS? Encorajamos você a experimentar Onion Browser."
msgid "Language"
msgstr "Idioma"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr "Conecte-se"
@@ -809,11 +825,6 @@ msgstr ""
"você para nos ajudar a manter o Tor robusto e seguro para milhões de pessoas"
" em todo o mundo."
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "Doar Agora"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+pt-PT.po b/contents+pt-PT.po
index bb0e695f9..f6ac2b39d 100644
--- a/contents+pt-PT.po
+++ b/contents+pt-PT.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: Rui <xymarior(a)yandex.com>, 2019\n"
"Language-Team: Portuguese (Portugal) (https://www.transifex.com/otf/teams/1519/pt_PT/)\n"
@@ -134,6 +134,10 @@ msgstr "Blogue"
msgid "Donate"
msgstr "Fazer donativo"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "Doar Agora"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -495,6 +499,13 @@ msgstr ""
"Somos uma equipa internacional que acredita que toda a gente deve ter um "
"acesso privado à web sem censura."
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -542,11 +553,12 @@ msgstr "Novo lançamento: Tor Browser 8.5a10"
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
-"O Tor Browser 8.5a10 está agora disponível na página do projeto Tor Browser "
-"e também do nosso diretório de distribuição."
#: templates/contact.html:8
msgid "Chat with us on"
@@ -706,6 +718,10 @@ msgstr ""
msgid "Language"
msgstr "Idioma"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr "Ligue-se"
@@ -797,11 +813,6 @@ msgstr ""
"para nos ajudar a manter o Tor robusto e seguro para milhões de pessoas em "
"todo o mundo."
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "Doar Agora"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+ro.po b/contents+ro.po
index 042afe255..fe6c0e0a6 100644
--- a/contents+ro.po
+++ b/contents+ro.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: A C <ana(a)shiftout.net>, 2019\n"
"Language-Team: Romanian (https://www.transifex.com/otf/teams/1519/ro/)\n"
@@ -134,6 +134,10 @@ msgstr "Blog"
msgid "Donate"
msgstr "Donează"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "Donează Acum"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -491,6 +495,13 @@ msgstr ""
"suntem o echipa internationala care crede ca orcine ar trebuie sa aibe acces"
" la un internet necenzurat"
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -538,8 +549,11 @@ msgstr "Versiune noua: Tor Browser 8.5a10"
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -675,6 +689,10 @@ msgstr ""
msgid "Language"
msgstr "Limbă"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -753,11 +771,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "Donează Acum"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+ru.po b/contents+ru.po
index b04389858..4dbc4a4cf 100644
--- a/contents+ru.po
+++ b/contents+ru.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: Sergey Smirnov <cj75300(a)gmail.com>, 2019\n"
"Language-Team: Russian (https://www.transifex.com/otf/teams/1519/ru/)\n"
@@ -136,6 +136,10 @@ msgstr "Блог"
msgid "Donate"
msgstr "Пожертвовать"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "Пожертвовать"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -489,6 +493,13 @@ msgstr ""
"Мы – международная команда, которая верит, что каждый имеет право на "
"приватный доступ к интернету без цензуры."
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -535,11 +546,12 @@ msgstr "Новая версия: Tor Browser 8.5a10"
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
-"Tor Browser 8.5a10 доступен для скачивания с сайта проекта Tor Browser и из "
-"нашего каталога дистрибутивов."
#: templates/contact.html:8
msgid "Chat with us on"
@@ -696,6 +708,10 @@ msgstr "Используете iOS? Попробуйте Onion Browser."
msgid "Language"
msgstr "Язык"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr "Подключайтесь"
@@ -789,11 +805,6 @@ msgstr ""
" миллионов людей по всему миру зависит от поддержки пользователей – таких, "
"как вы."
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "Пожертвовать"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+sk.po b/contents+sk.po
index b586806fa..490d9f047 100644
--- a/contents+sk.po
+++ b/contents+sk.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: Marek Čápek <capek.marek(a)gmail.com>, 2019\n"
"Language-Team: Slovak (https://www.transifex.com/otf/teams/1519/sk/)\n"
@@ -123,6 +123,10 @@ msgstr "Blog"
msgid "Donate"
msgstr "Dotovať"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr ""
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -390,6 +394,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -430,8 +441,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -567,6 +581,10 @@ msgstr ""
msgid "Language"
msgstr "Jazyk"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -645,11 +663,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr ""
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+sl.po b/contents+sl.po
index 634ceaef2..95b8bfdef 100644
--- a/contents+sl.po
+++ b/contents+sl.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: erinm, 2019\n"
"Language-Team: Slovenian (https://www.transifex.com/otf/teams/1519/sl/)\n"
@@ -120,6 +120,10 @@ msgstr "Blog"
msgid "Donate"
msgstr "Doniraj"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr ""
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -387,6 +391,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -427,8 +438,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -564,6 +578,10 @@ msgstr ""
msgid "Language"
msgstr "Jezik"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -642,11 +660,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr ""
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+sq.po b/contents+sq.po
index eefff4e68..92dbfede4 100644
--- a/contents+sq.po
+++ b/contents+sq.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: erinm, 2019\n"
"Language-Team: Albanian (https://www.transifex.com/otf/teams/1519/sq/)\n"
@@ -122,6 +122,10 @@ msgstr "Blog"
msgid "Donate"
msgstr "Dhuroni"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr ""
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -389,6 +393,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -429,8 +440,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -566,6 +580,10 @@ msgstr ""
msgid "Language"
msgstr "Gjuhë"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -644,11 +662,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr ""
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+sr.po b/contents+sr.po
index 4101139c9..1c06b406e 100644
--- a/contents+sr.po
+++ b/contents+sr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: erinm, 2019\n"
"Language-Team: Serbian (https://www.transifex.com/otf/teams/1519/sr/)\n"
@@ -121,6 +121,10 @@ msgstr "Блог"
msgid "Donate"
msgstr "Донирај"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr ""
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -388,6 +392,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -428,8 +439,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -565,6 +579,10 @@ msgstr ""
msgid "Language"
msgstr "Jezik"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -643,11 +661,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr ""
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+sv.po b/contents+sv.po
index 9ef2c0209..1d5fd73d7 100644
--- a/contents+sv.po
+++ b/contents+sv.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: Jonatan Nyberg, 2019\n"
"Language-Team: Swedish (https://www.transifex.com/otf/teams/1519/sv/)\n"
@@ -123,6 +123,10 @@ msgstr "Blogg"
msgid "Donate"
msgstr "Donera"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "Donera nu"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -390,6 +394,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -430,8 +441,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -567,6 +581,10 @@ msgstr ""
msgid "Language"
msgstr "Språk"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -645,11 +663,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "Donera nu"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+sw.po b/contents+sw.po
index da75b97e4..741ec7a00 100644
--- a/contents+sw.po
+++ b/contents+sw.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: Zaituni Njovu <zaituni(a)zainafoundationtz.org>, 2019\n"
"Language-Team: Swahili (https://www.transifex.com/otf/teams/1519/sw/)\n"
@@ -120,6 +120,10 @@ msgstr "blogu"
msgid "Donate"
msgstr "Changia"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr ""
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -387,6 +391,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -427,8 +438,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -564,6 +578,10 @@ msgstr ""
msgid "Language"
msgstr ""
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -642,11 +660,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr ""
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+ta.po b/contents+ta.po
index 81f024db5..cda4121fb 100644
--- a/contents+ta.po
+++ b/contents+ta.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: Mohammed Ammar K S <ksmammar(a)gmail.com>, 2019\n"
"Language-Team: Tamil (https://www.transifex.com/otf/teams/1519/ta/)\n"
@@ -124,6 +124,10 @@ msgstr "வலைப்பதிவு"
msgid "Donate"
msgstr "நன்கொடை அளியுங்கள்"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "இப்போதே நன்கொடையளியுங்கள்"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -391,6 +395,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -431,8 +442,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -568,6 +582,10 @@ msgstr ""
msgid "Language"
msgstr "மொழி"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -646,11 +664,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "இப்போதே நன்கொடையளியுங்கள்"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+th.po b/contents+th.po
index d9bd9f946..972adef02 100644
--- a/contents+th.po
+++ b/contents+th.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: erinm, 2019\n"
"Language-Team: Thai (https://www.transifex.com/otf/teams/1519/th/)\n"
@@ -121,6 +121,10 @@ msgstr "บล็อก"
msgid "Donate"
msgstr "บริจาค"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr ""
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -388,6 +392,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -428,8 +439,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -565,6 +579,10 @@ msgstr ""
msgid "Language"
msgstr "ภาษา"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -643,11 +661,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr ""
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+tr.po b/contents+tr.po
index 59331c08f..5ae89501d 100644
--- a/contents+tr.po
+++ b/contents+tr.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: Kaya Zeren <kayazeren(a)gmail.com>, 2019\n"
"Language-Team: Turkish (https://www.transifex.com/otf/teams/1519/tr/)\n"
@@ -131,6 +131,10 @@ msgstr "Günlük"
msgid "Donate"
msgstr "Bağış Yapın"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "Şimdi Bağış Yapın"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -495,6 +499,13 @@ msgstr ""
"Herkesin kişisel gizliliğini koruyarak ağa sansürsüz olarak erişebilmesi "
"gerektiğine inanan uluslararası bir ekibiz."
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -542,11 +553,12 @@ msgstr "Yeni Sürüm: Tor Browser 8.5a10"
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
-"Tor Browser projesi sayfasından ya da dağıtım dizinimizden 8.5.a10 sürümünü "
-"indirebilirsiniz."
#: templates/contact.html:8
msgid "Chat with us on"
@@ -708,6 +720,10 @@ msgstr "iOS kullanıyorsanız Onion Browser uygulamasını denemenizi öneririz.
msgid "Language"
msgstr "Dil"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr "Bağlantı Kurun"
@@ -801,11 +817,6 @@ msgstr ""
" olan Tor projesini sağlam ve güvende tutmak için sizin gibi "
"destekçilerimize güveniyoruz."
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "Şimdi Bağış Yapın"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+uk.po b/contents+uk.po
index 90a78a725..a865c11ad 100644
--- a/contents+uk.po
+++ b/contents+uk.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: Sergio Thirdlingson <serge3ling(a)gmail.com>, 2019\n"
"Language-Team: Ukrainian (https://www.transifex.com/otf/teams/1519/uk/)\n"
@@ -123,6 +123,10 @@ msgstr "Блог"
msgid "Donate"
msgstr "Пожертвувати"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "Підтримати зараз"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -390,6 +394,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -430,8 +441,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -567,6 +581,10 @@ msgstr ""
msgid "Language"
msgstr "Мова"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -645,11 +663,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "Підтримати зараз"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+ur.po b/contents+ur.po
index 46024af8d..f0bd838d4 100644
--- a/contents+ur.po
+++ b/contents+ur.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: erinm, 2019\n"
"Language-Team: Urdu (https://www.transifex.com/otf/teams/1519/ur/)\n"
@@ -121,6 +121,10 @@ msgstr "بلاگ"
msgid "Donate"
msgstr ""
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr ""
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -388,6 +392,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -428,8 +439,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -565,6 +579,10 @@ msgstr ""
msgid "Language"
msgstr "زبان"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -643,11 +661,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr ""
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+uz.po b/contents+uz.po
index ea874ba99..89ed88969 100644
--- a/contents+uz.po
+++ b/contents+uz.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: erinm, 2019\n"
"Language-Team: Uzbek (https://www.transifex.com/otf/teams/1519/uz/)\n"
@@ -122,6 +122,10 @@ msgstr ""
msgid "Donate"
msgstr ""
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr ""
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -389,6 +393,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -429,8 +440,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -566,6 +580,10 @@ msgstr ""
msgid "Language"
msgstr "Til"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -644,11 +662,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr ""
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+vi.po b/contents+vi.po
index 4c582a808..faf6a0e0d 100644
--- a/contents+vi.po
+++ b/contents+vi.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: Henry Tran <henry.trancsr(a)gmail.com>, 2019\n"
"Language-Team: Vietnamese (https://www.transifex.com/otf/teams/1519/vi/)\n"
@@ -123,6 +123,10 @@ msgstr "Blog"
msgid "Donate"
msgstr "Quyên góp"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "Đóng góp Ngay bây giờ"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -390,6 +394,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -430,8 +441,11 @@ msgstr ""
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
#: templates/contact.html:8
@@ -567,6 +581,10 @@ msgstr ""
msgid "Language"
msgstr "Ngôn ngữ"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -645,11 +663,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "Đóng góp Ngay bây giờ"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+zh-CN.po b/contents+zh-CN.po
index 232f70229..459511050 100644
--- a/contents+zh-CN.po
+++ b/contents+zh-CN.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: MD Rights <psychi2009(a)gmail.com>, 2019\n"
"Language-Team: Chinese (China) (https://www.transifex.com/otf/teams/1519/zh_CN/)\n"
@@ -129,6 +129,10 @@ msgstr "博客"
msgid "Donate"
msgstr "捐款"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "现在就捐助"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -427,6 +431,13 @@ msgid ""
"access to the uncensored web."
msgstr "我们是相信每个人都有私有权利访问未审查网络的国际化团队。"
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -467,9 +478,12 @@ msgstr "最新发布:Tor Browser 8.5a10"
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
-msgstr "Tor Browser 8.5a10现在可从Tor Browser项目页面获得,也可从我们的发行版目录中获得。"
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
+msgstr ""
#: templates/contact.html:8
msgid "Chat with us on"
@@ -611,6 +625,10 @@ msgstr "你是iOS用户吗?我们鼓励你尝试Onion Browser。"
msgid "Language"
msgstr "语言"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr "获得连接"
@@ -691,11 +709,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "现在就捐助"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents+zh-TW.po b/contents+zh-TW.po
index 0235bf7a7..25dc784dd 100644
--- a/contents+zh-TW.po
+++ b/contents+zh-TW.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
"Last-Translator: Hsiu-Ming Chang <cges30901(a)gmail.com>, 2019\n"
"Language-Team: Chinese (Taiwan) (https://www.transifex.com/otf/teams/1519/zh_TW/)\n"
@@ -126,6 +126,10 @@ msgstr "部落格"
msgid "Donate"
msgstr "捐助"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "立刻捐款"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -398,6 +402,13 @@ msgid ""
"access to the uncensored web."
msgstr ""
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -438,9 +449,12 @@ msgstr "最新發布:Tor Browser 8.5a10"
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
-msgstr "洋蔥路由瀏覽器 8.5a10 現在可從洋蔥路由瀏覽器項目頁面獲得,也可從我們的發行目錄中獲得。"
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
+msgstr ""
#: templates/contact.html:8
msgid "Chat with us on"
@@ -578,6 +592,10 @@ msgstr ""
msgid "Language"
msgstr "語言"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr ""
+
#: templates/download.html:5
msgid "Get Connected"
msgstr ""
@@ -656,11 +674,6 @@ msgid ""
"keep Tor robust and secure for millions of people worldwide."
msgstr ""
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "立刻捐款"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
diff --git a/contents.pot b/contents.pot
index 3abad3d74..21fbab7f5 100644
--- a/contents.pot
+++ b/contents.pot
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-02 11:45+CET\n"
+"POT-Creation-Date: 2019-05-09 15:06+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: en <LL(a)li.org>\n"
@@ -122,6 +122,10 @@ msgstr "Blog"
msgid "Donate"
msgstr "Donate"
+#: https//www.torproject.org/menu/ (content/menu/contents+en.lrpage.body)
+msgid "Donate Now"
+msgstr "Donate Now"
+
#: https//www.torproject.org/thank-you/
#: (content/thank-you/contents+en.lrpage.title)
msgid "Success"
@@ -475,6 +479,15 @@ msgstr ""
"We are an international team who believes everyone should have private "
"access to the uncensored web."
+#: https//www.torproject.org/about/reports/
+#: (content/about/reports/contents+en.lrreports.body)
+msgid ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+msgstr ""
+"The Tor Project, Inc. is a US 501(c)(3) nonprofit organization committed to "
+"transparency in its work and reporting."
+
#: https//www.torproject.org/press/-new-release-tails/
#: (content/press/new-release-tails/contents+en.lrpost.title)
msgid "New Release: Tails 3.12"
@@ -522,11 +535,17 @@ msgstr "New Release: Tor Browser 8.5a10"
#: https//www.torproject.org/press/-new-release-tor-browser/
#: (content/press/new-release-tor-browser/contents+en.lrpost.summary)
msgid ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
msgstr ""
-"Tor Browser 8.5a10 is now available from the Tor Browser Project page and "
-"also from our distribution directory."
+"Tor Browser 8.5a10 is now available from the <a "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#downloads-"
+"alpha\">Tor Browser Project page</a> and also from our <a "
+"href=\"https://www.torproject.org/dist/torbrowser/8.5a10/\">distribution "
+"directory</a>."
#: templates/contact.html:8
msgid "Chat with us on"
@@ -681,6 +700,10 @@ msgstr "Are you an iOS user? We encourage you to try Onion Browser."
msgid "Language"
msgstr "Language"
+#: templates/download-tor.html:25 templates/download-tor.html:30
+msgid "sig"
+msgstr "sig"
+
#: templates/download.html:5
msgid "Get Connected"
msgstr "Get Connected"
@@ -772,11 +795,6 @@ msgstr ""
"We're a nonprofit organization and rely on supporters like you to help us "
"keep Tor robust and secure for millions of people worldwide."
-#: templates/download.html:56 templates/footer.html:44
-#: templates/navbar.html:12
-msgid "Donate Now"
-msgstr "Donate Now"
-
#: templates/footer.html:9 templates/footer.html:13
#: templates/hero-home.html:13 templates/navbar.html:59
msgid "Download Tor Browser"
1
0