summaryrefslogtreecommitdiffstats
path: root/res/values-en-rAU
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-en-rAU')
-rw-r--r--res/values-en-rAU/qcomstrings.xml2
-rw-r--r--res/values-en-rAU/strings.xml8
2 files changed, 10 insertions, 0 deletions
diff --git a/res/values-en-rAU/qcomstrings.xml b/res/values-en-rAU/qcomstrings.xml
index d7e2c8ae4..c90ad3bb5 100644
--- a/res/values-en-rAU/qcomstrings.xml
+++ b/res/values-en-rAU/qcomstrings.xml
@@ -485,6 +485,7 @@
<string name="pref_camera2_scene_mode_sharp_photo_instructional_content">Sharp photo reduces blur that is due to motion in the scene, or due to hand motion.</string>
<string name="pref_camera2_scene_mode_tracking_focus_instructional_content">Allows you to track and focus a selected person or object while taking pictures or videos. To start, position the focus rectangle on a person or object you want to track.</string>
<string name="pref_camera2_scene_mode_time_lapse_instructional_content">With Time lapse, you can transform a long video recording into a few seconds of video. This effect applies to videos, but not photos.</string>
+ <string name="pref_camera2_scene_mode_panorama_instructional_content">Allows you to pan left or right to take a wide landscape photo. You can also pan up or down to take tall photos.</string>
<string name="pref_camera2_scene_mode_blur_buster_instructional_content">BlurBuster reduces blur from shaky hands. It can be helpful when taking photos in difficult places.</string>
<string name="pref_camera2_scene_mode_pro_instructional_content">With Pro mode, you can manually control settings for ISO, exposure, white balance, and focus. You will have easy access to all of these advanced settings</string>
<string name="pref_camera2_not_show_again">Do not show again</string>
@@ -549,6 +550,7 @@
<string name="pref_camera2_zsl_entry_hal_zsl">Hardware ZSL</string>
<!-- QCFA Title -->
<!-- QCFA choices -->
+ <string name="pref_camera2_switch_camera_title">Switch camera by ID</string>
<string name="pref_camera2_initial_camera_entry_bayer">Bayer</string>
<string name="pref_camera2_initial_camera_entry_mono">Mono</string>
<string name="pref_camera2_initial_camera_entry_front">Front</string>
diff --git a/res/values-en-rAU/strings.xml b/res/values-en-rAU/strings.xml
index 1b23e0130..af29fb225 100644
--- a/res/values-en-rAU/strings.xml
+++ b/res/values-en-rAU/strings.xml
@@ -556,9 +556,17 @@ CHAR LIMIT = NONE] -->
<string name="pref_camera2_category_system">System</string>
<string name="pref_camera2_restore_default">Restore defaults</string>
<string name="pref_camera2_restore_default_hint">Camera settings will be restored to default settings</string>
+ <plurals name="save_best_dialog_content">
+ <item quantity="one">%1$d of 10 images will be saved and the rest will be deleted</item>
+ <item quantity="other">%1$d of 10 images will be saved and the rest will be deleted</item>
+ </plurals>
<string name="save_best_dialog_title">Save selected images?</string>
<string name="save_best_dialog_positive_bt">OK</string>
<string name="save_best_dialog_native_bt">Cancel</string>
+ <plurals name="save_best_image_toast">
+ <item quantity="one">%1$d of 10 images saved.</item>
+ <item quantity="other">%1$d of 10 images saved.</item>
+ </plurals>
<string name="dialog_do_not_show">Do not show again</string>
<string name="delete_best_dialog_title">Delete all?</string>
<string name="delete_best_dialog_content">Are you sure you want to delete all 10 pictures taken?</string>