summaryrefslogtreecommitdiff
path: root/core/src/main/res
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2020-02-05 00:51:26 +0100
committerGitHub <noreply@github.com>2020-02-05 00:51:26 +0100
commit3f85413b8d360a94f068dae9332bef27a740fd49 (patch)
treeeb60bb9a4c7e637c58b9114dea909127e766aea0 /core/src/main/res
parent6b82cfdd96e38716427bd964c031631cfd6e9566 (diff)
parent75e0d2d7e1929a617ea21e235d96e0448eea091b (diff)
downloadAntennaPod-3f85413b8d360a94f068dae9332bef27a740fd49.zip
Merge pull request #3831 from ByteHamster/verify-database
Verify database version before import
Diffstat (limited to 'core/src/main/res')
-rw-r--r--core/src/main/res/values/strings.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index bd52dfa1e..e0ec53cbe 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -572,6 +572,7 @@
<string name="opml_import_ask_read_permission">Access to external storage is required to read the OPML file</string>
<string name="import_select_file">Select file to import</string>
<string name="import_ok">Import successful.\n\nPlease press OK to restart AntennaPod</string>
+ <string name="import_no_downgrade">This database was exported with a newer version of AntennaPod. Your current installation does not yet know how to handle this file.</string>
<!-- Sleep timer -->
<string name="set_sleeptimer_label">Set sleep timer</string>
@@ -768,7 +769,6 @@
<string name="cast_failed_to_play">Failed to start the playback of media</string>
<string name="cast_failed_to_stop">Failed to stop the playback of media</string>
<string name="cast_failed_to_pause">Failed to pause the playback of media</string>
- <!--<string name="cast_failed_to_connect">Could not connect to the device</string>-->
<string name="cast_failed_setting_volume">Failed to set the volume</string>
<string name="cast_failed_no_connection">No connection to the cast device is present</string>
<string name="cast_failed_no_connection_trans">Connection to the cast device has been lost. Application is trying to re-establish the connection, if possible. Please wait for a few seconds and try again.</string>
@@ -786,7 +786,6 @@
<string name="notification_channel_playing_description">Allows to control playback. This is the main notification you see while playing a podcast.</string>
<string name="notification_channel_error">Errors</string>
<string name="notification_channel_error_description">Shown if something went wrong, for example if download or gpodder sync fails.</string>
- <string name="import_bad_file">Invalid/corrupt file</string>
<!-- Widget settings -->
<string name="widget_settings">Widget settings</string>