mirror of
https://github.com/SimpleMobileTools/Simple-Clock.git
synced 2025-06-05 22:19:17 +02:00
Add new intents for alarms and timers
Added support for new intents: - `ACTION_SET_ALARM` - `ACTION_SET_TIMER` - `ACTION_DISMISS_ALARM` - `ACTION_SNOOZE_ALARM` - `ACTION_DISMISS_TIMER` - `ACTION_SHOW_TIMERS` This closes #357
This commit is contained in:
@@ -23,6 +23,9 @@
|
||||
<string name="analogue_clock">指针式时钟</string>
|
||||
<string name="digital_clock">数字时钟</string>
|
||||
<string name="alarm_dismissed">闹钟已停止</string>
|
||||
<string name="select_timer_to_dismiss">Select timer to dismiss</string>
|
||||
<string name="select_alarm_to_dismiss">Select alarm to dismiss</string>
|
||||
<string name="alarm_created">Alarm created</string>
|
||||
<string name="alarm_snoozed">闹钟延后了 %s</string>
|
||||
<string name="no_alarms_found">未找到闹铃</string>
|
||||
<string name="add_alarm">添加闹钟</string>
|
||||
@@ -51,4 +54,4 @@
|
||||
Haven't found some strings? There's more at
|
||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||
-->
|
||||
</resources>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user