AquaStream/app/src/main/res/values/strings.xml

140 lines
8.0 KiB
XML
Raw Normal View History

2021-08-29 17:15:09 +00:00
<!--https://newbedev.com/concatenate-multiple-strings-in-xml-->
2021-04-30 17:20:15 +00:00
<resources>
<string name="app_name">CloudStream</string>
<string name="title_home">Home</string>
2021-05-12 21:51:02 +00:00
<string name="title_search">Search</string>
<string name="title_downloads">Downloads</string>
2021-06-10 23:00:22 +00:00
<string name="title_settings">Settings</string>
2021-08-14 19:35:26 +00:00
<string name="search_hint">Search…</string>
2021-05-12 21:51:02 +00:00
<string name="change_providers_descript">Change Providers</string>
2021-05-15 23:37:42 +00:00
<string name="search_providers_list_key">search_providers_list</string>
2021-08-14 19:35:26 +00:00
<string name="search_types_list_key">search_type_list</string>
2021-05-15 23:37:42 +00:00
<string name="grid_format_key">grid_format</string>
<string name="search_poster_descript">Poster</string>
<string name="no_data">No Data</string>
<string name="shadow_descript">Shadow</string>
2021-05-18 13:43:32 +00:00
<string name="episode_more_options_descript">More Options</string>
<string name="episode_play_descript">Play Episode</string>
2021-05-22 22:25:56 +00:00
<string name="go_back">Go back</string>
2021-05-23 12:10:39 +00:00
<string name="next_episode">Next episode</string>
<string name="player_skip_button_text">10</string>
2021-06-06 18:06:01 +00:00
<string name="result_poster">Poster</string>
<string name="result_plot">Plot</string>
<string name="result_tags">Genres</string>
2021-06-06 19:22:50 +00:00
<string name="result_share">Share</string>
<string name="result_open_in_browser">Open In Browser</string>
2021-06-11 13:33:30 +00:00
<string name="skip_loading">Skip Loading</string>
2021-06-15 23:25:58 +00:00
<string name="loading_chromecast">Loading…</string>
<string name="type_watching">Watching</string>
<string name="type_on_hold">On-Hold</string>
<string name="type_completed">Completed</string>
<string name="type_dropped">Dropped</string>
<string name="type_plan_to_watch">Plan to Watch</string>
<string name="type_none">None</string>
2021-07-26 18:29:04 +00:00
2021-06-16 16:54:07 +00:00
<string name="play_movie_button">Play Movie</string>
2021-08-30 17:11:04 +00:00
<string name="play_torrent_button">Stream Torrent</string>
2021-07-02 18:46:18 +00:00
<string name="pick_source">Sources</string>
<string name="pick_subtitle">Subtitles</string>
2021-06-16 16:54:07 +00:00
<string name="reload_error">Retry connection…</string>
<string name="result_go_back">Go Back</string>
2021-06-26 17:03:22 +00:00
<string name="episode_poster">Episode Poster</string>
<string name="play_episode">Play Episode</string>
2021-07-04 17:00:04 +00:00
<string name="need_storage">Allow to download episodes</string>
2021-07-15 16:45:25 +00:00
<string name="download_descript">Download</string>
2021-07-17 14:14:25 +00:00
<string name="error_loading_links">Error Loading Links</string>
2021-07-18 13:02:30 +00:00
<string name="download_storage_text">Internal Storage</string>
2021-07-23 23:44:54 +00:00
<string name="options">Options</string>
2021-07-26 18:29:04 +00:00
2021-07-24 15:13:21 +00:00
<string name="app_dubbed_text">Dub</string>
<string name="app_subbed_text">Sub</string>
2021-07-26 18:29:04 +00:00
2021-07-24 15:13:21 +00:00
<string name="popup_delete_file">Delete File</string>
2021-07-24 23:16:30 +00:00
<string name="popup_play_file">Play File</string>
2021-07-24 15:13:21 +00:00
<string name="popup_resume_download">Resume Download</string>
<string name="popup_pause_download">Pause Download</string>
2021-07-26 18:29:04 +00:00
<string name="acra_report_toast">Sorry, the application crashed. An anonymous bug report will be sent to the developers</string>
<string name="pref_disable_acra">Disable automatic bug reporting</string>
2021-07-29 00:54:27 +00:00
<string name="home_more_info">More info</string>
2021-07-29 01:46:10 +00:00
<string name="home_expanded_hide">Hide</string>
2021-07-29 13:39:57 +00:00
<string name="home_main_poster">Main Poster</string>
<string name="home_play">Play</string>
<string name="home_info">Info</string>
<string name="home_next_random">Next Random</string>
2021-07-29 15:16:08 +00:00
<string name="home_change_provider">Change Provider</string>
2021-07-30 14:09:57 +00:00
<string name="background_blur">Background blur</string>
<string name="background_shadow">Background Shadow</string>
<string name="filter_bookmarks">Filter Bookmarks</string>
2021-07-30 23:41:54 +00:00
<string name="error_bookmarks_text">Bookmarks</string>
<string name="action_remove_from_bookmarks">Remove</string>
2021-08-04 01:50:24 +00:00
<string name="play_episode_toast">Play Episode</string>
<string name="sort_apply">Apply</string>
<string name="sort_cancel">Cancel</string>
2021-08-04 14:28:36 +00:00
<string name="player_speed">Player Speed</string>
2021-08-06 20:55:11 +00:00
<string name="subtitles_settings">Subtitle Settings</string>
<string name="subs_text_color">Text Color</string>
<string name="subs_outline_color">Outline Color</string>
<string name="subs_background_color">Background Color</string>
<string name="subs_window_color">Window Color</string>
<string name="subs_edge_type">Edge Type</string>
<string name="subs_subtitle_elevation">Subtitle Elevation</string>
<string name="subs_default_reset_toast">Reset to default value</string>
2021-08-07 01:53:45 +00:00
<string name="preview_background">Preview Background</string>
<string name="subs_font">Font</string>
2021-08-14 20:28:04 +00:00
<string name="search_provider_text_providers">Search using providers</string>
<string name="search_provider_text_types">Search using types</string>
<string name="auto_update_key">auto_update</string>
<string name="prerelease_update_key">prerelease_update</string>
<string name="manual_check_update_key">manual_check_update</string>
2021-08-30 21:42:58 +00:00
<string name="benene_count">benene_count</string>
<string name="benene_count_text">%d Benenes given to devs</string>
<string name="benene_count_text_none">No Benenes given</string>
<string name="prerelease_commit_hash">unknown_prerelease</string>
<string name="subs_auto_select_language">Auto Select Language</string>
<string name="subs_download_languages">Download Languages</string>
<string name="subs_hold_to_reset_to_default">Hold to reset to default</string>
2021-08-25 15:28:25 +00:00
<string name="continue_watching">Continue Watching</string>
<string name="action_remove_watching">Remove</string>
<string name="action_open_watching">More Info</string>
<string name="vpn_might_be_needed">A VPN might be needed for this provider to work correctly</string>
<string name="vpn_torrent">This providers is a torrent, a VPN is recommended</string>
2021-08-30 17:11:04 +00:00
<string name="torrent_plot">Description</string>
<string name="normal_no_plot">No Plot Found</string>
<string name="torrent_no_plot">No Description Found</string>
2021-09-01 20:48:56 +00:00
<string name="picture_in_picture">Picture-in-picture</string>
<string name="picture_in_picture_des">Continues playback in a miniature player on top of other apps</string>
<string name="size_settings">Player resize button</string>
<string name="size_setthings_des">Remove the black borders</string>
2021-09-01 21:32:47 +00:00
<string name="subtitles">Subtitles</string>
2021-09-01 21:35:41 +00:00
<string name="subtitles_des">Player subtitles settings</string>
2021-09-01 20:48:56 +00:00
<string name="eigengraumode_setthings">Eigengrau Mode</string>
<string name="eigengraumode_setthings_des">Adds the speed option in the player</string>
<string name="wipe_to_seek_setthings">Swipe to seek</string>
<string name="wipe_to_seek_setthings_des">Swipe left or right to control time in the videoplayer</string>
<string name="swipe_to_change_settings">wipe to change settings</string>
<string name="swipe_to_change_settings_des">Swipe on the left or right side to change brightness or volume</string>
<string name="double_tap_to_seek_setthings">Double tap to seek</string>
<string name="double_tap_to_seek_setthings_des">Tap twice on the right or left side to seek forwards or backwards</string>
<string name="search">Search</string>
<string name="advanced_search">Advanced Search</string>
<string name="advanced_search_des">Gives you the search results separated by provider</string>
2021-09-01 21:25:28 +00:00
<string name="bug_report_setthings_off">Only sends data on crashes</string>
2021-09-01 20:48:56 +00:00
<string name="bug_report_setthings_on">Sends no data</string>
<string name="updates_setthings">Show app updates</string>
<string name="updates_setthings_des">Automatically search for new updates on start</string>
<string name="uprereleases_setthings">Update to prereleases</string>
<string name="uprereleases_setthings_des">Search for prerelease updates instead of full releases only</string>
<string name="github">Github</string>
<string name="lightnovel">Light novel app by the same devs</string>
<string name="anim">Anime app by the same devs</string>
<string name="discord">Join Discord</string>
<string name="benene">Give a benene to the devs</string>
<string name="benene_des">Given benene</string>
</resources>