blob: e57b93f5e87cce9e521cc634736fd5d55732d708 [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="app_name_stream_sharing">StreamSharing Test App</string>
<string name="effects">Effects</string>
<string name="preview">Preview</string>
<string name="preview_and_video">Preview &amp; Video</string>
<string name="surface_effect">Surface effect</string>
<string name="no_effect">No effect</string>
<string name="image_effect">Image effect</string>
<string name="image_capture">ImageCapture</string>
<string name="flip">flip</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="btn_export">Export</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 on</string>
<string name="toggle_video_disabled">Video off</string>
<string name="toggle_capture_enabled">Capture on</string>
<string name="toggle_capture_disabled">Capture off</string>
<string name="toggle_analysis_enabled">Analysis on</string>
<string name="toggle_analysis_disabled">Analysis off</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="toggle_effect_on">Effect On</string>
<string name="toggle_effect_off">Effect Off</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="btn_dismiss">Dismiss</string>
<string name="btn_restart">Restart</string>
<string name="preview_view">Preview View</string>
<string name="camera_controller">Camera Controller</string>
<string name="on_disk">on-disk</string>
<string name="transform">Transform</string>
<string name="compose_ui">Compose UI</string>
<string name="flash_mode_auto">flash auto</string>
<string name="flash_mode_on">flash on</string>
<string name="flash_mode_screen">screen flash</string>
<string name="flash_mode_off">flash off</string>
<string name="mirror_on">mirror on</string>
<string name="mirror_off">mirror off</string>
<string name="mlkit">MLKit</string>
</resources>