blob: 1bfca6192d3e161d2cfb7b16cbc82685adb867c4 [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>
<string name="volume_buttons_action_title">Volume buttons action</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="enable_zsl_title">Enable ZSL when available</string>
<string name="enable_zsl_summary">Use Zero-Shutter Lag mode when the camera supports it. On this mode photo effects are disabled. Note that this mode is currently experimental</string>
<string name="photo_ffc_mirror_title">Mirror front camera</string>
<string name="photo_ffc_mirror_summary">Save front camera photos as they appear in the preview</string>
<!-- Video Preferences -->
<string name="video_stabilization_title">Enable video stabilization</string>
<string name="video_stabilization_summary">When available, enable video stabilization to reduce camera vibrations during recording</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>
<!-- Error messages -->
<string name="error_max_cameras_in_use">Maximum number of open cameras has been reached, try to close other apps using the device\'s cameras.</string>
<string name="error_camera_in_use">This camera is already in use, try closing the app using it.</string>
<string name="error_stream_config">There was an error while preparing the stream. Please report this to the developers.</string>
<string name="error_other_recoverable_error">Error while setting up the session. The app will try to recover.</string>
<string name="error_camera_disabled">The camera is disabled. This might be caused by the device policy.</string>
<string name="error_camera_fatal_error">A fatal error has been encountered. Try to restart your device.</string>
<string name="error_do_not_disturb_mode_enabled">Do Not Disturb mode is enabled. Disable it and reopen the app.</string>
<string name="error_unknown_recoverable">A recoverable unknown error has been found. Please report this to the developers.</string>
<string name="error_unknown_critical">A critical unknown error has been found. Please report this to the developers.</string>
<!-- Gesture actions -->
<string name="gesture_action_shutter">Shutter</string>
<string name="gesture_action_zoom">Zoom</string>
<string name="gesture_action_volume">Volume</string>
<string name="gesture_action_nothing">Nothing</string>
<!-- Thermal status -->
<string name="thermal_status_moderate">Moderate thermal throttling, make sure the device isn\'t under direct sunlight.</string>
<string name="thermal_status_severe">Severe thermal throttling, it is recommended to let the device cool down a bit.</string>
<string name="thermal_status_critical">Critical thermal throttling, the app might be closed soon.</string>
<string name="thermal_status_emergency">Emergency thermal throttling, the app will close now.</string>
<string name="thermal_status_shutdown">Shutdown thermal throttling, the device will power off.</string>
</resources>