summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorMichael Kolb <kolby@google.com>2011-07-29 13:37:05 -0700
committerMichael Kolb <kolby@google.com>2011-07-29 15:03:46 -0700
commit30adae6ebf17a724d24066a200432e6b22a4eeff (patch)
treea16abcb20629633f894e4e7aa4c38dca5ae73c8a /res/values
parent1b9353cbf59678721d48313cb92189a1530f0483 (diff)
downloadandroid_packages_apps_Gello-30adae6ebf17a724d24066a200432e6b22a4eeff.tar.gz
android_packages_apps_Gello-30adae6ebf17a724d24066a200432e6b22a4eeff.tar.bz2
android_packages_apps_Gello-30adae6ebf17a724d24066a200432e6b22a4eeff.zip
add accessibility descriptions/events
Bug: 4979091 added content descriptions to the image buttons send event for screen transition Change-Id: I403fe8504cace4aa84a5b1c6ca18f6c10fc9be34
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml45
1 files changed, 45 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index b5de6329..4ed6c21d 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1012,4 +1012,49 @@
<string name="remove_snapshot">Delete saved page</string>
<!-- Popup menu option to load the live version of a saved page [CHAR LIMIT=20] -->
<string name="snapshot_go_live">Go live</string>
+
+ <!-- Accessibility content descriptions -->
+
+ <!-- Content description for back button [CHAR LIMIT=NONE] -->
+ <string name="accessibility_button_back">Go back</string>
+ <!-- Content description for forward button [CHAR LIMIT=NONE] -->
+ <string name="accessibility_button_forward">Go forward</string>
+ <!-- Content description for refresh button [CHAR LIMIT=NONE] -->
+ <string name="accessibility_button_refresh">Refresh page</string>
+ <!-- Content description for stop button [CHAR LIMIT=NONE] -->
+ <string name="accessibility_button_stop">Stop page load</string>
+ <!-- Content description for add bookmark button [CHAR LIMIT=NONE] -->
+ <string name="accessibility_button_addbookmark">Bookmark page</string>
+ <!-- Content description for search button [CHAR LIMIT=NONE] -->
+ <string name="accessibility_button_search">Search</string>
+ <!-- Content description for voice search button [CHAR LIMIT=NONE] -->
+ <string name="accessibility_button_voice">Start voice search</string>
+ <!-- Content description for bookmarks button [CHAR LIMIT=NONE] -->
+ <string name="accessibility_button_bookmarks">Bookmarks</string>
+ <!-- Content description for close tab button [CHAR LIMIT=NONE] -->
+ <string name="accessibility_button_closetab">Close tab</string>
+ <!-- Content description for new tab button [CHAR LIMIT=NONE] -->
+ <string name="accessibility_button_newtab">Open new tab</string>
+ <!-- Content description for new incognito tab button [CHAR LIMIT=NONE] -->
+ <string name="accessibility_button_newincognitotab">Open new incognito tab</string>
+ <!-- Content description for clear button [CHAR LIMIT=NONE] -->
+ <string name="accessibility_button_clear">Clear input</string>
+ <!-- Content description for user agent switcher [CHAR LIMIT=NONE] -->
+ <string name="accessibility_button_uaswitch">Switch user agent</string>
+ <!-- Content description for go button [CHAR LIMIT=NONE] -->
+ <string name="accessibility_button_go">Go</string>
+
+ <!-- Content description for tab switcher button [CHAR LIMIT=NONE] -->
+ <string name="accessibility_button_navscreen">Page manager</string>
+ <!-- Content description for overflow menu button [CHAR LIMIT=NONE] -->
+ <string name="accessibility_button_more">More options</string>
+
+ <!-- Content description for incognito state [CHAR LIMIT=NONE] -->
+ <string name="accessibility_state_incognito">Incognito page</string>
+ <!-- Content description for frozen state [CHAR LIMIT=NONE] -->
+ <string name="accessibility_state_frozen">Saved page</string>
+
+ <!-- Content description for tab switcher transition [CHAR LIMIT=NONE] -->
+ <string name="accessibility_transition_navscreen">Tab management</string>
+
</resources>