Sansa Connect: Add keymap for YesNo dialog and keyboard

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31090 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Tomasz Moń 2011-11-29 11:18:59 +00:00
parent a23dd7fd52
commit c40f5202a4
38 changed files with 171 additions and 136 deletions

View file

@ -65,10 +65,39 @@ static const struct button_mapping button_context_wps[] = {
{ACTION_WPS_ABSETB_NEXTDIR, BUTTON_POWER|BUTTON_LEFT, BUTTON_POWER}, {ACTION_WPS_ABSETB_NEXTDIR, BUTTON_POWER|BUTTON_LEFT, BUTTON_POWER},
{ACTION_WPS_ABRESET, BUTTON_POWER|BUTTON_UP, BUTTON_POWER}, {ACTION_WPS_ABRESET, BUTTON_POWER|BUTTON_UP, BUTTON_POWER},
{ACTION_WPS_HOTKEY, BUTTON_UP|BUTTON_REL, BUTTON_UP}, {ACTION_WPS_HOTKEY, BUTTON_UP|BUTTON_REL, BUTTON_UP},
LAST_ITEM_IN_LIST LAST_ITEM_IN_LIST
}; /* button_context_wps */ }; /* button_context_wps */
static const struct button_mapping button_context_yesno[] = {
{ACTION_YESNO_ACCEPT, BUTTON_SELECT, BUTTON_NONE},
LAST_ITEM_IN_LIST
}; /* button_context_yesno */
static const struct button_mapping button_context_keyboard[] = {
{ACTION_KBD_LEFT, BUTTON_LEFT, BUTTON_NONE},
{ACTION_KBD_LEFT, BUTTON_LEFT|BUTTON_REPEAT, BUTTON_NONE},
{ACTION_KBD_RIGHT, BUTTON_RIGHT, BUTTON_NONE},
{ACTION_KBD_RIGHT, BUTTON_RIGHT|BUTTON_REPEAT, BUTTON_NONE},
{ACTION_KBD_CURSOR_LEFT,BUTTON_VOL_DOWN, BUTTON_NONE},
{ACTION_KBD_CURSOR_LEFT,BUTTON_VOL_DOWN|BUTTON_REPEAT, BUTTON_NONE},
{ACTION_KBD_CURSOR_RIGHT,BUTTON_VOL_UP, BUTTON_NONE},
{ACTION_KBD_CURSOR_RIGHT,BUTTON_VOL_UP|BUTTON_REPEAT, BUTTON_NONE},
{ACTION_KBD_UP, BUTTON_SCROLL_BACK, BUTTON_NONE},
{ACTION_KBD_UP, BUTTON_SCROLL_BACK|BUTTON_REPEAT, BUTTON_NONE},
{ACTION_KBD_DOWN, BUTTON_SCROLL_FWD, BUTTON_NONE},
{ACTION_KBD_DOWN, BUTTON_SCROLL_FWD|BUTTON_REPEAT, BUTTON_NONE},
{ACTION_KBD_PAGE_FLIP, BUTTON_NEXT, BUTTON_NONE},
{ACTION_KBD_BACKSPACE, BUTTON_PREV, BUTTON_NONE},
{ACTION_KBD_BACKSPACE, BUTTON_PREV|BUTTON_REPEAT, BUTTON_NONE},
{ACTION_KBD_SELECT, BUTTON_SELECT, BUTTON_NONE},
{ACTION_KBD_DONE, BUTTON_UP, BUTTON_NONE},
{ACTION_KBD_ABORT, BUTTON_POWER, BUTTON_NONE},
{ACTION_KBD_MORSE_INPUT,BUTTON_DOWN|BUTTON_REL, BUTTON_NONE},
{ACTION_KBD_MORSE_SELECT,BUTTON_SELECT|BUTTON_REL, BUTTON_NONE},
LAST_ITEM_IN_LIST
}; /* button_context_keyboard */
/* get_context_mapping returns a pointer to one of the above defined arrays depending on the context */ /* get_context_mapping returns a pointer to one of the above defined arrays depending on the context */
const struct button_mapping* get_context_mapping(int context) const struct button_mapping* get_context_mapping(int context)
@ -79,6 +108,11 @@ const struct button_mapping* get_context_mapping(int context)
return button_context_standard; return button_context_standard;
case CONTEXT_WPS: case CONTEXT_WPS:
return button_context_wps; return button_context_wps;
case CONTEXT_YESNOSCREEN:
return button_context_yesno;
case CONTEXT_KEYBOARD:
case CONTEXT_MORSE_INPUT:
return button_context_keyboard;
case CONTEXT_TREE: case CONTEXT_TREE:
case CONTEXT_LIST: case CONTEXT_LIST:
@ -88,6 +122,6 @@ const struct button_mapping* get_context_mapping(int context)
case CONTEXT_SETTINGS|CONTEXT_REMOTE: case CONTEXT_SETTINGS|CONTEXT_REMOTE:
default: default:
return button_context_standard; return button_context_standard;
} }
return button_context_standard; return button_context_standard;
} }

View file

@ -248,7 +248,7 @@
*: "PLAY = Yes" *: "PLAY = Yes"
cowond2*: "MENU, or top-right = Yes" cowond2*: "MENU, or top-right = Yes"
iriverh100,iriverh120,iriverh300: "NAVI = Yes" iriverh100,iriverh120,iriverh300: "NAVI = Yes"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Yes" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
mrobe500: "PLAY, POWER, or top-right = Yes" mrobe500: "PLAY, POWER, or top-right = Yes"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Yes" vibe500: "OK = Yes"
@ -257,7 +257,7 @@
*: "PLAY = Bai" *: "PLAY = Bai"
cowond2*: "MENU, edo goi-eskuin = Bai" cowond2*: "MENU, edo goi-eskuin = Bai"
iriverh100,iriverh120,iriverh300: "NAVI = Bai" iriverh100,iriverh120,iriverh300: "NAVI = Bai"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Bai" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Bai"
mrobe500: "PLAY, POWER, or top-right = Bai" mrobe500: "PLAY, POWER, or top-right = Bai"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Bai" vibe500: "OK = Bai"
@ -3946,7 +3946,7 @@
rtc: "ON = Set" rtc: "ON = Set"
mrobe500: "HEART = Set" mrobe500: "HEART = Set"
iriverh100,iriverh120,iriverh300: "NAVI = Set" iriverh100,iriverh120,iriverh300: "NAVI = Set"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Set" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
gogearsa9200: "PLAY = Set" gogearsa9200: "PLAY = Set"
vibe500: "OK = Set" vibe500: "OK = Set"
mpiohd300: "ENTER = Set" mpiohd300: "ENTER = Set"
@ -3956,7 +3956,7 @@
rtc: "ON = Ezarri" rtc: "ON = Ezarri"
mrobe500: "HEART = Ezarri" mrobe500: "HEART = Ezarri"
iriverh100,iriverh120,iriverh300: "NAVI = Ezarri" iriverh100,iriverh120,iriverh300: "NAVI = Ezarri"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Ezarri" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Ezarri"
gogearsa9200: "PLAY = Ezarri" gogearsa9200: "PLAY = Ezarri"
vibe500: "OK = Ezarri" vibe500: "OK = Ezarri"
mpiohd300: "ENTER = Ezarri" mpiohd300: "ENTER = Ezarri"

View file

@ -4409,7 +4409,7 @@
*: "PLAY = Yes" *: "PLAY = Yes"
cowond2*: "MENU, or top-right = Yes" cowond2*: "MENU, or top-right = Yes"
iriverh100,iriverh120,iriverh300: "NAVI = Yes" iriverh100,iriverh120,iriverh300: "NAVI = Yes"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Yes" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
mrobe500: "PLAY, POWER, or top-right = Yes" mrobe500: "PLAY, POWER, or top-right = Yes"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Yes" vibe500: "OK = Yes"
@ -4418,7 +4418,7 @@
*: "PLAY = Да" *: "PLAY = Да"
cowond2*: "MENU или горе ляво = Да" cowond2*: "MENU или горе ляво = Да"
iriverh100,iriverh120,iriverh300: "NAVI = Да" iriverh100,iriverh120,iriverh300: "NAVI = Да"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Да" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Да"
mrobe500: "PLAY, POWER или горе дясно = Да" mrobe500: "PLAY, POWER или горе дясно = Да"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Да" vibe500: "OK = Да"
@ -4450,7 +4450,7 @@
rtc: "ON = Set" rtc: "ON = Set"
mrobe500: "HEART = Set" mrobe500: "HEART = Set"
iriverh100,iriverh120,iriverh300: "NAVI = Set" iriverh100,iriverh120,iriverh300: "NAVI = Set"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Set" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
gogearsa9200: "PLAY = Set" gogearsa9200: "PLAY = Set"
vibe500: "OK = Set" vibe500: "OK = Set"
mpiohd300: "ENTER = Set" mpiohd300: "ENTER = Set"
@ -4460,7 +4460,7 @@
rtc: "ON = Запази" rtc: "ON = Запази"
mrobe500: "HEART = Запази" mrobe500: "HEART = Запази"
iriverh100,iriverh120,iriverh300: "NAVI = Запази" iriverh100,iriverh120,iriverh300: "NAVI = Запази"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Запази" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Запази"
gogearsa9200: "PLAY = Запази" gogearsa9200: "PLAY = Запази"
vibe500: "OK = Запази" vibe500: "OK = Запази"
mpiohd300: "ENTER = Запази" mpiohd300: "ENTER = Запази"

View file

