| <?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="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="pro_button_description">Pro settings</string> |
| <string name="shutter_button_description">Shutter</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> |
| |
| <!-- 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> |
| <string name="advanced_header">Advanced</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> |
| <string name="video_mirror_mode_title">Enable video mirroring</string> |
| |
| <!-- Advanced Preferences --> |
| <string name="processing_title">Processing</string> |
| |
| <!-- Processing Preferences --> |
| <string name="processing_info">On photo mode, when ZSL mode is used, only default and off values will be taken into consideration. For video mode, only default, off and fast values will be taken into consideration.</string> |
| <string name="edge_mode_title">Sharpening</string> |
| <string name="edge_mode_summary">Edge enhancement improves sharpness and details in the captured image.</string> |
| <string name="edge_mode_default">Default</string> |
| <string name="edge_mode_off">Off</string> |
| <string name="edge_mode_fast">Fast</string> |
| <string name="edge_mode_high_quality">High quality</string> |
| <string name="noise_reduction_mode_title">Denoising</string> |
| <string name="noise_reduction_mode_summary">The noise reduction algorithm attempts to improve image quality by removing excessive noise added by the capture process, especially in dark conditions.</string> |
| <string name="noise_reduction_mode_default">Default</string> |
| <string name="noise_reduction_mode_off">Off</string> |
| <string name="noise_reduction_mode_fast">Fast</string> |
| <string name="noise_reduction_mode_high_quality">High quality</string> |
| <string name="noise_reduction_mode_minimal">Minimal</string> |
| <string name="shading_mode_title">Vignette correction</string> |
| <string name="shading_mode_summary">Quality of lens shading correction applied to the image data.</string> |
| <string name="shading_mode_default">Default</string> |
| <string name="shading_mode_off">Off</string> |
| <string name="shading_mode_fast">Fast</string> |
| <string name="shading_mode_high_quality">High quality</string> |
| <string name="color_correction_aberration_mode_title">Color aberration correction</string> |
| <string name="color_correction_aberration_mode_summary">Chromatic (color) aberration is caused by the fact that different wavelengths of light can not focus on the same point after exiting from the lens.</string> |
| <string name="color_correction_aberration_mode_default">Default</string> |
| <string name="color_correction_aberration_mode_off">Off</string> |
| <string name="color_correction_aberration_mode_fast">Fast</string> |
| <string name="color_correction_aberration_mode_high_quality">High quality</string> |
| <string name="distortion_correction_mode_title">Distortion correction</string> |
| <string name="distortion_correction_mode_summary">Mode of operation for the lens distortion correction block.</string> |
| <string name="distortion_correction_mode_default">Default</string> |
| <string name="distortion_correction_mode_off">Off</string> |
| <string name="distortion_correction_mode_fast">Fast</string> |
| <string name="distortion_correction_mode_high_quality">High quality</string> |
| <string name="hot_pixel_mode_title">Hot pixel correction</string> |
| <string name="hot_pixel_mode_summary">Hot pixel correction interpolates out, or otherwise removes, pixels that do not accurately measure the incoming light (i.e. pixels that are stuck at an arbitrary value or are oversensitive).</string> |
| <string name="hot_pixel_mode_default">Default</string> |
| <string name="hot_pixel_mode_off">Off</string> |
| <string name="hot_pixel_mode_fast">Fast</string> |
| <string name="hot_pixel_mode_high_quality">High quality</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> |
| |
| <!-- Force torch help --> |
| <string name="force_torch_help">On photo mode, you can long press the flash button to switch into torch mode.</string> |
| |
| <!-- Camera modes --> |
| <string name="camera_mode_photo">Photo</string> |
| <string name="camera_mode_video">Video</string> |
| <string name="camera_mode_qr">Scan</string> |
| |
| <!-- Video dynamic ranges --> |
| <string name="video_dynamic_range_sdr" translatable="false">SDR</string> |
| <string name="video_dynamic_range_hlg_10_bit" translatable="false">HLG (10 bit)</string> |
| <string name="video_dynamic_range_hdr10_10_bit" translatable="false">HDR10 (10 bit)</string> |
| <string name="video_dynamic_range_hdr10_plus_10_bit" translatable="false">HDR10+ (10 bit)</string> |
| <string name="video_dynamic_range_dolby_vision_10_bit" translatable="false">Dolby Vision (10 bit)</string> |
| <string name="video_dynamic_range_dolby_vision_8_bit" translatable="false">Dolby Vision (8 bit)</string> |
| |
| <!-- Video mirror mode --> |
| <string name="video_mirror_mode_off">Off</string> |
| <string name="video_mirror_mode_on">On</string> |
| <string name="video_mirror_mode_on_ffc_only">Front facing camera only</string> |
| </resources> |