Update strings.xml
This commit is contained in:
parent
6ddcf022a5
commit
0fb64c0372
1 changed files with 7 additions and 4 deletions
|
@ -251,13 +251,16 @@
|
|||
<string name="today_only">Today only</string>
|
||||
<string name="within_the_next">Within the next…</string>
|
||||
<plurals name="within_the_next_days">
|
||||
<item quantity="other">Within the next %d day</item>
|
||||
<item quantity="one">Within the next %d day</item>
|
||||
<item quantity="other">Within the next %d days</item>
|
||||
</plurals>
|
||||
<plurals name="within_the_next_weeks">
|
||||
<item quantity="other">Within the next %d week</item>
|
||||
<item quantity="one">Within the next %d week</item>
|
||||
<item quantity="other">Within the next %d weeks</item>
|
||||
</plurals>
|
||||
<plurals name="within_the_next_months">
|
||||
<item quantity="other">Within the next %d month</item>
|
||||
<item quantity="one">Within the next %d month</item>
|
||||
<item quantity="other">Within the next %d months</item>
|
||||
</plurals>
|
||||
<!-- FAQ -->
|
||||
<string name="faq_1_title">我如何移除用「添加節日」按鈕所匯入的節日\?</string>
|
||||
|
@ -276,4 +279,4 @@
|
|||
Haven't found some strings? There's more at
|
||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||
-->
|
||||
</resources>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue