diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 8 |
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 --> |