summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorOwen Lin <owenlin@google.com>2010-01-16 05:24:14 +0800
committerOwen Lin <owenlin@google.com>2010-01-21 19:06:55 -0800
commit85f7213b44515c06fee68a085065e5d96181465c (patch)
tree37bd3c0b2748af9fbbd86ef97f848e93e92a9815 /res
parente2900e1761d73aec4d269d166981278dd27dffbc (diff)
downloadLegacyCamera-85f7213b44515c06fee68a085065e5d96181465c.zip
LegacyCamera-85f7213b44515c06fee68a085065e5d96181465c.tar.gz
LegacyCamera-85f7213b44515c06fee68a085065e5d96181465c.tar.bz2
Add restore default settings for Camera/Camcorder app.
Bug: 2167010 Change-Id: I1b59ddd23ee9a3b9cc34f911c048e269fb872cf8
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5cd38e7..f7695d6 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -78,6 +78,10 @@
<!-- Confirmation dialog message after deleting a video -->
<string name="confirm_delete_video_message">The video will be deleted.</string>
+ <!-- Confirmation dialog when restoring settings -->
+ <string name="confirm_restore_title">Restore Settings</string>
+ <string name="confirm_restore_message">Camera settings will be restored to default.</string>
+
<!-- button in review mode indicating that the picture just taken should be deleted -->
<string name="review_toss">DELETE</string>
@@ -308,6 +312,10 @@
<!-- Scene mode optimized for taking images of fireworks. -->
<string name="pref_camera_scenemode_entry_fireworks">Fireworks</string>
+ <!-- Restore settings item in preference -->
+ <string name="pref_restore_title">Restore settings</string>
+ <string name="pref_restore_detail">Restore camera settings to default</string>
+
<!-- Message to show when there's no lat/lng information in the image -->
<string name="no_location_image">No Location information contained in this image.</string>
<!-- Title of Details dialog -->