@ -250,7 +250,7 @@
*: "PLAY = Yes" *: "PLAY = Yes"
cowond2*: "MENU, or top-right = Yes" cowond2*: "MENU, or top-right = Yes"
iriverh100,iriverh120,iriverh300: "NAVI = Yes" iriverh100,iriverh120,iriverh300: "NAVI = Yes"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Yes" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
mrobe500: "PLAY, POWER, or top-right = Yes" mrobe500: "PLAY, POWER, or top-right = Yes"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Yes" vibe500: "OK = Yes"
@ -259,7 +259,7 @@
*: "PLAY = Sí" *: "PLAY = Sí"
cowond2*: "MENU, o a dalt a la dreta = Sí" cowond2*: "MENU, o a dalt a la dreta = Sí"
iriverh100,iriverh120,iriverh300: "NAVI = Sí" iriverh100,iriverh120,iriverh300: "NAVI = Sí"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Sí" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Sí"
mrobe500: "PLAY, POWER, o a dalt a la dreta = Sí" mrobe500: "PLAY, POWER, o a dalt a la dreta = Sí"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Sí" vibe500: "OK = Sí"
@ -3944,7 +3944,7 @@
rtc: "ON = Set" rtc: "ON = Set"
mrobe500: "HEART = Set" mrobe500: "HEART = Set"
iriverh100,iriverh120,iriverh300: "NAVI = Set" iriverh100,iriverh120,iriverh300: "NAVI = Set"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Set" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
gogearsa9200: "PLAY = Set" gogearsa9200: "PLAY = Set"
vibe500: "OK = Set" vibe500: "OK = Set"
mpiohd300: "ENTER = Set" mpiohd300: "ENTER = Set"

View file

@ -8511,7 +8511,7 @@
*: "PLAY = Yes" *: "PLAY = Yes"
cowond2*: "MENU, or top-right = Yes" cowond2*: "MENU, or top-right = Yes"
iriverh100,iriverh120,iriverh300: "NAVI = Yes" iriverh100,iriverh120,iriverh300: "NAVI = Yes"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Yes" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
mrobe500: "PLAY, POWER, or top-right = Yes" mrobe500: "PLAY, POWER, or top-right = Yes"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Yes" vibe500: "OK = Yes"
@ -8520,7 +8520,7 @@
*: "PLAY:是" *: "PLAY:是"
cowond2*: "MENU或TOP-RIGHT:是" cowond2*: "MENU或TOP-RIGHT:是"
iriverh100,iriverh120,iriverh300: "NAVI=是" iriverh100,iriverh120,iriverh300: "NAVI=是"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT:是" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT:是"
mrobe500: "PLAY,POWER或TOP-RIGHT:是" mrobe500: "PLAY,POWER或TOP-RIGHT:是"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK:是" vibe500: "OK:是"
@ -8538,7 +8538,7 @@
rtc: "ON = Set" rtc: "ON = Set"
mrobe500: "HEART = Set" mrobe500: "HEART = Set"
iriverh100,iriverh120,iriverh300: "NAVI = Set" iriverh100,iriverh120,iriverh300: "NAVI = Set"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Set" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
gogearsa9200: "PLAY = Set" gogearsa9200: "PLAY = Set"
vibe500: "OK = Set" vibe500: "OK = Set"
mpiohd300: "ENTER = Set" mpiohd300: "ENTER = Set"
@ -8548,7 +8548,7 @@
rtc: "ON:设置" rtc: "ON:设置"
mrobe500: "HEART:设置" mrobe500: "HEART:设置"
iriverh100,iriverh120,iriverh300: "NAVI=设置" iriverh100,iriverh120,iriverh300: "NAVI=设置"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT:设置" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT:设置"
gogearsa9200: "PLAY:设置" gogearsa9200: "PLAY:设置"
vibe500: "OK:设置" vibe500: "OK:设置"
mpiohd300: "ENTER:设置" mpiohd300: "ENTER:设置"

View file

@ -252,7 +252,7 @@
*: "PLAY = Yes" *: "PLAY = Yes"
cowond2*: "MENU, or top-right = Yes" cowond2*: "MENU, or top-right = Yes"
iriverh100,iriverh120,iriverh300: "NAVI = Yes" iriverh100,iriverh120,iriverh300: "NAVI = Yes"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Yes" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
mrobe500: "PLAY, POWER, or top-right = Yes" mrobe500: "PLAY, POWER, or top-right = Yes"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Yes" vibe500: "OK = Yes"
@ -261,7 +261,7 @@
*: "PLAY = Ano" *: "PLAY = Ano"
cowond2*: "MENU, or top-right = Ano" cowond2*: "MENU, or top-right = Ano"
iriverh100,iriverh120,iriverh300: "NAVI = Ano" iriverh100,iriverh120,iriverh300: "NAVI = Ano"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Ano" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Ano"
mrobe500: "PLAY, POWER, or top-right = Ano" mrobe500: "PLAY, POWER, or top-right = Ano"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Ano" vibe500: "OK = Ano"
@ -3950,7 +3950,7 @@
rtc: "ON = Set" rtc: "ON = Set"
mrobe500: "HEART = Set" mrobe500: "HEART = Set"
iriverh100,iriverh120,iriverh300: "NAVI = Set" iriverh100,iriverh120,iriverh300: "NAVI = Set"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Set" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
gogearsa9200: "PLAY = Set" gogearsa9200: "PLAY = Set"
vibe500: "OK = Set" vibe500: "OK = Set"
mpiohd300: "ENTER = Set" mpiohd300: "ENTER = Set"
@ -3960,7 +3960,7 @@
rtc: "ON = Nastavit" rtc: "ON = Nastavit"
mrobe500: "HEART = Nastavit" mrobe500: "HEART = Nastavit"
iriverh100,iriverh120,iriverh300: "NAVI = Nastavit" iriverh100,iriverh120,iriverh300: "NAVI = Nastavit"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Nastavit" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Nastavit"
gogearsa9200: "PLAY = Nastavit" gogearsa9200: "PLAY = Nastavit"
vibe500: "OK = Nastavit" vibe500: "OK = Nastavit"
mpiohd300: "ENTER = Nastavit" mpiohd300: "ENTER = Nastavit"

View file

@ -9574,7 +9574,7 @@
*: "PLAY = Yes" *: "PLAY = Yes"
cowond2*: "MENU, or top-right = Yes" cowond2*: "MENU, or top-right = Yes"
iriverh100,iriverh120,iriverh300: "NAVI = Yes" iriverh100,iriverh120,iriverh300: "NAVI = Yes"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Yes" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
mrobe500: "PLAY, POWER, or top-right = Yes" mrobe500: "PLAY, POWER, or top-right = Yes"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Yes" vibe500: "OK = Yes"
@ -9601,7 +9601,7 @@
rtc: "ON = Set" rtc: "ON = Set"
mrobe500: "HEART = Set" mrobe500: "HEART = Set"
iriverh100,iriverh120,iriverh300: "NAVI = Set" iriverh100,iriverh120,iriverh300: "NAVI = Set"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Set" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
gogearsa9200: "PLAY = Set" gogearsa9200: "PLAY = Set"
vibe500: "OK = Set" vibe500: "OK = Set"
mpiohd300: "ENTER = Set" mpiohd300: "ENTER = Set"

View file

@ -267,7 +267,7 @@
*: "PLAY = Yes" *: "PLAY = Yes"
cowond2*: "MENU, or top-right = Yes" cowond2*: "MENU, or top-right = Yes"
iriverh100,iriverh120,iriverh300: "NAVI = Yes" iriverh100,iriverh120,iriverh300: "NAVI = Yes"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Yes" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
mrobe500: "PLAY, POWER, or top-right = Yes" mrobe500: "PLAY, POWER, or top-right = Yes"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Yes" vibe500: "OK = Yes"
@ -276,7 +276,7 @@
*: "PLAY = Ja" *: "PLAY = Ja"
cowond2*: "MENU oder rechts oben= Ja" cowond2*: "MENU oder rechts oben= Ja"
iriverh100,iriverh120,iriverh300: "NAVI = Ja" iriverh100,iriverh120,iriverh300: "NAVI = Ja"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Ja" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Ja"
mrobe500: "PLAY, POWER oder rechts oben = Ja" mrobe500: "PLAY, POWER oder rechts oben = Ja"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Ja" vibe500: "OK = Ja"
@ -3950,7 +3950,7 @@
rtc: "ON = Set" rtc: "ON = Set"
mrobe500: "HEART = Set" mrobe500: "HEART = Set"
iriverh100,iriverh120,iriverh300: "NAVI = Set" iriverh100,iriverh120,iriverh300: "NAVI = Set"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Set" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
gogearsa9200: "PLAY = Set" gogearsa9200: "PLAY = Set"
vibe500: "OK = Set" vibe500: "OK = Set"
mpiohd300: "ENTER = Set" mpiohd300: "ENTER = Set"
@ -3960,7 +3960,7 @@
rtc: "ON = Speichern" rtc: "ON = Speichern"
mrobe500: "HEART = Speichern" mrobe500: "HEART = Speichern"
iriverh100,iriverh120,iriverh300: "NAVI = Speichern" iriverh100,iriverh120,iriverh300: "NAVI = Speichern"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Speichern" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Speichern"
gogearsa9200: "PLAY = Speichern" gogearsa9200: "PLAY = Speichern"
vibe500: "OK = Speichern" vibe500: "OK = Speichern"
mpiohd300: "ENTER = Speichern" mpiohd300: "ENTER = Speichern"

View file

@ -248,7 +248,7 @@
*: "PLAY = Yes" *: "PLAY = Yes"
cowond2*: "MENU, or top-right = Yes" cowond2*: "MENU, or top-right = Yes"
iriverh100,iriverh120,iriverh300: "NAVI = Yes" iriverh100,iriverh120,iriverh300: "NAVI = Yes"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Yes" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
mrobe500: "PLAY, POWER, or top-right = Yes" mrobe500: "PLAY, POWER, or top-right = Yes"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Yes" vibe500: "OK = Yes"
@ -257,7 +257,7 @@
*: "PLAY = Yes" *: "PLAY = Yes"
cowond2*: "MENU, or top-right = Yes" cowond2*: "MENU, or top-right = Yes"
iriverh100,iriverh120,iriverh300: "NAVI = Yes" iriverh100,iriverh120,iriverh300: "NAVI = Yes"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Yes" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
mrobe500: "PLAY, POWER, or top-right = Yes" mrobe500: "PLAY, POWER, or top-right = Yes"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Yes" vibe500: "OK = Yes"
@ -3946,7 +3946,7 @@
rtc: "ON = Set" rtc: "ON = Set"
mrobe500: "HEART = Set" mrobe500: "HEART = Set"
iriverh100,iriverh120,iriverh300: "NAVI = Set" iriverh100,iriverh120,iriverh300: "NAVI = Set"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Set" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
gogearsa9200: "PLAY = Set" gogearsa9200: "PLAY = Set"
vibe500: "OK = Set" vibe500: "OK = Set"
mpiohd300: "ENTER = Set" mpiohd300: "ENTER = Set"
@ -3956,7 +3956,7 @@
rtc: "ON = Set" rtc: "ON = Set"
mrobe500: "HEART = Set" mrobe500: "HEART = Set"
iriverh100,iriverh120,iriverh300: "NAVI = Set" iriverh100,iriverh120,iriverh300: "NAVI = Set"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Set" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
gogearsa9200: "PLAY = Set" gogearsa9200: "PLAY = Set"
vibe500: "OK = Set" vibe500: "OK = Set"
mpiohd300: "ENTER = Set" mpiohd300: "ENTER = Set"

