1<!--
2  Copyright 2019 The Android Open Source Project
3
4  Licensed under the Apache License, Version 2.0 (the "License");
5  you may not use this file except in compliance with the License.
6  You may obtain a copy of the License at
7
8       http://www.apache.org/licenses/LICENSE-2.0
9
10  Unless required by applicable law or agreed to in writing, software
11  distributed under the License is distributed on an "AS IS" BASIS,
12  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  See the License for the specific language governing permissions and
14  limitations under the License.
15  -->
16
17<resources>
18    <string name="app_name">Camera Extensions Validation Tool</string>
19    <string name="extensions_validator">Camera Extensions Validator</string>
20    <string name="camerax_extensions">CameraX Extensions</string>
21    <string name="camerax_extensions_validator">CameraX Extensions Validator</string>
22    <string name="camera2_extensions">Camera2 Extensions</string>
23    <string name="camera2_extensions_validator">Camera2 Extensions Validator</string>
24    <string name="error_msg_no_camera_support_extension">No camera supports any extension modes!</string>
25    <string name="toggle_video_on">video\non</string>
26    <string name="toggle_video_off">video\noff</string>
27    <string name="button_record_start">record</string>
28    <string name="button_record_stop">stop</string>
29</resources>
30