Compare commits
No commits in common. "master" and "15.1.0-ALPHA-2" have entirely different histories.
master
...
15.1.0-ALP
|
@ -0,0 +1,13 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<classpath>
|
||||||
|
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
||||||
|
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
|
||||||
|
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
|
||||||
|
<classpathentry kind="src" path="src">
|
||||||
|
<attributes>
|
||||||
|
<attribute name="ignore_optional_problems" value="true"/>
|
||||||
|
</attributes>
|
||||||
|
</classpathentry>
|
||||||
|
<classpathentry kind="src" path="gen"/>
|
||||||
|
<classpathentry kind="output" path="bin/classes"/>
|
||||||
|
</classpath>
|
|
@ -1,49 +1,4 @@
|
||||||
# auto-generated files from Android builds
|
assets/
|
||||||
build.xml
|
|
||||||
ant.properties
|
|
||||||
default.properties
|
|
||||||
proguard.cfg
|
|
||||||
proguard-project.txt
|
|
||||||
#
|
|
||||||
releases
|
|
||||||
docs
|
|
||||||
doc
|
|
||||||
.directory
|
|
||||||
|
|
||||||
#built application files
|
|
||||||
*.apk
|
|
||||||
*.ap_
|
|
||||||
|
|
||||||
# files for the dex VM
|
|
||||||
*.dex
|
|
||||||
|
|
||||||
# Java class files
|
|
||||||
*.class
|
|
||||||
|
|
||||||
# subdirs for generated files
|
|
||||||
bin/
|
|
||||||
gen/
|
|
||||||
|
|
||||||
# Local configuration file (sdk path, etc)
|
|
||||||
local.properties
|
|
||||||
|
|
||||||
# Windows thumbnail db
|
|
||||||
Thumbs.db
|
|
||||||
|
|
||||||
# OSX files
|
|
||||||
.DS_Store
|
|
||||||
|
|
||||||
# Android Studio
|
|
||||||
*.iml
|
|
||||||
.idea/
|
|
||||||
.gradle/
|
|
||||||
build/
|
|
||||||
|
|
||||||
#tfx
|
|
||||||
.transifexrc
|
|
||||||
|
|
||||||
/external/appcompat/bin/
|
|
||||||
/external/appcompat/gen/
|
|
||||||
/external/bin/
|
/external/bin/
|
||||||
/external/include/
|
/external/include/
|
||||||
/external/*-build-stamp
|
/external/*-build-stamp
|
||||||
|
@ -58,11 +13,10 @@ native
|
||||||
libs/jtorctl.jar
|
libs/jtorctl.jar
|
||||||
local.properties
|
local.properties
|
||||||
builds
|
builds
|
||||||
external/patches/*
|
/patches/*
|
||||||
obj
|
obj
|
||||||
|
releases
|
||||||
|
|
||||||
|
# ant build products
|
||||||
app/src/main/jniLibs/
|
build.xml
|
||||||
app/src/main/libs/
|
proguard-project.txt
|
||||||
orbotservice/src/main/libs/
|
|
||||||
orbotservice/src/main/jniLibs/
|
|
||||||
|
|
|
@ -6,15 +6,35 @@
|
||||||
path = external/libevent
|
path = external/libevent
|
||||||
url = https://github.com/libevent/libevent.git
|
url = https://github.com/libevent/libevent.git
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
|
[submodule "external/jtorctl"]
|
||||||
|
path = external/jtorctl
|
||||||
|
url = https://github.com/guardianproject/jtorctl
|
||||||
|
ignore = dirty
|
||||||
[submodule "external/openssl"]
|
[submodule "external/openssl"]
|
||||||
path = external/openssl
|
path = external/openssl
|
||||||
url = https://github.com/openssl/openssl.git
|
url = git://git.openssl.org/openssl
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
[submodule "external/zstd"]
|
[submodule "external/iptables"]
|
||||||
path = external/zstd
|
path = external/iptables
|
||||||
url = https://github.com/facebook/zstd.git
|
url = git://git.netfilter.org/iptables
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
[submodule "external/xz"]
|
[submodule "external/superuser-commands"]
|
||||||
path = external/xz
|
path = external/superuser-commands
|
||||||
url = https://git.tukaani.org/xz.git
|
url = https://github.com/dschuermann/superuser-commands.git
|
||||||
|
ignore = dirty
|
||||||
|
[submodule "external/polipo"]
|
||||||
|
path = external/polipo
|
||||||
|
url = https://github.com/jech/polipo.git
|
||||||
|
ignore = dirty
|
||||||
|
[submodule "external/badvpn"]
|
||||||
|
path = external/badvpn
|
||||||
|
url = https://github.com/guardianproject/badvpn.git
|
||||||
|
ignore = dirty
|
||||||
|
[submodule "external/pluto"]
|
||||||
|
path = external/pluto
|
||||||
|
url = https://github.com/guardianproject/pluto.git
|
||||||
|
ignore = dirty
|
||||||
|
[submodule "external/jsocks"]
|
||||||
|
path = external/jsocks
|
||||||
|
url = https://github.com/guardianproject/jsocks.git
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<classpath>
|
||||||
|
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/>
|
||||||
|
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.WebProject">
|
||||||
|
<attributes>
|
||||||
|
<attribute name="hide" value="true"/>
|
||||||
|
</attributes>
|
||||||
|
</classpathentry>
|
||||||
|
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/>
|
||||||
|
<classpathentry kind="output" path=""/>
|
||||||
|
</classpath>
|
|
@ -0,0 +1 @@
|
||||||
|
org.eclipse.wst.jsdt.launching.baseBrowserLibrary
|
|
@ -0,0 +1 @@
|
||||||
|
Window
|
|
@ -0,0 +1,23 @@
|
||||||
|
[main]
|
||||||
|
host = https://www.transifex.com
|
||||||
|
lang_map = af_ZA: af-rZA, am_ET: am-rET, ar_AE: ar-rAE, ar_BH: ar-rBH, ar_DZ: ar-rDZ, ar_EG: ar-rEG, ar_IQ: ar-rIQ, ar_JO: ar-rJO, ar_KW: ar-rKW, ar_LB: ar-rLB, ar_LY: ar-rLY, ar_MA: ar-rMA, ar_OM: ar-rOM, ar_QA: ar-rQA, ar_SA: ar-rSA, ar_SY: ar-rSY, ar_TN: ar-rTN, ar_YE: ar-rYE, arn_CL: arn-rCL, as_IN: as-rIN, az_AZ: az-rAZ, ba_RU: ba-rRU, be_BY: be-rBY, bg_BG: bg-rBG, bn_BD: bn-rBD, bn_IN: bn-rIN, bo_CN: bo-rCN, br_FR: br-rFR, bs_BA: bs-rBA, ca_ES: ca-rES, co_FR: co-rFR, cs_CZ: cs-rCZ, cy_GB: cy-rGB, da_DK: da-rDK, de_AT: de-rAT, de_CH: de-rCH, de_DE: de-rDE, de_LI: de-rLI, de_LU: de-rLU, dsb_DE: dsb-rDE, dv_MV: dv-rMV, el_GR: el-rGR, en_AU: en-rAU, en_BZ: en-rBZ, en_CA: en-rCA, en_GB: en-rGB, en_IE: en-rIE, en_IN: en-rIN, en_JM: en-rJM, en_MY: en-rMY, en_NZ: en-rNZ, en_PH: en-rPH, en_SG: en-rSG, en_TT: en-rTT, en_US: en-rUS, en_ZA: en-rZA, en_ZW: en-rZW, es_AR: es-rAR, es_BO: es-rBO, es_CL: es-rCL, es_CO: es-rCO, es_CR: es-rCR, es_DO: es-rDO, es_EC: es-rEC, es_ES: es-rES, es_GT: es-rGT, es_HN: es-rHN, es_MX: es-rMX, es_NI: es-rNI, es_PA: es-rPA, es_PE: es-rPE, es_PR: es-rPR, es_PY: es-rPY, es_SV: es-rSV, es_US: es-rUS, es_UY: es-rUY, es_VE: es-rVE, et_EE: et-rEE, eu_ES: eu-rES, fa_IR: fa-rIR, fi_FI: fi-rFI, fil: tl, fil_PH: tl-rPH, fo_FO: fo-rFO, fr_BE: fr-rBE, fr_CA: fr-rCA, fr_CH: fr-rCH, fr_FR: fr-rFR, fr_LU: fr-rLU, fr_MC: fr-rMC, fy_NL: fy-rNL, ga_IE: ga-rIE, gd_GB: gd-rGB, gl_ES: gl-rES, gsw_FR: gsw-rFR, gu_IN: gu-rIN, ha_NG: ha-rNG, he: iw, he_IL: iw-rIL, hi_IN: hi-rIN, hr_BA: hr-rBA, hr_HR: hr-rHR, hsb_DE: hsb-rDE, hu_HU: hu-rHU, hy_AM: hy-rAM, id: in, id_ID: in-rID, ig_NG: ig-rNG, ii_CN: ii-rCN, is_IS: is-rIS, it_CH: it-rCH, it_IT: it-rIT, iu_CA: iu-rCA, ja_JP: ja-rJP, ka_GE: ka-rGE, kk_KZ: kk-rKZ, kl_GL: kl-rGL, km_KH: km-rKH, kn_IN: kn-rIN, ko_KR: ko-rKR, kok_IN: kok-rIN, ky_KG: ky-rKG, lb_LU: lb-rLU, lo_LA: lo-rLA, lt_LT: lt-rLT, lv_LV: lv-rLV, mi_NZ: mi-rNZ, mk_MK: mk-rMK, ml_IN: ml-rIN, mn_CN: mn-rCN, mn_MN: mn-rMN, moh_CA: moh-rCA, mr_IN: mr-rIN, ms_BN: ms-rBN, ms_MY: ms-rMY, mt_MT: mt-rMT, nb_NO: nb-rNO, ne_NP: ne-rNP, nl_BE: nl-rBE, nl_NL: nl-rNL, nn_NO: nn-rNO, nso_ZA: nso-rZA, oc_FR: oc-rFR, or_IN: or-rIN, pa_IN: pa-rIN, pl_PL: pl-rPL, prs_AF: prs-rAF, ps_AF: ps-rAF, pt_BR: pt-rBR, pt_PT: pt-rPT, qut_GT: qut-rGT, quz_BO: quz-rBO, quz_EC: quz-rEC, quz_PE: quz-rPE, rm_CH: rm-rCH, ro_RO: ro-rRO, ru_RU: ru-rRU, rw_RW: rw-rRW, sa_IN: sa-rIN, sah_RU: sah-rRU, se_FI: se-rFI, se_NO: se-rNO, se_SE: se-rSE, si_LK: si-rLK, sk_SK: sk-rSK, sl_SI: sl-rSI, sma_NO: sma-rNO, sma_SE: sma-rSE, smj_NO: smj-rNO, smj_SE: smj-rSE, smn_FI: smn-rFI, sms_FI: sms-rFI, sq_AL: sq-rAL, sr: sr, sv_FI: sv-rFI, sv_SE: sv-rSE, sw_KE: sw-rKE, syr_SY: syr-rSY, ta_IN: ta-rIN, te_IN: te-rIN, tg_TJ: tg-rTJ, th_TH: th-rTH, tk_TM: tk-rTM, tn_ZA: tn-rZA, tr_TR: tr-rTR, tt_RU: tt-rRU, tzm_DZ: tzm-rDZ, ug_CN: ug-rCN, uk_UA: uk-rUA, ur_PK: ur-rPK, uz_UZ: uz-rUZ, vi_VN: vi-rVN, wo_SN: wo-rSN, xh_ZA: xh-rZA, yo_NG: yo-rNG, zh: zh-rCN, zh_HK: zh-rHK, zh_MO: zh-rMO, zh_SG: zh-rSG, zh_TW: zh-rTW, zu_ZA: zu-rZA
|
||||||
|
|
||||||
|
[orbot.stringsxml]
|
||||||
|
file_filter = res/values-<lang>/strings.xml
|
||||||
|
host = https://www.transifex.com
|
||||||
|
source_file = res/values/strings.xml
|
||||||
|
source_lang = en
|
||||||
|
type = ANDROID
|
||||||
|
|
||||||
|
[orbot.description]
|
||||||
|
file_filter = description/<lang>.xlf
|
||||||
|
host = https://www.transifex.com
|
||||||
|
source_file = description/source.xlf
|
||||||
|
source_lang = en
|
||||||
|
type = XLIFF
|
||||||
|
|
||||||
|
[orbot.olddescription]
|
||||||
|
file_filter = releases/assets/<lang>-description.txt
|
||||||
|
host = https://www.transifex.com
|
||||||
|
source_file = releases/assets/description.txt
|
||||||
|
source_lang = en
|
|
@ -0,0 +1,131 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
package="org.torproject.android"
|
||||||
|
android:versionName="15.1.0-ALPHA-2"
|
||||||
|
android:versionCode="15100002"
|
||||||
|
android:installLocation="auto"
|
||||||
|
>
|
||||||
|
|
||||||
|
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="23"/>
|
||||||
|
<permission android:name="org.torproject.android.MANAGE_TOR"
|
||||||
|
android:label="@string/permission_manage_tor_label"
|
||||||
|
android:description="@string/permission_manage_tor_description"
|
||||||
|
android:protectionLevel="signature"/>
|
||||||
|
|
||||||
|
<uses-permission android:name="org.torproject.android.MANAGE_TOR"/>
|
||||||
|
<uses-permission android:name="android.permission.INTERNET"/>
|
||||||
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
|
||||||
|
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
|
||||||
|
|
||||||
|
<application android:name="org.torproject.android.OrbotApp" android:icon="@drawable/ic_launcher"
|
||||||
|
android:label="@string/app_name"
|
||||||
|
android:description="@string/app_description"
|
||||||
|
android:configChanges="locale|orientation|screenSize"
|
||||||
|
android:theme="@style/CustomActionBarTheme"
|
||||||
|
android:allowBackup="false"
|
||||||
|
android:allowClearUserData="true"
|
||||||
|
android:persistent="true"
|
||||||
|
android:stopWithTask="false"
|
||||||
|
android:largeHeap="false"
|
||||||
|
>
|
||||||
|
|
||||||
|
<activity android:name=".OrbotMainActivity"
|
||||||
|
android:configChanges="orientation|screenSize"
|
||||||
|
android:excludeFromRecents="true"
|
||||||
|
android:launchMode="singleTop"
|
||||||
|
>
|
||||||
|
<intent-filter>
|
||||||
|
<action android:name="android.intent.action.MAIN" />
|
||||||
|
<category android:name="android.intent.category.LAUNCHER" />
|
||||||
|
</intent-filter>
|
||||||
|
|
||||||
|
<intent-filter>
|
||||||
|
<action android:name="android.intent.action.VIEW" />
|
||||||
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
|
<category android:name="android.intent.category.BROWSABLE" />
|
||||||
|
<data android:scheme="bridge" />
|
||||||
|
</intent-filter>
|
||||||
|
|
||||||
|
<intent-filter>
|
||||||
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
|
<action android:name="org.torproject.android.REQUEST_HS_PORT" />
|
||||||
|
</intent-filter>
|
||||||
|
<intent-filter>
|
||||||
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
|
<action android:name="org.torproject.android.START_TOR" />
|
||||||
|
</intent-filter>
|
||||||
|
|
||||||
|
</activity>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
This is for ensuring the background service still runs when/if the app is swiped away
|
||||||
|
-->
|
||||||
|
<activity
|
||||||
|
android:name=".service.DummyActivity"
|
||||||
|
android:theme="@android:style/Theme.Translucent"
|
||||||
|
android:enabled="true"
|
||||||
|
android:allowTaskReparenting="true"
|
||||||
|
android:noHistory="true"
|
||||||
|
android:excludeFromRecents="true"
|
||||||
|
android:alwaysRetainTaskState="false"
|
||||||
|
android:stateNotNeeded="true"
|
||||||
|
android:clearTaskOnLaunch="true"
|
||||||
|
android:finishOnTaskLaunch="true"
|
||||||
|
|
||||||
|
/>
|
||||||
|
|
||||||
|
<activity
|
||||||
|
android:name=".vpn.VPNEnableActivity" android:label="@string/app_name" android:exported="false"
|
||||||
|
android:theme="@android:style/Theme.Translucent"
|
||||||
|
/>
|
||||||
|
|
||||||
|
|
||||||
|
<activity android:name="org.torproject.android.ui.PromoAppsActivity" android:exported="false"/>
|
||||||
|
|
||||||
|
|
||||||
|
<activity android:name=".settings.SettingsPreferences" android:label="@string/app_name"/>
|
||||||
|
<activity android:name=".settings.AppManager" android:label="@string/app_name"/>
|
||||||
|
|
||||||
|
<service
|
||||||
|
android:name=".service.TorService"
|
||||||
|
android:enabled="true"
|
||||||
|
android:permission="org.torproject.android.MANAGE_TOR"
|
||||||
|
android:stopWithTask="false" >
|
||||||
|
</service>
|
||||||
|
|
||||||
|
<receiver
|
||||||
|
android:name=".service.StartTorReceiver"
|
||||||
|
android:exported="true">
|
||||||
|
<intent-filter>
|
||||||
|
<action android:name="org.torproject.android.intent.action.START" />
|
||||||
|
</intent-filter>
|
||||||
|
</receiver>
|
||||||
|
|
||||||
|
<receiver android:name="org.torproject.android.service.OnBootReceiver"
|
||||||
|
android:enabled="true" android:exported="true"
|
||||||
|
|
||||||
|
>
|
||||||
|
<intent-filter>
|
||||||
|
<action android:name="android.intent.action.BOOT_COMPLETED" />
|
||||||
|
<category android:name="android.intent.category.HOME" />
|
||||||
|
</intent-filter>
|
||||||
|
<intent-filter>
|
||||||
|
<action android:name="android.intent.action.QUICKBOOT_POWERON" />
|
||||||
|
<category android:name="android.intent.category.HOME" />
|
||||||
|
</intent-filter>
|
||||||
|
<intent-filter>
|
||||||
|
<action android:name="android.intent.action.MEDIA_MOUNTED"/>
|
||||||
|
<category android:name="android.intent.category.HOME" />
|
||||||
|
</intent-filter>
|
||||||
|
</receiver>
|
||||||
|
|
||||||
|
|
||||||
|
<service android:name="org.torproject.android.vpn.OrbotVpnService"
|
||||||
|
android:permission="android.permission.BIND_VPN_SERVICE">
|
||||||
|
<intent-filter>
|
||||||
|
<action android:name="android.net.VpnService"/>
|
||||||
|
</intent-filter>
|
||||||
|
</service>
|
||||||
|
|
||||||
|
</application>
|
||||||
|
</manifest>
|
66
BUILD
66
BUILD
|
@ -8,38 +8,84 @@ Orbot includes, in the external directory, git repo submodules of:
|
||||||
- LibEvent
|
- LibEvent
|
||||||
- JTorControl: The Tor Control Library for Java
|
- JTorControl: The Tor Control Library for Java
|
||||||
|
|
||||||
|
The Orbot repo also includes the Polipo source code of a recent stable release.
|
||||||
|
|
||||||
Please install the following prerequisites (instructions for each follows):
|
Please install the following prerequisites (instructions for each follows):
|
||||||
ant: http://ant.apache.org/
|
ant: http://ant.apache.org/
|
||||||
Android Native Dev Kit or NDK (for C/C++ code):
|
Android Native Dev Kit or NDK (for C/C++ code):
|
||||||
http://developer.android.com/sdk/ndk/index.html
|
http://developer.android.com/sdk/ndk/index.html
|
||||||
Android Software Dev Kit or SDK (for Java code):
|
Android Software Dev Kit or SDK (for Java code):
|
||||||
http://developer.android.com/sdk/index.html
|
http://developer.android.com/sdk/index.html
|
||||||
AutoMake and AutoConf tool
|
|
||||||
sudo apt-get install autotools-dev
|
|
||||||
sudo apt-get install automake
|
|
||||||
sudo apt-get install autogen autoconf libtool gettext-base autopoint
|
|
||||||
|
|
||||||
You will need to run the 'android' command in the SDK to install the necessary
|
You will need to run the 'android' command in the SDK to install the necessary
|
||||||
Android platform supports (ICS 4.x or android-15)
|
Android platform supports (ICS 4.x or android-15)
|
||||||
|
|
||||||
Be sure that you have all of the git submodules up-to-date:
|
Be sure that you have all of the git submodules up-to-date:
|
||||||
|
|
||||||
./tor-droid-make.sh fetch
|
git submodule update --init --recursive
|
||||||
|
|
||||||
To begin building, from the Orbot root directory, it builds all submodules and
|
To begin building, from the Orbot root directory, you first need to build all
|
||||||
the project.
|
external C/native dependencies:
|
||||||
|
|
||||||
./tor-droid-make.sh build
|
export ANDROID_NDK_HOME={PATH TO YOUR NDK INSTALL}
|
||||||
|
make -C external
|
||||||
|
|
||||||
|
At this point, you'll have Tor and Polipo binaries that can be run on an
|
||||||
|
Android handset. You can verify the ARM binary was properly built using the
|
||||||
|
following command:
|
||||||
|
|
||||||
|
file external/bin/tor external/bin/polipo
|
||||||
|
|
||||||
|
You should see something like:
|
||||||
|
external/bin/tor: ELF 32-bit LSB executable, ARM, version 1 (SYSV),
|
||||||
|
dynamically linked (uses shared libs), not stripped
|
||||||
|
external/bin/polipo: ELF 32-bit LSB executable, ARM, version 1 (SYSV),
|
||||||
|
dynamically linked (uses shared libs), not stripped
|
||||||
|
|
||||||
|
This isn't enough though and we'll now sew up the binary into a small package
|
||||||
|
that will handle basic Tor controlling features.
|
||||||
|
|
||||||
|
android update project --name Orbot --target android-15 --path .
|
||||||
|
|
||||||
|
Now you need to split and copy the tor binary into external/bin. We split it
|
||||||
|
into < 1M chunks because some Android devices don't like resources larger than
|
||||||
|
1M.
|
||||||
|
split --bytes=1m ./external/tor/src/or/tor ./external/bin/tor
|
||||||
|
|
||||||
Now build the Android app
|
Now build the Android app
|
||||||
|
|
||||||
(gradle / android studio instructions here)
|
./setup-ant
|
||||||
|
ant release
|
||||||
|
|
||||||
This will produce an unsigned Tor package APK.
|
This will produce an unsigned Tor package in ./bin/Orbot-unsigned.apk!
|
||||||
|
|
||||||
To produce a usable package, you'll need to sign the .apk. The basics on
|
To produce a usable package, you'll need to sign the .apk. The basics on
|
||||||
signing can be found on the Android developer site:
|
signing can be found on the Android developer site:
|
||||||
|
|
||||||
http://developer.android.com/guide/publishing/app-signing.html
|
http://developer.android.com/guide/publishing/app-signing.html
|
||||||
|
|
||||||
|
The three steps are quite simple. First, you'll generate a key. Secondly,
|
||||||
|
you'll sign the application. Thirdly, you'll verify the the apk.
|
||||||
|
|
||||||
|
Generating a signing key:
|
||||||
|
|
||||||
|
keytool -genkey -v -keystore my-release-key.keystore \
|
||||||
|
-alias orbots_key -keyalg RSA -validity 10000
|
||||||
|
|
||||||
|
Sign the apk:
|
||||||
|
|
||||||
|
jarsigner -verbose -keystore my-release-key.keystore \
|
||||||
|
bin/Orbot-unsigned.apk orbots_key
|
||||||
|
|
||||||
|
Verify the signature for the apk:
|
||||||
|
|
||||||
|
jarsigner -verify bin/Orbot-unsigned.apk
|
||||||
|
mv bin/Orbot-unsigned.apk bin/Orbot-signed-alpha.apk
|
||||||
|
|
||||||
|
You can also GPG sign the apk and generate an .asc:
|
||||||
|
|
||||||
|
gpg -ab Orbot-signed-alpha.apk
|
||||||
|
|
||||||
|
Now you should have a fully signed and production ready alpha release of Orbot!
|
||||||
|
Give bin/Orbot-signed-alpha.apk an install and send us bug reports!
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,40 @@
|
||||||
|
|
||||||
|
Orbot: Android Onion Routing Robot
|
||||||
|
***********************************************
|
||||||
|
Android is a freely licensed open-source application developed for the
|
||||||
|
Android platform. It acts as a front-end to the Tor binary application,
|
||||||
|
and also provides an HTTP Proxy for connecting web browsers and other
|
||||||
|
HTTP client applications into the Tor SOCKS interface.
|
||||||
|
|
||||||
|
*** PreReqs ***
|
||||||
|
You need the Android Developer SDK to compile and build the APK file:
|
||||||
|
http://developer.android.com/
|
||||||
|
The project files including in this distribution are meant to be used
|
||||||
|
with Eclipse: http://eclipse.org/
|
||||||
|
|
||||||
|
*** How to use ***
|
||||||
|
Currently, Orbot will work with any application that supports using
|
||||||
|
an HTTP or SOCKS Proxy. Once you start Tor using Orbot, you can then
|
||||||
|
point your application to HTTP port 8118 or SOCKS port 9050 on localhost
|
||||||
|
IP 127.0.0.1.
|
||||||
|
|
||||||
|
If you have root access, and a version of Android with iptables that
|
||||||
|
supports the netfilter owner module, then Orbot can setup transparent
|
||||||
|
proxying for any application.
|
||||||
|
|
||||||
|
Finally, Firefox on Android is available, and we have released an
|
||||||
|
add-on named ProxyMob for configuring SOCKS proxy settings for use
|
||||||
|
with the local Tor socks proxy.
|
||||||
|
|
||||||
|
** A Few Notes **
|
||||||
|
|
||||||
|
To ensure you are connected to the Tor network, you should browse to
|
||||||
|
https://check.torproject.org/
|
||||||
|
|
||||||
|
The first time you activate Orbot, it may take a while to connect to
|
||||||
|
Tor. Check the message log to ensure you are "100% Bootstrapped".
|
||||||
|
|
||||||
|
***********************************************
|
||||||
|
|
||||||
|
/* Copyright (c) 2009,2010,2011, Nathan Freitas, The Guardian Project
|
||||||
|
* http://guardianproject.info/ */
|
64
LICENSE
64
LICENSE
|
@ -41,41 +41,6 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
*****
|
|
||||||
|
|
||||||
===============================================================================
|
|
||||||
Orbot includes the Obfs4 pluggable transport:
|
|
||||||
https://gitweb.torproject.org/pluggable-transports/obfs4.git
|
|
||||||
|
|
||||||
Copyright (c) 2014, Yawning Angel <yawning at torproject dot org>
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
|
||||||
modification, are permitted provided that the following conditions are met:
|
|
||||||
|
|
||||||
* Redistributions of source code must retain the above copyright notice,
|
|
||||||
this list of conditions and the following disclaimer.
|
|
||||||
|
|
||||||
* Redistributions in binary form must reproduce the above copyright notice,
|
|
||||||
this list of conditions and the following disclaimer in the documentation
|
|
||||||
and/or other materials provided with the distribution.
|
|
||||||
|
|
||||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
||||||
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
||||||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
||||||
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
|
|
||||||
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
||||||
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
||||||
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
||||||
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
||||||
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
||||||
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
||||||
POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
===============================================================================
|
|
||||||
|
|
||||||
|
|
||||||
*****
|
|
||||||
|
|
||||||
*****
|
*****
|
||||||
Orbot contains a binary distribution of Privoxy (http://www.privoxy.org/)
|
Orbot contains a binary distribution of Privoxy (http://www.privoxy.org/)
|
||||||
Copyright © 2001-2010 by Privoxy Developers <ijbswa-developers@lists.sourceforge.net>
|
Copyright © 2001-2010 by Privoxy Developers <ijbswa-developers@lists.sourceforge.net>
|
||||||
|
@ -193,32 +158,3 @@ is explicitely stated in the header of every file.
|
||||||
The GPL also contains some obligations. If you distribute netfilter/iptables code
|
The GPL also contains some obligations. If you distribute netfilter/iptables code
|
||||||
in binary form, you have to offer the source code, too.
|
in binary form, you have to offer the source code, too.
|
||||||
===============================================================================
|
===============================================================================
|
||||||
|
|
||||||
===============================================================================
|
|
||||||
Orbot also includes BadVPN tun2socks: https://github.com/ambrop72/badvpn
|
|
||||||
|
|
||||||
Copyright (c) 2009, Ambroz Bizjak <ambrop7@gmail.com>
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
|
||||||
modification, are permitted provided that the following conditions are met:
|
|
||||||
* Redistributions of source code must retain the above copyright
|
|
||||||
notice, this list of conditions and the following disclaimer.
|
|
||||||
* Redistributions in binary form must reproduce the above copyright
|
|
||||||
notice, this list of conditions and the following disclaimer in the
|
|
||||||
documentation and/or other materials provided with the distribution.
|
|
||||||
* Neither the name of the author nor the
|
|
||||||
names of its contributors may be used to endorse or promote products
|
|
||||||
derived from this software without specific prior written permission.
|
|
||||||
|
|
||||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
||||||
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
||||||
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
||||||
DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
|
|
||||||
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
||||||
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
||||||
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
||||||
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
||||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
||||||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
===============================================================================
|
|
||||||
|
|
38
README
38
README
|
@ -1,28 +1,15 @@
|
||||||
|
|
||||||
Tor Android
|
Orbot: Android Onion Routing Robot
|
||||||
***********************************************
|
***********************************************
|
||||||
This is a project forked from Orbot for building the tor binary for Android
|
Orbot is a freely licensed open-source application developed for the
|
||||||
|
Android platform. It acts as a front-end to the Tor binary application,
|
||||||
|
and also provides an HTTP Proxy for connecting web browsers and other
|
||||||
|
HTTP client applications into the Tor SOCKS interface.
|
||||||
|
|
||||||
How to Build
|
|
||||||
***********************************************
|
***********************************************
|
||||||
Please see: https://raw.githubusercontent.com/n8fr8/tor-android/master/BUILD
|
Orbot is a component of the Guardian Project, an effort to develop
|
||||||
|
a secure, anonymous smartphone for use by human rights activists, journalists
|
||||||
How to Use via Gradle
|
and others around the world. Learn more: https://guardianproject.info/
|
||||||
***********************************************
|
|
||||||
|
|
||||||
Add the repository your list as shown:
|
|
||||||
|
|
||||||
repositories {
|
|
||||||
maven { url "https://raw.githubusercontent.com/guardianproject/gpmaven/master" }
|
|
||||||
}
|
|
||||||
|
|
||||||
and then add the dependency, setting it to the latest version (or any version) we have made available, as a release:
|
|
||||||
|
|
||||||
dependencies {
|
|
||||||
compile 'org.torproject:tor-android-binary:0.3.1.9'
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
***********************************************
|
***********************************************
|
||||||
Tor protects your privacy on the internet by hiding the connection
|
Tor protects your privacy on the internet by hiding the connection
|
||||||
|
@ -34,3 +21,12 @@ Tor Frequently Asked Questions:
|
||||||
https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ
|
https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ
|
||||||
https://www.torproject.org/faq.html.en
|
https://www.torproject.org/faq.html.en
|
||||||
|
|
||||||
|
***********************************************
|
||||||
|
/* Copyright (c) 2009-2013, Nathan Freitas, The Guardian Project
|
||||||
|
* https://guardianproject.info/ */
|
||||||
|
|
||||||
|
*****
|
||||||
|
|
||||||
|
Some icons thanks to:
|
||||||
|
https://drslash.com/flat-osx-pack/
|
||||||
|
FLAT OS by DrSlash.com is licensed under a Creative Commons Attribution – NonCommercial 4.0 International License.
|
||||||
|
|
|
@ -0,0 +1,46 @@
|
||||||
|
<!-- Proguard Properties -->
|
||||||
|
<property name="obfuscate.dir" value="obf" />
|
||||||
|
<property name="obfuscate.absolute.dir" location="${obfuscate.dir}" />
|
||||||
|
<property name="android-jar-preobfuscate" value="${obfuscate.absolute.dir}/original.jar" />
|
||||||
|
<property name="android-jar-postobfuscate" value="${obfuscate.absolute.dir}/postobf.jar" />
|
||||||
|
<property name="out.dex.input.absolute.dir" value="${android-jar-postobfuscate}" />
|
||||||
|
|
||||||
|
<!-- replaces the post-compile step from ant_rules_r3 -->
|
||||||
|
<target name="-post-compile" depends="-dex-obfuscate,-dex-no-obfuscate">
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<target name="-dex-no-obfuscate" unless="build.mode.release">
|
||||||
|
<mkdir dir="${obfuscate.absolute.dir}" />
|
||||||
|
<jar basedir="${out.dir}/classes" destfile="${android-jar-postobfuscate}" />
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<!-- Converts this project's .class files into .dex files -->
|
||||||
|
<target name="-dex-obfuscate" if="build.mode.release">
|
||||||
|
<property name="proguard-jar" value="${proguard.dir}/proguard.jar" />
|
||||||
|
<property name="proguard-conf.dir" value="" />
|
||||||
|
<property name="proguard-conf.absolute.dir" location="${proguard-conf.dir}" />
|
||||||
|
<property name="proguard-conf" value="${proguard-conf.absolute.dir}/procfg.txt" />
|
||||||
|
<path id="fullclasspath">
|
||||||
|
<path refid="android.target.classpath"/>
|
||||||
|
<pathelement path="${external.libs.dir}"/>
|
||||||
|
</path>
|
||||||
|
<property name="libraryjarpath" refid="fullclasspath"/>
|
||||||
|
<!-- Add Proguard Task -->
|
||||||
|
<taskdef resource="proguard/ant/task.properties" classpath="${proguard-jar}" />
|
||||||
|
|
||||||
|
<mkdir dir="${obfuscate.absolute.dir}" />
|
||||||
|
<delete file="${android-jar-preobfuscate}"/>
|
||||||
|
<delete file="${android-jar-postobfuscate}"/>
|
||||||
|
<jar basedir="${out.classes.dir}" destfile="${android-jar-preobfuscate}" />
|
||||||
|
<proguard>
|
||||||
|
@${proguard-conf}
|
||||||
|
-injars ${android-jar-preobfuscate}
|
||||||
|
-outjars ${android-jar-postobfuscate}
|
||||||
|
-libraryjars ${libraryjarpath}
|
||||||
|
-dump ${obfuscate.absolute.dir}/dump.txt
|
||||||
|
-printseeds ${obfuscate.absolute.dir}/seeds.txt
|
||||||
|
-printusage ${obfuscate.absolute.dir}/usage.txt
|
||||||
|
-printmapping ${obfuscate.absolute.dir}/mapping.txt
|
||||||
|
</proguard>
|
||||||
|
</target>
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
Manifest-Version: 1.0
|
||||||
|
Sealed: true
|
||||||
|
|
17
build.gradle
17
build.gradle
|
@ -1,17 +0,0 @@
|
||||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
||||||
buildscript {
|
|
||||||
repositories {
|
|
||||||
google()
|
|
||||||
jcenter()
|
|
||||||
}
|
|
||||||
dependencies {
|
|
||||||
classpath 'com.android.tools.build:gradle:3.2.0'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
allprojects {
|
|
||||||
repositories {
|
|
||||||
google()
|
|
||||||
jcenter()
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -0,0 +1,92 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project name="Orbot" default="help">
|
||||||
|
|
||||||
|
<!-- The local.properties file is created and updated by the 'android' tool.
|
||||||
|
It contains the path to the SDK. It should *NOT* be checked into
|
||||||
|
Version Control Systems. -->
|
||||||
|
<property file="local.properties" />
|
||||||
|
|
||||||
|
<!-- The ant.properties file can be created by you. It is only edited by the
|
||||||
|
'android' tool to add properties to it.
|
||||||
|
This is the place to change some Ant specific build properties.
|
||||||
|
Here are some properties you may want to change/update:
|
||||||
|
|
||||||
|
source.dir
|
||||||
|
The name of the source directory. Default is 'src'.
|
||||||
|
out.dir
|
||||||
|
The name of the output directory. Default is 'bin'.
|
||||||
|
|
||||||
|
For other overridable properties, look at the beginning of the rules
|
||||||
|
files in the SDK, at tools/ant/build.xml
|
||||||
|
|
||||||
|
Properties related to the SDK location or the project target should
|
||||||
|
be updated using the 'android' tool with the 'update' action.
|
||||||
|
|
||||||
|
This file is an integral part of the build system for your
|
||||||
|
application and should be checked into Version Control Systems.
|
||||||
|
|
||||||
|
-->
|
||||||
|
<property file="ant.properties" />
|
||||||
|
|
||||||
|
<!-- if sdk.dir was not set from one of the property file, then
|
||||||
|
get it from the ANDROID_HOME env var.
|
||||||
|
This must be done before we load project.properties since
|
||||||
|
the proguard config can use sdk.dir -->
|
||||||
|
<property environment="env" />
|
||||||
|
<condition property="sdk.dir" value="${env.ANDROID_HOME}">
|
||||||
|
<isset property="env.ANDROID_HOME" />
|
||||||
|
</condition>
|
||||||
|
|
||||||
|
<!-- The project.properties file is created and updated by the 'android'
|
||||||
|
tool, as well as ADT.
|
||||||
|
|
||||||
|
This contains project specific properties such as project target, and library
|
||||||
|
dependencies. Lower level build properties are stored in ant.properties
|
||||||
|
(or in .classpath for Eclipse projects).
|
||||||
|
|
||||||
|
This file is an integral part of the build system for your
|
||||||
|
application and should be checked into Version Control Systems. -->
|
||||||
|
<loadproperties srcFile="project.properties" />
|
||||||
|
|
||||||
|
<!-- quick check on sdk.dir -->
|
||||||
|
<fail
|
||||||
|
message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through the ANDROID_HOME environment variable."
|
||||||
|
unless="sdk.dir"
|
||||||
|
/>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Import per project custom build rules if present at the root of the project.
|
||||||
|
This is the place to put custom intermediary targets such as:
|
||||||
|
-pre-build
|
||||||
|
-pre-compile
|
||||||
|
-post-compile (This is typically used for code obfuscation.
|
||||||
|
Compiled code location: ${out.classes.absolute.dir}
|
||||||
|
If this is not done in place, override ${out.dex.input.absolute.dir})
|
||||||
|
-post-package
|
||||||
|
-post-build
|
||||||
|
-pre-clean
|
||||||
|
-->
|
||||||
|
<import file="custom_rules.xml" optional="true" />
|
||||||
|
|
||||||
|
<!-- Import the actual build file.
|
||||||
|
|
||||||
|
To customize existing targets, there are two options:
|
||||||
|
- Customize only one target:
|
||||||
|
- copy/paste the target into this file, *before* the
|
||||||
|
<import> task.
|
||||||
|
- customize it to your needs.
|
||||||
|
- Customize the whole content of build.xml
|
||||||
|
- copy/paste the content of the rules files (minus the top node)
|
||||||
|
into this file, replacing the <import> task.
|
||||||
|
- customize to your needs.
|
||||||
|
|
||||||
|
***********************
|
||||||
|
****** IMPORTANT ******
|
||||||
|
***********************
|
||||||
|
In all cases you must update the value of version-tag below to read 'custom' instead of an integer,
|
||||||
|
in order to avoid having your file be overridden by tools such as "android update project"
|
||||||
|
-->
|
||||||
|
<!-- version-tag: 1 -->
|
||||||
|
<import file="${sdk.dir}/tools/ant/build.xml" />
|
||||||
|
|
||||||
|
</project>
|
|
@ -0,0 +1,62 @@
|
||||||
|
#!/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
|
|
@ -0,0 +1,57 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project>
|
||||||
|
|
||||||
|
<target name="-getgitdetails" >
|
||||||
|
<exec executable="git" outputproperty="git.describe">
|
||||||
|
<arg value="describe"/>
|
||||||
|
</exec>
|
||||||
|
<exec executable="git" outputproperty="git.revision">
|
||||||
|
<arg value="rev-parse"/>
|
||||||
|
<arg value="HEAD"/>
|
||||||
|
</exec>
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<target name="rename-release-with-version-number" depends="-getgitdetails">
|
||||||
|
<xmlproperty file="AndroidManifest.xml"
|
||||||
|
prefix="themanifest"
|
||||||
|
collapseAttributes="true"/>
|
||||||
|
<!-- see ${sdk.dir}/tools/ant/build.xml -set-release-mode -->
|
||||||
|
<property name="out.packaged.file"
|
||||||
|
location="${out.absolute.dir}/${ant.project.name}-v${git.describe}-unsigned.apk" />
|
||||||
|
<property name="out.final.file"
|
||||||
|
location="${out.absolute.dir}/${ant.project.name}-v${git.describe}.apk" />
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<target name="-set-release-mode"
|
||||||
|
depends="rename-release-with-version-number,android_rules.-set-release-mode">
|
||||||
|
<echo message="target: ${build.target}"></echo>
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<target name="-post-package" depends="-getgitdetails">
|
||||||
|
<property file="${sdk.dir}/tools/source.properties"/>
|
||||||
|
<property name="meta.inf.dir" value="${out.dir}/META-INF"/>
|
||||||
|
<property name="build.manifest.file" value="${meta.inf.dir}/BUILD.MF"/>
|
||||||
|
<mkdir dir="${meta.inf.dir}"/>
|
||||||
|
<manifest file="${build.manifest.file}">
|
||||||
|
<attribute name="Implementation-Package-Name" value="${themanifest.manifest.package}"/>
|
||||||
|
<attribute name="Implementation-Version-Name" value="${themanifest.manifest.android:versionName}"/>
|
||||||
|
<attribute name="Implementation-Version-Code" value="${themanifest.manifest.android:versionCode}"/>
|
||||||
|
<attribute name="Git-Revision" value="${git.revision}"/>
|
||||||
|
<attribute name="Android-SDK-Release" value="${Pkg.Revision}"/>
|
||||||
|
<attribute name="Android-SDK-Host-OS" value="${Archive.HostOs}"/>
|
||||||
|
<attribute name="Android-SDK-aapt" value="${aapt}"/>
|
||||||
|
<attribute name="Android-SDK-zipalign" value="${zipalign}"/>
|
||||||
|
</manifest>
|
||||||
|
<condition property="build.is.debug" value="true" else="false">
|
||||||
|
<equals arg1="${build.target}" arg2="debug" />
|
||||||
|
</condition>
|
||||||
|
<!-- adding BUILD.MF breaks debug builds, but not releases -->
|
||||||
|
<if condition="${build.is.debug}">
|
||||||
|
<else>
|
||||||
|
<jar update="true" destfile="${out.packaged.file}">
|
||||||
|
<fileset dir="${out.dir}" includes="META-INF/BUILD.MF"/>
|
||||||
|
</jar>
|
||||||
|
</else>
|
||||||
|
</if>
|
||||||
|
</target>
|
||||||
|
</project>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="ar">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="az">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,103 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="bg">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<target>Orbot</target>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<target>Защити личното си пространство с това прокси на Тор</target>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
<target>Орбот е безплатна прокси програма, която дава възможност други програми да използват интернет по-сигурно. Орбот използва Тор за да криптира твоя интернет трафик, след което го прикрива като го препраща през няколко компютъра в целия свят. Тор е безплатна програма и свободна мрежа, която ти помага да се предпазиш от следене в мрежата заплашващо свободата и личното ти пространство, конфиденциалните ти бизнес взаимоотношения и връзки, и правителствено следене наречено трафик анализ.</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
<target>Орбот е единствената програма която създава изцяло сигурна интернет връзка. Както New York Times пише "когато комуникация пристигне от Тор, никога неможеш да знаеш откъде или откого е". Тор спечели Наградата за Иновация на Electronic Frontier Foundation (EFF) през 2012.</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
<target>***Експертен режим за Root***</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
<target>УНИВЕСАЛЕН РЕЖИМ: Орбот може да бъде настроен да проксифицира целият интернет трафик през Тор. Също така можеш да избереш кои приложения искаш да минават през Тор.</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
<target>★ ГОВОРИМ ТВОЯ ЕЗИК: Орбот е на разположение на приятели, които говорят:</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<target>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</target>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
<target>Не виждаш своя език? Присъедини се и помогни да преведем приложението:</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<target>https://www.transifex.com/projects/p/orbot</target>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
<target>***Научи повече***</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
<target>★ ЗА НАС: Guardian Project е група от програмисти, които правят сигурни мобилни приложения и отворен код за по-добро бъдеще</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
<target>★ НАШИЯТ УЕБСАЙТ: https://GuardianProject.info</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
<target>★ ЗА ТОР: https://TorProject.org</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
<target>★ В ТУИТЪР: https://twitter.com/guardianproject</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
<target>★ БЕЗПЛАТЕН СОФТУЕР: Орбот е безплатен софтуер. Разгледай сорсът, или се присъедини към общноста, която го прави по-добър:</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<target>https://gitweb.torproject.org/orbot.git</target>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
<target>★ СВЪРЖИ СЕ С НАС: Липсва ли любимата ти функция? Намери гаден бъг? Моля, кажи ни! С радост очаваме да те чуем. Изпрати ни имейл: support@guardianproject.info или ни намери в нашата чат зала https://guardianproject.info/contact</target>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="bn-BD">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,90 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="ca">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<target>Orbot</target>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
<target>***Mode expert root***</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<target>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</target>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<target>https://www.transifex.com/projects/p/orbot</target>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<target>https://gitweb.torproject.org/orbot.git</target>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="cs-CZ">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="cy">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="da">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="de-AT">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="de">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="el">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="eo">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="es-AR">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,103 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="es">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<target>Orbot</target>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<target>Proteja su privacidad con este proxy con Tor</target>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
<target>Orbot es una aplicación de proxy (interpuesto) gratuita que capacita a otras aplicaciones a usar Internet de forma más segura. Orbot usa Tor para cifrar su tráfico de Internet y luego lo oculta al rebotarlo a través de una serie de computadoras por todo el mundo. Tor es software libre y una red abierta que le ayuda a defenderse contra una forma de vigilancia de red que amenaza la libertad y privacidad personales, las actividades de negocio y relaciones confidenciales, así como la seguridad de los estados, conocida como análisis de tráfico.</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
<target>Orbot es la única aplicación que crea una conexión a Internet verdaderamente privada. Tal como escribe el New York Times, "cuando una comunicación llega desde Tor, nunca puedes saber de dónde o de quién es". Tor ganó el Pioneer Award (premio pionero) de la Electronic Frontier Foundation (EFF, fundación para las fronteras electrónicas).</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
<target>***Modo root experto***</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
<target>MODO UNIVERSAL: Orbot se puede configurar para proxyficar de forma transparente todo su tráfico de Internet a través de Tor. También puede elegir qué aplicaciones específicas quiere usar a través de Tor.</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
<target>★ HABLAMOS SU IDIOMA: Orbot está disponible para amigos que hablen:</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<target>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</target>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
<target>¿No ve su idioma? Únase a nosotros y ayude a traducir la aplicación:</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<target>https://www.transifex.com/projects/p/orbot</target>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
<target>***Conocer más***</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
<target>★ ACERCA DE NOSOTROS: Guardian Project es un grupo de desarrolladores que elaboran aplicaciones móviles seguras y código abierto para un mejor mañana.</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
<target>★ NUESTRO SITIO WEB: https://GuardianProject.info</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
<target>★ ACERCA DE TOR: https://TorProject.org</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
<target>★ EN TWITTER: https://twitter.com/guardianproject</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
<target>★ SOFTWARE LIBRE: Orbot is software libre. Eche un vistazo a nuestro código fuente, o únase a la comunidad para mejorarlo.</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<target>https://gitweb.torproject.org/orbot.git</target>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
<target>★ ENVÍENOS UN MENSAJE: ¿Nos hemos dejado su característica favorita? ¿Encontró un fallo? Por favor, ¡cuéntenoslo! Nos encanta oírlo de usted. Envíenos un correo electrónico a support@guardianproject.info o búsquenos en nuestra sala de chat en https://guardianproject.info/contact</target>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="et">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,92 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="eu">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<target>Orbot</target>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<target>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</target>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<target>https://www.transifex.com/projects/p/orbot</target>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
<target>★ GURE WEBGUNEA: https://GuardianProject.info</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
<target>★ TORri BURUZ: https://TorProject.org</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
<target>★ TWITTERren: https://twitter.com/guardianproject</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<target>https://gitweb.torproject.org/orbot.git</target>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,103 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="fa">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<target>ربات پیازی</target>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<target>از حریم خصوصی خودتان از طریق این پروکسی با تور محافظت کنید </target>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
<target>اربت یک برنامه پروکسی مجانی است٬ که دیگر برنامه ها را به استفاده امن از اینترنت توانمند می کند. اربت از تور برای رمزگذاری کردن ترافیک اینترنت استفاده می کند و بعد آن ها را از طریق کامپیوترهای متفاوت در نقاط مختلف جهان مخفی می کند. تور یک برنامه مجانی و شبکه باز است که از شما در مقابل زیر نظر بودن در شبکه٬ تهدید آزادی های شخصی٬ خصوصی٬ فعالیت های کاری و رابطه های شخصی بطور امن محافظت می کند. </target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
<target>اربت تنها برنامه ای است که امکان ارتباط مطمئن اینترنتی را فراهم می کند. همانطور که روزنامه نیویورک تامیز نوشته٬ وقتی که ارتباطات از سمت تور می آید ما نمی توانیم دریابیم که از کجا آمده یا از طرف چه کسی است. تور برنده جایزه تازه های الکترونیک (EFF) در سال 2012 شد.</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
<target>***حالت روت متخصص ***</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
<target>حالت جهانی: اربت می تواند برای شفاف شدن پروکسی در تمام ترافیک اینترنت از طریق تور تنظیم شود. همچنین می توانید برنامه ای را که می خواهید از طریق تور استفاده نمایید انتخاب کنید. </target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
<target>★ ما به زبان شما صحبت می کنیم: اربت برای دوستان به زبان های مختلف موجود است </target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<target>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</target>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
<target>زبان مورد نظرتان را نمی توانید پیدا کنید؟ به ما برای ترجمه این برنامه کمک کنید: </target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<target>https://www.transifex.com/projects/p/orbot</target>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
<target>***بیشتر بدانید***</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
<target>★ درباره ما: پروژه گاردین مجمومه ای از برنامه نویسان است که برای امن کردن برنامه های موبایل و برنامه های نویسی به زبان باز برای فردایی بهتر تلاش می کنند. </target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
<target>★ وب سایت ما: https://GuardianProject.info</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
<target>★ درباره تور: https://TorProject.org</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
<target>★ در توییتر: https://twitter.com/guardianproject</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
<target>★ برنامه رایگان: اربت یک برنامه رایگان است. نگاهی به منبع کد های ما بیندازید یا به ما برای بهتر کردن جامعه ما بپیوندید :</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<target>https://gitweb.torproject.org/orbot.git</target>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
<target>★ به ما پیام دهید: آیا ما امکان دلخواه شما را فراموش کرده ایم ؟ ایرادی را پیدا کرده اید ؟ لطفا به ما اطلاع بدید! ما دوست داریم از شما بشنویم. به ما ایمیل بزنید : support@guardianproject.info یا ما را در اتاق چت پیدا کنید https://guardianproject.info/contact</target>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="fi">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,103 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="fr-FR">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<target>Orbot</target>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<target>Naviguez en toute confidentialité grâce à ce serveur mandataire et Tor</target>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
<target>Orbot est une appli mandataire libre qui donne le pouvoir à d'autres applis d'utiliser Internet de manière plus sûre. Orbot utilise Tor pour chiffrer votre trafic Internet et le cache ensuite en le faisant rebondir au travers d'une série d'ordinateurs 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, connue sous le nom d'analyse du trafic, qui menace la liberté individuelle, la confidentialité, les activités commerciales et les relations, ainsi que la sécurité des états.</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
<target>Orbot est la seule appli à créer une connexion Internet vraiment confidentielle. Comme l'écrit le New York Times : « quand une communication arrive par Tor, vous ne pouvez jamais savoir d'où, ni de qui elle provient ». Tor a gagné le « Pioneer Award 2012 » de l'« Electronic Frontier Foundation » (EFF).</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
<target>***Mode root expert***</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
<target>MODE UNIVERSEL : Orbot peut être configuré pour relayer de manière transparente tout votre trafic Internet par Tor. Vous pouvez également choisir quelles applis particulières vous voulez faire transiter par Tor.</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
<target>★ NOUS PARLONS VOTRE LANGUE : Orbot est proposé à nos amis parlant :</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<target>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</target>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
<target>Vous ne voyez pas votre langue ? Rejoignez-nous et aidez-nous à traduire l'appli :</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<target>https://www.transifex.com/projects/p/orbot</target>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
<target>***En apprendre davantage***</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
<target>★ À PROPOS DE NOUS : le Projet Guardian est un groupe de développeurs qui créent des applis mobiles sécurisées à code source libre, pour un avenir meilleur</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
<target>★ NOTRE SITE WEB : https://GuardianProject.info</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
<target>★ À PROPOS DE TOR : https://TorProject.org</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
<target>★ SUR TWITTER : https://twitter.com/guardianproject</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
<target>★ LOGICIEL LIBRE : Orbot est un logiciel libre. Jetez un œil à notre code source ou rejoignez la communauté pour l'améliorer :</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<target>https://gitweb.torproject.org/orbot.git</target>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
<target>★ ENVOYEZ-NOUS UN MESSAGE : il manque votre fonction préférée ? Vous avez trouvé un bogue ennuyant ? Nous aimerions que vous nous en fassiez part. Envoyez-nous un courriel : support@guardianproject.info ou rejoignez-nous dans notre clavardoir https://guardianproject.info/contact</target>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="gl">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="hi">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,103 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="hr">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<target>Orbot</target>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<target>Zaštite svoju privatnost s ovim proxy-em i Tor-om</target>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
<target>Orbot je besplatna proxy aplikacija koja omogućuje ostalim aplikacijama da koriste internet sigurnije. Orbot koristi Tor za enkripciju Vašeg Internet prometa, a zatim ga skriva šaljući ga kroz seriju računala diljem svijeta. Tor je besplatan software i otvorena mreža koja pomaže u borbi protiv nadzora mreže koji ugrožava osobne slobode i privatnost, povjerljive poslovne aktivnosti i odnose, te pomaže u borbi protiv analize prometa.</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
<target>Orbot je jedina aplikacija koja stvara uistinu privatnu internet vezu. Kao što New York Times piše, "kad komunikacija dođe iz Tor-a, nikad ne možete znati od kud ili od kog je." Tor je osvojio 2012 Electronic Frontier Foundation (EFF) Pioneer nagradu.</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
<target>***Stručni root način rada***</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
<target>UNIVERZALNI NAČIN RADA: Orbot može biti konfiguriran da transparentno proxy-a sav Vaš internet promet kroz Tor. Također možete odabrati koje aplikacije želite da koriste Tor.</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
<target>★ GOVORIMO VAŠ JEZIK: Orbot je dostupan za prijatelje koji govore:</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<target>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</target>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
<target>Ne viditie svoj jezik? Pridružite nam se i pomozite nam prevesti aplikaciju:</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<target>https://www.transifex.com/projects/p/orbot</target>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
<target>***Nauči više***</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
<target>★ O NAMA: Guardian Project je grupa developera koji rade sigurne mobilne aplikacije i otvoreni kod za bolje sutra</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
<target>★ NAŠA WEB STRANICA: https://GuardianProject.info</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
<target>★ O TOR-u: https://TorProject.org</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
<target>★ NA TWITTER-u: https://twitter.com/guardianproject</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
<target>★ BESPLATAN SOFTWARE: Orbot je besplatan software. Pogledajte naš izvorni kod ili se pridružite zajednici da ga učinite boljim:</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<target>https://gitweb.torproject.org/orbot.git</target>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
<target>★ POŠALJITE NAM PORUKU: Nedostaje nam Vaša omiljena značajka? Pronašli ste grešku? Recite nam! Voljeli bi Vas čuti. Pošaljite nam email: support@guardianproject.info ili nas nađite u našoj chat sobi: https://guardianproject.info/contact</target>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,103 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="hu">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<target>Orbot</target>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<target>Védd meg a magánéleted ezzel a proxyval Tor-ral</target>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
<target>Az Orbot egy ingyenes proxy alkalmazás, ami megengedi más alkalmazásoknak, hogy biztonságosabban használhassák az internetet. Az Orbot Tor-t használ, hogy titkosítsa az internetes adatcsomagjaidat és elrejtse azáltal, hogy pattogtatja számítógépek sorozatain keresztül a világ körül. A Tor ingyenes szoftver és nyitott hálózat, ami segít megvédeni a hálózati megfigyeléstől, ami fenyegeti a személyi szabadságot és magánéletet, a bizalmas céges tevékenységeket és kapcsolatokat, és állambiztonság címén a forgalomelemzéstől.</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
<target>Az Orbot az egyetlen alkalmazás, ami valóban privát internetkapcsolatot hoz létre. Ahogy a New York Times írta, “ha a kommunikáció Tor-on keresztül érkezik, soha nem tudhatod, kitől és honnan érkezett.” A Tor elnyerte a 2012 Electronic Frontier Foundation (EFF) Pioneer díjat.</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
<target>***Szakértő Root Mód***</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
<target>UNIVERZÁLIS MÓD: Az Orbot-ot konfigurálni lehet átlátszó proxynak minden Internet forgalmadhoz Tor-on keresztül. Azt is kiválaszthatod, hogy melyik konkrét alkalmazást akarsz használni Tor-on keresztül.</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
<target>★ BESZÉLJÜK A NYELVEDET: Orbot elérhető a barátoknak, akik beszélnek:</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<target>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</target>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
<target>Nem látod a nyelvedet? Csatlakozz hozzánk és segíts fordítani az alkalmazást:</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<target>https://www.transifex.com/projects/p/orbot</target>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
<target>***Tudj Meg Többet***</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
<target>★ RÓLUNK: A Guardian Project egy fejlesztőből álló csoport, aki mobil alkalmazásokat és nyílt forráskódot készít egy jobb holnapért.</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
<target>★ WEBOLDALUNK: https://GuardianProject.info</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
<target>★ TOR -RÓL: https://TorProject.org</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
<target>★ TWITTEREN: https://twitter.com/guardianproject</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
<target>★ INGYENES SZOFTVER: Az Orbot ingyenes alkalmazás. Vess egy pillantást a forráskódunkra, vagy csatlakozz a közösséghez, hogy jobbá tedd:</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<target>https://gitweb.torproject.org/orbot.git</target>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
<target>★ KÜLDJÖN ÜZENETET: Kihagytuk a kedvenc funkciódat? Idegesítő hibát talált? Kérlek mondd el nekünk! Szeretnénk hallani rólad. Küldj emailt nekünk: support@guardianproject.info vagy keress meg minket a chatszobánkban https://guardianproject.info/contact</target>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="hy-AM">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="ia">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="id-ID">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="id">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="is">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,94 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="it">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<target>Orbot</target>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
<target>***Modalità Root Esperto***</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
<target>★ NOI PARLIAMO LA TUA LINGUA: Orbot è disponibile per gli amici che parlano:</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<target>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</target>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<target>https://www.transifex.com/projects/p/orbot</target>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
<target>★ IL NOSTRO SITO WEB: https://GuardianProject.info</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
<target>★ INFORMAZIONI SU TOR: https://TorProject.org</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
<target>★ SU TWITTER: https://twitter.com/guardianproject</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<target>https://gitweb.torproject.org/orbot.git</target>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="he">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="ja">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="kn-IN">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="kn">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="ko">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="lt">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="lv">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,103 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="mk">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<target>Orbot</target>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<target>Заштитете ја вашата приватност со овој прокси на Tor</target>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
<target>Orbot е слободна прокси апликација која им овозможува на другите апликации да го користат интернетот побезбедно. Orbot користи Tor за шифрирање на вашиот интернет-сообраќај, а потоа го сокрива и го доставува преку неколку компјутери во целиот свет. Tor е слободен софтвер и софтвер со отворна мрежа која помага во борбата против надзорот мрежа која се заканува на лична слобода и приватност, доверливи деловни активности и односи, и помага против државна безбедност позната како анализа на сообраќајот.</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
<target>Orbot е единствената апликација која создава вистинско приватно поврзување на интернет. Како што пишува Њујорк Тајмс, „кога комуникацијата доаѓа од Tor, никогаш не знаеш од каде и од кого е.“ Tor ја освои наградата Electronic Frontier Foundation (EFF) Pioneer во 2012 година.</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
<target>***Стучен Root режим на работа***</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
<target>УНИВЕРЗАЛЕН РЕЖИМ НА РАБОТА: Орбот може да биде конфигуриран транспарентно да го проксира целиот интернет сообраќај преку Tor. Исто така, можете да изберете кои апликации сакате да ги користите преку Tor.</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
<target>★ ЗБОРУВАМЕ НА ВАШИОТ ЈАЗИК: Orbot е достапен за пријатели кои зборуваат:</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<target>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонски, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</target>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
<target>Го нема Вашиот јазик? Прижете ни се и помогнете ни да ја преведеме апликацијата: </target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<target>https://www.transifex.com/projects/p/orbot</target>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
<target>***Дознај повеќе***</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
<target>★ ЗА НАС: Guardian Project е група програмери кои создаваат безбедни мобилни апликации и софтвер со отворен изворен код за подобро утре.</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
<target>★ НАШАТА ВЕБ-ЛОКАЦИЈА: https://GuardianProject.info</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
<target>★ ЗА TOR: https://TorProject.org</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
<target>★ НА TWITTER: https://twitter.com/guardianproject</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
<target>★ БЕСПЛАТЕН СОФТВЕР: Orbot е бесплатен софтвер. Погледнете го нашиот изворен код или приклучете се на заедницата за да ја подобрите: </target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<target>https://gitweb.torproject.org/orbot.git</target>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
<target>★ ПИШЕТЕ НИ: Не можете да ја најдете вашата омилена функција? Пронајдовте досадни грешки? Ве молиме кажете ни! Би сакале да слушнеме од вас. Испратете ни e-mail на: support@guardianproject.info или најдете не во нашата соба за разговор https://guardianproject.info/contact</target>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="ml">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="mn-MN">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="mr">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="ms-MY">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="my">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,103 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="nb">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<target>Orbot</target>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<target>Hegn om ditt personvern med denne mellomtjeneren som gjør bruk av Tor</target>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
<target>Orbot er en gratis mellomtjener som gjør det mulig for andre Programmer å bruke Internett mer sikkert. Orbot bruker Tor for å kryptere din Internettrafikk, og skjuler da din trafikk ved å sende den gjennom en lang rekke datamaskiner over hele verden. Tor er et gratis dataprogram, og et åpent nettverk som hjelper deg i forsvaret mot en form for nettverksovervåking som truer din personlige frihet og privatliv, konfidensiell bedriftsvirksomhet og relasjoner, og statssikkerhet kjent som trafikkanalyse.</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
<target>Orbot er det eneste programmet som skaper en virkelig privat internettforbindelse. Som New York Times skriver; -"når en kommunikasjon kommer fra Tor, kan du aldri vite hvor, eller hvem det er fra." Tor vant 2012 Electronic Frontier Foundation (EFF) Pioneer Award.</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
<target>***Expert Root Mode***</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
<target>UNIVERSAL MODUS: Orbot kan settes opp til å åpent mellomtjene all din internettrafikk gjennom Tor. Du kan også velge spesifikt hvilke programmer som skal kommunisere gjennom Tor.</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
<target>★ VI SNAKKER DITT SPRÅK: Orbot er tilgjengelig også for dine venner, forutsatt at de snakker:</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<target>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, Norsk bokmål, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</target>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
<target>Mangler ditt språk? Hjelp til med oversettelsen:</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<target>https://www.transifex.com/projects/p/orbot</target>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
<target>***Ytterligere informasjon***</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
<target>★ OM OSS: Guardian-prosjektet er en gruppe utviklere som lager sikre mobil-løsninger og fri programvare for en bedre fremtid.</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
<target>★ NETTSIDEN VÅR: https://GuardianProject.info</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
<target>★ OM TOR: https://TorProject.org</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
<target>★ PÅ TWITTER: https://twitter.com/guardianproject</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
<target>★ FRI SOFTWARE: Orbot er fri programvare. Ta kildekoden i øyesyn og bidra med forbedringer. Ta del i samholdet.</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<target>https://gitweb.torproject.org/orbot.git</target>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
<target>SEND OSS EN MELDING: Mangler vi din favoritt-funksjon? Funnet en irriterende feil? Vi vil gjerne høre fra deg! Send oss en e-post: support@guardianproject.info eller finn oss i vår sludrekanal https://guardianproject.info/contact</target>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,86 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="nl">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
<target>Orbot is een gratis en vrije proxy-app die het andere apps mogelijk maakt het internet veiliger te gebruiken. Orbot gebruikt Tor om uw internetverkeer te coderen en verbergt het dan door door een serie computers rondom de wereld te springen. Tor is vrije software en een open netwerk dat u helpt te verdedigen tegen een vorm van netwerktoezicht die persoonlijke vrijheid en privacy, vertrouwelijke bedrijfsactiviteiten en relaties en staatsveiligheid genaamd 'traffic analyse' bedreigt.</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,103 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="pl">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<target>Orbot</target>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<target>Chroń swoją prywatność używając Tora</target>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
<target>Orbot jest darmową aplikacją proxy pozwalająca korzystać z internetu bezpieczniej. Orbot używa sieci Tor w celu szyfrowania twojego ruchu sieciowego przy użyciu wielu komputerów porozrzucanych na całym świecie. Tor jest darmowym oprogramowaniem oraz otwartą siecią która pomaga chronić użytkowników przed analizą ruchu internetowego i inwigilacją, która zagraża wolności osobistej i prywatności w prowadzeniu poufnych interesów i relacji.</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
<target>Orbot jest jedyną taką aplikacją która tworzy prawdziwie prywatne połączanie internetowe. New York Times pisze, “kiedy dojdzie do komunikacji przez Tor'a, nigdy nie będziesz wiedział skąd i od kogo ona jest.” W 2012 roku Tor wygrał Electronic Frontier Foundation (EFF) Pioneer Award.</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
<target>***Tryb Expert Root***</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
<target>TRYB UNIWERSALNY: Orbot może być skonfigurowany tak, żeby przekierować cały ruch sieciowy przez Tora. Możesz również używać Tora tylko na wybranych aplikacjach (jeśli korzystają z proxy).</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
<target>★ MÓWIMY W TWOIM JĘZYKU: Orbot jest dostępny dla przyjaciół, którzy nim mówią:</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<target>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</target>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
<target>Nie ma tu twojego języka? Dołącz do nas i pomóż nam z tłumaczeniem:</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<target>https://www.transifex.com/projects/p/orbot</target>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
<target>***Dowiedz się więcej***</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
<target>★ ABOUT US: Guardian Project jest grupą deweloperów tworzących bezpieczne i otwarte mobilne aplikacje dla lepszego jutra</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
<target>★ NASZA STRONA: https://GuardianProject.info</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
<target>★ O TORZE: https://TorProject.org</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
<target>★ NASZ TWITTER: https://twitter.com/guardianproject</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
<target>★ DARMOWE OPROGRAMOWANIE: Orbot jest darmowy. Zajrzyj do kodu źródłowego, albo dołącz do nas by tworzyć jeszcze lepsze programy</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<target>https://gitweb.torproject.org/orbot.git</target>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
<target>★ NAPISZ DO NAS: Brakuje jakieś funkcji? Może znalazłeś jakiś błąd w oprogramowaniu? Daj nam o tym znać! Wyślij maila na: support@guardianproject.info bądź skorzystaj z innych opcji kontaktu: https://guardianproject.info/contact</target>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="ps">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="pt-BR">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="pt-PT">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,98 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="pt">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<target>Orbot</target>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<target>Proteja a sua privacidade com este proxy com o Tor</target>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
<target>***Modo Raiz Avançado***</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
<target>★ NÓS FALAMOS O SEU IDIOMA: Orbot está disponível para os amigos que falam:</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
<target>Não encontra o seu idioma? Junte-se a nós e ajude a traduzir a app:</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<target>https://www.transifex.com/projects/p/orbot</target>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
<target>***Saber Mais***</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
<target>★ SOBRE NÓS: O 'Projeto Guardian' é um grupo de programadores que criam aplicações móveis seguras e de código aberto para um futuro melhor.</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
<target>★ O NOSSO SÍTIO DA WEB: https://GuardianProject.info</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
<target>★ SOBRE TOR: https://TorProject.org</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
<target>★ NO TWITTER: https://twitter.com/guardianproject</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
<target>★ PROGRAMA GRATUITO: Orbot é um programa gratuito. Dê uma vista de olhos no código aberto, ou junte-se à comunidade para a tornar ainda melhor:</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<target>https://gitweb.torproject.org/orbot.git</target>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="ro-RO">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="ro">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="ru">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="si-LK">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="sk">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="sl">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="sn">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,86 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" size-unit="char" maxwidth="30">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" size-unit="char" maxwidth="80">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="sq">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="sr">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="sv">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="ta">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="th">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="fil">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="tr">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="uk">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="uz">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="vi">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,93 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="zh">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
<target>Orbot 是一款免费的代理应用,能够让其他应用更安全地使用互联网。通过在位于世界各地的一系列计算机之间进行跳转,Orbot 可利用 Tor 对网络通信进行加密并隐藏。Tor 是一款免费的软件,并且是一个开放的网络。它可以保护用户免受流量分析的危害,这种网络监控可对个人自由与隐私、商业机密活动和关系以及国家安全造成威胁。</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
<target>Orbot 能够建立真正的私有网络链接。《纽约时报》曾这样写到:“通过 Tor 进行通信时,你无法获悉信息来自何处以及何人。” Tor 获得了2012 年电子前沿基金会 (EFF) 先锋奖。</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
<target>***专家 Root 模式***</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
<target>通用模式:通过配置,Orbot 可利用透明代理让你的所有网络通信通过 Tor 网络。另外,你还可以指定哪些应用使用 Tor 网络。</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
<target>★ 关于我们:Guardian Project 由一组开发者构成,通过创建安全的移动应用和开源的代码,让明天变得更美好。</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
<target>★ 我们的网站:https://GuardianProject.info</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
<target>★ 关于 Tor:https://TorProject.org</target>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
<target>★ 联系我们:缺少你最需要的功能?找到一个烦人的 bug?请发电子邮件给我们,期待你的反馈:support@guardianproject.info</target>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,86 @@
|
||||||
|
<?xml version="1.0" ?><xliff version="1.2">
|
||||||
|
<file datatype="plaintext" original="source.xlf" source-language="en" target-language="zh-TW">
|
||||||
|
<header>
|
||||||
|
<note from="developer">Google places strick character limits on the various text fields in Google Play. The title is 30 characters, the short description is 80 characters, and the rest of the strings, which all go together in the description, are limited to 4000 characters.</note>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<trans-unit id="title" maxwidth="30" size-unit="char">
|
||||||
|
<source>Orbot</source>
|
||||||
|
<target>Orbot</target>
|
||||||
|
<note from="developer">This is limited by Google to 30 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="shortdescription" maxwidth="80" size-unit="char">
|
||||||
|
<source>Protect your privacy with this proxy with Tor</source>
|
||||||
|
<note from="developer">This is limited by Google to 80 characters</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE WEB SURFING: Use with Orweb, the most anonymous way to access any website, even if it’s normally blocked, monitored, or on the hidden web. Get Orweb: https://goo.gl/s3mLa</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>PRIVATE CHAT MESSAGING: Use Gibberbot with Orbot to chat confidentially with anyone, anywhere for free. Get Gibberbot: https://goo.gl/O3FfS</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="intro2">
|
||||||
|
<source>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.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="expertrootmode">
|
||||||
|
<source>***Expert Root Mode***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="universalmode">
|
||||||
|
<source>UNIVERSAL MODE: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor.</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="wespeakyourlanguage">
|
||||||
|
<source>★ WE SPEAK YOUR LANGUAGE: Orbot is available for friends who speak:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="languagelist" translate="no">
|
||||||
|
<source>العربية, azərbaycanca, български, català, Čeština, dansk, Deutsch, Ελληνικά, English, español, eesti, euskara, فارسی, suomi, français, galego, hrvatski, magyar, עברית, íslenska, italiano, 日本語, 한국어, lietuvių, latviešu, Македонци, Bahasa Melayu, Nederlands, norsk, polski, português, Русский, slovenčina, slovenščina, српски, svenska, Türkçe, українська, Tagalog, Tiếng Việt, 中文(简体), 中文(台灣)</source>
|
||||||
|
<note from="developer">Do not translate the names of the languages, leave them just like this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslate">
|
||||||
|
<source>Don’t see your language? Join us and help translate the app:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="helptranslateurl" translate="no">
|
||||||
|
<source>https://www.transifex.com/projects/p/orbot</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="learnmore">
|
||||||
|
<source>***Learn More***</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="aboutus">
|
||||||
|
<source>★ ABOUT US: Guardian Project is a group of developers that make secure mobile apps and open-source code for a better tomorrow</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ourwebsite">
|
||||||
|
<source>★ OUR WEBSITE: https://GuardianProject.info</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="abouttor">
|
||||||
|
<source>★ ABOUT TOR: https://TorProject.org</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="ontwitter">
|
||||||
|
<source>★ ON TWITTER: https://twitter.com/guardianproject</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="freesoftware">
|
||||||
|
<source>★ FREE SOFTWARE: Orbot is free software. Take a look at our source code, or join the community to make it better:</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="gitrepo" translate="no">
|
||||||
|
<source>https://gitweb.torproject.org/orbot.git</source>
|
||||||
|
<note from="developer">Do not translate this.</note>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="messageus">
|
||||||
|
<source>★ MESSAGE US: Are we missing your favorite feature? Found an annoying bug? Please tell us! We’d love to hear from you. Send us an email: support@guardianproject.info or find us in our chat room https://guardianproject.info/contact</source>
|
||||||
|
</trans-unit>
|
||||||
|
</body>
|
||||||
|
</file>
|
||||||
|
</xliff>
|
|
@ -0,0 +1,45 @@
|
||||||
|
GSoC Plan
|
||||||
|
=========
|
||||||
|
|
||||||
|
A tl;dr version
|
||||||
|
---------------
|
||||||
|
I will be improving the Orbot UI/UX, and adding several features such as data statistics and also
|
||||||
|
implementing the TorCheck API. I plan on extending the ORLib library and also creating an ORLib enabled
|
||||||
|
app as a sort of primer for other third party apps to follow
|
||||||
|
|
||||||
|
The full version
|
||||||
|
----------------
|
||||||
|
|
||||||
|
Orbot UI/UX
|
||||||
|
===========
|
||||||
|
At the moment, the Orbot UI/UX is clustered and not very intuitive. I plan on improving the existing
|
||||||
|
elements of the UI and also add a variety of new features such as
|
||||||
|
|
||||||
|
* A new Set – up Wizard ( which checks for iptables )
|
||||||
|
* Changes to the preferences ( should be made to follow the Android guidelines)
|
||||||
|
|
||||||
|
Orbot Core app work
|
||||||
|
===================
|
||||||
|
At the moment, Orbot displays a successful connection without actually checking the connection. This is a
|
||||||
|
pressing issue, because the user is not notified if the set-up has failed, unless he/she manually checks
|
||||||
|
the torcheck web service. This should be made automatic by making using of the TorCheck API. Also, Orbot
|
||||||
|
should be configured to show more information about the data being transmitted such as -
|
||||||
|
|
||||||
|
* Amount of data transferred
|
||||||
|
* Quality of the connection
|
||||||
|
* Number of circuits connected
|
||||||
|
|
||||||
|
ORLib
|
||||||
|
=====
|
||||||
|
Currently, ORLib is very minimal at the moment, both in term of features and support/documentation. ORLib
|
||||||
|
is very critical to the use of Orbot as it provides transparent proxying on non-rooted devices ( A major
|
||||||
|
chunk of android phones are un-rooted). I intend to -
|
||||||
|
|
||||||
|
* Improve the existing library by adding additional features
|
||||||
|
* Check for existing of Orbot
|
||||||
|
* Check status of connection to Tor
|
||||||
|
* Provide option to start Orbot via intent
|
||||||
|
* Request hidden service by port, and get return hidden service .onion address
|
||||||
|
* Create an ORLib enabled “Twitter, Status.net or other micro blogging Client” – A sort of primer for
|
||||||
|
third-party apps
|
||||||
|
* Improve the documentation
|
|
@ -0,0 +1,90 @@
|
||||||
|
|
||||||
|
.
|
||||||
|
└── org
|
||||||
|
└── torproject
|
||||||
|
└── android
|
||||||
|
├── AppManager.java
|
||||||
|
//this is what helps us track the app-by-app torification
|
||||||
|
//and gets the app name, icon, etc for display - we have some problems here
|
||||||
|
//in normalizing the icon on the list label
|
||||||
|
//some of this code came originally from DroidWall project (yay open source)
|
||||||
|
|
||||||
|
├── boot
|
||||||
|
│ └── OnbootBroadcastReceiver.java
|
||||||
|
//i think this is a dup now and should be removed
|
||||||
|
|
||||||
|
├── HiddenServiceManager.java
|
||||||
|
//empty! but at some point i thought it would be good to aggregate HS functions here
|
||||||
|
|
||||||
|
├── OnBootReceiver.java
|
||||||
|
//this is the class registered in AndroidManifest.xml to handle Onboot events
|
||||||
|
//to start Orbot/Tor when the device boots if the user has elected to do so - what kind of permissions does this require?
|
||||||
|
// <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
|
||||||
|
// BTW, this shows up as a fairly unintrusive type perm request now in Android / in older versions (1.6 and earlier)
|
||||||
|
// it was reported "as read / monitor phone state" and paranoid Tor-types didn't like the idea of it
|
||||||
|
// in 1.6+ it has a much better UX in terms of having a more granular permisions around boot since it is a very
|
||||||
|
// common request - ah , that's awesome, i think i remember seeing sth of this sorts when i was going through the guardianproject mailing list. iirc this is something ioerror wanted
|
||||||
|
|
||||||
|
|
||||||
|
├── Orbot.java
|
||||||
|
//our wonderful main activity!
|
||||||
|
|
||||||
|
├── ProcessSettingsAsyncTask.java
|
||||||
|
//this was just added in 1.0.5.x, but it was meant to help stop the UI blocking while processing settings and prefs
|
||||||
|
//it uses the AsyncTask feature of Android, which seems to work pretty well
|
||||||
|
//for this type of non-time critical function you just want to happen in the background at some point soon-ish
|
||||||
|
|
||||||
|
├── SettingsPreferences.java
|
||||||
|
// Settings activity that loads the res/xml/preferences.xml resource up
|
||||||
|
// has some custom event handlng, onActivityResult callback result code's as well
|
||||||
|
// basically meant to tell Orbot activity if critical settings have been modified and whether
|
||||||
|
// those new settings should be applied (like iptables/transproxy changes)
|
||||||
|
|
||||||
|
├── TorConstants.java
|
||||||
|
// globals! well, constants! but yeah, just a place to put values we use a lot
|
||||||
|
|
||||||
|
├── TorifiedApp.java
|
||||||
|
// object to store a single app's metadata for display in UI and for transproxy process
|
||||||
|
|
||||||
|
├── Utils.java
|
||||||
|
// random methods that can be useful, a.k.a. another place to put stuff
|
||||||
|
|
||||||
|
├── WizardActivity.java
|
||||||
|
// our original attempt at wizard activity that didn't get far
|
||||||
|
|
||||||
|
└── WizardHelper.java
|
||||||
|
// the helper class that manages the dialog based wizard
|
||||||
|
|
||||||
|
├── service //okay the Service subpackage!
|
||||||
|
|
||||||
|
│ ├── Api.java
|
||||||
|
//this is more code taken from DroidWall, that needs to be cleaned up and paired down to just what we need it for
|
||||||
|
//this is related to 1.0.5.x changes with how we bundle and install our C binaries (tor, privoxy and iptables)
|
||||||
|
|
||||||
|
│ ├── ITorService.aidl
|
||||||
|
// the android remote interface definition file;
|
||||||
|
// this is the remote interface which the Orbot activity gets a reference to
|
||||||
|
// and that in the TorService is instantiated as the "binder"
|
||||||
|
|
||||||
|
│ ├── ITorServiceCallback.aidl
|
||||||
|
// this is the callback interface that the Orbot activity instantiates, and passes
|
||||||
|
// to the ITorService; reverse of ITorService in a sense
|
||||||
|
|
||||||
|
│ ├── TorBinaryInstaller.java
|
||||||
|
// this handles installation of binaries; uses Api.java; // tied into Wizard as well
|
||||||
|
|
||||||
|
│ ├── TorServiceConstants.java
|
||||||
|
// reusable constants for just the Service package
|
||||||
|
|
||||||
|
│ ├── TorService.java
|
||||||
|
// the main might powerful service class; Orbot and TorService are the front and backends of this whole app
|
||||||
|
// should run as a remote service, but the manifest doesn't seem to indicate that at the moment
|
||||||
|
|
||||||
|
│ ├── TorServiceUtils.java
|
||||||
|
//utility methods for the service; specificaly check for root and tools for finding processID of background binaries
|
||||||
|
|
||||||
|
│ └── TorTransProxy.java
|
||||||
|
// all the code for iptables transproxying management
|
||||||
|
|
||||||
|
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -11,11 +11,6 @@ export ac_cv_func_setpgrp_void=yes
|
||||||
|
|
||||||
EXTERNAL_ROOT := $(shell pwd)
|
EXTERNAL_ROOT := $(shell pwd)
|
||||||
|
|
||||||
DEBUG ?= 0
|
|
||||||
|
|
||||||
# No-op command.
|
|
||||||
NOOP = true
|
|
||||||
|
|
||||||
# Android now has 64-bit and 32-bit versions of the NDK for GNU/Linux. We
|
# Android now has 64-bit and 32-bit versions of the NDK for GNU/Linux. We
|
||||||
# assume that the build platform uses the appropriate version, otherwise the
|
# assume that the build platform uses the appropriate version, otherwise the
|
||||||
# user building this will have to manually set NDK_PROCESSOR or NDK_TOOLCHAIN.
|
# user building this will have to manually set NDK_PROCESSOR or NDK_TOOLCHAIN.
|
||||||
|
@ -28,22 +23,16 @@ endif
|
||||||
|
|
||||||
# Android NDK setup
|
# Android NDK setup
|
||||||
ANDROID_NDK_HOME ?= /opt/android-ndk
|
ANDROID_NDK_HOME ?= /opt/android-ndk
|
||||||
ANDROID_NDK ?= $(ANDROID_NDK_HOME)
|
|
||||||
NDK_PLATFORM_LEVEL ?= 16
|
NDK_PLATFORM_LEVEL ?= 16
|
||||||
NDK_TOOLCHAIN_VERSION=4.9
|
NDK_TOOLCHAIN_VERSION=4.8
|
||||||
APP_ABI ?= armeabi
|
APP_ABI ?= armeabi
|
||||||
NDK_ABI ?= $(APP_ABI)
|
NDK_ABI ?= $(APP_ABI)
|
||||||
|
|
||||||
# PIEFLAGS for SDK 16/Android L must be set to -fPIE -pie, but can override for earlier targets
|
|
||||||
PIEFLAGS ?= -fPIE -pie
|
|
||||||
|
|
||||||
ifneq ($(filter arm%, $(APP_ABI)),)
|
ifneq ($(filter arm%, $(APP_ABI)),)
|
||||||
NDK_ABI := arm
|
NDK_ABI := arm
|
||||||
endif
|
endif
|
||||||
ifneq ($(filter arm64%, $(APP_ABI)),)
|
ifneq ($(filter arm64%, $(APP_ABI)),)
|
||||||
NDK_ABI := arm64
|
NDK_ABI := arm64
|
||||||
endif
|
endif
|
||||||
|
|
||||||
NDK_SYSROOT=$(ANDROID_NDK_HOME)/platforms/android-$(NDK_PLATFORM_LEVEL)/arch-$(NDK_ABI)
|
NDK_SYSROOT=$(ANDROID_NDK_HOME)/platforms/android-$(NDK_PLATFORM_LEVEL)/arch-$(NDK_ABI)
|
||||||
NDK_UNAME := $(shell uname -s | tr '[A-Z]' '[a-z]')
|
NDK_UNAME := $(shell uname -s | tr '[A-Z]' '[a-z]')
|
||||||
ifneq ($(filter mips%, $(NDK_ABI)),)
|
ifneq ($(filter mips%, $(NDK_ABI)),)
|
||||||
|
@ -70,7 +59,7 @@ NDK_TOOLCHAIN_BASE=$(ANDROID_NDK_HOME)/toolchains/$(NDK_TOOLCHAIN)/prebuilt/$(ND
|
||||||
|
|
||||||
# include Android's build flags
|
# include Android's build flags
|
||||||
TARGET_ARCH_ABI = $(APP_ABI)
|
TARGET_ARCH_ABI = $(APP_ABI)
|
||||||
#include $(ANDROID_NDK_HOME)/toolchains/$(NDK_TOOLCHAIN)/setup.mk
|
include $(ANDROID_NDK_HOME)/toolchains/$(NDK_TOOLCHAIN)/setup.mk
|
||||||
|
|
||||||
CC := $(NDK_TOOLCHAIN_BASE)/bin/$(HOST)-gcc --sysroot=$(NDK_SYSROOT)
|
CC := $(NDK_TOOLCHAIN_BASE)/bin/$(HOST)-gcc --sysroot=$(NDK_SYSROOT)
|
||||||
CXX := $(NDK_TOOLCHAIN_BASE)/bin/$(HOST)-g++ --sysroot=$(NDK_SYSROOT)
|
CXX := $(NDK_TOOLCHAIN_BASE)/bin/$(HOST)-g++ --sysroot=$(NDK_SYSROOT)
|
||||||
|
@ -78,14 +67,11 @@ CPP := $(NDK_TOOLCHAIN_BASE)/bin/$(HOST)-cpp --sysroot=$(NDK_SYSROOT)
|
||||||
LD := $(NDK_TOOLCHAIN_BASE)/bin/$(HOST)-ld
|
LD := $(NDK_TOOLCHAIN_BASE)/bin/$(HOST)-ld
|
||||||
AR := $(NDK_TOOLCHAIN_BASE)/bin/$(HOST)-ar
|
AR := $(NDK_TOOLCHAIN_BASE)/bin/$(HOST)-ar
|
||||||
RANLIB := $(NDK_TOOLCHAIN_BASE)/bin/$(HOST)-ranlib
|
RANLIB := $(NDK_TOOLCHAIN_BASE)/bin/$(HOST)-ranlib
|
||||||
|
STRIP := $(NDK_TOOLCHAIN_BASE)/bin/$(HOST)-strip \
|
||||||
|
--strip-unneeded -R .note -R .comment --strip-debug
|
||||||
|
|
||||||
ifeq ($(DEBUG), 1)
|
# PIEFLAGS for SDK 16/Android L must be set to -fPIE -pie, but can override for earlier targets
|
||||||
STRIP := $(NOOP)
|
PIEFLAGS ?= -fPIE -pie
|
||||||
else
|
|
||||||
STRIP := $(NDK_TOOLCHAIN_BASE)/bin/$(HOST)-strip --strip-unneeded -R .note -R .comment --strip-debug
|
|
||||||
endif
|
|
||||||
|
|
||||||
|
|
||||||
CFLAGS = -DANDROID $(TARGET_CFLAGS) $(PIEFLAGS)
|
CFLAGS = -DANDROID $(TARGET_CFLAGS) $(PIEFLAGS)
|
||||||
LDFLAGS = -llog $(TARGET_LDFLAGS) $(PIEFLAGS)
|
LDFLAGS = -llog $(TARGET_LDFLAGS) $(PIEFLAGS)
|
||||||
|
|
||||||
|
@ -97,15 +83,13 @@ ifeq ($(APP_ABI),armeabi)
|
||||||
CFLAGS += $(TARGET_thumb_release_CFLAGS)
|
CFLAGS += $(TARGET_thumb_release_CFLAGS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.PHONY = clean showsetup \
|
.PHONY = clean showsetup \
|
||||||
assets assets-clean \
|
assets assets-clean \
|
||||||
openssl-static openssl-static-clean \
|
openssl-static openssl-static-clean \
|
||||||
libevent libevent-clean \
|
libevent libevent-clean \
|
||||||
lzma lzma-clean \
|
iptables iptables-clean \
|
||||||
zstd zstd-clean \
|
tor tor-clean \
|
||||||
tor tor-clean
|
polipo polipo-clean
|
||||||
|
|
||||||
all: assets
|
all: assets
|
||||||
|
|
||||||
|
@ -127,9 +111,10 @@ ifneq ($(filter mips%, $(NDK_ABI)),)
|
||||||
OPENSSL_CONF_FLAG+=-D_MIPS_SZLONG=32 -D__MIPSEL__
|
OPENSSL_CONF_FLAG+=-D_MIPS_SZLONG=32 -D__MIPSEL__
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
lib/libcrypto.a:
|
lib/libcrypto.a:
|
||||||
cd openssl && \
|
cd openssl && \
|
||||||
./Configure android -D__ANDROID_API__=$(NDK_PLATFORM_LEVEL) -DL_ENDIAN $(OPENSSL_CONF_FLAG) && \
|
./Configure android -DL_ENDIAN $(OPENSSL_CONF_FLAG) && \
|
||||||
make CC="$(CC)" ANDROID_DEV=$(NDK_SYSROOT)/usr depend && \
|
make CC="$(CC)" ANDROID_DEV=$(NDK_SYSROOT)/usr depend && \
|
||||||
make CC="$(CC)" ANDROID_DEV=$(NDK_SYSROOT)/usr build_libs
|
make CC="$(CC)" ANDROID_DEV=$(NDK_SYSROOT)/usr build_libs
|
||||||
|
|
||||||
|
@ -137,7 +122,7 @@ lib/libssl.a:
|
||||||
cp config.sub openssl
|
cp config.sub openssl
|
||||||
cp config.guess openssl
|
cp config.guess openssl
|
||||||
cd openssl && \
|
cd openssl && \
|
||||||
./Configure android -D__ANDROID_API__=$(NDK_PLATFORM_LEVEL) -DL_ENDIAN $(OPENSSL_CONF_FLAG) && \
|
./Configure android -DL_ENDIAN $(OPENSSL_CONF_FLAG) && \
|
||||||
make CC="$(CC)" ANDROID_DEV=$(NDK_SYSROOT)/usr depend && \
|
make CC="$(CC)" ANDROID_DEV=$(NDK_SYSROOT)/usr depend && \
|
||||||
make CC="$(CC)" ANDROID_DEV=$(NDK_SYSROOT)/usr build_libs
|
make CC="$(CC)" ANDROID_DEV=$(NDK_SYSROOT)/usr build_libs
|
||||||
|
|
||||||
|
@ -193,57 +178,43 @@ libevent-clean:
|
||||||
-rm -f libevent-build-stamp
|
-rm -f libevent-build-stamp
|
||||||
-cd libevent && \
|
-cd libevent && \
|
||||||
git clean -fdx
|
git clean -fdx
|
||||||
|
|
||||||
#------------------------------------------------------------------------------#
|
#------------------------------------------------------------------------------#
|
||||||
# lzma
|
# iptables
|
||||||
|
|
||||||
xz/Makefile:
|
iptables/Makefile:
|
||||||
cd xz && ./autogen.sh
|
cp iptables-patch-1 iptables
|
||||||
cp config.sub xz
|
cp iptables-patch-2 iptables
|
||||||
cp config.guess xz
|
cp iptables-patch-3 iptables
|
||||||
cd xz && \
|
cp iptables-patch-4 iptables
|
||||||
CC="$(CC)" CXX="$(CXX)" PKG_CONFIG_PATH="$(EXTERNAL_ROOT)/lib/pkgconfig" AR="$(AR)" RANLIB="$(RANLIB)" CFLAGS="$(CFLAGS) -std=c99" LDFLAGS="$(LDFLAGS)" \
|
-cd iptables && \
|
||||||
./configure --host=$(HOST) --disable-shared --enable-static --disable-doc --disable-xz --disable-xzdec --disable-lzmadec --disable-lzmainfo --disable-lzma-links --disable-scripts --prefix=$(EXTERNAL_ROOT)
|
patch -N -p1 --reject-file=- < iptables-patch-1
|
||||||
|
-cd iptables && \
|
||||||
|
patch -N -p1 --reject-file=- < iptables-patch-2
|
||||||
|
-cd iptables && \
|
||||||
|
patch -N -p1 --reject-file=- < iptables-patch-3
|
||||||
|
-cd iptables && \
|
||||||
|
patch -N -p0 --reject-file=- < iptables-patch-4
|
||||||
|
cd iptables && ./autogen.sh
|
||||||
|
cp config.sub iptables
|
||||||
|
cp config.guess iptables
|
||||||
|
cd iptables && \
|
||||||
|
CC="$(CC)" AR="$(AR)" RANLIB=$(RANLIB) CFLAGS="$(CFLAGS) -I$(EXTERNAL_ROOT)/include" LDFLAGS="$(LDFLAGS)" \
|
||||||
|
./configure --host=$(HOST) --disable-shared --enable-static
|
||||||
|
|
||||||
lzma: lzma-build-stamp
|
iptables-build-stamp: iptables/Makefile
|
||||||
$(MAKE) -C xz install
|
$(MAKE) -C iptables
|
||||||
|
touch iptables-build-stamp
|
||||||
|
cp iptables/iptables/xtables-multi bin/xtables
|
||||||
|
|
||||||
lzma-build-stamp: xz/Makefile
|
iptables: iptables-build-stamp
|
||||||
touch lzma-build-stamp
|
|
||||||
|
|
||||||
lzma-clean:
|
iptables-clean:
|
||||||
-rm -rf include/lzma
|
-rm -f iptables-build-stamp
|
||||||
-rm -f include/lzma.h
|
-rm bin/xtables
|
||||||
-rm -f lib/liblzma.a
|
-cd iptables && \
|
||||||
-rm -f lib/liblzma.la
|
|
||||||
-rm -f lzma-build-stamp
|
|
||||||
-cd xz && \
|
|
||||||
git clean -fdx
|
git clean -fdx
|
||||||
#------------------------------------------------------------------------------#
|
|
||||||
# zstd
|
|
||||||
|
|
||||||
zstd: zstd-build-stamp
|
|
||||||
$(MAKE) -C zstd/lib CC="$(CC)" CXX="$(CXX)" AR="$(AR)" RANLIB="$(RANLIB)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" PREFIX="$(EXTERNAL_ROOT)" libzstd.a-mt
|
|
||||||
$(MAKE) -C zstd/lib CC="$(CC)" CXX="$(CXX)" AR="$(AR)" RANLIB="$(RANLIB)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" PREFIX="$(EXTERNAL_ROOT)" libzstd.pc
|
|
||||||
test -d lib || mkdir lib
|
|
||||||
test -d lib/pkgconfig || mkdir lib/pkgconfig
|
|
||||||
test -d include || mkdir include
|
|
||||||
cp zstd/lib/libzstd.a lib
|
|
||||||
cp zstd/lib/libzstd.pc lib/pkgconfig
|
|
||||||
cp zstd/lib/zstd.h include
|
|
||||||
cp zstd/lib/common/zstd_errors.h include
|
|
||||||
cp zstd/lib/deprecated/zbuff.h include
|
|
||||||
cp zstd/lib/dictBuilder/zdict.h include
|
|
||||||
|
|
||||||
zstd-build-stamp:
|
|
||||||
touch zstd-build-stamp
|
|
||||||
|
|
||||||
zstd-clean:
|
|
||||||
-rm -f include/zstd.h include/zstd_errors.h include/zbuff.h include/zdict.h
|
|
||||||
-rm -f lib/libzstd.a
|
|
||||||
-rm -f lib/pkgconfig/libzstd.pc
|
|
||||||
-rm -f zstd-build-stamp
|
|
||||||
-cd zstd && \
|
|
||||||
git clean -fdx
|
|
||||||
#------------------------------------------------------------------------------#
|
#------------------------------------------------------------------------------#
|
||||||
# tor
|
# tor
|
||||||
|
|
||||||
|
@ -252,23 +223,26 @@ tor/configure:
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
||||||
tor/Makefile: tor/configure
|
tor/Makefile: tor/configure
|
||||||
|
cp fix_android_0.2.6.4rc_build.patch tor
|
||||||
|
cd tor && \
|
||||||
|
git apply fix_android_0.2.6.4rc_build.patch
|
||||||
cp config.sub tor
|
cp config.sub tor
|
||||||
cp config.guess tor
|
cp config.guess tor
|
||||||
cd tor && \
|
cd tor && \
|
||||||
CC="$(CC)" AR="$(AR)" RANLIB=$(RANLIB) PKG_CONFIG_PATH="$(EXTERNAL_ROOT)/lib/pkgconfig" CFLAGS="$(CFLAGS) -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -fno-strict-overflow" LDFLAGS="$(LDFLAGS)" \
|
CC="$(CC)" AR="$(AR)" RANLIB=$(RANLIB) CFLAGS="$(CFLAGS) -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -fno-strict-overflow" LDFLAGS="$(LDFLAGS)" \
|
||||||
LIBS="-L$(EXTERNAL_ROOT)/lib" CFLAGS="-I$(EXTERNAL_ROOT)/include -I$(EXTERNAL_ROOT)/include/event2" \
|
LIBS="-L$(EXTERNAL_ROOT)/lib" CFLAGS="-I$(EXTERNAL_ROOT)/include -I$(EXTERNAL_ROOT)/include/event2" \
|
||||||
./configure \
|
./configure \
|
||||||
--host=$(HOST) \
|
--host=$(HOST) \
|
||||||
--disable-asciidoc \
|
--disable-asciidoc \
|
||||||
--enable-static-libevent --with-libevent-dir=$(EXTERNAL_ROOT) \
|
--enable-static-libevent --with-libevent-dir=$(EXTERNAL_ROOT) \
|
||||||
--enable-static-openssl --with-openssl-dir=$(EXTERNAL_ROOT) \
|
--enable-static-openssl --with-openssl-dir=$(EXTERNAL_ROOT) \
|
||||||
--disable-linker-hardening --disable-gcc-hardening --disable-tool-name-check --disable-systemd --disable-module-dirauth
|
--disable-linker-hardening --disable-gcc-hardening
|
||||||
|
|
||||||
tor-build-stamp: tor/Makefile
|
tor-build-stamp: tor/Makefile
|
||||||
$(MAKE) -C tor all-am
|
$(MAKE) -C tor all-am
|
||||||
touch tor-build-stamp
|
touch tor-build-stamp
|
||||||
|
|
||||||
tor: lzma zstd libevent openssl tor-build-stamp
|
tor: libevent openssl tor-build-stamp
|
||||||
test -d bin || mkdir bin
|
test -d bin || mkdir bin
|
||||||
cp tor/src/or/tor bin
|
cp tor/src/or/tor bin
|
||||||
|
|
||||||
|
@ -281,22 +255,98 @@ tor-clean:
|
||||||
git reset HEAD --hard
|
git reset HEAD --hard
|
||||||
|
|
||||||
#------------------------------------------------------------------------------#
|
#------------------------------------------------------------------------------#
|
||||||
#create and clean assets: FYI - tor is stored as a ZIP file with an so extension
|
# polipo
|
||||||
#in the libs directly, so it is handled like a shared library for local installation
|
|
||||||
|
|
||||||
assets: tor
|
polipo-build-stamp:
|
||||||
install -d ../tor-android-binary/src/main/libs/$(APP_ABI)
|
CC="$(CC)" CFLAGS="$(PIEFLAGS)" LDFLAGS="$(PIEFLAGS)" $(MAKE) -C polipo
|
||||||
|
touch polipo-build-stamp
|
||||||
|
|
||||||
|
polipo: polipo-build-stamp
|
||||||
|
test -d bin || mkdir bin
|
||||||
|
cp polipo/polipo bin
|
||||||
|
|
||||||
|
polipo-clean:
|
||||||
|
$(MAKE) -C polipo clean
|
||||||
|
-rm -f polipo/polipo
|
||||||
|
-rm -f bin/polipo
|
||||||
|
-rm -f polipo-build-stamp
|
||||||
|
|
||||||
|
#------------------------------------------------------------------------------#
|
||||||
|
# PLUTO Pluggable Transports
|
||||||
|
|
||||||
|
pluto/bin/android_arm/obfs4proxy:
|
||||||
|
cd pluto && \
|
||||||
|
./build.sh
|
||||||
|
|
||||||
|
pluto-build-stamp: pluto/bin/android_arm/obfs4proxy
|
||||||
|
touch pluto-build-stamp
|
||||||
|
|
||||||
|
pluto: pluto-build-stamp
|
||||||
|
test -d bin || mkdir bin
|
||||||
|
cp pluto/bin/android_arm/obfs4proxy bin
|
||||||
|
cp pluto/bin/android_arm/meek-client bin
|
||||||
|
|
||||||
|
pluto-clean:
|
||||||
|
-rm -rf pluto/bin
|
||||||
|
|
||||||
|
#------------------------------------------------------------------------------#
|
||||||
|
# JTorControl library
|
||||||
|
|
||||||
|
jtorctl/bin/jtorctl.jar:
|
||||||
|
test -d jtorctl/bin || mkdir jtorctl/bin
|
||||||
|
cd jtorctl && \
|
||||||
|
javac -source 1.6 -target 1.6 net/freehaven/tor/control/TorControlConnection.java -d bin
|
||||||
|
cd jtorctl/bin && \
|
||||||
|
jar cvf jtorctl.jar *
|
||||||
|
|
||||||
|
jtorctl-build-stamp: jtorctl/bin/jtorctl.jar
|
||||||
|
touch jtorctl-build-stamp
|
||||||
|
|
||||||
|
jtorctl: jtorctl-build-stamp
|
||||||
|
test -d bin || mkdir bin
|
||||||
|
cp jtorctl/bin/jtorctl.jar bin
|
||||||
|
|
||||||
|
jtorctl-clean:
|
||||||
|
-rm -rf jtorctl/bin
|
||||||
|
-rm jtorctl-build-stamp
|
||||||
|
|
||||||
|
#------------------------------------------------------------------------------#
|
||||||
|
#create and clean assets: FYI - tor is stored as a ZIP file with an mp3 extension
|
||||||
|
#in order to stop Android OS (older devices) from trying to compress/decompress it
|
||||||
|
#this is related to a bug in compression of assets and resources > 1MB
|
||||||
|
|
||||||
|
assets: tor polipo jtorctl iptables pluto
|
||||||
|
install -d ../libs
|
||||||
|
install bin/jtorctl.jar ../libs
|
||||||
|
install -d ../assets/$(APP_ABI)
|
||||||
|
-$(STRIP) bin/polipo
|
||||||
|
-zip ../assets/$(APP_ABI)/polipo.mp3 bin/polipo
|
||||||
-$(STRIP) bin/tor
|
-$(STRIP) bin/tor
|
||||||
-zip ../tor-android-binary/src/main/libs/$(APP_ABI)/tor.so bin/tor
|
-zip ../assets/$(APP_ABI)/tor.mp3 bin/tor
|
||||||
|
-$(STRIP) bin/xtables
|
||||||
|
-zip ../assets/$(APP_ABI)/xtables.mp3 bin/xtables
|
||||||
|
-$(STRIP) bin/meek-client
|
||||||
|
-zip ../assets/$(APP_ABI)/meek-client.mp3 bin/meek-client
|
||||||
|
-$(STRIP) bin/obfs4proxy
|
||||||
|
-zip ../assets/$(APP_ABI)/obfs4proxy.mp3 bin/obfs4proxy
|
||||||
|
-$(STRIP) ../libs/$(APP_ABI)/pdnsd
|
||||||
|
-zip ../assets/$(APP_ABI)/pdnsd.mp3 ../libs/$(APP_ABI)/pdnsd
|
||||||
|
-rm ../libs/$(APP_ABI)/pdnsd
|
||||||
|
|
||||||
assets-clean:
|
assets-clean:
|
||||||
-rm ../tor-android-binary/src/main/libs/$(APP_ABI)/tor.so
|
-rm ../assets/$(APP_ABI)/polipo.mp3
|
||||||
|
-rm ../assets/$(APP_ABI)/tor.mp3
|
||||||
|
-rm ../assets/$(APP_ABI)/xtables.mp3
|
||||||
|
-rm ../assets/$(APP_ABI)/meek-client.mp3
|
||||||
|
-rm ../assets/$(APP_ABI)/obfs4proxy.mp3
|
||||||
|
-rm ../assets/$(APP_ABI)/pdnsd.mp3
|
||||||
|
-rm ../libs/jtorctl.jar
|
||||||
|
|
||||||
#------------------------------------------------------------------------------#
|
#------------------------------------------------------------------------------#
|
||||||
# cleanup, cleanup, put the toys away
|
# cleanup, cleanup, put the toys away
|
||||||
|
|
||||||
##clean: openssl-clean libevent-clean tor-clean polipo-clean assets-clean
|
##clean: openssl-clean libevent-clean tor-clean polipo-clean jtorctl-clean assets-clean
|
||||||
clean: openssl-clean libevent-clean lzma-clean zstd-clean tor-clean
|
clean: openssl-clean libevent-clean tor-clean polipo-clean iptables-clean jtorctl-clean assets-clean pluto-clean
|
||||||
|
|
||||||
#------------------------------------------------------------------------------#
|
#------------------------------------------------------------------------------#
|
||||||
# debugging stuff
|
# debugging stuff
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<classpath>
|
||||||
|
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
||||||
|
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
|
||||||
|
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
|
||||||
|
<classpathentry exported="true" kind="lib" path="libs/android-support-v4.jar"/>
|
||||||
|
<classpathentry exported="true" kind="lib" path="libs/android-support-v7-appcompat.jar"/>
|
||||||
|
<classpathentry kind="src" path="src"/>
|
||||||
|
<classpathentry kind="src" path="gen"/>
|
||||||
|
<classpathentry kind="output" path="bin/classes"/>
|
||||||
|
</classpath>
|
|
@ -0,0 +1,33 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<projectDescription>
|
||||||
|
<name>android-support-v7-appcompat</name>
|
||||||
|
<comment></comment>
|
||||||
|
<projects>
|
||||||
|
</projects>
|
||||||
|
<buildSpec>
|
||||||
|
<buildCommand>
|
||||||
|
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
|
<buildCommand>
|
||||||
|
<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
|
<buildCommand>
|
||||||
|
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
|
<buildCommand>
|
||||||
|
<name>com.android.ide.eclipse.adt.ApkBuilder</name>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
|
</buildSpec>
|
||||||
|
<natures>
|
||||||
|
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
|
||||||
|
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||||
|
</natures>
|
||||||
|
</projectDescription>
|
|
@ -0,0 +1,4 @@
|
||||||
|
eclipse.preferences.version=1
|
||||||
|
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
|
||||||
|
org.eclipse.jdt.core.compiler.compliance=1.6
|
||||||
|
org.eclipse.jdt.core.compiler.source=1.6
|
|
@ -0,0 +1,20 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Copyright (C) 2012 The Android Open Source Project
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
-->
|
||||||
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
package="android.support.v7.appcompat">
|
||||||
|
<uses-sdk android:minSdkVersion="7"/>
|
||||||
|
<application />
|
||||||
|
</manifest>
|
|
@ -0,0 +1,10 @@
|
||||||
|
Library Project including compatibility ActionBar.
|
||||||
|
|
||||||
|
This can be used by an Android project to provide
|
||||||
|
access to ActionBar on applications running on API 7+.
|
||||||
|
|
||||||
|
There is technically no source, but the src folder is necessary
|
||||||
|
to ensure that the build system works. The content is actually
|
||||||
|
located in libs/android-support-v7-appcompat.jar.
|
||||||
|
The accompanying resources must also be included in the application.
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue