updated resource strings in order to enable use of translation portal / pootle

svn:r22297
This commit is contained in:
Nathan Freitas 2010-05-08 04:18:24 +00:00
parent 83d72c2571
commit 127ed5d02f
2 changed files with 16 additions and 16 deletions

View File

@ -11,7 +11,7 @@
android:orientation="vertical" android:orientation="vertical"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="fill_parent"> android:layout_height="fill_parent">
<TextView android:text="@string/help_text" <TextView android:text=""
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:paddingTop="15px" android:paddingTop="15px"

View File

@ -19,7 +19,7 @@
<string name="tor_process_connecting_step3">complete.</string> <string name="tor_process_connecting_step3">complete.</string>
<string name="tor_process_connecting_step4">waiting.</string> <string name="tor_process_connecting_step4">waiting.</string>
<string name="not_anonymous_yet">WARNING: Your traffic is not anonymous yet! Please configure your applications to use HTTP proxy 127.0.0.1:8118 or SOCKS5 proxy 127.0.0.1:9050</string> <string name="not_anonymous_yet">WARNING: Your traffic is not anonymous yet! Please configure your applications to use HTTP proxy 127.0.0.1:8118 or SOCKS4A or SOCKS5 proxy 127.0.0.1:9050</string>
<string name="menu_home">Home</string> <string name="menu_home">Home</string>
<string name="menu_browse">Browse</string> <string name="menu_browse">Browse</string>
<string name="menu_settings">Settings</string> <string name="menu_settings">Settings</string>
@ -35,18 +35,18 @@
<string name="button_close">Close</string> <string name="button_close">Close</string>
<string name="button_about">About</string> <string name="button_about">About</string>
<string name="help_text">Orbot requires different configuration depending on the Android operating system version it is used on. <string name="help_text_1">Orbot requires different configuration depending on the Android operating system version it is used on.
Please visit https://www.torproject.org/docs/android.html for the latest information. Please visit https://www.torproject.org/docs/android.html for the latest information.</string>
\n\n
For non-rooted Android 1.x devices (G1, MyTouch3G, Hero): Please use the "ProxySurf" browser available in the Android Market, and set <string name="help_text_2">For non-rooted Android 1.x devices (G1, MyTouch3G, Hero): Please use the "ProxySurf" browser available in the Android Market, and set
the HTTP Proxy to 127.0.0.1 and port 8118, for HTTP traffic only (HTTP/S will not work). For Instant Messaging, try "Beem" in the market, and set the SOCKS5 proxy to 127.0.0.1 / port 9050. the HTTP Proxy to 127.0.0.1 and port 8118, for HTTP traffic only (HTTP/S will not work).</string>
\n\n
For Android 2.x devices, you MUST ROOT your device in order for Orbot to work transparently, as there is no browser that will work for non-root devices. Otherwise, the "Beem" app will allow <string name="help_text_3">For Instant Messaging, try "Beem" in the market, and set the SOCKS5 proxy to 127.0.0.1 / port 9050.</string>
you to set the SOCKS5 proxy to 127.0.0.1 and port 9050. You should also enable SSL to protect your username and password.
\n\n <string name="help_text_4">For Android 2.x devices, you MUST ROOT your device in order for Orbot to work transparently, as there is no browser that will work for non-root devices. Otherwise, the "Beem" app will allow
If you root your device, whether it is 1.x or 2.x based, Orbot will automatically, transparently proxy all web traffic (http and https) you to set the SOCKS5 proxy to 127.0.0.1 and port 9050. You should also enable SSL to protect your username and password.</string>
and all DNS requests. This includes the built-in Browser, Gmail, YouTube, Maps and any other application that access the web.
traffic. <string name="help_text_5">If you root your device, whether it is 1.x or 2.x based, Orbot can transparently proxy any applicatons you select
\n\n and all DNS requests. This includes the built-in Browser, Gmail, YouTube and Maps, as well as any third-party app.</string>
</string>
</resources> </resources>