1
0
Fork 0
forked from len0rd/rockbox

Finally commit FS#5111 - piezo clicker for ipods!

Origional implementation by Robert Keevil with contributions from Frederik Vestre,  Stoyan Stratev, Craig Elliott, Michael Sparmann,  Thomas Schott, Rosso Maltese, and syncs from a bunch of other people!

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30995 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2011-11-16 10:25:43 +00:00
parent b7508a766d
commit be716c0be8
20 changed files with 481 additions and 2 deletions

View file

@ -12917,3 +12917,37 @@
*: "Shortcuts"
</voice>
</phrase>
<phrase>
id: LANG_KEYCLICK_SOFTWARE
desc: in keyclick settings menu
user: core
<source>
*: none
hardware_click: "Headphone Keyclick"
</source>
<dest>
*: none
hardware_click: "Headphone Keyclick"
</dest>
<voice>
*: none
hardware_click: "Headphone Keyclick"
</voice>
</phrase>
<phrase>
id: LANG_KEYCLICK_HARDWARE
desc: in keyclick settings menu
user: core
<source>
*: none
hardware_click: "Speaker Keyclick"
</source>
<dest>
*: none
hardware_click: "Speaker Keyclick"
</dest>
<voice>
*: none
hardware_click: "Speaker Keyclick"
</voice>
</phrase>