summaryrefslogtreecommitdiff
path: root/java/res
diff options
context:
space:
mode:
author Matt Casey <mrcasey@google.com> 2024-05-22 20:15:53 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-05-22 20:15:53 +0000
commit3517284339deac6c24bf9eca3183d44e7e01fe9d (patch)
tree15b50a9e888d1137406df187ba51905887c8d5b0 /java/res
parent6a47cd2ebc510237b44426ee9d9c82b2d4f0aa8e (diff)
parent5129b5fe7cee819811d0fd166176e54ca139cd82 (diff)
Merge "Content description fixes for shareousel" into main
Diffstat (limited to 'java/res')
-rw-r--r--java/res/values/strings.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml
index 32c61327..c026ee59 100644
--- a/java/res/values/strings.xml
+++ b/java/res/values/strings.xml
@@ -322,7 +322,17 @@
<!-- Title for a button. Adds back a (previously excluded) web link into the shared content. -->
<string name="include_link">Include link</string>
- <!-- Accesssibility content description for a sharesheet target that has been pinned to the
+ <!-- Accessibility content description for a sharesheet target that has been pinned to the
front of the list by the user. [CHAR LIMIT=NONE] -->
<string name="pinned">Pinned</string>
+
+ <!-- Accessibility content description for an image that the user may select for sharing.
+ [CHAR LIMIT=NONE] -->
+ <string name="selectable_image">Selectable image</string>
+ <!-- Accessibility content description for a video that the user may select for sharing.
+ [CHAR LIMIT=NONE] -->
+ <string name="selectable_video">Selectable video</string>
+ <!-- Accessibility content description for an item that the user may select for sharing.
+ [CHAR LIMIT=NONE] -->
+ <string name="selectable_item">Selectable item</string>
</resources>