[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [orbot/master] move app store graphics into fdroid/fastlane file layout



commit 69bd7fe9e6fd0fcde92ea53dd6236e50f7b37017
Author: Hans-Christoph Steiner <hans@xxxxxxx>
Date:   Wed Nov 22 22:35:49 2017 +0100

    move app store graphics into fdroid/fastlane file layout
    
    * https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots/
    * https://github.com/fastlane/fastlane/blob/1.109.0/supply/README.md#images-and-screenshots
---
 compare-to-official-release                        |  62 ---------------------
 jenkins-build                                      |  37 ------------
 metadata/af/short_description.txt                  |   1 +
 metadata/am/short_description.txt                  |   1 +
 metadata/ar/short_description.txt                  |   1 +
 metadata/ar/title.txt                              |   1 +
 metadata/bg/short_description.txt                  |   1 +
 metadata/ca/short_description.txt                  |   1 +
 metadata/cs/short_description.txt                  |   1 +
 metadata/de/full_description.txt                   |  26 +++++++++
 metadata/de/short_description.txt                  |   1 +
 metadata/de/title.txt                              |   1 +
 metadata/el/short_description.txt                  |   1 +
 metadata/en-US/full_description.txt                |  25 +++++++++
 .../en-US/images/featureGraphic.png                | Bin
 .../en-US/images/icon.png                          | Bin
 .../phoneScreenshots}/device-2018-01-05-122015.png | Bin
 .../phoneScreenshots}/device-2018-01-05-122035.png | Bin
 .../phoneScreenshots}/device-2018-01-05-122111.png | Bin
 .../phoneScreenshots}/device-2018-01-05-122301.png | Bin
 .../phoneScreenshots}/device-2018-01-05-122310.png | Bin
 .../phoneScreenshots}/device-2018-01-05-122314.png | Bin
 .../phoneScreenshots}/device-2018-01-05-122344.png | Bin
 metadata/en-US/short_description.txt               |   1 +
 metadata/es/full_description.txt                   |  27 +++++++++
 metadata/et/short_description.txt                  |   1 +
 .../phoneScreenshots}/device-2018-01-05-123814.png | Bin
 .../phoneScreenshots}/device-2018-01-05-123828.png | Bin
 .../phoneScreenshots}/device-2018-01-05-123836.png | Bin
 .../phoneScreenshots}/device-2018-01-05-123908.png | Bin
 .../phoneScreenshots}/device-2018-01-05-124039.png | Bin
 .../phoneScreenshots}/device-2018-01-05-124045.png | Bin
 .../phoneScreenshots}/device-2018-01-05-124052.png | Bin
 .../phoneScreenshots}/device-2018-01-05-124059.png | Bin
 metadata/fi/short_description.txt                  |   1 +
 metadata/fr/full_description.txt                   |  26 +++++++++
 metadata/hi/short_description.txt                  |   1 +
 metadata/hr/short_description.txt                  |   1 +
 metadata/hu/short_description.txt                  |   1 +
 metadata/id/short_description.txt                  |   1 +
 metadata/it/short_description.txt                  |   1 +
 metadata/ja/short_description.txt                  |   1 +
 metadata/ko/short_description.txt                  |   1 +
 metadata/lt/short_description.txt                  |   1 +
 metadata/lv/short_description.txt                  |   1 +
 metadata/nl/short_description.txt                  |   1 +
 metadata/no/short_description.txt                  |   1 +
 metadata/pl/short_description.txt                  |   1 +
 metadata/pt-BR/full_description.txt                |  26 +++++++++
 metadata/pt-PT/full_description.txt                |  26 +++++++++
 metadata/ro/short_description.txt                  |   1 +
 metadata/ru/short_description.txt                  |   1 +
 metadata/ru/title.txt                              |   1 +
 metadata/sk/short_description.txt                  |   1 +
 metadata/sl/short_description.txt                  |   1 +
 metadata/sv/short_description.txt                  |   1 +
 metadata/sw/short_description.txt                  |   1 +
 metadata/th/short_description.txt                  |   1 +
 metadata/tr/full_description.txt                   |  26 +++++++++
 metadata/uk/short_description.txt                  |   1 +
 metadata/vi/full_description.txt                   |  26 +++++++++
 metadata/vi/short_description.txt                  |   1 +
 metadata/vi/title.txt                              |   1 +
 setup-ant                                          |  28 ----------
 tools/check-fastlane-whitespace.py                 |  15 +++++
 web_hi_res_512.png                                 | Bin 46595 -> 0 bytes
 66 files changed, 259 insertions(+), 127 deletions(-)

