diff options
author | Michael Jurka <mikejurka@google.com> | 2011-09-27 22:10:05 -0700 |
---|---|---|
committer | Michael Jurka <mikejurka@google.com> | 2011-09-28 15:52:34 -0700 |
commit | b964f9c5c27b3fc79f1321d307c97b2d48e1e461 (patch) | |
tree | 78bfa3e225f1094f88a201d526a0dbca4b3b5fc2 /res/values | |
parent | 5f09e62c80e6d50350cbc64c7500e7f6772a9848 (diff) | |
download | packages_apps_trebuchet-b964f9c5c27b3fc79f1321d307c97b2d48e1e461.zip packages_apps_trebuchet-b964f9c5c27b3fc79f1321d307c97b2d48e1e461.tar.gz packages_apps_trebuchet-b964f9c5c27b3fc79f1321d307c97b2d48e1e461.tar.bz2 |
remove references to google apps
Change-Id: Id373dc701afdd476e125936711bbb040e1451f9e
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 5c806e2..63d7b3b 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -153,8 +153,8 @@ s --> <!-- Noun, menu item used to show help. [CHAR_LIMIT=none] --> <string name="menu_help">Help</string> - <!-- URL pointing to help text. [DO NOT TRANSLATE] --> - <string name="help_url" translatable="false">http://www.google.com/support/mobile/?p=help_home</string> + <!-- URL pointing to help text. If empty, no link to help will be created [DO NOT TRANSLATE] --> + <string name="help_url" translatable="false"></string> <!-- Strings for the contextual action bar (CAB) in All Apps --> <skip /> @@ -199,18 +199,9 @@ s --> <!-- Widgets: --> <skip /> - <!-- The Google Apps folder name --> - <string name="google_apps_folder_name">Google</string> - <!-- Text to show user in place of a gadget when we can't display it properly --> <string name="gadget_error_text">Problem loading widget</string> - <!-- URL to use when detecting the current default browser. - Attempts to mimic homepage_base in Browser; {CID} should be replaced - by the client-id, e.g. "android-google". --> - <string name="default_browser_url" translatable="false"> - http://www.google.com/m?client=ms-{CID}&source=android-home-hotseat</string> - <!-- Text to inform the user that they can't uninstall a system application --> <string name="uninstall_system_app_text">This is a system application and cannot be uninstalled.</string> |