summaryrefslogtreecommitdiff
path: root/res/values/strings.xml
blob: 5895e7f558d70a2473d0bdf294d74a6548be2679 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
<?xml version="1.0" encoding="utf-8"?>
<resources
    xmlns:tools="http://schemas.android.com/tools"
    tools:ignore="MissingTranslation"
    >

    <!-- Activitiy titles -->
    <string name="app_name">AntennaPod</string>
    <string name="feeds_label">Feeds</string>
    <string name="podcasts_label">PODCASTS</string>
    <string name="episodes_label">EPISODES</string>
    <string name="new_label">New</string>
    <string name="waiting_list_label">Waiting list</string>
    <string name="settings_label">Settings</string>
    <string name="add_new_feed_label">Add a new Feed</string>
    <string name="downloads_label">Downloads</string>
    <string name="cancel_download_label">Cancel Download</string>
    <string name="download_log_label">Download log</string>
    <string name="playback_history_label">Playback history</string>

    <!-- Webview actions -->
    <string name="open_in_browser_label">Open in browser</string>
    <string name="copy_url_label">Copy URL</string>
    <string name="share_url_label">Share URL</string>
    <string name="copied_url_msg">Copied URL to clipboard.</string>

    <!-- Playback history -->
    <string name="clear_history_label">Clear history</string>

    <!-- Other -->
    <string name="confirm_label">Confirm</string>
    <string name="cancel_label">Cancel</string>
    <string name="author_label">Author</string>
    <string name="language_label">Language</string>
    <string name="cover_label">Cover</string>
    <string name="error_label">Error</string>
    <string name="error_msg_prefix">An error occurred:</string>
    <string name="refresh_label">Refresh</string>
    <string name="external_storage_error_msg">No external storage is available. Please make sure that external storage is mounted so that the app can work properly.</string>
    <string name="chapters_label">Chapters</string>
    <string name="shownotes_label">Shownotes</string>
    <string name="most_recent_prefix">Most Recent Episode:\u0020</string>
    <string name="episodes_suffix">\u0020episodes</string>
    <string name="published_prefix">Published:\u0020</string>
    <string name="length_prefix">Length:\u0020</string>
    <string name="size_prefix">Size:\u0020</string>
    <string name="processing_label">Processing</string>
    <string name="loading_label">Loading...</string>
    <string name="image_of_prefix">Image of:\u0020</string>
    <string name="close_label">Close</string>
    

    <!-- 'Add Feed' Activity labels -->
    <string name="feedurl_label">Feed URL</string>
    <string name="txtvfeedurl_label">Type in the URL of the Feed here:</string>

    <!-- Actions on feeds -->
    <string name="mark_all_read_label">Mark all as read</string>
    <string name="show_info_label">Show information</string>
    <string name="remove_feed_label">Remove Feed</string>
    <string name="share_link_label">Share website link</string>
    <string name="share_source_label">Share feed link</string>
    <string name="feed_delete_confirmation_msg">Please confirm that you want to delete this feed and ALL episodes of this feed that you have downloaded.</string>

    <!-- actions on feeditems -->
    <string name="download_label">Download</string>
    <string name="play_label">Play</string>
    <string name="pause_label">Pause</string>
    <string name="stream_label">Stream</string>
    <string name="remove_label">Remove</string>
    <string name="mark_read_label">Mark as read</string>
    <string name="mark_unread_label">Mark as unread</string>
    <string name="add_to_queue_label">Add to Queue</string>
    <string name="remove_from_queue_label">Remove from Queue</string>
    <string name="visit_website_label">Visit Website</string>
    <string name="support_label">Flattr this</string>
    <string name="enqueue_all_new">Enqueue all</string>
    <string name="download_all">Download all</string>
    <string name="skip_episode_label">Skip episode</string>

    <!-- Download messages and labels -->
    <string name="download_successful">Download successful</string>
    <string name="download_failed">Download failed</string>
    <string name="download_pending">Download pending</string>
    <string name="download_running">Download running</string>
    <string name="download_error_device_not_found">Storage device not found</string>
    <string name="download_error_insufficient_space">Insufficient space</string>
    <string name="download_error_file_error">File error</string>
    <string name="download_error_http_data_error">HTTP Data Error</string>
    <string name="download_error_error_unknown">Unknown Error</string>
    <string name="download_error_parser_exception">Parser Exception</string>
    <string name="download_error_unsupported_type">Unsupported Feed type</string>
    <string name="download_error_connection_error">Connection error</string>
    <string name="download_error_unknown_host">Unknown host</string>
    <string name="cancel_all_downloads_label">Cancel all downloads</string>
    <string name="download_cancelled_msg">Download cancelled</string>
    <string name="download_report_title">Downloads completed</string>
    <string name="download_error_malformed_url">Malformed URL</string>
    <string name="download_error_io_error">IO Error</string>
    <string name="download_error_request_error">Request error</string>
    <string name="downloads_left">\u0020Downloads left</string>
    <string name="download_notification_title">Downloading podcast data</string>
    <string name="download_report_content">%1$d downloads succeeded, %2$d failed</string>
    <string name="download_log_title_unknown">Unknown title</string>
    <string name="download_type_feed">Feed</string>
    <string name="download_type_media">Media file</string>
    <string name="download_type_image">Image</string>
    <string name="download_request_error_dialog_message_prefix">An error occurred when trying to download the file:\u0020</string>

    <!-- Mediaplayer messages -->
    <string name="player_error_msg">Error!</string>
    <string name="player_stopped_msg">No media playing</string>
    <string name="player_preparing_msg">Preparing</string>
    <string name="player_ready_msg">Ready</string>
    <string name="player_seeking_msg">Seeking</string>
    <string name="playback_error_server_died">Server died</string>
    <string name="playback_error_unknown">Unknown Error</string>
    <string name="no_media_playing_label">No media playing</string>
    <string name="position_default_label">00:00:00</string>
    <string name="player_buffering_msg">Buffering</string>
    <string name="playbackservice_notification_title">Playing podcast</string>
    <string name="playbackservice_notification_content">Tap here for more info</string>
    <!-- Navigation -->
    <string name="show_download_log">Show Log</string>
    <string name="show_player_label">Show player</string>

    <!-- Queue operations -->
    <string name="clear_queue_label">Clear queue</string>
    <string name="organize_queue_label">Organize queue</string>
    <string name="undo">Undo</string>
    <string name="removed_from_queue">Item removed</string>

    <!-- Flattr -->
    <string name="flattr_auth_label">Flattr sign-in</string>
    <string name="flattr_auth_explanation">Press the button below to start the authentication process. You will be forwarded to the flattr login screen in your browser and be asked to give AntennaPod the permission to flattr things. After you have given permission, you will return to this screen automatically.</string>
    <string name="authenticate_label">Authenticate</string>
    <string name="return_home_label">Return to home</string>
    <string name="flattr_auth_success">Authentication was successful! You can now flattr things within the app.</string>
    <string name="no_flattr_token_title">No Flattr token found</string>
    <string name="no_flattr_token_msg">Your flattr account does not seem to be connected to AntennaPod. You can either connect your account to AntennaPod to flattr things within the app or you can visit the website of the thing to flattr it there.</string>
    <string name="authenticate_now_label">Authenticate</string>
    <string name="action_forbidden_title">Action forbidden</string>
    <string name="action_forbidden_msg">AntennaPod has no permission for this action. The reason for this could be that the access token of AntennaPod to your account has been revoked. You can either re-reauthenticate or visit the website of the thing instead.</string>
    <string name="access_revoked_title">Access revoked</string>
    <string name="access_revoked_info">You have successfully revoked AntennaPod\'s access token to your account. In order to complete the process, you have to remove this app from the list of approved applications in your account settings on the flattr website.</string>
    <string name="flattr_click_success">Successfully flattred this thing!</string>
    <string name="flattring_label">Flattring</string>
    
    <!--  Variable Speed -->
    <string name="download_plugin_label">Download Plugin</string>
    <string name="no_playback_plugin_title">Plugin Not Installed</string>
    <string name="no_playback_plugin_msg">For variable speed playback to work, a third party library must be installed.\n\nTap \'Download Plugin\' to download a free plugin from the Play Store\n\nAny problems found using this plugin are not the responsibility of AntennaPod and should be reported to the plugin owner.</string>
    <string name="set_playback_speed_label">Playback Speeds</string>

    <!-- Empty list labels -->
    <string name="no_items_label">There are no items in this list.</string>
    <string name="no_feeds_label">You haven\'t subscribed to any feeds yet.</string>

    <!-- Preferences -->
    <string name="other_pref">Other</string>
    <string name="about_pref">About</string>
    <string name="queue_label">Queue</string>
    <string name="pref_pauseOnHeadsetDisconnect_sum">Pause playback when the headphones are disconnected</string>
    <string name="pref_followQueue_sum">Jump to next queue item when playback completes</string>
    <string name="playback_pref">Playback</string>
    <string name="network_pref">Network</string>
    <string name="pref_autoUpdateIntervall_title">Update interval</string>
    <string name="pref_autoUpdateIntervall_sum">Specify an interval in which the feeds are refreshed automatically or disable it</string>
    <string name="pref_downloadMediaOnWifiOnly_sum">Download media files only over WiFi</string>
    <string name="pref_followQueue_title">Continuous playback</string>
    <string name="pref_downloadMediaOnWifiOnly_title">WiFi media download</string>
    <string name="pref_pauseOnHeadsetDisconnect_title">Headphones disconnect</string>
    <string name="pref_mobileUpdate_title">Mobile updates</string>
    <string name="pref_mobileUpdate_sum">Allow updates over the mobile data connection</string>
    <string name="refreshing_label">Refreshing</string>
    <string name="flattr_settings_label">Flattr settings</string>
    <string name="pref_flattr_auth_title">Flattr sign-in</string>
    <string name="pref_flattr_auth_sum">Sign in to your flattr account to flattr things directly from the app.</string>
    <string name="pref_flattr_this_app_title">Flattr this app</string>
    <string name="pref_flattr_this_app_sum">Support the development of AntennaPod by flattring it. Thanks!</string>
    <string name="pref_revokeAccess_title">Revoke access</string>
    <string name="pref_revokeAccess_sum">Revoke the access permission to your flattr account for this app.</string>
    <string name="pref_display_only_episodes_title">Display only episodes</string>
    <string name="pref_display_only_episodes_sum">Display only items which also have an episode.</string>
    <string name="user_interface_label">User Interface</string>
    <string name="pref_set_theme_title">Select theme</string>
    <string name="pref_set_theme_sum">Change the appearance of AntennaPod.</string>
    <string name="pref_automatic_download_title">Automatic download</string>
    <string name="pref_automatic_download_sum">Configure the automatic download of episodes.</string>
    <string name="pref_autodl_wifi_filter_title">Enable Wi-Fi filter</string>
    <string name="pref_autodl_wifi_filter_sum">Allow automatic download only for selected Wi-Fi networks.</string>
    <string name="pref_episode_cache_title">Episode cache</string>
    <string name="pref_theme_title_light">Light</string>
    <string name="pref_theme_title_dark">Dark</string>
    <string name="pref_episode_cache_unlimited">Unlimited</string>
    <string name="pref_update_interval_hours_plural">hours</string>
    <string name="pref_update_interval_hours_singular">hour</string>
    <string name="pref_update_interval_hours_manual">Manual</string>
    <string name="pref_playback_speed_title">Playback Speeds</string>
    <string name="pref_playback_speed_sum">Customize the speeds available for variable speed audio playback</string>
   

    <!-- Search -->
    <string name="search_hint">Search for Feeds or Episodes</string>
    <string name="found_in_shownotes_label">Found in shownotes</string>
    <string name="found_in_chapters_label">Found in chapters</string>
    <string name="search_status_searching">Searching...</string>
    <string name="search_status_no_results">No results were found</string>
    <string name="search_results_label">Search results</string>
    <string name="search_term_label">You searched:\u0020</string>
    <string name="search_label">Search</string>
    <string name="found_in_title_label">Found in title</string>

    <!-- OPML import and export -->
    <string name="opml_import_txtv_button_lable">You can also import an OPML file. OPML files allow you to move your podcasts from one podcatcher to another:</string>
    <string name="opml_import_explanation">To import an OPML file, you have to place it in the following directory and press the button below to start the import process. </string>
    <string name="start_import_label">Start import</string>
    <string name="opml_import_label">OPML import</string>
    <string name="opml_directory_error">ERROR!</string>
    <string name="reading_opml_label">Reading OPML file</string>
    <string name="opml_reader_error">An error has occurred while reading the opml document:</string>
    <string name="opml_import_error_dir_empty">The import directory is empty.</string>
    <string name="select_all_label">Select all</string>
    <string name="deselect_all_label">Deselect all</string>
    <string name="choose_file_to_import_label">Choose file to import</string>
    <string name="opml_export_label">OPML export</string>
    <string name="exporting_label">Exporting...</string>
    <string name="export_error_label">Export error</string>
    <string name="opml_export_success_title">Opml export successful.</string>
    <string name="opml_export_success_sum">The .opml file was written to:\u0020</string>

    <!-- Sleep timer -->
    <string name="set_sleeptimer_label">Set sleep timer</string>
    <string name="disable_sleeptimer_label">Disable sleep timer</string>
    <string name="enter_time_here_label">Enter time</string>
    <string name="sleep_timer_label">Sleep timer</string>
    <string name="time_left_label">Time left:\u0020</string>
    <string name="time_dialog_invalid_input">Invalid input, time has to be an integer</string>

    <!-- Miro Guide -->
    <string name="loading_categories_label">Loading categories...</string>
    <string name="browse_miroguide_label">Browse Miro Guide</string>
    <string name="txtv_browse_miroguide_label">Or browse the Miro Guide:</string>
    <string name="miro_guide_label">Miro Guide</string>
    <string name="miro_search_hint">Search Miro Guide</string>
    <string name="popular_label">Popular</string>
    <string name="best_rating_label">Best rating</string>
    <string name="add_feed_label">Add feed</string>
    <string name="miro_feed_added">Feed is being added</string>

    <!-- Directory chooser -->
    <string name="selected_folder_label">Selected folder:</string>
    <string name="create_folder_label">Create folder</string>
    <string name="choose_data_directory">Choose data folder</string>
    <string name="create_folder_msg">Create new folder with name "%1$s"?</string>
    <string name="create_folder_success">Created new folder</string>
    <string name="create_folder_error_no_write_access">Cannot write to this folder</string>
    <string name="create_folder_error_already_exists">Folder already exists</string>
    <string name="create_folder_error">Could not create folder</string>
    <string name="folder_not_empty_dialog_title">Folder is not empty</string>
    <string name="folder_not_empty_dialog_msg">The folder you have selected is not empty. Media downloads and other files will be placed directly in this folder. Continue anyway?</string>
    <string name="set_to_default_folder">Choose default folder</string>

</resources>