View file

@ -333,7 +333,7 @@
*: "PLAY = Yes" *: "PLAY = Yes"
cowond2*: "MENU, or top-right = Yes" cowond2*: "MENU, or top-right = Yes"
iriverh100,iriverh120,iriverh300: "NAVI = Yes" iriverh100,iriverh120,iriverh300: "NAVI = Yes"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Yes" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
mrobe500: "PLAY, POWER, or top-right = Yes" mrobe500: "PLAY, POWER, or top-right = Yes"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Yes" vibe500: "OK = Yes"
@ -342,7 +342,7 @@
*: "PLAY = Yes" *: "PLAY = Yes"
cowond2*: "MENU, or top-right = Yes" cowond2*: "MENU, or top-right = Yes"
iriverh100,iriverh120,iriverh300: "NAVI = Yes" iriverh100,iriverh120,iriverh300: "NAVI = Yes"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Yes" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
mrobe500: "PLAY, POWER, or top-right = Yes" mrobe500: "PLAY, POWER, or top-right = Yes"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Yes" vibe500: "OK = Yes"
@ -4031,7 +4031,7 @@
rtc: "ON = Set" rtc: "ON = Set"
mrobe500: "HEART = Set" mrobe500: "HEART = Set"
iriverh100,iriverh120,iriverh300: "NAVI = Set" iriverh100,iriverh120,iriverh300: "NAVI = Set"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Set" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
gogearsa9200: "PLAY = Set" gogearsa9200: "PLAY = Set"
vibe500: "OK = Set" vibe500: "OK = Set"
mpiohd300: "ENTER = Set" mpiohd300: "ENTER = Set"
@ -4041,7 +4041,7 @@
rtc: "ON = Set" rtc: "ON = Set"
mrobe500: "HEART = Set" mrobe500: "HEART = Set"
iriverh100,iriverh120,iriverh300: "NAVI = Set" iriverh100,iriverh120,iriverh300: "NAVI = Set"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Set" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
gogearsa9200: "PLAY = Set" gogearsa9200: "PLAY = Set"
vibe500: "OK = Set" vibe500: "OK = Set"
mpiohd300: "ENTER = Set" mpiohd300: "ENTER = Set"

View file

@ -9067,7 +9067,7 @@
*: "PLAY = Yes" *: "PLAY = Yes"
cowond2*: "MENU, or top-right = Yes" cowond2*: "MENU, or top-right = Yes"
iriverh100,iriverh120,iriverh300: "NAVI = Yes" iriverh100,iriverh120,iriverh300: "NAVI = Yes"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Yes" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
mrobe500: "PLAY, POWER, or top-right = Yes" mrobe500: "PLAY, POWER, or top-right = Yes"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Yes" vibe500: "OK = Yes"
@ -9076,7 +9076,7 @@
*: "PLAY = Sí" *: "PLAY = Sí"
cowond2*: "MENÚ o arriba-derecha = Sí" cowond2*: "MENÚ o arriba-derecha = Sí"
iriverh100,iriverh120,iriverh300: "NAVI = Sí" iriverh100,iriverh120,iriverh300: "NAVI = Sí"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Sí" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Sí"
mrobe500: "PLAY, POWER o arriba-derecha = Sí" mrobe500: "PLAY, POWER o arriba-derecha = Sí"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Sí" vibe500: "OK = Sí"
@ -9094,7 +9094,7 @@
rtc: "ON = Set" rtc: "ON = Set"
mrobe500: "HEART = Set" mrobe500: "HEART = Set"
iriverh100,iriverh120,iriverh300: "NAVI = Set" iriverh100,iriverh120,iriverh300: "NAVI = Set"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Set" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
gogearsa9200: "PLAY = Set" gogearsa9200: "PLAY = Set"
vibe500: "OK = Set" vibe500: "OK = Set"
mpiohd300: "ENTER = Set" mpiohd300: "ENTER = Set"
@ -9104,7 +9104,7 @@
rtc: "ON = Fijar" rtc: "ON = Fijar"
mrobe500: "HEART = Fijar" mrobe500: "HEART = Fijar"
iriverh100,iriverh120,iriverh300: "NAVI = Fijar" iriverh100,iriverh120,iriverh300: "NAVI = Fijar"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Fijar" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Fijar"
gogearsa9200: "PLAY = Fijar" gogearsa9200: "PLAY = Fijar"
vibe500: "OK = Fijar" vibe500: "OK = Fijar"
mpiohd300: "ENTER = Fijar" mpiohd300: "ENTER = Fijar"

View file

@ -9546,7 +9546,7 @@
*: "PLAY = Yes" *: "PLAY = Yes"
cowond2*: "MENU = Yes" cowond2*: "MENU = Yes"
iriverh100,iriverh120,iriverh300: "NAVI = Yes" iriverh100,iriverh120,iriverh300: "NAVI = Yes"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Yes" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Yes" vibe500: "OK = Yes"
</source> </source>
@ -9554,7 +9554,7 @@
*: "PLAY = Kyllä" *: "PLAY = Kyllä"
cowond2*: "MENU = Kyllä" cowond2*: "MENU = Kyllä"
iriverh100,iriverh120,iriverh300: "NAVI = Kyllä" iriverh100,iriverh120,iriverh300: "NAVI = Kyllä"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Kyllä" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Kyllä"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Kyllä" vibe500: "OK = Kyllä"
</dest> </dest>
@ -9571,7 +9571,7 @@
rtc: "ON = Set" rtc: "ON = Set"
mrobe500: "HEART = Set" mrobe500: "HEART = Set"
iriverh100,iriverh120,iriverh300: "NAVI = Set" iriverh100,iriverh120,iriverh300: "NAVI = Set"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Set" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
gogearsa9200: "PLAY = Set" gogearsa9200: "PLAY = Set"
vibe500: "OK = Set" vibe500: "OK = Set"
mpiohd300: "ENTER = Set" mpiohd300: "ENTER = Set"
@ -9581,7 +9581,7 @@
rtc: "ON = Aseta" rtc: "ON = Aseta"
mrobe500: "HEART = Aseta" mrobe500: "HEART = Aseta"
iriverh100,iriverh120,iriverh300: "NAVI = Aseta" iriverh100,iriverh120,iriverh300: "NAVI = Aseta"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Aseta" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Aseta"
gogearsa9200: "PLAY = Aseta" gogearsa9200: "PLAY = Aseta"
vibe500: "OK = Aseta" vibe500: "OK = Aseta"
mpiohd300: "ENTER = Aseta" mpiohd300: "ENTER = Aseta"

View file

@ -277,7 +277,7 @@
*: "PLAY = Yes" *: "PLAY = Yes"
cowond2*: "MENU, or top-right = Yes" cowond2*: "MENU, or top-right = Yes"
iriverh100,iriverh120,iriverh300: "NAVI = Yes" iriverh100,iriverh120,iriverh300: "NAVI = Yes"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Yes" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
mrobe500: "PLAY, POWER, or top-right = Yes" mrobe500: "PLAY, POWER, or top-right = Yes"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Yes" vibe500: "OK = Yes"
@ -286,7 +286,7 @@
*: "PLAY = Oui" *: "PLAY = Oui"
cowond2*: "MENU = Oui" cowond2*: "MENU = Oui"
iriverh100,iriverh120,iriverh300: "NAVI = Oui" iriverh100,iriverh120,iriverh300: "NAVI = Oui"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Oui" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Oui"
mrobe500: "PLAY ou POWER = Oui" mrobe500: "PLAY ou POWER = Oui"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Oui" vibe500: "OK = Oui"
@ -3975,7 +3975,7 @@
rtc: "ON = Set" rtc: "ON = Set"
mrobe500: "HEART = Set" mrobe500: "HEART = Set"
iriverh100,iriverh120,iriverh300: "NAVI = Set" iriverh100,iriverh120,iriverh300: "NAVI = Set"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Set" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
gogearsa9200: "PLAY = Set" gogearsa9200: "PLAY = Set"
vibe500: "OK = Set" vibe500: "OK = Set"
mpiohd300: "ENTER = Set" mpiohd300: "ENTER = Set"
@ -3985,7 +3985,7 @@
rtc: "ON = Valider" rtc: "ON = Valider"
mrobe500: "HEART = Valider" mrobe500: "HEART = Valider"
iriverh100,iriverh120,iriverh300: "NAVI = Valider" iriverh100,iriverh120,iriverh300: "NAVI = Valider"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Valider" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Valider"
gogearsa9200: "PLAY = Valider" gogearsa9200: "PLAY = Valider"
vibe500: "OK = Valider" vibe500: "OK = Valider"
mpiohd300: "ENTER = Valider" mpiohd300: "ENTER = Valider"

View file

