Update strings.xml

This commit is contained in:
Tibor Kaputa
2022-10-25 10:49:48 +02:00
committed by GitHub
parent 35ee2491c4
commit 67b0f84ecc

View File

@@ -253,24 +253,24 @@
<string name="today_only">Today only</string>
<string name="within_the_next">Within the next…</string>
<plurals name="within_the_next_days">
<item quantity="zero">Within the next %d day</item>
<item quantity="one">Within the next %d days</item>
<item quantity="zero">Within the next %d days</item>
<item quantity="one">Within the next %d day</item>
<item quantity="two">Within the next %d days</item>
<item quantity="few">Within the next %d days</item>
<item quantity="many">Within the next %d days</item>
<item quantity="other">Within the next %d days</item>
</plurals>
<plurals name="within_the_next_weeks">
<item quantity="zero">Within the next %d week</item>
<item quantity="one">Within the next %d weeks</item>
<item quantity="zero">Within the next %d weeks</item>
<item quantity="one">Within the next %d week</item>
<item quantity="two">Within the next %d weeks</item>
<item quantity="few">Within the next %d weeks</item>
<item quantity="many">Within the next %d weeks</item>
<item quantity="other">Within the next %d weeks</item>
</plurals>
<plurals name="within_the_next_months">
<item quantity="zero">Within the next %d month</item>
<item quantity="one">Within the next %d months</item>
<item quantity="zero">Within the next %d months</item>
<item quantity="one">Within the next %d month</item>
<item quantity="two">Within the next %d months</item>
<item quantity="few">Within the next %d months</item>
<item quantity="many">Within the next %d months</item>
@@ -294,4 +294,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>