blob: c8a75edcc6f35a9a373420ee392695663c8eae10 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
SPDX-FileCopyrightText: 2022-2023 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- App/Activities -->
<string name="app_name">Camera</string>
<string name="video_camera_label">Camcorder</string>
<!-- Content descriptions -->
<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="google_lens_button_description">Open Google Lens</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="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>
<!-- Secondary button text -->
<string name="timer_off">TIMER OFF</string>
<string name="timer_3">TIMER 3s</string>
<string name="timer_10">TIMER 10s</string>
<string name="aspect_ratio_4_3" translatable="false">4:3</string>
<string name="aspect_ratio_16_9" translatable="false">16:9</string>
<string name="video_quality_sd" translatable="false">480p</string>
<string name="video_quality_hd" translatable="false">720p</string>
<string name="video_quality_fhd" translatable="false">1080p</string>
<string name="video_quality_uhd" translatable="false">2160p</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_bokeh" translatable="false">BOKEH</string>
<string name="effect_hdr" translatable="false">HDR</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>
<!-- Selector chip -->
<string name="selector_photo">PHOTO</string>
<string name="select_video">VIDEO</string>
<string name="select_scan">SCAN</string>
<!-- Toast messages -->
<string name="app_permissions_toast">Permissions not granted by the user.</string>
<string name="camcorder_unsupported_toast">No camera supports video recording.</string>
<!-- QR dialog -->
<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_wifi_title">Connect to this Wi-Fi network</string>
<string name="qr_dpp_title" translatable="false">Wi-Fi Easy Connect™ (DPP)</string>
<string name="qr_dpp_description">Configure this device</string>
<string name="qr_text">Text</string>
<!-- Settings title -->
<string name="title_activity_settings">Settings</string>
<!-- Preference Titles -->
<string name="general_header">General</string>
<string name="photos_header">Photos</string>
<string name="video_header">Video</string>
<!-- General Preferences -->
<string name="bright_screen_title">Bright screen</string>
<string name="bright_screen_summary" formatted="false">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">Leveler</string>
<string name="leveler_summary">Indicator that shows device orientation</string>
<!-- Photo Preferences -->
<string name="photo_capture_mode_title">Capture mode</string>
<string name="photo_capture_mode_maximize_quality">Maximize quality</string>
<string name="photo_capture_mode_minimize_latency">Minimize latency</string>
<string name="photo_capture_mode_zsl">Zero shutter lag (experimental)</string>
<string name="image_stabilization_title">Enable image stabilization when available</string>
<string name="image_stabilization_summary">If the hardware supports it, enable optical image stabilization</string>
<!-- Video Preferences -->
<string name="video_stabilization_title">Enable video stabilization when available</string>
<string name="video_stabilization_summary">When available, enable electronic image stabilization (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 stabilization (OIS) instead of electronic image stabilization (EIS)</string>
<string name="video_stabilization_preview_title">Enable stabilization on preview when available</string>
<string name="video_stabilization_preview_summary">If available, apply image stabilization also to the preview and, if the hardware supports it, automatically enable optical image stabilization (OIS) together with electronic image stabilization (EIS) if the device deems that appropriate. Only some devices launched with Android 13 or newer supports this mode</string>
<!-- Shortcuts -->
<string name="shortcut_selfie">Take a selfie</string>
<string name="shortcut_video">Take a video</string>
<string name="shortcut_qr">Scan a barcode</string>
<!-- Location permissions dialog -->
<string name="location_permission_dialog_title">Add photo and video locations</string>
<string name="location_permission_dialog_description">Map your memories by including location metadata with each capture.</string>
<string name="location_permission_dialog_later">Later</string>
<string name="location_permission_dialog_turn_on">Turn on</string>
</resources>