mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Code for alarm mod. Enable with adding -DHAVE_ALARM_MOD in Makefile (EXTRA_DEFINES).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3150 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fa22295598
commit
86352ccc3f
7 changed files with 388 additions and 6 deletions
|
|
@ -1286,3 +1286,33 @@ id: LANG_FAILED
|
|||
desc: Something failed. To be appended after above actions
|
||||
eng: "failed"
|
||||
new:
|
||||
|
||||
id: LANG_ALARM_MOD_ALARM_MENU
|
||||
desc: The name of the additional entry in the main menu for the RTC alarm mod.
|
||||
eng: "Wake-Up Alarm"
|
||||
new:
|
||||
|
||||
id: LANG_ALARM_MOD_TIME
|
||||
desc: The current alarm time shown in the alarm menu for the RTC alarm mod.
|
||||
eng: "Alarm time: %02d:%02d"
|
||||
new:
|
||||
|
||||
id: LANG_ALARM_MOD_TIME_TO_GO
|
||||
desc: The time until the alarm will go off shown in the alarm menu for the RTC alarm mod.
|
||||
eng: "Waking up in %d:%02d"
|
||||
new:
|
||||
|
||||
id: LANG_ALARM_MOD_SHUTDOWN
|
||||
desc: The text that tells the user that the alarm time is ok and the device shuts off (for the RTC alarm mod).
|
||||
eng: "Shutting down..."
|
||||
new:
|
||||
|
||||
id: LANG_ALARM_MOD_ERROR
|
||||
desc: The text that tells that the time is incorrect (for the RTC alarm mod).
|
||||
eng: "Alarm time is too soon!"
|
||||
new:
|
||||
|
||||
id: LANG_ALARM_MOD_KEYS
|
||||
desc: Shown key functions in alarm menu (for the RTC alarm mod).
|
||||
eng: "PLAY=Set OFF=Cancel"
|
||||
new:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue