Add Plural strings

This commit is contained in:
Paul Akhamiogu
2021-09-12 15:01:04 +01:00
parent eee6565d72
commit acab6a2ef0
30 changed files with 185 additions and 90 deletions

View File

@ -18,12 +18,15 @@
<string name="sort_by_alarm_time">Alarm time</string>
<!--Timer-->
<string name="timer_notification_msg">Timers are running</string>
<string name="timer_multiple_notification_msg">%d timers are running</string>
<string name="timers_notification_msg">Timers are running</string>
<string name="timer_single_notification_label_msg">Timer for %s is running</string>
<string name="timer_single_notification_msg">%d timer is running</string>
<string name="new_timer">New Timer</string>
<plurals name="timer_notification_msg">
<item quantity="one">%d timer is running</item>
<item quantity="other">%d timers are running</item>
</plurals>
<!-- Settings -->
<string name="clock_tab">Erloju fitxa</string>
<string name="alarm_tab">Alarma fitxa</string>