summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2019-04-11 21:21:51 +0200
committerByteHamster <info@bytehamster.com>2019-04-11 21:24:51 +0200
commit777d92d4be56341555089365ad5d74cc1cef3d8a (patch)
treed4df20249b4d66feeeaa86a0292bd00dc2a21441 /core
parent97d08f3b00f864d421608ac52e42beafc37e323d (diff)
downloadAntennaPod-777d92d4be56341555089365ad5d74cc1cef3d8a.zip
Set number of subscription columns
Diffstat (limited to 'core')
-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>