diff options
author | Owen Lin <owenlin@google.com> | 2009-09-04 14:49:05 +0800 |
---|---|---|
committer | Owen Lin <owenlin@google.com> | 2009-09-07 17:25:07 +0800 |
commit | c0a98e8814a39e6c6b6e87425d9fbd0585009f3f (patch) | |
tree | edc96236f48f4c862ffdaf747c5937048959da7b /res/values | |
parent | 562f9230a5fec6ed0d126f62f498424cd47bb11e (diff) | |
download | LegacyCamera-c0a98e8814a39e6c6b6e87425d9fbd0585009f3f.zip LegacyCamera-c0a98e8814a39e6c6b6e87425d9fbd0585009f3f.tar.gz LegacyCamera-c0a98e8814a39e6c6b6e87425d9fbd0585009f3f.tar.bz2 |
Use SEND instenad of SEND_MULTIPLE if only one image/video
is selected.
Change-Id: I5136194cb6cd88cc2224c34e770e714d1dbe4e5a
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 11 |
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 --> |