we can have both strings and plurals with the same name. fixes AntennaPod/AntennaPod#1050

This commit is contained in:
Tom Hennen 2015-08-02 16:39:04 -04:00
parent bc5acccb0c
commit 6c4afc4711
1 changed files with 3 additions and 0 deletions

View File

@ -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>