diff options
Diffstat (limited to 'res/values/qcomstrings.xml')
-rw-r--r-- | res/values/qcomstrings.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml index 68d063c92..7e4988a01 100644 --- a/res/values/qcomstrings.xml +++ b/res/values/qcomstrings.xml @@ -97,6 +97,7 @@ <string name="pref_camera_video_duration_entry_mms">30 seconds(MMS)</string> <string name="pref_camera_video_duration_entry_10">10 minutes</string> <string name="pref_camera_video_duration_entry_30">30 minutes</string> + <string name="pref_camera_video_duration_entry_nolimit">no limit</string> <!-- Default Skin Tone Enhancement setting. Do not translate. --> <string name="pref_camera_skinToneEnhancement_default">disable</string> @@ -283,7 +284,7 @@ <string name="pref_camera_video_tnr_default" translatable="false">off</string> <!-- Default face detection setting. --> - <string name="pref_camera_facedetection_default" translatable="false">on</string> + <string name="pref_camera_facedetection_default" translatable="false">off</string> <!-- Settings screen, Select Face Detection --> <string name="pref_camera_facedetection_title">Face Detection</string> @@ -850,6 +851,9 @@ <string name="pref_camera_video_rotation_entry_180">180</string> <string name="pref_camera_video_rotation_entry_270">270</string> + <!-- The message is shown in toast when click showOnMap Menu and there is no map app --> + <string name="map_activity_not_found_err">There is no map app for show location.</string> + <!-- Continous shot enable message --> <string name="longshot_enable_message"> Advance features are not supported in continuous shot mode</string> |