made progress bar as thick as the card and somewhat transparent, looks nicer made the download progress not cut off and be seamless when transitioning from intermediate to solid colors renamed history tab to downloads added videopath to downloaded items and if they are not in the filesystem, they are greyed out made updating app as a toggle in the main settings page. moved update ytdl there aswell fixed not getting all playlist items from generic ytdl request brought back the default api key. If the key is throttled, it will try to use the user's custom youtube api key. If that key is throttled too, it will use the generic request as a last resort
103 lines
6.8 KiB
XML
103 lines
6.8 KiB
XML
<resources>
|
|
<string name="app_name" translatable="false">YTDLnis</string>
|
|
<string name="search">Search</string>
|
|
<string name="fshi_historin">Clear history</string>
|
|
<string name="fshi_rezultatet">Clear Results</string>
|
|
<string name="Trending"><b>Trending</b></string>
|
|
<string name="end_of_results"><b>You reached the end of results</b></string>
|
|
<string name="download_all">Download All</string>
|
|
<string name="history">History</string>
|
|
<string name="settings">Settings</string>
|
|
<string name="home">Home</string>
|
|
<string name="directories">Directories</string>
|
|
<string name="music_directory">Music Directory</string>
|
|
<string name="video_directory">Video Directory</string>
|
|
<string name="updating">Updating</string>
|
|
<string name="ytdl_update_hint">Click this if you face download issues</string>
|
|
<string name="update_ytdl">Update YTDL</string>
|
|
<string name="about">About</string>
|
|
<string name="source_code">Source Code</string>
|
|
<string name="search_hint">Search from YouTube</string>
|
|
<string name="download_already_started">Can\'t Start Download! Another one is not done yet!</string>
|
|
<string name="try_again_after_permission">Try again after accepting the permission!</string>
|
|
<string name="download_success">Download Complete!</string>
|
|
<string name="failed_download">Failed Downloading! :(</string>
|
|
<string name="download_start">Download Started!</string>
|
|
<string name="download_notification_channel_name">File Downloads</string>
|
|
<string name="download_notification_channel_description">Notification that shows the download progress of audio and video files</string>
|
|
<string name="failed_making_directory">Failed to create the new Directory! :(</string>
|
|
<string name="added_to_queue">Item added to the Queue!</string>
|
|
<string name="you_are_in_latest_version">You are at the latest version</string>
|
|
<string name="ytld_update_success">Updated Succesfully</string>
|
|
<string name="ytdl_update_failed">Failed Updating</string>
|
|
<string name="ytdl_already_updating">Updating in Progress! Please Wait!</string>
|
|
<string name="ytdl_updating_started">Updating Started</string>
|
|
<string name="Open_Link">Open link</string>
|
|
<string name="Remove">Remove</string>
|
|
<string name="refresh_results">Refresh Results</string>
|
|
<string name="refresh_history">Refresh History</string>
|
|
<string name="ok">OK</string>
|
|
<string name="cancel">Cancel</string>
|
|
<string name="confirm_delete_history_desc">This will delete every item on your history! You can\'t recover them!</string>
|
|
<string name="confirm_delete_history">Confirm</string>
|
|
<string name="search_history_hint">Search from History</string>
|
|
<string name="no_results">No Results</string>
|
|
<string name="music_editor">Music Editor</string>
|
|
<string name="cli">Commands</string>
|
|
<string name="more">More</string>
|
|
<string name="update_app">Check for updates</string>
|
|
<string name="version">Version</string>
|
|
<string name="custom_command">Run Custom Command</string>
|
|
<string name="write_ytdlp_command">Write yt-dlp command</string>
|
|
<string name="run">Run</string>
|
|
<string name="running_ytdlp_command">Running yt-dlp Custom Command</string>
|
|
<string name="command_directory">Custom Command Directory</string>
|
|
<string name="error_checking_latest_version">Error checking for latest version!</string>
|
|
<string name="couldnt_find_apk">Couldn\'t find a suitable apk!</string>
|
|
<string name="downloading_update">Downloading Update</string>
|
|
<string name="chooose_range">Choose Range</string>
|
|
<string name="audio">Audio</string>
|
|
<string name="video">Video</string>
|
|
<string name="first">First</string>
|
|
<string name="last">Last</string>
|
|
<string name="choose_range_desc">Write the range to download from the playlist. Leave as it is to download everything!</string>
|
|
<string name="last_cant_be_smaller_than_first">Last index cannot be smaller than the first!</string>
|
|
<string name="first_cant_be_larger_than_last">First index cannot be larger than the last!</string>
|
|
<string name="music_path" translatable="false">/storage/emulated/0/Download</string>
|
|
<string name="video_path" translatable="false">/storage/emulated/0/Download</string>
|
|
<string name="command_path" translatable="false">/storage/emulated/0/Download</string>
|
|
<string name="concurrent_fragments_summary">Number of fragments of a dash/hlsnative video that should be downloaded concurrently</string>
|
|
<string name="concurrent_fragments">Concurrent Fragments</string>
|
|
<string name="downloading">Downloading</string>
|
|
<string name="limit_rate">Limit Rate</string>
|
|
<string name="limit_rate_summary">Maximum download rate in bytes per second, e.g. 50K or 4.2M</string>
|
|
<string name="aria2_summary">Use Aria2c as a downloader instead of the default one</string>
|
|
<string name="remove_non_music">Remove non music parts</string>
|
|
<string name="remove_non_music_summary">Remove SponsorBlock segments that contain non music parts for audio files</string>
|
|
<string name="processing">Processing</string>
|
|
<string name="embed_subs">Embed Subtitles on Videos</string>
|
|
<string name="embed_subs_summary">Embed subtitles in the video</string>
|
|
<string name="embed_thumb">Embed Thumbnail</string>
|
|
<string name="embed_thumb_summary">Embed thumbnail as cover art</string>
|
|
<string name="add_chapters">Add Chapters on Videos</string>
|
|
<string name="add_chapters_summary">Mark Youtube / Sponsorblock segments as chapters for the video</string>
|
|
<string name="save_thumb">Save Thumbnail</string>
|
|
<string name="save_thumb_summary">Write Video Thumbnail as a file on the Download Directory</string>
|
|
<string name="audio_format">Audio Format</string>
|
|
<string name="video_format">Video Format</string>
|
|
<string name="audio_quality">Audio Quality</string>
|
|
<string name="audio_quality_summary">0 (Best) 10 (Worst)</string>
|
|
<string name="cancel_download">Cancel Download</string>
|
|
<string name="run_command">Run Command</string>
|
|
<string name="command_download_notification_channel_name">Command Downloads</string>
|
|
<string name="command_download_notification_channel_description">Notification that shows the download progress of a yt-dlp command</string>
|
|
<string name="items_left">item(s) left</string>
|
|
<string name="history_is_empty">History is Empty!</string>
|
|
<string name="you_are_going_to_delete">You are going to delete</string>
|
|
<string name="url">URL</string>
|
|
<string name="link_copied_to_clipboard">Link copied to clipboard</string>
|
|
<string name="api_key">YouTube API Key</string>
|
|
<string name="api_key_summary">Use an api key to get faster results from YouTube</string>
|
|
<string name="update_app_summary">Let you know when updates are available right when you open the application</string>
|
|
<string name="downloads">Downloads</string>
|
|
</resources>
|