|
90 | 90 | <string name="action_mark_unwatched">Mark as unwatched</string> |
91 | 91 | <string name="action_view_all">View all</string> |
92 | 92 |
|
| 93 | + <string name="search_query_hint_zapp">Search in Zapp…</string> |
93 | 94 | <string name="search_query_hint_mediathek">Search media center…</string> |
94 | 95 | <string name="delete_search_query_content_description">Delete query</string> |
| 96 | + <string name="search_filter_help_text">Type numbers or channel names to select filters!</string> |
| 97 | + |
| 98 | + <string name="search_suggestion_header_last_searches">Recent searches</string> |
| 99 | + <string name="search_suggestion_header_local_suggestions">Suggestions</string> |
| 100 | + <string name="search_suggestion_clear_all_queries">Clear all</string> |
| 101 | + |
| 102 | + <string name="search_dialog_confirm_delete_search_history_title">Clear search history</string> |
| 103 | + <string name="search_dialog_confirm_delete_search_history_text">Deletes all recent search queries.</string> |
| 104 | + |
95 | 105 | <string name="menu_refresh">Refresh</string> |
96 | 106 | <string name="menu_retry">Retry</string> |
97 | 107 | <string name="menu_about">About Zapp</string> |
|
100 | 110 | <string name="menu_feedback">Feedback</string> |
101 | 111 | <string name="menu_filter">Filter</string> |
102 | 112 | <string name="menu_program_info">Program Info</string> |
| 113 | + <string name="menu_voice_search">Voice Search</string> |
| 114 | + <string name="menu_delete_search_query_from_history">Remove from search history</string> |
| 115 | + |
103 | 116 | <!-- player --> |
104 | 117 | <string name="player_zoom_state_cropped">Zoomed</string> |
105 | 118 | <string name="player_zoom_state_boxed">Original</string> |
|
131 | 144 | <string name="pref_key_pip_on_back_summary">Resumes playback in picture in picture mode when leaving the video player</string> |
132 | 145 |
|
133 | 146 | <string name="pref_stream_quality_cellular_title">Video quality over metered networks</string> |
| 147 | + <string name="pref_stream_quality_wifi_title">Other video quality</string> |
| 148 | + |
134 | 149 | <string name="pref_download_over_unmetered_network_only_title">Download over unmetered networks only</string> |
135 | 150 | <string name="pref_download_over_unmetered_network_only_summary">Videos won\'t download when your device uses for example a mobile connection</string> |
136 | 151 |
|
|
155 | 170 | <string name="pref_download_to_sd_card_title">Download to sd card</string> |
156 | 171 | <string name="pref_download_to_sd_card_summary">Video files will be saved to sd card if present.</string> |
157 | 172 |
|
| 173 | + <string name="pref_delete_started_shows_title">Reset started shows</string> |
| 174 | + <string name="pref_delete_started_shows_summary">Deletes the progress of all shows you started or finished watching.</string> |
| 175 | + |
158 | 176 | <string name="pref_dynamic_colors">Dynamic colors</string> |
159 | 177 | <string name="pref_dynamic_colors_summary">Choose accent colors based on the wallpaper.</string> |
160 | 178 |
|
| 179 | + <string name="pref_detail_search_history_title">Search history</string> |
| 180 | + <string name="pref_detail_search_history_summary">Remember the most recent search queries.</string> |
| 181 | + |
| 182 | + <string name="pref_dialog_confirm_reset_playback_position_title">Reset started shows?</string> |
| 183 | + <string name="pref_dialog_confirm_reset_playback_position_text">Deletes the progress of all shows you started or finished watching. No downloads will be deleted.</string> |
| 184 | + <string name="pref_dialog_confirm_reset_playback_position_success_toast">Successfully reset all started shows</string> |
| 185 | + |
161 | 186 | <!-- notifications --> |
162 | 187 | <string name="notification_channel_name_background_playback">Background player</string> |
163 | 188 | <string name="notification_channel_name_download_progress">Download progress</string> |
|
0 commit comments