summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index f80be7a..1bdb3a6 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -186,10 +186,13 @@
<string name="camera_crop">Crop</string>
<!-- Toast after trying to share a picture indicating that there are no applications which are capable of so doing. -->
- <string name="no_way_to_share_image">This picture cannot be shared.</string>
+ <string name="no_way_to_share_image">No application available to share the picture.</string>
<!-- Toast after trying to share a video indicating that there are no applications which are capable of so doing. -->
- <string name="no_way_to_share_video">This video cannot be shared.</string>
+ <string name="no_way_to_share_video">No application available to share the video.</string>
+
+ <!-- Toast after trying to share multiple media files indicating that there are no applications which are capable of so doing. -->
+ <string name="no_way_to_share">No application available to share the media file(s).</string>
<!-- Menu item for playing the video. -->
<string name="video_play">Play</string>
@@ -530,6 +533,10 @@
is to be sent to another application. -->
<string name="sendVideo">Share video via</string>
+ <!-- Displayed in the title of the dialog for things to do with media files that
+ are to be sent to another application: -->
+ <string name="send_media_files">Share media files via</string>
+
<!-- Activity label. This might show up in the activity-picker -->
<string name="movieviewlabel">Movies</string>
<!-- shown in the video player view while the video is being loaded, before it starts playing -->