summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorpezhan <pezhan@codeaurora.org>2017-01-09 11:19:54 +0800
committerpezhan <pezhan@codeaurora.org>2017-01-11 15:20:31 +0800
commit326822d1e444da7b227be3c86815e3ee6eb6453d (patch)
tree09fa64a75d294bbd63faf5298d861197d5e30478 /res/values/strings.xml
parent15f6d966c807c371a12f68bf9f5f4e7447a9ba8e (diff)
downloadandroid_packages_apps_Snap-326822d1e444da7b227be3c86815e3ee6eb6453d.tar.gz
android_packages_apps_Snap-326822d1e444da7b227be3c86815e3ee6eb6453d.tar.bz2
android_packages_apps_Snap-326822d1e444da7b227be3c86815e3ee6eb6453d.zip
SnapdragonCamera:Fix [FR35432] BestPicture function lost.
Add dialog when saving selected BestPicture. Add "X" icon display beside camcorder icon to exit BestPicture mode. Add multiple selections(Three dots beside SAVE)and "X" icon. Add dialog when select "X" icon. Add overflow menu with multiple selections to chose "Save All" or "Delete All" when click overflow menu. Add click for "Save All" to save all 1o pictures. Add click for "Delete All" to pop delete all dialog. Change-Id: I59cdad0f77fde616ea34db4d9d186d322285e394 CRs-Fixed: 1102814, 1102807, 1099428
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index cdd6066ad..94c901f65 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -576,6 +576,8 @@
<!-- The shutter button. [CHAR LIMIT = NONE] -->
<string name="accessibility_shutter_button">Shutter</string>
+ <!-- The exit best photo mode button. [CHAR LIMIT = NONE] -->
+ <string name="accessibility_exit_best_mode_button">Exit best photo mode</string>
<!-- The menu button. [CHAR LIMIT = NONE] -->
<string name="accessibility_menu_button">Menu button</string>
<!-- The mode picker to switch between camera, video and panorama. [CHAR LIMIT = NONE] -->
@@ -753,4 +755,21 @@ 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>
+
+ <string name="save_best_dialog_content">%1$d of 10 images will be saved and the rest will deleted.</string>
+ <string name="save_best_dialog_title">Save select images ?</string>
+ <string name="save_best_dialog_positive_bt">OK</string>
+ <string name="save_best_dialog_native_bt">Cancel</string>
+ <string name="save_best_image_toast">%1$d of 10 images saved.</string>
+ <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 to delete all 10 pictures taken?</string>
+ <string name="delete_best_dialog_native_bt">Cancel</string>
+ <string name="delete_best_dialog_positive_bt">Delete</string>
+ <string name="delete_all_best_dialog_title">Delete All ?</string>
+ <string name="delete_all_best_dialog_content">Are you sure to delete all images?</string>
+ <string name="delete_all_best_dialog_native_bt">Cancel</string>
+ <string name="delete_all_best_dialog_positive_bt">Delete All</string>
+ <string name="overflow_best_item1">Save All</string>
+ <string name="overflow_best_item2">Delete All</string>
</resources>