@ -7797,7 +7797,7 @@ datos... %d atopadas (PREV para volver)"
*: "PLAY = Yes" *: "PLAY = Yes"
cowond2*: "MENU, or top-right = Yes" cowond2*: "MENU, or top-right = Yes"
iriverh100,iriverh120,iriverh300: "NAVI = Yes" iriverh100,iriverh120,iriverh300: "NAVI = Yes"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Yes" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
mrobe500: "PLAY, POWER, or top-right = Yes" mrobe500: "PLAY, POWER, or top-right = Yes"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Yes" vibe500: "OK = Yes"
@ -7807,7 +7807,7 @@ datos... %d atopadas (PREV para volver)"
cowond2*: "MENU, ou arriba-dereita = Si" cowond2*: "MENU, ou arriba-dereita = Si"
iriverh100,iriverh120,iriverh300: "NAVI = Si" iriverh100,iriverh120,iriverh300: "NAVI = Si"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100
,sansaclip*,sansafuze*: "SELECT = Si" ,sansaclip*,sansafuze*,sansaconnect: "SELECT = Si"
mrobe500: "PLAY, POWER, ou arriba-dereita = Si" mrobe500: "PLAY, POWER, ou arriba-dereita = Si"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Si" vibe500: "OK = Si"
@ -7842,7 +7842,7 @@ samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iri
rtc: "ON = Set" rtc: "ON = Set"
mrobe500: "HEART = Set" mrobe500: "HEART = Set"
iriverh100,iriverh120,iriverh300: "NAVI = Set" iriverh100,iriverh120,iriverh300: "NAVI = Set"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Set" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
gogearsa9200: "PLAY = Set" gogearsa9200: "PLAY = Set"
vibe500: "OK = Set" vibe500: "OK = Set"
mpiohd300: "ENTER = Set" mpiohd300: "ENTER = Set"
@ -7853,7 +7853,7 @@ samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iri
mrobe500: "HEART = Aceptar" mrobe500: "HEART = Aceptar"
iriverh100,iriverh120,iriverh300: "NAVI = Aceptar" iriverh100,iriverh120,iriverh300: "NAVI = Aceptar"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip* ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*
,sansafuze*: "SELECT = Aceptar" ,sansafuze*,sansaconnect: "SELECT = Aceptar"
gogearsa9200: "PLAY = Aceptar" gogearsa9200: "PLAY = Aceptar"
vibe500: "OK = Aceptar" vibe500: "OK = Aceptar"
mpiohd300: "ENTER = Aceptar" mpiohd300: "ENTER = Aceptar"

View file

@ -256,7 +256,7 @@
*: "PLAY = Yes" *: "PLAY = Yes"
cowond2*: "MENU, or top-right = Yes" cowond2*: "MENU, or top-right = Yes"
iriverh100,iriverh120,iriverh300: "NAVI = Yes" iriverh100,iriverh120,iriverh300: "NAVI = Yes"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Yes" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
mrobe500: "PLAY, POWER, or top-right = Yes" mrobe500: "PLAY, POWER, or top-right = Yes"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Yes" vibe500: "OK = Yes"
@ -3955,7 +3955,7 @@
rtc: "ON = Set" rtc: "ON = Set"
mrobe500: "HEART = Set" mrobe500: "HEART = Set"
iriverh100,iriverh120,iriverh300: "NAVI = Set" iriverh100,iriverh120,iriverh300: "NAVI = Set"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Set" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
gogearsa9200: "PLAY = Set" gogearsa9200: "PLAY = Set"
vibe500: "OK = Set" vibe500: "OK = Set"
mpiohd300: "ENTER = Set" mpiohd300: "ENTER = Set"

View file

@ -248,7 +248,7 @@
*: "PLAY = Yes" *: "PLAY = Yes"
cowond2*: "MENU, or top-right = Yes" cowond2*: "MENU, or top-right = Yes"
iriverh100,iriverh120,iriverh300: "NAVI = Yes" iriverh100,iriverh120,iriverh300: "NAVI = Yes"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Yes" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
mrobe500: "PLAY, POWER, or top-right = Yes" mrobe500: "PLAY, POWER, or top-right = Yes"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Yes" vibe500: "OK = Yes"
@ -257,7 +257,7 @@
*: "PLAY = Da" *: "PLAY = Da"
cowond2*: "MENU, ili gore desno = Da" cowond2*: "MENU, ili gore desno = Da"
iriverh100,iriverh120,iriverh300: "NAVI = Da" iriverh100,iriverh120,iriverh300: "NAVI = Da"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Da" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Da"
mrobe500: "PLAY, POWER, ili gore desno = Da" mrobe500: "PLAY, POWER, ili gore desno = Da"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = DA" vibe500: "OK = DA"
@ -3944,7 +3944,7 @@
rtc: "ON = Set" rtc: "ON = Set"
mrobe500: "HEART = Set" mrobe500: "HEART = Set"
iriverh100,iriverh120,iriverh300: "NAVI = Set" iriverh100,iriverh120,iriverh300: "NAVI = Set"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Set" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
gogearsa9200: "PLAY = Set" gogearsa9200: "PLAY = Set"
vibe500: "OK = Set" vibe500: "OK = Set"
mpiohd300: "ENTER = Set" mpiohd300: "ENTER = Set"
@ -3954,7 +3954,7 @@
rtc: "ON = Postavi" rtc: "ON = Postavi"
mrobe500: "HEART = Postavi" mrobe500: "HEART = Postavi"
iriverh100,iriverh120,iriverh300: "NAVI = Postavi" iriverh100,iriverh120,iriverh300: "NAVI = Postavi"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Postavi" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Postavi"
gogearsa9200: "PLAY = Postavi" gogearsa9200: "PLAY = Postavi"
vibe500: "OK = Postavi" vibe500: "OK = Postavi"
mpiohd300: "ENTER = Postavi" mpiohd300: "ENTER = Postavi"

View file

@ -250,7 +250,7 @@
*: "PLAY = Yes" *: "PLAY = Yes"
cowond2*: "MENU, or top-right = Yes" cowond2*: "MENU, or top-right = Yes"
iriverh100,iriverh120,iriverh300: "NAVI = Yes" iriverh100,iriverh120,iriverh300: "NAVI = Yes"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Yes" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
mrobe500: "PLAY, POWER, or top-right = Yes" mrobe500: "PLAY, POWER, or top-right = Yes"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Yes" vibe500: "OK = Yes"
@ -259,7 +259,7 @@
*: "PLAY = Sì" *: "PLAY = Sì"
cowond2*: "MENU, o alto-destra = Sì" cowond2*: "MENU, o alto-destra = Sì"
iriverh100,iriverh120,iriverh300: "NAVI = Sì" iriverh100,iriverh120,iriverh300: "NAVI = Sì"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Sì" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Sì"
mrobe500: "PLAY, POWER o alto-destra = Sì" mrobe500: "PLAY, POWER o alto-destra = Sì"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Sì" vibe500: "OK = Sì"
@ -3948,7 +3948,7 @@ desc: deprecated
rtc: "ON = Set" rtc: "ON = Set"
mrobe500: "HEART = Set" mrobe500: "HEART = Set"
iriverh100,iriverh120,iriverh300: "NAVI = Set" iriverh100,iriverh120,iriverh300: "NAVI = Set"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Set" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
gogearsa9200: "PLAY = Set" gogearsa9200: "PLAY = Set"
vibe500: "OK = Set" vibe500: "OK = Set"
mpiohd300: "ENTER = Set" mpiohd300: "ENTER = Set"
@ -3958,7 +3958,7 @@ desc: deprecated
rtc: "ON = Imposta" rtc: "ON = Imposta"
mrobe500: "HEART = Imposta" mrobe500: "HEART = Imposta"
iriverh100,iriverh120,iriverh300: "NAVI = Imposta" iriverh100,iriverh120,iriverh300: "NAVI = Imposta"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Imposta" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Imposta"
gogearsa9200: "PLAY = Imposta" gogearsa9200: "PLAY = Imposta"
vibe500: "OK = Imposta" vibe500: "OK = Imposta"
mpiohd300: "ENTER = Imposta" mpiohd300: "ENTER = Imposta"

View file

@ -254,7 +254,7 @@
*: "PLAY = Yes" *: "PLAY = Yes"
cowond2*: "MENU, or top-right = Yes" cowond2*: "MENU, or top-right = Yes"
iriverh100,iriverh120,iriverh300: "NAVI = Yes" iriverh100,iriverh120,iriverh300: "NAVI = Yes"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Yes" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
mrobe500: "PLAY, POWER, or top-right = Yes" mrobe500: "PLAY, POWER, or top-right = Yes"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Yes" vibe500: "OK = Yes"
@ -263,7 +263,7 @@
*: "PLAY = はい" *: "PLAY = はい"
cowond2*: "MENU または top-right = はい" cowond2*: "MENU または top-right = はい"
iriverh100,iriverh120,iriverh300: "NAVI = はい" iriverh100,iriverh120,iriverh300: "NAVI = はい"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = はい" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = はい"
mrobe500: "PLAY または POWER, top-right = はい" mrobe500: "PLAY または POWER, top-right = はい"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = はい" vibe500: "OK = はい"
@ -3953,7 +3953,7 @@
rtc: "ON = Set" rtc: "ON = Set"
mrobe500: "HEART = Set" mrobe500: "HEART = Set"
iriverh100,iriverh120,iriverh300: "NAVI = Set" iriverh100,iriverh120,iriverh300: "NAVI = Set"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Set" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
gogearsa9200: "PLAY = Set" gogearsa9200: "PLAY = Set"
vibe500: "OK = Set" vibe500: "OK = Set"
mpiohd300: "ENTER = Set" mpiohd300: "ENTER = Set"
@ -3963,7 +3963,7 @@
rtc: "ON = 設定" rtc: "ON = 設定"
mrobe500: "HEART = 設定" mrobe500: "HEART = 設定"
iriverh100,iriverh120,iriverh300: "NAVI = 設定" iriverh100,iriverh120,iriverh300: "NAVI = 設定"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = 設定" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = 設定"
gogearsa9200: "PLAY = 設定" gogearsa9200: "PLAY = 設定"
vibe500: "OK = 設定" vibe500: "OK = 設定"
mpiohd300: "ENTER = 設定" mpiohd300: "ENTER = 設定"

View file