diff --git a/compare-to-official-release b/compare-to-official-release
deleted file mode 100755
index 8e3a3003..00000000
--- a/compare-to-official-release
+++ /dev/null
@@ -1,62 +0,0 @@
-#!/bin/sh
-
-if [ $# -ne 2 ]; then
-    echo "Usage: $0 /path/to/Orbot-v15.0.1.apk /another/Orbot-v15.0.1.apk"
-    exit 1
-fi
-
-set -e
-set -x
-
-test -e "$1"
-test -e "$2"
-
-tmpdir=`mktemp -d /tmp/.compare-apks.XXXXXXXXXX`
-apk1=$(basename $1)
-apk2=$(basename $2)
-sourcedir1=$(cd `dirname $1` && pwd)
-sourcedir2=$(cd `dirname $2` && pwd)
-apkname1=`echo $apk1 | sed 's,\.apk$,,'`
-apkname2=`echo $apk2 | sed 's,\.apk$,,'`
-dir1=$tmpdir/`echo $(dirname $1) | sed 's,[/ ],_,g'`-$apkname1
-dir2=$tmpdir/`echo $(dirname $2) | sed 's,[/ ],_,g'`-$apkname2
-
-mkdir -p $dir1/zip
-cd $dir1/zip
-unzip "$sourcedir1/$apk1"
-cd ..
-apktool d --no-res --no-src "$sourcedir1/$apk1"
-mv "$apkname1" apktool
-# strip the full path to the zip for the comparison
-unzip -l "$sourcedir1/$apk1" | sed 's,^\(Archive:\s\s*\)/.*/,\1,' > $dir1/unzip-l.txt
-unzip -lv "$sourcedir1/$apk1" | sed 's,^\(Archive:\s\s*\)/.*/,\1,' > $dir1/unzip-lv.txt
-zipinfo -lv "$sourcedir1/$apk1" | sed 's,^\(Archive:\s\s*\)/.*/,\1,' > $dir1/zipinfo-lv.txt
-xxd "$sourcedir1/$apk1" > $dir1/xxd
-for f in $dir1/zip/assets/*/*; do
-    xxd $f > $dir1/xxd-$(basename $f)
-done
-
-mkdir -p $dir2/zip
-cd $dir2/zip
-unzip "$sourcedir2/$apk2"
-cd ..
-apktool d --no-res --no-src "$sourcedir2/$apk2"
-mv "$apkname2" apktool
-# strip the full path to the zip for the comparison
-unzip -l "$sourcedir2/$apk2" | sed 's,^\(Archive:\s\s*\)/.*/,\1,' > $dir2/unzip-l.txt
-unzip -lv "$sourcedir2/$apk2" | sed 's,^\(Archive:\s\s*\)/.*/,\1,' > $dir2/unzip-lv.txt
-zipinfo -lv "$sourcedir2/$apk2" | sed 's,^\(Archive:\s\s*\)/.*/,\1,' > $dir2/zipinfo-lv.txt
-xxd "$sourcedir2/$apk2" > $dir2/xxd
-for f in $dir2/zip/assets/*/*; do
-    xxd $f > $dir2/xxd-$(basename $f)
-done
-
-if which meld > /dev/null; then
-    meld $dir1 $dir2
-elif which opendiff > /dev/null; then
-    opendiff $dir1 $dir2
-else
-    echo "ERROR: meld or opendiff required for the comparison!"
-fi
-
-rm -rf $dir1 $dir2
diff --git a/jenkins-build b/jenkins-build
deleted file mode 100755
index 3c8546d4..00000000
--- a/jenkins-build
+++ /dev/null
@@ -1,37 +0,0 @@
-#!/bin/bash
-# bash is required because we need bash's printf to guarantee a cross-platform
-# timestamp format.
-
-set -e
-set -x
-
-if [ -z $ANDROID_HOME ]; then
-    if [ -e ~/.android/bashrc-ant-build ]; then
-        . ~/.android/bashrc-ant-build
-    else
-        echo "ANDROID_HOME must be set!"
-        exit
-    fi
-fi
-
-if [ -z $ANDROID_NDK_HOME ]; then
-    if which ndk-build 2>&1 /dev/null; then
-        ANDROID_NDK_HOME=`which ndk-build |  sed 's,/ndk-build,,'`
-    else
-        echo "ANDROID_NDK_HOME not set and 'ndk-build' not in PATH"
-        exit
-    fi
-fi
-
-# reset version code/name to current date
-versionCodeDate=`date +%s`
-versionNameDate=`date +%Y-%m-%d_%H.%M.%S`
-
-sed -i \
-    -e "s,android:versionCode=\"[0-9][0-9]*\",android:versionCode=\"$versionCodeDate\"," \
-    -e "s,android:versionName=\"\([^\"][^\"]*\)\",android:versionName=\"\1.$versionNameDate\"," \
-    AndroidManifest.xml
-
-ndk-build
-make -C external
-./setup-ant
diff --git a/metadata/af/short_description.txt b/metadata/af/short_description.txt
new file mode 100644
index 00000000..a4eb9e93
--- /dev/null
+++ b/metadata/af/short_description.txt
@@ -0,0 +1 @@
+Verbeter jou privaatheid, breek deur middel van firewalls en meer veilig te kommunikeer.
diff --git a/metadata/am/short_description.txt b/metadata/am/short_description.txt
new file mode 100644
index 00000000..e3ccc9e4
--- /dev/null
+++ b/metadata/am/short_description.txt
@@ -0,0 +1 @@
+, á??á??á??á??á?µá??á?? á? á?»á?½á?? á?¬á??á??á?½ á? á?©á?? á??á??á??á??á?? á?¥á?? á?°á??á??á??á?µá?? á?­á? á??á?¥ á? á?°á? á? á?? á??á??á?³ á??á??á??á??á?µ.
diff --git a/metadata/ar/short_description.txt b/metadata/ar/short_description.txt
new file mode 100644
index 00000000..93a3ac20
--- /dev/null
+++ b/metadata/ar/short_description.txt
@@ -0,0 +1 @@
+اÙ?ربÙ?تبرÙ?Ù?سÙ? Ù?ع تÙ?ر
diff --git a/metadata/ar/title.txt b/metadata/ar/title.txt
new file mode 100644
index 00000000..9a55d761
--- /dev/null
+++ b/metadata/ar/title.txt
@@ -0,0 +1 @@
+اÙ?ربÙ?ت برÙ?Ù?سÙ? Ù?ع تÙ?ر
diff --git a/metadata/bg/short_description.txt b/metadata/bg/short_description.txt
new file mode 100644
index 00000000..281b5c4e
--- /dev/null
+++ b/metadata/bg/short_description.txt
@@ -0,0 +1 @@
+Ð?одобÑ?Ñ?ване на ваÑ?иÑ? лиÑ?ен живоÑ?, Ñ?е е Ñ?азпаднала пÑ?ез заÑ?иÑ?ни Ñ?Ñ?ени и да обÑ?Ñ?ваÑ? по-безопаÑ?но.
diff --git a/metadata/ca/short_description.txt b/metadata/ca/short_description.txt
new file mode 100644
index 00000000..9856c334
--- /dev/null
+++ b/metadata/ca/short_description.txt
@@ -0,0 +1 @@
+Millori la seva privacitat, trencar a través de tallafocs i comunicar-se de forma més segura.
diff --git a/metadata/cs/short_description.txt b/metadata/cs/short_description.txt
new file mode 100644
index 00000000..fcfdbd8c
--- /dev/null
+++ b/metadata/cs/short_description.txt
@@ -0,0 +1 @@
+VylepÅ¡ete vaÅ¡e soukromí, prorazit brány firewall a komunikovat bezpeÄ?nÄ?.
diff --git a/metadata/de/full_description.txt b/metadata/de/full_description.txt
new file mode 100644
index 00000000..e0970d3c
--- /dev/null
+++ b/metadata/de/full_description.txt
@@ -0,0 +1,26 @@
+Orbot
+Vermittlung mit Tor
+Orbot ist eine freie Vermittlungsanwendung, welche es anderen Programmen ermöglicht, das Internet sicherer zu nutzen. Orbot benutzt Tor um den Internetverkehr zu verschlüsseln und versteckt den Nutzer, indem die Verbindung durch andere Computer rund um die Welt umgeleitet wird. Tor ist ein freies Programm und ein offenes Netzwerk, das dabei hilft sich gegen �berwachung zu wehren, die die Persönliche Freiheit, die Privatsphäre, vertrauliche Geschäftsbeziehungen verletzt. Sowie gegen staatliche Datenverkehrsanalyse des Internetverkehrs.
+
+Orbot ist die einzige Anwendung, die eine wirklich vertrauliche Internetverbindung herstellt. Wie die New York Times schreibt, »wenn Verbindungen über Tor eintreffen, wei� man nie von wem oder woher sie kommt.« Tor bekam 2012 den Electronic Frontier Foundation (EFF) Pioneer Award.
+
+AKZEPTIEREN SIE KEINE SCHN�FFLER: Orbot ist der sicherste Weg, um das Internet mit Android zu nutzen. Orbot leitet den verschlüsselten Verkehr mehrmals durch Rechner auf der ganzen Welt, anstatt Sie direkt zu verbinden wie z.B. VPNs und Proxys. Dieser Vorgang dauert ein wenig länger, aber der stärkste Privatsphären- und Identitätsschutz ist das Warten wert.
+PRIVATES INTERNETSURFEN: Nutzen Sie es mit Orweb, der anonymsten Art, eine Webseite zu besuchen, egal ob sie normalerweise geblockt, überwacht, oder versteckt ist. Hier bekommen Sie Orweb: https://goo.gl/s3mLa
+PRIVATE SOFORTNACHRICHTEN: Gibberbot mit Orbot nutzen, um sich vertraulich mit jedem, überall und kostenlos zu unterhalten. Hier bekommen Sie Gibberbot: https://goo.gl/O3FfS
+PRIVATSPHÃ?RE FÃ?R ANWENDUNGEN: Jede installierte Anwendung kann Tor benutzen, wenn es eine Vermittlungsfunktion hat und folgende Einstellungen nutzt: https://goo.gl/2OA1y Orbot mit Twitter benutzen, oder die anonyme Internetsuche mit DuckDuckGo: https://goo.gl/lgh1p
+PRIVATSPH�RE F�R JEDEN: Tor kann dabei helfen einen vertraulich über einen Wettbewerber zu recherchieren, die Facebook-Blockade an der Schule oder die Firewall am Arbeitsplatz zu umgehen, um Sport zu gucken.
+PRIVATSPH�RE EINFACH GEMACHT: Unsere witzige und interaktive Führung ansehen: https://guardianproject.info/howto/browsefreely
+ES IST OFFIZIELL: Das ist die offizielle Version des Tor-Onion-Routing-Dienstes für Android
+
+***Experten-Root-Modus***
+UNIVERSAL MODUS: Orbot kann so eingestellt werden, dass der ganze Internetverkehr transparent vermittelt wird. Sie könne auch auswählen, welche Anwendungen speziell über Tor umgeleitet werden sollen.
+
+***Wir lieben Rückmeldungen***
+�BER UNS: Guardian Project ist eine Gruppe von Entwicklern, welche sichere mobile Apps und quelloffenen Code für eine bessere Zukunft erstellen.
+UNSERE WEBSEITE: https://GuardianProject.info
+AUF TWITTER: https://twitter.com/guardianproject
+QUELLOFFEN: Orbot ist freie Software. Werfen Sie einen blick auf den Quellcode, oder schlieÃ?en Sie sich der Gemeinschaft an um es zu verbessern: https://gitweb.torproject.org/orbot.git
+Ã?BER TOR: https://TorProject.org
+UNS SCHREIBEN: Haben wir eine Funktion vergessen? Haben Sie einen Fehler gefunden? Wir würden uns freuen, von Ihnen zu hören! Senden Sie uns eine E-Mail an: root@xxxxxxxxxxxxxxxxxxxx
+HELFEN SIE UNS ORBOT IN IHR LAND ZU BRINGEN: Wir versuchen Orbot in so viele Sprachen wie möglich zu bringen. Derzeit gibt es folgende Sprachen: Arabic (اÙ?عربÙ?Ø©), Basque (Euskara), Bulgarian (бÑ?лгаÑ?Ñ?ки език), Chinese (中æ??ç®?ä½?), Czech (Ä?eÅ¡tina), Danish (Dansk), Dutch (Nederlands), English, Farsi (Ù?ارسÛ?), French (Français), French (Français), German (Deutsch), Greek (Î?λληνικά), Hebrew (×¢×?ר×?ת), Hungarian (Magyar Nyelv), Italian (Italiano), Japanese (æ?¥æ?¬èª?) Korean (ì¡°ì? ë§?), Latvian (LatvieÅ¡u), Malaysian (بÙ?اس Ù?Ù?اÙ?Ù? ), Polish (Polski), Portuguese (Português), Russian (РÑ?Ñ?Ñ?кий), Spanish (Español), Swedish (Svensk), and Vietnamese (Tiếng Viá»?t).
+Falls Orbot derzeit nicht in ihrer Sprache verfügbar ist, freuen wir uns, wenn Sie sich unserer �bersetzergruppe anschlie�en: https://goo.gl/6hni4
diff --git a/metadata/de/short_description.txt b/metadata/de/short_description.txt
new file mode 100644
index 00000000..3ff3f6ab
--- /dev/null
+++ b/metadata/de/short_description.txt
@@ -0,0 +1 @@
+OrbotVermittlung mit Tor
diff --git a/metadata/de/title.txt b/metadata/de/title.txt
new file mode 100644
index 00000000..9b7bc436
--- /dev/null
+++ b/metadata/de/title.txt
@@ -0,0 +1 @@
+Orbot: Vermittlung mit Tor
diff --git a/metadata/el/short_description.txt b/metadata/el/short_description.txt
new file mode 100644
index 00000000..c5a58f37
--- /dev/null
+++ b/metadata/el/short_description.txt
@@ -0,0 +1 @@
+Î?ελÏ?ιÏ?Ï?Ï?ε Ï?ην Ï?Ï?οÏ?Ï?αÏ?ία Ï?ηÏ? ιδιÏ?Ï?ικήÏ? ζÏ?ήÏ? Ï?αÏ?, να Ï?Ï?άÏ?ει μέÏ?Ï? firewalls και να εÏ?ικοινÏ?νοÏ?ν με μεγαλÏ?Ï?εÏ?η αÏ?Ï?άλεια.
diff --git a/metadata/en-US/full_description.txt b/metadata/en-US/full_description.txt
new file mode 100644
index 00000000..c06a79aa
--- /dev/null
+++ b/metadata/en-US/full_description.txt
@@ -0,0 +1,25 @@
+Orbot is a free proxy app that empowers other apps to use the internet more securely. Orbot uses Tor to encrypt your Internet traffic and then hides it by bouncing through a series of computers around the world. Tor is free software and an open network that helps you defend against a form of network surveillance that threatens personal freedom and privacy, confidential business activities and relationships, and state security known as traffic analysis.
+
+*** Android 4.0 and lower, you can download older versions from https://guardianproject.info/releases/ or through the FDroid.org open app store at https://f-droid.org. The last release with KitKat and older support is: https://guardianproject.info/releases/Orbot-v14.1.4-UpToKitKat-nonPIE.apk ***
+
+*** SAMSUNG GALAXY USERS ***
+On some devices, aSamsung app is listening on the same network port that Orbot needs. Download 'SockStat' from Google Play. Look for the app on port 9050. Force stop and disable that app. You can also try to change Orbot's "Tor SOCKS" setting under the Debug section to 9051 or AUTO. You can see the fix in this video: https://www.youtube.com/watch?v=yK-nK4F67_g
+*****
+
+Orbot is the only app that creates a truly private internet connection. As the New York Times writes, â??when a communication arrives from Tor, you can never know where or whom itâ??s from.â?? Tor won the 2012 Electronic Frontier Foundation (EFF) Pioneer Award.
+
+â?? ACCEPT NO SUBSTITUTES: Orbot is the safest way to use the Internet on Android. Period. Orbot bounces your encrypted traffic several times through computers around the world, instead of connecting you directly like VPNs and proxies. This process takes a little longer, but the strongest privacy and identity protection available is worth the wait.
+â?? PRIVATE WEB SURFING: Use with Orfox, the most anonymous way to access any website, even if itâ??s normally blocked, monitored, or on the hidden web. Get Orfox: https://play.google.com/store/apps/details?id=info.guardianproject.orfox
+â?? PRIVATE CHAT MESSAGING: Use ChatSecure with Orbot to chat confidentially with anyone, anywhere for free. Get ChatSecure: https://goo.gl/O3FfS
+â?? PRIVACY FOR APPS: Any installed app can use Tor if it has a proxy feature, using the settings found here: https://goo.gl/2OA1y Use Orbot with Twitter, or try private web searching with DuckDuckGo: https://goo.gl/lgh1p
+â?? PRIVACY FOR EVERYONE: Tor can help you confidentially research a competitor, get around the Facebook block at school, or circumvent a firewall to watch sports at work.
+â?? PRIVACY MADE EASY: Check out our fun, interactive walkthrough: https://guardianproject.info/howto/browsefreely
+â?? ITâ??S OFFICIAL: This is the official version of the Tor onion routing service for Android.
+
+***We Love Feedback***
+â?? ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow.
+â?? OPEN-SOURCE: Orbot is free software. Take a look at our source code, or join the community to make it better: https://gitweb.torproject.org/orbot.git
+â?? MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Weâ??d love to hear from you! Send us an email: support@xxxxxxxxxxxxxxxxxxxx
+
+***Disclaimer***
+The Guardian Project makes apps that are designed to protect your security and anonymity. The protocols that we use are widely regarded as the state of the art in security technology. While we are constantly upgrading our software to combat the latest threats and eliminate bugs, no technology is 100% foolproof. For maximum security and anonymity users must utilize best practices to keep themselves safe.  You can find a good introductory guide to these topics at https://securityinabox.org
diff --git a/docs/featuregraphic.png b/metadata/en-US/images/featureGraphic.png
similarity index 100%
rename from docs/featuregraphic.png
rename to metadata/en-US/images/featureGraphic.png
diff --git a/art/web_hi_res_512.png b/metadata/en-US/images/icon.png
similarity index 100%
rename from art/web_hi_res_512.png
rename to metadata/en-US/images/icon.png
diff --git a/art/screens/en/device-2018-01-05-122015.png b/metadata/en-US/images/phoneScreenshots/device-2018-01-05-122015.png
similarity index 100%
rename from art/screens/en/device-2018-01-05-122015.png
rename to metadata/en-US/images/phoneScreenshots/device-2018-01-05-122015.png
diff --git a/art/screens/en/device-2018-01-05-122035.png b/metadata/en-US/images/phoneScreenshots/device-2018-01-05-122035.png
similarity index 100%
rename from art/screens/en/device-2018-01-05-122035.png
rename to metadata/en-US/images/phoneScreenshots/device-2018-01-05-122035.png
diff --git a/art/screens/en/device-2018-01-05-122111.png b/metadata/en-US/images/phoneScreenshots/device-2018-01-05-122111.png
similarity index 100%
rename from art/screens/en/device-2018-01-05-122111.png
rename to metadata/en-US/images/phoneScreenshots/device-2018-01-05-122111.png
diff --git a/art/screens/en/device-2018-01-05-122301.png b/metadata/en-US/images/phoneScreenshots/device-2018-01-05-122301.png
similarity index 100%
rename from art/screens/en/device-2018-01-05-122301.png
rename to metadata/en-US/images/phoneScreenshots/device-2018-01-05-122301.png
diff --git a/art/screens/en/device-2018-01-05-122310.png b/metadata/en-US/images/phoneScreenshots/device-2018-01-05-122310.png
similarity index 100%
rename from art/screens/en/device-2018-01-05-122310.png
rename to metadata/en-US/images/phoneScreenshots/device-2018-01-05-122310.png
diff --git a/art/screens/en/device-2018-01-05-122314.png b/metadata/en-US/images/phoneScreenshots/device-2018-01-05-122314.png
similarity index 100%
rename from art/screens/en/device-2018-01-05-122314.png
rename to metadata/en-US/images/phoneScreenshots/device-2018-01-05-122314.png
diff --git a/art/screens/en/device-2018-01-05-122344.png b/metadata/en-US/images/phoneScreenshots/device-2018-01-05-122344.png
similarity index 100%
rename from art/screens/en/device-2018-01-05-122344.png
rename to metadata/en-US/images/phoneScreenshots/device-2018-01-05-122344.png
diff --git a/metadata/en-US/short_description.txt b/metadata/en-US/short_description.txt
new file mode 100644
index 00000000..eaa723f0
--- /dev/null
+++ b/metadata/en-US/short_description.txt
@@ -0,0 +1 @@
+Enhance your privacy, break through firewalls and communicate more safely.
diff --git a/metadata/es/full_description.txt b/metadata/es/full_description.txt
new file mode 100644
index 00000000..845cee80
--- /dev/null
+++ b/metadata/es/full_description.txt
@@ -0,0 +1,27 @@
+Orbot
+Proxy con Tor
+Orbot es una aplicación de proxy libre que da la posibilidad a otras aplicaciones de usar Internet de forma más segura. Orbot usa Tor para cifrar su tráfico de Internet y luego lo esconde enviándolo a través de una serie de ordenadores alrededor del mundo. Tor es software libre y es una red abierta que le ayuda a defenderse contra una forma de vigilancia de red que amenaza la libertad y privacidad personas, la realización de negocios, actividades y relaciones confidenciales, y la seguridad de los estados, conocida como análisis de tráfico.
+
+Orbot es la única aplicación que crea una conexión verdaderamente privada a Internet. Como el New York Times escribe, "cuando una comunicación llega desde Tor, nunca puedes saber de dónde o de quién proviene". Tor ganó el Pioneer Award (Premio al Pionero) de 2012 de la Electronic Frontier Foundation (EEF, Fundación para las Fronteras Electrónicas).
+
+NO ACEPTE SUSTITUTOS: Orbot es la manera más segura de usar Internet sobre Android. Punto. Orbot rebota su tráfico cifrado varias veces a través de ordenadores alrededor del mundo, en lugar de conectarlo a usted directamente, como hacen VPNs y proxys. Este proceso es un poco más largo, pero vale la pena la espera para obtener la privacidad y protección de identidad más fuertes disponibles.
+NAVEGACI�N WEB PRIVADA: �selo con Orweb, la forma más anónima de acceder a cualquier sitio web, incluso si normalmente está bloqueado, monitorizado, o en la web oculta. Consiga Orweb: http://goo.gl/PH3T91
+MENSAJERIA DE CHAT PRIVADO: Use Gibberbot con Orbot para chatear confidencialmente con cualquiera y en cualquier lugar, gratis. Consiga Gibberbot: http://goo.gl/8U8BQG
+PRIVACIDAD PARA APLICACIONES: Cualquier aplicación instalada puede usar Tor si tiene funciones de proxy, usando las opciones encontradas aquí: https://goo.gl/2OA1y Use Orbot con Twitter, o pruebe la búsqueda web privada con DuckDuckGo: https://goo.gl/lgh1p
+PRIVACIDAD PARA TODOS: Tor puede ayudarle a investigar confidencialmente a un competidor, eludir el bloqueo de Facebook en la escuela, o evitar un cortafuegos (`firewall`) para ver deportes en el trabajo.
+PRIVACIDAD HECHA F�CIL: Pruébelo por diversión, paseo interactivo: https://guardianproject.info/howto/browsefreely
+
+ES OFICIAL: Esta es la versión oficial del servicio Tor de enrutamiento cebolla ('onion') para Android.
+
+***Modo root experto***
+MODO UNIVERSAL: Orbot pude ser configurado para intermediar (`proxy`) de forma transparente todo su tráfico de Internet a través de Tor. También puede escoger qué aplicaciones específicas quiere usar a través de Tor.
+
+***Nos encanta la respuesta de los usuarios***
+ACERCA DE NOSOTROS: Guardian Project es un grupo de desarrolladores que crean aplicaciones seguras para dispositivos móviles y escriben código fuente abierto para un futuro mejor.
+NUESTRA PÃ?GINA WEB: https://GuardianProject.info
+EN TWITTER: https://twitter.com/guardianproject
+C�DIGO ABIERTO: Orweb es software libre. Puedes mirar el código fuente o ser parte de la comunidad y ayudar a mejorarlo: https://gitweb.torproject.org/orbot.git
+ACERCA DE TOR: https://TorProject.org
+CONT�CTENOS: ¿Cree que deberíamos añadir una nueva función? ¿Encontró un error? ¡Por favor contáctenos! Envíenos un e-mail a support@xxxxxxxxxxxxxxxxxxxx
+AYÃ?DENOS A LLEVAR ORBOT A SU PAÃ?S: Estamos tratando de conseguir Orbot en tantos idiomas como sea posible. En este momento está en: Ã?rabe (اÙ?عربÙ?Ø©), Vasco (Euskara), Búlgaro (бÑ?лгаÑ?Ñ?ки език), Chino (中æ??ç®?ä½?), Checo (Ä?eÅ¡tina), Danés (Dansk), Holandés (Nederlands), Inglés (English), Persa (Ù?ارسÛ?), Francés (Français), Alemán (Deutsch), Griego (Î?λληνικά), Hebreo (×¢×?ר×?ת), Húngaro (Magyar Nyelv), Italiano, Japonés (æ?¥æ?¬èª?) Koreano (ì¡°ì? ë§?), Letón (LatvieÅ¡u), Malayo (بÙ?اس Ù?Ù?اÙ?Ù? ), Polaco (Polski), Portugués (Português), Ruso (РÑ?Ñ?Ñ?кий), Español, Sueco (Svensk), y Vietnamita (Tiếng Viá»?t).
+Si Orbot no está aún en su idioma, nos encantaría que usted se uniera a nuestro equipo de traducción: https://goo.gl/6hni4
diff --git a/metadata/et/short_description.txt b/metadata/et/short_description.txt
new file mode 100644
index 00000000..985710f5
--- /dev/null
+++ b/metadata/et/short_description.txt
@@ -0,0 +1 @@
+Ehita oma privaatsust, murda läbi tulemüüride ja suhelda turvaliselt.
diff --git a/art/screens/fa/device-2018-01-05-123814.png b/metadata/fa/images/phoneScreenshots/device-2018-01-05-123814.png
similarity index 100%
rename from art/screens/fa/device-2018-01-05-123814.png
rename to metadata/fa/images/phoneScreenshots/device-2018-01-05-123814.png
diff --git a/art/screens/fa/device-2018-01-05-123828.png b/metadata/fa/images/phoneScreenshots/device-2018-01-05-123828.png
similarity index 100%
rename from art/screens/fa/device-2018-01-05-123828.png
rename to metadata/fa/images/phoneScreenshots/device-2018-01-05-123828.png
diff --git a/art/screens/fa/device-2018-01-05-123836.png b/metadata/fa/images/phoneScreenshots/device-2018-01-05-123836.png
similarity index 100%
rename from art/screens/fa/device-2018-01-05-123836.png
rename to metadata/fa/images/phoneScreenshots/device-2018-01-05-123836.png
diff --git a/art/screens/fa/device-2018-01-05-123908.png b/metadata/fa/images/phoneScreenshots/device-2018-01-05-123908.png
similarity index 100%
rename from art/screens/fa/device-2018-01-05-123908.png
rename to metadata/fa/images/phoneScreenshots/device-2018-01-05-123908.png
diff --git a/art/screens/fa/device-2018-01-05-124039.png b/metadata/fa/images/phoneScreenshots/device-2018-01-05-124039.png
similarity index 100%
rename from art/screens/fa/device-2018-01-05-124039.png
rename to metadata/fa/images/phoneScreenshots/device-2018-01-05-124039.png
diff --git a/art/screens/fa/device-2018-01-05-124045.png b/metadata/fa/images/phoneScreenshots/device-2018-01-05-124045.png
similarity index 100%
rename from art/screens/fa/device-2018-01-05-124045.png
rename to metadata/fa/images/phoneScreenshots/device-2018-01-05-124045.png
diff --git a/art/screens/fa/device-2018-01-05-124052.png b/metadata/fa/images/phoneScreenshots/device-2018-01-05-124052.png
similarity index 100%
rename from art/screens/fa/device-2018-01-05-124052.png
rename to metadata/fa/images/phoneScreenshots/device-2018-01-05-124052.png
diff --git a/art/screens/fa/device-2018-01-05-124059.png b/metadata/fa/images/phoneScreenshots/device-2018-01-05-124059.png
similarity index 100%
rename from art/screens/fa/device-2018-01-05-124059.png
rename to metadata/fa/images/phoneScreenshots/device-2018-01-05-124059.png
diff --git a/metadata/fi/short_description.txt b/metadata/fi/short_description.txt
new file mode 100644
index 00000000..e418761f
--- /dev/null
+++ b/metadata/fi/short_description.txt
@@ -0,0 +1 @@
+Paranna yksityisyyttä, murtaa palomuurien ja kommunikoida turvallisemmin.
diff --git a/metadata/fr/full_description.txt b/metadata/fr/full_description.txt
new file mode 100644
index 00000000..27ee92da
--- /dev/null
+++ b/metadata/fr/full_description.txt
@@ -0,0 +1,26 @@
+Orbot
+Proxy par Tor
+Orbot est un proxy libre et gratuit qui permet à d'autres applications d'accéder à Internet de manière plus sûre. Orbot utilise Tor pour chiffrer votre trafic et le cacher en le faisant rebondir plusieurs fois au travers de différents ordinateurs répartis de par le monde. Tor est un logiciel libre et un réseau ouvert qui vous aide à vous défendre contre une forme de surveillance du réseau, l'analyse de trafic, qui met à mal les libertés individuelles et la vie privée, la secret des affaires et la confidentialité des relations ainsi que la sécurité des états.
+
+Orbot est la seule application qui crée une connexion à Internet réellement privée. Pour citer le New York Times : «�quand une communication arrive par Tor, on ne peut jamais savoir d'où, ou de qui elle vient.�». Tor a gagné le Pioneer Award 2012 de l'Electronic Frontier Foundation (EFF).
+
+REFUSEZ LES P�LES COPIES : Orbot est la manière la plus sûre d'utiliser Internet sur Android, point à la ligne. Orbot fait rebondir votre trafic chiffré plusieurs fois au travers de différents ordinateurs répartis de par le monde, au lieu de vous connecter directement comme le font les VPN et proxies. Le processus est un peu plus long, mais attendre un peu pour la meilleure protection possible de la vie privée et de votre identité en valent la peine.
+NAVIGATION INTERNET PRIV�E : Utilisé avec Orweb, Orbot est la manière la plus anonyme d'accéder à n'importe quel site web, même si celui-ci est habituellement bloqué, surveillé ou fait partie du web caché. Téléchargez Orweb : https://goo.gl/s3mLa
+MESSAGERIE INSTANTAN�E PRIV�E : Utilisez Gibberbot avec Orbot pour discuter en toute confidentialité avec qui que ce soit, où que ce soit, librement et gratuitement. Téléchargez Gibberbot : https://goo.gl/O3FfS
+RENDEZ VOS APPLICATIONS PRIV�ES : Toute application installée peut utiliser Tor si elle est capable d'utiliser un proxy, en utilisant les réglages fournis ici : https://goo.gl/2OA1y Utilisez Orbot avec Twitter ou essayez un moteur de recherche privé comme DuckDuckGo : https://goo.gl/lgh1p
+LA VIE PRIV�E POUR TOUS : Tor peut vous aider à vous renseigner confidentiellement sur un concurrent, contourner le blocage de Facebook à l'école ou éviter un parre-feu en entreprise pour regarder les diffusions sportives.
+LA VIE PRIV�E FACILE : Besoin d'aide ? Regardez notre sympathique tutoriel interactif : https://guardianproject.info/howto/browsefreely
+OFFICIEL : Orbot est la version officielle du réseau Tor pour Android.
+
+***Mode Root Expert***
+MODE UNIVERSEL : Orbot peut être configuré pour faire passer tout votre trafic Internet de manière transparente par Tor. Vous pouvez également choisir quelles applications en particulier vous voulez faire transiter par Tor.
+
+***Donnez-nous votre avis !***
+� PROPOS : Le Guardian Project est un groupe de développeurs qui créent des applications mobiles sécurisées, libre et open source pour un avenir meilleur.
+NOTRE SITE : https://GuardianProject.info
+SUR TWITTER : https://twitter.com/guardianproject
+OPEN-SOURCE : Orbot est un logiciel libre. Jeter un Å?il à notre code source ou rejoignez la communauté pour l'améliorer : https://gitweb.torproject.org/orbot.git
+� PROPOS DE TOR: https://TorProject.org
+NOUS JOINDRE : Il manque votre fonction préférée ? Vous avez trouvé un bug énervant ? Nous serions ravi d'entendre ce que vous avez à dire ! Envoyez-nous un mail : root@xxxxxxxxxxxxxxxxxxxx
+AIDEZ-NOUS � TRADUIRE ORBOT DANS VOTRE LANGUE : Nous voulons rendre Orbot accessible à autant de pays que possibles.
+Si Orbot n'existe pas encore dans votre langue nous serions ravi de vous voir rejoindre notre équipe de traduction : https://goo.gl/6hni4
diff --git a/metadata/hi/short_description.txt b/metadata/hi/short_description.txt
new file mode 100644
index 00000000..3ea634b7
--- /dev/null
+++ b/metadata/hi/short_description.txt
@@ -0,0 +1 @@
+�प�� ��पन�यता �� बढ़ान�, फायरव�ल �� माध�यम स� त�ड़न� �� लि� �र �धि� स�र��षित र�प स� स�वाद.
diff --git a/metadata/hr/short_description.txt b/metadata/hr/short_description.txt
new file mode 100644
index 00000000..b121018b
--- /dev/null
+++ b/metadata/hr/short_description.txt
@@ -0,0 +1 @@
+Poboljšajte svoju privatnost, probiti firewall i komunicirati više sigurno.
diff --git a/metadata/hu/short_description.txt b/metadata/hu/short_description.txt
new file mode 100644
index 00000000..fd4d3cb9
--- /dev/null
+++ b/metadata/hu/short_description.txt
@@ -0,0 +1 @@
+Fokozza a magány, áttörni a tűzfalak és kommunikálni biztonságosan.
diff --git a/metadata/id/short_description.txt b/metadata/id/short_description.txt
new file mode 100644
index 00000000..52fad2a9
--- /dev/null
+++ b/metadata/id/short_description.txt
@@ -0,0 +1 @@
+Meningkatkan privasi Anda, menerobos firewall dan berkomunikasi lebih aman.
diff --git a/metadata/it/short_description.txt b/metadata/it/short_description.txt
new file mode 100644
index 00000000..30ada4ee
--- /dev/null
+++ b/metadata/it/short_description.txt
@@ -0,0 +1 @@
+Migliorate la vostra privacy, sfondare i firewall e comunicare in modo più sicuro.
diff --git a/metadata/ja/short_description.txt b/metadata/ja/short_description.txt
new file mode 100644
index 00000000..6dcf2e88
--- /dev/null
+++ b/metadata/ja/short_description.txt
@@ -0,0 +1 @@
+ã??ã?ªã??ã?®ã??ã?©ã?¤ã??ã?·ã?¼ã??å¼·å??ã??ã??ã?¡ã?¤ã?¢ã?¦ã?©ã?¼ã?«ã??çª?ç ´ã??ã??ã?¨ã??ã??ã??å®?å?¨ã?«é??ä¿¡ã??ã?¾ã??ã??
diff --git a/metadata/ko/short_description.txt b/metadata/ko/short_description.txt
new file mode 100644
index 00000000..d2d8e910
--- /dev/null
+++ b/metadata/ko/short_description.txt
@@ -0,0 +1 @@
+ê°?ì?¸ ì ?ë³´ ë³´í?¸ë¥¼ ê°?í??í??ê³ , ë°©í??ë²½ì?? í?µí?´ í?´ì??과보ë?¤ ì??ì ?í??ê²? í?µì?  í?  ì?? ì??ì?µë??ë?¤.
diff --git a/metadata/lt/short_description.txt b/metadata/lt/short_description.txt
new file mode 100644
index 00000000..648077b1
--- /dev/null
+++ b/metadata/lt/short_description.txt
@@ -0,0 +1 @@
+Patobulinkite savo privatumÄ?, pralaužti užkardas ir daugiau bendrauti saugiai.
diff --git a/metadata/lv/short_description.txt b/metadata/lv/short_description.txt
new file mode 100644
index 00000000..ac096ddd
--- /dev/null
+++ b/metadata/lv/short_description.txt
@@ -0,0 +1 @@
+Uzlabojiet savu privÄ?tumu, izlauzties cauri ugunsmÅ«riem un sazinÄ?ties droÅ¡Ä?k.
diff --git a/metadata/nl/short_description.txt b/metadata/nl/short_description.txt
new file mode 100644
index 00000000..bb5d7d88
--- /dev/null
+++ b/metadata/nl/short_description.txt
@@ -0,0 +1 @@
+Verbeter uw privacy, breken door firewalls en communiceren meer veilig.
diff --git a/metadata/no/short_description.txt b/metadata/no/short_description.txt
new file mode 100644
index 00000000..86cdaf4c
--- /dev/null
+++ b/metadata/no/short_description.txt
@@ -0,0 +1 @@
+Forbedre ditt privatliv, bryte gjennom brannmurer og kommunisere sikkert.
diff --git a/metadata/pl/short_description.txt b/metadata/pl/short_description.txt
new file mode 100644
index 00000000..5057f5fb
--- /dev/null
+++ b/metadata/pl/short_description.txt
@@ -0,0 +1 @@
+Popraw swojÄ? prywatnoÅ?Ä?, przebiÄ? siÄ? przez zapory ogniowe i komunikowaÄ? siÄ? bezpiecznie.
diff --git a/metadata/pt-BR/full_description.txt b/metadata/pt-BR/full_description.txt
new file mode 100644
index 00000000..81a66df9
--- /dev/null
+++ b/metadata/pt-BR/full_description.txt
@@ -0,0 +1,26 @@
+Orbot
+Proxy com Tor
+Orbot é um aplicativo de proxy livre que permite outras aplicações usarem a internet de forma mais segura. Orbot usa Tor para criptografar o seu tráfego da Internet e usando uma série de caminhos alternados por uma série de computadores em todo o mundo, esconde o seu computador. Tor é um software livre de rede aberta que ajuda você a se defender contra algumas formas de vigilâncias que ameaçam a liberdade e privacidade, atividades comerciais confidenciais e relacionamentos. Assim como a segurança de Estado conhecida como análise de tráfego.
+
+Orbot é o único aplicativo que cria uma conexão verdadeiramente privada com a internet. Como o New York Times descreveu: "Quando uma comunicação chega a partir da rede Tor, você pode nunca saber de onde ou de quem veio." Tor ganhou em 2012 o prêmio Electronic Frontier Foundation (EFF) Pioneer Award.
+
+N�O ACEITE NENHUM SUBSTITUTO: Orbot é a forma mais segura de usar a Internet em dispositivos com o sistema operacional Android (Tvs, tablets, celulares e etc ). Anonimato. Orbot permuta seu tráfego criptografado várias vezes entre computadores espalhados geográfica em todo o mundo, em vez de conectá-lo diretamente ao seu destino, assim como fazem as VPNs e proxies. Esse processo demora um pouco mais, mas para ter privacidade e proteção de identidade vale a pena esperar.
+NAVEGA��O WEB PRIVADA: Utilize o Orweb, a maneira mais anônima para acessar qualquer site, mesmo que seja normalmente bloqueado, monitorado, ou um serviço oculto na rede tor. Obtenha o Orweb na seguinte URL: https://goo.gl/s3mLa
+CHAT COM MENSAGENS PRIVADAS: Use o Gibberbot com Orbot para conversar confidencialmente com qualquer um, em qualquer lugar gratuitamente. Obter Gibberbot: https://goo.gl/O3FfS
+PRIVACIDADE PARA APLICATIVOS: Qualquer aplicativo instalado pode usar o Tor se ele tiver a possibilidade  de sair por um proxy, usando as configurações encontradas aqui: https://goo.gl/2OA1y Use o Orbot com o Twitter, ou tente pesquisas privadas com DuckDuckGo: https://goo.gl/lgh1p
+PRIVACIDADE PARA TODOS: Tor pode ajudá-lo a pesquisar confidencialmente um concorrente, contornar o bloqueio do Facebook na escola, ou contornar um firewall para assistir esportes no trabalho.
+UMA FORMA F�CIL DE TER PRIVACIDADE: Confira a nossa diversão, passo a passo de modo interativo: https://guardianproject.info/howto/browsefreely
+� OFICIAL: Esta é uma versão oficial do serviço de roteamento cebola Tor para o Android.
+
+***Modo Especialista Root***
+MODO UNIVERSAL: Orbot pode ser configurado de forma transparente para transportar todo o seu tráfego de Internet através da rede Tor. Você também pode escolher quais aplicativos específicos deseja utilizar através da rede Tor.
+
+*** Nós amamos comentários ***
+QUEM SOMOS: Guardian Project é um grupo de desenvolvedores que fazem aplicações móveis seguras e de código aberto para um amanhã melhor.
+NOSSO ENDEREÃ?O ELETRÃ?NICO: https://GuardianProject.info
+NO TWITTER: https://twitter.com/guardianproject
+C�DIGO ABERTO: Orbot é software livre. Dê uma olhada em nosso código fonte, ou juntar-se a nossa comunidade para torná-lo ainda melhor: https://gitweb.torproject.org/orbot.git
+SOBRE O PROJETO Tor: https://TorProject.org
+MANDE-NOS UMA MENSAGEM: Será que estamos desprezando o seu recurso favorito? Encontrou algum bug chato? Gostaríamos muito de ouvir de você! Envie-nos um e-mail: root@xxxxxxxxxxxxxxxxxxxx
+AJUDE-NO
+Se Orbot ainda não está na sua língua, nós adoraríamos que você participasse da nossa equipe de tradução: https://goo.gl/6hni4
diff --git a/metadata/pt-PT/full_description.txt b/metadata/pt-PT/full_description.txt
new file mode 100644
index 00000000..81a66df9
--- /dev/null
+++ b/metadata/pt-PT/full_description.txt
@@ -0,0 +1,26 @@
+Orbot
+Proxy com Tor
+Orbot é um aplicativo de proxy livre que permite outras aplicações usarem a internet de forma mais segura. Orbot usa Tor para criptografar o seu tráfego da Internet e usando uma série de caminhos alternados por uma série de computadores em todo o mundo, esconde o seu computador. Tor é um software livre de rede aberta que ajuda você a se defender contra algumas formas de vigilâncias que ameaçam a liberdade e privacidade, atividades comerciais confidenciais e relacionamentos. Assim como a segurança de Estado conhecida como análise de tráfego.
+
+Orbot é o único aplicativo que cria uma conexão verdadeiramente privada com a internet. Como o New York Times descreveu: "Quando uma comunicação chega a partir da rede Tor, você pode nunca saber de onde ou de quem veio." Tor ganhou em 2012 o prêmio Electronic Frontier Foundation (EFF) Pioneer Award.
+
+N�O ACEITE NENHUM SUBSTITUTO: Orbot é a forma mais segura de usar a Internet em dispositivos com o sistema operacional Android (Tvs, tablets, celulares e etc ). Anonimato. Orbot permuta seu tráfego criptografado várias vezes entre computadores espalhados geográfica em todo o mundo, em vez de conectá-lo diretamente ao seu destino, assim como fazem as VPNs e proxies. Esse processo demora um pouco mais, mas para ter privacidade e proteção de identidade vale a pena esperar.
+NAVEGA��O WEB PRIVADA: Utilize o Orweb, a maneira mais anônima para acessar qualquer site, mesmo que seja normalmente bloqueado, monitorado, ou um serviço oculto na rede tor. Obtenha o Orweb na seguinte URL: https://goo.gl/s3mLa
+CHAT COM MENSAGENS PRIVADAS: Use o Gibberbot com Orbot para conversar confidencialmente com qualquer um, em qualquer lugar gratuitamente. Obter Gibberbot: https://goo.gl/O3FfS
+PRIVACIDADE PARA APLICATIVOS: Qualquer aplicativo instalado pode usar o Tor se ele tiver a possibilidade  de sair por um proxy, usando as configurações encontradas aqui: https://goo.gl/2OA1y Use o Orbot com o Twitter, ou tente pesquisas privadas com DuckDuckGo: https://goo.gl/lgh1p
+PRIVACIDADE PARA TODOS: Tor pode ajudá-lo a pesquisar confidencialmente um concorrente, contornar o bloqueio do Facebook na escola, ou contornar um firewall para assistir esportes no trabalho.
+UMA FORMA F�CIL DE TER PRIVACIDADE: Confira a nossa diversão, passo a passo de modo interativo: https://guardianproject.info/howto/browsefreely
+� OFICIAL: Esta é uma versão oficial do serviço de roteamento cebola Tor para o Android.
+
+***Modo Especialista Root***
+MODO UNIVERSAL: Orbot pode ser configurado de forma transparente para transportar todo o seu tráfego de Internet através da rede Tor. Você também pode escolher quais aplicativos específicos deseja utilizar através da rede Tor.
+
+*** Nós amamos comentários ***
+QUEM SOMOS: Guardian Project é um grupo de desenvolvedores que fazem aplicações móveis seguras e de código aberto para um amanhã melhor.
+NOSSO ENDEREÃ?O ELETRÃ?NICO: https://GuardianProject.info
+NO TWITTER: https://twitter.com/guardianproject
+C�DIGO ABERTO: Orbot é software livre. Dê uma olhada em nosso código fonte, ou juntar-se a nossa comunidade para torná-lo ainda melhor: https://gitweb.torproject.org/orbot.git
+SOBRE O PROJETO Tor: https://TorProject.org
+MANDE-NOS UMA MENSAGEM: Será que estamos desprezando o seu recurso favorito? Encontrou algum bug chato? Gostaríamos muito de ouvir de você! Envie-nos um e-mail: root@xxxxxxxxxxxxxxxxxxxx
+AJUDE-NO
+Se Orbot ainda não está na sua língua, nós adoraríamos que você participasse da nossa equipe de tradução: https://goo.gl/6hni4
diff --git a/metadata/ro/short_description.txt b/metadata/ro/short_description.txt
new file mode 100644
index 00000000..1f152a48
--- /dev/null
+++ b/metadata/ro/short_description.txt
@@ -0,0 +1 @@
+Spori intimitatea, rupe prin intermediul firewall-uri È?i de a comunica mai mult în condiÈ?ii de siguranÈ?Ä?.
diff --git a/metadata/ru/short_description.txt b/metadata/ru/short_description.txt
new file mode 100644
index 00000000..2992c3b4
--- /dev/null
+++ b/metadata/ru/short_description.txt
@@ -0,0 +1 @@
+OrbotÐ?Ñ?окÑ?и в комплекÑ?е Ñ? TorOrbotÐ?Ñ?окÑ?и в комплекÑ?е Ñ? Tor
diff --git a/metadata/ru/title.txt b/metadata/ru/title.txt
new file mode 100644
index 00000000..ccac4af4
--- /dev/null
+++ b/metadata/ru/title.txt
@@ -0,0 +1 @@
+Orbot Ð?Ñ?окÑ?и в комплекÑ?е Ñ? Tor
diff --git a/metadata/sk/short_description.txt b/metadata/sk/short_description.txt
new file mode 100644
index 00000000..504cdc89
--- /dev/null
+++ b/metadata/sk/short_description.txt
@@ -0,0 +1 @@
+VylepÅ¡ite vaÅ¡e súkromie, preraziÅ¥ brány firewall a komunikovaÅ¥ bezpeÄ?ne.
diff --git a/metadata/sl/short_description.txt b/metadata/sl/short_description.txt
new file mode 100644
index 00000000..9d10a0cf
--- /dev/null
+++ b/metadata/sl/short_description.txt
@@ -0,0 +1 @@
+Izboljšajte svojo zasebnost, prekinil skozi požarne zidove in komunicirati bolj varno.
diff --git a/metadata/sv/short_description.txt b/metadata/sv/short_description.txt
new file mode 100644
index 00000000..5d21858d
--- /dev/null
+++ b/metadata/sv/short_description.txt
@@ -0,0 +1 @@
+Förbättra din integritet, bryta igenom brandväggar och kommunicera på ett säkert sätt.
diff --git a/metadata/sw/short_description.txt b/metadata/sw/short_description.txt
new file mode 100644
index 00000000..d4515532
--- /dev/null
+++ b/metadata/sw/short_description.txt
@@ -0,0 +1 @@
+Kuongeza siri yako, kuvunja kupitia firewalls na kuwasiliana kwa usalama zaidi.
diff --git a/metadata/th/short_description.txt b/metadata/th/short_description.txt
new file mode 100644
index 00000000..24d205ac
--- /dev/null
+++ b/metadata/th/short_description.txt
@@ -0,0 +1 @@
+��ิ�ม�วาม����ส�ว��ัว�อ��ุ��ั���า���ร�วอลล��ละ�ารสื�อสารอย�า��ลอ�ภัยมา��ึ��
diff --git a/metadata/tr/full_description.txt b/metadata/tr/full_description.txt
new file mode 100644
index 00000000..c67400e0
--- /dev/null
+++ b/metadata/tr/full_description.txt
@@ -0,0 +1,26 @@
+Orbot
+Tor Proxy
+Orbot baÅ?ka uygulamaların interneti daha güvenli olarak kullanmasını saÄ?layan ücretsiz bir proxy uygulamasıdır. Orbot Tor'u kullanarak internet trafiÄ?inizi Å?ifreler ve dünya üzerindeki pek çok farklı bilgisayardan geçirerek gizler. Tor sizin kiÅ?isel özgürlüÄ?ünüzü ve mahremiyetinizi, gizli ticari aktivitelerinizi ve baÄ?lantılarınızı koruma altına alan bir yazılım ve açık aÄ?dır.
+
+Orbot gerçekten gizli internet baÄ?lantısı kuran tek uygulamadır. New York Times'ın yazdıÄ?ı gibi â??eÄ?er bir mesaj Tor AÄ?ı üzerinden ulaÅ?ıyorsa kimden veya nereden geldiÄ?ini bilmek mümkün deÄ?ilâ??. Tor 2012'de Electronic Frontier Foundation (EFF) Pioneer Award ile ödüllendirilmiÅ?tir.
+
+ALTERNATÄ°F KABUL ETMEYÄ°N: Orbot Android sisteminde interneti kullanmanın en güvenli yoludur. Nokta. Orbot doÄ?rudan VPN veya Proxy sunucularına baÄ?lanmaktan farklı olarak Å?ifrelenmiÅ? internet trafiÄ?inizi dünya üzerindeki pek çok baÅ?ka bilgisayarlardan geçirerek izlenmenizi ve sansürü engeller. Bu yöntem biraz daha zaman alır, ancak en güçlü güvenlik ve gizliliÄ?inizin korunması biraz beklemeye deÄ?er.
+Ä°NTERNETTE GÄ°ZLÄ°CE DOLAÅ?IN: Orweb ile birlikte kullanıldıÄ?ında herhangi bir web sitesi sansürlenmiÅ?, gözetim altında veya gizli internette olsa dahi ulaÅ?manızı saÄ?lar. Orweb'i Å?uradan indirebilirsiniz: https://goo.gl/s3mLa
+GÄ°ZLÄ° MESAJLAÅ?IN: Gibberbot ile birlikte kullanıldıÄ?ında istediÄ?iniz kiÅ?iyle istediÄ?iniz yerde ücretsiz mesajlaÅ?ın. Gibberbot'u Å?uradan indirebilirsiniz: https://goo.gl/O3FfS
+DÄ°Ä?ER UYGULAMAR Ä°Ã?Ä°N GÄ°ZLÄ°LÄ°K: KullandıÄ?ınız bütün uygulamalar proxy özellikleri varsa Tor aÄ?ını kullanabilir, Å?uradaki önerileri takip edin: https://goo.gl/2OA1y Orbot'u Twitter uygulaması ile kullanın, ya da gizli web araması yapmak için DuckDuckGo kullanın: https://goo.gl/lgh1p
+HERKES Ä°Ã?Ä°N GÄ°ZLÄ°LÄ°K: Tor rakip Å?irket hakkında fark edilmeden araÅ?tırma yapmanıza, okuldaki Facebook engellemesini aÅ?manıza, ya da iÅ? yerinizde spor maçlarını izlemek istediÄ?inizde güvenlik duvarını aÅ?manıza yardımcı olur.
+GÄ°ZLÄ°LÄ°K HÄ°Ã? BU KADAR KOLAY OLMAMIÅ?TI: EÄ?lenceli ve interaktif kullanım kılavuzumuza Å?u adresten ulaÅ?abilirsiniz: https://guardianproject.info/howto/browsefreely
+RESMİ UYGULAMA: Orbot Tor onion routing service'in Android'deki resmi uygulamasıdır.
+
+***Uzman Root Modu***
+KAPSAMLI MOD: Orbot zahmetsizce tüm internet trafiÄ?inizin Tor üzerinden yönlenmesini saÄ?layabilir. Dilerseniz sadece bazı uygulamaların Tor aÄ?ını kullanmasını da saÄ?layabilirsiniz.
+
+***Geri bildirimi seviyoruz***
+HAKKIMIZDA: Guardian Projesi daha iyi bir gelecek için güvenli mobil uygulamalar ve açık kaynak kodları yazan bir grup yazılımcıdan oluÅ?ur.
+WEB SÄ°TEMÄ°Z: http://GuardianProject.info
+TWITTER ADRESÄ°MÄ°Z: https://twitter.com/guardianproject
+AÃ?IK KAYNAK KODU: Orbot ücretsiz bir uygulamadır. Kaynak kodumuza bakabilir, ve geliÅ?tirmek için destek grubuna katılabilirsiniz:  https://gitweb.torproject.org/orbot.git
+TOR HAKKINDA: https://TorProject.org
+BÄ°ZE YAZIN: Ä°stediÄ?iniz bir özellik eksik mi? Uygulamada bir hata mı buldunuz? Lütfen bize bildirin! Sizden geri bildirim almak bizi çok mutlu eder. Bize e-posta gönderebilirsiniz: root@xxxxxxxxxxxxxxxxxxxx 
+ORBOT'U SÄ°ZÄ°N Ã?LKENÄ°ZE ULAÅ?TIRMAMIZA YARDIM EDÄ°N: Orbot uygulamasını mümkün olan tüm dillere çevirmeye çalıÅ?ıyoruz. Å?imdilik bu dillere çevrildi: Arabic (اÙ?عربÙ?Ø©), Basque (Euskara), Bulgarian (бÑ?лгаÑ?Ñ?ки език), Chinese (中æ??ç®?ä½?), Czech (Ä?eÅ¡tina), Danish (Dansk), Dutch (Nederlands), English, Farsi (Ù?ارسÛ?), French (Français), French (Français), German (Deutsch), Greek (Î?λληνικά), Hebrew (×¢×?ר×?ת), Hungarian (Magyar Nyelv), Italian (Italiano), Japanese (æ?¥æ?¬èª?) Korean (ì¡°ì? ë§?), Latvian (LatvieÅ¡u), Malaysian (بÙ?اس Ù?Ù?اÙ?Ù? ), Polish (Polski), Portuguese (Português), Turkish (Türkçe), Russian (РÑ?Ñ?Ñ?кий), Spanish (Español), Swedish (Svensk), and Vietnamese (Tiếng Viá»?t).
+EÄ?er Orbot sizin dilinizde yoksa, çeviri ekibimize katılmanız bizi çok mutlu eder: https://goo.gl/6hni4
diff --git a/metadata/uk/short_description.txt b/metadata/uk/short_description.txt
new file mode 100644
index 00000000..028fe2dd
--- /dev/null
+++ b/metadata/uk/short_description.txt
@@ -0,0 +1 @@
+Ð?Ñ?двиÑ?еннÑ? ваÑ?Ñ? пÑ?иваÑ?не жиÑ?Ñ?Ñ?, пÑ?оÑ?ваÑ?иÑ?Ñ? Ñ?еÑ?ез бÑ?андмаÑ?еÑ?и Ñ? безпеÑ?но Ñ?пÑ?лкÑ?ваÑ?иÑ?Ñ?.
diff --git a/metadata/vi/full_description.txt b/metadata/vi/full_description.txt
new file mode 100644
index 00000000..3a809355
--- /dev/null
+++ b/metadata/vi/full_description.txt
@@ -0,0 +1,26 @@
+Orbot
+Proxy qua Tor
+Orbot là má»?t ứng dụng proxy miá»?n phí nó trao quyá»?n cho các ứng dụng khác Ä?á»? sá»­ dụng Internet an toàn hÆ¡n. Orbot sá»­ dụng Tor Ä?á»? mã hóa lÆ°u lượng truy cập Internet của bạn và sau Ä?ó giấu nó bằng cách chuyá»?n qua má»?t loạt các máy tính trên toàn thế giá»?i. Tor là phần má»?m miá»?n phí và má»?t mạng má»? giúp bạn bảo vá»? chá»?ng lại má»?t hình thức giám sát mạng Ä?e dá»?a tá»± do cá nhân và riêng tÆ°, hoạt Ä?á»?ng bí mật kinh doanh và các má»?i quan há»?, và an ninh quá»?c gia Ä?ược gá»?i là phân tích lÆ°u lượng truy cập.
+
+Orbot là ứng dụng duy nhất tạo ra má»?t kết ná»?i internet thá»±c sá»±. NhÆ° tá»? New York Times viết, "khi má»?t thông tin liên lạc Ä?ến từ Tor, bạn có thá»? không bao giá»? biết á»? Ä?âu hoặc ai Ä?ó từ Ä?âu." Tor giành Electronic Frontier 2012 Foundation (EFF) giải Tiên phong.
+
+CHẤP NHẬN KHÃ?NG THAY THẾ: Orbot là cách an toàn nhất Ä?á»? sá»­ dụng Internet trên Android. Giai Ä?oạn. Orbot bá»? trả lại mã hóa giao thông của bạn nhiá»?u lần thông qua các máy tính trên toàn thế giá»?i, thay vì kết ná»?i bạn trá»±c tiếp nhÆ° VPN và proxy. Quá trình này mất lâu hÆ¡n má»?t chút, nhÆ°ng sá»± riêng tÆ° mạnh mẽ và bảo vá»? danh tính có sẵn là Ä?áng Ä?á»? chá»? Ä?ợi.
+CÃ? NHÃ?N LƯá»?T WEB: Sá»­ dụng vá»?i Orweb, cách vô danh nhất Ä?á»? truy cập bất kỳ trang web, ngay cả khi nó thÆ°á»?ng bá»? chặn, theo dõi, hoặc trên các trang web ẩn. Vào Orweb: https://goo.gl/s3mLa
+thông báo chat cá nhân: Sá»­ dụng Gibberbot vá»?i Orbot Ä?á»? trò chuyá»?n bí mật vá»?i bất cứ ai, bất cứ nÆ¡i nào miá»?n phí. vào Gibberbot: https://goo.gl/O3FfS
+BẢO MẬT cho các ứng dụng: Bất kỳ ứng dụng Ä?ược cài Ä?ặt có thá»? sá»­ dụng Tor nếu nó có má»?t tính nÄ?ng proxy, sá»­ dụng các thiết lập tìm thấy á»? Ä?ây: https://goo.gl/2OA1y Sá»­ dụng Orbot vá»?i Twitter, hoặc cá»? gắng web tin tìm kiếm vá»?i DuckDuckGo:  https://goo.gl/lgh1p
+BẢO MẬT CHO Má»?I NGƯá»?I: Tor có thá»? giúp bạn bảo mật nghiên cứu Ä?á»?i thủ cạnh tranh, có Ä?ược xung quanh khá»?i Facebook tại trÆ°á»?ng há»?c, hoặc phá vỡ má»?t bức tÆ°á»?ng lá»­a Ä?á»? xem thá»? thao tại nÆ¡i làm viá»?c.
+BẢO MẬT MADE EASY: Ki�m tra ni�m vui của chúng tôi, thông qua: https://guardianproject.info/howto/browsefreely
+Ä?ó là chính thức: Ä?ây là phiên bản chính thức của dá»?ch vụ Ä?á»?nh tuyến hành Tor cho Android.
+
+***Mode Root chuyên sâu***
+PHƯƠNG THỨC UNIVERSAL: Orbot có thá»? Ä?ược cấu hình Ä?á»? minh bạch tất cả các proxy của lÆ°u lượng truy cập Internet của bạn thông qua Tor. Bạn cÅ©ng có thá»? chá»?n các ứng dụng cụ thá»? mà bạn muá»?n sá»­ dụng thông qua Tor.
+
+***Chúng tôi Ä?ón nhận các phản há»?i***
+CHÃ?NG TÃ?I LÃ? AI?: Guardian Project là má»?t nhóm các nhà phát triá»?n phần má»?m, muá»?n tạo dá»±ng nên các ứng dụng mã nguá»?n má»?, miá»?n phí, không vụ lợi, nhằm Ä?Æ°a Ä?ến và cung cấp cho ngÆ°á»?i dùng các ứng dụng di Ä?á»?ng vá»?i mục tiêu an toàn, chá»?ng lại sá»± kiá»?m duyá»?t gắt gao do bất kỳ tá»? chức chính trá»? nào muá»?n nắm giữ viá»?c Ä?á»?c quyá»?n thông tin, hay thậm chí là muá»?n tÆ°á»?c bá»? Ä?i sá»± riêng tÆ° vá»?n có mà ngÆ°á»?i dùng mong Ä?ợi khi luôn luôn muá»?n ngÄ?n chặn và Ä?ánh cắp Ä?á»?ng thá»?i giám sát sá»± riêng tÆ° từ phía ngÆ°á»?i dùng. Chúng tôi, rất cần Ä?ến sá»± giúp Ä?ỡ chân thành từ phía các bạn. Hãy tham gia cá»?ng Ä?á»?ng Orweb Ä?á»? cùng nhau phát triá»?n hÆ¡n nữa sản phẩm này, và dÄ© nhiên, cÅ©ng là tÄ?ng quyá»?n lợi cho chính các bạn trong má»?t thế giá»?i tá»± do.
+WEBSITE: https://GuardianProject.info
+TWITTER: https://twitter.com/guardianproject
+Má»? mã nguá»?n: Orbot là phần má»?m miá»?n phí. Hãy xem mã nguá»?n của chúng tôi, hoặc tham gia vào cá»?ng Ä?á»?ng Ä?á»? làm cho nó tá»?t hÆ¡n: https://gitweb.torproject.org/orbot.git
+Vá»? Dá»° Ã?N TOR: https://TorProject.org
+THÃ?NG Ä?Iá»?P : Có phải chúng ta thiếu tính nÄ?ng yêu thích của bạn? Tìm thấy má»?t lá»?i gây phiá»?n nhiá»?u? Chúng tôi muá»?n nghe từ bạn! Gá»­i email cho chúng tôi: root@xxxxxxxxxxxxxxxxxxxx
+Trợ giúp của chúng tôi MANG ORBOT quá»?c gia của bạn: Chúng tôi Ä?ang cá»? gắng Ä?á»? có Ä?ược Orbot thành nhiá»?u ngôn ngữ càng tá»?t. Ngay bây giá»? nó trong
+Nếu Orbot không có trong ngôn ngữ của bạn nhÆ°ng, chúng tôi rất muá»?n có bạn tham gia Ä?á»?i ngÅ© dá»?ch thuật của chúng tôi: https://goo.gl/6hni4
diff --git a/metadata/vi/short_description.txt b/metadata/vi/short_description.txt
new file mode 100644
index 00000000..631776d9
--- /dev/null
+++ b/metadata/vi/short_description.txt
@@ -0,0 +1 @@
+OrbotProxy qua Tor
diff --git a/metadata/vi/title.txt b/metadata/vi/title.txt
new file mode 100644
index 00000000..631776d9
--- /dev/null
+++ b/metadata/vi/title.txt
@@ -0,0 +1 @@
+OrbotProxy qua Tor
diff --git a/setup-ant b/setup-ant
deleted file mode 100755
index fab844e1..00000000
--- a/setup-ant
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/sh
-
-set -e
-set -x
-
-if ! which android > /dev/null; then
-    if [ -z $ANDROID_HOME ]; then
-        if [ -e ~/.android/bashrc ]; then
-            . ~/.android/bashrc
-        else
-            echo "'android' not found, ANDROID_HOME must be set!"
-            exit
-        fi
-    else
-        export PATH="${ANDROID_HOME}/tools:$PATH"
-    fi
-fi
-
-# fetch target from project.properties
-eval `grep '^target=' project.properties`
-
-projectname=`sed -n 's,.*name="app_name">\(.*\)<.*,\1,p' res/values/strings.xml`
-
-android update project --path . --name $projectname --target $target --subprojects
-
-for lib in `sed -n 's,^android\.library\.reference\.[0-9][0-9]*=\(.*\),\1,p' project.properties`; do
-    android update lib-project --path $lib --target $target
-done
diff --git a/tools/check-fastlane-whitespace.py b/tools/check-fastlane-whitespace.py
new file mode 100755
index 00000000..2a1865af
--- /dev/null
+++ b/tools/check-fastlane-whitespace.py
@@ -0,0 +1,15 @@
+#!/usr/bin/env python3
+
+import glob
+import os
+
+for f in glob.glob('metadata/*/*.txt') + glob.glob('metadata/*/*/*.txt'):
+    if os.path.getsize(f) == 0:
+        os.remove(f)
+        continue
+
+    with open(f) as fp:
+        data = fp.read()
+    with open(f, 'w') as fp:
+        fp.write(data.rstrip())
+        fp.write('\n')
diff --git a/web_hi_res_512.png b/web_hi_res_512.png
deleted file mode 100644
index 2f8735c1..00000000
Binary files a/web_hi_res_512.png and /dev/null differ



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