diff options
author | Svetoslav <svetoslavganov@google.com> | 2013-02-01 00:47:29 -0800 |
---|---|---|
committer | Svetoslav <svetoslavganov@google.com> | 2013-02-01 00:47:29 -0800 |
commit | 0a9c7c144671f70f5f1af222050bd3ec6b11fe41 (patch) | |
tree | 9f2062e418e4427a22a70d00f127046b87202704 /core/res | |
parent | 0ec0418c6eac5076774a74855725d9df53141907 (diff) | |
download | frameworks_base-0a9c7c144671f70f5f1af222050bd3ec6b11fe41.zip frameworks_base-0a9c7c144671f70f5f1af222050bd3ec6b11fe41.tar.gz frameworks_base-0a9c7c144671f70f5f1af222050bd3ec6b11fe41.tar.bz2 |
Fixing backwards cmpatibility for enabling explore by touch
Change-Id: I8cbc4f03223d289547e3f3f6d1f528ad5b4f6f72
Diffstat (limited to 'core/res')
-rw-r--r-- | core/res/res/values/strings.xml | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 8f8f32d..aae509e 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -950,8 +950,8 @@ <string name="permlab_canRequestEnahncedWebAccessibility">request enhanced web accessibility</string> <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. --> <string name="permdesc_canRequestEnahncedWebAccessibility">Allows the hoder to request - enabling of web accessibility enhancements. For example, installing scripts from - Google to make app content more accessible.</string> + enabling of web accessibility enhancements. For example, installing scripts to make + app content more accessible.</string> <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. --> <string name="permlab_bindTextService">bind to a text service</string> @@ -2714,6 +2714,25 @@ <!-- SearchView accessibility description for voice button [CHAR LIMIT=NONE] --> <string name="searchview_description_voice">Voice search</string> + <!-- Title for a warning message about the interaction model changes after allowing an accessibility + service to put the device into explore by touch mode, displayed as a dialog message when + the user selects to enables the service. (default). [CHAR LIMIT=45] --> + <string name="enable_explore_by_touch_warning_title">Enable Explore by Touch?</string> + <!-- Summary for a warning message about the interaction model changes after allowing an accessibility + service to put the device into explore by touch mode, displayed as a dialog message when + the user selects to enables the service. (tablet). [CHAR LIMIT=NONE] --> + <string name="enable_explore_by_touch_warning_message" product="tablet"> + <xliff:g id="accessibility_service_name">%1$s</xliff:g> wants to enable Explore by Touch. + When Explore by Touch is turned on, you can hear or see descriptions of what\'s under + your finger or perform gestures to interact with the tablet.</string> + <!-- Summary for a warning message about the interaction model changes after allowing an accessibility + service to put the device into explore by touch mode, displayed as a dialog message when + the user selects to enables the service. (default). [CHAR LIMIT=NONE] --> + <string name="enable_explore_by_touch_warning_message" product="default"> + <xliff:g id="accessibility_service_name">%1$s</xliff:g> wants to enable Explore by Touch. + When Explore by Touch is turned on, you can hear or see descriptions of what\'s under + your finger or perform gestures to interact with the phone.</string> + <!-- String used to display the date. This is the string to say something happened 1 month ago. --> <string name="oneMonthDurationPast">1 month ago</string> <!-- String used to display the date. This is the string to say something happened more than 1 month ago. --> |