@ -249,7 +249,7 @@
*: "PLAY = Yes" *: "PLAY = Yes"
cowond2*: "MENU, or top-right = Yes" cowond2*: "MENU, or top-right = Yes"
iriverh100,iriverh120,iriverh300: "NAVI = Yes" iriverh100,iriverh120,iriverh300: "NAVI = Yes"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Yes" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
mrobe500: "PLAY, POWER, or top-right = Yes" mrobe500: "PLAY, POWER, or top-right = Yes"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Yes" vibe500: "OK = Yes"
@ -258,7 +258,7 @@
*: "PLAY = Jā" *: "PLAY = Jā"
cowond2*: "MENU, vai labā augšējā = Jā" cowond2*: "MENU, vai labā augšējā = Jā"
iriverh100,iriverh120,iriverh300: "NAVI = Jā" iriverh100,iriverh120,iriverh300: "NAVI = Jā"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Jā" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Jā"
mrobe500: "PLAY, POWER, vai labā augšējā = Jā" mrobe500: "PLAY, POWER, vai labā augšējā = Jā"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Jā" vibe500: "OK = Jā"
@ -3949,7 +3949,7 @@
rtc: "ON = Set" rtc: "ON = Set"
mrobe500: "HEART = Set" mrobe500: "HEART = Set"
iriverh100,iriverh120,iriverh300: "NAVI = Set" iriverh100,iriverh120,iriverh300: "NAVI = Set"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Set" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
gogearsa9200: "PLAY = Set" gogearsa9200: "PLAY = Set"
vibe500: "OK = Set" vibe500: "OK = Set"
mpiohd300: "ENTER = Set" mpiohd300: "ENTER = Set"
@ -3959,7 +3959,7 @@
rtc: "ON = Uzstādīt" rtc: "ON = Uzstādīt"
mrobe500: "HEART = Uzstādīt" mrobe500: "HEART = Uzstādīt"
iriverh100,iriverh120,iriverh300: "NAVI = Uzstādīt" iriverh100,iriverh120,iriverh300: "NAVI = Uzstādīt"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Uzstādīt" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Uzstādīt"
gogearsa9200: "PLAY = Uzstādīt" gogearsa9200: "PLAY = Uzstādīt"
vibe500: "OK = Uzstādīt" vibe500: "OK = Uzstādīt"
mpiohd300: "ENTER = Uzstādīt" mpiohd300: "ENTER = Uzstādīt"

View file

@ -248,7 +248,7 @@
*: "PLAY = Yes" *: "PLAY = Yes"
cowond2*: "MENU = Yes" cowond2*: "MENU = Yes"
iriverh100,iriverh120,iriverh300: "NAVI = Yes" iriverh100,iriverh120,iriverh300: "NAVI = Yes"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Yes" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Yes" vibe500: "OK = Yes"
</source> </source>
@ -256,7 +256,7 @@
*: "PLAY = Igen" *: "PLAY = Igen"
cowond2*: "MENU = Igen" cowond2*: "MENU = Igen"
iriverh100,iriverh120,iriverh300: "NAVI = Igen" iriverh100,iriverh120,iriverh300: "NAVI = Igen"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Igen" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Igen"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Igen" vibe500: "OK = Igen"
</dest> </dest>
@ -3926,7 +3926,7 @@
rtc: "ON = Set" rtc: "ON = Set"
mrobe500: "HEART = Set" mrobe500: "HEART = Set"
iriverh100,iriverh120,iriverh300: "NAVI = Set" iriverh100,iriverh120,iriverh300: "NAVI = Set"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Set" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
gogearsa9200: "PLAY = Set" gogearsa9200: "PLAY = Set"
vibe500: "OK = Set" vibe500: "OK = Set"
mpiohd300: "ENTER = Set" mpiohd300: "ENTER = Set"
@ -3936,7 +3936,7 @@
rtc: "ON = Beállít" rtc: "ON = Beállít"
mrobe500: "SZÍV = Beállít" mrobe500: "SZÍV = Beállít"
iriverh100,iriverh120,iriverh300: "NAVI = Beállít" iriverh100,iriverh120,iriverh300: "NAVI = Beállít"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Beállít" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Beállít"
gogearsa9200: "PLAY = Beállít" gogearsa9200: "PLAY = Beállít"
vibe500: "OK = Beállít" vibe500: "OK = Beállít"
mpiohd300: "ENTER = Beállít" mpiohd300: "ENTER = Beállít"

View file

@ -9558,7 +9558,7 @@
*: "PLAY = Yes" *: "PLAY = Yes"
cowond2*: "MENU, or top-right = Yes" cowond2*: "MENU, or top-right = Yes"
iriverh100,iriverh120,iriverh300: "NAVI = Yes" iriverh100,iriverh120,iriverh300: "NAVI = Yes"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Yes" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
mrobe500: "PLAY, POWER, or top-right = Yes" mrobe500: "PLAY, POWER, or top-right = Yes"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Yes" vibe500: "OK = Yes"
@ -9567,7 +9567,7 @@
*: "PLAY = Ja" *: "PLAY = Ja"
cowond2*: "MENU of bovenaan rechts = Ja" cowond2*: "MENU of bovenaan rechts = Ja"
iriverh100,iriverh120,iriverh300: "NAVI = Ja" iriverh100,iriverh120,iriverh300: "NAVI = Ja"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Ja" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Ja"
mrobe500: "PLAY, POWER, of bovenaan rechts = Ja" mrobe500: "PLAY, POWER, of bovenaan rechts = Ja"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Ja" vibe500: "OK = Ja"
@ -9585,7 +9585,7 @@
rtc: "ON = Set" rtc: "ON = Set"
mrobe500: "HEART = Set" mrobe500: "HEART = Set"
iriverh100,iriverh120,iriverh300: "NAVI = Set" iriverh100,iriverh120,iriverh300: "NAVI = Set"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Set" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
gogearsa9200: "PLAY = Set" gogearsa9200: "PLAY = Set"
vibe500: "OK = Set" vibe500: "OK = Set"
mpiohd300: "ENTER = Set" mpiohd300: "ENTER = Set"
@ -9595,7 +9595,7 @@
rtc: "ON = Instellen" rtc: "ON = Instellen"
mrobe500: "HEART = Instellen" mrobe500: "HEART = Instellen"
iriverh100,iriverh120,iriverh300: "NAVI = Instellen" iriverh100,iriverh120,iriverh300: "NAVI = Instellen"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Instellen" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Instellen"
gogearsa9200: "PLAY = Instellen" gogearsa9200: "PLAY = Instellen"
vibe500: "OK = Instellen" vibe500: "OK = Instellen"
mpiohd300: "ENTER = Instellen" mpiohd300: "ENTER = Instellen"

View file

@ -9245,7 +9245,7 @@
*: "PLAY = Yes" *: "PLAY = Yes"
cowond2*: "MENU, or top-right = Yes" cowond2*: "MENU, or top-right = Yes"
iriverh100,iriverh120,iriverh300: "NAVI = Yes" iriverh100,iriverh120,iriverh300: "NAVI = Yes"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Yes" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
mrobe500: "PLAY, POWER, or top-right = Yes" mrobe500: "PLAY, POWER, or top-right = Yes"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Yes" vibe500: "OK = Yes"
@ -9254,7 +9254,7 @@
*: "PLAY = ja" *: "PLAY = ja"
cowond2*: "MENU eller topp høgre = ja" cowond2*: "MENU eller topp høgre = ja"
iriverh100,iriverh120,iriverh300: "NAVI = ja" iriverh100,iriverh120,iriverh300: "NAVI = ja"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = ja" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = ja"
mrobe500: "PLAY, POWER eller topp høgre = ja" mrobe500: "PLAY, POWER eller topp høgre = ja"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = ja" vibe500: "OK = ja"
@ -9272,7 +9272,7 @@
rtc: "ON = Set" rtc: "ON = Set"
mrobe500: "HEART = Set" mrobe500: "HEART = Set"
iriverh100,iriverh120,iriverh300: "NAVI = Set" iriverh100,iriverh120,iriverh300: "NAVI = Set"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Set" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
gogearsa9200: "PLAY = Set" gogearsa9200: "PLAY = Set"
vibe500: "OK = Set" vibe500: "OK = Set"
mpiohd300: "ENTER = Set" mpiohd300: "ENTER = Set"
@ -9282,7 +9282,7 @@
rtc: "PÅ = velg" rtc: "PÅ = velg"
mrobe500: "HEART = velg" mrobe500: "HEART = velg"
iriverh100,iriverh120,iriverh300: "NAVI = velg" iriverh100,iriverh120,iriverh300: "NAVI = velg"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = velg" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = velg"
gogearsa9200: "PLAY = velg" gogearsa9200: "PLAY = velg"
vibe500: "OK = velg" vibe500: "OK = velg"
mpiohd300: "ENTER = velg" mpiohd300: "ENTER = velg"

View file

@ -9511,7 +9511,7 @@
*: "PLAY = Yes" *: "PLAY = Yes"
cowond2*: "MENU, or top-right = Yes" cowond2*: "MENU, or top-right = Yes"
iriverh100,iriverh120,iriverh300: "NAVI = Yes" iriverh100,iriverh120,iriverh300: "NAVI = Yes"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Yes" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
mrobe500: "PLAY, POWER, or top-right = Yes" mrobe500: "PLAY, POWER, or top-right = Yes"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Yes" vibe500: "OK = Yes"
@ -9520,7 +9520,7 @@
*: "PLAY = Ja" *: "PLAY = Ja"
cowond2*: "MENU eller topp høyre = Ja" cowond2*: "MENU eller topp høyre = Ja"
iriverh100,iriverh120,iriverh300: "NAVI = Ja" iriverh100,iriverh120,iriverh300: "NAVI = Ja"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Ja" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Ja"
mrobe500: "Play, POWER eller topp høyre = Ja" mrobe500: "Play, POWER eller topp høyre = Ja"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Ja" vibe500: "OK = Ja"
@ -9538,7 +9538,7 @@
rtc: "ON = Set" rtc: "ON = Set"
mrobe500: "HEART = Set" mrobe500: "HEART = Set"
iriverh100,iriverh120,iriverh300: "NAVI = Set" iriverh100,iriverh120,iriverh300: "NAVI = Set"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Set" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
gogearsa9200: "PLAY = Set" gogearsa9200: "PLAY = Set"
vibe500: "OK = Set" vibe500: "OK = Set"
mpiohd300: "ENTER = Set" mpiohd300: "ENTER = Set"
@ -9548,7 +9548,7 @@
rtc: "ON = Sett" rtc: "ON = Sett"
mrobe500: "HEART = Sett" mrobe500: "HEART = Sett"
iriverh100,iriverh120,iriverh300: "NAVI = Sett" iriverh100,iriverh120,iriverh300: "NAVI = Sett"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Sett" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Sett"
gogearsa9200: "PLAY = Sett" gogearsa9200: "PLAY = Sett"
vibe500: "OK = Sett" vibe500: "OK = Sett"
mpiohd300: "ENTER = Sett" mpiohd300: "ENTER = Sett"

