summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-01-15 16:12:13 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-01-15 16:12:13 -0800
commit9c061072c8f4ec16acf25e0af7ca3d8317d1026f (patch)
treeed8b90b59a2688e918680d1fe530647a2c1e75b4 /res/values
parentb97ccf3f20bee44daf70f10966809e39e30ab4f7 (diff)
downloadLegacyCamera-9c061072c8f4ec16acf25e0af7ca3d8317d1026f.zip
LegacyCamera-9c061072c8f4ec16acf25e0af7ca3d8317d1026f.tar.gz
LegacyCamera-9c061072c8f4ec16acf25e0af7ca3d8317d1026f.tar.bz2
auto import from //branches/cupcake/...@126645
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml18
1 files changed, 16 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 55e1d51..4eed424 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -336,8 +336,9 @@
<!-- Menu item to go to the settings screen -->
<string name="camerasettings">Settings</string>
- <!-- Text message indicating that there are no pictures on the SD card -->
- <string name="image_gallery_NoImageView_text">No pictures found.</string>
+ <!-- Text message indicating that there are no pictures or videos in a particular
+ bucket on the SD card -->
+ <string name="image_gallery_NoImageView_text">No media found.</string>
<!-- Preference title for whether the user should be prompted form confirmation when deleting images -->
<string name="pref_gallery_confirm_delete_title">Confirm deletions</string>
@@ -460,4 +461,17 @@
<string name="spaceIsLow_title">Space is low</string>
<!-- Low-memory dialog message -->
<string name="spaceIsLow_content">Your SD card is running out of space. Change the quality setting or delete items from Gallery.</string>
+
+ <!-- Movie View Resume Playing dialog title -->
+ <string name="resume_playing_title">Resume video</string>
+
+ <!-- Movie View Start Playing dialog title -->
+ <string name="resume_playing_message">Resume playing from %s ?</string>
+
+ <!-- Movie View Start Playing button "Resume from bookmark" -->
+ <string name="resume_playing_resume">Resume playing</string>
+
+ <!-- Movie View Start Playing button "Beginning" -->
+ <string name="resume_playing_restart">Start over</string>
+
</resources>