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
|
|
@ -373,7 +373,6 @@
|
|||
<item quantity="one">%s röst</item>
|
||||
<item quantity="other">%s röster</item>
|
||||
</plurals>
|
||||
<string name="poll_info_time_relative">%s kvar</string>
|
||||
<string name="poll_info_time_absolute">avslutas vid %s</string>
|
||||
<string name="poll_info_closed">stängd</string>
|
||||
<string name="poll_vote">Rösta</string>
|
||||
|
|
@ -383,20 +382,20 @@
|
|||
<string name="poll_ended_voted">En omröstning där du har röstat är avslutad</string>
|
||||
<string name="poll_ended_created">En omröstning som du har skapat har avslutats</string>
|
||||
<plurals name="poll_timespan_days">
|
||||
<item quantity="one">%d dag</item>
|
||||
<item quantity="other">%d dagar</item>
|
||||
<item quantity="one">%d dag kvar</item>
|
||||
<item quantity="other">%d dagar kvar</item>
|
||||
</plurals>
|
||||
<plurals name="poll_timespan_hours">
|
||||
<item quantity="one">%d timme</item>
|
||||
<item quantity="other">%d timmar</item>
|
||||
<item quantity="one">%d timme kvar</item>
|
||||
<item quantity="other">%d timmar kvar</item>
|
||||
</plurals>
|
||||
<plurals name="poll_timespan_minutes">
|
||||
<item quantity="one">%d minut</item>
|
||||
<item quantity="other">%d minuter</item>
|
||||
<item quantity="one">%d minut kvar</item>
|
||||
<item quantity="other">%d minuter kvar</item>
|
||||
</plurals>
|
||||
<plurals name="poll_timespan_seconds">
|
||||
<item quantity="one">%d sekund</item>
|
||||
<item quantity="other">%d sekunder</item>
|
||||
<item quantity="one">%d sekund kvar</item>
|
||||
<item quantity="other">%d sekunder kvar</item>
|
||||
</plurals>
|
||||
<string name="compose_preview_image_description">Åtgärder för bild %s</string>
|
||||
<string name="pref_title_animate_gif_avatars">Animera profil gifar</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue