| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| SPDX-FileCopyrightText: 2022 The LineageOS Project |
| SPDX-License-Identifier: Apache-2.0 |
| --> |
| <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| <string name="app_name">Camera</string> |
| <string name="video_camera_label">Camcorder</string> |
| <string name="camera_mode_highlight_description">Camera mode highlight</string> |
| <string name="cancel_button_description">Cancel</string> |
| <string name="confirm_button_description">Confirm</string> |
| <string name="flash_button_description">Flash mode</string> |
| <string name="flip_camera_button_description">Flip camera</string> |
| <string name="gallery_button_description">Gallery</string> |
| <string name="image_view_description">Image preview</string> |
| <string name="photo_mode_button_description">Switch to photo mode</string> |
| <string name="pro_button_description">Pro settings</string> |
| <string name="qr_mode_button_description">Switch to QR scanner mode</string> |
| <string name="settings_back_button_description">Go back to camera mode</string> |
| <string name="shutter_button_description">Shutter</string> |
| <string name="video_mode_button_description">Switch to video mode</string> |
| <string name="video_recording_state_button_description">Pause/resume video recording</string> |
| <string name="timer_off">TIMER OFF</string> |
| <string name="timer_3">TIMER 3s</string> |
| <string name="timer_10">TIMER 10s</string> |
| <string name="video_framerate_auto">AUTO FPS</string> |
| <string name="video_framerate_value"><xliff:g example="60" id="fps">%d</xliff:g> FPS</string> |
| <string name="effect_none">NONE</string> |
| <string name="effect_night">NIGHT</string> |
| <string name="effect_face_retouch">FACE RETOUCH</string> |
| <string name="effect_auto">AUTO</string> |
| <string name="grid_off">GRID OFF</string> |
| <string name="grid_on_3">GRID 3x3</string> |
| <string name="grid_on_4">GRID 4x4</string> |
| <string name="grid_on_goldenratio">GRID φ</string> |
| <string name="mic_off">MIC OFF</string> |
| <string name="mic_on">MIC ON</string> |
| <string name="settings">SETTINGS</string> |
| <string name="selector_photo">PHOTO</string> |
| <string name="select_video">VIDEO</string> |
| <string name="select_scan">SCAN</string> |
| <string name="app_permissions_toast">Permissions not granted by the user.</string> |
| <string name="camcorder_unsupported_toast">No camera supports video recording.</string> |
| <string name="qr_copy_description">Copy to clipboard</string> |
| <string name="qr_icon_description">Icon</string> |
| <string name="qr_share_description">Share</string> |
| <string name="qr_text">Text</string> |
| <string name="title_activity_settings">Settings</string> |
| <string name="general_header">General</string> |
| <string name="photos_header">Photos</string> |
| <string name="video_header">Video</string> |
| <string name="bright_screen_title">Bright screen</string> |
| <string name="bright_screen_summary">Locks brightness to 100%</string> |
| <string name="save_location_title">Save location data</string> |
| <string name="save_location_summary">Include GPS location in metadata</string> |
| <string name="save_location_toast">Location permissions not granted by the user.</string> |
| <string name="shutter_sound_title">Shutter sound</string> |
| <string name="shutter_sound_summary">Play a sound on capture</string> |
| <string name="leveler_title">Leveller</string> |
| <string name="leveler_summary">Indicator that shows device orientation</string> |
| <string name="photo_capture_mode_title">Capture mode</string> |
| <string name="photo_capture_mode_maximize_quality">Maximise quality</string> |
| <string name="photo_capture_mode_minimize_latency">Minimise latency</string> |
| <string name="photo_capture_mode_zsl">Zero shutter lag (experimental)</string> |
| <string name="image_stabilization_title">Enable image stabilisation when available</string> |
| <string name="image_stabilization_summary">If the hardware supports it, enable optical image stabilisation</string> |
| <string name="video_stabilization_title">Enable video stabilisation when available</string> |
| <string name="video_stabilization_summary">When available, enable electronic image stabilisation (EIS)</string> |
| <string name="video_stabilization_ois_title">Use OIS instead of EIS when available</string> |
| <string name="video_stabilization_ois_summary">If the hardware supports it, use optical image stabilisation (OIS) instead of electronic image stabilisation (EIS)</string> |
| <string name="video_stabilization_preview_title">Enable stabilisation on preview when available</string> |
| <string name="video_stabilization_preview_summary">If available, apply image stabilisation also to the preview and, if the hardware supports it, automatically enable optical image stabilisation (OIS) together with electronic image stabilisation (EIS) if the device deems that appropriate. Only some devices launched with Android 13 or newer supports this mode</string> |
| <string name="shortcut_selfie">Take a selfie</string> |
| <string name="shortcut_video">Take a video</string> |
| <string name="shortcut_qr">Scan a barcode</string> |
| </resources> |