View file

@ -256,7 +256,7 @@
*: "PLAY = Yes" *: "PLAY = Yes"
cowond2*: "MENU, or top-right = Yes" cowond2*: "MENU, or top-right = Yes"
iriverh100,iriverh120,iriverh300: "NAVI = Yes" iriverh100,iriverh120,iriverh300: "NAVI = Yes"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Yes" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
mrobe500: "PLAY, POWER, or top-right = Yes" mrobe500: "PLAY, POWER, or top-right = Yes"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Yes" vibe500: "OK = Yes"
@ -265,7 +265,7 @@
*: "PLAY = Tak" *: "PLAY = Tak"
covond2*: "MENU lub lewo-góra = Tak" covond2*: "MENU lub lewo-góra = Tak"
iriverh100,iriverh120,iriverh300: "NAVI = Tak" iriverh100,iriverh120,iriverh300: "NAVI = Tak"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Tak" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Tak"
mrobe500: "PLAY lub POWER = Tak" mrobe500: "PLAY lub POWER = Tak"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Tak" vibe500: "OK = Tak"
@ -3954,7 +3954,7 @@
rtc: "ON = Set" rtc: "ON = Set"
mrobe500: "HEART = Set" mrobe500: "HEART = Set"
iriverh100,iriverh120,iriverh300: "NAVI = Set" iriverh100,iriverh120,iriverh300: "NAVI = Set"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Set" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
gogearsa9200: "PLAY = Set" gogearsa9200: "PLAY = Set"
vibe500: "OK = Set" vibe500: "OK = Set"
mpiohd300: "ENTER = Set" mpiohd300: "ENTER = Set"
@ -3964,7 +3964,7 @@
rtc: "ON = Ustaw" rtc: "ON = Ustaw"
mrobe500: "HEART = Ustaw" mrobe500: "HEART = Ustaw"
iriverh100,iriverh120,iriverh300: "NAVI = Ustaw" iriverh100,iriverh120,iriverh300: "NAVI = Ustaw"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Ustaw" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Ustaw"
gogearsa9200:"PLAY = Ustaw" gogearsa9200:"PLAY = Ustaw"
vibe500: "OK = Ustaw" vibe500: "OK = Ustaw"
mpiohd300: "ENTER = Ustaw" mpiohd300: "ENTER = Ustaw"

View file

@ -250,7 +250,7 @@
*: "PLAY = Yes" *: "PLAY = Yes"
cowond2*: "MENU, or top-right = Yes" cowond2*: "MENU, or top-right = Yes"
iriverh100,iriverh120,iriverh300: "NAVI = Yes" iriverh100,iriverh120,iriverh300: "NAVI = Yes"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Yes" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
mrobe500: "PLAY, POWER, or top-right = Yes" mrobe500: "PLAY, POWER, or top-right = Yes"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Yes" vibe500: "OK = Yes"
@ -259,7 +259,7 @@
*: "PLAY = Sim" *: "PLAY = Sim"
cowond2*: "MENU, ou topo direito = Sim" cowond2*: "MENU, ou topo direito = Sim"
iriverh100,iriverh120,iriverh300: "NAVI = Sim" iriverh100,iriverh120,iriverh300: "NAVI = Sim"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Sim" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Sim"
mrobe500: "PLAY, POWER, ou topo direito = Sim" mrobe500: "PLAY, POWER, ou topo direito = Sim"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Sim" vibe500: "OK = Sim"
@ -3948,7 +3948,7 @@
rtc: "ON = Set" rtc: "ON = Set"
mrobe500: "HEART = Set" mrobe500: "HEART = Set"
iriverh100,iriverh120,iriverh300: "NAVI = Set" iriverh100,iriverh120,iriverh300: "NAVI = Set"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Set" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
gogearsa9200: "PLAY = Set" gogearsa9200: "PLAY = Set"
vibe500: "OK = Set" vibe500: "OK = Set"
mpiohd300: "ENTER = Set" mpiohd300: "ENTER = Set"
@ -3958,7 +3958,7 @@
rtc: "ON = Ajustar" rtc: "ON = Ajustar"
mrobe500: "HEART = Ajustar" mrobe500: "HEART = Ajustar"
iriverh100,iriverh120,iriverh300: "NAVI = Ajustar" iriverh100,iriverh120,iriverh300: "NAVI = Ajustar"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Ajustar" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Ajustar"
gogearsa9200: "PLAY = Ajustar" gogearsa9200: "PLAY = Ajustar"
vibe500: "OK = Ajustar" vibe500: "OK = Ajustar"
mpiohd300: "ENTER = Ajustar" mpiohd300: "ENTER = Ajustar"

View file

@ -7582,7 +7582,7 @@
*: "PLAY = Yes" *: "PLAY = Yes"
cowond2*: "MENU, or top-right = Yes" cowond2*: "MENU, or top-right = Yes"
iriverh100,iriverh120,iriverh300: "NAVI = Yes" iriverh100,iriverh120,iriverh300: "NAVI = Yes"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Yes" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
mrobe500: "PLAY, POWER, or top-right = Yes" mrobe500: "PLAY, POWER, or top-right = Yes"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Yes" vibe500: "OK = Yes"
@ -7591,7 +7591,7 @@
*: "PLAY = Sim" *: "PLAY = Sim"
cowond2*: "MENU, ou canto superior direito = Sim" cowond2*: "MENU, ou canto superior direito = Sim"
iriverh100,iriverh120,iriverh300: "NAVI = Sim" iriverh100,iriverh120,iriverh300: "NAVI = Sim"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Sim" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Sim"
mrobe500: "PLAY, POWER, ou canto superior direito = Sim" mrobe500: "PLAY, POWER, ou canto superior direito = Sim"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Sim" vibe500: "OK = Sim"
@ -7609,7 +7609,7 @@
rtc: "ON = Set" rtc: "ON = Set"
mrobe500: "HEART = Set" mrobe500: "HEART = Set"
iriverh100,iriverh120,iriverh300: "NAVI = Set" iriverh100,iriverh120,iriverh300: "NAVI = Set"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Set" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
gogearsa9200: "PLAY = Set" gogearsa9200: "PLAY = Set"
vibe500: "OK = Set" vibe500: "OK = Set"
mpiohd300: "ENTER = Set" mpiohd300: "ENTER = Set"
@ -7619,7 +7619,7 @@
rtc: "ON = Definir" rtc: "ON = Definir"
mrobe500: "HEART = Definir" mrobe500: "HEART = Definir"
iriverh100,iriverh120,iriverh300: "NAVI = Definir" iriverh100,iriverh120,iriverh300: "NAVI = Definir"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Definir" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Definir"
gogearsa9200: "PLAY = Definir" gogearsa9200: "PLAY = Definir"
vibe500: "OK = Definir" vibe500: "OK = Definir"
mpiohd300: "ENTER = Definir" mpiohd300: "ENTER = Definir"

View file

@ -4672,7 +4672,7 @@
*: "PLAY = Yes" *: "PLAY = Yes"
cowond2*: "MENU, or top-right = Yes" cowond2*: "MENU, or top-right = Yes"
iriverh100,iriverh120,iriverh300: "NAVI = Yes" iriverh100,iriverh120,iriverh300: "NAVI = Yes"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Yes" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
mrobe500: "PLAY, POWER, or top-right = Yes" mrobe500: "PLAY, POWER, or top-right = Yes"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Yes" vibe500: "OK = Yes"
@ -4681,7 +4681,7 @@
*: "PLAY = Da" *: "PLAY = Da"
cowond2*: "MENIU sau dreapta-sus = Da" cowond2*: "MENIU sau dreapta-sus = Da"
iriverh100,iriverh120,iriverh300: "NAVIGARE = Da" iriverh100,iriverh120,iriverh300: "NAVIGARE = Da"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECTARE = Da" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECTARE = Da"
mrobe500: "RULARE, PORNIRE sau dreapta-sus = Da" mrobe500: "RULARE, PORNIRE sau dreapta-sus = Da"
archosplayer: "(RULARE/STOP)" archosplayer: "(RULARE/STOP)"
vibe500: "OK = Da" vibe500: "OK = Da"
@ -4713,7 +4713,7 @@
rtc: "ON = Set" rtc: "ON = Set"
mrobe500: "HEART = Set" mrobe500: "HEART = Set"
iriverh100,iriverh120,iriverh300: "NAVI = Set" iriverh100,iriverh120,iriverh300: "NAVI = Set"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Set" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
gogearsa9200: "PLAY = Set" gogearsa9200: "PLAY = Set"
vibe500: "OK = Set" vibe500: "OK = Set"
mpiohd300: "ENTER = Set" mpiohd300: "ENTER = Set"
@ -4723,7 +4723,7 @@
rtc: "ON = Setat" rtc: "ON = Setat"
mrobe500: "INIMĂ = Setat" mrobe500: "INIMĂ = Setat"
iriverh100,iriverh120,iriverh300: "NAVI = Setat" iriverh100,iriverh120,iriverh300: "NAVI = Setat"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECTARE = Setat" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECTARE = Setat"
gogearsa9200: "RULARE = Setat" gogearsa9200: "RULARE = Setat"
vibe500: "OK = Setat" vibe500: "OK = Setat"
mpiohd300: "ENTER = Setat" mpiohd300: "ENTER = Setat"

View file

