Update strings.xml
This commit is contained in:
parent
0fb64c0372
commit
cda524afc0
|
@ -251,15 +251,15 @@
|
||||||
<string name="today_only">Today only</string>
|
<string name="today_only">Today only</string>
|
||||||
<string name="within_the_next">Within the next…</string>
|
<string name="within_the_next">Within the next…</string>
|
||||||
<plurals name="within_the_next_days">
|
<plurals name="within_the_next_days">
|
||||||
<item quantity="zero">Within the next %d day</item>
|
<item quantity="one">Within the next %d day</item>
|
||||||
<item quantity="other">Within the next %d days</item>
|
<item quantity="other">Within the next %d days</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
<plurals name="within_the_next_weeks">
|
<plurals name="within_the_next_weeks">
|
||||||
<item quantity="zero">Within the next %d week</item>
|
<item quantity="one">Within the next %d week</item>
|
||||||
<item quantity="other">Within the next %d weeks</item>
|
<item quantity="other">Within the next %d weeks</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
<plurals name="within_the_next_months">
|
<plurals name="within_the_next_months">
|
||||||
<item quantity="zero">Within the next %d month</item>
|
<item quantity="one">Within the next %d month</item>
|
||||||
<item quantity="other">Within the next %d months</item>
|
<item quantity="other">Within the next %d months</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
<!-- FAQ -->
|
<!-- FAQ -->
|
||||||
|
|
Loading…
Reference in New Issue