improve relative poll timestamp string format (#1939)
This commit is contained in:
parent
508d070a31
commit
26a051220b
38 changed files with 230 additions and 312 deletions
|
@ -377,7 +377,6 @@
|
|||
<item quantity="few">%s hlasy</item>
|
||||
<item quantity="other">%s hlasů</item>
|
||||
</plurals>
|
||||
<string name="poll_info_time_relative">zbývá %s</string>
|
||||
<string name="poll_info_time_absolute">končí v %s</string>
|
||||
<string name="poll_info_closed">uzavřena</string>
|
||||
<string name="poll_vote">Hlasovat</string>
|
||||
|
@ -388,24 +387,19 @@
|
|||
<string name="poll_ended_voted">Anketa, ve které jste hlasoval/a, skončila</string>
|
||||
<string name="poll_ended_created">Anketa, kterou jste vytvořil/a, skončila</string>
|
||||
<plurals name="poll_timespan_days">
|
||||
<item quantity="one">%d den</item>
|
||||
<item quantity="few">%d dny</item>
|
||||
<item quantity="other">%d dní</item>
|
||||
</plurals>
|
||||
<plurals name="poll_timespan_hours">
|
||||
<item quantity="one"></item>
|
||||
<item quantity="few"></item>
|
||||
<item quantity="other"></item>
|
||||
<item quantity="one">zbývá %d den</item>
|
||||
<item quantity="few">zbývá %d dny</item>
|
||||
<item quantity="other">zbývá %d dní</item>
|
||||
</plurals>
|
||||
<plurals name="poll_timespan_minutes">
|
||||
<item quantity="one">%d minuta</item>
|
||||
<item quantity="few">%d minuty</item>
|
||||
<item quantity="other">%d minut</item>
|
||||
<item quantity="one">zbývá %d minuta</item>
|
||||
<item quantity="few">zbývá %d minuty</item>
|
||||
<item quantity="other">zbývá %d minut</item>
|
||||
</plurals>
|
||||
<plurals name="poll_timespan_seconds">
|
||||
<item quantity="one">%d sekunda</item>
|
||||
<item quantity="few">%d sekundy</item>
|
||||
<item quantity="other">%d sekund</item>
|
||||
<item quantity="one">zbývá %d sekunda</item>
|
||||
<item quantity="few">zbývá %d sekundy</item>
|
||||
<item quantity="other">zbývá %d sekund</item>
|
||||
</plurals>
|
||||
<string name="pref_title_animate_gif_avatars">Animovat avatary GIF</string>
|
||||
<string name="description_poll">Anketa s volbami: %1$s, %2$s, %3$s, %4$s; %5$s</string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue