mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Implement the playback event handling as a system-wide multi-purpose event system. Unified mpeg.c and playback.c audio event handling. Converted ata_idle_notify to use the new event handling system also.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16682 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
478ba0afa1
commit
19c6e66c13
14 changed files with 182 additions and 209 deletions
|
|
@ -8191,29 +8191,27 @@
|
|||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SETTINGS_SAVE_FAILED
|
||||
desc: displayed if save settings has failed
|
||||
desc: DEPRECATED
|
||||
user:
|
||||
<source>
|
||||
*: "Save Failed"
|
||||
*: ""
|
||||
</source>
|
||||
<dest>
|
||||
*: "Save Failed"
|
||||
*: ""
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Save Failed"
|
||||
*: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SETTINGS_PARTITION
|
||||
desc: if save settings has failed
|
||||
desc: DEPRECATED
|
||||
user:
|
||||
<source>
|
||||
*: "No partition?"
|
||||
player: "Partition?"
|
||||
*: ""
|
||||
</source>
|
||||
<dest>
|
||||
*: "No partition?"
|
||||
player: "Partition?"
|
||||
*: ""
|
||||
</dest>
|
||||
<voice>
|
||||
*: ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue