liyujie
2025-08-28 786ff4f4ca2374bdd9177f2e24b503d43e7a3b93
android/packages/apps/Camera2/res/values/strings.xml
....@@ -136,6 +136,9 @@
136136 <!-- message for the dialog showing that the user's photo could not be saved [CHAR LIMIT=NONE] -->
137137 <string name="error_media_storage_failure">There was a problem saving your photo or video.</string>
138138
139
+ <!-- message for the dialog showing that the user's photo could not be saved [CHAR LIMIT=NONE] -->
140
+ <string name="error_cannot_start_recording_failure">The recording parameters are not compatible with this camera.</string>
141
+
139142 <!-- message for the dialog showing that the app does not have sufficient permissions [CHAR LIMIT=NONE] -->
140143 <string name="error_permissions">The app does not have critical permissions needed to run. Please check your permissions settings.</string>
141144
....@@ -163,6 +166,9 @@
163166 <!-- Default feedback that is entered in the Feedback textview for issues related to saving photos. [CHAR LIMIT=NONE] -->
164167 <string name="feedback_description_save_photo">Photo or video did not save to the device.</string>
165168
169
+ <!-- Default feedback that is entered in the Feedback textview for issues related to recording. [CHAR LIMIT=NONE] -->
170
+ <string name="feedback_description_start_recording">Can not start recording because of video settings</string>
171
+
166172 <!-- Screen display message during image capture to indicate that the capture is in progress, like during HDR+. [CHAR LIMIT=20] -->
167173 <string name="capturing">Capturing</string>
168174
....@@ -172,6 +178,9 @@
172178 <string name="pref_camera_id_default" translatable="false">0</string>
173179
174180 <!-- Named indexes into the array of camera facing entries -->
181
+ <!--string name="pref_camera_id_index_back" translatable="false">1</string>
182
+ <string name="pref_camera_id_index_front" translatable="false">2</string-->
183
+
175184 <string name="pref_camera_id_index_back" translatable="false">1</string>
176185 <string name="pref_camera_id_index_front" translatable="false">2</string>
177186 <string name="pref_camera_id_index_external" translatable="false">2</string>
....@@ -840,6 +849,10 @@
840849 <string name="setting_front_camera_photo">Front camera photo</string>
841850 <!-- Camera settings title for front camera video resolution. [CHAR LIMIT=25] -->
842851 <string name="setting_front_camera_video">Front camera video</string>
852
+ <!-- Camera settings title for external camera photo resolution. [CHAR LIMIT=25] -->
853
+ <string name="setting_external_camera_photo">External camera photo</string>
854
+ <!-- Camera settings title for external camera video resolution. [CHAR LIMIT=25] -->
855
+ <string name="setting_external_camera_video">External camera video</string>
843856
844857 <!-- Text shown in camera settings list for selecting the camera mode that will be used by default when the app starts [CHAR LIMIT=25] -->
845858 <string name="setting_default_camera">Default Camera</string>