@ -8176,7 +8176,7 @@
*: "PLAY = Yes" *: "PLAY = Yes"
cowond2*: "MENU, or top-right = Yes" cowond2*: "MENU, or top-right = Yes"
iriverh100,iriverh120,iriverh300: "NAVI = Yes" iriverh100,iriverh120,iriverh300: "NAVI = Yes"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Yes" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
mrobe500: "PLAY, POWER, or top-right = Yes" mrobe500: "PLAY, POWER, or top-right = Yes"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Yes" vibe500: "OK = Yes"
@ -8203,7 +8203,7 @@
rtc: "ON = Set" rtc: "ON = Set"
mrobe500: "HEART = Set" mrobe500: "HEART = Set"
iriverh100,iriverh120,iriverh300: "NAVI = Set" iriverh100,iriverh120,iriverh300: "NAVI = Set"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Set" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
gogearsa9200: "PLAY = Set" gogearsa9200: "PLAY = Set"
vibe500: "OK = Set" vibe500: "OK = Set"
mpiohd300: "ENTER = Set" mpiohd300: "ENTER = Set"

View file

@ -248,7 +248,7 @@
*: "PLAY = Yes" *: "PLAY = Yes"
cowond2*: "MENU, or top-right = Yes" cowond2*: "MENU, or top-right = Yes"
iriverh100,iriverh120,iriverh300: "NAVI = Yes" iriverh100,iriverh120,iriverh300: "NAVI = Yes"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Yes" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
mrobe500: "PLAY, POWER, or top-right = Yes" mrobe500: "PLAY, POWER, or top-right = Yes"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Yes" vibe500: "OK = Yes"
@ -257,7 +257,7 @@
*: "PLAY = Áno" *: "PLAY = Áno"
cowond2*: "MENU, alebo vpravo-hore = Áno" cowond2*: "MENU, alebo vpravo-hore = Áno"
iriverh100,iriverh120,iriverh300: "NAVI = Áno" iriverh100,iriverh120,iriverh300: "NAVI = Áno"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Áno" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Áno"
mrobe500: "PLAY, POWER, alebo Vpravo-hore = Áno" mrobe500: "PLAY, POWER, alebo Vpravo-hore = Áno"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Áno" vibe500: "OK = Áno"
@ -3946,7 +3946,7 @@
rtc: "ON = Set" rtc: "ON = Set"
mrobe500: "HEART = Set" mrobe500: "HEART = Set"
iriverh100,iriverh120,iriverh300: "NAVI = Set" iriverh100,iriverh120,iriverh300: "NAVI = Set"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Set" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
gogearsa9200: "PLAY = Set" gogearsa9200: "PLAY = Set"
vibe500: "OK = Set" vibe500: "OK = Set"
mpiohd300: "ENTER = Set" mpiohd300: "ENTER = Set"
@ -3956,7 +3956,7 @@
rtc: "ON = Nastaviť" rtc: "ON = Nastaviť"
mrobe500: "HEART = Nastaviť" mrobe500: "HEART = Nastaviť"
iriverh100,iriverh120,iriverh300: "NAVI = Nastaviť" iriverh100,iriverh120,iriverh300: "NAVI = Nastaviť"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Nastaviť" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Nastaviť"
gogearsa9200: "PLAY = Nastaviť" gogearsa9200: "PLAY = Nastaviť"
vibe500: "OK = Nastaviť" vibe500: "OK = Nastaviť"
mpiohd300: "ENTER = Nastaviť" mpiohd300: "ENTER = Nastaviť"

View file

@ -5323,7 +5323,7 @@
*: "PLAY = Yes" *: "PLAY = Yes"
cowond2*: "MENU, or top-right = Yes" cowond2*: "MENU, or top-right = Yes"
iriverh100,iriverh120,iriverh300: "NAVI = Yes" iriverh100,iriverh120,iriverh300: "NAVI = Yes"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Yes" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
mrobe500: "PLAY, POWER, or top-right = Yes" mrobe500: "PLAY, POWER, or top-right = Yes"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Yes" vibe500: "OK = Yes"
@ -5332,7 +5332,7 @@
*: "PLAY = Yes" *: "PLAY = Yes"
cowond2*: "MENU, or top-right = Yes" cowond2*: "MENU, or top-right = Yes"
iriverh100,iriverh120,iriverh300: "NAVI = Yes" iriverh100,iriverh120,iriverh300: "NAVI = Yes"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Yes" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
mrobe500: "PLAY, POWER, or top-right = Yes" mrobe500: "PLAY, POWER, or top-right = Yes"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Yes" vibe500: "OK = Yes"
@ -5364,7 +5364,7 @@
rtc: "ON = Set" rtc: "ON = Set"
mrobe500: "HEART = Set" mrobe500: "HEART = Set"
iriverh100,iriverh120,iriverh300: "NAVI = Set" iriverh100,iriverh120,iriverh300: "NAVI = Set"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Set" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
gogearsa9200: "PLAY = Set" gogearsa9200: "PLAY = Set"
vibe500: "OK = Set" vibe500: "OK = Set"
mpiohd300: "ENTER = Set" mpiohd300: "ENTER = Set"
@ -5374,7 +5374,7 @@
rtc: "ON = Set" rtc: "ON = Set"
mrobe500: "HEART = Set" mrobe500: "HEART = Set"
iriverh100,iriverh120,iriverh300: "NAVI = Set" iriverh100,iriverh120,iriverh300: "NAVI = Set"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Set" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
gogearsa9200: "PLAY = Set" gogearsa9200: "PLAY = Set"
vibe500: "OK = Set" vibe500: "OK = Set"
mpiohd300: "ENTER = Set" mpiohd300: "ENTER = Set"

View file

@ -248,7 +248,7 @@
*: "PLAY = Yes" *: "PLAY = Yes"
cowond2*: "MENU, or top-right = Yes" cowond2*: "MENU, or top-right = Yes"
iriverh100,iriverh120,iriverh300: "NAVI = Yes" iriverh100,iriverh120,iriverh300: "NAVI = Yes"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Yes" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
mrobe500: "PLAY, POWER, or top-right = Yes" mrobe500: "PLAY, POWER, or top-right = Yes"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Yes" vibe500: "OK = Yes"
@ -257,7 +257,7 @@
*: "PLAY = Да" *: "PLAY = Да"
cowond2*: "MENU, или горе-десно = Да" cowond2*: "MENU, или горе-десно = Да"
iriverh100,iriverh120,iriverh300: "NAVI = Да" iriverh100,iriverh120,iriverh300: "NAVI = Да"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Да" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Да"
mrobe500: "PLAY, POWER, или горе-десно = Да" mrobe500: "PLAY, POWER, или горе-десно = Да"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Да" vibe500: "OK = Да"
@ -3929,7 +3929,7 @@
rtc: "ON = Set" rtc: "ON = Set"
mrobe500: "HEART = Set" mrobe500: "HEART = Set"
iriverh100,iriverh120,iriverh300: "NAVI = Set" iriverh100,iriverh120,iriverh300: "NAVI = Set"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Set" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
gogearsa9200: "PLAY = Set" gogearsa9200: "PLAY = Set"
vibe500: "OK = Set" vibe500: "OK = Set"
mpiohd300: "ENTER = Set" mpiohd300: "ENTER = Set"
@ -3939,7 +3939,7 @@
rtc: "ON = Постави" rtc: "ON = Постави"
mrobe500: "HEART = Постави" mrobe500: "HEART = Постави"
iriverh100,iriverh120,iriverh300: "NAVI = Постави" iriverh100,iriverh120,iriverh300: "NAVI = Постави"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Постави" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Постави"
gogearsa9200: "PLAY = Постави" gogearsa9200: "PLAY = Постави"
vibe500: "OK = Постави" vibe500: "OK = Постави"
mpiohd300: "ENTER = Постави" mpiohd300: "ENTER = Постави"

View file

@ -254,7 +254,7 @@
*: "PLAY = Yes" *: "PLAY = Yes"
cowond2*: "MENU, or top-right = Yes" cowond2*: "MENU, or top-right = Yes"
iriverh100,iriverh120,iriverh300: "NAVI = Yes" iriverh100,iriverh120,iriverh300: "NAVI = Yes"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Yes" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
mrobe500: "PLAY, POWER, or top-right = Yes" mrobe500: "PLAY, POWER, or top-right = Yes"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Yes" vibe500: "OK = Yes"
@ -3952,7 +3952,7 @@
rtc: "ON = Set" rtc: "ON = Set"
mrobe500: "HEART = Set" mrobe500: "HEART = Set"
iriverh100,iriverh120,iriverh300: "NAVI = Set" iriverh100,iriverh120,iriverh300: "NAVI = Set"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Set" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
gogearsa9200: "PLAY = Set" gogearsa9200: "PLAY = Set"
vibe500: "OK = Set" vibe500: "OK = Set"
mpiohd300: "ENTER = Set" mpiohd300: "ENTER = Set"

View file

@ -248,7 +248,7 @@
*: "PLAY = Yes" *: "PLAY = Yes"
cowond2*: "MENU, or top-right = Yes" cowond2*: "MENU, or top-right = Yes"
iriverh100,iriverh120,iriverh300: "NAVI = Yes" iriverh100,iriverh120,iriverh300: "NAVI = Yes"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Yes" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
mrobe500: "PLAY, POWER, or top-right = Yes" mrobe500: "PLAY, POWER, or top-right = Yes"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Yes" vibe500: "OK = Yes"
@ -257,7 +257,7 @@
*: "PLAY = Oo" *: "PLAY = Oo"
cowond2*: "MENU = Oo" cowond2*: "MENU = Oo"
iriverh100,iriverh120,iriverh300: "NAVI = Oo" iriverh100,iriverh120,iriverh300: "NAVI = Oo"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Oo" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Oo"
mrobe500: "PLAY, POWER, or top-right = Oo" mrobe500: "PLAY, POWER, or top-right = Oo"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Oo" vibe500: "OK = Oo"
@ -3930,7 +3930,7 @@
rtc: "ON = Set" rtc: "ON = Set"
mrobe500: "HEART = Set" mrobe500: "HEART = Set"
iriverh100,iriverh120,iriverh300: "NAVI = Set" iriverh100,iriverh120,iriverh300: "NAVI = Set"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Set" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
gogearsa9200: "PLAY = Set" gogearsa9200: "PLAY = Set"
vibe500: "OK = Set" vibe500: "OK = Set"
mpiohd300: "ENTER = Set" mpiohd300: "ENTER = Set"
@ -3940,7 +3940,7 @@
rtc: "ON = Ilagay" rtc: "ON = Ilagay"
mrobe500: "HEART =Ilagay" mrobe500: "HEART =Ilagay"
iriverh100,iriverh120,iriverh300: "NAVI = Ilagay" iriverh100,iriverh120,iriverh300: "NAVI = Ilagay"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Ilagay" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Ilagay"
gogearsa9200: "PLAY = Ilagay" gogearsa9200: "PLAY = Ilagay"
vibe500: "OK = Ilagay" vibe500: "OK = Ilagay"
mpiohd300: "ENTER = Ilagay" mpiohd300: "ENTER = Ilagay"

