Keys for Android Localization

<resources>
    <string name="exception_msg_mask_is_not_available">Sorry, the mask is not available</string>
    <string name="exception_msg_mask_is_not_found">Sorry, the mask is not available</string>
    <string name="exception_msg_no_space_left">You do not have available space to apply the effect</string>
    <string name="exception_msg_server_is_not_available">Sorry, server is not available</string>
    <string name="exception_msg_network_unavailable">Network unavailable</string>
    <string name="exception_msg_unknown_error">Unknown error</string>
    <string name="camera_next">Next</string>
    <string name="message_record_first_video">Record at least %1$s</string>
    <string name="message_record_video_duration">{0,choice,0#0 seconds|1#1 second|1&lt;{0} seconds}</string>
    <string name="notification_beautifier_on">Beautification on</string>
    <string name="notification_beautifier_off">Beautification off</string>
    <string name="notification_flash_on">Light!</string>
    <string name="notification_timer_on">Timer %1$d seconds is on</string>
    <string name="notification_timer_off">Timer is off</string>
    <string name="notification_speed_changed">Recording speed %1$s</string>
    <string name="notification_damage_music_file">Music file is damaged</string>

    <!-- Alerts -->
    <string name="alert_delete_video_message">Delete the last video?</string>
    <string name="alert_delete_video_desc"/>
    <string name="alert_save_video_chunk_message">Save?</string>
    <string name="alert_save_video_chunk_desc"/>
    <string name="alert_reset_all_message">Reset all?</string>
    <string name="alert_reset_all_desc"/>
    <string name="alert_delete_video_positive">Delete</string>
    <string name="alert_delete_video_negative">Cancel</string>
    <string name="alert_save_video_positive">Save</string>
    <string name="alert_save_video_negative">Cancel</string>
    <string name="alert_reset_all_positive">Reset</string>
    <string name="alert_reset_all_negative">Cancel</string>
    <string name="camera_alert_positive">Yes</string>
    <string name="camera_alert_negative">No</string>
    <string name="err_no_time_left">Max video length %1$.1f sec</string>
    <string name="err_no_space_left_recording">Running out of disk space. Recording is canceled.</string>
    <string name="camera_mode_back" translatable="false">camera_mode_back</string>
    <string name="camera_mode_front" translatable="false">camera_mode_front</string>
    <string name="speed_0_5" translatable="false">0.5X</string>
    <string name="speed_1" translatable="false">1X</string>
    <string name="speed_2" translatable="false">2X</string>
    <string name="speed_3" translatable="false">3X</string>
    <string name="notification_mute_mic_on" translatable="false" />
    <string name="notification_mute_mic_off" translatable="false" />
    <string name="control_description_camera_draft_close">Drafts</string>
    <string name="control_description_camera_normal_close" />
    <string name="control_description_switch">Flip</string>
    <string name="control_description_pip">PiP</string>
    <string name="control_description_flashlight">Flash</string>
    <string name="control_description_timer">Timer</string>
    <string name="control_description_speed">Speed</string>
    <string name="control_description_mute">Mute</string>
    <string name="control_description_beauty">Beauty</string>
    <string name="control_description_music">Music</string>
    <string name="control_description_color">Filter</string>
    <string name="control_description_mask">Mask</string>

    <string name="label_camera_effects_luts">Filter</string>
    <string name="label_camera_effects_mask">Mask</string>

    <string name="hands_free_timer_label">Countdown</string>
    <string name="hands_free_timer_off">Off</string>
    <string name="hands_free_timeline_label">Hands-free video mode</string>
    <string name="hands_free_timeline_hint">Drag to set video duration:</string>
    <string name="hands_free_record_button_text">start recording</string>
    <string name="hands_free_timeline_duration_formater">%1$d.%2$d s</string>
    <string name="hands_free_timer_duration_formater">%1$d s</string>

    <string name="background_effect_empty_view">No media found</string>
    <string name="background_effect_permission_btn">Allow Access</string>
    <string name="background_effect_list_hint">Select media to change the background:</string>
    <string name="background_effect_list_permission">Allow access to Gallery to change the background</string>
    <string name="background_effect_invalid_file">Damaged file</string>
    <string name="background_effect_max_video_length">Max video length %1$.1f sec</string>

    <string name="pip_title">Layout Settings</string>

    <string name="pip_mode_floating">Floating</string>
    <string name="pip_mode_left_right">Portrait</string>
    <string name="pip_mode_react">React</string>
    <string name="pip_mode_top_bottom">Landscape</string>
    <string name="pip_action_centered">Centered</string>
    <string name="pip_action_original">Original</string>
    <string name="pip_action_round">Round</string>
    <string name="pip_action_square">Square</string>
    <string name="pip_action_swap_horizontal">Switch</string>
    <string name="pip_action_swap_vertical">Switch</string>
    <string name="drafts_popup_hint">You can find your draft in the Gallery</string>
    <string name="alert_loading">Loading</string>
    <string name="track_validation_error_path">Invalid path</string>
    <string name="track_validation_error_broken">Broken file</string>
    <string name="track_validation_error_not_supported">Not supported</string>
    <string name="track_validation_error_network_uri">Network uri not supported</string>
    <string name="track_validation_error_min_duration">Short track duration</string>
    <string name="err_no_space_left">Not enough disk space</string>
    <string name="permission_dialog_allow">Allow</string>
    <string name="permission_dialog_settings">Settings</string>
    <string name="draft_alert_remove">Do you want to remove the draft?</string>
    <string name="draft_alert_remove_desc"/>
    <string name="draft_alert_remove_negative">Cancel</string>
    <string name="draft_alert_delete_positive">Remove</string>
    <string name="draft_alert_save">Do you want to save the draft?</string>
    <string name="draft_alert_save_desc"/>
    <string name="draft_alert_save_positive">Save</string>
    <string name="draft_alert_save_negative">Cancel</string>
    <string name="draft_alert_update">Do you want to update the draft?</string>
    <string name="draft_alert_update_desc"/>
    <string name="draft_alert_update_positive">Update</string>
    <string name="draft_alert_update_negative">Cancel</string>
    <string name="draft_alert_restore">You have a not finished video. Do you want to continue?</string>
    <string name="draft_alert_restore_desc"/>
    <string name="draft_alert_restore_positive">Continue</string>
    <string name="draft_alert_restore_negative">Cancel</string>
    <string name="msg_draft_saved">Draft saved</string>
    <string name="menu_item_paste">Paste</string>
    <string name="titled_image_icon_cd_empty" translatable="false">Empty</string>
    <string name="titled_image_icon_cd_resource" translatable="false">Resource</string>
    <string name="titled_image_icon_cd_permanent" translatable="false">Permanent</string>
    <string name="mubert_api_key" translatable="false"/>
    <string name="apply_track">Use</string>
    <string name="remove_track">Stop\nusing</string>
    <string name="track_loading_failed">Sorry, audio content is temporarily unavailable</string>
    <string name="track_search_cancel">Cancel</string>
    <string name="audio_browser_title_library">My library</string>
    <string name="audio_browser_title_category">Music</string>
    <string name="audio_browser_title_empty_category">Music</string>
    <string name="audio_browser_load_more">Show more</string>
    <string name="audio_browser_error_tracks_not_found">No tracks found</string>
    <string name="audio_browser_error_categories_not_found">No categories found</string>
    <string name="audio_browser_error_empty_library">No tracks yet</string>
    <string name="audio_browser_error_license_not_active">The license is not active</string>
    <string name="audio_browser_error_license_expired">The license expired</string>
    <string name="audio_browser_error_license_access">Access denied, check license access type</string>
    <string name="audio_browser_error_license_api_version">Access denied, check license API version</string>
    <string name="audio_browser_hint_search_categories">Search by categories</string>
    <string name="audio_browser_hint_search_sub_categories">Search by groups</string>
    <string name="audio_browser_hint_search_tracks">Search by tracks</string>
    <string name="audio_browser_error_dialog_title">Oops, something went wrong…</string>
    <string name="audio_browser_error_dialog_description">Please, try again later.</string>
    <string name="audio_browser_error_dialog_retry">Retry</string>
    <string name="audio_browser_error_dialog_close">Close</string>
    <string name="permission_library_description_message">Allow to access to your storage to select an audio tracks from your device.</string>
    <string name="not_supported_audio_browser">Default music browser is not included in your package. You can plugin your own music</string>
    <string name="time_effect_slow_motion">Slow mo</string>
    <string name="time_effect_rapid">Rapid</string>
    <string name="visual_effect_acid_whip">Acid-whip</string>
    <string name="visual_effect_cathode">Cathode</string>
    <string name="visual_effect_flash">Flash</string>
    <string name="visual_effect_glitch">Glitch</string>
    <string name="visual_effect_glitch2">Glitch 2</string>
    <string name="visual_effect_glitch3">Glitch 3</string>
    <string name="visual_effect_heat_map">Heat map</string>
    <string name="visual_effect_dslr_kaleidoscope">DSLR Kaleidoscope</string>
    <string name="visual_effect_kaleidoscope">Kaleidoscope</string>
    <string name="visual_effect_lumiere">Lumiere</string>
    <string name="visual_effect_pixel_dynamic">Pixel dynamic</string>
    <string name="visual_effect_pixel_static">Pixel static</string>
    <string name="visual_effect_polaroid">Polaroid</string>
    <string name="visual_effect_rave">Rave</string>
    <string name="visual_effect_soul">Soul</string>
    <string name="visual_effect_stars">Stars</string>
    <string name="visual_effect_transition1">Transition 1</string>
    <string name="visual_effect_transition2">Transition 2</string>
    <string name="visual_effect_transition3">Transition 3</string>
    <string name="visual_effect_transition4">Transition 4</string>
    <string name="visual_effect_tv_foam">TV Foam</string>
    <string name="visual_effect_dv_cam">DV Cam</string>
    <string name="visual_effect_vhs">VHS</string>
    <string name="visual_effect_vhs2">VHS 2</string>
    <string name="visual_effect_zoom">Zoom</string>
    <string name="visual_effect_zoom2">Zoom 2</string>
    <string name="equalizer_effect_baritone">Baritone</string>
    <string name="equalizer_effect_echo">Echo</string>
    <string name="equalizer_effect_elf">Elf</string>
    <string name="equalizer_effect_giant">Giant</string>
    <string name="equalizer_effect_robot">Robot</string>
    <string name="equalizer_effect_squirrel">Squirrel</string>
    <string name="equalizer_effect_vibrato">Vibrato</string>
    <string name="export_action_name" translatable="false">%1$s.ShowExportResult</string>
    <string name="export_notification_started">Exporting video</string>
    <string name="export_notification_success">Video export successful</string>
    <string name="export_notification_fail">Video export failed</string>
    <string name="not_supported_dialog_description">Sorry, your device is not supported</string>
    <string name="not_supported_dialog_close">Close</string>
    <string name="err_video_creation">Failed to create video</string>
    <string name="pip_not_supported">Picture in picture is not included in your package. Contact account manager to have it</string>
    <string name="gallery">Gallery</string>
    <string name="gallery_next">Next</string>
    <string name="gallery_drafts">Drafts</string>
    <string name="gallery_album_untitled">untitled</string>
    <string name="gallery_album_all_media">All</string>
    <string name="gallery_empty_image_list">No images found</string>
    <string name="gallery_empty_video_list">No videos found</string>
    <string name="gallery_empty_media_list">No media found</string>
    <plurals name="gallery_choose_at_least">
        <item quantity="zero">Select at least %1$d files</item>
        <item quantity="one">Select at least %1$d file</item>
        <item quantity="two">Select at least %1$d files</item>
        <item quantity="few">Select at least %1$d files</item>
        <item quantity="many">Select at least %1$d files</item>
        <item quantity="other">Select at least %1$d files</item>
    </plurals>
    <string name="err_gallery_broken_file">Damaged file</string>
    <plurals name="err_gallery_limit_selected">
        <item quantity="one">You can select only %1$d file</item>
        <item quantity="few">You can select only %1$d files</item>
        <item quantity="many">You can select only %1$d files</item>
        <item quantity="other">You can select only %1$d files</item>
    </plurals>
    <string name="gallery_tab_title_image">Image</string>
    <string name="gallery_tab_title_video">Video</string>
    <string name="gallery_selection_count_default">Select Items</string>
    <plurals name="gallery_selection_count_description_video">
        <item quantity="zero">Import %1$d Videos</item>
        <item quantity="one">Import %1$d Video</item>
        <item quantity="two">Import %1$d Videos</item>
        <item quantity="few">Import %1$d Videos</item>
        <item quantity="many">Import %1$d Videos</item>
        <item quantity="other">Import %1$d Videos</item>
    </plurals>
    <plurals name="gallery_selection_count_description_image">
        <item quantity="zero">Import %1$d Images</item>
        <item quantity="one">Import %1$d Image</item>
        <item quantity="two">Import %1$d Images</item>
        <item quantity="few">Import %1$d Images</item>
        <item quantity="many">Import %1$d Images</item>
        <item quantity="other">Import %1$d Images</item>
    </plurals>
    <plurals name="gallery_selection_count_description_mix">
        <item quantity="zero">Import %1$d Files</item>
        <item quantity="one">Import %1$d File</item>
        <item quantity="two">Import %1$d Files</item>
        <item quantity="few">Import %1$d Files</item>
        <item quantity="many">Import %1$d Files</item>
        <item quantity="other">Import %1$d Files</item>
    </plurals>
    <string name="drafts_title">Drafts</string>
    <string name="drafts_empty_description">No Drafts</string>
    <string name="drafts_options_subtitle">Draft</string>
    <string name="drafts_options_remove">Remove</string>
    <string name="export_codec_error">Export failed due to codec error</string>
    <string name="export_result_error">Export failed due to file error</string>
    <string name="export_unknown_error">Export failed</string>
    <string name="preview_error">Preview error</string>
    <string name="gif_maker_error" translatable="false">Error compressed Native Libs. Look documentation</string>
    <!-- Music -->
    <string name="action_add_music_track">Tracks</string>
    <string name="action_add_music_effect">Effects</string>
    <string name="action_add_voice_recording">Record</string>
    <string name="edit_track_volume_title">Volume</string>
    <string name="edit_track_volume_percent">%1$d%%</string>
    <string name="edit_track_audio_duration">Audio duration</string>
    <string name="edit_track_audio_duration_init_value">0:00.0</string>
    <string name="edit_track_duration_error">Audio should be longer than %1$.1f sec</string>

    <!-- Effects -->
    <string name="action_add_text_effect">Text</string>
    <string name="action_add_sticker_effect">Sticker</string>

    <!-- Common -->
    <string name="action_edit">Edit</string>
    <string name="action_effects">Effects</string>
    <string name="action_delete">Delete</string>
    <!-- Errors-->
    <string name="error_voice_recording_start">Error on voice recording</string>
    <string name="error_invalid_duration_voice_recording">Min voice recording duration - %1$.1f sec</string>
    <string name="error_invalid_duration_music_track">Min music track duration - %1$.1f sec</string>
    <string name="error_voice_recording_delete_file">Internal error when try to delete voice recording file</string>
    <string name="error_track_limit">Max available tracks - %1$d</string>
    <string name="error_no_space">No space</string>
    <string name="error_invalid_duration_object_effect">Min effect duration - %1$.1f sec</string>
    <string name="permission_camera_description_message">Allow to access your Camera and, Microphone to take and edit photos or videos, and record audio.</string>
    <string name="permission_gallery_description_message">Allow to access to your storage to create video from your images and recordings.</string>
    <string name="permission_drafts_description_message">Allow to access to your storage to start from drafts.</string>
    <string name="permission_trimmer_description_message">Allow to access to your storage to create video from your images and recordings.</string>
    <string name="editor_next">Next</string>
    <string name="editor_done">Done</string>
    <string name="editor_cancel">Cancel</string>
    <string name="editor_exporting" translatable="false">Exporting</string>
    <string name="control_description_interactions">Interactions</string>
    <string name="control_description_stickers">Stickers</string>
    <string name="control_description_text_effects">Text</string>
    <string name="control_description_visual_effects">Effects</string>
    <string name="control_description_mask_effects">Mask</string>
    <string name="control_description_music_effects">Music</string>
    <string name="control_description_time_effects">Time</string>
    <string name="control_description_link">Link</string>
    <string name="control_description_color_effects">Luts</string>
    <!-- Effects -->
    <string name="editor_effect_empty_name" />
    <string name="editor_effect_hint">Press and hold</string>
    <string name="editor_effect_undo">Undo</string>
    <string name="stickers_empty_list">No stickers found</string>
    <string name="stickers_search_hint">Search GIPHY</string>
    <string name="stickers_search_cancel">Cancel</string>
    <string name="connection_view_title">Connection failed</string>
    <string name="connection_view_message">Please check connection\nand retry</string>
    <string name="connection_view_retry">Retry</string>
    <!-- Errors -->
    <string name="err_file_not_supported">File is not supported</string>
    <string name="err_editor_network_connection_failure">Connection failed</string>
    <string name="err_editor_player_initializer">Error on player launch</string>
    <string name="err_playback">Error during creating video. Try again or send this to our support line</string>

    <!-- Trimmer -->
    <string name="trimmer_duration_format_normal">%1$s sec</string>
    <string name="trimmer_duration_format_exceed">Max length %1$s sec</string>
    <string name="err_trimmer_invalid_duration">Video duration should be between %1$d and %2$d seconds</string>
    <string name="err_trimmer_internal">Error while making video</string>
    <string name="err_trimmer_max_videos">Max available files - %1$d</string>

    <string name="trimmer_action_rotate">Rotate</string>
    <string name="trimmer_action_delete">Delete</string>
    <string name="trimmer_action_trim">Trim</string>
    <string name="trimmer_drag_hint">Drag to swap</string>

    <!-- Cover image -->
    <string name="cover_title_text">Cover</string>
    <string name="cover_image_text">Choose cover</string>
    <string name="cover_progress_text">Please, wait</string>
    <string name="err_cover_image">Failed to create cover image</string>
    <string name="cover_choose_description">Choose a frame from your video or an image from Gallery</string>
    <string name="cover_choose_from_gallery">Choose from Gallery</string>
    <string name="cover_delete_image">Delete</string>

    <!-- Alerts -->
    <string name="editor_alert_reset_all">Reset all?</string>
    <string name="editor_alert_reset_all_desc"/>
    <string name="editor_alert_reset_effects">Discard changes?</string>
    <string name="editor_alert_reset_effects_desc"/>
    <string name="editor_alert_reset_all_positive">Reset</string>
    <string name="editor_alert_reset_all_negative">Cancel</string>
    <string name="editor_alert_reset_effects_positive">Discard</string>
    <string name="editor_alert_reset_effects_negative">Cancel</string>

    <string name="alert_positive">Yes</string>
    <string name="alert_negative">No</string>

    <!-- Interaction on video -->
    <string name="interactions_title">Interactions</string>
    <string name="interactions_link_on_video">link on video</string>
    <string name="interactions_desc">Users can interact with interactions</string>
    <string name="interaction_cancel">Cancel</string>
    <!-- Question -->
    <string name="interaction_question">Ask a question…</string>
    <string name="interaction_answer">Answer will be here</string>
    <string name="interaction_err_no_question">Add a question</string>
    <!-- Quiz -->
    <string-array name="interaction_quiz_default_answers">
        <item>Answer 1</item>
        <item>Answer 2</item>
    </string-array>
    <string name="interaction_quiz_empty_answer">Another answer</string>
    <string name="interaction_quiz_hint">Create a quiz…</string>
    <string name="interaction_quiz_selection_popup">Tap here to make this answer right</string>
    <string name="interaction_quiz_err_small_count">Add at least 2 answers</string>
    <!-- Interest -->
    <string name="interaction_interest_hint">Interest</string>
    <string name="interaction_interest_err">Enter an interest</string>
    <string name="interaction_interest_err_loading">Error on interests loading</string>
    <!-- Poll -->
    <string name="interaction_poll_question">Create a poll</string>
    <string name="interaction_poll_positive_hint">Yes</string>
    <string name="interaction_poll_negative_hint">No</string>

    <string name="export_codec_error">Export failed due to codec error</string>
    <string name="export_result_error">Export failed due to file error</string>
    <string name="export_unknown_error">Export failed</string>
    <string name="preview_error">Preview error</string>
</resources>