summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hennen <tom.hennen@gmail.com>2015-08-02 16:39:04 -0400
committerTom Hennen <tom.hennen@gmail.com>2015-08-02 16:39:04 -0400
commit6c4afc4711e1c4e7eac9528fa9582b0106456656 (patch)
tree6ecc475303ed5a762406e1f83003deebd826e646
parentbc5acccb0c13c5e7cb91c3263a660279d0ce269c (diff)
downloadAntennaPod-6c4afc4711e1c4e7eac9528fa9582b0106456656.zip
we can have both strings and plurals with the same name. fixes AntennaPod/AntennaPod#1050
-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 23c58d16f..c36cde6f7 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -384,6 +384,9 @@
<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>