View file

@ -249,7 +249,7 @@
*: "PLAY = Yes" *: "PLAY = Yes"
cowond2*: "MENU, or top-right = Yes" cowond2*: "MENU, or top-right = Yes"
iriverh100,iriverh120,iriverh300: "NAVI = Yes" iriverh100,iriverh120,iriverh300: "NAVI = Yes"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Yes" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
mrobe500: "PLAY, POWER, or top-right = Yes" mrobe500: "PLAY, POWER, or top-right = Yes"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Yes" vibe500: "OK = Yes"
@ -258,7 +258,7 @@
*: "PLAY = ใช่" *: "PLAY = ใช่"
cowond2*: "MENU = ใช่" cowond2*: "MENU = ใช่"
iriverh100,iriverh120,iriverh300: "NAVI = ใช่" iriverh100,iriverh120,iriverh300: "NAVI = ใช่"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = ใช่" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = ใช่"
mrobe500: "PLAY, POWER, หรือ มุมบนขวา = ใช่" mrobe500: "PLAY, POWER, หรือ มุมบนขวา = ใช่"
archosplayer: "(เล่น/หยุด)" archosplayer: "(เล่น/หยุด)"
vibe500: "OK = ใช่" vibe500: "OK = ใช่"
@ -3914,7 +3914,7 @@
rtc: "ON = Set" rtc: "ON = Set"
mrobe500: "HEART = Set" mrobe500: "HEART = Set"
iriverh100,iriverh120,iriverh300: "NAVI = Set" iriverh100,iriverh120,iriverh300: "NAVI = Set"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Set" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
gogearsa9200: "PLAY = Set" gogearsa9200: "PLAY = Set"
vibe500: "OK = Set" vibe500: "OK = Set"
mpiohd300: "ENTER = Set" mpiohd300: "ENTER = Set"
@ -3924,7 +3924,7 @@
rtc: "ON = ตั้งค่า" rtc: "ON = ตั้งค่า"
mrobe500: "HEART = ตั้งค่า" mrobe500: "HEART = ตั้งค่า"
iriverh100,iriverh120,iriverh300: "NAVI = ตั้งค่า" iriverh100,iriverh120,iriverh300: "NAVI = ตั้งค่า"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = ตั้งค่า" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = ตั้งค่า"
gogearsa9200: "PLAY = ตั้งค่า" gogearsa9200: "PLAY = ตั้งค่า"
vibe500: "OK = ตั้งค่า" vibe500: "OK = ตั้งค่า"
mpiohd300: "ENTER = ตั้งค่า" mpiohd300: "ENTER = ตั้งค่า"

View file

@ -236,7 +236,7 @@
*: "PLAY = Yes" *: "PLAY = Yes"
cowond2*: "MENU, or top-right = Yes" cowond2*: "MENU, or top-right = Yes"
iriverh100,iriverh120,iriverh300: "NAVI = Yes" iriverh100,iriverh120,iriverh300: "NAVI = Yes"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Yes" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
mrobe500: "PLAY, POWER, or top-right = Yes" mrobe500: "PLAY, POWER, or top-right = Yes"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Yes" vibe500: "OK = Yes"
@ -245,7 +245,7 @@
*: "PLAY = Devam et" *: "PLAY = Devam et"
cowond2*: "MENU, veya üst-sağ = Evet" cowond2*: "MENU, veya üst-sağ = Evet"
iriverh100,iriverh120,iriverh300: "NAVI = Devam et" iriverh100,iriverh120,iriverh300: "NAVI = Devam et"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Evet" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Evet"
mrobe500: "PLAY, POWER, veya üst-sağ = Evet" mrobe500: "PLAY, POWER, veya üst-sağ = Evet"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Devam et" vibe500: "OK = Devam et"
@ -1963,7 +1963,7 @@
rtc: "ON = Set" rtc: "ON = Set"
mrobe500: "HEART = Set" mrobe500: "HEART = Set"
iriverh100,iriverh120,iriverh300: "NAVI = Set" iriverh100,iriverh120,iriverh300: "NAVI = Set"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Set" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
gogearsa9200: "PLAY = Set" gogearsa9200: "PLAY = Set"
vibe500: "OK = Set" vibe500: "OK = Set"
mpiohd300: "ENTER = Set" mpiohd300: "ENTER = Set"
@ -1973,7 +1973,7 @@
rtc: "ON = Set" rtc: "ON = Set"
mrobe500: "HEART = Ayarlandı" mrobe500: "HEART = Ayarlandı"
iriverh100,iriverh120,iriverh300: "NAVI = Ayarlandı" iriverh100,iriverh120,iriverh300: "NAVI = Ayarlandı"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Ayarlandı" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Ayarlandı"
gogearsa9200: "PLAY = Ayarlandı" gogearsa9200: "PLAY = Ayarlandı"
vibe500: "OK = Ayarlandı" vibe500: "OK = Ayarlandı"
mpiohd300: "ENTER = Ayarlandı" mpiohd300: "ENTER = Ayarlandı"

View file

@ -248,7 +248,7 @@
<source> <source>
*: "PLAY = Yes" *: "PLAY = Yes"
iriverh100,iriverh120,iriverh300: "NAVI = Yes" iriverh100,iriverh120,iriverh300: "NAVI = Yes"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Yes" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Yes" vibe500: "OK = Yes"
</source> </source>
@ -3943,7 +3943,7 @@
*: none *: none
rtc: "ON = Set" rtc: "ON = Set"
iriverh100,iriverh120,iriverh300: "NAVI = Set" iriverh100,iriverh120,iriverh300: "NAVI = Set"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Set" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
gogearsa9200: "PLAY = Set" gogearsa9200: "PLAY = Set"
vibe500: "OK = Set" vibe500: "OK = Set"
mpiohd300: "ENTER = Set" mpiohd300: "ENTER = Set"

View file

@ -253,7 +253,7 @@
*: "PLAY = Yes" *: "PLAY = Yes"
cowond2*: "MENU = Yes" cowond2*: "MENU = Yes"
iriverh100,iriverh120,iriverh300: "NAVI = Yes" iriverh100,iriverh120,iriverh300: "NAVI = Yes"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Yes" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Yes" vibe500: "OK = Yes"
</source> </source>
@ -261,7 +261,7 @@
*: "PLAY = Oyi" *: "PLAY = Oyi"
cowond2*: "MENU = Oyi" cowond2*: "MENU = Oyi"
iriverh100,iriverh120,iriverh300: "NAVI = Oyi" iriverh100,iriverh120,iriverh300: "NAVI = Oyi"
samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "SELECT = Oyi" samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Oyi"
mrobe500: "PLAY or POWER = Oyi" mrobe500: "PLAY or POWER = Oyi"
archosplayer: "(PLAY/STOP)" archosplayer: "(PLAY/STOP)"
vibe500: "OK = Oyi" vibe500: "OK = Oyi"
@ -3951,7 +3951,7 @@
rtc: "ON = Set" rtc: "ON = Set"
mrobe500: "HEART = Set" mrobe500: "HEART = Set"
iriverh100,iriverh120,iriverh300: "NAVI = Set" iriverh100,iriverh120,iriverh300: "NAVI = Set"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Set" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
gogearsa9200: "PLAY = Set" gogearsa9200: "PLAY = Set"
vibe500: "OK = Set" vibe500: "OK = Set"
mpiohd300: "ENTER = Set" mpiohd300: "ENTER = Set"
@ -3961,7 +3961,7 @@
rtc: "ON = Eployî" rtc: "ON = Eployî"
mrobe500: "HEART = Eployî" mrobe500: "HEART = Eployî"
iriverh100,iriverh120,iriverh300: "NAVI = Eployî" iriverh100,iriverh120,iriverh300: "NAVI = Eployî"
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "SELECT = Eployî" ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Eployî"
gogearsa9200: "PLAY = Eployî" gogearsa9200: "PLAY = Eployî"
vibe500: "OK = Eployî" vibe500: "OK = Eployî"
mpiohd300: "ENTER = Eployî" mpiohd300: "ENTER = Eployî"

View file

@ -66,7 +66,8 @@
|| (CONFIG_KEYPAD == PHILIPS_HDD1630_PAD) \ || (CONFIG_KEYPAD == PHILIPS_HDD1630_PAD) \
|| (CONFIG_KEYPAD == PHILIPS_HDD6330_PAD) \ || (CONFIG_KEYPAD == PHILIPS_HDD6330_PAD) \
|| (CONFIG_KEYPAD == PHILIPS_SA9200_PAD) \ || (CONFIG_KEYPAD == PHILIPS_SA9200_PAD) \
|| (CONFIG_KEYPAD == PBELL_VIBE500_PAD) || (CONFIG_KEYPAD == PBELL_VIBE500_PAD) \
|| (CONFIG_KEYPAD == SANSA_CONNECT_PAD)
/* certain key combos toggle input mode between keyboard input and Morse input */ /* certain key combos toggle input mode between keyboard input and Morse input */
#define KBD_TOGGLE_INPUT #define KBD_TOGGLE_INPUT
#endif #endif