diff options
author | Jean-Michel Trivi <jmtrivi@google.com> | 2009-06-05 18:37:29 -0700 |
---|---|---|
committer | Mitsuru Oshima <oshima@google.com> | 2009-06-10 13:57:27 -0700 |
commit | ef0bed33b9a2824f163128a7479a019a9fc7a79d (patch) | |
tree | 3170b619116f9b79175c727666ed0e0b71073e34 /res/values | |
parent | ed29a6583578a094350596246cb43c2876fd93b4 (diff) | |
download | packages_apps_settings-ef0bed33b9a2824f163128a7479a019a9fc7a79d.zip packages_apps_settings-ef0bed33b9a2824f163128a7479a019a9fc7a79d.tar.gz packages_apps_settings-ef0bed33b9a2824f163128a7479a019a9fc7a79d.tar.bz2 |
CompatibilityMode settings
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 9119edc..d6394bc 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -886,6 +886,13 @@ <!-- Sound & display settings screen, setting option summary to change screen timeout --> <string name="screen_timeout_summary">Adjust the delay before the screen automatically turns off</string> + <!-- Sound & display settings screen, compatibility mode check box label --> + <string name="compatibility_mode_title">Compatibility Mode</string> + <!-- Sound & display settings screen, compatibility mode option summary text when check box is selected --> + <string name="compatibility_mode_summary_on">Run older apps in Compatibility mode. This require rebooting. </string> + <!-- Sound & display settings screen, compatibility mode option summary text when check box is clear --> + <string name="compatibility_mode_summary_off">Run older apps in Compatibility mode. This require rebooting. </string> + <!-- SIM lock settings title --> <string name="sim_lock_settings">SIM card lock settings</string> <!-- Security & location settings screen, setting option name --> |