summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml36
1 files changed, 16 insertions, 20 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index d3e1cb5a5..bcf20bf44 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -297,8 +297,6 @@
<!-- Settings screen, Flash mode title -->
<string name="pref_camera_flashmode_title">Flash</string>
- <!-- flash label [CHAR LIMIT=50] -->
- <string name="pref_camera_flashmode_label">FLASH</string>
<!-- Settings screen, Flash mode 'auto'. [CHAR LIMIT=12] -->
<string name="pref_camera_flashmode_entry_auto">Auto</string>
@@ -366,8 +364,8 @@
<!-- Scene mode optimized for taking indoor low-lights pictures. [CHAR LIMIT=16] -->
<string name="pref_camera_scenemode_entry_party">Party</string>
<!-- Scene mode for refocus feature [CHAR LIMIT=16] -->
- <string name="pref_camera_scenemode_entry_refocus">UbiFocus</string>
- <string name="pref_camera_scenemode_entry_optizoom">OptiZoom</string>
+ <string name="pref_camera_scenemode_entry_refocus" translatable="false">UbiFocus</string>
+ <string name="pref_camera_scenemode_entry_optizoom" translatable="false">OptiZoom</string>
<!-- Settings menu, scene mode labels [CHAR LIMIT=50] -->
<string name="pref_camera_scenemode_label_auto">NONE</string>
@@ -395,23 +393,22 @@
<string name="not_selectable_in_scene_mode">Not selectable in scene mode.</string>
<!-- Toast after enable HDR function to inform Continuous Shot has disabled -->
- <string name="HDR_disable_continuous_shot">Enable HDR will disable Continuous Shot.</string>
-
+ <string name="HDR_disable_continuous_shot">HDR will disable continuous shot.</string>
<!-- Toast after enable Advanced Capture function to inform Continuous Shot has disabled -->
- <string name="advanced_capture_disable_continuous_shot">Enable Advanced Capture will disable Continuous Shot.</string>
+ <string name="advanced_capture_disable_continuous_shot">Advanced capture will disable continuous shot.</string>
<!-- Toast after enable 2k4k video quality to inform IS has disabled -->
- <string name="video_quality_4k_disable_IS">Enable 4k video quality will disable Image Stabilization.</string>
+ <string name="video_quality_4k_disable_IS">4k video quality will disable image stabilization.</string>
<!-- Toast after 2k4k video is enabled to inform SeeMore has been disabled -->
<string name="video_quality_4k_disable_SeeMore">SeeMore cannot be enabled during 4k video.</string>
<!-- Toast after High Quality Noise Reduction has been enabled to show CDS is disabled -->
- <string name="disable_CDS_during_HighQualityNoiseReduction">High Quality Noise Reduction will disable CDS.</string>
+ <string name="disable_CDS_during_HighQualityNoiseReduction">High quality noise reduction will disable CDS.</string>
<!-- Toast after High Quality Noise Reduction has been enabled to show TNR is disabled -->
- <string name="disable_TNR_during_HighQualityNoiseReduction">High Quality Noise Reduction will disable TNR.</string>
+ <string name="disable_TNR_during_HighQualityNoiseReduction">High quality noise reduction will disable TNR.</string>
<!-- Toast after SeeMore has been enabled to show CDS is disabled -->
<string name="disable_CDS_during_SeeMore">SeeMore will disable CDS.</string>
@@ -420,7 +417,7 @@
<string name="disable_TNR_during_SeeMore">SeeMore will disable TNR.</string>
<!-- Toast after SeeMore has been enabled to show NR is disabled -->
- <string name="disable_NR_during_SeeMore">SeeMore will disable Noise Reduction.</string>
+ <string name="disable_NR_during_SeeMore">SeeMore will disable noise reduction.</string>
<!-- Exposure settings in preference -->
<string name="pref_exposure_title">Exposure</string>
@@ -698,7 +695,6 @@ CHAR LIMIT = NONE] -->
<!-- String shown when setting the homepage wallpaper in the background [CHAR LIMIT=NONE] -->
<string name="setting_wallpaper">Setting wallpaper</string>
-
<!-- Menu, Video rotation labels [CHAR LIMIT=50] -->
<string name="pref_camera_video_rotation_label_0">0</string>
<string name="pref_camera_video_rotation_label_90">90</string>
@@ -714,21 +710,21 @@ CHAR LIMIT = NONE] -->
<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_title">Save selected 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_title">Delete all?</string>
+ <string name="delete_best_dialog_content">Are you sure you want 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_title">Delete all?</string>
+ <string name="delete_all_best_dialog_content">Are you sure you want 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>
+ <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>
<string name="settings_title">Settings</string>
</resources>