[go: nahoru, domu]

blob: 0eb3bd9f5cb9d45ed4edf7c1c18f8b0767ec1010 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="app_name">CameraX Views Demo</string>
<string name="preview">Preview</string>
<string name="btn_capture">Capture</string>
<string name="btn_video_record">Record</string>
<string name="btn_video_stop_recording">Stop recording</string>
<string name="btn_capture_and_transform">Capture and transform</string>
<string name="pinch_to_zoom">Pinch to zoom</string>
<string name="tap_to_focus">Tap to focus</string>
<string name="torch">Torch</string>
<string name="linear_zoom">Linear zoom</string>
<string name="toggle_video_enabled">Video enabled</string>
<string name="toggle_video_disabled">Video disabled</string>
<string name="toggle_capture_enabled">Capture enabled</string>
<string name="toggle_capture_disabled">Capture disabled</string>
<string name="toggle_analysis_enabled">Analysis enabled</string>
<string name="toggle_analysis_disabled">Analysis disabled</string>
<string name="toggle_analyzer_set">Analyzer set</string>
<string name="toggle_analyzer_not_set">Analyzer not set</string>
<string name="toggle_camera_front">Front</string>
<string name="toggle_camera_back">Back</string>
<string name="btn_remove_or_add">Remove/Add</string>
<string name="btn_shrink">Shrink</string>
<string name="btn_switch">Switch</string>
<string name="btn_confirm">Confirm</string>
<string name="btn_cancel">Cancel</string>
<string name="camera_view">Camera View</string>
<string name="preview_view">Preview View</string>
<string name="camera_controller">Camera Controller</string>
<string name="transform">Transform</string>
<string name="flash_mode_auto">flash auto</string>
<string name="flash_mode_on">flash on</string>
<string name="flash_mode_off">flash off</string>
<string name="mirror_on">mirror on</string>
<string name="mirror_off">mirror off</string>
</resources>