summaryrefslogtreecommitdiff
path: root/core/src/main/res
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2019-04-12 10:56:26 +0200
committerGitHub <noreply@github.com>2019-04-12 10:56:26 +0200
commit3f1e6b5d50f10abcf64b912f7242e90d2fb01ecf (patch)
treec3389c82a2a6d0c5b91726837cd9466a51ae6e13 /core/src/main/res
parentb4f04f6d6d0b1a4c22dd32ca18cefecec462c754 (diff)
parent777d92d4be56341555089365ad5d74cc1cef3d8a (diff)
downloadAntennaPod-3f1e6b5d50f10abcf64b912f7242e90d2fb01ecf.zip
Merge pull request #3106 from ByteHamster/subscriptions-columns
Set number of subscription columns
Diffstat (limited to 'core/src/main/res')
-rw-r--r--core/src/main/res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index 3d730516e..665498c23 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -758,6 +758,9 @@
<string name="proxy_host_invalid_error">Host is not a valid IP address or domain</string>
<string name="proxy_port_invalid_error">Port not valid</string>
+ <!-- Subscriptions fragment -->
+ <string name="subscription_num_columns">Number of columns</string>
+
<!-- Database import/export -->
<string name="import_export">Database import/export</string>
<string name="import_export_warning">This experimental function can be used to transfer your subscriptions and played episodes to another device.\n\nExported databases can only be imported when using the same version of AntennaPod. Otherwise, this function will lead to unexpected behavior.\n\nAfter importing, episodes might be displayed as downloaded even though they are not. Just press the play button of the episodes to make AntennaPod detect this.</string>