forked from len0rd/rockbox
Make the e200v2 simulator compile - an easy job as the apps/ code is identical to the e200v1.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18902 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d9fdd8ce38
commit
74b935c893
34 changed files with 645 additions and 638 deletions
|
|
@ -290,13 +290,13 @@
|
|||
<source>
|
||||
*: "PLAY = Yes"
|
||||
h100,h120,h300: "NAVI = Yes"
|
||||
ipod*,x5,m5,gigabeat*,e200,c200,h10,h10_5gb,mrobe100,sa9200: "SELECT = Yes"
|
||||
ipod*,x5,m5,gigabeat*,e200*,c200,h10,h10_5gb,mrobe100,sa9200: "SELECT = Yes"
|
||||
player: "(PLAY/STOP)"
|
||||
</source>
|
||||
<dest>
|
||||
*: "PLAY = Oui"
|
||||
h100,h120,h300: "NAVI = Oui"
|
||||
ipod*,x5,m5,gigabeat*,e200,c200,h10,h10_5gb,mrobe100,sa9200: "SELECT = Oui"
|
||||
ipod*,x5,m5,gigabeat*,e200*,c200,h10,h10_5gb,mrobe100,sa9200: "SELECT = Oui"
|
||||
player: "(PLAY/STOP)"
|
||||
</dest>
|
||||
<voice>
|
||||
|
|
@ -2396,14 +2396,14 @@
|
|||
h100,h120,h300: "Building database... %d found (STOP to return)"
|
||||
ipod*: "Building database... %d found (PREV to return)"
|
||||
x5,m5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)"
|
||||
h10,h10_5gb,e200,c200,sa9200: "Building database... %d found (PREV to return)"
|
||||
h10,h10_5gb,e200*,c200,sa9200: "Building database... %d found (PREV to return)"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Création base de données... %d trouvés (OFF = retour)"
|
||||
h100,h120,h300: "Création base de données... %d trouvés (STOP = retour)"
|
||||
ipod*: "Création base de données... %d trouvés (PREV = retour)"
|
||||
x5,m5,gigabeat*,mrobe100: "Création base de données... %d trouvés (LEFT = retour)"
|
||||
h10,h10_5gb,e200,c200,sa9200: "Création base de données... %d trouvés (PREV = retour)"
|
||||
h10,h10_5gb,e200*,c200,sa9200: "Création base de données... %d trouvés (PREV = retour)"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "entrées trouvées pour base de données"
|
||||
|
|
@ -3862,17 +3862,17 @@
|
|||
user:
|
||||
<source>
|
||||
*: none
|
||||
e200: "Wheel Light Timeout"
|
||||
e200*: "Wheel Light Timeout"
|
||||
c200,gigabeatf,mrobe100,sa9200: "Button Light Timeout"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
e200: "Durée de l'éclairage de la molette"
|
||||
e200*: "Durée de l'éclairage de la molette"
|
||||
c200,gigabeatf,mrobe100,sa9200: "Durée de l'éclairage des touches"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
e200: "Durée de l'éclairage de la molette"
|
||||
e200*: "Durée de l'éclairage de la molette"
|
||||
c200,gigabeatf,mrobe100,sa9200: "Durée de l'éclairage des touches"
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
@ -4155,17 +4155,17 @@
|
|||
*: none
|
||||
rtc: "ON = Set"
|
||||
h100,h120,h300: "NAVI = Set"
|
||||
ipod*,x5,m5,h10,h10_5gb,e200,c200,gigabeat*,mrobe100,sa9200: "SELECT = Set"
|
||||
ipod*,x5,m5,h10,h10_5gb,e200*,c200,gigabeat*,mrobe100,sa9200: "SELECT = Set"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
rtc: "ON = Valider"
|
||||
h100,h120,h300: "NAVI = Valider"
|
||||
ipod*,x5,m5,h10,h10_5gb,e200,c200,gigabeat*,mrobe100,sa9200: "SELECT = Valider"
|
||||
ipod*,x5,m5,h10,h10_5gb,e200*,c200,gigabeat*,mrobe100,sa9200: "SELECT = Valider"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
rtc,h100,h120,h300,h10,h10_5gb,x5,m5,ipod*,e200,c200,gigabeat*,mrobe100,sa9200: ""
|
||||
rtc,h100,h120,h300,h10,h10_5gb,x5,m5,ipod*,e200*,c200,gigabeat*,mrobe100,sa9200: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
|
|
@ -4176,7 +4176,7 @@
|
|||
*: none
|
||||
rtc: "OFF = Revert"
|
||||
h100,h120,h300: "STOP = Revert"
|
||||
ipod*,e200,c200,sa9200: "MENU = Revert"
|
||||
ipod*,e200*,c200,sa9200: "MENU = Revert"
|
||||
x5,m5: "RECORD = Revert"
|
||||
h10,h10_5gb: "PREV = Revert"
|
||||
gigabeatf: "A = Revert"
|
||||
|
|
@ -4187,7 +4187,7 @@
|
|||
*: none
|
||||
rtc: "OFF = Annuler"
|
||||
h100,h120,h300: "STOP = Annuler"
|
||||
ipod*,e200,c200,sa9200: "MENU = Annuler"
|
||||
ipod*,e200*,c200,sa9200: "MENU = Annuler"
|
||||
x5,m5: "RECORD = Annuler"
|
||||
h10,h10_5gb: "PREV = Annuler"
|
||||
gigabeatf: "A = Annuler"
|
||||
|
|
@ -4196,7 +4196,7 @@
|
|||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
rtc,h100,h120,h300,ipod*,e200,c200,x5,m5,h10,h10_5gb,gigabeat*,mrobe100,sa9200: ""
|
||||
rtc,h100,h120,h300,ipod*,e200*,c200,x5,m5,h10,h10_5gb,gigabeat*,mrobe100,sa9200: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
|
|
@ -6954,17 +6954,17 @@
|
|||
user:
|
||||
<source>
|
||||
*: none
|
||||
e200,c200: "mSD:"
|
||||
e200*,c200: "mSD:"
|
||||
ondio*: "MMC:"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
e200,c200: "mSD:"
|
||||
e200*,c200: "mSD:"
|
||||
ondio*: "MMC:"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
e200,c200: "micro S D"
|
||||
e200*,c200: "micro S D"
|
||||
ondio*: "M M C"
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
@ -8326,18 +8326,18 @@
|
|||
recording: "The disk is full. Press OFF to continue."
|
||||
h100,h120,h300: "The disk is full. Press STOP to continue."
|
||||
m5,x5: "The disk is full. Press POWER to continue."
|
||||
e200,c200: "The disk is full. Press UP to continue."
|
||||
e200*,c200: "The disk is full. Press UP to continue."
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
recording: "Disque Plein. Presser OFF pour continuer."
|
||||
h100,h120,h300: "Disque Plein. Presser STOP pour continuer."
|
||||
m5,x5: "Disque Plein. Presser POWER pour continuer."
|
||||
e200,c200: "Disque Plein. Presser UP pour continuer."
|
||||
e200*,c200: "Disque Plein. Presser UP pour continuer."
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
recording,h100,h120,h300,m5,x5,e200,c200: ""
|
||||
recording,h100,h120,h300,m5,x5,e200*,c200: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
|
|
@ -8428,14 +8428,14 @@
|
|||
player,h100,h120,h300: "STOP to abort"
|
||||
ipod*: "PLAY/PAUSE to abort"
|
||||
x5,m5: "Long PLAY to abort"
|
||||
h10,h10_5gb,e200,c200: "PREV to abort"
|
||||
h10,h10_5gb,e200*,c200: "PREV to abort"
|
||||
</source>
|
||||
<dest>
|
||||
*: "OFF pour Annuler"
|
||||
player,h100,h120,h300: "STOP pour Annuler"
|
||||
ipod*: "PLAY/PAUSE pour Annuler"
|
||||
x5,m5: "Long PLAY pour Annuler"
|
||||
h10,h10_5gb,e200,c200: "PREV pour Annuler"
|
||||
h10,h10_5gb,e200*,c200: "PREV pour Annuler"
|
||||
</dest>
|
||||
<voice>
|
||||
*: ""
|
||||
|
|
@ -10488,7 +10488,7 @@
|
|||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
recording,h100,h120,h300,m5,x5,ipod4g,ipodcolor,ipodnano,ipodvideo,e200,c200: ""
|
||||
recording,h100,h120,h300,m5,x5,ipod4g,ipodcolor,ipodnano,ipodvideo,e200*,c200: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue