<!-- For example: I will be there in 5 minutes -->
<pluralsname="in_seconds">
<itemquantity="one">%d second</item>
<itemquantity="other">%d seconds</item>
<itemquantity="one">%d 秒</item>
<itemquantity="other">%d 秒</item>
</plurals>
<pluralsname="in_minutes">
<itemquantity="one">%d minute</item>
<itemquantity="other">%d minutes</item>
<itemquantity="one">%d 分钟</item>
<itemquantity="other">%d 分钟</item>
</plurals>
<pluralsname="in_hours">
<itemquantity="one">%d hour</item>
<itemquantity="other">%d hours</item>
<itemquantity="one">%d 小时</item>
<itemquantity="other">%d 小时</item>
</plurals>
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
<stringname="alarm_goes_off_in">Time remaining till the alarm goes off:\n%s</string>
<stringname="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
<stringname="reminder_warning">Please make sure the reminders work properly before relying on them. They could misbehave due to system restrictions related to battery saving.</string>