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
|
|
@ -510,7 +510,6 @@
|
|||
<item quantity="one">%s person</item>
|
||||
<item quantity="other">%s people</item>
|
||||
</plurals>
|
||||
<string name="poll_info_time_relative">%s left</string>
|
||||
<string name="poll_info_time_absolute">ends at %s</string>
|
||||
<string name="poll_info_closed">closed</string>
|
||||
|
||||
|
|
@ -521,20 +520,20 @@
|
|||
|
||||
<!--These are for timestamps on polls -->
|
||||
<plurals name="poll_timespan_days">
|
||||
<item quantity="one">%d day</item>
|
||||
<item quantity="other">%d days</item>
|
||||
<item quantity="one">%d day left</item>
|
||||
<item quantity="other">%d days left</item>
|
||||
</plurals>
|
||||
<plurals name="poll_timespan_hours">
|
||||
<item quantity="one">%d hour</item>
|
||||
<item quantity="other">%d hours</item>
|
||||
<item quantity="one">%d hour left</item>
|
||||
<item quantity="other">%d hours left</item>
|
||||
</plurals>
|
||||
<plurals name="poll_timespan_minutes">
|
||||
<item quantity="one">%d minute</item>
|
||||
<item quantity="other">%d minutes</item>
|
||||
<item quantity="one">%d minute left</item>
|
||||
<item quantity="other">%d minutes left</item>
|
||||
</plurals>
|
||||
<plurals name="poll_timespan_seconds">
|
||||
<item quantity="one">%d second</item>
|
||||
<item quantity="other">%d seconds</item>
|
||||
<item quantity="one">%d second left</item>
|
||||
<item quantity="other">%d seconds left</item>
|
||||
</plurals>
|
||||
|
||||
<string name="button_continue">Continue</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue