From 66e1e82fde2e24cbe6e925bd4fe91f17b5001169 Mon Sep 17 00:00:00 2001 From: Nathan Freitas Date: Mon, 14 Nov 2011 03:20:11 -0500 Subject: [PATCH] extracted strings from preferences to put them properly in strings.xml --- res/values/strings.xml | 33 +++++++++++++++++++ res/xml/preferences.xml | 70 ++++++++++++++++++++++------------------- 2 files changed, 70 insertions(+), 33 deletions(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index e465e20a..546be686 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -199,5 +199,38 @@ Error Your ReachableAddresses settings caused an exception! Your relay settings caused an exception! +Exit Nodes +Fingerprints, nicks, countries and addresses for the last hop +Enter Exit Nodes +Exclude Nodes +Fingerprints, nicks, countries and addresses to exclude +Enter Exclude Nodes +Strict Nodes +Use *only* these specified nodes +Bridges +Use Bridges +Enable alternate entrance nodes into the Tor Network +IP address and port of bridges +Enter Bridge Addresses +Relays +Relaying +Enable your device to be a non-exit relay +Relay Port +Listening port for your Tor relay +Enter OR port +Relay nickname +The nickname for your Tor relay +Enter a custom relay nickname +Reachable Addresses +Run as a client behind a firewall with restrictive policies +Reachable ports +Ports reachable behind a restrictive firewall +Enter ports +Enable Hidden Services +run servers accessible via the Tor network +enter localhost ports for hidden services +Hidden Service Ports +the addressable name for your hidden service (generated automatically) +enable debug log to output (must use adb or aLogCat to view) diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index 6665cfd0..62eadc03 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -66,57 +66,57 @@ android:summary="@string/pref_entrance_node_summary" android:dialogTitle="@string/pref_entrance_node_dialog" /> +android:title="@string/strict_nodes" android:key="pref_strict_nodes" +android:summary="@string/use_only_these_specified_nodes"/> - + +android:title="@string/use_bridges" android:key="pref_bridges_enabled" +android:summary="@string/enable_alternate_entrance_nodes_into_the_tor_network"> - + @@ -125,24 +125,28 @@ android:dialogTitle="Enter a custom relay nickname" - - + + - + @@ -168,7 +172,7 @@ android:dialogTitle="@string/pref_proxy_port_dialog" android:key="pref_enable_logging" android:defaultValue="false" android:title="Debug Log" -android:summary="enable debug log to output (must use adb or aLogCat to view)" +android:summary="@string/enable_debug_log_to_output_must_use_adb_or_alogcat_to_view_" android:enabled="true">