adding new/missing string resources

svn:r21595
This commit is contained in:
Nathan Freitas 2010-02-08 20:43:38 +00:00
parent ca21fe87aa
commit 7c4953eefc
1 changed files with 31 additions and 0 deletions

31
res/xml/preferences.xml Normal file
View File

@ -0,0 +1,31 @@
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<CheckBoxPreference android:defaultValue="false"
android:title="Use Bridges" android:key="pref_bridges_enabled"
android:summary="Enable alternate entrance nodes into the Tor Network"></CheckBoxPreference>
<CheckBoxPreference android:defaultValue="false"
android:title="Update Bridges from Authority" android:key="pref_bridges_update"
android:summary="Modify bridge list automatically"></CheckBoxPreference>
<EditTextPreference android:key="pref_bridge_list"
android:title="Bridges"
android:summary="IP address and port of bridge(s) i.e. 124.45.6.789:1234"
android:dialogTitle="Enter Bridge Addresses"
/>
<EditTextPreference android:key="pref_relay"
android:title="Relaying"
android:summary="Enable your device to be a relay"
android:dialogTitle="Enter Bridge Addresses"
android:enabled="false"
/>
<CheckBoxPreference android:defaultValue="false"
android:title="Fascist Firewall" android:key="pref_fascist_firewall"
android:summary="Run as a client behind a firewall with restrictive policies"
android:enabled="false"></CheckBoxPreference>
</PreferenceScreen>