Merge pull request #1051 from TomHennen/fix1050

we can have both strings and plurals with the same name.
This commit is contained in:
Tom Hennen 2015-08-02 16:44:43 -04:00
commit a127674238
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>