From c74648831207df9495dcb13bf08afdecdf30fa93 Mon Sep 17 00:00:00 2001 From: 1 Date: Tue, 25 Apr 2023 19:17:58 +0000 Subject: Update file+share to align toggled text with mock. When text is toggled off, it should say e.g. "Image only". Mock: https://www.figma.com/file/JVIcmg4OhWuO5Vc1UdPVxe/Sharesheet-(U)?node-id=66-5067&t=Wj5ulJXOpvpOPlYY-0 Bug: 279599021 Test: atest UnbundledChooserActivityTest Test: Manual test with ShareTest Change-Id: I85eecae3c24f348e355717b78b2cf23aa748f91a --- java/res/values/strings.xml | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) (limited to 'java/res') diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index 8a24b349..360e2bc6 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -155,48 +155,85 @@ } + (for example: sharing a mixture of photos and videos) [CHAR_LIMIT=50] --> {count, plural, =1 {Sharing # file} other {Sharing # files} } + + {count, plural, =1 {Sharing image with text} other {Sharing # images with text} } + {count, plural, =1 {Sharing image with link} other {Sharing # images with link} } + {count, plural, =1 {Sharing video with text} other {Sharing # videos with text} } + {count, plural, =1 {Sharing video with link} other {Sharing # videos with link} } + {count, plural, =1 {Sharing file with text} other {Sharing # files with text} } + {count, plural, =1 {Sharing file with link} other {Sharing # files with link} } + + {count, plural, + =1 {Image only} + other {Images only} + } + + + + {count, plural, + =1 {Video only} + other {Videos only} + } + + + + {count, plural, + =1 {File only} + other {Files only} + } + + No recommended people to share with -- cgit v1.2.3-59-g8ed1b