summaryrefslogtreecommitdiff
path: root/core/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorTom Hennen <TomHennen@users.noreply.github.com>2015-08-02 13:11:59 -0400
committerTom Hennen <TomHennen@users.noreply.github.com>2015-08-02 13:11:59 -0400
commitab68619aaceb545533bf8efd7faec500935270f5 (patch)
tree30b244a3a66be349581e3bac3e1da4c5a7039a73 /core/src/main/res/values/strings.xml
parent83bf67a771593ddd8150c97b505c98a641596942 (diff)
parent5f0ddbc15d68d82e85c41156d2873231ac32b986 (diff)
downloadAntennaPod-ab68619aaceb545533bf8efd7faec500935270f5.zip
Merge pull request #1043 from mfietz/glide
Glide
Diffstat (limited to 'core/src/main/res/values/strings.xml')
-rw-r--r--core/src/main/res/values/strings.xml20
1 files changed, 15 insertions, 5 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index a692dbc73..23c58d16f 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -335,12 +335,12 @@
<string name="pref_persistNotify_sum">Keep notification and lockscreen controls when playback is paused.</string>
<string name="pref_showDownloadReport_title">Show Download Report</string>
<string name="pref_showDownloadReport_sum">If downloads fail, generate a report that shows the details of the failure.</string>
-
<string name="pref_expand_notify_unsupport_toast">Android versions before 4.1 do not support expanded notifications.</string>
<string name="pref_queueAddToFront_sum">Add new episodes to the front of the queue.</string>
<string name="pref_queueAddToFront_title">Enqueue at Front</string>
<string name="pref_smart_mark_as_played_disabled">Disabled</string>
-
+ <string name="pref_image_cache_size_title">Image Cache Size</string>
+ <string name="pref_image_cache_size_sum">Size of the disk cache for images.</string>
<!-- Auto-Flattr dialog -->
<string name="auto_flattr_enable">Enable automatic flattring</string>
@@ -384,9 +384,18 @@
<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>
- <string name="time_unit_seconds">seconds</string>
- <string name="time_unit_minutes">minutes</string>
- <string name="time_unit_hours">hours</string>
+ <plurals name="time_unit_seconds">
+ <item quantity="one">1 second</item>
+ <item quantity="other">%d seconds</item>
+ </plurals>
+ <plurals name="time_unit_minutes">
+ <item quantity="one">1 minute</item>
+ <item quantity="other">%d minutes</item>
+ </plurals>
+ <plurals name="time_unit_hours">
+ <item quantity="one">1 hour</item>
+ <item quantity="other">%d hours</item>
+ </plurals>
<!-- gpodder.net -->
<string name="gpodnet_taglist_header">CATEGORIES</string>
@@ -435,6 +444,7 @@
<string name="pref_pausePlaybackForFocusLoss_title">Pause for Interruptions</string>
<string name="pref_resumeAfterCall_sum">Resume playback after a phone call completes</string>
<string name="pref_resumeAfterCall_title">Resume after Call</string>
+ <string name="pref_restart_required">AnntennaPod has to be restarted for this change to take effect.</string>
<!-- Online feed view -->
<string name="subscribe_label">Subscribe</string>