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:
parent
a23dd7fd52
commit
c40f5202a4
38 changed files with 171 additions and 136 deletions
|
@ -65,10 +65,39 @@ static const struct button_mapping button_context_wps[] = {
|
|||
{ACTION_WPS_ABSETB_NEXTDIR, BUTTON_POWER|BUTTON_LEFT, BUTTON_POWER},
|
||||
{ACTION_WPS_ABRESET, BUTTON_POWER|BUTTON_UP, BUTTON_POWER},
|
||||
{ACTION_WPS_HOTKEY, BUTTON_UP|BUTTON_REL, BUTTON_UP},
|
||||
LAST_ITEM_IN_LIST
|
||||
LAST_ITEM_IN_LIST
|
||||
}; /* 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 */
|
||||
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;
|
||||
case 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_LIST:
|
||||
|
@ -88,6 +122,6 @@ const struct button_mapping* get_context_mapping(int context)
|
|||
case CONTEXT_SETTINGS|CONTEXT_REMOTE:
|
||||
default:
|
||||
return button_context_standard;
|
||||
}
|
||||
}
|
||||
return button_context_standard;
|
||||
}
|
||||
|
|
|
@ -248,7 +248,7 @@
|
|||
*: "PLAY = Yes"
|
||||
cowond2*: "MENU, or top-right = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Yes"
|
||||
|
@ -257,7 +257,7 @@
|
|||
*: "PLAY = Bai"
|
||||
cowond2*: "MENU, edo goi-eskuin = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Bai"
|
||||
|
@ -3946,7 +3946,7 @@
|
|||
rtc: "ON = Set"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Set"
|
||||
mpiohd300: "ENTER = Set"
|
||||
|
@ -3956,7 +3956,7 @@
|
|||
rtc: "ON = Ezarri"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Ezarri"
|
||||
mpiohd300: "ENTER = Ezarri"
|
||||
|
|
|
@ -4409,7 +4409,7 @@
|
|||
*: "PLAY = Yes"
|
||||
cowond2*: "MENU, or top-right = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Yes"
|
||||
|
@ -4418,7 +4418,7 @@
|
|||
*: "PLAY = Да"
|
||||
cowond2*: "MENU или горе ляво = Да"
|
||||
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 или горе дясно = Да"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Да"
|
||||
|
@ -4450,7 +4450,7 @@
|
|||
rtc: "ON = Set"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Set"
|
||||
mpiohd300: "ENTER = Set"
|
||||
|
@ -4460,7 +4460,7 @@
|
|||
rtc: "ON = Запази"
|
||||
mrobe500: "HEART = Запази"
|
||||
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 = Запази"
|
||||
vibe500: "OK = Запази"
|
||||
mpiohd300: "ENTER = Запази"
|
||||
|
|
|
@ -250,7 +250,7 @@
|
|||
*: "PLAY = Yes"
|
||||
cowond2*: "MENU, or top-right = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Yes"
|
||||
|
@ -259,7 +259,7 @@
|
|||
*: "PLAY = Sí"
|
||||
cowond2*: "MENU, o a dalt a la dreta = 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í"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Sí"
|
||||
|
@ -3944,7 +3944,7 @@
|
|||
rtc: "ON = Set"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Set"
|
||||
mpiohd300: "ENTER = Set"
|
||||
|
|
|
@ -8511,7 +8511,7 @@
|
|||
*: "PLAY = Yes"
|
||||
cowond2*: "MENU, or top-right = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Yes"
|
||||
|
@ -8520,7 +8520,7 @@
|
|||
*: "PLAY:是"
|
||||
cowond2*: "MENU或TOP-RIGHT:是"
|
||||
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:是"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK:是"
|
||||
|
@ -8538,7 +8538,7 @@
|
|||
rtc: "ON = Set"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Set"
|
||||
mpiohd300: "ENTER = Set"
|
||||
|
@ -8548,7 +8548,7 @@
|
|||
rtc: "ON:设置"
|
||||
mrobe500: "HEART:设置"
|
||||
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:设置"
|
||||
vibe500: "OK:设置"
|
||||
mpiohd300: "ENTER:设置"
|
||||
|
|
|
@ -252,7 +252,7 @@
|
|||
*: "PLAY = Yes"
|
||||
cowond2*: "MENU, or top-right = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Yes"
|
||||
|
@ -261,7 +261,7 @@
|
|||
*: "PLAY = Ano"
|
||||
cowond2*: "MENU, or top-right = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Ano"
|
||||
|
@ -3950,7 +3950,7 @@
|
|||
rtc: "ON = Set"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Set"
|
||||
mpiohd300: "ENTER = Set"
|
||||
|
@ -3960,7 +3960,7 @@
|
|||
rtc: "ON = Nastavit"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Nastavit"
|
||||
mpiohd300: "ENTER = Nastavit"
|
||||
|
|
|
@ -9574,7 +9574,7 @@
|
|||
*: "PLAY = Yes"
|
||||
cowond2*: "MENU, or top-right = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Yes"
|
||||
|
@ -9601,7 +9601,7 @@
|
|||
rtc: "ON = Set"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Set"
|
||||
mpiohd300: "ENTER = Set"
|
||||
|
|
|
@ -267,7 +267,7 @@
|
|||
*: "PLAY = Yes"
|
||||
cowond2*: "MENU, or top-right = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Yes"
|
||||
|
@ -276,7 +276,7 @@
|
|||
*: "PLAY = Ja"
|
||||
cowond2*: "MENU oder rechts oben= 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Ja"
|
||||
|
@ -3950,7 +3950,7 @@
|
|||
rtc: "ON = Set"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Set"
|
||||
mpiohd300: "ENTER = Set"
|
||||
|
@ -3960,7 +3960,7 @@
|
|||
rtc: "ON = Speichern"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Speichern"
|
||||
mpiohd300: "ENTER = Speichern"
|
||||
|
|
|
@ -248,7 +248,7 @@
|
|||
*: "PLAY = Yes"
|
||||
cowond2*: "MENU, or top-right = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Yes"
|
||||
|
@ -257,7 +257,7 @@
|
|||
*: "PLAY = Yes"
|
||||
cowond2*: "MENU, or top-right = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Yes"
|
||||
|
@ -3946,7 +3946,7 @@
|
|||
rtc: "ON = Set"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Set"
|
||||
mpiohd300: "ENTER = Set"
|
||||
|
@ -3956,7 +3956,7 @@
|
|||
rtc: "ON = Set"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Set"
|
||||
mpiohd300: "ENTER = Set"
|
||||
|
|
|
@ -333,7 +333,7 @@
|
|||
*: "PLAY = Yes"
|
||||
cowond2*: "MENU, or top-right = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Yes"
|
||||
|
@ -342,7 +342,7 @@
|
|||
*: "PLAY = Yes"
|
||||
cowond2*: "MENU, or top-right = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Yes"
|
||||
|
@ -4031,7 +4031,7 @@
|
|||
rtc: "ON = Set"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Set"
|
||||
mpiohd300: "ENTER = Set"
|
||||
|
@ -4041,7 +4041,7 @@
|
|||
rtc: "ON = Set"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Set"
|
||||
mpiohd300: "ENTER = Set"
|
||||
|
|
|
@ -9067,7 +9067,7 @@
|
|||
*: "PLAY = Yes"
|
||||
cowond2*: "MENU, or top-right = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Yes"
|
||||
|
@ -9076,7 +9076,7 @@
|
|||
*: "PLAY = Sí"
|
||||
cowond2*: "MENÚ o arriba-derecha = 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í"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Sí"
|
||||
|
@ -9094,7 +9094,7 @@
|
|||
rtc: "ON = Set"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Set"
|
||||
mpiohd300: "ENTER = Set"
|
||||
|
@ -9104,7 +9104,7 @@
|
|||
rtc: "ON = Fijar"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Fijar"
|
||||
mpiohd300: "ENTER = Fijar"
|
||||
|
|
|
@ -9546,7 +9546,7 @@
|
|||
*: "PLAY = Yes"
|
||||
cowond2*: "MENU = 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)"
|
||||
vibe500: "OK = Yes"
|
||||
</source>
|
||||
|
@ -9554,7 +9554,7 @@
|
|||
*: "PLAY = Kyllä"
|
||||
cowond2*: "MENU = 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)"
|
||||
vibe500: "OK = Kyllä"
|
||||
</dest>
|
||||
|
@ -9571,7 +9571,7 @@
|
|||
rtc: "ON = Set"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Set"
|
||||
mpiohd300: "ENTER = Set"
|
||||
|
@ -9581,7 +9581,7 @@
|
|||
rtc: "ON = Aseta"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Aseta"
|
||||
mpiohd300: "ENTER = Aseta"
|
||||
|
|
|
@ -277,7 +277,7 @@
|
|||
*: "PLAY = Yes"
|
||||
cowond2*: "MENU, or top-right = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Yes"
|
||||
|
@ -286,7 +286,7 @@
|
|||
*: "PLAY = Oui"
|
||||
cowond2*: "MENU = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Oui"
|
||||
|
@ -3975,7 +3975,7 @@
|
|||
rtc: "ON = Set"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Set"
|
||||
mpiohd300: "ENTER = Set"
|
||||
|
@ -3985,7 +3985,7 @@
|
|||
rtc: "ON = Valider"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Valider"
|
||||
mpiohd300: "ENTER = Valider"
|
||||
|
|
|
@ -7797,7 +7797,7 @@ datos... %d atopadas (PREV para volver)"
|
|||
*: "PLAY = Yes"
|
||||
cowond2*: "MENU, or top-right = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Yes"
|
||||
|
@ -7807,7 +7807,7 @@ datos... %d atopadas (PREV para volver)"
|
|||
cowond2*: "MENU, ou arriba-dereita = Si"
|
||||
iriverh100,iriverh120,iriverh300: "NAVI = Si"
|
||||
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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Si"
|
||||
|
@ -7842,7 +7842,7 @@ samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iri
|
|||
rtc: "ON = Set"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Set"
|
||||
mpiohd300: "ENTER = Set"
|
||||
|
@ -7853,7 +7853,7 @@ samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iri
|
|||
mrobe500: "HEART = Aceptar"
|
||||
iriverh100,iriverh120,iriverh300: "NAVI = Aceptar"
|
||||
ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*
|
||||
,sansafuze*: "SELECT = Aceptar"
|
||||
,sansafuze*,sansaconnect: "SELECT = Aceptar"
|
||||
gogearsa9200: "PLAY = Aceptar"
|
||||
vibe500: "OK = Aceptar"
|
||||
mpiohd300: "ENTER = Aceptar"
|
||||
|
|
|
@ -256,7 +256,7 @@
|
|||
*: "PLAY = Yes"
|
||||
cowond2*: "MENU, or top-right = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Yes"
|
||||
|
@ -3955,7 +3955,7 @@
|
|||
rtc: "ON = Set"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Set"
|
||||
mpiohd300: "ENTER = Set"
|
||||
|
|
|
@ -248,7 +248,7 @@
|
|||
*: "PLAY = Yes"
|
||||
cowond2*: "MENU, or top-right = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Yes"
|
||||
|
@ -257,7 +257,7 @@
|
|||
*: "PLAY = Da"
|
||||
cowond2*: "MENU, ili gore desno = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = DA"
|
||||
|
@ -3944,7 +3944,7 @@
|
|||
rtc: "ON = Set"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Set"
|
||||
mpiohd300: "ENTER = Set"
|
||||
|
@ -3954,7 +3954,7 @@
|
|||
rtc: "ON = Postavi"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Postavi"
|
||||
mpiohd300: "ENTER = Postavi"
|
||||
|
|
|
@ -250,7 +250,7 @@
|
|||
*: "PLAY = Yes"
|
||||
cowond2*: "MENU, or top-right = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Yes"
|
||||
|
@ -259,7 +259,7 @@
|
|||
*: "PLAY = Sì"
|
||||
cowond2*: "MENU, o alto-destra = 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ì"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Sì"
|
||||
|
@ -3948,7 +3948,7 @@ desc: deprecated
|
|||
rtc: "ON = Set"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Set"
|
||||
mpiohd300: "ENTER = Set"
|
||||
|
@ -3958,7 +3958,7 @@ desc: deprecated
|
|||
rtc: "ON = Imposta"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Imposta"
|
||||
mpiohd300: "ENTER = Imposta"
|
||||
|
|
|
@ -254,7 +254,7 @@
|
|||
*: "PLAY = Yes"
|
||||
cowond2*: "MENU, or top-right = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Yes"
|
||||
|
@ -263,7 +263,7 @@
|
|||
*: "PLAY = はい"
|
||||
cowond2*: "MENU または top-right = はい"
|
||||
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 = はい"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = はい"
|
||||
|
@ -3953,7 +3953,7 @@
|
|||
rtc: "ON = Set"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Set"
|
||||
mpiohd300: "ENTER = Set"
|
||||
|
@ -3963,7 +3963,7 @@
|
|||
rtc: "ON = 設定"
|
||||
mrobe500: "HEART = 設定"
|
||||
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 = 設定"
|
||||
vibe500: "OK = 設定"
|
||||
mpiohd300: "ENTER = 設定"
|
||||
|
|
|
@ -249,7 +249,7 @@
|
|||
*: "PLAY = Yes"
|
||||
cowond2*: "MENU, or top-right = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Yes"
|
||||
|
@ -258,7 +258,7 @@
|
|||
*: "PLAY = Jā"
|
||||
cowond2*: "MENU, vai labā augšējā = 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ā"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Jā"
|
||||
|
@ -3949,7 +3949,7 @@
|
|||
rtc: "ON = Set"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Set"
|
||||
mpiohd300: "ENTER = Set"
|
||||
|
@ -3959,7 +3959,7 @@
|
|||
rtc: "ON = Uzstādīt"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Uzstādīt"
|
||||
mpiohd300: "ENTER = Uzstādīt"
|
||||
|
|
|
@ -248,7 +248,7 @@
|
|||
*: "PLAY = Yes"
|
||||
cowond2*: "MENU = 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)"
|
||||
vibe500: "OK = Yes"
|
||||
</source>
|
||||
|
@ -256,7 +256,7 @@
|
|||
*: "PLAY = Igen"
|
||||
cowond2*: "MENU = 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)"
|
||||
vibe500: "OK = Igen"
|
||||
</dest>
|
||||
|
@ -3926,7 +3926,7 @@
|
|||
rtc: "ON = Set"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Set"
|
||||
mpiohd300: "ENTER = Set"
|
||||
|
@ -3936,7 +3936,7 @@
|
|||
rtc: "ON = Beállít"
|
||||
mrobe500: "SZÍV = 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"
|
||||
vibe500: "OK = Beállít"
|
||||
mpiohd300: "ENTER = Beállít"
|
||||
|
|
|
@ -9558,7 +9558,7 @@
|
|||
*: "PLAY = Yes"
|
||||
cowond2*: "MENU, or top-right = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Yes"
|
||||
|
@ -9567,7 +9567,7 @@
|
|||
*: "PLAY = Ja"
|
||||
cowond2*: "MENU of bovenaan rechts = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Ja"
|
||||
|
@ -9585,7 +9585,7 @@
|
|||
rtc: "ON = Set"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Set"
|
||||
mpiohd300: "ENTER = Set"
|
||||
|
@ -9595,7 +9595,7 @@
|
|||
rtc: "ON = Instellen"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Instellen"
|
||||
mpiohd300: "ENTER = Instellen"
|
||||
|
|
|
@ -9245,7 +9245,7 @@
|
|||
*: "PLAY = Yes"
|
||||
cowond2*: "MENU, or top-right = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Yes"
|
||||
|
@ -9254,7 +9254,7 @@
|
|||
*: "PLAY = ja"
|
||||
cowond2*: "MENU eller topp høgre = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = ja"
|
||||
|
@ -9272,7 +9272,7 @@
|
|||
rtc: "ON = Set"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Set"
|
||||
mpiohd300: "ENTER = Set"
|
||||
|
@ -9282,7 +9282,7 @@
|
|||
rtc: "PÅ = velg"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = velg"
|
||||
mpiohd300: "ENTER = velg"
|
||||
|
|
|
@ -9511,7 +9511,7 @@
|
|||
*: "PLAY = Yes"
|
||||
cowond2*: "MENU, or top-right = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Yes"
|
||||
|
@ -9520,7 +9520,7 @@
|
|||
*: "PLAY = Ja"
|
||||
cowond2*: "MENU eller topp høyre = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Ja"
|
||||
|
@ -9538,7 +9538,7 @@
|
|||
rtc: "ON = Set"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Set"
|
||||
mpiohd300: "ENTER = Set"
|
||||
|
@ -9548,7 +9548,7 @@
|
|||
rtc: "ON = Sett"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Sett"
|
||||
mpiohd300: "ENTER = Sett"
|
||||
|
|
|
@ -256,7 +256,7 @@
|
|||
*: "PLAY = Yes"
|
||||
cowond2*: "MENU, or top-right = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Yes"
|
||||
|
@ -265,7 +265,7 @@
|
|||
*: "PLAY = Tak"
|
||||
covond2*: "MENU lub lewo-góra = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Tak"
|
||||
|
@ -3954,7 +3954,7 @@
|
|||
rtc: "ON = Set"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Set"
|
||||
mpiohd300: "ENTER = Set"
|
||||
|
@ -3964,7 +3964,7 @@
|
|||
rtc: "ON = Ustaw"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Ustaw"
|
||||
mpiohd300: "ENTER = Ustaw"
|
||||
|
|
|
@ -250,7 +250,7 @@
|
|||
*: "PLAY = Yes"
|
||||
cowond2*: "MENU, or top-right = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Yes"
|
||||
|
@ -259,7 +259,7 @@
|
|||
*: "PLAY = Sim"
|
||||
cowond2*: "MENU, ou topo direito = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Sim"
|
||||
|
@ -3948,7 +3948,7 @@
|
|||
rtc: "ON = Set"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Set"
|
||||
mpiohd300: "ENTER = Set"
|
||||
|
@ -3958,7 +3958,7 @@
|
|||
rtc: "ON = Ajustar"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Ajustar"
|
||||
mpiohd300: "ENTER = Ajustar"
|
||||
|
|
|
@ -7582,7 +7582,7 @@
|
|||
*: "PLAY = Yes"
|
||||
cowond2*: "MENU, or top-right = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Yes"
|
||||
|
@ -7591,7 +7591,7 @@
|
|||
*: "PLAY = Sim"
|
||||
cowond2*: "MENU, ou canto superior direito = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Sim"
|
||||
|
@ -7609,7 +7609,7 @@
|
|||
rtc: "ON = Set"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Set"
|
||||
mpiohd300: "ENTER = Set"
|
||||
|
@ -7619,7 +7619,7 @@
|
|||
rtc: "ON = Definir"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Definir"
|
||||
mpiohd300: "ENTER = Definir"
|
||||
|
|
|
@ -4672,7 +4672,7 @@
|
|||
*: "PLAY = Yes"
|
||||
cowond2*: "MENU, or top-right = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Yes"
|
||||
|
@ -4681,7 +4681,7 @@
|
|||
*: "PLAY = Da"
|
||||
cowond2*: "MENIU sau dreapta-sus = 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"
|
||||
archosplayer: "(RULARE/STOP)"
|
||||
vibe500: "OK = Da"
|
||||
|
@ -4713,7 +4713,7 @@
|
|||
rtc: "ON = Set"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Set"
|
||||
mpiohd300: "ENTER = Set"
|
||||
|
@ -4723,7 +4723,7 @@
|
|||
rtc: "ON = Setat"
|
||||
mrobe500: "INIMĂ = 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"
|
||||
vibe500: "OK = Setat"
|
||||
mpiohd300: "ENTER = Setat"
|
||||
|
|
|
@ -8176,7 +8176,7 @@
|
|||
*: "PLAY = Yes"
|
||||
cowond2*: "MENU, or top-right = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Yes"
|
||||
|
@ -8203,7 +8203,7 @@
|
|||
rtc: "ON = Set"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Set"
|
||||
mpiohd300: "ENTER = Set"
|
||||
|
|
|
@ -248,7 +248,7 @@
|
|||
*: "PLAY = Yes"
|
||||
cowond2*: "MENU, or top-right = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Yes"
|
||||
|
@ -257,7 +257,7 @@
|
|||
*: "PLAY = Áno"
|
||||
cowond2*: "MENU, alebo vpravo-hore = Á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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Áno"
|
||||
|
@ -3946,7 +3946,7 @@
|
|||
rtc: "ON = Set"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Set"
|
||||
mpiohd300: "ENTER = Set"
|
||||
|
@ -3956,7 +3956,7 @@
|
|||
rtc: "ON = Nastaviť"
|
||||
mrobe500: "HEART = 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ť"
|
||||
vibe500: "OK = Nastaviť"
|
||||
mpiohd300: "ENTER = Nastaviť"
|
||||
|
|
|
@ -5323,7 +5323,7 @@
|
|||
*: "PLAY = Yes"
|
||||
cowond2*: "MENU, or top-right = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Yes"
|
||||
|
@ -5332,7 +5332,7 @@
|
|||
*: "PLAY = Yes"
|
||||
cowond2*: "MENU, or top-right = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Yes"
|
||||
|
@ -5364,7 +5364,7 @@
|
|||
rtc: "ON = Set"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Set"
|
||||
mpiohd300: "ENTER = Set"
|
||||
|
@ -5374,7 +5374,7 @@
|
|||
rtc: "ON = Set"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Set"
|
||||
mpiohd300: "ENTER = Set"
|
||||
|
|
|
@ -248,7 +248,7 @@
|
|||
*: "PLAY = Yes"
|
||||
cowond2*: "MENU, or top-right = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Yes"
|
||||
|
@ -257,7 +257,7 @@
|
|||
*: "PLAY = Да"
|
||||
cowond2*: "MENU, или горе-десно = Да"
|
||||
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, или горе-десно = Да"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Да"
|
||||
|
@ -3929,7 +3929,7 @@
|
|||
rtc: "ON = Set"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Set"
|
||||
mpiohd300: "ENTER = Set"
|
||||
|
@ -3939,7 +3939,7 @@
|
|||
rtc: "ON = Постави"
|
||||
mrobe500: "HEART = Постави"
|
||||
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 = Постави"
|
||||
vibe500: "OK = Постави"
|
||||
mpiohd300: "ENTER = Постави"
|
||||
|
|
|
@ -254,7 +254,7 @@
|
|||
*: "PLAY = Yes"
|
||||
cowond2*: "MENU, or top-right = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Yes"
|
||||
|
@ -3952,7 +3952,7 @@
|
|||
rtc: "ON = Set"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Set"
|
||||
mpiohd300: "ENTER = Set"
|
||||
|
|
|
@ -248,7 +248,7 @@
|
|||
*: "PLAY = Yes"
|
||||
cowond2*: "MENU, or top-right = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Yes"
|
||||
|
@ -257,7 +257,7 @@
|
|||
*: "PLAY = Oo"
|
||||
cowond2*: "MENU = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Oo"
|
||||
|
@ -3930,7 +3930,7 @@
|
|||
rtc: "ON = Set"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Set"
|
||||
mpiohd300: "ENTER = Set"
|
||||
|
@ -3940,7 +3940,7 @@
|
|||
rtc: "ON = Ilagay"
|
||||
mrobe500: "HEART =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"
|
||||
vibe500: "OK = Ilagay"
|
||||
mpiohd300: "ENTER = Ilagay"
|
||||
|
|
|
@ -249,7 +249,7 @@
|
|||
*: "PLAY = Yes"
|
||||
cowond2*: "MENU, or top-right = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Yes"
|
||||
|
@ -258,7 +258,7 @@
|
|||
*: "PLAY = ใช่"
|
||||
cowond2*: "MENU = ใช่"
|
||||
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, หรือ มุมบนขวา = ใช่"
|
||||
archosplayer: "(เล่น/หยุด)"
|
||||
vibe500: "OK = ใช่"
|
||||
|
@ -3914,7 +3914,7 @@
|
|||
rtc: "ON = Set"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Set"
|
||||
mpiohd300: "ENTER = Set"
|
||||
|
@ -3924,7 +3924,7 @@
|
|||
rtc: "ON = ตั้งค่า"
|
||||
mrobe500: "HEART = ตั้งค่า"
|
||||
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 = ตั้งค่า"
|
||||
vibe500: "OK = ตั้งค่า"
|
||||
mpiohd300: "ENTER = ตั้งค่า"
|
||||
|
|
|
@ -236,7 +236,7 @@
|
|||
*: "PLAY = Yes"
|
||||
cowond2*: "MENU, or top-right = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Yes"
|
||||
|
@ -245,7 +245,7 @@
|
|||
*: "PLAY = Devam et"
|
||||
cowond2*: "MENU, veya üst-sağ = Evet"
|
||||
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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Devam et"
|
||||
|
@ -1963,7 +1963,7 @@
|
|||
rtc: "ON = Set"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Set"
|
||||
mpiohd300: "ENTER = Set"
|
||||
|
@ -1973,7 +1973,7 @@
|
|||
rtc: "ON = Set"
|
||||
mrobe500: "HEART = 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ı"
|
||||
vibe500: "OK = Ayarlandı"
|
||||
mpiohd300: "ENTER = Ayarlandı"
|
||||
|
|
|
@ -248,7 +248,7 @@
|
|||
<source>
|
||||
*: "PLAY = 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)"
|
||||
vibe500: "OK = Yes"
|
||||
</source>
|
||||
|
@ -3943,7 +3943,7 @@
|
|||
*: none
|
||||
rtc: "ON = 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"
|
||||
vibe500: "OK = Set"
|
||||
mpiohd300: "ENTER = Set"
|
||||
|
|
|
@ -253,7 +253,7 @@
|
|||
*: "PLAY = Yes"
|
||||
cowond2*: "MENU = 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)"
|
||||
vibe500: "OK = Yes"
|
||||
</source>
|
||||
|
@ -261,7 +261,7 @@
|
|||
*: "PLAY = Oyi"
|
||||
cowond2*: "MENU = 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"
|
||||
archosplayer: "(PLAY/STOP)"
|
||||
vibe500: "OK = Oyi"
|
||||
|
@ -3951,7 +3951,7 @@
|
|||
rtc: "ON = Set"
|
||||
mrobe500: "HEART = 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"
|
||||
vibe500: "OK = Set"
|
||||
mpiohd300: "ENTER = Set"
|
||||
|
@ -3961,7 +3961,7 @@
|
|||
rtc: "ON = Eployî"
|
||||
mrobe500: "HEART = 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î"
|
||||
vibe500: "OK = Eployî"
|
||||
mpiohd300: "ENTER = Eployî"
|
||||
|
|
|
@ -66,7 +66,8 @@
|
|||
|| (CONFIG_KEYPAD == PHILIPS_HDD1630_PAD) \
|
||||
|| (CONFIG_KEYPAD == PHILIPS_HDD6330_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 */
|
||||
#define KBD_TOGGLE_INPUT
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue