commit 76ec147c7a73df093713f72dcc3c94646d91d5f9 Author: Nathan Freitas nathan@freitas.net Date: Mon May 5 00:00:14 2014 -0400
add some more externalized strings --- res/values/strings.xml | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/res/values/strings.xml b/res/values/strings.xml index 1672398..c4c6143 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -249,5 +249,8 @@ <string name="permission_manage_tor_description">Enable this app to control the Tor service</string> <string name="it_doesn_t_seem_like_you_have_orweb_installed_want_help_with_that_or_should_we_just_open_the_browser_">It doesn't seem like you have Orweb installed. Want help with that, or should we just open the browser?</string> <string name="install_apps_">Install apps?</string> + <string name="no_network_connectivity_putting_tor_to_sleep_">No network connectivity. Putting Tor to sleep...</string> + <string name="network_connectivity_is_good_waking_tor_up_">Network connectivity is good. Waking Tor up...</string> + <string name="updating_settings_in_tor_service">updating settings in Tor service</string>
</resources>
tor-commits@lists.torproject.org