Make duration plurals naming consistent
This commit is contained in:
parent
570f56de57
commit
5ac62b9bdb
25 changed files with 74 additions and 74 deletions
|
|
@ -543,8 +543,8 @@
|
|||
<string name="subtitle_activity_recaptcha">Trykk \"Ferdig\" når den er løst</string>
|
||||
<string name="recaptcha_done_button">Ferdig</string>
|
||||
<string name="videos_string">Videoer</string>
|
||||
<plurals name="dynamic_seek_duration_description">
|
||||
<item quantity="one">%s sekunder</item>
|
||||
<item quantity="other">%s sekunder</item>
|
||||
<plurals name="seconds">
|
||||
<item quantity="one">%d sekunder</item>
|
||||
<item quantity="other">%d sekunder</item>
|
||||
</plurals>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue