diff options
| author | 2023-03-22 09:00:35 +0000 | |
|---|---|---|
| committer | 2023-03-22 09:00:35 +0000 | |
| commit | 39f28a664e4f693ea2c580e26e145d4bc27bc87d (patch) | |
| tree | b2774335f92d7772ed2d2834a5eb4e0131954b23 /java/res/values | |
| parent | 534f80e0e0fc0615bfd6ae7291ff38b3ac3a8771 (diff) | |
| parent | 6aaafb277958144a39f9ff4c8328a29eb2db6e38 (diff) | |
Merge "Revert "Add headline to sharesheet."" into udc-dev
Diffstat (limited to 'java/res/values')
| -rw-r--r-- | java/res/values/strings.xml | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index f38666e4..d1c97c7e 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -137,36 +137,6 @@ } </string> - <!-- Title atop a sharing UI indicating that text is being shared [CHAR_LIMIT=25] --> - <string name="sharing_text">Sharing text</string> - <!-- Title atop a sharing UI indicating that a link (URL) is being shared [CHAR_LIMIT=25] --> - <string name="sharing_link">Sharing link</string> - <!-- Title atop a sharing UI indicating that some images are being shared [CHAR_LIMIT=25] --> - <string name="sharing_images">{count, plural, - =1 {Sharing image} - other {Sharing # images} - } - </string> - <!-- Title atop a sharing UI indicating that some videos are being shared [CHAR_LIMIT=25] --> - <string name="sharing_videos">{count, plural, - =1 {Sharing video} - other {Sharing # videos} - } - </string> - <!-- Title atop a sharing UI indicating that some number of items are being shared - (for example: sharing a mixture of photos and videos [CHAR_LIMIT=25] --> - <string name="sharing_items">{count, plural, - =1 {Sharing # item} - other {Sharing # items} - } - </string> - <!-- Title atop a sharing UI indicating that an image is being shared with text attached. - [CHAR_LIMIT=25] --> - <string name="sharing_image_with_text">Sharing image with text</string> - <!-- Title atop a sharing UI indicating that an image is being shared with a link (URL) - attached. [CHAR_LIMIT=25] --> - <string name="sharing_image_with_link">Sharing image with link</string> - <!-- ChooserActivity - No direct share targets are available. [CHAR LIMIT=NONE] --> <string name="chooser_no_direct_share_targets">No recommended people to share with</string> |