.. | .. |
---|
136 | 136 | <!-- message for the dialog showing that the user's photo could not be saved [CHAR LIMIT=NONE] --> |
---|
137 | 137 | <string name="error_media_storage_failure">There was a problem saving your photo or video.</string> |
---|
138 | 138 | |
---|
| 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 | + |
---|
139 | 142 | <!-- message for the dialog showing that the app does not have sufficient permissions [CHAR LIMIT=NONE] --> |
---|
140 | 143 | <string name="error_permissions">The app does not have critical permissions needed to run. Please check your permissions settings.</string> |
---|
141 | 144 | |
---|
.. | .. |
---|
163 | 166 | <!-- Default feedback that is entered in the Feedback textview for issues related to saving photos. [CHAR LIMIT=NONE] --> |
---|
164 | 167 | <string name="feedback_description_save_photo">Photo or video did not save to the device.</string> |
---|
165 | 168 | |
---|
| 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 | + |
---|
166 | 172 | <!-- Screen display message during image capture to indicate that the capture is in progress, like during HDR+. [CHAR LIMIT=20] --> |
---|
167 | 173 | <string name="capturing">Capturing</string> |
---|
168 | 174 | |
---|
.. | .. |
---|
172 | 178 | <string name="pref_camera_id_default" translatable="false">0</string> |
---|
173 | 179 | |
---|
174 | 180 | <!-- 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 | + |
---|
175 | 184 | <string name="pref_camera_id_index_back" translatable="false">1</string> |
---|
176 | 185 | <string name="pref_camera_id_index_front" translatable="false">2</string> |
---|
177 | 186 | <string name="pref_camera_id_index_external" translatable="false">2</string> |
---|
.. | .. |
---|
840 | 849 | <string name="setting_front_camera_photo">Front camera photo</string> |
---|
841 | 850 | <!-- Camera settings title for front camera video resolution. [CHAR LIMIT=25] --> |
---|
842 | 851 | <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> |
---|
843 | 856 | |
---|
844 | 857 | <!-- Text shown in camera settings list for selecting the camera mode that will be used by default when the app starts [CHAR LIMIT=25] --> |
---|
845 | 858 | <string name="setting_default_camera">Default Camera</string> |
---|