summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Leonhardt <sebastian.leonhardt@web.de>2015-07-20 01:50:26 +0200
committerGerrit Rockbox <gerrit@rockbox.org>2015-11-15 23:46:39 +0100
commita507bb283782ee3adb1fc9ba0c6f094108ef558c (patch)
treeacae6cf04f8e34172375061b6fbdc11b6ffb84cb
parenta8758c953d50fb020b245d5739c41de113638b49 (diff)
downloadrockbox-a507bb283782ee3adb1fc9ba0c6f094108ef558c.tar.gz
rockbox-a507bb283782ee3adb1fc9ba0c6f094108ef558c.zip
YH8xx,YH9xx: Keymap improvement
The main "innovation" in this patch are two "virtual buttons" for the record switch on YH92x targets. When the switch state changes, a single BUTTON_REC_SW_ON or .._OFF button event will be generated. Thus keymap code can react on switching, but not on the actual state of the switch. Wherever sensible, the following user scheme is applied: - use PLAY as confirm button - use REW button or Long REW to exit - use REC (YH820) or FFWD (YH92X) as modifier key for button combos Change-Id: Ic8d1db9cc6869daed8dda98990dfdf7f6fd5d5a1
-rw-r--r--apps/keymaps/keymap-yh8xx_yh9xx.c209
-rw-r--r--apps/lang/arabic.lang6
-rw-r--r--apps/lang/basque.lang18
-rw-r--r--apps/lang/bulgarian.lang18
-rw-r--r--apps/lang/catala.lang16
-rw-r--r--apps/lang/chinese-simp.lang16
-rw-r--r--apps/lang/chinese-trad.lang21
-rw-r--r--apps/lang/czech.lang18
-rw-r--r--apps/lang/dansk.lang16
-rw-r--r--apps/lang/deutsch.lang18
-rw-r--r--apps/lang/eesti.lang4
-rw-r--r--apps/lang/english-us.lang18
-rw-r--r--apps/lang/english.lang22
-rw-r--r--apps/lang/espanol.lang16
-rw-r--r--apps/lang/esperanto.lang4
-rw-r--r--apps/lang/finnish.lang18
-rw-r--r--apps/lang/francais.lang18
-rw-r--r--apps/lang/galego.lang24
-rw-r--r--apps/lang/greek.lang18
-rw-r--r--apps/lang/hebrew.lang18
-rw-r--r--apps/lang/hindi.lang6
-rw-r--r--apps/lang/hrvatski.lang18
-rw-r--r--apps/lang/islenska.lang4
-rw-r--r--apps/lang/italiano.lang18
-rw-r--r--apps/lang/japanese.lang18
-rw-r--r--apps/lang/korean.lang18
-rw-r--r--apps/lang/latviesu.lang18
-rw-r--r--apps/lang/lietuviu.lang18
-rw-r--r--apps/lang/magyar.lang16
-rw-r--r--apps/lang/nederlands.lang18
-rw-r--r--apps/lang/norsk-nynorsk.lang16
-rw-r--r--apps/lang/norsk.lang16
-rw-r--r--apps/lang/polski.lang18
-rw-r--r--apps/lang/portugues-brasileiro.lang18
-rw-r--r--apps/lang/portugues.lang16
-rw-r--r--apps/lang/romaneste.lang18
-rw-r--r--apps/lang/russian.lang16
-rw-r--r--apps/lang/slovak.lang18
-rw-r--r--apps/lang/slovenscina.lang18
-rw-r--r--apps/lang/srpski.lang18
-rw-r--r--apps/lang/svenska.lang18
-rw-r--r--apps/lang/tagalog.lang16
-rw-r--r--apps/lang/thai.lang16
-rw-r--r--apps/lang/turkce.lang17
-rw-r--r--apps/lang/ukrainian.lang16
-rw-r--r--apps/lang/wallisertitsch.lang4
-rw-r--r--apps/lang/walon.lang18
-rw-r--r--apps/plugins/blackjack.c12
-rw-r--r--apps/plugins/brickmania.c2
-rw-r--r--apps/plugins/calculator.c19
-rw-r--r--apps/plugins/calendar.c19
-rw-r--r--apps/plugins/chessbox/chessbox.c4
-rw-r--r--apps/plugins/chessbox/chessbox_pgn.h26
-rw-r--r--apps/plugins/chessclock.c4
-rw-r--r--apps/plugins/chip8.c3
-rw-r--r--apps/plugins/chopper.c3
-rw-r--r--apps/plugins/clix.c2
-rw-r--r--apps/plugins/cube.c8
-rw-r--r--apps/plugins/doom/i_video.c29
-rw-r--r--apps/plugins/flipit.c17
-rw-r--r--apps/plugins/fractals/fractal.h21
-rw-r--r--apps/plugins/imageviewer/imageviewer.c12
-rw-r--r--apps/plugins/imageviewer/imageviewer_button.h25
-rw-r--r--apps/plugins/invadrox.c7
-rw-r--r--apps/plugins/lib/pluginlib_actions.c6
-rw-r--r--apps/plugins/metronome.c3
-rw-r--r--apps/plugins/midi/midiplay.c2
-rw-r--r--apps/plugins/minesweeper.c29
-rw-r--r--apps/plugins/mpegplayer/mpeg_settings.c4
-rw-r--r--apps/plugins/mpegplayer/mpegplayer.c11
-rw-r--r--apps/plugins/oscilloscope.c25
-rw-r--r--apps/plugins/pacbox/pacbox.c3
-rw-r--r--apps/plugins/pacbox/pacbox.h15
-rw-r--r--apps/plugins/pegbox.c38
-rw-r--r--apps/plugins/pictureflow/pictureflow.c11
-rw-r--r--apps/plugins/pong.c15
-rw-r--r--apps/plugins/reversi/reversi-gui.h6
-rw-r--r--apps/plugins/rockblox.c17
-rw-r--r--apps/plugins/rockboy/rockboy.c13
-rw-r--r--apps/plugins/rockpaint.c22
-rw-r--r--apps/plugins/sliding_puzzle.c4
-rw-r--r--apps/plugins/snake.c2
-rw-r--r--apps/plugins/snake2.c2
-rw-r--r--apps/plugins/sokoban.c43
-rw-r--r--apps/plugins/solitaire.c37
-rw-r--r--apps/plugins/spacerocks.c4
-rw-r--r--apps/plugins/star.c38
-rw-r--r--apps/plugins/stopwatch.c2
-rw-r--r--apps/plugins/sudoku/sudoku.h19
-rw-r--r--apps/plugins/text_viewer/text_viewer.c4
-rw-r--r--apps/plugins/text_viewer/tv_button.h33
-rw-r--r--apps/plugins/vu_meter.c6
-rw-r--r--apps/plugins/wormlet.c4
-rw-r--r--apps/plugins/xobox.c2
-rw-r--r--firmware/target/arm/samsung/button-target.h13
-rw-r--r--firmware/target/arm/samsung/button-yh82x_yh92x.c23
-rw-r--r--manual/configure_rockbox/sound_settings.tex2
-rw-r--r--manual/platform/keymap-yh820.tex26
-rw-r--r--manual/platform/keymap-yh92x.tex35
-rw-r--r--manual/plugins/blackjack.tex10
-rw-r--r--manual/plugins/brickmania.tex2
-rw-r--r--manual/plugins/calculator.tex6
-rw-r--r--manual/plugins/calendar.tex7
-rw-r--r--manual/plugins/chess_clock.tex9
-rw-r--r--manual/plugins/chessbox.tex11
-rw-r--r--manual/plugins/chip8emulator.tex4
-rw-r--r--manual/plugins/chopper.tex3
-rw-r--r--manual/plugins/clix.tex3
-rw-r--r--manual/plugins/cube.tex9
-rw-r--r--manual/plugins/doom.tex8
-rw-r--r--manual/plugins/flipit.tex15
-rw-r--r--manual/plugins/fractals.tex12
-rw-r--r--manual/plugins/imageviewer.tex15
-rw-r--r--manual/plugins/invadrox.tex6
-rw-r--r--manual/plugins/metronome.tex4
-rw-r--r--manual/plugins/midiplay.tex3
-rw-r--r--manual/plugins/minesweeper.tex10
-rw-r--r--manual/plugins/mpegplayer.tex6
-rw-r--r--manual/plugins/oscilloscope.tex18
-rw-r--r--manual/plugins/pacbox.tex3
-rw-r--r--manual/plugins/pegbox.tex13
-rw-r--r--manual/plugins/pictureflow.tex25
-rw-r--r--manual/plugins/pong.tex12
-rw-r--r--manual/plugins/rockblox.tex11
-rw-r--r--manual/plugins/rockboy.tex3
-rw-r--r--manual/plugins/rockpaint.tex9
-rw-r--r--manual/plugins/sliding.tex10
-rw-r--r--manual/plugins/snake.tex2
-rw-r--r--manual/plugins/snake2.tex3
-rw-r--r--manual/plugins/sokoban.tex21
-rw-r--r--manual/plugins/solitaire.tex12
-rw-r--r--manual/plugins/spacerocks.tex3
-rw-r--r--manual/plugins/star.tex11
-rw-r--r--manual/plugins/stopwatch.tex3
-rw-r--r--manual/plugins/sudoku.tex18
-rw-r--r--manual/plugins/text_viewer.tex34
-rw-r--r--manual/plugins/vumeter.tex6
-rw-r--r--manual/plugins/wormlet.tex10
-rw-r--r--manual/plugins/xobox.tex3
-rw-r--r--manual/rockbox_interface/browsing_and_playing.tex2
-rw-r--r--manual/rockbox_interface/main.tex5
-rw-r--r--uisimulator/buttonmap/samsung-yh92x.c8
142 files changed, 1380 insertions, 685 deletions
diff --git a/apps/keymaps/keymap-yh8xx_yh9xx.c b/apps/keymaps/keymap-yh8xx_yh9xx.c
index 16b29e5115..c8bf9d771d 100644
--- a/apps/keymaps/keymap-yh8xx_yh9xx.c
+++ b/apps/keymaps/keymap-yh8xx_yh9xx.c
@@ -40,15 +40,15 @@
40 40
41CONTEXT_CUSTOM|CONTEXT_TREE = the standard list/tree defines (without directions) 41CONTEXT_CUSTOM|CONTEXT_TREE = the standard list/tree defines (without directions)
42CONTEXT_CUSTOM|CONTEXT_SETTINGS = the direction keys for the eq/col picker screens 42CONTEXT_CUSTOM|CONTEXT_SETTINGS = the direction keys for the eq/col picker screens
43 i.e where up/down is inc/dec 43 i.e where l/r is inc/dec
44 CONTEXT_SETTINGS = up/down is prev/next, l/r is inc/dec 44 CONTEXT_SETTINGS = l/r is prev/next, up/down is inc/dec
45 45
46*/ 46*/
47 47
48 48
49static const struct button_mapping button_context_standard[] = { 49static const struct button_mapping button_context_standard[] = {
50 { ACTION_STD_OK, BUTTON_RIGHT|BUTTON_REL, BUTTON_RIGHT }, 50 { ACTION_STD_OK, BUTTON_RIGHT|BUTTON_REL, BUTTON_RIGHT },
51 { ACTION_STD_CANCEL, BUTTON_LEFT, BUTTON_NONE }, 51 { ACTION_STD_CANCEL, BUTTON_LEFT|BUTTON_REL, BUTTON_LEFT },
52 { ACTION_STD_CANCEL, BUTTON_LEFT|BUTTON_REPEAT, BUTTON_NONE }, 52 { ACTION_STD_CANCEL, BUTTON_LEFT|BUTTON_REPEAT, BUTTON_NONE },
53 { ACTION_STD_PREV, BUTTON_UP, BUTTON_NONE }, 53 { ACTION_STD_PREV, BUTTON_UP, BUTTON_NONE },
54 { ACTION_STD_PREVREPEAT, BUTTON_UP|BUTTON_REPEAT, BUTTON_NONE }, 54 { ACTION_STD_PREVREPEAT, BUTTON_UP|BUTTON_REPEAT, BUTTON_NONE },
@@ -59,8 +59,12 @@ static const struct button_mapping button_context_standard[] = {
59 { ACTION_STD_QUICKSCREEN, BUTTON_LEFT|BUTTON_DOWN|BUTTON_REPEAT, 59 { ACTION_STD_QUICKSCREEN, BUTTON_LEFT|BUTTON_DOWN|BUTTON_REPEAT,
60 BUTTON_LEFT|BUTTON_DOWN|BUTTON_REPEAT }, 60 BUTTON_LEFT|BUTTON_DOWN|BUTTON_REPEAT },
61 { ACTION_STD_MENU, BUTTON_LEFT|BUTTON_UP|BUTTON_REPEAT, 61 { ACTION_STD_MENU, BUTTON_LEFT|BUTTON_UP|BUTTON_REPEAT,
62 BUTTON_LEFT|BUTTON_UP|BUTTON_REPEAT }, 62 BUTTON_LEFT|BUTTON_UP },
63#ifdef SAMSUNG_YH820
63 { ACTION_STD_REC, BUTTON_REC|BUTTON_REPEAT, BUTTON_REC }, 64 { ACTION_STD_REC, BUTTON_REC|BUTTON_REPEAT, BUTTON_REC },
65#else
66 { ACTION_STD_REC, BUTTON_REC_SW_ON, BUTTON_NONE },
67#endif
64 68
65 LAST_ITEM_IN_LIST 69 LAST_ITEM_IN_LIST
66}; /* button_context_standard */ 70}; /* button_context_standard */
@@ -74,34 +78,50 @@ static const struct button_mapping button_context_wps[] = {
74 { ACTION_WPS_SKIPPREV, BUTTON_REW|BUTTON_REL, BUTTON_REW }, 78 { ACTION_WPS_SKIPPREV, BUTTON_REW|BUTTON_REL, BUTTON_REW },
75 { ACTION_WPS_SEEKBACK, BUTTON_REW|BUTTON_REPEAT, BUTTON_NONE }, 79 { ACTION_WPS_SEEKBACK, BUTTON_REW|BUTTON_REPEAT, BUTTON_NONE },
76 { ACTION_WPS_STOPSEEK, BUTTON_REW|BUTTON_REL, BUTTON_REW|BUTTON_REPEAT }, 80 { ACTION_WPS_STOPSEEK, BUTTON_REW|BUTTON_REL, BUTTON_REW|BUTTON_REPEAT },
81#ifdef SAMSUNG_YH820
82 { ACTION_WPS_ABSETB_NEXTDIR,BUTTON_REC|BUTTON_FFWD, BUTTON_NONE },
83 { ACTION_WPS_ABSETA_PREVDIR,BUTTON_REC|BUTTON_REW, BUTTON_NONE },
84 { ACTION_WPS_ABRESET, BUTTON_REC|BUTTON_PLAY, BUTTON_NONE },
85#else
77 { ACTION_WPS_ABSETB_NEXTDIR,BUTTON_PLAY|BUTTON_RIGHT, BUTTON_PLAY }, 86 { ACTION_WPS_ABSETB_NEXTDIR,BUTTON_PLAY|BUTTON_RIGHT, BUTTON_PLAY },
78 { ACTION_WPS_ABSETA_PREVDIR,BUTTON_PLAY|BUTTON_LEFT, BUTTON_PLAY }, 87 { ACTION_WPS_ABSETA_PREVDIR,BUTTON_PLAY|BUTTON_LEFT, BUTTON_PLAY },
79 { ACTION_WPS_ABRESET, BUTTON_PLAY|BUTTON_UP, BUTTON_PLAY }, 88 { ACTION_WPS_ABRESET, BUTTON_PLAY|BUTTON_UP, BUTTON_PLAY },
89 { ACTION_WPS_ABRESET, BUTTON_PLAY|BUTTON_DOWN, BUTTON_PLAY },
90#endif
80 { ACTION_WPS_VOLDOWN, BUTTON_DOWN|BUTTON_REPEAT, BUTTON_NONE }, 91 { ACTION_WPS_VOLDOWN, BUTTON_DOWN|BUTTON_REPEAT, BUTTON_NONE },
81 { ACTION_WPS_VOLDOWN, BUTTON_DOWN, BUTTON_NONE }, 92 { ACTION_WPS_VOLDOWN, BUTTON_DOWN, BUTTON_NONE },
82 { ACTION_WPS_VOLUP, BUTTON_UP|BUTTON_REPEAT, BUTTON_NONE }, 93 { ACTION_WPS_VOLUP, BUTTON_UP|BUTTON_REPEAT, BUTTON_NONE },
83 { ACTION_WPS_VOLUP, BUTTON_UP, BUTTON_NONE }, 94 { ACTION_WPS_VOLUP, BUTTON_UP, BUTTON_NONE },
84 { ACTION_WPS_BROWSE, BUTTON_RIGHT|BUTTON_REL, BUTTON_NONE }, 95 { ACTION_WPS_BROWSE, BUTTON_RIGHT|BUTTON_REL, BUTTON_RIGHT },
85 /* these match context_standard */ 96 /* these match context_standard */
86 { ACTION_WPS_MENU, BUTTON_LEFT|BUTTON_REL, BUTTON_LEFT }, 97 { ACTION_WPS_MENU, BUTTON_LEFT|BUTTON_REL, BUTTON_LEFT },
87 { ACTION_WPS_CONTEXT, BUTTON_RIGHT|BUTTON_REPEAT, BUTTON_RIGHT }, 98 { ACTION_WPS_CONTEXT, BUTTON_RIGHT|BUTTON_REPEAT, BUTTON_RIGHT },
88 /* kludge: pressing 2 directional buttons is easy on this target */ 99 /* kludge: pressing 2 directional buttons is easy on this target */
89 { ACTION_WPS_QUICKSCREEN, BUTTON_LEFT|BUTTON_DOWN|BUTTON_REPEAT, 100 { ACTION_WPS_QUICKSCREEN, BUTTON_LEFT|BUTTON_DOWN|BUTTON_REPEAT,
90 BUTTON_LEFT|BUTTON_DOWN|BUTTON_REPEAT }, 101 BUTTON_LEFT|BUTTON_DOWN|BUTTON_REPEAT },
102#ifdef SAMSUNG_YH820
91 { ACTION_WPS_HOTKEY, BUTTON_REC|BUTTON_REL, BUTTON_REC }, 103 { ACTION_WPS_HOTKEY, BUTTON_REC|BUTTON_REL, BUTTON_REC },
104#else
105 { ACTION_WPS_HOTKEY, BUTTON_RIGHT|BUTTON_DOWN|BUTTON_REPEAT,
106 BUTTON_RIGHT|BUTTON_DOWN|BUTTON_REPEAT },
107 { ACTION_WPS_REC, BUTTON_REC_SW_ON, BUTTON_NONE },
108#endif
92 { ACTION_WPS_VIEW_PLAYLIST, BUTTON_LEFT|BUTTON_REPEAT, BUTTON_LEFT }, 109 { ACTION_WPS_VIEW_PLAYLIST, BUTTON_LEFT|BUTTON_REPEAT, BUTTON_LEFT },
93 { ACTION_WPS_REC, BUTTON_REC|BUTTON_REPEAT, BUTTON_NONE },
94 110
95 LAST_ITEM_IN_LIST 111 LAST_ITEM_IN_LIST
96}; /* button_context_wps */ 112}; /* button_context_wps */
97 113
98static const struct button_mapping button_context_list[] = { 114static const struct button_mapping button_context_list[] = {
99#ifdef SAMSUNG_YH820 115#ifdef SAMSUNG_YH820
100 { ACTION_LISTTREE_PGUP, BUTTON_REC|BUTTON_UP, BUTTON_NONE }, 116 { ACTION_LISTTREE_PGUP, BUTTON_REW, BUTTON_NONE },
101 { ACTION_LISTTREE_PGDOWN, BUTTON_REC|BUTTON_DOWN, BUTTON_NONE }, 117 { ACTION_LISTTREE_PGUP, BUTTON_REW|BUTTON_REPEAT, BUTTON_NONE },
118 { ACTION_LISTTREE_PGDOWN, BUTTON_FFWD, BUTTON_NONE },
119 { ACTION_LISTTREE_PGDOWN, BUTTON_FFWD|BUTTON_REPEAT, BUTTON_NONE },
102#else 120#else
103 { ACTION_LISTTREE_PGUP, BUTTON_FFWD, BUTTON_NONE }, 121 { ACTION_LISTTREE_PGUP, BUTTON_FFWD, BUTTON_NONE },
122 { ACTION_LISTTREE_PGUP, BUTTON_FFWD|BUTTON_REPEAT, BUTTON_NONE },
104 { ACTION_LISTTREE_PGDOWN, BUTTON_REW, BUTTON_NONE }, 123 { ACTION_LISTTREE_PGDOWN, BUTTON_REW, BUTTON_NONE },
124 { ACTION_LISTTREE_PGDOWN, BUTTON_REW|BUTTON_REPEAT, BUTTON_NONE },
105#endif 125#endif
106 126
107 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD) 127 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD)
@@ -110,94 +130,115 @@ static const struct button_mapping button_context_list[] = {
110static const struct button_mapping button_context_tree[] = { 130static const struct button_mapping button_context_tree[] = {
111 { ACTION_TREE_WPS, BUTTON_PLAY|BUTTON_REL, BUTTON_PLAY }, 131 { ACTION_TREE_WPS, BUTTON_PLAY|BUTTON_REL, BUTTON_PLAY },
112 { ACTION_TREE_STOP, BUTTON_PLAY|BUTTON_REPEAT, BUTTON_PLAY }, 132 { ACTION_TREE_STOP, BUTTON_PLAY|BUTTON_REPEAT, BUTTON_PLAY },
133#ifdef SAMSUNG_YH820
113 { ACTION_TREE_HOTKEY, BUTTON_REC|BUTTON_REL, BUTTON_REC }, 134 { ACTION_TREE_HOTKEY, BUTTON_REC|BUTTON_REL, BUTTON_REC },
135#else
136 { ACTION_TREE_HOTKEY, BUTTON_RIGHT|BUTTON_DOWN|BUTTON_REPEAT,
137 BUTTON_RIGHT|BUTTON_DOWN|BUTTON_REPEAT },
138#endif
114 139
115 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_LIST) 140 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD)
116}; /* button_context_tree */ 141}; /* button_context_tree */
117 142
118static const struct button_mapping button_context_listtree_scroll_with_combo[] = { 143static const struct button_mapping button_context_listtree_scroll_with_combo[] = {
119 { ACTION_TREE_PGLEFT, BUTTON_REC|BUTTON_LEFT, BUTTON_NONE }, 144 { ACTION_TREE_PGLEFT, BUTTON_FFWD|BUTTON_LEFT|BUTTON_REPEAT, BUTTON_NONE },
120 { ACTION_TREE_ROOT_INIT, BUTTON_REC|BUTTON_LEFT|BUTTON_REPEAT,BUTTON_REC|BUTTON_LEFT }, 145 /* Note: we omit ACTION_TREE_ROOT_INIT to keep "left" the sole cancel button */
121 { ACTION_TREE_PGLEFT, BUTTON_REC|BUTTON_LEFT|BUTTON_REPEAT,BUTTON_NONE }, 146 { ACTION_TREE_PGRIGHT, BUTTON_FFWD|BUTTON_RIGHT, BUTTON_NONE },
122 { ACTION_TREE_PGRIGHT, BUTTON_REC|BUTTON_RIGHT, BUTTON_NONE }, 147 { ACTION_TREE_PGRIGHT, BUTTON_FFWD|BUTTON_RIGHT|BUTTON_REPEAT,BUTTON_NONE },
123 { ACTION_TREE_PGRIGHT, BUTTON_REC|BUTTON_RIGHT|BUTTON_REPEAT,BUTTON_NONE }, 148#ifdef SAMSUNG_YH820
149 { ACTION_LISTTREE_PGUP, BUTTON_REW, BUTTON_NONE },
150 { ACTION_LISTTREE_PGUP, BUTTON_REW|BUTTON_REPEAT, BUTTON_NONE },
151 { ACTION_LISTTREE_PGDOWN, BUTTON_FFWD|BUTTON_REL, BUTTON_FFWD },
152 { ACTION_LISTTREE_PGDOWN, BUTTON_FFWD|BUTTON_REPEAT, BUTTON_FFWD|BUTTON_REPEAT },
153#else
154 { ACTION_LISTTREE_PGUP, BUTTON_FFWD|BUTTON_REL, BUTTON_FFWD },
155 { ACTION_LISTTREE_PGUP, BUTTON_FFWD|BUTTON_REPEAT, BUTTON_FFWD|BUTTON_REPEAT },
156 { ACTION_LISTTREE_PGDOWN, BUTTON_REW, BUTTON_NONE },
157 { ACTION_LISTTREE_PGDOWN, BUTTON_REW|BUTTON_REPEAT, BUTTON_NONE },
158#endif
124 159
125 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_CUSTOM|CONTEXT_TREE) 160 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_CUSTOM|CONTEXT_TREE)
126}; 161}; /* button_context_listtree_scroll_with_combo */
127 162
128static const struct button_mapping button_context_listtree_scroll_without_combo[] = { 163static const struct button_mapping button_context_listtree_scroll_without_combo[] = {
129 { ACTION_TREE_ROOT_INIT, BUTTON_REW|BUTTON_REPEAT, BUTTON_REW },
130 { ACTION_TREE_PGLEFT, BUTTON_REW|BUTTON_REPEAT, BUTTON_NONE }, 164 { ACTION_TREE_PGLEFT, BUTTON_REW|BUTTON_REPEAT, BUTTON_NONE },
131 { ACTION_TREE_PGRIGHT, BUTTON_FFWD|BUTTON_REPEAT, BUTTON_NONE }, 165 { ACTION_TREE_PGRIGHT, BUTTON_FFWD|BUTTON_REPEAT, BUTTON_NONE },
166 /* Note: we omit ACTION_TREE_ROOT_INIT to keep "left" the sole cancel button */
167#ifdef SAMSUNG_YH820
168 { ACTION_LISTTREE_PGUP, BUTTON_REW|BUTTON_REL, BUTTON_REW },
169 { ACTION_LISTTREE_PGDOWN, BUTTON_FFWD|BUTTON_REL, BUTTON_FFWD },
170#else
171 { ACTION_LISTTREE_PGUP, BUTTON_FFWD|BUTTON_REL, BUTTON_FFWD },
172 { ACTION_LISTTREE_PGDOWN, BUTTON_REW|BUTTON_REL, BUTTON_REW },
173#endif
174 /* keep button combos for use with CONTEXT_TREE keymaps */
175 /* this is to permit pgup/down repeats */
176 { ACTION_LISTTREE_PGUP, BUTTON_FFWD|BUTTON_UP, BUTTON_NONE },
177 { ACTION_LISTTREE_PGUP, BUTTON_FFWD|BUTTON_UP|BUTTON_REPEAT, BUTTON_NONE },
178 { ACTION_LISTTREE_PGDOWN, BUTTON_FFWD|BUTTON_DOWN, BUTTON_NONE },
179 { ACTION_LISTTREE_PGDOWN, BUTTON_FFWD|BUTTON_DOWN|BUTTON_REPEAT, BUTTON_NONE },
132 180
133 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_CUSTOM|CONTEXT_TREE) 181 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_CUSTOM|CONTEXT_TREE)
134}; 182}; /* button_context_listtree_scroll_without_combo */
135 183
136static const struct button_mapping button_context_settings[] = { 184static const struct button_mapping button_context_settings[] = {
137 { ACTION_SETTINGS_INC, BUTTON_UP, BUTTON_NONE }, 185 { ACTION_SETTINGS_INC, BUTTON_UP, BUTTON_NONE },
138 { ACTION_SETTINGS_INCREPEAT,BUTTON_UP|BUTTON_REPEAT, BUTTON_NONE }, 186 { ACTION_SETTINGS_INCREPEAT,BUTTON_UP|BUTTON_REPEAT, BUTTON_NONE },
139 { ACTION_SETTINGS_DEC, BUTTON_DOWN, BUTTON_NONE }, 187 { ACTION_SETTINGS_DEC, BUTTON_DOWN, BUTTON_NONE },
140 { ACTION_SETTINGS_DECREPEAT,BUTTON_DOWN|BUTTON_REPEAT, BUTTON_NONE }, 188 { ACTION_SETTINGS_DECREPEAT,BUTTON_DOWN|BUTTON_REPEAT, BUTTON_NONE },
141 { ACTION_NONE, BUTTON_LEFT, BUTTON_NONE }, 189 { ACTION_STD_PREV, BUTTON_LEFT, BUTTON_NONE },
142 { ACTION_STD_PREV, BUTTON_LEFT|BUTTON_REL, BUTTON_NONE },
143 { ACTION_STD_PREVREPEAT, BUTTON_LEFT|BUTTON_REPEAT, BUTTON_NONE }, 190 { ACTION_STD_PREVREPEAT, BUTTON_LEFT|BUTTON_REPEAT, BUTTON_NONE },
144 { ACTION_STD_NEXT, BUTTON_RIGHT|BUTTON_REL, BUTTON_NONE }, 191 { ACTION_STD_NEXT, BUTTON_RIGHT, BUTTON_NONE },
145 { ACTION_STD_NEXTREPEAT, BUTTON_RIGHT|BUTTON_REPEAT, BUTTON_NONE }, 192 { ACTION_STD_NEXTREPEAT, BUTTON_RIGHT|BUTTON_REPEAT, BUTTON_NONE },
146 { ACTION_SETTINGS_RESET, BUTTON_PLAY, BUTTON_NONE }, 193 { ACTION_STD_OK, BUTTON_PLAY, BUTTON_NONE },
194 { ACTION_STD_CANCEL, BUTTON_REW, BUTTON_NONE },
147 195
148 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD) 196 LAST_ITEM_IN_LIST
149}; /* button_context_settings */ 197}; /* button_context_settings */
150 198
151static const struct button_mapping button_context_settings_right_is_inc[] = { 199static const struct button_mapping button_context_settings_right_is_inc[] = {
152 { ACTION_NONE, BUTTON_RIGHT|BUTTON_REL, BUTTON_RIGHT },
153 { ACTION_SETTINGS_INC, BUTTON_RIGHT, BUTTON_NONE }, 200 { ACTION_SETTINGS_INC, BUTTON_RIGHT, BUTTON_NONE },
154 { ACTION_SETTINGS_INCREPEAT,BUTTON_RIGHT|BUTTON_REPEAT, BUTTON_NONE }, 201 { ACTION_SETTINGS_INCREPEAT,BUTTON_RIGHT|BUTTON_REPEAT, BUTTON_NONE },
155 { ACTION_SETTINGS_DEC, BUTTON_LEFT, BUTTON_NONE }, 202 { ACTION_SETTINGS_DEC, BUTTON_LEFT, BUTTON_NONE },
156 { ACTION_SETTINGS_DECREPEAT,BUTTON_LEFT|BUTTON_REPEAT, BUTTON_NONE }, 203 { ACTION_SETTINGS_DECREPEAT,BUTTON_LEFT|BUTTON_REPEAT, BUTTON_NONE },
157 { ACTION_SETTINGS_RESET, BUTTON_PLAY, BUTTON_NONE }, 204 { ACTION_SETTINGS_RESET, BUTTON_REW|BUTTON_REL, BUTTON_REW },
205
158 { ACTION_STD_PREV, BUTTON_UP, BUTTON_NONE }, 206 { ACTION_STD_PREV, BUTTON_UP, BUTTON_NONE },
159 { ACTION_STD_PREVREPEAT, BUTTON_UP|BUTTON_REPEAT, BUTTON_NONE }, 207 { ACTION_STD_PREVREPEAT, BUTTON_UP|BUTTON_REPEAT, BUTTON_NONE },
160 { ACTION_STD_NEXT, BUTTON_DOWN, BUTTON_NONE }, 208 { ACTION_STD_NEXT, BUTTON_DOWN, BUTTON_NONE },
161 { ACTION_STD_NEXTREPEAT, BUTTON_DOWN|BUTTON_REPEAT, BUTTON_NONE }, 209 { ACTION_STD_NEXTREPEAT, BUTTON_DOWN|BUTTON_REPEAT, BUTTON_NONE },
162 210
163 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD) 211 { ACTION_STD_OK, BUTTON_PLAY, BUTTON_NONE },
164}; /* button_context_settingsgraphical */ 212 { ACTION_STD_CANCEL, BUTTON_REW|BUTTON_REPEAT, BUTTON_NONE },
213
214 LAST_ITEM_IN_LIST
215}; /* button_context_settings_right_is_inc */
165 216
166static const struct button_mapping button_context_yesno[] = { 217static const struct button_mapping button_context_yesno[] = {
167 { ACTION_YESNO_ACCEPT, BUTTON_RIGHT, BUTTON_NONE }, 218 { ACTION_YESNO_ACCEPT, BUTTON_PLAY, BUTTON_NONE },
168 219
169 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD) 220 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD)
170}; /* button_context_settings_yesno */ 221}; /* button_context_settings_yesno */
171 222
172static const struct button_mapping button_context_colorchooser[] = {
173 { ACTION_STD_OK, BUTTON_PLAY|BUTTON_REL, BUTTON_PLAY },
174
175 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_CUSTOM|CONTEXT_SETTINGS)
176}; /* button_context_settings_colorchooser */
177 223
178static const struct button_mapping button_context_eq[] = { 224static const struct button_mapping button_context_eq[] = {
225 /* Naming scheme for EQ is misleading: "OK" switches between gain/freq/Q */
179 { ACTION_STD_OK, BUTTON_FFWD|BUTTON_REL, BUTTON_FFWD }, 226 { ACTION_STD_OK, BUTTON_FFWD|BUTTON_REL, BUTTON_FFWD },
180 { ACTION_STD_CANCEL, BUTTON_REW|BUTTON_REL, BUTTON_REW }, 227 /* "CANCEL" means "leave menu and keep settings", so it's "OK" from the user's view */
228 { ACTION_STD_CANCEL, BUTTON_PLAY, BUTTON_NONE },
229 /* de facto there is no CANCEL, so deactivate the correspondent keymaps */
230 { ACTION_NONE, BUTTON_REW|BUTTON_REPEAT, BUTTON_NONE },
181 231
182 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_CUSTOM|CONTEXT_SETTINGS) 232 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_CUSTOM|CONTEXT_SETTINGS)
183}; /* button_context_settings_context_eq */ 233}; /* button_context_eq */
184 234
185static const struct button_mapping button_context_bmark[] = { 235static const struct button_mapping button_context_bmark[] = {
186 { ACTION_BMS_DELETE, BUTTON_PLAY|BUTTON_REPEAT, BUTTON_PLAY }, 236 { ACTION_BMS_DELETE, BUTTON_PLAY|BUTTON_REPEAT, BUTTON_PLAY },
187 237
188 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_LIST) 238 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_TREE)
189}; /* button_context_settings_bmark */ 239}; /* button_context_bmark */
190
191static const struct button_mapping button_context_time[] = {
192 { ACTION_STD_OK, BUTTON_PLAY|BUTTON_REL, BUTTON_PLAY },
193 { ACTION_STD_CANCEL, BUTTON_PLAY|BUTTON_REPEAT, BUTTON_PLAY },
194
195 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_SETTINGS)
196}; /* button_context_settings_bmark */
197 240
198static const struct button_mapping button_context_quickscreen[] = { 241static const struct button_mapping button_context_quickscreen[] = {
199 { ACTION_NONE, BUTTON_LEFT, BUTTON_NONE },
200 { ACTION_NONE, BUTTON_LEFT|BUTTON_DOWN|BUTTON_REL,BUTTON_NONE },
201 { ACTION_QS_TOP, BUTTON_UP|BUTTON_REL, BUTTON_UP }, 242 { ACTION_QS_TOP, BUTTON_UP|BUTTON_REL, BUTTON_UP },
202 { ACTION_QS_TOP, BUTTON_UP|BUTTON_REPEAT, BUTTON_NONE }, 243 { ACTION_QS_TOP, BUTTON_UP|BUTTON_REPEAT, BUTTON_NONE },
203 { ACTION_QS_DOWN, BUTTON_DOWN|BUTTON_REL, BUTTON_DOWN }, 244 { ACTION_QS_DOWN, BUTTON_DOWN|BUTTON_REL, BUTTON_DOWN },
@@ -207,9 +248,9 @@ static const struct button_mapping button_context_quickscreen[] = {
207 { ACTION_QS_RIGHT, BUTTON_RIGHT|BUTTON_REL, BUTTON_RIGHT }, 248 { ACTION_QS_RIGHT, BUTTON_RIGHT|BUTTON_REL, BUTTON_RIGHT },
208 { ACTION_QS_RIGHT, BUTTON_RIGHT|BUTTON_REPEAT, BUTTON_NONE }, 249 { ACTION_QS_RIGHT, BUTTON_RIGHT|BUTTON_REPEAT, BUTTON_NONE },
209 { ACTION_STD_CANCEL, BUTTON_PLAY, BUTTON_NONE }, 250 { ACTION_STD_CANCEL, BUTTON_PLAY, BUTTON_NONE },
210 { ACTION_STD_CANCEL, BUTTON_FFWD, BUTTON_NONE }, 251 { ACTION_STD_CANCEL, BUTTON_REW, BUTTON_NONE },
211 252
212 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD) 253 LAST_ITEM_IN_LIST
213}; /* button_context_quickscreen */ 254}; /* button_context_quickscreen */
214 255
215static const struct button_mapping button_context_pitchscreen[] = { 256static const struct button_mapping button_context_pitchscreen[] = {
@@ -228,18 +269,23 @@ static const struct button_mapping button_context_pitchscreen[] = {
228 { ACTION_PS_EXIT, BUTTON_PLAY, BUTTON_NONE }, 269 { ACTION_PS_EXIT, BUTTON_PLAY, BUTTON_NONE },
229 270
230 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD) 271 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD)
231}; /* button_context_pitchcreen */ 272}; /* button_context_pitchscreen */
232 273
233static const struct button_mapping button_context_recscreen[] = { 274static const struct button_mapping button_context_recscreen[] = {
234 { ACTION_REC_PAUSE, BUTTON_PLAY|BUTTON_REL, BUTTON_NONE }, 275 { ACTION_REC_PAUSE, BUTTON_PLAY|BUTTON_REL, BUTTON_NONE },
235 { ACTION_REC_NEWFILE, BUTTON_FFWD|BUTTON_REL, BUTTON_NONE }, 276 { ACTION_REC_NEWFILE, BUTTON_FFWD|BUTTON_REL, BUTTON_NONE },
236 { ACTION_STD_MENU, BUTTON_REW|BUTTON_REL, BUTTON_NONE }, 277 { ACTION_STD_CANCEL, BUTTON_REW|BUTTON_REL, BUTTON_NONE },
237 { ACTION_STD_CANCEL, BUTTON_REW|BUTTON_REPEAT, BUTTON_REW }, 278 { ACTION_STD_MENU, BUTTON_REW|BUTTON_REPEAT, BUTTON_REW },
279#ifdef SAMSUNG_YH820
238 { ACTION_STD_CANCEL, BUTTON_REC, BUTTON_NONE }, 280 { ACTION_STD_CANCEL, BUTTON_REC, BUTTON_NONE },
281#else
282 { ACTION_STD_CANCEL, BUTTON_REC_SW_OFF, BUTTON_NONE },
283#endif
239 { ACTION_SETTINGS_INC, BUTTON_RIGHT, BUTTON_NONE }, 284 { ACTION_SETTINGS_INC, BUTTON_RIGHT, BUTTON_NONE },
240 { ACTION_SETTINGS_INCREPEAT, BUTTON_RIGHT|BUTTON_REPEAT, BUTTON_NONE }, 285 { ACTION_SETTINGS_INCREPEAT, BUTTON_RIGHT|BUTTON_REPEAT, BUTTON_NONE },
241 { ACTION_SETTINGS_DEC, BUTTON_LEFT, BUTTON_NONE }, 286 { ACTION_SETTINGS_DEC, BUTTON_LEFT, BUTTON_NONE },
242 { ACTION_SETTINGS_DECREPEAT, BUTTON_LEFT|BUTTON_REPEAT, BUTTON_NONE }, 287 { ACTION_SETTINGS_DECREPEAT, BUTTON_LEFT|BUTTON_REPEAT, BUTTON_NONE },
288 { ACTION_NONE, BUTTON_LEFT|BUTTON_REL, BUTTON_LEFT },
243 289
244 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD) 290 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD)
245}; /* button_context_recscreen */ 291}; /* button_context_recscreen */
@@ -253,22 +299,30 @@ static const struct button_mapping button_context_keyboard[] = {
253 { ACTION_KBD_LEFT, BUTTON_LEFT|BUTTON_REPEAT, BUTTON_NONE }, 299 { ACTION_KBD_LEFT, BUTTON_LEFT|BUTTON_REPEAT, BUTTON_NONE },
254 { ACTION_KBD_RIGHT, BUTTON_RIGHT, BUTTON_NONE }, 300 { ACTION_KBD_RIGHT, BUTTON_RIGHT, BUTTON_NONE },
255 { ACTION_KBD_RIGHT, BUTTON_RIGHT|BUTTON_REPEAT, BUTTON_NONE }, 301 { ACTION_KBD_RIGHT, BUTTON_RIGHT|BUTTON_REPEAT, BUTTON_NONE },
256 { ACTION_KBD_CURSOR_LEFT, BUTTON_FFWD|BUTTON_LEFT, BUTTON_NONE }, 302#ifdef SAMSUNG_YH820
257 { ACTION_KBD_CURSOR_LEFT, BUTTON_FFWD|BUTTON_LEFT|BUTTON_REPEAT, BUTTON_NONE }, 303 { ACTION_KBD_CURSOR_LEFT, BUTTON_REC|BUTTON_LEFT, BUTTON_NONE },
258 { ACTION_KBD_CURSOR_RIGHT, BUTTON_FFWD|BUTTON_RIGHT, BUTTON_NONE }, 304 { ACTION_KBD_CURSOR_LEFT, BUTTON_REC|BUTTON_LEFT|BUTTON_REPEAT, BUTTON_NONE },
259 { ACTION_KBD_CURSOR_RIGHT, BUTTON_FFWD|BUTTON_RIGHT|BUTTON_REPEAT,BUTTON_NONE }, 305 { ACTION_KBD_CURSOR_RIGHT, BUTTON_REC|BUTTON_RIGHT, BUTTON_NONE },
306 { ACTION_KBD_CURSOR_RIGHT, BUTTON_REC|BUTTON_RIGHT|BUTTON_REPEAT,BUTTON_NONE },
307#endif
260 { ACTION_KBD_SELECT, BUTTON_PLAY, BUTTON_NONE }, 308 { ACTION_KBD_SELECT, BUTTON_PLAY, BUTTON_NONE },
261 { ACTION_KBD_DONE, BUTTON_FFWD|BUTTON_REL, BUTTON_FFWD }, 309 { ACTION_KBD_PAGE_FLIP, BUTTON_FFWD|BUTTON_REL, BUTTON_FFWD },
262 { ACTION_KBD_ABORT, BUTTON_FFWD|BUTTON_REW, BUTTON_NONE }, 310 { ACTION_KBD_DONE, BUTTON_FFWD|BUTTON_REPEAT, BUTTON_NONE },
263 { ACTION_KBD_ABORT, BUTTON_REC, BUTTON_NONE }, 311 { ACTION_KBD_BACKSPACE, BUTTON_REW|BUTTON_REL, BUTTON_REW },
264 { ACTION_KBD_BACKSPACE, BUTTON_REW|BUTTON_REL, BUTTON_REW }, 312 { ACTION_KBD_ABORT, BUTTON_REW|BUTTON_REPEAT, BUTTON_NONE },
265 { ACTION_KBD_BACKSPACE, BUTTON_REW|BUTTON_REPEAT, BUTTON_NONE }, 313#ifdef SAMSUNG_YH820
266 { ACTION_KBD_MORSE_INPUT, BUTTON_FFWD|BUTTON_REL, BUTTON_FFWD|BUTTON_REPEAT }, 314 { ACTION_KBD_MORSE_INPUT, BUTTON_FFWD|BUTTON_REC, BUTTON_NONE },
315 { ACTION_KBD_BACKSPACE, BUTTON_REC|BUTTON_REW|BUTTON_REPEAT, BUTTON_NONE },
316#else
317 { ACTION_KBD_MORSE_INPUT, BUTTON_REC_SW_ON, BUTTON_NONE },
318 { ACTION_KBD_MORSE_INPUT, BUTTON_REC_SW_OFF, BUTTON_NONE },
319#endif
267 { ACTION_KBD_MORSE_SELECT, BUTTON_PLAY|BUTTON_REL, BUTTON_NONE }, 320 { ACTION_KBD_MORSE_SELECT, BUTTON_PLAY|BUTTON_REL, BUTTON_NONE },
268 321
269 LAST_ITEM_IN_LIST 322 LAST_ITEM_IN_LIST
270}; /* button_context_keyboard */ 323}; /* button_context_keyboard */
271 324
325
272#if CONFIG_TUNER 326#if CONFIG_TUNER
273static const struct button_mapping button_context_radio[] = { 327static const struct button_mapping button_context_radio[] = {
274 { ACTION_FM_MENU, BUTTON_LEFT|BUTTON_REL, BUTTON_LEFT }, 328 { ACTION_FM_MENU, BUTTON_LEFT|BUTTON_REL, BUTTON_LEFT },
@@ -292,10 +346,17 @@ static const struct button_mapping button_context_radio[] = {
292 346
293#ifdef USB_ENABLE_HID 347#ifdef USB_ENABLE_HID
294static const struct button_mapping button_context_usb_hid[] = { 348static const struct button_mapping button_context_usb_hid[] = {
349#ifdef SAMSUNG_YH820
295 { ACTION_USB_HID_MODE_SWITCH_NEXT, BUTTON_REC|BUTTON_FFWD|BUTTON_REL, BUTTON_REC|BUTTON_FFWD }, 350 { ACTION_USB_HID_MODE_SWITCH_NEXT, BUTTON_REC|BUTTON_FFWD|BUTTON_REL, BUTTON_REC|BUTTON_FFWD },
296 { ACTION_USB_HID_MODE_SWITCH_NEXT, BUTTON_REC|BUTTON_FFWD|BUTTON_REPEAT,BUTTON_REC|BUTTON_FFWD }, 351 { ACTION_USB_HID_MODE_SWITCH_NEXT, BUTTON_REC|BUTTON_FFWD|BUTTON_REPEAT,BUTTON_REC|BUTTON_FFWD },
297 { ACTION_USB_HID_MODE_SWITCH_PREV, BUTTON_REC|BUTTON_REW|BUTTON_REL, BUTTON_REC|BUTTON_REW }, 352 { ACTION_USB_HID_MODE_SWITCH_PREV, BUTTON_REC|BUTTON_REW|BUTTON_REL, BUTTON_REC|BUTTON_REW },
298 { ACTION_USB_HID_MODE_SWITCH_PREV, BUTTON_REC|BUTTON_REW|BUTTON_REPEAT, BUTTON_REC|BUTTON_REW }, 353 { ACTION_USB_HID_MODE_SWITCH_PREV, BUTTON_REC|BUTTON_REW|BUTTON_REPEAT, BUTTON_REC|BUTTON_REW },
354#else
355 { ACTION_USB_HID_MODE_SWITCH_NEXT, BUTTON_FFWD|BUTTON_RIGHT, BUTTON_NONE },
356 { ACTION_USB_HID_MODE_SWITCH_NEXT, BUTTON_FFWD|BUTTON_RIGHT|BUTTON_REPEAT, BUTTON_NONE },
357 { ACTION_USB_HID_MODE_SWITCH_PREV, BUTTON_FFWD|BUTTON_LEFT, BUTTON_NONE },
358 { ACTION_USB_HID_MODE_SWITCH_PREV, BUTTON_FFWD|BUTTON_LEFT|BUTTON_REPEAT, BUTTON_NONE },
359#endif
299 360
300 LAST_ITEM_IN_LIST 361 LAST_ITEM_IN_LIST
301}; /* button_context_usb_hid */ 362}; /* button_context_usb_hid */
@@ -315,8 +376,8 @@ static const struct button_mapping button_context_usb_hid_mode_multimedia[] = {
315}; /* button_context_usb_hid_mode_multimedia */ 376}; /* button_context_usb_hid_mode_multimedia */
316 377
317static const struct button_mapping button_context_usb_hid_mode_presentation[] = { 378static const struct button_mapping button_context_usb_hid_mode_presentation[] = {
318 { ACTION_USB_HID_PRESENTATION_SLIDESHOW_START, BUTTON_PLAY|BUTTON_REL, BUTTON_RIGHT }, 379 { ACTION_USB_HID_PRESENTATION_SLIDESHOW_START, BUTTON_PLAY|BUTTON_REL, BUTTON_PLAY },
319 { ACTION_USB_HID_PRESENTATION_SLIDESHOW_LEAVE, BUTTON_REC|BUTTON_REL, BUTTON_REC }, 380 { ACTION_USB_HID_PRESENTATION_SLIDESHOW_LEAVE, BUTTON_PLAY|BUTTON_REPEAT, BUTTON_PLAY },
320 { ACTION_USB_HID_PRESENTATION_SLIDE_PREV, BUTTON_REW|BUTTON_REL, BUTTON_REW }, 381 { ACTION_USB_HID_PRESENTATION_SLIDE_PREV, BUTTON_REW|BUTTON_REL, BUTTON_REW },
321 { ACTION_USB_HID_PRESENTATION_SLIDE_NEXT, BUTTON_FFWD|BUTTON_REL, BUTTON_FFWD }, 382 { ACTION_USB_HID_PRESENTATION_SLIDE_NEXT, BUTTON_FFWD|BUTTON_REL, BUTTON_FFWD },
322 { ACTION_USB_HID_PRESENTATION_SLIDE_FIRST, BUTTON_REW|BUTTON_REPEAT, BUTTON_REW }, 383 { ACTION_USB_HID_PRESENTATION_SLIDE_FIRST, BUTTON_REW|BUTTON_REPEAT, BUTTON_REW },
@@ -348,7 +409,12 @@ static const struct button_mapping button_context_usb_hid_mode_browser[] = {
348 { ACTION_USB_HID_BROWSER_TAB_CLOSE, BUTTON_PLAY|BUTTON_REL, BUTTON_PLAY }, 409 { ACTION_USB_HID_BROWSER_TAB_CLOSE, BUTTON_PLAY|BUTTON_REL, BUTTON_PLAY },
349 { ACTION_USB_HID_BROWSER_HISTORY_BACK, BUTTON_REW|BUTTON_REPEAT, BUTTON_REW }, 410 { ACTION_USB_HID_BROWSER_HISTORY_BACK, BUTTON_REW|BUTTON_REPEAT, BUTTON_REW },
350 { ACTION_USB_HID_BROWSER_HISTORY_FORWARD, BUTTON_FFWD|BUTTON_REPEAT, BUTTON_FFWD }, 411 { ACTION_USB_HID_BROWSER_HISTORY_FORWARD, BUTTON_FFWD|BUTTON_REPEAT, BUTTON_FFWD },
412#ifdef SAMSUNG_YH820
351 { ACTION_USB_HID_BROWSER_VIEW_FULL_SCREEN, BUTTON_REC|BUTTON_REL, BUTTON_REC }, 413 { ACTION_USB_HID_BROWSER_VIEW_FULL_SCREEN, BUTTON_REC|BUTTON_REL, BUTTON_REC },
414#else
415 { ACTION_USB_HID_BROWSER_VIEW_FULL_SCREEN, BUTTON_REC_SW_ON, BUTTON_NONE },
416 { ACTION_USB_HID_BROWSER_VIEW_FULL_SCREEN, BUTTON_REC_SW_OFF, BUTTON_NONE },
417#endif
352 418
353 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_USB_HID) 419 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_USB_HID)
354}; /* button_context_usb_hid_mode_browser */ 420}; /* button_context_usb_hid_mode_browser */
@@ -363,6 +429,7 @@ static const struct button_mapping button_context_usb_hid_mode_mouse[] = {
363 { ACTION_USB_HID_MOUSE_LEFT_REP, BUTTON_LEFT|BUTTON_REPEAT, BUTTON_NONE }, 429 { ACTION_USB_HID_MOUSE_LEFT_REP, BUTTON_LEFT|BUTTON_REPEAT, BUTTON_NONE },
364 { ACTION_USB_HID_MOUSE_RIGHT, BUTTON_RIGHT, BUTTON_NONE }, 430 { ACTION_USB_HID_MOUSE_RIGHT, BUTTON_RIGHT, BUTTON_NONE },
365 { ACTION_USB_HID_MOUSE_RIGHT_REP, BUTTON_RIGHT|BUTTON_REPEAT, BUTTON_NONE }, 431 { ACTION_USB_HID_MOUSE_RIGHT_REP, BUTTON_RIGHT|BUTTON_REPEAT, BUTTON_NONE },
432#ifdef SAMSUNG_YH820
366 { ACTION_USB_HID_MOUSE_BUTTON_LEFT, BUTTON_REW, BUTTON_NONE }, 433 { ACTION_USB_HID_MOUSE_BUTTON_LEFT, BUTTON_REW, BUTTON_NONE },
367 { ACTION_USB_HID_MOUSE_BUTTON_LEFT_REL, BUTTON_REW|BUTTON_REL, BUTTON_NONE }, 434 { ACTION_USB_HID_MOUSE_BUTTON_LEFT_REL, BUTTON_REW|BUTTON_REL, BUTTON_NONE },
368 { ACTION_USB_HID_MOUSE_BUTTON_RIGHT, BUTTON_FFWD, BUTTON_NONE }, 435 { ACTION_USB_HID_MOUSE_BUTTON_RIGHT, BUTTON_FFWD, BUTTON_NONE },
@@ -371,6 +438,16 @@ static const struct button_mapping button_context_usb_hid_mode_mouse[] = {
371 { ACTION_USB_HID_MOUSE_WHEEL_SCROLL_UP, BUTTON_REC|BUTTON_UP|BUTTON_REPEAT, BUTTON_NONE }, 438 { ACTION_USB_HID_MOUSE_WHEEL_SCROLL_UP, BUTTON_REC|BUTTON_UP|BUTTON_REPEAT, BUTTON_NONE },
372 { ACTION_USB_HID_MOUSE_WHEEL_SCROLL_DOWN, BUTTON_REC|BUTTON_DOWN, BUTTON_NONE }, 439 { ACTION_USB_HID_MOUSE_WHEEL_SCROLL_DOWN, BUTTON_REC|BUTTON_DOWN, BUTTON_NONE },
373 { ACTION_USB_HID_MOUSE_WHEEL_SCROLL_DOWN, BUTTON_REC|BUTTON_DOWN|BUTTON_REPEAT, BUTTON_NONE }, 440 { ACTION_USB_HID_MOUSE_WHEEL_SCROLL_DOWN, BUTTON_REC|BUTTON_DOWN|BUTTON_REPEAT, BUTTON_NONE },
441#else
442 { ACTION_USB_HID_MOUSE_BUTTON_LEFT, BUTTON_FFWD, BUTTON_NONE },
443 { ACTION_USB_HID_MOUSE_BUTTON_LEFT_REL, BUTTON_FFWD|BUTTON_REL, BUTTON_NONE },
444 { ACTION_USB_HID_MOUSE_BUTTON_RIGHT, BUTTON_REW, BUTTON_NONE },
445 { ACTION_USB_HID_MOUSE_BUTTON_RIGHT_REL, BUTTON_REW|BUTTON_REL, BUTTON_NONE },
446 { ACTION_USB_HID_MOUSE_WHEEL_SCROLL_UP, BUTTON_PLAY|BUTTON_UP, BUTTON_NONE },
447 { ACTION_USB_HID_MOUSE_WHEEL_SCROLL_UP, BUTTON_PLAY|BUTTON_UP|BUTTON_REPEAT, BUTTON_NONE },
448 { ACTION_USB_HID_MOUSE_WHEEL_SCROLL_DOWN, BUTTON_PLAY|BUTTON_DOWN, BUTTON_NONE },
449 { ACTION_USB_HID_MOUSE_WHEEL_SCROLL_DOWN, BUTTON_PLAY|BUTTON_DOWN|BUTTON_REPEAT, BUTTON_NONE },
450#endif
374 451
375 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_USB_HID) 452 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_USB_HID)
376}; /* button_context_usb_hid_mode_mouse */ 453}; /* button_context_usb_hid_mode_mouse */
@@ -397,20 +474,16 @@ const struct button_mapping* get_context_mapping(int context)
397 case CONTEXT_CUSTOM|CONTEXT_TREE: 474 case CONTEXT_CUSTOM|CONTEXT_TREE:
398 return button_context_tree; 475 return button_context_tree;
399 476
477 case CONTEXT_SETTINGS_TIME:
400 case CONTEXT_SETTINGS: 478 case CONTEXT_SETTINGS:
401 return button_context_settings; 479 return button_context_settings;
402 case CONTEXT_CUSTOM|CONTEXT_SETTINGS: 480 case CONTEXT_CUSTOM|CONTEXT_SETTINGS:
403 case CONTEXT_SETTINGS_RECTRIGGER: 481 case CONTEXT_SETTINGS_RECTRIGGER:
404 return button_context_settings_right_is_inc;
405
406 case CONTEXT_SETTINGS_COLOURCHOOSER: 482 case CONTEXT_SETTINGS_COLOURCHOOSER:
407 return button_context_colorchooser; 483 return button_context_settings_right_is_inc;
408 case CONTEXT_SETTINGS_EQ: 484 case CONTEXT_SETTINGS_EQ:
409 return button_context_eq; 485 return button_context_eq;
410 486
411 case CONTEXT_SETTINGS_TIME:
412 return button_context_time;
413
414 case CONTEXT_YESNOSCREEN: 487 case CONTEXT_YESNOSCREEN:
415 return button_context_yesno; 488 return button_context_yesno;
416 case CONTEXT_BOOKMARKSCREEN: 489 case CONTEXT_BOOKMARKSCREEN:
diff --git a/apps/lang/arabic.lang b/apps/lang/arabic.lang
index 8798b85e57..2654e0d495 100644
--- a/apps/lang/arabic.lang
+++ b/apps/lang/arabic.lang
@@ -3664,7 +3664,7 @@
3664 *: "Building database... %d found (OFF to return)" 3664 *: "Building database... %d found (OFF to return)"
3665 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" 3665 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
3666 ipod*: "Building database... %d found (PREV to return)" 3666 ipod*: "Building database... %d found (PREV to return)"
3667 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" 3667 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
3668 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)" 3668 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
3669 gogearsa9200: "Building database... %d found (REW to return)" 3669 gogearsa9200: "Building database... %d found (REW to return)"
3670 </source> 3670 </source>
@@ -3672,7 +3672,7 @@
3672 *: "جاري بناء قاعدة البيانات... عثر على d% (إيقاف للعودة)" 3672 *: "جاري بناء قاعدة البيانات... عثر على d% (إيقاف للعودة)"
3673 iriverh100,iriverh120,iriverh300: "جاري بناء قاعدة البيانات... عثر على d% (إيقاف للعودة)" 3673 iriverh100,iriverh120,iriverh300: "جاري بناء قاعدة البيانات... عثر على d% (إيقاف للعودة)"
3674 ipod*: "جاري بناء قاعدة البيانات... عثر على d% (السابق للعودة)" 3674 ipod*: "جاري بناء قاعدة البيانات... عثر على d% (السابق للعودة)"
3675 iaudiox5,iaudiom5,gigabeat*,mrobe100: "جاري بناء قاعدة البيانات... عثر على d% (يسار للعودة)" 3675 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "جاري بناء قاعدة البيانات... عثر على d% (يسار للعودة)"
3676 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "جاري بناء قاعدة البيانات... عثر على d% (يسار للعودة)" 3676 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "جاري بناء قاعدة البيانات... عثر على d% (يسار للعودة)"
3677 gogearsa9200: "جاري بناء قاعدة البيانات... عثر على d% (يسار للعودة)" 3677 gogearsa9200: "جاري بناء قاعدة البيانات... عثر على d% (يسار للعودة)"
3678 </dest> 3678 </dest>
@@ -6568,6 +6568,7 @@
6568 gigabeats: "BACK = Revert" 6568 gigabeats: "BACK = Revert"
6569 gogearsa9200: "LEFT = Revert" 6569 gogearsa9200: "LEFT = Revert"
6570 vibe500: "CANCEL = Revert" 6570 vibe500: "CANCEL = Revert"
6571 samsungyh*: "REW = Revert"
6571 </source> 6572 </source>
6572 <dest> 6573 <dest>
6573 *: none 6574 *: none
@@ -6581,6 +6582,7 @@
6581 gigabeats: "خلف = إاغاء الأمر" 6582 gigabeats: "خلف = إاغاء الأمر"
6582 gogearsa9200: "يسار = إاغاء الأمر" 6583 gogearsa9200: "يسار = إاغاء الأمر"
6583 vibe500: "CANCEL = Revert" 6584 vibe500: "CANCEL = Revert"
6585 samsungyh*: "REW = Revert"
6584 </dest> 6586 </dest>
6585 <voice> 6587 <voice>
6586 *: none 6588 *: none
diff --git a/apps/lang/basque.lang b/apps/lang/basque.lang
index 0f99a5a80a..978c8da26a 100644
--- a/apps/lang/basque.lang
+++ b/apps/lang/basque.lang
@@ -248,7 +248,7 @@
248 *: "PLAY = Yes" 248 *: "PLAY = Yes"
249 cowond2*: "MENU, or top-right = Yes" 249 cowond2*: "MENU, or top-right = Yes"
250 iriverh100,iriverh120,iriverh300: "NAVI = Yes" 250 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
251 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes" 251 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
252 mrobe500: "PLAY, POWER, or top-right = Yes" 252 mrobe500: "PLAY, POWER, or top-right = Yes"
253 archosplayer: "(PLAY/STOP)" 253 archosplayer: "(PLAY/STOP)"
254 vibe500: "OK = Yes" 254 vibe500: "OK = Yes"
@@ -257,7 +257,7 @@
257 *: "PLAY = Bai" 257 *: "PLAY = Bai"
258 cowond2*: "MENU, edo goi-eskuin = Bai" 258 cowond2*: "MENU, edo goi-eskuin = Bai"
259 iriverh100,iriverh120,iriverh300: "NAVI = Bai" 259 iriverh100,iriverh120,iriverh300: "NAVI = Bai"
260 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Bai" 260 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Bai"
261 mrobe500: "PLAY, POWER, or top-right = Bai" 261 mrobe500: "PLAY, POWER, or top-right = Bai"
262 archosplayer: "(PLAY/STOP)" 262 archosplayer: "(PLAY/STOP)"
263 vibe500: "OK = Bai" 263 vibe500: "OK = Bai"
@@ -2231,7 +2231,7 @@
2231 *: "Building database... %d found (OFF to return)" 2231 *: "Building database... %d found (OFF to return)"
2232 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" 2232 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
2233 ipod*: "Building database... %d found (PREV to return)" 2233 ipod*: "Building database... %d found (PREV to return)"
2234 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" 2234 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
2235 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)" 2235 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
2236 gogearsa9200: "Building database... %d found (REW to return)" 2236 gogearsa9200: "Building database... %d found (REW to return)"
2237 archosplayer: "Building DB %d found" 2237 archosplayer: "Building DB %d found"
@@ -2240,7 +2240,7 @@
2240 *: "Datubasea eraikitzen... %d aurkituak (OFF itzultzeko)" 2240 *: "Datubasea eraikitzen... %d aurkituak (OFF itzultzeko)"
2241 iriverh100,iriverh120,iriverh300: "Datubasea eraikitzen... %d aurkituak (STOP itzultzeko)" 2241 iriverh100,iriverh120,iriverh300: "Datubasea eraikitzen... %d aurkituak (STOP itzultzeko)"
2242 ipod*: "Datubasea eraikitzen... %d aurkituak ( |<< itzultzeko)" 2242 ipod*: "Datubasea eraikitzen... %d aurkituak ( |<< itzultzeko)"
2243 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Datubasea eraikitzen... %d aurkituak (EZKER itzultzeko)" 2243 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Datubasea eraikitzen... %d aurkituak (EZKER itzultzeko)"
2244 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Datubasea eraikitzen... %d aurkituak (AURR itzultzeko)" 2244 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Datubasea eraikitzen... %d aurkituak (AURR itzultzeko)"
2245 gogearsa9200: "Datubasea Eraikitzen... %d aurkituak (REW itzultzeko)" 2245 gogearsa9200: "Datubasea Eraikitzen... %d aurkituak (REW itzultzeko)"
2246 archosplayer: "Datubasea Eraikitzen %d aurkituak" 2246 archosplayer: "Datubasea Eraikitzen %d aurkituak"
@@ -3947,7 +3947,7 @@
3947 mrobe500: "HEART = Set" 3947 mrobe500: "HEART = Set"
3948 iriverh100,iriverh120,iriverh300: "NAVI = Set" 3948 iriverh100,iriverh120,iriverh300: "NAVI = Set"
3949 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set" 3949 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
3950 gogearsa9200: "PLAY = Set" 3950 gogearsa9200,samsungyh*: "PLAY = Set"
3951 vibe500: "OK = Set" 3951 vibe500: "OK = Set"
3952 mpiohd300: "ENTER = Set" 3952 mpiohd300: "ENTER = Set"
3953 </source> 3953 </source>
@@ -3957,13 +3957,13 @@
3957 mrobe500: "HEART = Ezarri" 3957 mrobe500: "HEART = Ezarri"
3958 iriverh100,iriverh120,iriverh300: "NAVI = Ezarri" 3958 iriverh100,iriverh120,iriverh300: "NAVI = Ezarri"
3959 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Ezarri" 3959 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Ezarri"
3960 gogearsa9200: "PLAY = Ezarri" 3960 gogearsa9200,samsungyh*: "PLAY = Ezarri"
3961 vibe500: "OK = Ezarri" 3961 vibe500: "OK = Ezarri"
3962 mpiohd300: "ENTER = Ezarri" 3962 mpiohd300: "ENTER = Ezarri"
3963 </dest> 3963 </dest>
3964 <voice> 3964 <voice>
3965 *: none 3965 *: none
3966 rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200: "" 3966 rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200,samsungyh*: ""
3967 </voice> 3967 </voice>
3968</phrase> 3968</phrase>
3969<phrase> 3969<phrase>
@@ -3984,6 +3984,7 @@
3984 gigabeats: "BACK = Revert" 3984 gigabeats: "BACK = Revert"
3985 gogearsa9200: "LEFT = Revert" 3985 gogearsa9200: "LEFT = Revert"
3986 vibe500: "CANCEL = Revert" 3986 vibe500: "CANCEL = Revert"
3987 samsungyh*: "REW = Revert"
3987 </source> 3988 </source>
3988 <dest> 3989 <dest>
3989 *: none 3990 *: none
@@ -3999,6 +4000,7 @@
3999 gigabeats: "BACK = Itzuli" 4000 gigabeats: "BACK = Itzuli"
4000 gogearsa9200: "LEFT = Itzuli" 4001 gogearsa9200: "LEFT = Itzuli"
4001 vibe500: "CANCEL = Itzuli" 4002 vibe500: "CANCEL = Itzuli"
4003 samsungyh*: "REW = Itzuli"
4002 </dest> 4004 </dest>
4003 <voice> 4005 <voice>
4004 *: none 4006 *: none
@@ -7980,6 +7982,7 @@
7980 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 7982 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
7981 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 7983 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
7982 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue." 7984 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue."
7985 samsungyh*: "Disk full. Press LEFT to continue."
7983 </source> 7986 </source>
7984 <dest> 7987 <dest>
7985 *: none 7988 *: none
@@ -7987,6 +7990,7 @@
7987 iriverh100,iriverh120,iriverh300: "Diskoa beterik. Sakatu STOP jarraitzeko." 7990 iriverh100,iriverh120,iriverh300: "Diskoa beterik. Sakatu STOP jarraitzeko."
7988 iaudiom5,iaudiox5: "Diskoa beterik. Sakatu POWER jarraitzeko." 7991 iaudiom5,iaudiox5: "Diskoa beterik. Sakatu POWER jarraitzeko."
7989 sansae200*,sansac200*,vibe500: "Diskoa beterik. Sakatu AUR jarraitzeko." 7992 sansae200*,sansac200*,vibe500: "Diskoa beterik. Sakatu AUR jarraitzeko."
7993 samsungyh*: "Diskoa beterik. Sakatu LEFT jarraitzeko."
7990 </dest> 7994 </dest>
7991 <voice> 7995 <voice>
7992 *: none 7996 *: none
diff --git a/apps/lang/bulgarian.lang b/apps/lang/bulgarian.lang
index 8d14fb1dfc..5f5931043c 100644
--- a/apps/lang/bulgarian.lang
+++ b/apps/lang/bulgarian.lang
@@ -252,7 +252,7 @@
252 *: "PLAY = Yes" 252 *: "PLAY = Yes"
253 cowond2*: "MENU, or top-right = Yes" 253 cowond2*: "MENU, or top-right = Yes"
254 iriverh100,iriverh120,iriverh300: "NAVI = Yes" 254 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
255 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes" 255 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
256 mrobe500: "PLAY, POWER, or top-right = Yes" 256 mrobe500: "PLAY, POWER, or top-right = Yes"
257 archosplayer: "(PLAY/STOP)" 257 archosplayer: "(PLAY/STOP)"
258 vibe500: "OK = Yes" 258 vibe500: "OK = Yes"
@@ -262,7 +262,7 @@
262 *: "PLAY = Да" 262 *: "PLAY = Да"
263 cowond2*: "MENU или горе ляво = Да" 263 cowond2*: "MENU или горе ляво = Да"
264 iriverh100,iriverh120,iriverh300: "NAVI = Да" 264 iriverh100,iriverh120,iriverh300: "NAVI = Да"
265 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Да" 265 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Да"
266 mrobe500: "PLAY, POWER или горе дясно = Да" 266 mrobe500: "PLAY, POWER или горе дясно = Да"
267 archosplayer: "(PLAY/STOP)" 267 archosplayer: "(PLAY/STOP)"
268 vibe500: "OK = Да" 268 vibe500: "OK = Да"
@@ -2237,7 +2237,7 @@
2237 *: "Building database... %d found (OFF to return)" 2237 *: "Building database... %d found (OFF to return)"
2238 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" 2238 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
2239 ipod*: "Building database... %d found (PREV to return)" 2239 ipod*: "Building database... %d found (PREV to return)"
2240 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" 2240 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
2241 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)" 2241 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
2242 gogearsa9200: "Building database... %d found (REW to return)" 2242 gogearsa9200: "Building database... %d found (REW to return)"
2243 archosplayer: "Building DB %d found" 2243 archosplayer: "Building DB %d found"
@@ -2246,7 +2246,7 @@
2246 *: "Изграждане на базата данни... намерени %d (OFF за връщане)" 2246 *: "Изграждане на базата данни... намерени %d (OFF за връщане)"
2247 iriverh100,iriverh120,iriverh300: "Изграждане на базата данни... намерени %d (STOP за връщане)" 2247 iriverh100,iriverh120,iriverh300: "Изграждане на базата данни... намерени %d (STOP за връщане)"
2248 ipod*: "Изграждане на базата данни... намерени %d (PREV за връщане)" 2248 ipod*: "Изграждане на базата данни... намерени %d (PREV за връщане)"
2249 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Изграждане на базата данни... намерени %d (LEFT за връщане)" 2249 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Изграждане на базата данни... намерени %d (LEFT за връщане)"
2250 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Изграждане на базата данни... намерени %d (PREV за връщане)" 2250 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Изграждане на базата данни... намерени %d (PREV за връщане)"
2251 gogearsa9200: "Изграждане на базата данни... намерени %d (REW за връщане)" 2251 gogearsa9200: "Изграждане на базата данни... намерени %d (REW за връщане)"
2252 archosplayer: "Изгр. на БД %d файла" 2252 archosplayer: "Изгр. на БД %d файла"
@@ -3953,7 +3953,7 @@
3953 mrobe500: "HEART = Set" 3953 mrobe500: "HEART = Set"
3954 iriverh100,iriverh120,iriverh300: "NAVI = Set" 3954 iriverh100,iriverh120,iriverh300: "NAVI = Set"
3955 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set" 3955 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
3956 gogearsa9200: "PLAY = Set" 3956 gogearsa9200,samsungyh*: "PLAY = Set"
3957 vibe500: "OK = Set" 3957 vibe500: "OK = Set"
3958 mpiohd300: "ENTER = Set" 3958 mpiohd300: "ENTER = Set"
3959 </source> 3959 </source>
@@ -3963,13 +3963,13 @@
3963 mrobe500: "HEART = Запази" 3963 mrobe500: "HEART = Запази"
3964 iriverh100,iriverh120,iriverh300: "NAVI = Запази" 3964 iriverh100,iriverh120,iriverh300: "NAVI = Запази"
3965 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Запази" 3965 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Запази"
3966 gogearsa9200: "PLAY = Запази" 3966 gogearsa9200,samsungyh*: "PLAY = Запази"
3967 vibe500: "OK = Запази" 3967 vibe500: "OK = Запази"
3968 mpiohd300: "ENTER = Запази" 3968 mpiohd300: "ENTER = Запази"
3969 </dest> 3969 </dest>
3970 <voice> 3970 <voice>
3971 *: none 3971 *: none
3972 rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200: "" 3972 rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200,samsungyh*: ""
3973 </voice> 3973 </voice>
3974</phrase> 3974</phrase>
3975<phrase> 3975<phrase>
@@ -3990,6 +3990,7 @@
3990 gigabeats: "BACK = Revert" 3990 gigabeats: "BACK = Revert"
3991 gogearsa9200: "LEFT = Revert" 3991 gogearsa9200: "LEFT = Revert"
3992 vibe500: "CANCEL = Revert" 3992 vibe500: "CANCEL = Revert"
3993 samsungyh*: "REW = Revert"
3993 </source> 3994 </source>
3994 <dest> 3995 <dest>
3995 *: none 3996 *: none
@@ -4005,6 +4006,7 @@
4005 gigabeats: "BACK = отказ" 4006 gigabeats: "BACK = отказ"
4006 gogearsa9200: "LEFT = отказ" 4007 gogearsa9200: "LEFT = отказ"
4007 vibe500: "CANCEL = отказ" 4008 vibe500: "CANCEL = отказ"
4009 samsungyh*: "REW = отказ"
4008 </dest> 4010 </dest>
4009 <voice> 4011 <voice>
4010 *: none 4012 *: none
@@ -7986,6 +7988,7 @@
7986 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 7988 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
7987 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 7989 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
7988 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue." 7990 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue."
7991 samsungyh*: "Disk full. Press LEFT to continue."
7989 </source> 7992 </source>
7990 <dest> 7993 <dest>
7991 *: none 7994 *: none
@@ -7993,6 +7996,7 @@
7993 iriverh100,iriverh120,iriverh300: "Дискът е пълен. Натиснете stop за да продължите." 7996 iriverh100,iriverh120,iriverh300: "Дискът е пълен. Натиснете stop за да продължите."
7994 iaudiom5,iaudiox5: "Дискът е пълен. Натиснете Power за да продължите." 7997 iaudiom5,iaudiox5: "Дискът е пълен. Натиснете Power за да продължите."
7995 sansae200*,sansac200*,vibe500: "Дискът е пълен. Натиснете PREV за да продължите." 7998 sansae200*,sansac200*,vibe500: "Дискът е пълен. Натиснете PREV за да продължите."
7999 samsungyh*: "Дискът е пълен. Натиснете LEFT за да продължите."
7996 </dest> 8000 </dest>
7997 <voice> 8001 <voice>
7998 *: none 8002 *: none
diff --git a/apps/lang/catala.lang b/apps/lang/catala.lang
index 12cc13da4e..527ffebdb6 100644
--- a/apps/lang/catala.lang
+++ b/apps/lang/catala.lang
@@ -250,7 +250,7 @@
250 *: "PLAY = Yes" 250 *: "PLAY = Yes"
251 cowond2*: "MENU, or top-right = Yes" 251 cowond2*: "MENU, or top-right = Yes"
252 iriverh100,iriverh120,iriverh300: "NAVI = Yes" 252 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
253 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes" 253 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
254 mrobe500: "PLAY, POWER, or top-right = Yes" 254 mrobe500: "PLAY, POWER, or top-right = Yes"
255 archosplayer: "(PLAY/STOP)" 255 archosplayer: "(PLAY/STOP)"
256 vibe500: "OK = Yes" 256 vibe500: "OK = Yes"
@@ -259,7 +259,7 @@
259 *: "PLAY = Sí" 259 *: "PLAY = Sí"
260 cowond2*: "MENU, o a dalt a la dreta = Sí" 260 cowond2*: "MENU, o a dalt a la dreta = Sí"
261 iriverh100,iriverh120,iriverh300: "NAVI = Sí" 261 iriverh100,iriverh120,iriverh300: "NAVI = Sí"
262 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Sí" 262 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Sí"
263 mrobe500: "PLAY, POWER, o a dalt a la dreta = Sí" 263 mrobe500: "PLAY, POWER, o a dalt a la dreta = Sí"
264 archosplayer: "(PLAY/STOP)" 264 archosplayer: "(PLAY/STOP)"
265 vibe500: "OK = Sí" 265 vibe500: "OK = Sí"
@@ -2230,7 +2230,7 @@
2230 *: "Building database... %d found (OFF to return)" 2230 *: "Building database... %d found (OFF to return)"
2231 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" 2231 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
2232 ipod*: "Building database... %d found (PREV to return)" 2232 ipod*: "Building database... %d found (PREV to return)"
2233 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" 2233 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
2234 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)" 2234 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
2235 gogearsa9200: "Building database... %d found (REW to return)" 2235 gogearsa9200: "Building database... %d found (REW to return)"
2236 archosplayer: "Building DB %d found" 2236 archosplayer: "Building DB %d found"
@@ -2239,7 +2239,7 @@
2239 *: "Construint la base de dades... %d trobats (OFF per tornar)" 2239 *: "Construint la base de dades... %d trobats (OFF per tornar)"
2240 iriverh100,iriverh120,iriverh300: "Construint la base de dades.... %d trobats (STOP per tornar)" 2240 iriverh100,iriverh120,iriverh300: "Construint la base de dades.... %d trobats (STOP per tornar)"
2241 ipod*: "Construint la base de dades...Construint base de dades... %d trobats (PREV per tornar)" 2241 ipod*: "Construint la base de dades...Construint base de dades... %d trobats (PREV per tornar)"
2242 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Construint la base de dades... %d trobats (LEFT per tornar)" 2242 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Construint la base de dades... %d trobats (LEFT per tornar)"
2243 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Construint la base de dades... %d trobats (PREV per tornar)" 2243 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Construint la base de dades... %d trobats (PREV per tornar)"
2244 gogearsa9200: "Construint la base de dades... %d trobats (REW per tornar)" 2244 gogearsa9200: "Construint la base de dades... %d trobats (REW per tornar)"
2245 archosplayer: "Construint la base de dades... %d trobats" 2245 archosplayer: "Construint la base de dades... %d trobats"
@@ -3944,7 +3944,7 @@
3944 mrobe500: "HEART = Set" 3944 mrobe500: "HEART = Set"
3945 iriverh100,iriverh120,iriverh300: "NAVI = Set" 3945 iriverh100,iriverh120,iriverh300: "NAVI = Set"
3946 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set" 3946 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
3947 gogearsa9200: "PLAY = Set" 3947 gogearsa9200,samsungyh*: "PLAY = Set"
3948 vibe500: "OK = Set" 3948 vibe500: "OK = Set"
3949 mpiohd300: "ENTER = Set" 3949 mpiohd300: "ENTER = Set"
3950 </source> 3950 </source>
@@ -3954,7 +3954,7 @@
3954 mrobe500: "HEART = Desa" 3954 mrobe500: "HEART = Desa"
3955 iriverh100,iriverh120,iriverh300: "NAVI = Desa" 3955 iriverh100,iriverh120,iriverh300: "NAVI = Desa"
3956 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: " SELECT = Desa" 3956 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: " SELECT = Desa"
3957 gogearsa9200: "PLAY = Desa" 3957 gogearsa9200,samsungyh*: "PLAY = Desa"
3958 vibe500: "OK = Desa" 3958 vibe500: "OK = Desa"
3959 mpiohd300: "ENTER = Desa" 3959 mpiohd300: "ENTER = Desa"
3960 </dest> 3960 </dest>
@@ -3980,6 +3980,7 @@
3980 gigabeats: "BACK = Revert" 3980 gigabeats: "BACK = Revert"
3981 gogearsa9200: "LEFT = Revert" 3981 gogearsa9200: "LEFT = Revert"
3982 vibe500: "CANCEL = Revert" 3982 vibe500: "CANCEL = Revert"
3983 samsungyh*: "REW = Revert"
3983 </source> 3984 </source>
3984 <dest> 3985 <dest>
3985 *: none 3986 *: none
@@ -3995,6 +3996,7 @@
3995 gigabeats: "BACK = Cancel·la" 3996 gigabeats: "BACK = Cancel·la"
3996 gogearsa9200: "LEFT = Cancel·la" 3997 gogearsa9200: "LEFT = Cancel·la"
3997 vibe500: "CANCEL = Cancel·la" 3998 vibe500: "CANCEL = Cancel·la"
3999 samsungyh*: "REW = Cancel·la"
3998 </dest> 4000 </dest>
3999 <voice> 4001 <voice>
4000 *: none 4002 *: none
@@ -7973,6 +7975,7 @@
7973 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 7975 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
7974 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 7976 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
7975 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue." 7977 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue."
7978 samsungyh*: "Disk full. Press LEFT to continue."
7976 </source> 7979 </source>
7977 <dest> 7980 <dest>
7978 *: none 7981 *: none
@@ -7980,6 +7983,7 @@
7980 iriverh100,iriverh120,iriverh300: "Disc ple. Prem STOP per continuar" 7983 iriverh100,iriverh120,iriverh300: "Disc ple. Prem STOP per continuar"
7981 iaudiom5,iaudiox5: "Disc ple. Prem POWER per continuar" 7984 iaudiom5,iaudiox5: "Disc ple. Prem POWER per continuar"
7982 sansae200*,sansac200*,vibe500: "Disc ple. Prem PREV per continuar" 7985 sansae200*,sansac200*,vibe500: "Disc ple. Prem PREV per continuar"
7986 samsungyh*: "Disc ple. Prem LEFT per continuar"
7983 </dest> 7987 </dest>
7984 <voice> 7988 <voice>
7985 *: none 7989 *: none
diff --git a/apps/lang/chinese-simp.lang b/apps/lang/chinese-simp.lang
index 3ad0cfcb2a..a9e30bc984 100644
--- a/apps/lang/chinese-simp.lang
+++ b/apps/lang/chinese-simp.lang
@@ -4459,6 +4459,7 @@
4459 gigabeats: "BACK = Revert" 4459 gigabeats: "BACK = Revert"
4460 gogearsa9200: "LEFT = Revert" 4460 gogearsa9200: "LEFT = Revert"
4461 vibe500: "CANCEL = Revert" 4461 vibe500: "CANCEL = Revert"
4462 samsungyh*: "REW = Revert"
4462 </source> 4463 </source>
4463 <dest> 4464 <dest>
4464 *: none 4465 *: none
@@ -4474,6 +4475,7 @@
4474 gigabeats: "BACK:取消" 4475 gigabeats: "BACK:取消"
4475 gogearsa9200: "LEFT:取消" 4476 gogearsa9200: "LEFT:取消"
4476 vibe500: "CANCEL:取消" 4477 vibe500: "CANCEL:取消"
4478 samsungyh*: "REW:取消"
4477 </dest> 4479 </dest>
4478 <voice> 4480 <voice>
4479 *: none 4481 *: none
@@ -4523,6 +4525,7 @@
4523 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 4525 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
4524 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 4526 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
4525 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue." 4527 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue."
4528 samsungyh*: "Disk full. Press LEFT to continue."
4526 </source> 4529 </source>
4527 <dest> 4530 <dest>
4528 *: none 4531 *: none
@@ -4530,6 +4533,7 @@
4530 iriverh100,iriverh120,iriverh300: "磁盘已满,按下STOP继续." 4533 iriverh100,iriverh120,iriverh300: "磁盘已满,按下STOP继续."
4531 iaudiom5,iaudiox5: "磁盘已满,按下POWER继续." 4534 iaudiom5,iaudiox5: "磁盘已满,按下POWER继续."
4532 sansae200*,sansac200*,vibe500: "磁盘,按下PREV继续." 4535 sansae200*,sansac200*,vibe500: "磁盘,按下PREV继续."
4536 samsungyh*: "磁盘,按下LEFT继续."
4533 </dest> 4537 </dest>
4534 <voice> 4538 <voice>
4535 *: none 4539 *: none
@@ -7952,7 +7956,7 @@
7952 *: "Building database... %d found (OFF to return)" 7956 *: "Building database... %d found (OFF to return)"
7953 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" 7957 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
7954 ipod*: "Building database... %d found (PREV to return)" 7958 ipod*: "Building database... %d found (PREV to return)"
7955 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" 7959 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
7956 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)" 7960 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
7957 gogearsa9200: "Building database... %d found (REW to return)" 7961 gogearsa9200: "Building database... %d found (REW to return)"
7958 archosplayer: "Building DB %d found" 7962 archosplayer: "Building DB %d found"
@@ -7961,7 +7965,7 @@
7961 *: "数据库更新中...已找到%d个(按OFF键返回)" 7965 *: "数据库更新中...已找到%d个(按OFF键返回)"
7962 iriverh100,iriverh120,iriverh300: "数据库更新中...已找到%d个(按STOP键返回)" 7966 iriverh100,iriverh120,iriverh300: "数据库更新中...已找到%d个(按STOP键返回)"
7963 ipod*: "数据库更新中...已找到%d个(按PREV键返回)" 7967 ipod*: "数据库更新中...已找到%d个(按PREV键返回)"
7964 iaudiox5,iaudiom5,gigabeat*,mrobe100: "数据库更新中...已找到%d个(按LEFT键返回)" 7968 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "数据库更新中...已找到%d个(按LEFT键返回)"
7965 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "数据库更新中...已找到%d个(按PREV键返回)" 7969 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "数据库更新中...已找到%d个(按PREV键返回)"
7966 gogearsa9200: "数据库更新中...已找到%d个(按REW键返回)" 7970 gogearsa9200: "数据库更新中...已找到%d个(按REW键返回)"
7967 archosplayer: "数据库更新中...已找到%d个" 7971 archosplayer: "数据库更新中...已找到%d个"
@@ -8448,7 +8452,7 @@
8448 *: "PLAY = Yes" 8452 *: "PLAY = Yes"
8449 cowond2*: "MENU, or top-right = Yes" 8453 cowond2*: "MENU, or top-right = Yes"
8450 iriverh100,iriverh120,iriverh300: "NAVI = Yes" 8454 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
8451 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes" 8455 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
8452 mrobe500: "PLAY, POWER, or top-right = Yes" 8456 mrobe500: "PLAY, POWER, or top-right = Yes"
8453 archosplayer: "(PLAY/STOP)" 8457 archosplayer: "(PLAY/STOP)"
8454 vibe500: "OK = Yes" 8458 vibe500: "OK = Yes"
@@ -8457,7 +8461,7 @@
8457 *: "PLAY:是" 8461 *: "PLAY:是"
8458 cowond2*: "MENU或TOP-RIGHT:是" 8462 cowond2*: "MENU或TOP-RIGHT:是"
8459 iriverh100,iriverh120,iriverh300: "NAVI=是" 8463 iriverh100,iriverh120,iriverh300: "NAVI=是"
8460 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT:是" 8464 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT:是"
8461 mrobe500: "PLAY,POWER或TOP-RIGHT:是" 8465 mrobe500: "PLAY,POWER或TOP-RIGHT:是"
8462 archosplayer: "(PLAY/STOP)" 8466 archosplayer: "(PLAY/STOP)"
8463 vibe500: "OK:是" 8467 vibe500: "OK:是"
@@ -8476,7 +8480,7 @@
8476 mrobe500: "HEART = Set" 8480 mrobe500: "HEART = Set"
8477 iriverh100,iriverh120,iriverh300: "NAVI = Set" 8481 iriverh100,iriverh120,iriverh300: "NAVI = Set"
8478 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set" 8482 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
8479 gogearsa9200: "PLAY = Set" 8483 gogearsa9200,samsungyh*: "PLAY = Set"
8480 vibe500: "OK = Set" 8484 vibe500: "OK = Set"
8481 mpiohd300: "ENTER = Set" 8485 mpiohd300: "ENTER = Set"
8482 </source> 8486 </source>
@@ -8486,7 +8490,7 @@
8486 mrobe500: "HEART:设置" 8490 mrobe500: "HEART:设置"
8487 iriverh100,iriverh120,iriverh300: "NAVI=设置" 8491 iriverh100,iriverh120,iriverh300: "NAVI=设置"
8488 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT:设置" 8492 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT:设置"
8489 gogearsa9200: "PLAY:设置" 8493 gogearsa9200,samsungyh*: "PLAY:设置"
8490 vibe500: "OK:设置" 8494 vibe500: "OK:设置"
8491 mpiohd300: "ENTER:设置" 8495 mpiohd300: "ENTER:设置"
8492 </dest> 8496 </dest>
diff --git a/apps/lang/chinese-trad.lang b/apps/lang/chinese-trad.lang
index 48d46bc3fa..53605bcf5b 100644
--- a/apps/lang/chinese-trad.lang
+++ b/apps/lang/chinese-trad.lang
@@ -4458,6 +4458,7 @@
4458 mrobe100: "DISPLAY = Revert" 4458 mrobe100: "DISPLAY = Revert"
4459 gigabeats: "BACK = Revert" 4459 gigabeats: "BACK = Revert"
4460 vibe500: "CANCEL = Revert" 4460 vibe500: "CANCEL = Revert"
4461 samsungyh*: "REW = Revert"
4461 </source> 4462 </source>
4462 <dest> 4463 <dest>
4463 *: none 4464 *: none
@@ -4471,6 +4472,7 @@
4471 mrobe100: "DISPLAY = 返回" 4472 mrobe100: "DISPLAY = 返回"
4472 gigabeats: "BACK = 返回" 4473 gigabeats: "BACK = 返回"
4473 vibe500: "CANCEL = 返回" 4474 vibe500: "CANCEL = 返回"
4475 samsungyh*: "REW = 返回"
4474 </dest> 4476 </dest>
4475 <voice> 4477 <voice>
4476 *: none 4478 *: none
@@ -4482,6 +4484,7 @@
4482 gigabeatfx: "" 4484 gigabeatfx: ""
4483 mrobe100: "" 4485 mrobe100: ""
4484 gigabeats: "" 4486 gigabeats: ""
4487 samsungyh*: ""
4485 </voice> 4488 </voice>
4486</phrase> 4489</phrase>
4487<phrase> 4490<phrase>
@@ -4528,6 +4531,7 @@
4528 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 4531 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
4529 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 4532 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
4530 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue." 4533 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue."
4534 samsungyh*: "Disk full. Press LEFT to continue."
4531 </source> 4535 </source>
4532 <dest> 4536 <dest>
4533 *: none 4537 *: none
@@ -4535,6 +4539,7 @@
4535 iriverh100,iriverh120,iriverh300: "硬碟已滿, 按下 STOP 繼續." 4539 iriverh100,iriverh120,iriverh300: "硬碟已滿, 按下 STOP 繼續."
4536 iaudiom5,iaudiox5: "硬碟已滿, 按下 POWER 繼續." 4540 iaudiom5,iaudiox5: "硬碟已滿, 按下 POWER 繼續."
4537 sansae200*,sansac200*,vibe500: "硬碟已滿, 按下 PREV 繼續." 4541 sansae200*,sansac200*,vibe500: "硬碟已滿, 按下 PREV 繼續."
4542 samsungyh*: "硬碟已滿, 按下 LEFT 繼續."
4538 </dest> 4543 </dest>
4539 <voice> 4544 <voice>
4540 *: none 4545 *: none
@@ -7996,14 +8001,14 @@
7996 *: "Building database... %d found (OFF to return)" 8001 *: "Building database... %d found (OFF to return)"
7997 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" 8002 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
7998 ipod*: "Building database... %d found (PREV to return)" 8003 ipod*: "Building database... %d found (PREV to return)"
7999 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" 8004 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
8000 iriverh10,iriverh10_5gb,sansae200*,sansac200*,gogearsa9200,vibe500: "Building database... %d found (PREV to return)" 8005 iriverh10,iriverh10_5gb,sansae200*,sansac200*,gogearsa9200,vibe500: "Building database... %d found (PREV to return)"
8001 </source> 8006 </source>
8002 <dest> 8007 <dest>
8003 *: "建立資料庫... 找到 %d 項 (OFF: 回上一畫面)" 8008 *: "建立資料庫... 找到 %d 項 (OFF: 回上一畫面)"
8004 iriverh100,iriverh120,iriverh300: "建立資料庫... 找到 %d 項 (STOP: 回上一畫面)" 8009 iriverh100,iriverh120,iriverh300: "建立資料庫... 找到 %d 項 (STOP: 回上一畫面)"
8005 ipod*: "建立資料庫... 找到 %d 項 (PREV: 回上一畫面)" 8010 ipod*: "建立資料庫... 找到 %d 項 (PREV: 回上一畫面)"
8006 iaudiox5,iaudiom5,gigabeat*,mrobe100: "建立資料庫... 找到 %d 項 (LEFT: 回上一畫面)" 8011 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "建立資料庫... 找到 %d 項 (LEFT: 回上一畫面)"
8007 iriverh10,iriverh10_5gb,sansae200*,sansac200*,gogearsa9200,vibe500: "建立資料庫... 找到 %d 項 (PREV: 回上一畫面)" 8012 iriverh10,iriverh10_5gb,sansae200*,sansac200*,gogearsa9200,vibe500: "建立資料庫... 找到 %d 項 (PREV: 回上一畫面)"
8008 </dest> 8013 </dest>
8009 <voice> 8014 <voice>
@@ -8492,21 +8497,21 @@
8492 <source> 8497 <source>
8493 *: "PLAY = Yes" 8498 *: "PLAY = Yes"
8494 iriverh100,iriverh120,iriverh300: "NAVI = Yes" 8499 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
8495 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,gogearsa9200: "SELECT = Yes" 8500 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,gogearsa9200: "SELECT = Yes"
8496 archosplayer: "(PLAY/STOP)" 8501 archosplayer: "(PLAY/STOP)"
8497 vibe500: "OK = Yes" 8502 vibe500: "OK = Yes"
8498 </source> 8503 </source>
8499 <dest> 8504 <dest>
8500 *: "PLAY = 是" 8505 *: "PLAY = 是"
8501 iriverh100,iriverh120,iriverh300: "NAVI = 是" 8506 iriverh100,iriverh120,iriverh300: "NAVI = 是"
8502 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,gogearsa9200: "SELECT = 是" 8507 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,gogearsa9200: "SELECT = 是"
8503 archosplayer: "(PLAY/STOP)" 8508 archosplayer: "(PLAY/STOP)"
8504 vibe500: "OK = 是" 8509 vibe500: "OK = 是"
8505 </dest> 8510 </dest>
8506 <voice> 8511 <voice>
8507 *: "" 8512 *: ""
8508 iriverh100,iriverh120,iriverh300: "" 8513 iriverh100,iriverh120,iriverh300: ""
8509 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,gogearsa9200: "" 8514 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,gogearsa9200: ""
8510 archosplayer: "" 8515 archosplayer: ""
8511 </voice> 8516 </voice>
8512</phrase> 8517</phrase>
@@ -8518,7 +8523,8 @@
8518 *: none 8523 *: none
8519 rtc: "ON = Set" 8524 rtc: "ON = Set"
8520 iriverh100,iriverh120,iriverh300: "NAVI = Set" 8525 iriverh100,iriverh120,iriverh300: "NAVI = Set"
8521 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200: "SELECT = Set" 8526 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100: "SELECT = Set"
8527 gogearsa9200,samsungyh*: "PLAY = Set"
8522 vibe500: "OK = Set" 8528 vibe500: "OK = Set"
8523 mpiohd300: "ENTER = Set" 8529 mpiohd300: "ENTER = Set"
8524 </source> 8530 </source>
@@ -8526,7 +8532,8 @@
8526 *: none 8532 *: none
8527 rtc: "ON = 設定" 8533 rtc: "ON = 設定"
8528 iriverh100,iriverh120,iriverh300: "NAVI = 設定" 8534 iriverh100,iriverh120,iriverh300: "NAVI = 設定"
8529 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200: "SELECT = 設定" 8535 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100: "SELECT = 設定"
8536 gogearsa9200,samsungyh*: "PLAY = 設定"
8530 vibe500: "OK = 設定" 8537 vibe500: "OK = 設定"
8531 mpiohd300: "ENTER = 設定" 8538 mpiohd300: "ENTER = 設定"
8532 </dest> 8539 </dest>
diff --git a/apps/lang/czech.lang b/apps/lang/czech.lang
index a9f47bb1e1..971b176d3e 100644
--- a/apps/lang/czech.lang
+++ b/apps/lang/czech.lang
@@ -252,7 +252,7 @@
252 *: "PLAY = Yes" 252 *: "PLAY = Yes"
253 cowond2*: "MENU, or top-right = Yes" 253 cowond2*: "MENU, or top-right = Yes"
254 iriverh100,iriverh120,iriverh300: "NAVI = Yes" 254 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
255 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes" 255 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
256 mrobe500: "PLAY, POWER, or top-right = Yes" 256 mrobe500: "PLAY, POWER, or top-right = Yes"
257 archosplayer: "(PLAY/STOP)" 257 archosplayer: "(PLAY/STOP)"
258 vibe500: "OK = Yes" 258 vibe500: "OK = Yes"
@@ -261,7 +261,7 @@
261 *: "PLAY = Ano" 261 *: "PLAY = Ano"
262 cowond2*: "MENU, nebo vpravo nahoře = Ano" 262 cowond2*: "MENU, nebo vpravo nahoře = Ano"
263 iriverh100,iriverh120,iriverh300: "NAVI = Ano" 263 iriverh100,iriverh120,iriverh300: "NAVI = Ano"
264 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Ano" 264 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Ano"
265 mrobe500: "PLAY, POWER, nebo vpravo nahoře = Ano" 265 mrobe500: "PLAY, POWER, nebo vpravo nahoře = Ano"
266 archosplayer: "(PLAY/STOP)" 266 archosplayer: "(PLAY/STOP)"
267 vibe500: "OK = Ano" 267 vibe500: "OK = Ano"
@@ -2235,7 +2235,7 @@
2235 *: "Building database... %d found (OFF to return)" 2235 *: "Building database... %d found (OFF to return)"
2236 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" 2236 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
2237 ipod*: "Building database... %d found (PREV to return)" 2237 ipod*: "Building database... %d found (PREV to return)"
2238 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" 2238 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
2239 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)" 2239 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
2240 gogearsa9200: "Building database... %d found (REW to return)" 2240 gogearsa9200: "Building database... %d found (REW to return)"
2241 archosplayer: "Building DB %d found" 2241 archosplayer: "Building DB %d found"
@@ -2244,7 +2244,7 @@
2244 *: "Vytvářím databázi... %d nalezeno (OFF pro návrat)" 2244 *: "Vytvářím databázi... %d nalezeno (OFF pro návrat)"
2245 iriverh100,iriverh120,iriverh300: "Vytvářím databázi... %d nalezeno (STOP pro návrat)" 2245 iriverh100,iriverh120,iriverh300: "Vytvářím databázi... %d nalezeno (STOP pro návrat)"
2246 ipod*: "Vytvářím databázi... %d nalezeno (PREV pro návrat)" 2246 ipod*: "Vytvářím databázi... %d nalezeno (PREV pro návrat)"
2247 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Vytvářím databázi... %d nalezeno (LEFT pro návrat)" 2247 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Vytvářím databázi... %d nalezeno (LEFT pro návrat)"
2248 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Vytvářím databázi... %d nalezeno (PREV pro návrat)" 2248 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Vytvářím databázi... %d nalezeno (PREV pro návrat)"
2249 gogearsa9200: "Vytvářím databázi.. %d nalezeno (REW pro návrat)" 2249 gogearsa9200: "Vytvářím databázi.. %d nalezeno (REW pro návrat)"
2250 archosplayer: "Vytvář. DB %d nalez." 2250 archosplayer: "Vytvář. DB %d nalez."
@@ -3951,7 +3951,7 @@
3951 mrobe500: "HEART = Set" 3951 mrobe500: "HEART = Set"
3952 iriverh100,iriverh120,iriverh300: "NAVI = Set" 3952 iriverh100,iriverh120,iriverh300: "NAVI = Set"
3953 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set" 3953 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
3954 gogearsa9200: "PLAY = Set" 3954 gogearsa9200,samsungyh*: "PLAY = Set"
3955 vibe500: "OK = Set" 3955 vibe500: "OK = Set"
3956 mpiohd300: "ENTER = Set" 3956 mpiohd300: "ENTER = Set"
3957 </source> 3957 </source>
@@ -3961,13 +3961,13 @@
3961 mrobe500: "HEART = Nastavit" 3961 mrobe500: "HEART = Nastavit"
3962 iriverh100,iriverh120,iriverh300: "NAVI = Nastavit" 3962 iriverh100,iriverh120,iriverh300: "NAVI = Nastavit"
3963 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Nastavit" 3963 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Nastavit"
3964 gogearsa9200: "PLAY = Nastavit" 3964 gogearsa9200,samsungyh*: "PLAY = Nastavit"
3965 vibe500: "OK = Nastavit" 3965 vibe500: "OK = Nastavit"
3966 mpiohd300: "ENTER = Nastavit" 3966 mpiohd300: "ENTER = Nastavit"
3967 </dest> 3967 </dest>
3968 <voice> 3968 <voice>
3969 *: none 3969 *: none
3970 rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200: "" 3970 rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200,samsungyh*: ""
3971 </voice> 3971 </voice>
3972</phrase> 3972</phrase>
3973<phrase> 3973<phrase>
@@ -3988,6 +3988,7 @@
3988 gigabeats: "BACK = Revert" 3988 gigabeats: "BACK = Revert"
3989 gogearsa9200: "LEFT = Revert" 3989 gogearsa9200: "LEFT = Revert"
3990 vibe500: "CANCEL = Revert" 3990 vibe500: "CANCEL = Revert"
3991 samsungyh*: "REW = Revert"
3991 </source> 3992 </source>
3992 <dest> 3993 <dest>
3993 *: none 3994 *: none
@@ -4003,6 +4004,7 @@
4003 gigabeats: "BACK = Vrátit zpět" 4004 gigabeats: "BACK = Vrátit zpět"
4004 gogearsa9200: "LEFT = Vrátit zpět" 4005 gogearsa9200: "LEFT = Vrátit zpět"
4005 vibe500: "CANCEL = Vrátit zpět" 4006 vibe500: "CANCEL = Vrátit zpět"
4007 samsungyh*: "REW = Vrátit zpět"
4006 </dest> 4008 </dest>
4007 <voice> 4009 <voice>
4008 *: none 4010 *: none
@@ -7984,6 +7986,7 @@
7984 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 7986 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
7985 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 7987 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
7986 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue." 7988 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue."
7989 samsungyh*: "Disk full. Press LEFT to continue."
7987 </source> 7990 </source>
7988 <dest> 7991 <dest>
7989 *: none 7992 *: none
@@ -7991,6 +7994,7 @@
7991 iriverh100,iriverh120,iriverh300: "Disk je plný. Pro pokračování stiskněte STOP." 7994 iriverh100,iriverh120,iriverh300: "Disk je plný. Pro pokračování stiskněte STOP."
7992 iaudiom5,iaudiox5: "Disk je plný. Pro pokračování stiskněte POWER." 7995 iaudiom5,iaudiox5: "Disk je plný. Pro pokračování stiskněte POWER."
7993 sansae200*,sansac200*,vibe500: "Disk je plný. Pro pokračování stiskněte PREV." 7996 sansae200*,sansac200*,vibe500: "Disk je plný. Pro pokračování stiskněte PREV."
7997 samsungyh*: "Disk je plný. Pro pokračování stiskněte LEFT."
7994 </dest> 7998 </dest>
7995 <voice> 7999 <voice>
7996 *: none 8000 *: none
diff --git a/apps/lang/dansk.lang b/apps/lang/dansk.lang
index e03bce5d78..5f7301e79e 100644
--- a/apps/lang/dansk.lang
+++ b/apps/lang/dansk.lang
@@ -3753,6 +3753,7 @@
3753 gigabeats: "BACK = Revert" 3753 gigabeats: "BACK = Revert"
3754 gogearsa9200: "LEFT = Revert" 3754 gogearsa9200: "LEFT = Revert"
3755 vibe500: "CANCEL = Revert" 3755 vibe500: "CANCEL = Revert"
3756 samsungyh*: "REW = Revert"
3756 </source> 3757 </source>
3757 <dest> 3758 <dest>
3758 *: none 3759 *: none
@@ -3767,6 +3768,7 @@
3767 gigabeats: "TILBAGE = Fortryd" 3768 gigabeats: "TILBAGE = Fortryd"
3768 gogearsa9200: "VENSTRE = Fortryd" 3769 gogearsa9200: "VENSTRE = Fortryd"
3769 vibe500: "C = Fortryd" 3770 vibe500: "C = Fortryd"
3771 samsungyh*: "REW = Fortryd"
3770 </dest> 3772 </dest>
3771 <voice> 3773 <voice>
3772 *: none 3774 *: none
@@ -3816,6 +3818,7 @@
3816 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 3818 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
3817 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 3819 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
3818 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue." 3820 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue."
3821 samsungyh*: "Disk full. Press LEFT to continue."
3819 </source> 3822 </source>
3820 <dest> 3823 <dest>
3821 *: none 3824 *: none
@@ -3823,6 +3826,7 @@
3823 iriverh100,iriverh120,iriverh300: "Disken er fuld. Tryk STOP for at fortsætte." 3826 iriverh100,iriverh120,iriverh300: "Disken er fuld. Tryk STOP for at fortsætte."
3824 iaudiom5,iaudiox5: "Disken er fuld. Tryk TÆND/SLUK for at fortsætte." 3827 iaudiom5,iaudiox5: "Disken er fuld. Tryk TÆND/SLUK for at fortsætte."
3825 sansae200*,sansac200*,vibe500: "Disken er fuld. Tryk FORRIGE for at fortsætte." 3828 sansae200*,sansac200*,vibe500: "Disken er fuld. Tryk FORRIGE for at fortsætte."
3829 samsungyh*: "Disken er fuld. Tryk LEFT for at fortsætte."
3826 </dest> 3830 </dest>
3827 <voice> 3831 <voice>
3828 *: none 3832 *: none
@@ -8401,7 +8405,7 @@
8401 *: "Building database... %d found (OFF to return)" 8405 *: "Building database... %d found (OFF to return)"
8402 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" 8406 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
8403 ipod*: "Building database... %d found (PREV to return)" 8407 ipod*: "Building database... %d found (PREV to return)"
8404 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" 8408 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
8405 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)" 8409 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
8406 gogearsa9200: "Building database... %d found (REW to return)" 8410 gogearsa9200: "Building database... %d found (REW to return)"
8407 archosplayer: "Building DB %d found" 8411 archosplayer: "Building DB %d found"
@@ -8410,7 +8414,7 @@
8410 *: "Bygger database... %d fundet (SLUK for at stoppe)" 8414 *: "Bygger database... %d fundet (SLUK for at stoppe)"
8411 iriverh100,iriverh120,iriverh300: "Bygger database... %d fundet (STOP for at stoppe)" 8415 iriverh100,iriverh120,iriverh300: "Bygger database... %d fundet (STOP for at stoppe)"
8412 ipod*: "Bygger database... %d fundet (FORRIGE for at stoppe)" 8416 ipod*: "Bygger database... %d fundet (FORRIGE for at stoppe)"
8413 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Bygger database... %d fundet (VENSTRE for at stoppe)" 8417 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Bygger database... %d fundet (VENSTRE for at stoppe)"
8414 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Bygger database... %d fundet (FORRIGE for at stoppe)" 8418 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Bygger database... %d fundet (FORRIGE for at stoppe)"
8415 gogearsa9200: "Bygger database... %d fundet (SPOL TILBAGE for at stoppe)" 8419 gogearsa9200: "Bygger database... %d fundet (SPOL TILBAGE for at stoppe)"
8416 archosplayer: "Bygger DB %d fundet" 8420 archosplayer: "Bygger DB %d fundet"
@@ -9578,7 +9582,7 @@
9578 *: "PLAY = Yes" 9582 *: "PLAY = Yes"
9579 cowond2*: "MENU, or top-right = Yes" 9583 cowond2*: "MENU, or top-right = Yes"
9580 iriverh100,iriverh120,iriverh300: "NAVI = Yes" 9584 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
9581 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes" 9585 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
9582 mrobe500: "PLAY, POWER, or top-right = Yes" 9586 mrobe500: "PLAY, POWER, or top-right = Yes"
9583 archosplayer: "(PLAY/STOP)" 9587 archosplayer: "(PLAY/STOP)"
9584 vibe500: "OK = Yes" 9588 vibe500: "OK = Yes"
@@ -9587,7 +9591,7 @@
9587 *: "SPIL = Ja" 9591 *: "SPIL = Ja"
9588 cowond2*: "MENU eller top-højre = Ja" 9592 cowond2*: "MENU eller top-højre = Ja"
9589 iriverh100,iriverh120,iriverh300: "NAVI = Ja" 9593 iriverh100,iriverh120,iriverh300: "NAVI = Ja"
9590 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "VÆLG = Ja" 9594 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "VÆLG = Ja"
9591 mrobe500: "SPIL, TÆND/SLUK eller top-højre = Ja" 9595 mrobe500: "SPIL, TÆND/SLUK eller top-højre = Ja"
9592 archosplayer: "(SPIL/STOP)" 9596 archosplayer: "(SPIL/STOP)"
9593 vibe500: "OK = Ja" 9597 vibe500: "OK = Ja"
@@ -9606,7 +9610,7 @@
9606 mrobe500: "HEART = Set" 9610 mrobe500: "HEART = Set"
9607 iriverh100,iriverh120,iriverh300: "NAVI = Set" 9611 iriverh100,iriverh120,iriverh300: "NAVI = Set"
9608 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set" 9612 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
9609 gogearsa9200: "PLAY = Set" 9613 gogearsa9200,samsungyh*: "PLAY = Set"
9610 vibe500: "OK = Set" 9614 vibe500: "OK = Set"
9611 mpiohd300: "ENTER = Set" 9615 mpiohd300: "ENTER = Set"
9612 </source> 9616 </source>
@@ -9616,7 +9620,7 @@
9616 mrobe500: "HJERTE = Indstil" 9620 mrobe500: "HJERTE = Indstil"
9617 iriverh100,iriverh120,iriverh300: "NAVI = Indstil" 9621 iriverh100,iriverh120,iriverh300: "NAVI = Indstil"
9618 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "VÆLG = Indstil" 9622 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "VÆLG = Indstil"
9619 gogearsa9200: "SPIL = Indstil" 9623 gogearsa9200,samsungyh*: "SPIL = Indstil"
9620 vibe500: "OK = Indstil" 9624 vibe500: "OK = Indstil"
9621 mpiohd300: "ENTER = Indstil" 9625 mpiohd300: "ENTER = Indstil"
9622 </dest> 9626 </dest>
diff --git a/apps/lang/deutsch.lang b/apps/lang/deutsch.lang
index acbdf997c1..24feaabb57 100644
--- a/apps/lang/deutsch.lang
+++ b/apps/lang/deutsch.lang
@@ -268,7 +268,7 @@
268 *: "PLAY = Yes" 268 *: "PLAY = Yes"
269 cowond2*: "MENU, or top-right = Yes" 269 cowond2*: "MENU, or top-right = Yes"
270 iriverh100,iriverh120,iriverh300: "NAVI = Yes" 270 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
271 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes" 271 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
272 mrobe500: "PLAY, POWER, or top-right = Yes" 272 mrobe500: "PLAY, POWER, or top-right = Yes"
273 archosplayer: "(PLAY/STOP)" 273 archosplayer: "(PLAY/STOP)"
274 vibe500: "OK = Yes" 274 vibe500: "OK = Yes"
@@ -277,7 +277,7 @@
277 *: "PLAY = Ja" 277 *: "PLAY = Ja"
278 cowond2*: "MENU oder rechts oben= Ja" 278 cowond2*: "MENU oder rechts oben= Ja"
279 iriverh100,iriverh120,iriverh300: "NAVI = Ja" 279 iriverh100,iriverh120,iriverh300: "NAVI = Ja"
280 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Ja" 280 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Ja"
281 mrobe500: "PLAY, POWER oder rechts oben = Ja" 281 mrobe500: "PLAY, POWER oder rechts oben = Ja"
282 archosplayer: "(PLAY/STOP)" 282 archosplayer: "(PLAY/STOP)"
283 vibe500: "OK = Ja" 283 vibe500: "OK = Ja"
@@ -2234,7 +2234,7 @@
2234 *: "Building database... %d found (OFF to return)" 2234 *: "Building database... %d found (OFF to return)"
2235 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" 2235 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
2236 ipod*: "Building database... %d found (PREV to return)" 2236 ipod*: "Building database... %d found (PREV to return)"
2237 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" 2237 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
2238 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)" 2238 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
2239 gogearsa9200: "Building database... %d found (REW to return)" 2239 gogearsa9200: "Building database... %d found (REW to return)"
2240 archosplayer: "Building DB %d found" 2240 archosplayer: "Building DB %d found"
@@ -2243,7 +2243,7 @@
2243 *: "Erstelle Datenbank... %d gefunden (OFF zum Abbrechen)" 2243 *: "Erstelle Datenbank... %d gefunden (OFF zum Abbrechen)"
2244 iriverh100,iriverh120,iriverh300: "Erstelle Datenbank... %d gefunden (STOP zum Abbrechen)" 2244 iriverh100,iriverh120,iriverh300: "Erstelle Datenbank... %d gefunden (STOP zum Abbrechen)"
2245 ipod*: "Erstelle Datenbank... %d gefunden (PLAY/PAUSE zum Abbrechen)" 2245 ipod*: "Erstelle Datenbank... %d gefunden (PLAY/PAUSE zum Abbrechen)"
2246 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Erstelle Datenbank... %d gefunden (LEFT zum Abbrechen)" 2246 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Erstelle Datenbank... %d gefunden (LEFT zum Abbrechen)"
2247 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Erstelle Datenbank... %d gefunden (PREV zum Abbrechen)" 2247 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Erstelle Datenbank... %d gefunden (PREV zum Abbrechen)"
2248 gogearsa9200: "Erstelle Datenbank... %d gefunden (REW zum Abbrechen)" 2248 gogearsa9200: "Erstelle Datenbank... %d gefunden (REW zum Abbrechen)"
2249 archosplayer: "Erstelle DB %d gefu." 2249 archosplayer: "Erstelle DB %d gefu."
@@ -3952,7 +3952,7 @@
3952 mrobe500: "HEART = Set" 3952 mrobe500: "HEART = Set"
3953 iriverh100,iriverh120,iriverh300: "NAVI = Set" 3953 iriverh100,iriverh120,iriverh300: "NAVI = Set"
3954 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set" 3954 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
3955 gogearsa9200: "PLAY = Set" 3955 gogearsa9200,samsungyh*: "PLAY = Set"
3956 vibe500: "OK = Set" 3956 vibe500: "OK = Set"
3957 mpiohd300: "ENTER = Set" 3957 mpiohd300: "ENTER = Set"
3958 </source> 3958 </source>
@@ -3962,13 +3962,13 @@
3962 mrobe500: "HEART = Speichern" 3962 mrobe500: "HEART = Speichern"
3963 iriverh100,iriverh120,iriverh300: "NAVI = Speichern" 3963 iriverh100,iriverh120,iriverh300: "NAVI = Speichern"
3964 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Speichern" 3964 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Speichern"
3965 gogearsa9200: "PLAY = Speichern" 3965 gogearsa9200,samsungyh*: "PLAY = Speichern"
3966 vibe500: "OK = Speichern" 3966 vibe500: "OK = Speichern"
3967 mpiohd300: "ENTER = Speichern" 3967 mpiohd300: "ENTER = Speichern"
3968 </dest> 3968 </dest>
3969 <voice> 3969 <voice>
3970 *: none 3970 *: none
3971 rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200: "" 3971 rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200,samsungyh*: ""
3972 </voice> 3972 </voice>
3973</phrase> 3973</phrase>
3974<phrase> 3974<phrase>
@@ -3989,6 +3989,7 @@
3989 gigabeats: "BACK = Revert" 3989 gigabeats: "BACK = Revert"
3990 gogearsa9200: "LEFT = Revert" 3990 gogearsa9200: "LEFT = Revert"
3991 vibe500: "CANCEL = Revert" 3991 vibe500: "CANCEL = Revert"
3992 samsungyh*: "REW = Revert"
3992 </source> 3993 </source>
3993 <dest> 3994 <dest>
3994 *: none 3995 *: none
@@ -4004,6 +4005,7 @@
4004 gigabeats: "BACK = Abbrechen" 4005 gigabeats: "BACK = Abbrechen"
4005 gogearsa9200: "LEFT = Abbrechen" 4006 gogearsa9200: "LEFT = Abbrechen"
4006 vibe500: "CANCEL = Abbrechen" 4007 vibe500: "CANCEL = Abbrechen"
4008 samsungyh*: "REW = Abbrechen"
4007 </dest> 4009 </dest>
4008 <voice> 4010 <voice>
4009 *: none 4011 *: none
@@ -7985,6 +7987,7 @@
7985 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 7987 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
7986 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 7988 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
7987 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue." 7989 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue."
7990 samsungyh*: "Disk full. Press LEFT to continue."
7988 </source> 7991 </source>
7989 <dest> 7992 <dest>
7990 *: none 7993 *: none
@@ -7992,6 +7995,7 @@
7992 iriverh100,iriverh120,iriverh300: "Kein Speicherplatz mehr vorhanden. Drücke STOP zum fortfahren." 7995 iriverh100,iriverh120,iriverh300: "Kein Speicherplatz mehr vorhanden. Drücke STOP zum fortfahren."
7993 iaudiom5,iaudiox5: "Kein Speicherplatz mehr vorhanden. Drücke POWER zum fortfahren." 7996 iaudiom5,iaudiox5: "Kein Speicherplatz mehr vorhanden. Drücke POWER zum fortfahren."
7994 sansae200*,sansac200*,vibe500: "Kein Speicherplatz mehr vorhanden. Drücke PREV zum fortfahren." 7997 sansae200*,sansac200*,vibe500: "Kein Speicherplatz mehr vorhanden. Drücke PREV zum fortfahren."
7998 samsungyh*: "Kein Speicherplatz mehr vorhanden. Drücke LEFT zum fortfahren."
7995 </dest> 7999 </dest>
7996 <voice> 8000 <voice>
7997 *: none 8001 *: none
diff --git a/apps/lang/eesti.lang b/apps/lang/eesti.lang
index 77185a8c03..b1863b1c62 100644
--- a/apps/lang/eesti.lang
+++ b/apps/lang/eesti.lang
@@ -4099,6 +4099,7 @@
4099 gigabeatfx: "POWER = Revert" 4099 gigabeatfx: "POWER = Revert"
4100 sansafuzeplus: "BACK = Revert" 4100 sansafuzeplus: "BACK = Revert"
4101 vibe500: "CANCEL = Revert" 4101 vibe500: "CANCEL = Revert"
4102 samsungyh*: "REW = Revert"
4102 </source> 4103 </source>
4103 <dest> 4104 <dest>
4104 *: "OFF tagasi pöördumiseks" 4105 *: "OFF tagasi pöördumiseks"
@@ -4109,6 +4110,7 @@
4109 gigabeatfx: "POWER tagasi pöördumiseks" 4110 gigabeatfx: "POWER tagasi pöördumiseks"
4110 sansafuzeplus: "BACK tagasi pöördumiseks" 4111 sansafuzeplus: "BACK tagasi pöördumiseks"
4111 vibe500: "C tagasi pöördumiseks" 4112 vibe500: "C tagasi pöördumiseks"
4113 samsungyh*: "REW tagasi pöördumiseks"
4112 </dest> 4114 </dest>
4113 <voice> 4115 <voice>
4114 *: "" 4116 *: ""
@@ -4192,11 +4194,13 @@
4192 *: "The disk is full. Press OFF to continue." 4194 *: "The disk is full. Press OFF to continue."
4193 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 4195 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
4194 vibe500: "The disk is full. Press PREV to continue." 4196 vibe500: "The disk is full. Press PREV to continue."
4197 samsungyh*: "Disk full. Press LEFT to continue."
4195 </source> 4198 </source>
4196 <dest> 4199 <dest>
4197 *: "The disk is full. Press OFF to continue." 4200 *: "The disk is full. Press OFF to continue."
4198 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 4201 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
4199 vibe500: "The disk is full. Press PREV to continue." 4202 vibe500: "The disk is full. Press PREV to continue."
4203 samsungyh*: "Disk full. Press LEFT to continue."
4200 </dest> 4204 </dest>
4201 <voice> 4205 <voice>
4202 *: "" 4206 *: ""
diff --git a/apps/lang/english-us.lang b/apps/lang/english-us.lang
index 4a316cedca..8110cb4596 100644
--- a/apps/lang/english-us.lang
+++ b/apps/lang/english-us.lang
@@ -247,7 +247,7 @@
247 *: "PLAY = Yes" 247 *: "PLAY = Yes"
248 cowond2*: "MENU, or top-right = Yes" 248 cowond2*: "MENU, or top-right = Yes"
249 iriverh100,iriverh120,iriverh300: "NAVI = Yes" 249 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
250 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes" 250 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
251 mrobe500: "PLAY, POWER, or top-right = Yes" 251 mrobe500: "PLAY, POWER, or top-right = Yes"
252 archosplayer: "(PLAY/STOP)" 252 archosplayer: "(PLAY/STOP)"
253 vibe500: "OK = Yes" 253 vibe500: "OK = Yes"
@@ -256,7 +256,7 @@
256 *: "PLAY = Yes" 256 *: "PLAY = Yes"
257 cowond2*: "MENU, or top-right = Yes" 257 cowond2*: "MENU, or top-right = Yes"
258 iriverh100,iriverh120,iriverh300: "NAVI = Yes" 258 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
259 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes" 259 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
260 mrobe500: "PLAY, POWER, or top-right = Yes" 260 mrobe500: "PLAY, POWER, or top-right = Yes"
261 archosplayer: "(PLAY/STOP)" 261 archosplayer: "(PLAY/STOP)"
262 vibe500: "OK = Yes" 262 vibe500: "OK = Yes"
@@ -2230,7 +2230,7 @@
2230 *: "Building database... %d found (OFF to return)" 2230 *: "Building database... %d found (OFF to return)"
2231 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" 2231 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
2232 ipod*: "Building database... %d found (PREV to return)" 2232 ipod*: "Building database... %d found (PREV to return)"
2233 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" 2233 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
2234 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)" 2234 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
2235 gogearsa9200: "Building database... %d found (REW to return)" 2235 gogearsa9200: "Building database... %d found (REW to return)"
2236 archosplayer: "Building DB %d found" 2236 archosplayer: "Building DB %d found"
@@ -2239,7 +2239,7 @@
2239 *: "Building database... %d found (OFF to return)" 2239 *: "Building database... %d found (OFF to return)"
2240 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" 2240 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
2241 ipod*: "Building database... %d found (PREV to return)" 2241 ipod*: "Building database... %d found (PREV to return)"
2242 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" 2242 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
2243 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)" 2243 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
2244 gogearsa9200: "Building database... %d found (REW to return)" 2244 gogearsa9200: "Building database... %d found (REW to return)"
2245 archosplayer: "Building DB %d found" 2245 archosplayer: "Building DB %d found"
@@ -3946,7 +3946,7 @@
3946 mrobe500: "HEART = Set" 3946 mrobe500: "HEART = Set"
3947 iriverh100,iriverh120,iriverh300: "NAVI = Set" 3947 iriverh100,iriverh120,iriverh300: "NAVI = Set"
3948 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set" 3948 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
3949 gogearsa9200: "PLAY = Set" 3949 gogearsa9200,samsungyh*: "PLAY = Set"
3950 vibe500: "OK = Set" 3950 vibe500: "OK = Set"
3951 mpiohd300: "ENTER = Set" 3951 mpiohd300: "ENTER = Set"
3952 </source> 3952 </source>
@@ -3956,13 +3956,13 @@
3956 mrobe500: "HEART = Set" 3956 mrobe500: "HEART = Set"
3957 iriverh100,iriverh120,iriverh300: "NAVI = Set" 3957 iriverh100,iriverh120,iriverh300: "NAVI = Set"
3958 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set" 3958 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
3959 gogearsa9200: "PLAY = Set" 3959 gogearsa9200,samsungyh*: "PLAY = Set"
3960 vibe500: "OK = Set" 3960 vibe500: "OK = Set"
3961 mpiohd300: "ENTER = Set" 3961 mpiohd300: "ENTER = Set"
3962 </dest> 3962 </dest>
3963 <voice> 3963 <voice>
3964 *: none 3964 *: none
3965 rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200: "" 3965 rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200,samsungyh*: ""
3966 </voice> 3966 </voice>
3967</phrase> 3967</phrase>
3968<phrase> 3968<phrase>
@@ -3983,6 +3983,7 @@
3983 gigabeats: "BACK = Revert" 3983 gigabeats: "BACK = Revert"
3984 gogearsa9200: "LEFT = Revert" 3984 gogearsa9200: "LEFT = Revert"
3985 vibe500: "CANCEL = Revert" 3985 vibe500: "CANCEL = Revert"
3986 samsungyh*: "REW = Revert"
3986 </source> 3987 </source>
3987 <dest> 3988 <dest>
3988 *: none 3989 *: none
@@ -3998,6 +3999,7 @@
3998 gigabeats: "BACK = Revert" 3999 gigabeats: "BACK = Revert"
3999 gogearsa9200: "LEFT = Revert" 4000 gogearsa9200: "LEFT = Revert"
4000 vibe500: "CANCEL = Revert" 4001 vibe500: "CANCEL = Revert"
4002 samsungyh*: "REW = Revert"
4001 </dest> 4003 </dest>
4002 <voice> 4004 <voice>
4003 *: none 4005 *: none
@@ -7979,6 +7981,7 @@
7979 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 7981 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
7980 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 7982 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
7981 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue." 7983 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue."
7984 samsungyh*: "Disk full. Press LEFT to continue."
7982 </source> 7985 </source>
7983 <dest> 7986 <dest>
7984 *: none 7987 *: none
@@ -7986,6 +7989,7 @@
7986 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 7989 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
7987 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 7990 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
7988 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue." 7991 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue."
7992 samsungyh*: "Disk full. Press LEFT to continue."
7989 </dest> 7993 </dest>
7990 <voice> 7994 <voice>
7991 *: none 7995 *: none
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index e8fc5fce25..8d2b579f3b 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -332,7 +332,7 @@
332 *: "PLAY = Yes" 332 *: "PLAY = Yes"
333 cowond2*: "MENU, or top-right = Yes" 333 cowond2*: "MENU, or top-right = Yes"
334 iriverh100,iriverh120,iriverh300: "NAVI = Yes" 334 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
335 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes" 335 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
336 mrobe500: "PLAY, POWER, or top-right = Yes" 336 mrobe500: "PLAY, POWER, or top-right = Yes"
337 archosplayer: "(PLAY/STOP)" 337 archosplayer: "(PLAY/STOP)"
338 vibe500: "OK = Yes" 338 vibe500: "OK = Yes"
@@ -342,7 +342,7 @@
342 *: "PLAY = Yes" 342 *: "PLAY = Yes"
343 cowond2*: "MENU, or top-right = Yes" 343 cowond2*: "MENU, or top-right = Yes"
344 iriverh100,iriverh120,iriverh300: "NAVI = Yes" 344 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
345 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes" 345 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
346 mrobe500: "PLAY, POWER, or top-right = Yes" 346 mrobe500: "PLAY, POWER, or top-right = Yes"
347 archosplayer: "(PLAY/STOP)" 347 archosplayer: "(PLAY/STOP)"
348 vibe500: "OK = Yes" 348 vibe500: "OK = Yes"
@@ -2317,7 +2317,7 @@
2317 *: "Building database... %d found (OFF to return)" 2317 *: "Building database... %d found (OFF to return)"
2318 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" 2318 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
2319 ipod*: "Building database... %d found (PREV to return)" 2319 ipod*: "Building database... %d found (PREV to return)"
2320 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" 2320 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
2321 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)" 2321 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
2322 gogearsa9200: "Building database... %d found (REW to return)" 2322 gogearsa9200: "Building database... %d found (REW to return)"
2323 archosplayer: "Building DB %d found" 2323 archosplayer: "Building DB %d found"
@@ -2326,7 +2326,7 @@
2326 *: "Building database... %d found (OFF to return)" 2326 *: "Building database... %d found (OFF to return)"
2327 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" 2327 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
2328 ipod*: "Building database... %d found (PREV to return)" 2328 ipod*: "Building database... %d found (PREV to return)"
2329 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" 2329 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
2330 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)" 2330 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
2331 gogearsa9200: "Building database... %d found (REW to return)" 2331 gogearsa9200: "Building database... %d found (REW to return)"
2332 archosplayer: "Building DB %d found" 2332 archosplayer: "Building DB %d found"
@@ -4033,7 +4033,7 @@
4033 mrobe500: "HEART = Set" 4033 mrobe500: "HEART = Set"
4034 iriverh100,iriverh120,iriverh300: "NAVI = Set" 4034 iriverh100,iriverh120,iriverh300: "NAVI = Set"
4035 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set" 4035 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
4036 gogearsa9200: "PLAY = Set" 4036 gogearsa9200,samsungyh*: "PLAY = Set"
4037 vibe500: "OK = Set" 4037 vibe500: "OK = Set"
4038 mpiohd300: "ENTER = Set" 4038 mpiohd300: "ENTER = Set"
4039 </source> 4039 </source>
@@ -4043,13 +4043,13 @@
4043 mrobe500: "HEART = Set" 4043 mrobe500: "HEART = Set"
4044 iriverh100,iriverh120,iriverh300: "NAVI = Set" 4044 iriverh100,iriverh120,iriverh300: "NAVI = Set"
4045 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set" 4045 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
4046 gogearsa9200: "PLAY = Set" 4046 gogearsa9200,samsungyh*: "PLAY = Set"
4047 vibe500: "OK = Set" 4047 vibe500: "OK = Set"
4048 mpiohd300: "ENTER = Set" 4048 mpiohd300: "ENTER = Set"
4049 </dest> 4049 </dest>
4050 <voice> 4050 <voice>
4051 *: none 4051 *: none
4052 rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200: "" 4052 rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200,samsungyh*: ""
4053 </voice> 4053 </voice>
4054</phrase> 4054</phrase>
4055<phrase> 4055<phrase>
@@ -4070,6 +4070,7 @@
4070 gigabeats: "BACK = Revert" 4070 gigabeats: "BACK = Revert"
4071 gogearsa9200: "LEFT = Revert" 4071 gogearsa9200: "LEFT = Revert"
4072 vibe500: "CANCEL = Revert" 4072 vibe500: "CANCEL = Revert"
4073 samsungyh*: "REW = Revert"
4073 </source> 4074 </source>
4074 <dest> 4075 <dest>
4075 *: none 4076 *: none
@@ -4085,10 +4086,11 @@
4085 gigabeats: "BACK = Revert" 4086 gigabeats: "BACK = Revert"
4086 gogearsa9200: "LEFT = Revert" 4087 gogearsa9200: "LEFT = Revert"
4087 vibe500: "CANCEL = Revert" 4088 vibe500: "CANCEL = Revert"
4089 samsungyh*: "REW = Revert"
4088 </dest> 4090 </dest>
4089 <voice> 4091 <voice>
4090 *: none 4092 *: none
4091 rtc,iriverh100,iriverh120,iriverh300,ipod*,sansae200*,sansac200*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,gigabeat*,mrobe100,gogearsa9200: "" 4093 rtc,iriverh100,iriverh120,iriverh300,ipod*,sansae200*,sansac200*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,gigabeat*,mrobe100,gogearsa9200,samsungyh*: ""
4092 </voice> 4094 </voice>
4093</phrase> 4095</phrase>
4094<phrase> 4096<phrase>
@@ -8068,6 +8070,7 @@
8068 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 8070 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
8069 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 8071 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
8070 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue." 8072 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue."
8073 samsungyh*: "Disk full. Press LEFT to continue."
8071 </source> 8074 </source>
8072 <dest> 8075 <dest>
8073 *: none 8076 *: none
@@ -8075,10 +8078,11 @@
8075 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 8078 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
8076 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 8079 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
8077 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue." 8080 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue."
8081 samsungyh*: "Disk full. Press LEFT to continue."
8078 </dest> 8082 </dest>
8079 <voice> 8083 <voice>
8080 *: none 8084 *: none
8081 recording,iriverh100,iriverh120,iriverh300,iaudiom5,iaudiox5,sansae200*,sansac200*: "" 8085 recording,iriverh100,iriverh120,iriverh300,iaudiom5,iaudiox5,sansae200*,sansac200*,vibe500,samsungyh*: ""
8082 </voice> 8086 </voice>
8083</phrase> 8087</phrase>
8084<phrase> 8088<phrase>
diff --git a/apps/lang/espanol.lang b/apps/lang/espanol.lang
index f455f56501..bc7e8c2804 100644
--- a/apps/lang/espanol.lang
+++ b/apps/lang/espanol.lang
@@ -2896,6 +2896,7 @@
2896 gigabeats: "BACK = Revert" 2896 gigabeats: "BACK = Revert"
2897 gogearsa9200: "LEFT = Revert" 2897 gogearsa9200: "LEFT = Revert"
2898 vibe500: "CANCEL = Revert" 2898 vibe500: "CANCEL = Revert"
2899 samsungyh*: "REW = Revert"
2899 </source> 2900 </source>
2900 <dest> 2901 <dest>
2901 *: none 2902 *: none
@@ -2911,6 +2912,7 @@
2911 gigabeats: "ATRÁS = Cancelar" 2912 gigabeats: "ATRÁS = Cancelar"
2912 gogearsa9200: "IZQUIERDA = Cancelar" 2913 gogearsa9200: "IZQUIERDA = Cancelar"
2913 vibe500: "C = Cancelar" 2914 vibe500: "C = Cancelar"
2915 samsungyh*: "REW = Cancelar"
2914 </dest> 2916 </dest>
2915 <voice> 2917 <voice>
2916 *: none 2918 *: none
@@ -2960,6 +2962,7 @@
2960 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 2962 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
2961 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 2963 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
2962 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue." 2964 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue."
2965 samsungyh*: "Disk full. Press LEFT to continue."
2963 </source> 2966 </source>
2964 <dest> 2967 <dest>
2965 *: none 2968 *: none
@@ -2967,6 +2970,7 @@
2967 iriverh100,iriverh120,iriverh300: "Disco duro lleno. Pulse STOP para continuar" 2970 iriverh100,iriverh120,iriverh300: "Disco duro lleno. Pulse STOP para continuar"
2968 iaudiom5,iaudiox5: "Disco duro lleno. Pulse POWER para continuar" 2971 iaudiom5,iaudiox5: "Disco duro lleno. Pulse POWER para continuar"
2969 sansae200*,sansac200*,vibe500: "Disco duro lleno. Pulse PREV para continuar" 2972 sansae200*,sansac200*,vibe500: "Disco duro lleno. Pulse PREV para continuar"
2973 samsungyh*: "Disco duro lleno. Pulse LEFT para continuar"
2970 </dest> 2974 </dest>
2971 <voice> 2975 <voice>
2972 *: none 2976 *: none
@@ -8466,7 +8470,7 @@
8466 *: "Building database... %d found (OFF to return)" 8470 *: "Building database... %d found (OFF to return)"
8467 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" 8471 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
8468 ipod*: "Building database... %d found (PREV to return)" 8472 ipod*: "Building database... %d found (PREV to return)"
8469 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" 8473 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
8470 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)" 8474 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
8471 gogearsa9200: "Building database... %d found (REW to return)" 8475 gogearsa9200: "Building database... %d found (REW to return)"
8472 archosplayer: "Building DB %d found" 8476 archosplayer: "Building DB %d found"
@@ -8475,7 +8479,7 @@
8475 *: "Construyendo base de datos... %d encontrados (OFF para volver)" 8479 *: "Construyendo base de datos... %d encontrados (OFF para volver)"
8476 iriverh100,iriverh120,iriverh300: "Construyendo base de datos... %d encontrados (STOP para volver)" 8480 iriverh100,iriverh120,iriverh300: "Construyendo base de datos... %d encontrados (STOP para volver)"
8477 ipod*: "Construyendo base de datos... %d encontrados (PREV para volver)" 8481 ipod*: "Construyendo base de datos... %d encontrados (PREV para volver)"
8478 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Construyendo base de datos... %d encontrados (LEFT para volver)" 8482 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Construyendo base de datos... %d encontrados (LEFT para volver)"
8479 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Construyendo base de datos... %d encontrados (PREV para volver)" 8483 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Construyendo base de datos... %d encontrados (PREV para volver)"
8480 gogearsa9200: "Construyendo base de datos... %d encontrados (REW para volver)" 8484 gogearsa9200: "Construyendo base de datos... %d encontrados (REW para volver)"
8481 archosplayer: "Construyendo BD %d encontrados" 8485 archosplayer: "Construyendo BD %d encontrados"
@@ -9075,7 +9079,7 @@
9075 *: "PLAY = Yes" 9079 *: "PLAY = Yes"
9076 cowond2*: "MENU, or top-right = Yes" 9080 cowond2*: "MENU, or top-right = Yes"
9077 iriverh100,iriverh120,iriverh300: "NAVI = Yes" 9081 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
9078 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes" 9082 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
9079 mrobe500: "PLAY, POWER, or top-right = Yes" 9083 mrobe500: "PLAY, POWER, or top-right = Yes"
9080 archosplayer: "(PLAY/STOP)" 9084 archosplayer: "(PLAY/STOP)"
9081 vibe500: "OK = Yes" 9085 vibe500: "OK = Yes"
@@ -9084,7 +9088,7 @@
9084 *: "PLAY = Sí" 9088 *: "PLAY = Sí"
9085 cowond2*: "MENÚ o arriba-derecha = Sí" 9089 cowond2*: "MENÚ o arriba-derecha = Sí"
9086 iriverh100,iriverh120,iriverh300: "NAVI = Sí" 9090 iriverh100,iriverh120,iriverh300: "NAVI = Sí"
9087 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Sí" 9091 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Sí"
9088 mrobe500: "PLAY, POWER o arriba-derecha = Sí" 9092 mrobe500: "PLAY, POWER o arriba-derecha = Sí"
9089 archosplayer: "(PLAY/STOP)" 9093 archosplayer: "(PLAY/STOP)"
9090 vibe500: "OK = Sí" 9094 vibe500: "OK = Sí"
@@ -9103,7 +9107,7 @@
9103 mrobe500: "HEART = Set" 9107 mrobe500: "HEART = Set"
9104 iriverh100,iriverh120,iriverh300: "NAVI = Set" 9108 iriverh100,iriverh120,iriverh300: "NAVI = Set"
9105 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set" 9109 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
9106 gogearsa9200: "PLAY = Set" 9110 gogearsa9200,samsungyh*: "PLAY = Set"
9107 vibe500: "OK = Set" 9111 vibe500: "OK = Set"
9108 mpiohd300: "ENTER = Set" 9112 mpiohd300: "ENTER = Set"
9109 </source> 9113 </source>
@@ -9113,7 +9117,7 @@
9113 mrobe500: "HEART = Fijar" 9117 mrobe500: "HEART = Fijar"
9114 iriverh100,iriverh120,iriverh300: "NAVI = Fijar" 9118 iriverh100,iriverh120,iriverh300: "NAVI = Fijar"
9115 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Fijar" 9119 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Fijar"
9116 gogearsa9200: "PLAY = Fijar" 9120 gogearsa9200,samsungyh*: "PLAY = Fijar"
9117 vibe500: "OK = Fijar" 9121 vibe500: "OK = Fijar"
9118 mpiohd300: "ENTER = Fijar" 9122 mpiohd300: "ENTER = Fijar"
9119 </dest> 9123 </dest>
diff --git a/apps/lang/esperanto.lang b/apps/lang/esperanto.lang
index d651f2a9fe..c318b2a8ae 100644
--- a/apps/lang/esperanto.lang
+++ b/apps/lang/esperanto.lang
@@ -4318,11 +4318,13 @@
4318 *: "OFF To Revert" 4318 *: "OFF To Revert"
4319 vibe500: "CANCEL To Revert" 4319 vibe500: "CANCEL To Revert"
4320 mpiohd300: "MENU To Revert" 4320 mpiohd300: "MENU To Revert"
4321 samsungyh*: "REW = Revert"
4321 </source> 4322 </source>
4322 <dest> 4323 <dest>
4323 *: "OFF Por Malvalidigi" 4324 *: "OFF Por Malvalidigi"
4324 vibe500: "C Por Malvalidigi" 4325 vibe500: "C Por Malvalidigi"
4325 mpiohd300: "MENU Por Malvalidigi" 4326 mpiohd300: "MENU Por Malvalidigi"
4327 samsungyh*: "REW Por Malvalidigi"
4326 </dest> 4328 </dest>
4327 <voice> 4329 <voice>
4328 *: "" 4330 *: ""
@@ -4404,9 +4406,11 @@
4404 user: core 4406 user: core
4405 <source> 4407 <source>
4406 *: "The disk is full. Press OFF to continue." 4408 *: "The disk is full. Press OFF to continue."
4409 samsungyh*: "Disk full. Press LEFT to continue."
4407 </source> 4410 </source>
4408 <dest> 4411 <dest>
4409 *: "Durdisko plena. Pesu OFF por kontinui." 4412 *: "Durdisko plena. Pesu OFF por kontinui."
4413 samsungyh*: "Durdisko plena. Pesu LEFT por kontinui."
4410 </dest> 4414 </dest>
4411 <voice> 4415 <voice>
4412 *: "" 4416 *: ""
diff --git a/apps/lang/finnish.lang b/apps/lang/finnish.lang
index bf058190be..9154f3aa34 100644
--- a/apps/lang/finnish.lang
+++ b/apps/lang/finnish.lang
@@ -4458,6 +4458,7 @@
4458 gigabeats: "BACK = Revert" 4458 gigabeats: "BACK = Revert"
4459 gogearsa9200: "LEFT = Revert" 4459 gogearsa9200: "LEFT = Revert"
4460 vibe500: "CANCEL = Revert" 4460 vibe500: "CANCEL = Revert"
4461 samsungyh*: "REW = Revert"
4461 </source> 4462 </source>
4462 <dest> 4463 <dest>
4463 *: none 4464 *: none
@@ -4471,8 +4472,9 @@
4471 sansafuzeplus: "BACK = Peruuta" 4472 sansafuzeplus: "BACK = Peruuta"
4472 mrobe100: "DISPLAY = Peruuta" 4473 mrobe100: "DISPLAY = Peruuta"
4473 gigabeats: "BACK = Peruuta" 4474 gigabeats: "BACK = Peruuta"
4474 gogearsa9200: "VASEN = Revert" 4475 gogearsa9200: "VASEN = Peruuta"
4475 vibe500: "CANCEL = Peruuta" 4476 vibe500: "CANCEL = Peruuta"
4477 samsungyh*: "REW = Peruuta"
4476 </dest> 4478 </dest>
4477 <voice> 4479 <voice>
4478 *: none 4480 *: none
@@ -4522,6 +4524,7 @@
4522 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 4524 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
4523 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 4525 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
4524 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue." 4526 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue."
4527 samsungyh*: "Disk full. Press LEFT to continue."
4525 </source> 4528 </source>
4526 <dest> 4529 <dest>
4527 *: none 4530 *: none
@@ -4529,6 +4532,7 @@
4529 iriverh100,iriverh120,iriverh300: "Levy täynnä. Jatka painamalla STOP." 4532 iriverh100,iriverh120,iriverh300: "Levy täynnä. Jatka painamalla STOP."
4530 iaudiom5,iaudiox5: "Levy täynnä. Jatka painamalla POWER." 4533 iaudiom5,iaudiox5: "Levy täynnä. Jatka painamalla POWER."
4531 sansae200*,sansac200*,vibe500: "Levy täynnä. Jatka painamalla PREV." 4534 sansae200*,sansac200*,vibe500: "Levy täynnä. Jatka painamalla PREV."
4535 samsungyh*: "Levy täynnä. Jatka painamalla LEFT."
4532 </dest> 4536 </dest>
4533 <voice> 4537 <voice>
4534 *: none 4538 *: none
@@ -9042,7 +9046,7 @@
9042 *: "Building database... %d found (OFF to return)" 9046 *: "Building database... %d found (OFF to return)"
9043 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" 9047 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
9044 ipod*: "Building database... %d found (PREV to return)" 9048 ipod*: "Building database... %d found (PREV to return)"
9045 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" 9049 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
9046 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)" 9050 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
9047 gogearsa9200: "Building database... %d found (REW to return)" 9051 gogearsa9200: "Building database... %d found (REW to return)"
9048 archosplayer: "Building DB %d found" 9052 archosplayer: "Building DB %d found"
@@ -9051,7 +9055,7 @@
9051 *: "Luodaan tietokantaa... %d löytyi (OFF = palaa)" 9055 *: "Luodaan tietokantaa... %d löytyi (OFF = palaa)"
9052 iriverh100,iriverh120,iriverh300: "Luodaan tietokantaa... %d löytyi (STOP = palaa)" 9056 iriverh100,iriverh120,iriverh300: "Luodaan tietokantaa... %d löytyi (STOP = palaa)"
9053 ipod*: "Luodaan tietokantaa... %d löytyi (PREV = palaa)" 9057 ipod*: "Luodaan tietokantaa... %d löytyi (PREV = palaa)"
9054 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Luodaan tietokantaa... %d löytyi (VASEN = palaa)" 9058 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Luodaan tietokantaa... %d löytyi (VASEN = palaa)"
9055 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Luodaan tietokantaa... %d löytyi (PREV = palaa)" 9059 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Luodaan tietokantaa... %d löytyi (PREV = palaa)"
9056 gogearsa9200: "Luodaan tietokantaa... %d löytyi (REW = palaa)" 9060 gogearsa9200: "Luodaan tietokantaa... %d löytyi (REW = palaa)"
9057 archosplayer: "Luodaan tk %d löytyi" 9061 archosplayer: "Luodaan tk %d löytyi"
@@ -9554,7 +9558,7 @@
9554 *: "PLAY = Yes" 9558 *: "PLAY = Yes"
9555 cowond2*: "MENU, or top-right = Yes" 9559 cowond2*: "MENU, or top-right = Yes"
9556 iriverh100,iriverh120,iriverh300: "NAVI = Yes" 9560 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
9557 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes" 9561 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
9558 mrobe500: "PLAY, POWER, or top-right = Yes" 9562 mrobe500: "PLAY, POWER, or top-right = Yes"
9559 archosplayer: "(PLAY/STOP)" 9563 archosplayer: "(PLAY/STOP)"
9560 vibe500: "OK = Yes" 9564 vibe500: "OK = Yes"
@@ -9563,7 +9567,7 @@
9563 *: "PLAY = Kyllä" 9567 *: "PLAY = Kyllä"
9564 cowond2*: "MENU tai yläoikea = Kyllä" 9568 cowond2*: "MENU tai yläoikea = Kyllä"
9565 iriverh100,iriverh120,iriverh300: "NAVI = Kyllä" 9569 iriverh100,iriverh120,iriverh300: "NAVI = Kyllä"
9566 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Kyllä" 9570 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Kyllä"
9567 mrobe500: "PLAY, POWER tai yläoikea = Kyllä" 9571 mrobe500: "PLAY, POWER tai yläoikea = Kyllä"
9568 archosplayer: "(PLAY/STOP)" 9572 archosplayer: "(PLAY/STOP)"
9569 vibe500: "OK = Kyllä" 9573 vibe500: "OK = Kyllä"
@@ -9582,7 +9586,7 @@
9582 mrobe500: "HEART = Set" 9586 mrobe500: "HEART = Set"
9583 iriverh100,iriverh120,iriverh300: "NAVI = Set" 9587 iriverh100,iriverh120,iriverh300: "NAVI = Set"
9584 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set" 9588 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
9585 gogearsa9200: "PLAY = Set" 9589 gogearsa9200,samsungyh*: "PLAY = Set"
9586 vibe500: "OK = Set" 9590 vibe500: "OK = Set"
9587 mpiohd300: "ENTER = Set" 9591 mpiohd300: "ENTER = Set"
9588 </source> 9592 </source>
@@ -9592,7 +9596,7 @@
9592 mrobe500: "HEART = Aseta" 9596 mrobe500: "HEART = Aseta"
9593 iriverh100,iriverh120,iriverh300: "NAVI = Aseta" 9597 iriverh100,iriverh120,iriverh300: "NAVI = Aseta"
9594 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Aseta" 9598 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Aseta"
9595 gogearsa9200: "PLAY = Aseta" 9599 gogearsa9200,samsungyh*: "PLAY = Aseta"
9596 vibe500: "OK = Aseta" 9600 vibe500: "OK = Aseta"
9597 mpiohd300: "ENTER = Aseta" 9601 mpiohd300: "ENTER = Aseta"
9598 </dest> 9602 </dest>
diff --git a/apps/lang/francais.lang b/apps/lang/francais.lang
index f96cadcacd..d550b57e10 100644
--- a/apps/lang/francais.lang
+++ b/apps/lang/francais.lang
@@ -277,7 +277,7 @@
277 *: "PLAY = Yes" 277 *: "PLAY = Yes"
278 cowond2*: "MENU, or top-right = Yes" 278 cowond2*: "MENU, or top-right = Yes"
279 iriverh100,iriverh120,iriverh300: "NAVI = Yes" 279 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
280 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes" 280 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
281 mrobe500: "PLAY, POWER, or top-right = Yes" 281 mrobe500: "PLAY, POWER, or top-right = Yes"
282 archosplayer: "(PLAY/STOP)" 282 archosplayer: "(PLAY/STOP)"
283 vibe500: "OK = Yes" 283 vibe500: "OK = Yes"
@@ -286,7 +286,7 @@
286 *: "PLAY = Oui" 286 *: "PLAY = Oui"
287 cowond2*: "MENU = Oui" 287 cowond2*: "MENU = Oui"
288 iriverh100,iriverh120,iriverh300: "NAVI = Oui" 288 iriverh100,iriverh120,iriverh300: "NAVI = Oui"
289 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Oui" 289 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Oui"
290 mrobe500: "PLAY ou POWER = Oui" 290 mrobe500: "PLAY ou POWER = Oui"
291 archosplayer: "(PLAY/STOP)" 291 archosplayer: "(PLAY/STOP)"
292 vibe500: "OK = Oui" 292 vibe500: "OK = Oui"
@@ -2260,7 +2260,7 @@
2260 *: "Building database... %d found (OFF to return)" 2260 *: "Building database... %d found (OFF to return)"
2261 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" 2261 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
2262 ipod*: "Building database... %d found (PREV to return)" 2262 ipod*: "Building database... %d found (PREV to return)"
2263 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" 2263 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
2264 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)" 2264 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
2265 gogearsa9200: "Building database... %d found (REW to return)" 2265 gogearsa9200: "Building database... %d found (REW to return)"
2266 archosplayer: "Building DB %d found" 2266 archosplayer: "Building DB %d found"
@@ -2269,7 +2269,7 @@
2269 *: "Création base de données... %d trouvés (OFF = retour)" 2269 *: "Création base de données... %d trouvés (OFF = retour)"
2270 iriverh100,iriverh120,iriverh300: "Création base de données... %d trouvés (STOP = retour)" 2270 iriverh100,iriverh120,iriverh300: "Création base de données... %d trouvés (STOP = retour)"
2271 ipod*: "Création base de données... %d trouvés (PREV = retour)" 2271 ipod*: "Création base de données... %d trouvés (PREV = retour)"
2272 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Création base de données... %d trouvés (LEFT = retour)" 2272 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Création base de données... %d trouvés (LEFT = retour)"
2273 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Création base de données... %d trouvés (PREV = retour)" 2273 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Création base de données... %d trouvés (PREV = retour)"
2274 gogearsa9200: "Création base de données... %d trouvés (REW = retour)" 2274 gogearsa9200: "Création base de données... %d trouvés (REW = retour)"
2275 archosplayer: "Création BD %d trouvés" 2275 archosplayer: "Création BD %d trouvés"
@@ -3976,7 +3976,7 @@
3976 mrobe500: "HEART = Set" 3976 mrobe500: "HEART = Set"
3977 iriverh100,iriverh120,iriverh300: "NAVI = Set" 3977 iriverh100,iriverh120,iriverh300: "NAVI = Set"
3978 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set" 3978 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
3979 gogearsa9200: "PLAY = Set" 3979 gogearsa9200,samsungyh*: "PLAY = Set"
3980 vibe500: "OK = Set" 3980 vibe500: "OK = Set"
3981 mpiohd300: "ENTER = Set" 3981 mpiohd300: "ENTER = Set"
3982 </source> 3982 </source>
@@ -3986,13 +3986,13 @@
3986 mrobe500: "HEART = Valider" 3986 mrobe500: "HEART = Valider"
3987 iriverh100,iriverh120,iriverh300: "NAVI = Valider" 3987 iriverh100,iriverh120,iriverh300: "NAVI = Valider"
3988 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Valider" 3988 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Valider"
3989 gogearsa9200: "PLAY = Valider" 3989 gogearsa9200,samsungyh*: "PLAY = Valider"
3990 vibe500: "OK = Valider" 3990 vibe500: "OK = Valider"
3991 mpiohd300: "ENTER = Valider" 3991 mpiohd300: "ENTER = Valider"
3992 </dest> 3992 </dest>
3993 <voice> 3993 <voice>
3994 *: none 3994 *: none
3995 rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200: "" 3995 rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200,samsungyh*: ""
3996 </voice> 3996 </voice>
3997</phrase> 3997</phrase>
3998<phrase> 3998<phrase>
@@ -4013,6 +4013,7 @@
4013 gigabeats: "BACK = Revert" 4013 gigabeats: "BACK = Revert"
4014 gogearsa9200: "LEFT = Revert" 4014 gogearsa9200: "LEFT = Revert"
4015 vibe500: "CANCEL = Revert" 4015 vibe500: "CANCEL = Revert"
4016 samsungyh*: "REW = Revert"
4016 </source> 4017 </source>
4017 <dest> 4018 <dest>
4018 *: none 4019 *: none
@@ -4028,6 +4029,7 @@
4028 gigabeats: "BACK = Annuler" 4029 gigabeats: "BACK = Annuler"
4029 gogearsa9200: "LEFT = Annuler" 4030 gogearsa9200: "LEFT = Annuler"
4030 vibe500: "C = Annuler" 4031 vibe500: "C = Annuler"
4032 samsungyh*: "REW = Annuler"
4031 </dest> 4033 </dest>
4032 <voice> 4034 <voice>
4033 *: none 4035 *: none
@@ -8009,6 +8011,7 @@
8009 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 8011 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
8010 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 8012 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
8011 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue." 8013 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue."
8014 samsungyh*: "Disk full. Press LEFT to continue."
8012 </source> 8015 </source>
8013 <dest> 8016 <dest>
8014 *: none 8017 *: none
@@ -8016,6 +8019,7 @@
8016 iriverh100,iriverh120,iriverh300: "Disque plein. Presser STOP pour continuer." 8019 iriverh100,iriverh120,iriverh300: "Disque plein. Presser STOP pour continuer."
8017 iaudiom5,iaudiox5: "Disque plein. Presser POWER pour continuer." 8020 iaudiom5,iaudiox5: "Disque plein. Presser POWER pour continuer."
8018 sansae200*,sansac200*,vibe500: "Disque plein. Presser PREV pour continuer." 8021 sansae200*,sansac200*,vibe500: "Disque plein. Presser PREV pour continuer."
8022 samsungyh*: "Disque plein. Presser LEFT pour continuer."
8019 </dest> 8023 </dest>
8020 <voice> 8024 <voice>
8021 *: none 8025 *: none
diff --git a/apps/lang/galego.lang b/apps/lang/galego.lang
index fbd682a237..ad931c00e3 100644
--- a/apps/lang/galego.lang
+++ b/apps/lang/galego.lang
@@ -2959,6 +2959,7 @@ iriverifp7xx: "%d%% %dh %dm"
2959 gigabeats: "BACK = Revert" 2959 gigabeats: "BACK = Revert"
2960 gogearsa9200: "LEFT = Revert" 2960 gogearsa9200: "LEFT = Revert"
2961 vibe500: "CANCEL = Revert" 2961 vibe500: "CANCEL = Revert"
2962 samsungyh*: "REW = Revert"
2962 </source> 2963 </source>
2963 <dest> 2964 <dest>
2964 *: none 2965 *: none
@@ -2974,6 +2975,7 @@ iriverifp7xx: "%d%% %dh %dm"
2974 gigabeats: "BACK = desfacer" 2975 gigabeats: "BACK = desfacer"
2975 gogearsa9200: "LEFT = desfacer" 2976 gogearsa9200: "LEFT = desfacer"
2976 vibe500: "CANCEL = desfacer" 2977 vibe500: "CANCEL = desfacer"
2978 samsungyh*: "REW = desfacer"
2977 </dest> 2979 </dest>
2978 <voice> 2980 <voice>
2979 *: none 2981 *: none
@@ -2989,6 +2991,7 @@ iriverifp7xx: "%d%% %dh %dm"
2989 gigabeats: "BACK = desfacer" 2991 gigabeats: "BACK = desfacer"
2990 gogearsa9200: "LEFT = desfacer" 2992 gogearsa9200: "LEFT = desfacer"
2991 vibe500: "CANCEL = desfacer" 2993 vibe500: "CANCEL = desfacer"
2994 samsungyh*: "REW = desfacer"
2992 </voice> 2995 </voice>
2993</phrase> 2996</phrase>
2994<phrase> 2997<phrase>
@@ -3052,6 +3055,7 @@ iriverifp7xx: "%d%% %dh %dm"
3052 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 3055 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
3053 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 3056 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
3054 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue." 3057 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue."
3058 samsungyh*: "Disk full. Press LEFT to continue."
3055 </source> 3059 </source>
3056 <dest> 3060 <dest>
3057 *: none 3061 *: none
@@ -3059,6 +3063,7 @@ iriverifp7xx: "%d%% %dh %dm"
3059 iriverh100,iriverh120,iriverh300: "O disco está cheo. Pulsa STOP para continuar." 3063 iriverh100,iriverh120,iriverh300: "O disco está cheo. Pulsa STOP para continuar."
3060 iaudiom5,iaudiox5: "O disco está cheo. Pulsa POWER para continuar." 3064 iaudiom5,iaudiox5: "O disco está cheo. Pulsa POWER para continuar."
3061 sansae200*,sansac200*,vibe500: "O disco está cheo. Pulsa PREV para continuar." 3065 sansae200*,sansac200*,vibe500: "O disco está cheo. Pulsa PREV para continuar."
3066 samsungyh*: "O disco está cheo. Pulsa LEFT para continuar."
3062 </dest> 3067 </dest>
3063 <voice> 3068 <voice>
3064 *: none 3069 *: none
@@ -3066,6 +3071,7 @@ iriverifp7xx: "%d%% %dh %dm"
3066 iriverh100,iriverh120,iriverh300: "O disco está cheo. Pulsa STOP para continuar." 3071 iriverh100,iriverh120,iriverh300: "O disco está cheo. Pulsa STOP para continuar."
3067 iaudiom5,iaudiox5: "O disco está cheo. Pulsa POWER para continuar." 3072 iaudiom5,iaudiox5: "O disco está cheo. Pulsa POWER para continuar."
3068 sansae200*,sansac200*,vibe500: "O disco está cheo. Pulsa PREV para continuar." 3073 sansae200*,sansac200*,vibe500: "O disco está cheo. Pulsa PREV para continuar."
3074 samsungyh*: "O disco está cheo. Pulsa LEFT para continuar."
3069 </voice> 3075 </voice>
3070</phrase> 3076</phrase>
3071<phrase> 3077<phrase>
@@ -6211,7 +6217,7 @@ iriverifp7xx: "%d%% %dh %dm"
6211 *: "Building database... %d found (OFF to return)" 6217 *: "Building database... %d found (OFF to return)"
6212 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" 6218 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
6213 ipod*: "Building database... %d found (PREV to return)" 6219 ipod*: "Building database... %d found (PREV to return)"
6214 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" 6220 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
6215 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)" 6221 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
6216 gogearsa9200: "Building database... %d found (REW to return)" 6222 gogearsa9200: "Building database... %d found (REW to return)"
6217 archosplayer: "Building DB %d found" 6223 archosplayer: "Building DB %d found"
@@ -6220,7 +6226,7 @@ iriverifp7xx: "%d%% %dh %dm"
6220 *: "Construindo a base de datos... %d atopadas (OFF para volver)" 6226 *: "Construindo a base de datos... %d atopadas (OFF para volver)"
6221 iriverh100,iriverh120,iriverh300: "Construindo a base de datos... %d atopadas (STOP para volver)" 6227 iriverh100,iriverh120,iriverh300: "Construindo a base de datos... %d atopadas (STOP para volver)"
6222 ipod*: "Construindo a base de datos... %d atopadas (PREV para volver)" 6228 ipod*: "Construindo a base de datos... %d atopadas (PREV para volver)"
6223 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Construindo a base de datos... %d atopadas (LEFT para volver)" 6229 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Construindo a base de datos... %d atopadas (LEFT para volver)"
6224 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Construindo a base de datos... %d atopadas (PREV para volver)" 6230 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Construindo a base de datos... %d atopadas (PREV para volver)"
6225 gogearsa9200: "Construindo a base de datos... %d atopadas (REW para volver)" 6231 gogearsa9200: "Construindo a base de datos... %d atopadas (REW para volver)"
6226 archosplayer: "Construindo BD %d atop." 6232 archosplayer: "Construindo BD %d atop."
@@ -7805,7 +7811,7 @@ iriverifp7xx: "%d%% %dh %dm"
7805 *: "PLAY = Yes" 7811 *: "PLAY = Yes"
7806 cowond2*: "MENU, or top-right = Yes" 7812 cowond2*: "MENU, or top-right = Yes"
7807 iriverh100,iriverh120,iriverh300: "NAVI = Yes" 7813 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
7808 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes" 7814 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
7809 mrobe500: "PLAY, POWER, or top-right = Yes" 7815 mrobe500: "PLAY, POWER, or top-right = Yes"
7810 archosplayer: "(PLAY/STOP)" 7816 archosplayer: "(PLAY/STOP)"
7811 vibe500: "OK = Yes" 7817 vibe500: "OK = Yes"
@@ -7814,8 +7820,7 @@ iriverifp7xx: "%d%% %dh %dm"
7814 *: "PLAY = Si" 7820 *: "PLAY = Si"
7815 cowond2*: "MENU, ou arriba-dereita = Si" 7821 cowond2*: "MENU, ou arriba-dereita = Si"
7816 iriverh100,iriverh120,iriverh300: "NAVI = Si" 7822 iriverh100,iriverh120,iriverh300: "NAVI = Si"
7817samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100 7823 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Si"
7818,sansaclip*,sansafuze*,sansaconnect: "SELECT = Si"
7819 mrobe500: "PLAY, POWER, ou arriba-dereita = Si" 7824 mrobe500: "PLAY, POWER, ou arriba-dereita = Si"
7820 archosplayer: "(PLAY/STOP)" 7825 archosplayer: "(PLAY/STOP)"
7821 vibe500: "OK = Si" 7826 vibe500: "OK = Si"
@@ -7851,7 +7856,7 @@ samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iri
7851 mrobe500: "HEART = Set" 7856 mrobe500: "HEART = Set"
7852 iriverh100,iriverh120,iriverh300: "NAVI = Set" 7857 iriverh100,iriverh120,iriverh300: "NAVI = Set"
7853 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set" 7858 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
7854 gogearsa9200: "PLAY = Set" 7859 gogearsa9200,samsungyh*: "PLAY = Set"
7855 vibe500: "OK = Set" 7860 vibe500: "OK = Set"
7856 mpiohd300: "ENTER = Set" 7861 mpiohd300: "ENTER = Set"
7857 </source> 7862 </source>
@@ -7860,15 +7865,14 @@ samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iri
7860 rtc: "ON = Aceptar" 7865 rtc: "ON = Aceptar"
7861 mrobe500: "HEART = Aceptar" 7866 mrobe500: "HEART = Aceptar"
7862 iriverh100,iriverh120,iriverh300: "NAVI = Aceptar" 7867 iriverh100,iriverh120,iriverh300: "NAVI = Aceptar"
7863ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip* 7868 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Aceptar"
7864,sansafuze*,sansaconnect: "SELECT = Aceptar" 7869 gogearsa9200,samsungyh*: "PLAY = Aceptar"
7865 gogearsa9200: "PLAY = Aceptar"
7866 vibe500: "OK = Aceptar" 7870 vibe500: "OK = Aceptar"
7867 mpiohd300: "ENTER = Aceptar" 7871 mpiohd300: "ENTER = Aceptar"
7868 </dest> 7872 </dest>
7869 <voice> 7873 <voice>
7870 *: none 7874 *: none
7871 rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200: "" 7875 rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200,samsungyh*: ""
7872 </voice> 7876 </voice>
7873</phrase> 7877</phrase>
7874<phrase> 7878<phrase>
diff --git a/apps/lang/greek.lang b/apps/lang/greek.lang
index 81a35e5476..a175755f47 100644
--- a/apps/lang/greek.lang
+++ b/apps/lang/greek.lang
@@ -251,14 +251,14 @@
251 <source> 251 <source>
252 *: "PLAY = Yes" 252 *: "PLAY = Yes"
253 iriverh100,iriverh120,iriverh300: "NAVI = Yes" 253 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
254 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,gogearsa9200: "SELECT = Yes" 254 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,gogearsa9200: "SELECT = Yes"
255 archosplayer: "(PLAY/STOP)" 255 archosplayer: "(PLAY/STOP)"
256 vibe500: "OK = Yes" 256 vibe500: "OK = Yes"
257 </source> 257 </source>
258 <dest> 258 <dest>
259 *: "PLAY = Επικύρωση" 259 *: "PLAY = Επικύρωση"
260 iriverh100,iriverh120,iriverh300: "NAVI = Επικύρωση" 260 iriverh100,iriverh120,iriverh300: "NAVI = Επικύρωση"
261 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,gogearsa9200: "SELECT = Επικύρωση" 261 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,gogearsa9200: "SELECT = Επικύρωση"
262 archosplayer: "(PLAY/STOP)" 262 archosplayer: "(PLAY/STOP)"
263 vibe500: "OK = Επικύρωση" 263 vibe500: "OK = Επικύρωση"
264 </dest> 264 </dest>
@@ -2217,14 +2217,14 @@
2217 *: "Building database... %d found (OFF to return)" 2217 *: "Building database... %d found (OFF to return)"
2218 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" 2218 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
2219 ipod*: "Building database... %d found (PREV to return)" 2219 ipod*: "Building database... %d found (PREV to return)"
2220 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" 2220 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
2221 iriverh10,iriverh10_5gb,sansae200*,sansac200*,gogearsa9200,vibe500: "Building database... %d found (PREV to return)" 2221 iriverh10,iriverh10_5gb,sansae200*,sansac200*,gogearsa9200,vibe500: "Building database... %d found (PREV to return)"
2222 </source> 2222 </source>
2223 <dest> 2223 <dest>
2224 *: "Δημιουργία βάσεως δεδομένων... βρέθηκαν %d (OFF για επιστροφή)" 2224 *: "Δημιουργία βάσεως δεδομένων... βρέθηκαν %d (OFF για επιστροφή)"
2225 iriverh100,iriverh120,iriverh300: "Δημιουργία βάσεως δεδομένων... βρέθηκαν %d (STOP για επιστροφή)" 2225 iriverh100,iriverh120,iriverh300: "Δημιουργία βάσεως δεδομένων... βρέθηκαν %d (STOP για επιστροφή)"
2226 ipod*: "Δημιουργία βάσεως δεδομένων... βρέθηκαν %d (PREV για επιστροφή)" 2226 ipod*: "Δημιουργία βάσεως δεδομένων... βρέθηκαν %d (PREV για επιστροφή)"
2227 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Δημιουργία βάσεως δεδομένων... βρέθηκαν %d (LEFT για επιστροφή)" 2227 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Δημιουργία βάσεως δεδομένων... βρέθηκαν %d (LEFT για επιστροφή)"
2228 iriverh10,iriverh10_5gb,sansae200*,sansac200*,gogearsa9200,vibe500: "Δημιουργία βάσεως δεδομένων... βρέθηκαν %d (PREV για επιστροφή)" 2228 iriverh10,iriverh10_5gb,sansae200*,sansac200*,gogearsa9200,vibe500: "Δημιουργία βάσεως δεδομένων... βρέθηκαν %d (PREV για επιστροφή)"
2229 </dest> 2229 </dest>
2230 <voice> 2230 <voice>
@@ -3927,7 +3927,8 @@
3927 *: none 3927 *: none
3928 rtc: "ON = Set" 3928 rtc: "ON = Set"
3929 iriverh100,iriverh120,iriverh300: "NAVI = Set" 3929 iriverh100,iriverh120,iriverh300: "NAVI = Set"
3930 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200: "SELECT = Set" 3930 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100: "SELECT = Set"
3931 gogearsa9200,samsungyh*: "PLAY = Set"
3931 vibe500: "OK = Set" 3932 vibe500: "OK = Set"
3932 mpiohd300: "ENTER = Set" 3933 mpiohd300: "ENTER = Set"
3933 </source> 3934 </source>
@@ -3935,7 +3936,8 @@
3935 *: none 3936 *: none
3936 rtc: "ON = Ρύθμιση" 3937 rtc: "ON = Ρύθμιση"
3937 iriverh100,iriverh120,iriverh300: "NAVI = Ρύθμιση" 3938 iriverh100,iriverh120,iriverh300: "NAVI = Ρύθμιση"
3938 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200: "SELECT = Ρύθμιση" 3939 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100: "SELECT = Ρύθμιση"
3940 gogearsa9200,samsungyh*: "PLAY = Ρύθμιση"
3939 vibe500: "OK = Ρύθμιση" 3941 vibe500: "OK = Ρύθμιση"
3940 mpiohd300: "ENTER = Ρύθμιση" 3942 mpiohd300: "ENTER = Ρύθμιση"
3941 </dest> 3943 </dest>
@@ -3959,6 +3961,7 @@
3959 mrobe100: "DISPLAY = Revert" 3961 mrobe100: "DISPLAY = Revert"
3960 gigabeats: "BACK = Revert" 3962 gigabeats: "BACK = Revert"
3961 vibe500: "CANCEL = Revert" 3963 vibe500: "CANCEL = Revert"
3964 samsungyh*: "REW = Revert"
3962 </source> 3965 </source>
3963 <dest> 3966 <dest>
3964 *: none 3967 *: none
@@ -3972,6 +3975,7 @@
3972 mrobe100: "DISPLAY = Ακύρωση" 3975 mrobe100: "DISPLAY = Ακύρωση"
3973 gigabeats: "BACK = Ακύρωση" 3976 gigabeats: "BACK = Ακύρωση"
3974 vibe500: "C = Ακύρωση" 3977 vibe500: "C = Ακύρωση"
3978 samsungyh*: "REW = Ακύρωση"
3975 </dest> 3979 </dest>
3976 <voice> 3980 <voice>
3977 *: none 3981 *: none
@@ -7951,6 +7955,7 @@
7951 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 7955 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
7952 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 7956 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
7953 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue." 7957 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue."
7958 samsungyh*: "Disk full. Press LEFT to continue."
7954 </source> 7959 </source>
7955 <dest> 7960 <dest>
7956 *: none 7961 *: none
@@ -7958,6 +7963,7 @@
7958 iriverh100,iriverh120,iriverh300: "Ο δίσκος είναι γεμάτος. Πατήστε STOP για συνέχεια." 7963 iriverh100,iriverh120,iriverh300: "Ο δίσκος είναι γεμάτος. Πατήστε STOP για συνέχεια."
7959 iaudiom5,iaudiox5: "Ο δίσκος είναι γεμάτος. Πατήστε POWER για συνέχεια.." 7964 iaudiom5,iaudiox5: "Ο δίσκος είναι γεμάτος. Πατήστε POWER για συνέχεια.."
7960 sansae200*,sansac200*,vibe500: "Ο δίσκος είναι γεμάτος. Πατήστε PREV για συνέχεια." 7965 sansae200*,sansac200*,vibe500: "Ο δίσκος είναι γεμάτος. Πατήστε PREV για συνέχεια."
7966 samsungyh*: "Ο δίσκος είναι γεμάτος. Πατήστε LEFT για συνέχεια."
7961 </dest> 7967 </dest>
7962 <voice> 7968 <voice>
7963 *: none 7969 *: none
diff --git a/apps/lang/hebrew.lang b/apps/lang/hebrew.lang
index 19888747aa..3376a522aa 100644
--- a/apps/lang/hebrew.lang
+++ b/apps/lang/hebrew.lang
@@ -255,7 +255,7 @@
255 *: "PLAY = Yes" 255 *: "PLAY = Yes"
256 cowond2*: "MENU, or top-right = Yes" 256 cowond2*: "MENU, or top-right = Yes"
257 iriverh100,iriverh120,iriverh300: "NAVI = Yes" 257 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
258 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes" 258 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
259 mrobe500: "PLAY, POWER, or top-right = Yes" 259 mrobe500: "PLAY, POWER, or top-right = Yes"
260 archosplayer: "(PLAY/STOP)" 260 archosplayer: "(PLAY/STOP)"
261 vibe500: "OK = Yes" 261 vibe500: "OK = Yes"
@@ -264,7 +264,7 @@
264 *: "כן = PLAY" 264 *: "כן = PLAY"
265 cowond2*: "או פינה ימנית-עליונה = כן MENU" 265 cowond2*: "או פינה ימנית-עליונה = כן MENU"
266 iriverh100,iriverh120,iriverh300: "כן = NAVI" 266 iriverh100,iriverh120,iriverh300: "כן = NAVI"
267 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "כן = SELECT" 267 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "כן = SELECT"
268 mrobe500: "או פינה ימנית-עליונה = כן Power, Play" 268 mrobe500: "או פינה ימנית-עליונה = כן Power, Play"
269 archosplayer: "(PLAY/STOP)" 269 archosplayer: "(PLAY/STOP)"
270 vibe500: "כן = OK" 270 vibe500: "כן = OK"
@@ -2241,7 +2241,7 @@
2241 *: "Building database... %d found (OFF to return)" 2241 *: "Building database... %d found (OFF to return)"
2242 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" 2242 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
2243 ipod*: "Building database... %d found (PREV to return)" 2243 ipod*: "Building database... %d found (PREV to return)"
2244 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" 2244 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
2245 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)" 2245 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
2246 gogearsa9200: "Building database... %d found (REW to return)" 2246 gogearsa9200: "Building database... %d found (REW to return)"
2247 </source> 2247 </source>
@@ -2249,7 +2249,7 @@
2249 *: "בונה מסד נתונים... %d נמצאו (OFF כדי לחזור)" 2249 *: "בונה מסד נתונים... %d נמצאו (OFF כדי לחזור)"
2250 iriverh100,iriverh120,iriverh300: "בונה מסד נתונים... %d נמצאו (STOP כדי לחזור)" 2250 iriverh100,iriverh120,iriverh300: "בונה מסד נתונים... %d נמצאו (STOP כדי לחזור)"
2251 ipod*: "בונה מסד נתונים... %d נמצאו (PREV כדי לחזור)" 2251 ipod*: "בונה מסד נתונים... %d נמצאו (PREV כדי לחזור)"
2252 iaudiox5,iaudiom5,gigabeat*,mrobe100: "בונה מסד נתונים... %d נמצאו (LEFT כדי לחזור)" 2252 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "בונה מסד נתונים... %d נמצאו (LEFT כדי לחזור)"
2253 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "בונה מסד נתונים... %d נמצאו (PREV כדי לחזור)" 2253 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "בונה מסד נתונים... %d נמצאו (PREV כדי לחזור)"
2254 gogearsa9200: "בונה מסד נתונים... %d נמצאו (REW כדי לחזור)" 2254 gogearsa9200: "בונה מסד נתונים... %d נמצאו (REW כדי לחזור)"
2255 </dest> 2255 </dest>
@@ -3955,7 +3955,7 @@
3955 mrobe500: "HEART = Set" 3955 mrobe500: "HEART = Set"
3956 iriverh100,iriverh120,iriverh300: "NAVI = Set" 3956 iriverh100,iriverh120,iriverh300: "NAVI = Set"
3957 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set" 3957 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
3958 gogearsa9200: "PLAY = Set" 3958 gogearsa9200,samsungyh*: "PLAY = Set"
3959 vibe500: "OK = Set" 3959 vibe500: "OK = Set"
3960 mpiohd300: "ENTER = Set" 3960 mpiohd300: "ENTER = Set"
3961 </source> 3961 </source>
@@ -3965,13 +3965,13 @@
3965 mrobe500: "קבע = HEART" 3965 mrobe500: "קבע = HEART"
3966 iriverh100,iriverh120,iriverh300: "קבע = NAVI" 3966 iriverh100,iriverh120,iriverh300: "קבע = NAVI"
3967 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "קבע = SELECT" 3967 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "קבע = SELECT"
3968 gogearsa9200: "קבע = PLAY" 3968 gogearsa9200,samsungyh*: "קבע = PLAY"
3969 vibe500: "קבע = OK" 3969 vibe500: "קבע = OK"
3970 mpiohd300: "קבע = ENTER" 3970 mpiohd300: "קבע = ENTER"
3971 </dest> 3971 </dest>
3972 <voice> 3972 <voice>
3973 *: none 3973 *: none
3974 rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200: "" 3974 rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200,samsungyh*: ""
3975 </voice> 3975 </voice>
3976</phrase> 3976</phrase>
3977<phrase> 3977<phrase>
@@ -3992,6 +3992,7 @@
3992 gigabeats: "BACK = Revert" 3992 gigabeats: "BACK = Revert"
3993 gogearsa9200: "LEFT = Revert" 3993 gogearsa9200: "LEFT = Revert"
3994 vibe500: "CANCEL = Revert" 3994 vibe500: "CANCEL = Revert"
3995 samsungyh*: "REW = Revert"
3995 </source> 3996 </source>
3996 <dest> 3997 <dest>
3997 *: none 3998 *: none
@@ -4006,6 +4007,7 @@
4006 gigabeats: "החזר = BACK" 4007 gigabeats: "החזר = BACK"
4007 gogearsa9200: "החזר = LEFT" 4008 gogearsa9200: "החזר = LEFT"
4008 vibe500: "החזר = C" 4009 vibe500: "החזר = C"
4010 samsungyh*: "החזר = Revert"
4009 </dest> 4011 </dest>
4010 <voice> 4012 <voice>
4011 *: none 4013 *: none
@@ -7986,6 +7988,7 @@
7986 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 7988 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
7987 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 7989 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
7988 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue." 7990 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue."
7991 samsungyh*: "Disk full. Press LEFT to continue."
7989 </source> 7992 </source>
7990 <dest> 7993 <dest>
7991 *: none 7994 *: none
@@ -7993,6 +7996,7 @@
7993 iriverh100,iriverh120,iriverh300: "הכונן מלא. לחץ על STOP כדי להמשיך" 7996 iriverh100,iriverh120,iriverh300: "הכונן מלא. לחץ על STOP כדי להמשיך"
7994 iaudiom5,iaudiox5: "הכונן מלא. לחץ על POWER כדי להמשיך" 7997 iaudiom5,iaudiox5: "הכונן מלא. לחץ על POWER כדי להמשיך"
7995 sansae200*,sansac200*,vibe500: "הכונן מלא. לחץ על PREV כדי להמשיך" 7998 sansae200*,sansac200*,vibe500: "הכונן מלא. לחץ על PREV כדי להמשיך"
7999 samsungyh*: "הכונן מלא. לחץ על LEFT כדי להמשיך"
7996 </dest> 8000 </dest>
7997 <voice> 8001 <voice>
7998 *: none 8002 *: none
diff --git a/apps/lang/hindi.lang b/apps/lang/hindi.lang
index c5d46f7b7c..6258477b3a 100644
--- a/apps/lang/hindi.lang
+++ b/apps/lang/hindi.lang
@@ -1116,14 +1116,14 @@
1116 *: "Building database... %d found (OFF to return)" 1116 *: "Building database... %d found (OFF to return)"
1117 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" 1117 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
1118 ipod*: "Building database... %d found (PREV to return)" 1118 ipod*: "Building database... %d found (PREV to return)"
1119 iaudiox5,iaudiom5: "Building database... %d found (LEFT to return)" 1119 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
1120 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)" 1120 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
1121 </source> 1121 </source>
1122 <dest> 1122 <dest>
1123 *: "डाटाबेस बन रहा है... %d मिले (OFF to बढ़)" 1123 *: "डाटाबेस बन रहा है... %d मिले (OFF to बढ़)"
1124 iriverh100,iriverh120,iriverh300: "डाटाबेस बन रहा है... %d मिले (STOP to बढ़)" 1124 iriverh100,iriverh120,iriverh300: "डाटाबेस बन रहा है... %d मिले (STOP to बढ़)"
1125 ipod*: "डाटाबेस बन रहा है... %d मिले (PREV to बढ़)" 1125 ipod*: "डाटाबेस बन रहा है... %d मिले (PREV to बढ़)"
1126 iaudiox5,iaudiom5: "डाटाबेस बन रहा है... %d मिले (LEFT to बढ़)" 1126 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "डाटाबेस बन रहा है... %d मिले (LEFT to बढ़)"
1127 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "डाटाबेस बन रहा है... %d मिले (PREV to बढ़)" 1127 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "डाटाबेस बन रहा है... %d मिले (PREV to बढ़)"
1128 </dest> 1128 </dest>
1129 <voice> 1129 <voice>
@@ -3811,6 +3811,7 @@
3811 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 3811 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
3812 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 3812 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
3813 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue." 3813 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue."
3814 samsungyh*: "Disk full. Press LEFT to continue."
3814 </source> 3815 </source>
3815 <dest> 3816 <dest>
3816 *: none 3817 *: none
@@ -3818,6 +3819,7 @@
3818 iriverh100,iriverh120,iriverh300: "दिसक भरी ह. Press STOP to continue." 3819 iriverh100,iriverh120,iriverh300: "दिसक भरी ह. Press STOP to continue."
3819 iaudiom5,iaudiox5: "दिसक भरी ह. Press POWER to continue." 3820 iaudiom5,iaudiox5: "दिसक भरी ह. Press POWER to continue."
3820 sansae200*,sansac200*,vibe500: "दिसक भरी ह. Press PREV to continue." 3821 sansae200*,sansac200*,vibe500: "दिसक भरी ह. Press PREV to continue."
3822 samsungyh*: "दिसक भरी ह. Press LEFT to continue."
3821 </dest> 3823 </dest>
3822 <voice> 3824 <voice>
3823 *: none 3825 *: none
diff --git a/apps/lang/hrvatski.lang b/apps/lang/hrvatski.lang
index f8c762862a..c6e86b2001 100644
--- a/apps/lang/hrvatski.lang
+++ b/apps/lang/hrvatski.lang
@@ -248,7 +248,7 @@
248 *: "PLAY = Yes" 248 *: "PLAY = Yes"
249 cowond2*: "MENU, or top-right = Yes" 249 cowond2*: "MENU, or top-right = Yes"
250 iriverh100,iriverh120,iriverh300: "NAVI = Yes" 250 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
251 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes" 251 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
252 mrobe500: "PLAY, POWER, or top-right = Yes" 252 mrobe500: "PLAY, POWER, or top-right = Yes"
253 archosplayer: "(PLAY/STOP)" 253 archosplayer: "(PLAY/STOP)"
254 vibe500: "OK = Yes" 254 vibe500: "OK = Yes"
@@ -257,7 +257,7 @@
257 *: "PLAY = Da" 257 *: "PLAY = Da"
258 cowond2*: "MENU, ili gore desno = Da" 258 cowond2*: "MENU, ili gore desno = Da"
259 iriverh100,iriverh120,iriverh300: "NAVI = Da" 259 iriverh100,iriverh120,iriverh300: "NAVI = Da"
260 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Da" 260 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Da"
261 mrobe500: "PLAY, POWER, ili gore desno = Da" 261 mrobe500: "PLAY, POWER, ili gore desno = Da"
262 archosplayer: "(PLAY/STOP)" 262 archosplayer: "(PLAY/STOP)"
263 vibe500: "OK = DA" 263 vibe500: "OK = DA"
@@ -2230,7 +2230,7 @@
2230 *: "Building database... %d found (OFF to return)" 2230 *: "Building database... %d found (OFF to return)"
2231 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" 2231 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
2232 ipod*: "Building database... %d found (PREV to return)" 2232 ipod*: "Building database... %d found (PREV to return)"
2233 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" 2233 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
2234 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)" 2234 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
2235 gogearsa9200: "Building database... %d found (REW to return)" 2235 gogearsa9200: "Building database... %d found (REW to return)"
2236 archosplayer: "Building DB %d found" 2236 archosplayer: "Building DB %d found"
@@ -2239,7 +2239,7 @@
2239 *: "Izgrađivanje baze podataka... %d pronađeno (OFF za povratak)" 2239 *: "Izgrađivanje baze podataka... %d pronađeno (OFF za povratak)"
2240 iriverh100,iriverh120,iriverh300: "Izgrađivanje baze podataka... %d pronađeno (STOP za povratak)" 2240 iriverh100,iriverh120,iriverh300: "Izgrađivanje baze podataka... %d pronađeno (STOP za povratak)"
2241 ipod*: "Izgrađivanje baze podataka... %d pronađeno (PREV za povratak)" 2241 ipod*: "Izgrađivanje baze podataka... %d pronađeno (PREV za povratak)"
2242 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Izgrađivanje baze podataka... %d pronađeno (LEFT za povratak)" 2242 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Izgrađivanje baze podataka... %d pronađeno (LEFT za povratak)"
2243 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Izgrađivanje baze podataka... %d pronađeno (PREV za povratak)" 2243 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Izgrađivanje baze podataka... %d pronađeno (PREV za povratak)"
2244 gogearsa9200: "Izgrađivanje baze podataka... %d pronađeno (REW za povratak)" 2244 gogearsa9200: "Izgrađivanje baze podataka... %d pronađeno (REW za povratak)"
2245 archosplayer: "Izgrađivanje DB %d pronađeno" 2245 archosplayer: "Izgrađivanje DB %d pronađeno"
@@ -3946,7 +3946,7 @@
3946 mrobe500: "HEART = Set" 3946 mrobe500: "HEART = Set"
3947 iriverh100,iriverh120,iriverh300: "NAVI = Set" 3947 iriverh100,iriverh120,iriverh300: "NAVI = Set"
3948 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set" 3948 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
3949 gogearsa9200: "PLAY = Set" 3949 gogearsa9200,samsungyh*: "PLAY = Set"
3950 vibe500: "OK = Set" 3950 vibe500: "OK = Set"
3951 mpiohd300: "ENTER = Set" 3951 mpiohd300: "ENTER = Set"
3952 </source> 3952 </source>
@@ -3956,13 +3956,13 @@
3956 mrobe500: "HEART = Postavi" 3956 mrobe500: "HEART = Postavi"
3957 iriverh100,iriverh120,iriverh300: "NAVI = Postavi" 3957 iriverh100,iriverh120,iriverh300: "NAVI = Postavi"
3958 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Postavi" 3958 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Postavi"
3959 gogearsa9200: "PLAY = Postavi" 3959 gogearsa9200,samsungyh*: "PLAY = Postavi"
3960 vibe500: "OK = Postavi" 3960 vibe500: "OK = Postavi"
3961 mpiohd300: "ENTER = Postavi" 3961 mpiohd300: "ENTER = Postavi"
3962 </dest> 3962 </dest>
3963 <voice> 3963 <voice>
3964 *: none 3964 *: none
3965 rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200: "" 3965 rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200,samsungyh*: ""
3966 </voice> 3966 </voice>
3967</phrase> 3967</phrase>
3968<phrase> 3968<phrase>
@@ -3983,6 +3983,7 @@
3983 gigabeats: "BACK = Revert" 3983 gigabeats: "BACK = Revert"
3984 gogearsa9200: "LEFT = Revert" 3984 gogearsa9200: "LEFT = Revert"
3985 vibe500: "CANCEL = Revert" 3985 vibe500: "CANCEL = Revert"
3986 samsungyh*: "REW = Revert"
3986 </source> 3987 </source>
3987 <dest> 3988 <dest>
3988 *: none 3989 *: none
@@ -3998,6 +3999,7 @@
3998 gigabeats: "BACK = Povrati" 3999 gigabeats: "BACK = Povrati"
3999 gogearsa9200: "LEFT = Povrati" 4000 gogearsa9200: "LEFT = Povrati"
4000 vibe500: "CANCEL = Povrati" 4001 vibe500: "CANCEL = Povrati"
4002 samsungyh*: "REW = Povrati"
4001 </dest> 4003 </dest>
4002 <voice> 4004 <voice>
4003 *: none 4005 *: none
@@ -7978,6 +7980,7 @@
7978 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 7980 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
7979 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 7981 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
7980 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue." 7982 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue."
7983 samsungyh*: "Disk full. Press LEFT to continue."
7981 </source> 7984 </source>
7982 <dest> 7985 <dest>
7983 *: none 7986 *: none
@@ -7985,6 +7988,7 @@
7985 iriverh100,iriverh120,iriverh300: "Disk je pun. Pritisnite STOP za nastavak." 7988 iriverh100,iriverh120,iriverh300: "Disk je pun. Pritisnite STOP za nastavak."
7986 iaudiom5,iaudiox5: "Disk je pun. Pritisnite POWER za nastavak." 7989 iaudiom5,iaudiox5: "Disk je pun. Pritisnite POWER za nastavak."
7987 sansae200*,sansac200*,vibe500: "Disk je pun. Pritisnite PREV za nastavak." 7990 sansae200*,sansac200*,vibe500: "Disk je pun. Pritisnite PREV za nastavak."
7991 samsungyh*: "Disk je pun. Pritisnite LEFT za nastavak."
7988 </dest> 7992 </dest>
7989 <voice> 7993 <voice>
7990 *: none 7994 *: none
diff --git a/apps/lang/islenska.lang b/apps/lang/islenska.lang
index 157156180a..a14d896626 100644
--- a/apps/lang/islenska.lang
+++ b/apps/lang/islenska.lang
@@ -3289,6 +3289,7 @@
3289 gigabeats: "BACK = Revert" 3289 gigabeats: "BACK = Revert"
3290 gogearsa9200: "LEFT = Revert" 3290 gogearsa9200: "LEFT = Revert"
3291 vibe500: "CANCEL = Revert" 3291 vibe500: "CANCEL = Revert"
3292 samsungyh*: "REW = Revert"
3292 </source> 3293 </source>
3293 <dest> 3294 <dest>
3294 *: none 3295 *: none
@@ -3304,6 +3305,7 @@
3304 gigabeats: "BACK = Revert" 3305 gigabeats: "BACK = Revert"
3305 gogearsa9200: "LEFT = Revert" 3306 gogearsa9200: "LEFT = Revert"
3306 vibe500: "CANCEL = Revert" 3307 vibe500: "CANCEL = Revert"
3308 samsungyh*: "REW = Revert"
3307 </dest> 3309 </dest>
3308 <voice> 3310 <voice>
3309 *: none 3311 *: none
@@ -3371,6 +3373,7 @@
3371 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 3373 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
3372 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 3374 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
3373 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue." 3375 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue."
3376 samsungyh*: "Disk full. Press LEFT to continue."
3374 </source> 3377 </source>
3375 <dest> 3378 <dest>
3376 *: none 3379 *: none
@@ -3378,6 +3381,7 @@
3378 iriverh100,iriverh120,iriverh300: "Harði diskurinn er fullur. Ýtið á STOP til að halda áfram." 3381 iriverh100,iriverh120,iriverh300: "Harði diskurinn er fullur. Ýtið á STOP til að halda áfram."
3379 iaudiom5,iaudiox5: "Harði diskurinn er fullur. Ýtið á POWER til að halda áfram." 3382 iaudiom5,iaudiox5: "Harði diskurinn er fullur. Ýtið á POWER til að halda áfram."
3380 sansae200*,sansac200*,vibe500: "Harði diskurinn er fullur. Ýtið á PREV til að halda áfram." 3383 sansae200*,sansac200*,vibe500: "Harði diskurinn er fullur. Ýtið á PREV til að halda áfram."
3384 samsungyh*: "Harði diskurinn er fullur. Ýtið á LEFT til að halda áfram."
3381 </dest> 3385 </dest>
3382 <voice> 3386 <voice>
3383 *: none 3387 *: none
diff --git a/apps/lang/italiano.lang b/apps/lang/italiano.lang
index d32efb270d..f2282c0410 100644
--- a/apps/lang/italiano.lang
+++ b/apps/lang/italiano.lang
@@ -250,7 +250,7 @@
250 *: "PLAY = Yes" 250 *: "PLAY = Yes"
251 cowond2*: "MENU, or top-right = Yes" 251 cowond2*: "MENU, or top-right = Yes"
252 iriverh100,iriverh120,iriverh300: "NAVI = Yes" 252 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
253 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes" 253 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
254 mrobe500: "PLAY, POWER, or top-right = Yes" 254 mrobe500: "PLAY, POWER, or top-right = Yes"
255 archosplayer: "(PLAY/STOP)" 255 archosplayer: "(PLAY/STOP)"
256 vibe500: "OK = Yes" 256 vibe500: "OK = Yes"
@@ -259,7 +259,7 @@
259 *: "PLAY = Sì" 259 *: "PLAY = Sì"
260 cowond2*: "MENU, o alto-destra = Sì" 260 cowond2*: "MENU, o alto-destra = Sì"
261 iriverh100,iriverh120,iriverh300: "NAVI = Sì" 261 iriverh100,iriverh120,iriverh300: "NAVI = Sì"
262 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Sì" 262 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Sì"
263 mrobe500: "PLAY, POWER o alto-destra = Sì" 263 mrobe500: "PLAY, POWER o alto-destra = Sì"
264 archosplayer: "(PLAY/STOP)" 264 archosplayer: "(PLAY/STOP)"
265 vibe500: "OK = Sì" 265 vibe500: "OK = Sì"
@@ -2233,7 +2233,7 @@ desc: deprecated
2233 *: "Building database... %d found (OFF to return)" 2233 *: "Building database... %d found (OFF to return)"
2234 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" 2234 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
2235 ipod*: "Building database... %d found (PREV to return)" 2235 ipod*: "Building database... %d found (PREV to return)"
2236 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" 2236 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
2237 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)" 2237 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
2238 gogearsa9200: "Building database... %d found (REW to return)" 2238 gogearsa9200: "Building database... %d found (REW to return)"
2239 archosplayer: "Building DB %d found" 2239 archosplayer: "Building DB %d found"
@@ -2242,7 +2242,7 @@ desc: deprecated
2242 *: "Costruzione database... %d trovato (OFF per uscire)" 2242 *: "Costruzione database... %d trovato (OFF per uscire)"
2243 iriverh100,iriverh120,iriverh300: "Costruzione database... %d trovato (STOP per uscire)" 2243 iriverh100,iriverh120,iriverh300: "Costruzione database... %d trovato (STOP per uscire)"
2244 ipod*: "Costruzione database... %d trovato (PREV per uscire)" 2244 ipod*: "Costruzione database... %d trovato (PREV per uscire)"
2245 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Costruzione database... %d trovato (LEFT per uscire)" 2245 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Costruzione database... %d trovato (LEFT per uscire)"
2246 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Costruzione database... %d trovato (PREV per uscire)" 2246 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Costruzione database... %d trovato (PREV per uscire)"
2247 gogearsa9200: "Costruzione database... %d trovato (REW per uscire)" 2247 gogearsa9200: "Costruzione database... %d trovato (REW per uscire)"
2248 archosplayer: "Costruzione database... %d trovato" 2248 archosplayer: "Costruzione database... %d trovato"
@@ -3949,7 +3949,7 @@ desc: deprecated
3949 mrobe500: "HEART = Set" 3949 mrobe500: "HEART = Set"
3950 iriverh100,iriverh120,iriverh300: "NAVI = Set" 3950 iriverh100,iriverh120,iriverh300: "NAVI = Set"
3951 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set" 3951 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
3952 gogearsa9200: "PLAY = Set" 3952 gogearsa9200,samsungyh*: "PLAY = Set"
3953 vibe500: "OK = Set" 3953 vibe500: "OK = Set"
3954 mpiohd300: "ENTER = Set" 3954 mpiohd300: "ENTER = Set"
3955 </source> 3955 </source>
@@ -3959,13 +3959,13 @@ desc: deprecated
3959 mrobe500: "HEART = Imposta" 3959 mrobe500: "HEART = Imposta"
3960 iriverh100,iriverh120,iriverh300: "NAVI = Imposta" 3960 iriverh100,iriverh120,iriverh300: "NAVI = Imposta"
3961 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Imposta" 3961 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Imposta"
3962 gogearsa9200: "PLAY = Imposta" 3962 gogearsa9200,samsungyh*: "PLAY = Imposta"
3963 vibe500: "OK = Imposta" 3963 vibe500: "OK = Imposta"
3964 mpiohd300: "ENTER = Imposta" 3964 mpiohd300: "ENTER = Imposta"
3965 </dest> 3965 </dest>
3966 <voice> 3966 <voice>
3967 *: none 3967 *: none
3968 rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200: "" 3968 rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200,samsungyh*: ""
3969 </voice> 3969 </voice>
3970</phrase> 3970</phrase>
3971<phrase> 3971<phrase>
@@ -3986,6 +3986,7 @@ desc: deprecated
3986 gigabeats: "BACK = Revert" 3986 gigabeats: "BACK = Revert"
3987 gogearsa9200: "LEFT = Revert" 3987 gogearsa9200: "LEFT = Revert"
3988 vibe500: "CANCEL = Revert" 3988 vibe500: "CANCEL = Revert"
3989 samsungyh*: "REW = Revert"
3989 </source> 3990 </source>
3990 <dest> 3991 <dest>
3991 *: none 3992 *: none
@@ -4001,6 +4002,7 @@ desc: deprecated
4001 gigabeats: "BACK = Annulla" 4002 gigabeats: "BACK = Annulla"
4002 gogearsa9200: "LEFT = Annulla" 4003 gogearsa9200: "LEFT = Annulla"
4003 vibe500: "CANCEL = Annulla" 4004 vibe500: "CANCEL = Annulla"
4005 samsungyh*: "REW = Annulla"
4004 </dest> 4006 </dest>
4005 <voice> 4007 <voice>
4006 *: none 4008 *: none
@@ -7984,6 +7986,7 @@ desc: deprecated
7984 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 7986 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
7985 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 7987 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
7986 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue." 7988 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue."
7989 samsungyh*: "Disk full. Press LEFT to continue."
7987 </source> 7990 </source>
7988 <dest> 7991 <dest>
7989 *: none 7992 *: none
@@ -7991,6 +7994,7 @@ desc: deprecated
7991 iriverh100,iriverh120,iriverh300: "Disco pieno. Premi stop per continuare." 7994 iriverh100,iriverh120,iriverh300: "Disco pieno. Premi stop per continuare."
7992 iaudiom5,iaudiox5: "Disco pieno. Premi POWER per continuare." 7995 iaudiom5,iaudiox5: "Disco pieno. Premi POWER per continuare."
7993 sansae200*,sansac200*,vibe500: "Disco pieno. Premi PREV per continuare." 7996 sansae200*,sansac200*,vibe500: "Disco pieno. Premi PREV per continuare."
7997 samsungyh*: "Disco pieno. Premi LEFT per continuare."
7994 </dest> 7998 </dest>
7995 <voice> 7999 <voice>
7996 *: none 8000 *: none
diff --git a/apps/lang/japanese.lang b/apps/lang/japanese.lang
index 22d5f2bee1..a217c4be39 100644
--- a/apps/lang/japanese.lang
+++ b/apps/lang/japanese.lang
@@ -254,7 +254,7 @@
254 *: "PLAY = Yes" 254 *: "PLAY = Yes"
255 cowond2*: "MENU, or top-right = Yes" 255 cowond2*: "MENU, or top-right = Yes"
256 iriverh100,iriverh120,iriverh300: "NAVI = Yes" 256 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
257 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes" 257 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
258 mrobe500: "PLAY, POWER, or top-right = Yes" 258 mrobe500: "PLAY, POWER, or top-right = Yes"
259 archosplayer: "(PLAY/STOP)" 259 archosplayer: "(PLAY/STOP)"
260 vibe500: "OK = Yes" 260 vibe500: "OK = Yes"
@@ -263,7 +263,7 @@
263 *: "PLAY = はい" 263 *: "PLAY = はい"
264 cowond2*: "MENU または top-right = はい" 264 cowond2*: "MENU または top-right = はい"
265 iriverh100,iriverh120,iriverh300: "NAVI = はい" 265 iriverh100,iriverh120,iriverh300: "NAVI = はい"
266 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = はい" 266 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = はい"
267 mrobe500: "PLAY または POWER, top-right = はい" 267 mrobe500: "PLAY または POWER, top-right = はい"
268 archosplayer: "(PLAY/STOP)" 268 archosplayer: "(PLAY/STOP)"
269 vibe500: "OK = はい" 269 vibe500: "OK = はい"
@@ -2237,7 +2237,7 @@
2237 *: "Building database... %d found (OFF to return)" 2237 *: "Building database... %d found (OFF to return)"
2238 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" 2238 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
2239 ipod*: "Building database... %d found (PREV to return)" 2239 ipod*: "Building database... %d found (PREV to return)"
2240 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" 2240 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
2241 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)" 2241 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
2242 gogearsa9200: "Building database... %d found (REW to return)" 2242 gogearsa9200: "Building database... %d found (REW to return)"
2243 </source> 2243 </source>
@@ -2245,7 +2245,7 @@
2245 *: "データベース構築中... %d 件 (OFFで戻る)" 2245 *: "データベース構築中... %d 件 (OFFで戻る)"
2246 iriverh100,iriverh120,iriverh300: "データベース構築中... %d 件 (STOPで戻る)" 2246 iriverh100,iriverh120,iriverh300: "データベース構築中... %d 件 (STOPで戻る)"
2247 ipod*: "データベース構築中... %d 件 (PLAY/PAUSEで戻る)" 2247 ipod*: "データベース構築中... %d 件 (PLAY/PAUSEで戻る)"
2248 iaudiox5,iaudiom5,gigabeat*,mrobe100: "データベース構築中... %d 件 (左で戻る)" 2248 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "データベース構築中... %d 件 (左で戻る)"
2249 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "データベース構築中... %d 件 (PREVで戻る)" 2249 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "データベース構築中... %d 件 (PREVで戻る)"
2250 gogearsa9200: "データベース構築中... %d 件 (REWで戻る)" 2250 gogearsa9200: "データベース構築中... %d 件 (REWで戻る)"
2251 </dest> 2251 </dest>
@@ -3951,7 +3951,7 @@
3951 mrobe500: "HEART = Set" 3951 mrobe500: "HEART = Set"
3952 iriverh100,iriverh120,iriverh300: "NAVI = Set" 3952 iriverh100,iriverh120,iriverh300: "NAVI = Set"
3953 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set" 3953 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
3954 gogearsa9200: "PLAY = Set" 3954 gogearsa9200,samsungyh*: "PLAY = Set"
3955 vibe500: "OK = Set" 3955 vibe500: "OK = Set"
3956 mpiohd300: "ENTER = Set" 3956 mpiohd300: "ENTER = Set"
3957 </source> 3957 </source>
@@ -3961,13 +3961,13 @@
3961 mrobe500: "HEART = 設定" 3961 mrobe500: "HEART = 設定"
3962 iriverh100,iriverh120,iriverh300: "NAVI = 設定" 3962 iriverh100,iriverh120,iriverh300: "NAVI = 設定"
3963 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = 設定" 3963 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = 設定"
3964 gogearsa9200: "PLAY = 設定" 3964 gogearsa9200,samsungyh*: "PLAY = 設定"
3965 vibe500: "OK = 設定" 3965 vibe500: "OK = 設定"
3966 mpiohd300: "ENTER = 設定" 3966 mpiohd300: "ENTER = 設定"
3967 </dest> 3967 </dest>
3968 <voice> 3968 <voice>
3969 *: none 3969 *: none
3970 rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200: "" 3970 rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200,samsungyh*: ""
3971 </voice> 3971 </voice>
3972</phrase> 3972</phrase>
3973<phrase> 3973<phrase>
@@ -3988,6 +3988,7 @@
3988 gigabeats: "BACK = Revert" 3988 gigabeats: "BACK = Revert"
3989 gogearsa9200: "LEFT = Revert" 3989 gogearsa9200: "LEFT = Revert"
3990 vibe500: "CANCEL = Revert" 3990 vibe500: "CANCEL = Revert"
3991 samsungyh*: "REW = Revert"
3991 </source> 3992 </source>
3992 <dest> 3993 <dest>
3993 *: none 3994 *: none
@@ -4003,6 +4004,7 @@
4003 gigabeats: "BACK = 元に戻す" 4004 gigabeats: "BACK = 元に戻す"
4004 gogearsa9200: "LEFT = 元に戻す" 4005 gogearsa9200: "LEFT = 元に戻す"
4005 vibe500: "CANCEL = 元に戻す" 4006 vibe500: "CANCEL = 元に戻す"
4007 samsungyh*: "REW = 元に戻す"
4006 </dest> 4008 </dest>
4007 <voice> 4009 <voice>
4008 *: none 4010 *: none
@@ -7984,6 +7986,7 @@
7984 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 7986 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
7985 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 7987 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
7986 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue." 7988 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue."
7989 samsungyh*: "Disk full. Press LEFT to continue."
7987 </source> 7990 </source>
7988 <dest> 7991 <dest>
7989 *: none 7992 *: none
@@ -7991,6 +7994,7 @@
7991 iriverh100,iriverh120,iriverh300: "ディスクが一杯です. STOPボタンを押してください" 7994 iriverh100,iriverh120,iriverh300: "ディスクが一杯です. STOPボタンを押してください"
7992 iaudiom5,iaudiox5: "ディスクが一杯です. POWERボタンを押してください" 7995 iaudiom5,iaudiox5: "ディスクが一杯です. POWERボタンを押してください"
7993 sansae200*,sansac200*,vibe500: "ディスクが一杯です. PREVボタンを押してください" 7996 sansae200*,sansac200*,vibe500: "ディスクが一杯です. PREVボタンを押してください"
7997 samsungyh*: "ディスクが一杯です. LEFTボタンを押してください"
7994 </dest> 7998 </dest>
7995 <voice> 7999 <voice>
7996 *: none 8000 *: none
diff --git a/apps/lang/korean.lang b/apps/lang/korean.lang
index 2feaadc049..029cecc0be 100644
--- a/apps/lang/korean.lang
+++ b/apps/lang/korean.lang
@@ -4466,6 +4466,7 @@
4466 mrobe100: "DISPLAY = Revert" 4466 mrobe100: "DISPLAY = Revert"
4467 gigabeats: "BACK = Revert" 4467 gigabeats: "BACK = Revert"
4468 vibe500: "CANCEL = Revert" 4468 vibe500: "CANCEL = Revert"
4469 samsungyh*: "REW = Revert"
4469 </source> 4470 </source>
4470 <dest> 4471 <dest>
4471 *: none 4472 *: none
@@ -4478,6 +4479,7 @@
4478 mrobe100: "[화면]: 원상태 복구" 4479 mrobe100: "[화면]: 원상태 복구"
4479 gigabeats: "[뒤]: 원상태 복구" 4480 gigabeats: "[뒤]: 원상태 복구"
4480 vibe500: "C: 원상태 복구" 4481 vibe500: "C: 원상태 복구"
4482 samsungyh*: "REW: 원상태 복구"
4481 </dest> 4483 </dest>
4482 <voice> 4484 <voice>
4483 *: none 4485 *: none
@@ -4544,6 +4546,7 @@
4544 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 4546 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
4545 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 4547 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
4546 sansae200*,sansac200*,vibe500: "The disk is full. Press UP to continue." 4548 sansae200*,sansac200*,vibe500: "The disk is full. Press UP to continue."
4549 samsungyh*: "Disk full. Press LEFT to continue."
4547 </source> 4550 </source>
4548 <dest> 4551 <dest>
4549 *: none 4552 *: none
@@ -4551,6 +4554,7 @@
4551 iriverh100,iriverh120,iriverh300: "디스크 공간이 부족합니다. [정지] 버튼을 누르세요." 4554 iriverh100,iriverh120,iriverh300: "디스크 공간이 부족합니다. [정지] 버튼을 누르세요."
4552 iaudiom5,iaudiox5: "디스크 공간이 부족합니다. [전원] 버튼을 누르세요." 4555 iaudiom5,iaudiox5: "디스크 공간이 부족합니다. [전원] 버튼을 누르세요."
4553 sansae200*,sansac200*,vibe500: "디스크 공간이 부족합니다. [위] 버튼을 누르세요." 4556 sansae200*,sansac200*,vibe500: "디스크 공간이 부족합니다. [위] 버튼을 누르세요."
4557 samsungyh*: "디스크 공간이 부족합니다. LEFT 버튼을 누르세요."
4554 </dest> 4558 </dest>
4555 <voice> 4559 <voice>
4556 *: none 4560 *: none
@@ -9054,14 +9058,14 @@
9054 *: "Building database... %d found (OFF to return)" 9058 *: "Building database... %d found (OFF to return)"
9055 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" 9059 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
9056 ipod*: "Building database... %d found (PREV to return)" 9060 ipod*: "Building database... %d found (PREV to return)"
9057 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" 9061 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
9058 iriverh10,iriverh10_5gb,sansae200*,sansac200*,gogearsa9200,vibe500: "Building database... %d found (PREV to return)" 9062 iriverh10,iriverh10_5gb,sansae200*,sansac200*,gogearsa9200,vibe500: "Building database... %d found (PREV to return)"
9059 </source> 9063 </source>
9060 <dest> 9064 <dest>
9061 *: "음악 DB 생성 중... %d개 완료 ([꺼짐]: 돌아가기)" 9065 *: "음악 DB 생성 중... %d개 완료 ([꺼짐]: 돌아가기)"
9062 iriverh100,iriverh120,iriverh300: "음악 DB 생성 중... %d개 완료 ([정지]: 돌아가기)" 9066 iriverh100,iriverh120,iriverh300: "음악 DB 생성 중... %d개 완료 ([정지]: 돌아가기)"
9063 ipod*: "음악 DB 생성 중... %d개 완료 ([이전]: 돌아가기)" 9067 ipod*: "음악 DB 생성 중... %d개 완료 ([이전]: 돌아가기)"
9064 iaudiox5,iaudiom5,gigabeat*,mrobe100: "음악 DB 생성 중... %d개 완료 ([왼쪽]: 돌아가기)" 9068 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "음악 DB 생성 중... %d개 완료 ([왼쪽]: 돌아가기)"
9065 iriverh10,iriverh10_5gb,sansae200*,sansac200*,gogearsa9200,vibe500: "음악 DB 생성 중... %d개 완료 ([이전]: 돌아가기)" 9069 iriverh10,iriverh10_5gb,sansae200*,sansac200*,gogearsa9200,vibe500: "음악 DB 생성 중... %d개 완료 ([이전]: 돌아가기)"
9066 </dest> 9070 </dest>
9067 <voice> 9071 <voice>
@@ -9677,14 +9681,14 @@
9677 <source> 9681 <source>
9678 *: "PLAY = Yes" 9682 *: "PLAY = Yes"
9679 iriverh100,iriverh120,iriverh300: "NAVI = Yes" 9683 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
9680 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,gogearsa9200: "SELECT = Yes" 9684 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,gogearsa9200: "SELECT = Yes"
9681 archosplayer: "(PLAY/STOP)" 9685 archosplayer: "(PLAY/STOP)"
9682 vibe500: "OK = Yes" 9686 vibe500: "OK = Yes"
9683 </source> 9687 </source>
9684 <dest> 9688 <dest>
9685 *: "[재생] = 예" 9689 *: "[재생] = 예"
9686 iriverh100,iriverh120,iriverh300: "[네비] = 예" 9690 iriverh100,iriverh120,iriverh300: "[네비] = 예"
9687 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,gogearsa9200: "[선택] = 예" 9691 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,gogearsa9200: "[선택] = 예"
9688 archosplayer: "(재생/정지)" 9692 archosplayer: "(재생/정지)"
9689 vibe500: "OK = 예" 9693 vibe500: "OK = 예"
9690 </dest> 9694 </dest>
@@ -9700,7 +9704,8 @@
9700 *: none 9704 *: none
9701 rtc: "ON = Set" 9705 rtc: "ON = Set"
9702 iriverh100,iriverh120,iriverh300: "NAVI = Set" 9706 iriverh100,iriverh120,iriverh300: "NAVI = Set"
9703 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200: "SELECT = Set" 9707 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100: "SELECT = Set"
9708 gogearsa9200,samsungyh*: "PLAY = Set"
9704 vibe500: "OK = Set" 9709 vibe500: "OK = Set"
9705 mpiohd300: "ENTER = Set" 9710 mpiohd300: "ENTER = Set"
9706 </source> 9711 </source>
@@ -9708,7 +9713,8 @@
9708 *: none 9713 *: none
9709 rtc: "[켬] = 설정" 9714 rtc: "[켬] = 설정"
9710 iriverh100,iriverh120,iriverh300: "[네비] = 설정" 9715 iriverh100,iriverh120,iriverh300: "[네비] = 설정"
9711 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200: "[선택] = 설정" 9716 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100: "[선택] = 설정"
9717 gogearsa9200,samsungyh*: "PLAY = 설정"
9712 vibe500: "OK = 설정" 9718 vibe500: "OK = 설정"
9713 mpiohd300: "ENTER = 설정" 9719 mpiohd300: "ENTER = 설정"
9714 </dest> 9720 </dest>
diff --git a/apps/lang/latviesu.lang b/apps/lang/latviesu.lang
index c3c5534ab8..3c008c7254 100644
--- a/apps/lang/latviesu.lang
+++ b/apps/lang/latviesu.lang
@@ -248,7 +248,7 @@
248 *: "PLAY = Yes" 248 *: "PLAY = Yes"
249 cowond2*: "MENU, or top-right = Yes" 249 cowond2*: "MENU, or top-right = Yes"
250 iriverh100,iriverh120,iriverh300: "NAVI = Yes" 250 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
251 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes" 251 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
252 mrobe500: "PLAY, POWER, or top-right = Yes" 252 mrobe500: "PLAY, POWER, or top-right = Yes"
253 archosplayer: "(PLAY/STOP)" 253 archosplayer: "(PLAY/STOP)"
254 vibe500: "OK = Yes" 254 vibe500: "OK = Yes"
@@ -257,7 +257,7 @@
257 *: "PLAY = Jā" 257 *: "PLAY = Jā"
258 cowond2*: "MENU, vai labā augšējā = Jā" 258 cowond2*: "MENU, vai labā augšējā = Jā"
259 iriverh100,iriverh120,iriverh300: "NAVI = Jā" 259 iriverh100,iriverh120,iriverh300: "NAVI = Jā"
260 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Jā" 260 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Jā"
261 mrobe500: "PLAY, POWER, vai labā augšējā = Jā" 261 mrobe500: "PLAY, POWER, vai labā augšējā = Jā"
262 archosplayer: "(PLAY/STOP)" 262 archosplayer: "(PLAY/STOP)"
263 vibe500: "OK = Jā" 263 vibe500: "OK = Jā"
@@ -2233,7 +2233,7 @@
2233 *: "Building database... %d found (OFF to return)" 2233 *: "Building database... %d found (OFF to return)"
2234 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" 2234 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
2235 ipod*: "Building database... %d found (PREV to return)" 2235 ipod*: "Building database... %d found (PREV to return)"
2236 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" 2236 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
2237 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)" 2237 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
2238 gogearsa9200: "Building database... %d found (REW to return)" 2238 gogearsa9200: "Building database... %d found (REW to return)"
2239 archosplayer: "Building DB %d found" 2239 archosplayer: "Building DB %d found"
@@ -2242,7 +2242,7 @@
2242 *: "Veidoju datubāzi... %d atrastas (OFF lai turpinātu)" 2242 *: "Veidoju datubāzi... %d atrastas (OFF lai turpinātu)"
2243 iriverh100,iriverh120,iriverh300: "Veidoju datubāzi... %d atrastas (STOP lai turpinātu)" 2243 iriverh100,iriverh120,iriverh300: "Veidoju datubāzi... %d atrastas (STOP lai turpinātu)"
2244 ipod*: "Veidoju datubāzi... %d atrastas (PREV lai turpinātu)" 2244 ipod*: "Veidoju datubāzi... %d atrastas (PREV lai turpinātu)"
2245 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Veidoju datubāzi... %d atrastas (LEFT lai turpinātu)" 2245 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Veidoju datubāzi... %d atrastas (LEFT lai turpinātu)"
2246 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Veidoju datubāzi... %d atrastas (PREV lai turpinātu)" 2246 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Veidoju datubāzi... %d atrastas (PREV lai turpinātu)"
2247 gogearsa9200: "Veidoju datubāzi... %d atrastas (REW lai turpinātu)" 2247 gogearsa9200: "Veidoju datubāzi... %d atrastas (REW lai turpinātu)"
2248 archosplayer: "Veidoju DB atrasts %d" 2248 archosplayer: "Veidoju DB atrasts %d"
@@ -3949,7 +3949,7 @@
3949 mrobe500: "HEART = Set" 3949 mrobe500: "HEART = Set"
3950 iriverh100,iriverh120,iriverh300: "NAVI = Set" 3950 iriverh100,iriverh120,iriverh300: "NAVI = Set"
3951 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set" 3951 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
3952 gogearsa9200: "PLAY = Set" 3952 gogearsa9200,samsungyh*: "PLAY = Set"
3953 vibe500: "OK = Set" 3953 vibe500: "OK = Set"
3954 mpiohd300: "ENTER = Set" 3954 mpiohd300: "ENTER = Set"
3955 </source> 3955 </source>
@@ -3959,13 +3959,13 @@
3959 mrobe500: "HEART = Uzstādīt" 3959 mrobe500: "HEART = Uzstādīt"
3960 iriverh100,iriverh120,iriverh300: "NAVI = Uzstādīt" 3960 iriverh100,iriverh120,iriverh300: "NAVI = Uzstādīt"
3961 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Uzstādīt" 3961 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Uzstādīt"
3962 gogearsa9200: "PLAY = Uzstādīt" 3962 gogearsa9200,samsungyh*: "PLAY = Uzstādīt"
3963 vibe500: "OK = Uzstādīt" 3963 vibe500: "OK = Uzstādīt"
3964 mpiohd300: "ENTER = Uzstādīt" 3964 mpiohd300: "ENTER = Uzstādīt"
3965 </dest> 3965 </dest>
3966 <voice> 3966 <voice>
3967 *: none 3967 *: none
3968 rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200: "" 3968 rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200,samsungyh*: ""
3969 </voice> 3969 </voice>
3970</phrase> 3970</phrase>
3971<phrase> 3971<phrase>
@@ -3986,6 +3986,7 @@
3986 gigabeats: "BACK = Revert" 3986 gigabeats: "BACK = Revert"
3987 gogearsa9200: "LEFT = Revert" 3987 gogearsa9200: "LEFT = Revert"
3988 vibe500: "CANCEL = Revert" 3988 vibe500: "CANCEL = Revert"
3989 samsungyh*: "REW = Revert"
3989 </source> 3990 </source>
3990 <dest> 3991 <dest>
3991 *: none 3992 *: none
@@ -4001,6 +4002,7 @@
4001 gigabeats: "BACK = Atcelt" 4002 gigabeats: "BACK = Atcelt"
4002 gogearsa9200: "LEFT = Atcelt" 4003 gogearsa9200: "LEFT = Atcelt"
4003 vibe500: "CANCEL = Atcelt" 4004 vibe500: "CANCEL = Atcelt"
4005 samsungyh*: "REW = Atcelt"
4004 </dest> 4006 </dest>
4005 <voice> 4007 <voice>
4006 *: none 4008 *: none
@@ -7984,6 +7986,7 @@
7984 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 7986 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
7985 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 7987 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
7986 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue." 7988 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue."
7989 samsungyh*: "Disk full. Press LEFT to continue."
7987 </source> 7990 </source>
7988 <dest> 7991 <dest>
7989 *: none 7992 *: none
@@ -7991,6 +7994,7 @@
7991 iriverh100,iriverh120,iriverh300: "Atmiņa pilna. Spied STOP lai turpinātu." 7994 iriverh100,iriverh120,iriverh300: "Atmiņa pilna. Spied STOP lai turpinātu."
7992 iaudiom5,iaudiox5: "Atmiņa pilna. Spied POWER lai turpinātu." 7995 iaudiom5,iaudiox5: "Atmiņa pilna. Spied POWER lai turpinātu."
7993 sansae200*,sansac200*,vibe500: "Atmiņa pilna. Spied PREV lai turpinātu." 7996 sansae200*,sansac200*,vibe500: "Atmiņa pilna. Spied PREV lai turpinātu."
7997 samsungyh*: "Atmiņa pilna. Spied LEFT lai turpinātu."
7994 </dest> 7998 </dest>
7995 <voice> 7999 <voice>
7996 *: none 8000 *: none
diff --git a/apps/lang/lietuviu.lang b/apps/lang/lietuviu.lang
index ff48072f17..362566c8eb 100644
--- a/apps/lang/lietuviu.lang
+++ b/apps/lang/lietuviu.lang
@@ -319,14 +319,14 @@
319 <source> 319 <source>
320 *: "PLAY = Yes" 320 *: "PLAY = Yes"
321 iriverh100,iriverh120,iriverh300: "NAVI = Yes" 321 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
322 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,gogearsa9200: "SELECT = Yes" 322 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,gogearsa9200: "SELECT = Yes"
323 archosplayer: "(PLAY/STOP)" 323 archosplayer: "(PLAY/STOP)"
324 vibe500: "OK = Yes" 324 vibe500: "OK = Yes"
325 </source> 325 </source>
326 <dest> 326 <dest>
327 *: "PLAY = Taip" 327 *: "PLAY = Taip"
328 iriverh100,iriverh120,iriverh300: "NAVI = Taip" 328 iriverh100,iriverh120,iriverh300: "NAVI = Taip"
329 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,gogearsa9200: "SELECT = Taip" 329 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,gogearsa9200: "SELECT = Taip"
330 archosplayer: "(PLAY/STOP)" 330 archosplayer: "(PLAY/STOP)"
331 vibe500: "OK = Taip" 331 vibe500: "OK = Taip"
332 </dest> 332 </dest>
@@ -2302,14 +2302,14 @@
2302 *: "Building database... %d found (OFF to return)" 2302 *: "Building database... %d found (OFF to return)"
2303 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" 2303 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
2304 ipod*: "Building database... %d found (PREV to return)" 2304 ipod*: "Building database... %d found (PREV to return)"
2305 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" 2305 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
2306 iriverh10,iriverh10_5gb,sansae200*,sansac200*,gogearsa9200,vibe500: "Building database... %d found (PREV to return)" 2306 iriverh10,iriverh10_5gb,sansae200*,sansac200*,gogearsa9200,vibe500: "Building database... %d found (PREV to return)"
2307 </source> 2307 </source>
2308 <dest> 2308 <dest>
2309 *: "Kuriama duomenų bazė... %d rasta (OFF grįžimui)" 2309 *: "Kuriama duomenų bazė... %d rasta (OFF grįžimui)"
2310 iriverh100,iriverh120,iriverh300: "Kuriama duomenų bazė... %d rasta (STOP grįžimui)" 2310 iriverh100,iriverh120,iriverh300: "Kuriama duomenų bazė... %d rasta (STOP grįžimui)"
2311 ipod*: "Kuriama duomenų bazė... %d rasta (PREV grįžimui)" 2311 ipod*: "Kuriama duomenų bazė... %d rasta (PREV grįžimui)"
2312 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Kuriama duomenų bazė... %d rasta (LEFT grįžimui)" 2312 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Kuriama duomenų bazė... %d rasta (LEFT grįžimui)"
2313 iriverh10,iriverh10_5gb,sansae200*,sansac200*,gogearsa9200,vibe500: "Kuriama duomenų bazė... %d rasta (PREV to grįžimui)" 2313 iriverh10,iriverh10_5gb,sansae200*,sansac200*,gogearsa9200,vibe500: "Kuriama duomenų bazė... %d rasta (PREV to grįžimui)"
2314 </dest> 2314 </dest>
2315 <voice> 2315 <voice>
@@ -4012,7 +4012,8 @@
4012 *: none 4012 *: none
4013 rtc: "ON = Set" 4013 rtc: "ON = Set"
4014 iriverh100,iriverh120,iriverh300: "NAVI = Set" 4014 iriverh100,iriverh120,iriverh300: "NAVI = Set"
4015 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200: "SELECT = Set" 4015 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100: "SELECT = Set"
4016 gogearsa9200,samsungyh*: "PLAY = Set"
4016 vibe500: "OK = Set" 4017 vibe500: "OK = Set"
4017 mpiohd300: "ENTER = Set" 4018 mpiohd300: "ENTER = Set"
4018 </source> 4019 </source>
@@ -4020,7 +4021,8 @@
4020 *: none 4021 *: none
4021 rtc: "ON = Nustatyti" 4022 rtc: "ON = Nustatyti"
4022 iriverh100,iriverh120,iriverh300: "NAVI = Nustatyti" 4023 iriverh100,iriverh120,iriverh300: "NAVI = Nustatyti"
4023 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200: "SELECT = Nustatyti" 4024 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100: "SELECT = Nustatyti"
4025 gogearsa9200,samsungyh*: "PLAY = Nustatyti"
4024 vibe500: "OK = Nustatyti" 4026 vibe500: "OK = Nustatyti"
4025 mpiohd300: "ENTER = Nustatyti" 4027 mpiohd300: "ENTER = Nustatyti"
4026 </dest> 4028 </dest>
@@ -4045,6 +4047,7 @@
4045 mrobe100: "DISPLAY = Revert" 4047 mrobe100: "DISPLAY = Revert"
4046 gigabeats: "BACK = Revert" 4048 gigabeats: "BACK = Revert"
4047 vibe500: "CANCEL = Revert" 4049 vibe500: "CANCEL = Revert"
4050 samsungyh*: "REW = Revert"
4048 </source> 4051 </source>
4049 <dest> 4052 <dest>
4050 *: none 4053 *: none
@@ -4058,6 +4061,7 @@
4058 mrobe100: "DISPLAY = Atstatyti" 4061 mrobe100: "DISPLAY = Atstatyti"
4059 gigabeats: "BACK = Atstatyti" 4062 gigabeats: "BACK = Atstatyti"
4060 vibe500: "CANCEL = Atstatyti" 4063 vibe500: "CANCEL = Atstatyti"
4064 samsungyh*: "REW = Atstatyti"
4061 </dest> 4065 </dest>
4062 <voice> 4066 <voice>
4063 *: none 4067 *: none
@@ -8038,6 +8042,7 @@
8038 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 8042 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
8039 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 8043 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
8040 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue." 8044 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue."
8045 samsungyh*: "Disk full. Press LEFT to continue."
8041 </source> 8046 </source>
8042 <dest> 8047 <dest>
8043 *: none 8048 *: none
@@ -8045,6 +8050,7 @@
8045 iriverh100,iriverh120,iriverh300: "Diskas pilnas. Spauskite STOP." 8050 iriverh100,iriverh120,iriverh300: "Diskas pilnas. Spauskite STOP."
8046 iaudiom5,iaudiox5: "Diskas pilnas. Spauskite POWER." 8051 iaudiom5,iaudiox5: "Diskas pilnas. Spauskite POWER."
8047 sansae200*,sansac200*,vibe500: "Diskas pilnas. Spauskite PREV." 8052 sansae200*,sansac200*,vibe500: "Diskas pilnas. Spauskite PREV."
8053 samsungyh*: "Diskas pilnas. Spauskite LEFT."
8048 </dest> 8054 </dest>
8049 <voice> 8055 <voice>
8050 *: none 8056 *: none
diff --git a/apps/lang/magyar.lang b/apps/lang/magyar.lang
index 1e84a3a86b..5fb4d6fd77 100644
--- a/apps/lang/magyar.lang
+++ b/apps/lang/magyar.lang
@@ -248,7 +248,7 @@
248 *: "PLAY = Yes" 248 *: "PLAY = Yes"
249 cowond2*: "MENU = Yes" 249 cowond2*: "MENU = Yes"
250 iriverh100,iriverh120,iriverh300: "NAVI = Yes" 250 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
251 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes" 251 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
252 archosplayer: "(PLAY/STOP)" 252 archosplayer: "(PLAY/STOP)"
253 vibe500: "OK = Yes" 253 vibe500: "OK = Yes"
254 </source> 254 </source>
@@ -256,7 +256,7 @@
256 *: "PLAY = Igen" 256 *: "PLAY = Igen"
257 cowond2*: "MENU = Igen" 257 cowond2*: "MENU = Igen"
258 iriverh100,iriverh120,iriverh300: "NAVI = Igen" 258 iriverh100,iriverh120,iriverh300: "NAVI = Igen"
259 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Igen" 259 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Igen"
260 archosplayer: "(PLAY/STOP)" 260 archosplayer: "(PLAY/STOP)"
261 vibe500: "OK = Igen" 261 vibe500: "OK = Igen"
262 </dest> 262 </dest>
@@ -2214,7 +2214,7 @@
2214 *: "Building database... %d found (OFF to return)" 2214 *: "Building database... %d found (OFF to return)"
2215 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" 2215 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
2216 ipod*: "Building database... %d found (PREV to return)" 2216 ipod*: "Building database... %d found (PREV to return)"
2217 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" 2217 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
2218 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)" 2218 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
2219 gogearsa9200: "Building database... %d found (REW to return)" 2219 gogearsa9200: "Building database... %d found (REW to return)"
2220 </source> 2220 </source>
@@ -2222,7 +2222,7 @@
2222 *: "Készítem az adatbázist... %d-t találtam (OFF - vissza)" 2222 *: "Készítem az adatbázist... %d-t találtam (OFF - vissza)"
2223 iriverh100,iriverh120,iriverh300: "Készítem az adatbázist... %d-t találtam (STOP - vissza)" 2223 iriverh100,iriverh120,iriverh300: "Készítem az adatbázist... %d-t találtam (STOP - vissza)"
2224 ipod*: "Készítem az adatbázist... %d-t találtam (PREV - vissza)" 2224 ipod*: "Készítem az adatbázist... %d-t találtam (PREV - vissza)"
2225 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Készítem az adatbázist... %d-t találtam (BAL - vissza)" 2225 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Készítem az adatbázist... %d-t találtam (BAL - vissza)"
2226 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Készítem az adatbázist... %d-t találtam (PREV - vissza)" 2226 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Készítem az adatbázist... %d-t találtam (PREV - vissza)"
2227 gogearsa9200: "Készítem az adatbázist... %d-t találtam (REW - vissza)" 2227 gogearsa9200: "Készítem az adatbázist... %d-t találtam (REW - vissza)"
2228 </dest> 2228 </dest>
@@ -3927,7 +3927,7 @@
3927 mrobe500: "HEART = Set" 3927 mrobe500: "HEART = Set"
3928 iriverh100,iriverh120,iriverh300: "NAVI = Set" 3928 iriverh100,iriverh120,iriverh300: "NAVI = Set"
3929 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set" 3929 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
3930 gogearsa9200: "PLAY = Set" 3930 gogearsa9200,samsungyh*: "PLAY = Set"
3931 vibe500: "OK = Set" 3931 vibe500: "OK = Set"
3932 mpiohd300: "ENTER = Set" 3932 mpiohd300: "ENTER = Set"
3933 </source> 3933 </source>
@@ -3937,7 +3937,7 @@
3937 mrobe500: "SZÍV = Beállít" 3937 mrobe500: "SZÍV = Beállít"
3938 iriverh100,iriverh120,iriverh300: "NAVI = Beállít" 3938 iriverh100,iriverh120,iriverh300: "NAVI = Beállít"
3939 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Beállít" 3939 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Beállít"
3940 gogearsa9200: "PLAY = Beállít" 3940 gogearsa9200,samsungyh*: "PLAY = Beállít"
3941 vibe500: "OK = Beállít" 3941 vibe500: "OK = Beállít"
3942 mpiohd300: "ENTER = Beállít" 3942 mpiohd300: "ENTER = Beállít"
3943 </dest> 3943 </dest>
@@ -3963,6 +3963,7 @@
3963 gigabeats: "BACK = Revert" 3963 gigabeats: "BACK = Revert"
3964 gogearsa9200: "LEFT = Revert" 3964 gogearsa9200: "LEFT = Revert"
3965 vibe500: "CANCEL = Revert" 3965 vibe500: "CANCEL = Revert"
3966 samsungyh*: "REW = Revert"
3966 </source> 3967 </source>
3967 <dest> 3968 <dest>
3968 *: none 3969 *: none
@@ -3978,6 +3979,7 @@
3978 gigabeats: "VISSZA = mégsem" 3979 gigabeats: "VISSZA = mégsem"
3979 gogearsa9200: "BAL = mégsem" 3980 gogearsa9200: "BAL = mégsem"
3980 vibe500: "C = mégsem" 3981 vibe500: "C = mégsem"
3982 samsungyh*: "REW = mégsem"
3981 </dest> 3983 </dest>
3982 <voice> 3984 <voice>
3983 *: none 3985 *: none
@@ -7957,6 +7959,7 @@
7957 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 7959 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
7958 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 7960 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
7959 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue." 7961 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue."
7962 samsungyh*: "Disk full. Press LEFT to continue."
7960 </source> 7963 </source>
7961 <dest> 7964 <dest>
7962 *: none 7965 *: none
@@ -7964,6 +7967,7 @@
7964 iriverh100,iriverh120,iriverh300: "A merevlemez tele van. Folytatáshoz nyomj STOP-ot." 7967 iriverh100,iriverh120,iriverh300: "A merevlemez tele van. Folytatáshoz nyomj STOP-ot."
7965 iaudiom5,iaudiox5: "A merevlemez tele van. Folytatáshoz nyomd meg a POWER gombot." 7968 iaudiom5,iaudiox5: "A merevlemez tele van. Folytatáshoz nyomd meg a POWER gombot."
7966 sansae200*,sansac200*,vibe500: "A merevlemez tele van. Folytatáshoz nyomd meg a PREV gombot." 7969 sansae200*,sansac200*,vibe500: "A merevlemez tele van. Folytatáshoz nyomd meg a PREV gombot."
7970 samsungyh*: "A merevlemez tele van. Folytatáshoz nyomd meg a LEFT gombot."
7967 </dest> 7971 </dest>
7968 <voice> 7972 <voice>
7969 *: none 7973 *: none
diff --git a/apps/lang/nederlands.lang b/apps/lang/nederlands.lang
index 6c1e8efc4e..81142183e4 100644
--- a/apps/lang/nederlands.lang
+++ b/apps/lang/nederlands.lang
@@ -4462,6 +4462,7 @@
4462 gigabeats: "BACK = Revert" 4462 gigabeats: "BACK = Revert"
4463 gogearsa9200: "LEFT = Revert" 4463 gogearsa9200: "LEFT = Revert"
4464 vibe500: "CANCEL = Revert" 4464 vibe500: "CANCEL = Revert"
4465 samsungyh*: "REW = Revert"
4465 </source> 4466 </source>
4466 <dest> 4467 <dest>
4467 *: none 4468 *: none
@@ -4477,6 +4478,7 @@
4477 gigabeats: "BACK = terugzetten" 4478 gigabeats: "BACK = terugzetten"
4478 gogearsa9200: "LINKS = terugzetten" 4479 gogearsa9200: "LINKS = terugzetten"
4479 vibe500: "C = terugzetten" 4480 vibe500: "C = terugzetten"
4481 samsungyh*: "REW = terugzetten"
4480 </dest> 4482 </dest>
4481 <voice> 4483 <voice>
4482 *: "" 4484 *: ""
@@ -4526,6 +4528,7 @@
4526 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 4528 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
4527 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 4529 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
4528 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue." 4530 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue."
4531 samsungyh*: "Disk full. Press LEFT to continue."
4529 </source> 4532 </source>
4530 <dest> 4533 <dest>
4531 *: none 4534 *: none
@@ -4533,6 +4536,7 @@
4533 iriverh100,iriverh120,iriverh300: "De schijf is vol. Druk STOP om door te gaan." 4536 iriverh100,iriverh120,iriverh300: "De schijf is vol. Druk STOP om door te gaan."
4534 iaudiom5,iaudiox5: "De schijf is vol. Druk POWER om door te gaan." 4537 iaudiom5,iaudiox5: "De schijf is vol. Druk POWER om door te gaan."
4535 sansae200*,sansac200*,vibe500: "De schijf is vol. Druk PREV om door te gaan." 4538 sansae200*,sansac200*,vibe500: "De schijf is vol. Druk PREV om door te gaan."
4539 samsungyh*: "De schijf is vol. Druk LEFT om door te gaan."
4536 </dest> 4540 </dest>
4537 <voice> 4541 <voice>
4538 *: "" 4542 *: ""
@@ -9039,7 +9043,7 @@
9039 *: "Building database... %d found (OFF to return)" 9043 *: "Building database... %d found (OFF to return)"
9040 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" 9044 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
9041 ipod*: "Building database... %d found (PREV to return)" 9045 ipod*: "Building database... %d found (PREV to return)"
9042 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" 9046 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
9043 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)" 9047 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
9044 gogearsa9200: "Building database... %d found (REW to return)" 9048 gogearsa9200: "Building database... %d found (REW to return)"
9045 archosplayer: "Building DB %d found" 9049 archosplayer: "Building DB %d found"
@@ -9048,7 +9052,7 @@
9048 *: "Aanmaken van database... %d gevonden (OFF = terug)" 9052 *: "Aanmaken van database... %d gevonden (OFF = terug)"
9049 iriverh100,iriverh120,iriverh300: "Aanmaken van database... %d gevonden (STOP = terug)" 9053 iriverh100,iriverh120,iriverh300: "Aanmaken van database... %d gevonden (STOP = terug)"
9050 ipod*: "Aanmaken van database... %d gevonden (PREV = terug)" 9054 ipod*: "Aanmaken van database... %d gevonden (PREV = terug)"
9051 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Aanmaken van database... %d gevonden (LINKS = terug)" 9055 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Aanmaken van database... %d gevonden (LINKS = terug)"
9052 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Aanmaken van database... %d gevonden (PREV = terug)" 9056 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Aanmaken van database... %d gevonden (PREV = terug)"
9053 gogearsa9200: "Aanmaken van database... %d gevonden (REW = terug)" 9057 gogearsa9200: "Aanmaken van database... %d gevonden (REW = terug)"
9054 archosplayer: "Aanmaken DB %d gev." 9058 archosplayer: "Aanmaken DB %d gev."
@@ -9565,7 +9569,7 @@
9565 *: "PLAY = Yes" 9569 *: "PLAY = Yes"
9566 cowond2*: "MENU, or top-right = Yes" 9570 cowond2*: "MENU, or top-right = Yes"
9567 iriverh100,iriverh120,iriverh300: "NAVI = Yes" 9571 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
9568 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes" 9572 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
9569 mrobe500: "PLAY, POWER, or top-right = Yes" 9573 mrobe500: "PLAY, POWER, or top-right = Yes"
9570 archosplayer: "(PLAY/STOP)" 9574 archosplayer: "(PLAY/STOP)"
9571 vibe500: "OK = Yes" 9575 vibe500: "OK = Yes"
@@ -9574,7 +9578,7 @@
9574 *: "PLAY = Ja" 9578 *: "PLAY = Ja"
9575 cowond2*: "MENU of bovenaan rechts = Ja" 9579 cowond2*: "MENU of bovenaan rechts = Ja"
9576 iriverh100,iriverh120,iriverh300: "NAVI = Ja" 9580 iriverh100,iriverh120,iriverh300: "NAVI = Ja"
9577 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Ja" 9581 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Ja"
9578 mrobe500: "PLAY, POWER, of bovenaan rechts = Ja" 9582 mrobe500: "PLAY, POWER, of bovenaan rechts = Ja"
9579 archosplayer: "(PLAY/STOP)" 9583 archosplayer: "(PLAY/STOP)"
9580 vibe500: "OK = Ja" 9584 vibe500: "OK = Ja"
@@ -9593,7 +9597,7 @@
9593 mrobe500: "HEART = Set" 9597 mrobe500: "HEART = Set"
9594 iriverh100,iriverh120,iriverh300: "NAVI = Set" 9598 iriverh100,iriverh120,iriverh300: "NAVI = Set"
9595 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set" 9599 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
9596 gogearsa9200: "PLAY = Set" 9600 gogearsa9200,samsungyh*: "PLAY = Set"
9597 vibe500: "OK = Set" 9601 vibe500: "OK = Set"
9598 mpiohd300: "ENTER = Set" 9602 mpiohd300: "ENTER = Set"
9599 </source> 9603 </source>
@@ -9603,13 +9607,13 @@
9603 mrobe500: "HEART = Instellen" 9607 mrobe500: "HEART = Instellen"
9604 iriverh100,iriverh120,iriverh300: "NAVI = Instellen" 9608 iriverh100,iriverh120,iriverh300: "NAVI = Instellen"
9605 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Instellen" 9609 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Instellen"
9606 gogearsa9200: "PLAY = Instellen" 9610 gogearsa9200,samsungyh*: "PLAY = Instellen"
9607 vibe500: "OK = Instellen" 9611 vibe500: "OK = Instellen"
9608 mpiohd300: "ENTER = Instellen" 9612 mpiohd300: "ENTER = Instellen"
9609 </dest> 9613 </dest>
9610 <voice> 9614 <voice>
9611 *: none 9615 *: none
9612 rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,gigabeatfx: "" 9616 rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,gigabeatfx,samsungyh*: ""
9613 </voice> 9617 </voice>
9614</phrase> 9618</phrase>
9615<phrase> 9619<phrase>
diff --git a/apps/lang/norsk-nynorsk.lang b/apps/lang/norsk-nynorsk.lang
index dfde782be8..85b798f682 100644
--- a/apps/lang/norsk-nynorsk.lang
+++ b/apps/lang/norsk-nynorsk.lang
@@ -4397,6 +4397,7 @@
4397 gigabeats: "BACK = Revert" 4397 gigabeats: "BACK = Revert"
4398 gogearsa9200: "LEFT = Revert" 4398 gogearsa9200: "LEFT = Revert"
4399 vibe500: "CANCEL = Revert" 4399 vibe500: "CANCEL = Revert"
4400 samsungyh*: "REW = Revert"
4400 </source> 4401 </source>
4401 <dest> 4402 <dest>
4402 *: none 4403 *: none
@@ -4412,6 +4413,7 @@
4412 gigabeats: "BACK = Tilbakestill" 4413 gigabeats: "BACK = Tilbakestill"
4413 gogearsa9200: "LEFT = Tilbakestill" 4414 gogearsa9200: "LEFT = Tilbakestill"
4414 vibe500: "CANCEL = Tilbakestill" 4415 vibe500: "CANCEL = Tilbakestill"
4416 samsungyh*: "REW = Tilbakestill"
4415 </dest> 4417 </dest>
4416 <voice> 4418 <voice>
4417 *: none 4419 *: none
@@ -4459,6 +4461,7 @@
4459 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 4461 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
4460 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 4462 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
4461 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue." 4463 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue."
4464 samsungyh*: "Disk full. Press LEFT to continue."
4462 </source> 4465 </source>
4463 <dest> 4466 <dest>
4464 *: none 4467 *: none
@@ -4466,6 +4469,7 @@
4466 iriverh100,iriverh120,iriverh300: "Disken er full. Trykk STOP for å halde fram." 4469 iriverh100,iriverh120,iriverh300: "Disken er full. Trykk STOP for å halde fram."
4467 iaudiom5,iaudiox5: "Disken er full. Trykk POWER for å halde fram." 4470 iaudiom5,iaudiox5: "Disken er full. Trykk POWER for å halde fram."
4468 sansae200*,sansac200*,vibe500: "Disken er full. Trykk PREV for å halde fram." 4471 sansae200*,sansac200*,vibe500: "Disken er full. Trykk PREV for å halde fram."
4472 samsungyh*: "Disken er full. Trykk LEFT for å halde fram."
4469 </dest> 4473 </dest>
4470 <voice> 4474 <voice>
4471 *: none 4475 *: none
@@ -8782,7 +8786,7 @@
8782 *: "Building database... %d found (OFF to return)" 8786 *: "Building database... %d found (OFF to return)"
8783 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" 8787 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
8784 ipod*: "Building database... %d found (PREV to return)" 8788 ipod*: "Building database... %d found (PREV to return)"
8785 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" 8789 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
8786 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)" 8790 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
8787 gogearsa9200: "Building database... %d found (REW to return)" 8791 gogearsa9200: "Building database... %d found (REW to return)"
8788 </source> 8792 </source>
@@ -8790,7 +8794,7 @@
8790 *: "Byggjer database … Fann %d. (OFF for å gå tilbake.)" 8794 *: "Byggjer database … Fann %d. (OFF for å gå tilbake.)"
8791 iriverh100,iriverh120,iriverh300: "Byggjer database … Fann %d. (STOP for å gå tilbake.)" 8795 iriverh100,iriverh120,iriverh300: "Byggjer database … Fann %d. (STOP for å gå tilbake.)"
8792 ipod*: "Byggjer database … Fann %d. (PLAY/PAUSE for å gå tilbake.)" 8796 ipod*: "Byggjer database … Fann %d. (PLAY/PAUSE for å gå tilbake.)"
8793 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Byggjer database … Fann %d. (LEFT for å gå tilbake.)" 8797 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Byggjer database … Fann %d. (LEFT for å gå tilbake.)"
8794 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Byggjer database ... fann %d. (PREV for å gå tilbake.)" 8798 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Byggjer database ... fann %d. (PREV for å gå tilbake.)"
8795 gogearsa9200: "Byggjer database ... Fann %d. (REW for å gå tilbake.)" 8799 gogearsa9200: "Byggjer database ... Fann %d. (REW for å gå tilbake.)"
8796 </dest> 8800 </dest>
@@ -9250,7 +9254,7 @@
9250 *: "PLAY = Yes" 9254 *: "PLAY = Yes"
9251 cowond2*: "MENU, or top-right = Yes" 9255 cowond2*: "MENU, or top-right = Yes"
9252 iriverh100,iriverh120,iriverh300: "NAVI = Yes" 9256 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
9253 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes" 9257 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
9254 mrobe500: "PLAY, POWER, or top-right = Yes" 9258 mrobe500: "PLAY, POWER, or top-right = Yes"
9255 archosplayer: "(PLAY/STOP)" 9259 archosplayer: "(PLAY/STOP)"
9256 vibe500: "OK = Yes" 9260 vibe500: "OK = Yes"
@@ -9259,7 +9263,7 @@
9259 *: "PLAY = ja" 9263 *: "PLAY = ja"
9260 cowond2*: "MENU eller topp høgre = ja" 9264 cowond2*: "MENU eller topp høgre = ja"
9261 iriverh100,iriverh120,iriverh300: "NAVI = ja" 9265 iriverh100,iriverh120,iriverh300: "NAVI = ja"
9262 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = ja" 9266 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = ja"
9263 mrobe500: "PLAY, POWER eller topp høgre = ja" 9267 mrobe500: "PLAY, POWER eller topp høgre = ja"
9264 archosplayer: "(PLAY/STOP)" 9268 archosplayer: "(PLAY/STOP)"
9265 vibe500: "OK = ja" 9269 vibe500: "OK = ja"
@@ -9278,7 +9282,7 @@
9278 mrobe500: "HEART = Set" 9282 mrobe500: "HEART = Set"
9279 iriverh100,iriverh120,iriverh300: "NAVI = Set" 9283 iriverh100,iriverh120,iriverh300: "NAVI = Set"
9280 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set" 9284 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
9281 gogearsa9200: "PLAY = Set" 9285 gogearsa9200,samsungyh*: "PLAY = Set"
9282 vibe500: "OK = Set" 9286 vibe500: "OK = Set"
9283 mpiohd300: "ENTER = Set" 9287 mpiohd300: "ENTER = Set"
9284 </source> 9288 </source>
@@ -9288,7 +9292,7 @@
9288 mrobe500: "HEART = velg" 9292 mrobe500: "HEART = velg"
9289 iriverh100,iriverh120,iriverh300: "NAVI = velg" 9293 iriverh100,iriverh120,iriverh300: "NAVI = velg"
9290 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = velg" 9294 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = velg"
9291 gogearsa9200: "PLAY = velg" 9295 gogearsa9200,samsungyh*: "PLAY = velg"
9292 vibe500: "OK = velg" 9296 vibe500: "OK = velg"
9293 mpiohd300: "ENTER = velg" 9297 mpiohd300: "ENTER = velg"
9294 </dest> 9298 </dest>
diff --git a/apps/lang/norsk.lang b/apps/lang/norsk.lang
index 7237c0e86e..20523f7c09 100644
--- a/apps/lang/norsk.lang
+++ b/apps/lang/norsk.lang
@@ -3758,6 +3758,7 @@
3758 gigabeats: "BACK = Revert" 3758 gigabeats: "BACK = Revert"
3759 gogearsa9200: "LEFT = Revert" 3759 gogearsa9200: "LEFT = Revert"
3760 vibe500: "CANCEL = Revert" 3760 vibe500: "CANCEL = Revert"
3761 samsungyh*: "REW = Revert"
3761 </source> 3762 </source>
3762 <dest> 3763 <dest>
3763 *: none 3764 *: none
@@ -3773,6 +3774,7 @@
3773 gigabeats: "BACK = Tilbakestill" 3774 gigabeats: "BACK = Tilbakestill"
3774 gogearsa9200: "LEFT = Tilbakestill" 3775 gogearsa9200: "LEFT = Tilbakestill"
3775 vibe500: "CANCEL = Tilbakestill" 3776 vibe500: "CANCEL = Tilbakestill"
3777 samsungyh*: "REW = Tilbakestill"
3776 </dest> 3778 </dest>
3777 <voice> 3779 <voice>
3778 *: none 3780 *: none
@@ -3822,6 +3824,7 @@
3822 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 3824 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
3823 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 3825 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
3824 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue." 3826 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue."
3827 samsungyh*: "Disk full. Press LEFT to continue."
3825 </source> 3828 </source>
3826 <dest> 3829 <dest>
3827 *: none 3830 *: none
@@ -3829,6 +3832,7 @@
3829 iriverh100,iriverh120,iriverh300: "Disken er full. Trykk STOP for å fortsette." 3832 iriverh100,iriverh120,iriverh300: "Disken er full. Trykk STOP for å fortsette."
3830 iaudiom5,iaudiox5: "Disken er full. Trykk POWER for å fortsette." 3833 iaudiom5,iaudiox5: "Disken er full. Trykk POWER for å fortsette."
3831 sansae200*,sansac200*,vibe500: "Disken er full. Trykk PREV for å fortsette." 3834 sansae200*,sansac200*,vibe500: "Disken er full. Trykk PREV for å fortsette."
3835 samsungyh*: "Disken er full. Trykk LEFT for å fortsette."
3832 </dest> 3836 </dest>
3833 <voice> 3837 <voice>
3834 *: none 3838 *: none
@@ -8834,7 +8838,7 @@
8834 *: "Building database... %d found (OFF to return)" 8838 *: "Building database... %d found (OFF to return)"
8835 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" 8839 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
8836 ipod*: "Building database... %d found (PREV to return)" 8840 ipod*: "Building database... %d found (PREV to return)"
8837 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" 8841 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
8838 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)" 8842 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
8839 gogearsa9200: "Building database... %d found (REW to return)" 8843 gogearsa9200: "Building database... %d found (REW to return)"
8840 archosplayer: "Building DB %d found" 8844 archosplayer: "Building DB %d found"
@@ -8843,7 +8847,7 @@
8843 *: "Bygger database... %d funnet (OFF for å gå tilbake)" 8847 *: "Bygger database... %d funnet (OFF for å gå tilbake)"
8844 iriverh100,iriverh120,iriverh300: "Bygger database... %d funnet (STOP for å gå tilbake)" 8848 iriverh100,iriverh120,iriverh300: "Bygger database... %d funnet (STOP for å gå tilbake)"
8845 ipod*: "Bygger database... %d funnet (PREV for å gå tilbake)" 8849 ipod*: "Bygger database... %d funnet (PREV for å gå tilbake)"
8846 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Bygger database... %d funnet (LEFT for å gå tilbake)" 8850 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Bygger database... %d funnet (LEFT for å gå tilbake)"
8847 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Bygger database... %d funnet (PREV for å gå tilbake)" 8851 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Bygger database... %d funnet (PREV for å gå tilbake)"
8848 gogearsa9200: "Bygger database... %d funnet (REW for å gå tilbake)" 8852 gogearsa9200: "Bygger database... %d funnet (REW for å gå tilbake)"
8849 archosplayer: "Bygger database (%d funnet)" 8853 archosplayer: "Bygger database (%d funnet)"
@@ -9519,7 +9523,7 @@
9519 *: "PLAY = Yes" 9523 *: "PLAY = Yes"
9520 cowond2*: "MENU, or top-right = Yes" 9524 cowond2*: "MENU, or top-right = Yes"
9521 iriverh100,iriverh120,iriverh300: "NAVI = Yes" 9525 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
9522 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes" 9526 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
9523 mrobe500: "PLAY, POWER, or top-right = Yes" 9527 mrobe500: "PLAY, POWER, or top-right = Yes"
9524 archosplayer: "(PLAY/STOP)" 9528 archosplayer: "(PLAY/STOP)"
9525 vibe500: "OK = Yes" 9529 vibe500: "OK = Yes"
@@ -9529,7 +9533,7 @@
9529 *: "PLAY = Ja" 9533 *: "PLAY = Ja"
9530 cowond2*: "MENU eller øvre høyre = Ja" 9534 cowond2*: "MENU eller øvre høyre = Ja"
9531 iriverh100,iriverh120,iriverh300: "NAVI = Ja" 9535 iriverh100,iriverh120,iriverh300: "NAVI = Ja"
9532 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Ja" 9536 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Ja"
9533 mrobe500: "Play, POWER eller øvre høyre = Ja" 9537 mrobe500: "Play, POWER eller øvre høyre = Ja"
9534 archosplayer: "(PLAY/STOP)" 9538 archosplayer: "(PLAY/STOP)"
9535 vibe500: "OK = Ja" 9539 vibe500: "OK = Ja"
@@ -9549,7 +9553,7 @@
9549 mrobe500: "HEART = Set" 9553 mrobe500: "HEART = Set"
9550 iriverh100,iriverh120,iriverh300: "NAVI = Set" 9554 iriverh100,iriverh120,iriverh300: "NAVI = Set"
9551 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set" 9555 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
9552 gogearsa9200: "PLAY = Set" 9556 gogearsa9200,samsungyh*: "PLAY = Set"
9553 vibe500: "OK = Set" 9557 vibe500: "OK = Set"
9554 mpiohd300: "ENTER = Set" 9558 mpiohd300: "ENTER = Set"
9555 </source> 9559 </source>
@@ -9559,7 +9563,7 @@
9559 mrobe500: "HEART = Sett" 9563 mrobe500: "HEART = Sett"
9560 iriverh100,iriverh120,iriverh300: "NAVI = Sett" 9564 iriverh100,iriverh120,iriverh300: "NAVI = Sett"
9561 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Sett" 9565 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Sett"
9562 gogearsa9200: "PLAY = Sett" 9566 gogearsa9200,samsungyh*: "PLAY = Sett"
9563 vibe500: "OK = Sett" 9567 vibe500: "OK = Sett"
9564 mpiohd300: "ENTER = Sett" 9568 mpiohd300: "ENTER = Sett"
9565 </dest> 9569 </dest>
diff --git a/apps/lang/polski.lang b/apps/lang/polski.lang
index e9e0669ef0..5cc5714c8b 100644
--- a/apps/lang/polski.lang
+++ b/apps/lang/polski.lang
@@ -256,7 +256,7 @@
256 *: "PLAY = Yes" 256 *: "PLAY = Yes"
257 cowond2*: "MENU, or top-right = Yes" 257 cowond2*: "MENU, or top-right = Yes"
258 iriverh100,iriverh120,iriverh300: "NAVI = Yes" 258 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
259 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes" 259 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
260 mrobe500: "PLAY, POWER, or top-right = Yes" 260 mrobe500: "PLAY, POWER, or top-right = Yes"
261 archosplayer: "(PLAY/STOP)" 261 archosplayer: "(PLAY/STOP)"
262 vibe500: "OK = Yes" 262 vibe500: "OK = Yes"
@@ -265,7 +265,7 @@
265 *: "PLAY = Tak" 265 *: "PLAY = Tak"
266 cowond2*: "MENU lub lewo-góra = Tak" 266 cowond2*: "MENU lub lewo-góra = Tak"
267 iriverh100,iriverh120,iriverh300: "NAVI = Tak" 267 iriverh100,iriverh120,iriverh300: "NAVI = Tak"
268 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Tak" 268 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Tak"
269 mrobe500: "PLAY lub POWER = Tak" 269 mrobe500: "PLAY lub POWER = Tak"
270 archosplayer: "(PLAY/STOP)" 270 archosplayer: "(PLAY/STOP)"
271 vibe500: "OK = Tak" 271 vibe500: "OK = Tak"
@@ -2239,7 +2239,7 @@
2239 *: "Building database... %d found (OFF to return)" 2239 *: "Building database... %d found (OFF to return)"
2240 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" 2240 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
2241 ipod*: "Building database... %d found (PREV to return)" 2241 ipod*: "Building database... %d found (PREV to return)"
2242 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" 2242 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
2243 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)" 2243 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
2244 gogearsa9200: "Building database... %d found (REW to return)" 2244 gogearsa9200: "Building database... %d found (REW to return)"
2245 archosplayer: "Building DB %d found" 2245 archosplayer: "Building DB %d found"
@@ -2248,7 +2248,7 @@
2248 *: "Budowanie biblioteki... %d znalezionych (OFF by wrócić)" 2248 *: "Budowanie biblioteki... %d znalezionych (OFF by wrócić)"
2249 iriverh100,iriverh120,iriverh300: "Budowanie biblioteki... %d znalezionych (STOP by wrócić)" 2249 iriverh100,iriverh120,iriverh300: "Budowanie biblioteki... %d znalezionych (STOP by wrócić)"
2250 ipod*: "Budowanie biblioteki... %d znalezionych (PREV by wrócić)" 2250 ipod*: "Budowanie biblioteki... %d znalezionych (PREV by wrócić)"
2251 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Budowanie biblioteki... %d znalezionych (LEFT by wrócić)" 2251 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Budowanie biblioteki... %d znalezionych (LEFT by wrócić)"
2252 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Budowanie biblioteki... %d znalezionych (PREV by wrócić)" 2252 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Budowanie biblioteki... %d znalezionych (PREV by wrócić)"
2253 gogearsa9200: "Budowanie biblioteki... %d znalezionych (REW by wrócić)" 2253 gogearsa9200: "Budowanie biblioteki... %d znalezionych (REW by wrócić)"
2254 archosplayer: "Budowanie biblioteki %d znalezionych" 2254 archosplayer: "Budowanie biblioteki %d znalezionych"
@@ -3955,7 +3955,7 @@
3955 mrobe500: "HEART = Set" 3955 mrobe500: "HEART = Set"
3956 iriverh100,iriverh120,iriverh300: "NAVI = Set" 3956 iriverh100,iriverh120,iriverh300: "NAVI = Set"
3957 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set" 3957 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
3958 gogearsa9200: "PLAY = Set" 3958 gogearsa9200,samsungyh*: "PLAY = Set"
3959 vibe500: "OK = Set" 3959 vibe500: "OK = Set"
3960 mpiohd300: "ENTER = Set" 3960 mpiohd300: "ENTER = Set"
3961 </source> 3961 </source>
@@ -3965,13 +3965,13 @@
3965 mrobe500: "HEART = Ustaw" 3965 mrobe500: "HEART = Ustaw"
3966 iriverh100,iriverh120,iriverh300: "NAVI = Ustaw" 3966 iriverh100,iriverh120,iriverh300: "NAVI = Ustaw"
3967 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Ustaw" 3967 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Ustaw"
3968 gogearsa9200:"PLAY = Ustaw" 3968 gogearsa9200,samsungyh*:"PLAY = Ustaw"
3969 vibe500: "OK = Ustaw" 3969 vibe500: "OK = Ustaw"
3970 mpiohd300: "ENTER = Ustaw" 3970 mpiohd300: "ENTER = Ustaw"
3971 </dest> 3971 </dest>
3972 <voice> 3972 <voice>
3973 *: none 3973 *: none
3974 rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200: "" 3974 rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200,samsungyh*: ""
3975 </voice> 3975 </voice>
3976</phrase> 3976</phrase>
3977<phrase> 3977<phrase>
@@ -3992,6 +3992,7 @@
3992 gigabeats: "BACK = Revert" 3992 gigabeats: "BACK = Revert"
3993 gogearsa9200: "LEFT = Revert" 3993 gogearsa9200: "LEFT = Revert"
3994 vibe500: "CANCEL = Revert" 3994 vibe500: "CANCEL = Revert"
3995 samsungyh*: "REW = Revert"
3995 </source> 3996 </source>
3996 <dest> 3997 <dest>
3997 *: none 3998 *: none
@@ -4007,6 +4008,7 @@
4007 gigabeats: "BACK = Przywróć" 4008 gigabeats: "BACK = Przywróć"
4008 gogearsa9200: "LEFT = Przywróć" 4009 gogearsa9200: "LEFT = Przywróć"
4009 vibe500: "C = Przywróć" 4010 vibe500: "C = Przywróć"
4011 samsungyh*: "REW = Przywróć"
4010 </dest> 4012 </dest>
4011 <voice> 4013 <voice>
4012 *: none 4014 *: none
@@ -7991,6 +7993,7 @@
7991 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 7993 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
7992 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 7994 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
7993 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue." 7995 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue."
7996 samsungyh*: "Disk full. Press LEFT to continue."
7994 </source> 7997 </source>
7995 <dest> 7998 <dest>
7996 *: none 7999 *: none
@@ -7998,6 +8001,7 @@
7998 iriverh100,iriverh120,iriverh300: "Pamięć jest pełna. Wciśnij STOP żeby kontynuować." 8001 iriverh100,iriverh120,iriverh300: "Pamięć jest pełna. Wciśnij STOP żeby kontynuować."
7999 iaudiom5,iaudiox5: "Pamięć jest pełna. Wciśnij POWER żeby kontynuować." 8002 iaudiom5,iaudiox5: "Pamięć jest pełna. Wciśnij POWER żeby kontynuować."
8000 sansae200*,sansac200*,vibe500: "Pamięć jest pełna. Wciśnij PREV żeby kontynuować." 8003 sansae200*,sansac200*,vibe500: "Pamięć jest pełna. Wciśnij PREV żeby kontynuować."
8004 samsungyh*: "Pamięć jest pełna. Wciśnij LEFT żeby kontynuować."
8001 </dest> 8005 </dest>
8002 <voice> 8006 <voice>
8003 *: none 8007 *: none
diff --git a/apps/lang/portugues-brasileiro.lang b/apps/lang/portugues-brasileiro.lang
index a036fd8f11..2a608c065a 100644
--- a/apps/lang/portugues-brasileiro.lang
+++ b/apps/lang/portugues-brasileiro.lang
@@ -249,7 +249,7 @@
249 *: "PLAY = Yes" 249 *: "PLAY = Yes"
250 cowond2*: "MENU, or top-right = Yes" 250 cowond2*: "MENU, or top-right = Yes"
251 iriverh100,iriverh120,iriverh300: "NAVI = Yes" 251 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
252 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes" 252 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
253 mrobe500: "PLAY, POWER, or top-right = Yes" 253 mrobe500: "PLAY, POWER, or top-right = Yes"
254 archosplayer: "(PLAY/STOP)" 254 archosplayer: "(PLAY/STOP)"
255 vibe500: "OK = Yes" 255 vibe500: "OK = Yes"
@@ -258,7 +258,7 @@
258 *: "PLAY = Sim" 258 *: "PLAY = Sim"
259 cowond2*: "MENU, ou topo direito = Sim" 259 cowond2*: "MENU, ou topo direito = Sim"
260 iriverh100,iriverh120,iriverh300: "NAVI = Sim" 260 iriverh100,iriverh120,iriverh300: "NAVI = Sim"
261 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Sim" 261 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Sim"
262 mrobe500: "PLAY, POWER, ou topo direito = Sim" 262 mrobe500: "PLAY, POWER, ou topo direito = Sim"
263 archosplayer: "(PLAY/STOP)" 263 archosplayer: "(PLAY/STOP)"
264 vibe500: "OK = Sim" 264 vibe500: "OK = Sim"
@@ -2232,7 +2232,7 @@
2232 *: "Building database... %d found (OFF to return)" 2232 *: "Building database... %d found (OFF to return)"
2233 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" 2233 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
2234 ipod*: "Building database... %d found (PREV to return)" 2234 ipod*: "Building database... %d found (PREV to return)"
2235 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" 2235 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
2236 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)" 2236 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
2237 gogearsa9200: "Building database... %d found (REW to return)" 2237 gogearsa9200: "Building database... %d found (REW to return)"
2238 archosplayer: "Building DB %d found" 2238 archosplayer: "Building DB %d found"
@@ -2241,7 +2241,7 @@
2241 *: "Construindo Base de Dados... %d encontrados (OFF para retornar)" 2241 *: "Construindo Base de Dados... %d encontrados (OFF para retornar)"
2242 iriverh100,iriverh120,iriverh300: "Construindo Base de Dados... %d encontrados (STOP para retornar)" 2242 iriverh100,iriverh120,iriverh300: "Construindo Base de Dados... %d encontrados (STOP para retornar)"
2243 ipod*: "Construindo Base de Dados... %d encontrados (PREV para retornar)" 2243 ipod*: "Construindo Base de Dados... %d encontrados (PREV para retornar)"
2244 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Construindo Base de Dados... %d encontrados (LEFT para retornar)" 2244 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Construindo Base de Dados... %d encontrados (LEFT para retornar)"
2245 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Construindo Base de Dados... %d encontrados (PREV para retornar)" 2245 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Construindo Base de Dados... %d encontrados (PREV para retornar)"
2246 gogearsa9200: "Construindo Base de Dados... %d encontrados (REW para retornar)" 2246 gogearsa9200: "Construindo Base de Dados... %d encontrados (REW para retornar)"
2247 archosplayer: "Construindo BD %d encontrado" 2247 archosplayer: "Construindo BD %d encontrado"
@@ -3948,7 +3948,7 @@
3948 mrobe500: "HEART = Set" 3948 mrobe500: "HEART = Set"
3949 iriverh100,iriverh120,iriverh300: "NAVI = Set" 3949 iriverh100,iriverh120,iriverh300: "NAVI = Set"
3950 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set" 3950 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
3951 gogearsa9200: "PLAY = Set" 3951 gogearsa9200,samsungyh*: "PLAY = Set"
3952 vibe500: "OK = Set" 3952 vibe500: "OK = Set"
3953 mpiohd300: "ENTER = Set" 3953 mpiohd300: "ENTER = Set"
3954 </source> 3954 </source>
@@ -3958,13 +3958,13 @@
3958 mrobe500: "HEART = Ajustar" 3958 mrobe500: "HEART = Ajustar"
3959 iriverh100,iriverh120,iriverh300: "NAVI = Ajustar" 3959 iriverh100,iriverh120,iriverh300: "NAVI = Ajustar"
3960 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Ajustar" 3960 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Ajustar"
3961 gogearsa9200: "PLAY = Ajustar" 3961 gogearsa9200,samsungyh*: "PLAY = Ajustar"
3962 vibe500: "OK = Ajustar" 3962 vibe500: "OK = Ajustar"
3963 mpiohd300: "ENTER = Ajustar" 3963 mpiohd300: "ENTER = Ajustar"
3964 </dest> 3964 </dest>
3965 <voice> 3965 <voice>
3966 *: none 3966 *: none
3967 rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200: "" 3967 rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200,samsungyh*: ""
3968 </voice> 3968 </voice>
3969</phrase> 3969</phrase>
3970<phrase> 3970<phrase>
@@ -3985,6 +3985,7 @@
3985 gigabeats: "BACK = Revert" 3985 gigabeats: "BACK = Revert"
3986 gogearsa9200: "LEFT = Revert" 3986 gogearsa9200: "LEFT = Revert"
3987 vibe500: "CANCEL = Revert" 3987 vibe500: "CANCEL = Revert"
3988 samsungyh*: "REW = Revert"
3988 </source> 3989 </source>
3989 <dest> 3990 <dest>
3990 *: none 3991 *: none
@@ -4000,6 +4001,7 @@
4000 gigabeats: "BACK = Reverter" 4001 gigabeats: "BACK = Reverter"
4001 gogearsa9200: "LEFT = Reverter" 4002 gogearsa9200: "LEFT = Reverter"
4002 vibe500: "CANCEL = Reverter" 4003 vibe500: "CANCEL = Reverter"
4004 samsungyh*: "REW = Reverter"
4003 </dest> 4005 </dest>
4004 <voice> 4006 <voice>
4005 *: none 4007 *: none
@@ -7980,6 +7982,7 @@
7980 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 7982 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
7981 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 7983 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
7982 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue." 7984 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue."
7985 samsungyh*: "Disk full. Press LEFT to continue."
7983 </source> 7986 </source>
7984 <dest> 7987 <dest>
7985 *: none 7988 *: none
@@ -7987,6 +7990,7 @@
7987 iriverh100,iriverh120,iriverh300: "O disco está cheio. Pressione STOP para continuar." 7990 iriverh100,iriverh120,iriverh300: "O disco está cheio. Pressione STOP para continuar."
7988 iaudiom5,iaudiox5: "O disco está cheio. Pressione POWER para continuar." 7991 iaudiom5,iaudiox5: "O disco está cheio. Pressione POWER para continuar."
7989 sansae200*,sansac200*,vibe500: "O disco está cheio. Pressione PREV para continuar." 7992 sansae200*,sansac200*,vibe500: "O disco está cheio. Pressione PREV para continuar."
7993 samsungyh*: "O disco está cheio. Pressione LEFT para continuar."
7990 </dest> 7994 </dest>
7991 <voice> 7995 <voice>
7992 *: none 7996 *: none
diff --git a/apps/lang/portugues.lang b/apps/lang/portugues.lang
index f441d8dcf2..c8b4f97f32 100644
--- a/apps/lang/portugues.lang
+++ b/apps/lang/portugues.lang
@@ -4129,6 +4129,7 @@
4129 gigabeats: "BACK = Revert" 4129 gigabeats: "BACK = Revert"
4130 gogearsa9200: "LEFT = Revert" 4130 gogearsa9200: "LEFT = Revert"
4131 vibe500: "CANCEL = Revert" 4131 vibe500: "CANCEL = Revert"
4132 samsungyh*: "REW = Revert"
4132 </source> 4133 </source>
4133 <dest> 4134 <dest>
4134 *: none 4135 *: none
@@ -4144,6 +4145,7 @@
4144 gigabeats: "BACK = Reverter" 4145 gigabeats: "BACK = Reverter"
4145 gogearsa9200: "LEFT = Reverter" 4146 gogearsa9200: "LEFT = Reverter"
4146 vibe500: "C = Reverter" 4147 vibe500: "C = Reverter"
4148 samsungyh*: "REW = Reverter"
4147 </dest> 4149 </dest>
4148 <voice> 4150 <voice>
4149 *: none 4151 *: none
@@ -4210,6 +4212,7 @@
4210 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 4212 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
4211 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 4213 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
4212 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue." 4214 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue."
4215 samsungyh*: "Disk full. Press LEFT to continue."
4213 </source> 4216 </source>
4214 <dest> 4217 <dest>
4215 *: none 4218 *: none
@@ -4217,6 +4220,7 @@
4217 iriverh100,iriverh120,iriverh300: "O Disco Está Cheio. Carregue STOP Para Continuar" 4220 iriverh100,iriverh120,iriverh300: "O Disco Está Cheio. Carregue STOP Para Continuar"
4218 iaudiom5,iaudiox5: "O Disco Está Cheio. Carregue POWER Para Continuar" 4221 iaudiom5,iaudiox5: "O Disco Está Cheio. Carregue POWER Para Continuar"
4219 sansae200*,sansac200*,vibe500: "O Disco Está Cheio. Carregue PREV Para Continuar" 4222 sansae200*,sansac200*,vibe500: "O Disco Está Cheio. Carregue PREV Para Continuar"
4223 samsungyh*: "O Disco Está Cheio. Carregue LEFT Para Continuar"
4220 </dest> 4224 </dest>
4221 <voice> 4225 <voice>
4222 *: none 4226 *: none
@@ -7587,7 +7591,7 @@
7587 *: "PLAY = Yes" 7591 *: "PLAY = Yes"
7588 cowond2*: "MENU, or top-right = Yes" 7592 cowond2*: "MENU, or top-right = Yes"
7589 iriverh100,iriverh120,iriverh300: "NAVI = Yes" 7593 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
7590 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes" 7594 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
7591 mrobe500: "PLAY, POWER, or top-right = Yes" 7595 mrobe500: "PLAY, POWER, or top-right = Yes"
7592 archosplayer: "(PLAY/STOP)" 7596 archosplayer: "(PLAY/STOP)"
7593 vibe500: "OK = Yes" 7597 vibe500: "OK = Yes"
@@ -7597,7 +7601,7 @@
7597 *: "PLAY = Sim" 7601 *: "PLAY = Sim"
7598 cowond2*: "MENU, ou canto superior direito = Sim" 7602 cowond2*: "MENU, ou canto superior direito = Sim"
7599 iriverh100,iriverh120,iriverh300: "NAVI = Sim" 7603 iriverh100,iriverh120,iriverh300: "NAVI = Sim"
7600 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECIONAR = Sim" 7604 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECIONAR = Sim"
7601 mrobe500: "PLAY, POWER, ou canto superior direito = Sim" 7605 mrobe500: "PLAY, POWER, ou canto superior direito = Sim"
7602 archosplayer: "(PLAY/STOP)" 7606 archosplayer: "(PLAY/STOP)"
7603 vibe500: "OK = Sim" 7607 vibe500: "OK = Sim"
@@ -7617,7 +7621,7 @@
7617 mrobe500: "HEART = Set" 7621 mrobe500: "HEART = Set"
7618 iriverh100,iriverh120,iriverh300: "NAVI = Set" 7622 iriverh100,iriverh120,iriverh300: "NAVI = Set"
7619 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set" 7623 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
7620 gogearsa9200: "PLAY = Set" 7624 gogearsa9200,samsungyh*: "PLAY = Set"
7621 vibe500: "OK = Set" 7625 vibe500: "OK = Set"
7622 mpiohd300: "ENTER = Set" 7626 mpiohd300: "ENTER = Set"
7623 </source> 7627 </source>
@@ -7627,7 +7631,7 @@
7627 mrobe500: "HEART = Definir" 7631 mrobe500: "HEART = Definir"
7628 iriverh100,iriverh120,iriverh300: "NAVI = Definir" 7632 iriverh100,iriverh120,iriverh300: "NAVI = Definir"
7629 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Definir" 7633 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Definir"
7630 gogearsa9200: "PLAY = Definir" 7634 gogearsa9200,samsungyh*: "PLAY = Definir"
7631 vibe500: "OK = Definir" 7635 vibe500: "OK = Definir"
7632 mpiohd300: "ENTER = Definir" 7636 mpiohd300: "ENTER = Definir"
7633 </dest> 7637 </dest>
@@ -9675,7 +9679,7 @@
9675 *: "Building database... %d found (OFF to return)" 9679 *: "Building database... %d found (OFF to return)"
9676 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" 9680 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
9677 ipod*: "Building database... %d found (PREV to return)" 9681 ipod*: "Building database... %d found (PREV to return)"
9678 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" 9682 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
9679 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)" 9683 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
9680 gogearsa9200: "Building database... %d found (REW to return)" 9684 gogearsa9200: "Building database... %d found (REW to return)"
9681 archosplayer: "Building DB %d found" 9685 archosplayer: "Building DB %d found"
@@ -9684,7 +9688,7 @@
9684 *: "Construindo Base de Dados... %d encontrados (OFF para voltar)" 9688 *: "Construindo Base de Dados... %d encontrados (OFF para voltar)"
9685 iriverh100,iriverh120,iriverh300: "Construindo Base de Dados... %d encontrados (STOP para voltar)" 9689 iriverh100,iriverh120,iriverh300: "Construindo Base de Dados... %d encontrados (STOP para voltar)"
9686 ipod*: "Construindo Base de Dados... %d encontrado (PREV para voltar)" 9690 ipod*: "Construindo Base de Dados... %d encontrado (PREV para voltar)"
9687 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Construindo Base de Dados... %d encontrados (LEFT para voltar)" 9691 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Construindo Base de Dados... %d encontrados (LEFT para voltar)"
9688 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Construindo Base de Dados... %d encontrados (PREV para voltar)" 9692 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Construindo Base de Dados... %d encontrados (PREV para voltar)"
9689 gogearsa9200: "Construindo Base de Dados... %d encontrados (REW para voltar)" 9693 gogearsa9200: "Construindo Base de Dados... %d encontrados (REW para voltar)"
9690 archosplayer: "Const. DB %d encontr." 9694 archosplayer: "Const. DB %d encontr."
diff --git a/apps/lang/romaneste.lang b/apps/lang/romaneste.lang
index e1f2fea8ee..fcf0f2b9ee 100644
--- a/apps/lang/romaneste.lang
+++ b/apps/lang/romaneste.lang
@@ -1516,6 +1516,7 @@
1516 gigabeats: "BACK = Revert" 1516 gigabeats: "BACK = Revert"
1517 gogearsa9200: "LEFT = Revert" 1517 gogearsa9200: "LEFT = Revert"
1518 vibe500: "CANCEL = Revert" 1518 vibe500: "CANCEL = Revert"
1519 samsungyh*: "REW = Revert"
1519 </source> 1520 </source>
1520 <dest> 1521 <dest>
1521 *: none 1522 *: none
@@ -1531,6 +1532,7 @@
1531 gigabeats: "BACK pentru anulare" 1532 gigabeats: "BACK pentru anulare"
1532 gogearsa9200: "LEFT pentru anulare" 1533 gogearsa9200: "LEFT pentru anulare"
1533 vibe500: "C pentru anulare" 1534 vibe500: "C pentru anulare"
1535 samsungyh*: "REW pentru anulare"
1534 </dest> 1536 </dest>
1535 <voice> 1537 <voice>
1536 *: none 1538 *: none
@@ -2813,7 +2815,7 @@
2813 *: "Building database... %d found (OFF to return)" 2815 *: "Building database... %d found (OFF to return)"
2814 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" 2816 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
2815 ipod*: "Building database... %d found (PREV to return)" 2817 ipod*: "Building database... %d found (PREV to return)"
2816 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" 2818 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
2817 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)" 2819 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
2818 gogearsa9200: "Building database... %d found (REW to return)" 2820 gogearsa9200: "Building database... %d found (REW to return)"
2819 archosplayer: "Building DB %d found" 2821 archosplayer: "Building DB %d found"
@@ -2822,7 +2824,7 @@
2822 *: "Creare bază de date... %d găsite (STINGERE pentru revenire)" 2824 *: "Creare bază de date... %d găsite (STINGERE pentru revenire)"
2823 iriverh100,iriverh120,iriverh300: "Creare bază de date... %d găsite (STOP pentru revenire)" 2825 iriverh100,iriverh120,iriverh300: "Creare bază de date... %d găsite (STOP pentru revenire)"
2824 ipod*: "Creare bază de date... %d găsite (PREV pentru revenire)" 2826 ipod*: "Creare bază de date... %d găsite (PREV pentru revenire)"
2825 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Creare bază de date... %d găsite (LEFT pentru revenire)" 2827 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Creare bază de date... %d găsite (LEFT pentru revenire)"
2826 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Creare bază de date... %d găsite (PREV pentru revenire)" 2828 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Creare bază de date... %d găsite (PREV pentru revenire)"
2827 gogearsa9200: "Creare bază de date... %d găsite (REW pentru revenire)" 2829 gogearsa9200: "Creare bază de date... %d găsite (REW pentru revenire)"
2828 archosplayer: "Creare bază de date... %d găsite" 2830 archosplayer: "Creare bază de date... %d găsite"
@@ -4370,6 +4372,7 @@
4370 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 4372 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
4371 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 4373 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
4372 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue." 4374 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue."
4375 samsungyh*: "Disk full. Press LEFT to continue."
4373 </source> 4376 </source>
4374 <dest> 4377 <dest>
4375 *: none 4378 *: none
@@ -4377,6 +4380,7 @@
4377 iriverh100,iriverh120,iriverh300: "Discul este plin. Apăsați STOP pentru a continua." 4380 iriverh100,iriverh120,iriverh300: "Discul este plin. Apăsați STOP pentru a continua."
4378 iaudiom5,iaudiox5: "Discul este plin. Apăsați POWER pentru a continua." 4381 iaudiom5,iaudiox5: "Discul este plin. Apăsați POWER pentru a continua."
4379 sansae200*,sansac200*,vibe500: "Discul este plin. Apăsați PREV pentru a continua." 4382 sansae200*,sansac200*,vibe500: "Discul este plin. Apăsați PREV pentru a continua."
4383 samsungyh*: "Discul este plin. Apăsați LEFT pentru a continua."
4380 </dest> 4384 </dest>
4381 <voice> 4385 <voice>
4382 *: none 4386 *: none
@@ -4676,7 +4680,7 @@
4676 *: "PLAY = Yes" 4680 *: "PLAY = Yes"
4677 cowond2*: "MENU, or top-right = Yes" 4681 cowond2*: "MENU, or top-right = Yes"
4678 iriverh100,iriverh120,iriverh300: "NAVI = Yes" 4682 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
4679 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes" 4683 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
4680 mrobe500: "PLAY, POWER, or top-right = Yes" 4684 mrobe500: "PLAY, POWER, or top-right = Yes"
4681 archosplayer: "(PLAY/STOP)" 4685 archosplayer: "(PLAY/STOP)"
4682 vibe500: "OK = Yes" 4686 vibe500: "OK = Yes"
@@ -4685,7 +4689,7 @@
4685 *: "PLAY = Da" 4689 *: "PLAY = Da"
4686 cowond2*: "MENIU sau dreapta-sus = Da" 4690 cowond2*: "MENIU sau dreapta-sus = Da"
4687 iriverh100,iriverh120,iriverh300: "NAVIGARE = Da" 4691 iriverh100,iriverh120,iriverh300: "NAVIGARE = Da"
4688 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECTARE = Da" 4692 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECTARE = Da"
4689 mrobe500: "RULARE, PORNIRE sau dreapta-sus = Da" 4693 mrobe500: "RULARE, PORNIRE sau dreapta-sus = Da"
4690 archosplayer: "(RULARE/STOP)" 4694 archosplayer: "(RULARE/STOP)"
4691 vibe500: "OK = Da" 4695 vibe500: "OK = Da"
@@ -4718,7 +4722,7 @@
4718 mrobe500: "HEART = Set" 4722 mrobe500: "HEART = Set"
4719 iriverh100,iriverh120,iriverh300: "NAVI = Set" 4723 iriverh100,iriverh120,iriverh300: "NAVI = Set"
4720 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set" 4724 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
4721 gogearsa9200: "PLAY = Set" 4725 gogearsa9200,samsungyh*: "PLAY = Set"
4722 vibe500: "OK = Set" 4726 vibe500: "OK = Set"
4723 mpiohd300: "ENTER = Set" 4727 mpiohd300: "ENTER = Set"
4724 </source> 4728 </source>
@@ -4728,13 +4732,13 @@
4728 mrobe500: "INIMĂ = Setat" 4732 mrobe500: "INIMĂ = Setat"
4729 iriverh100,iriverh120,iriverh300: "NAVI = Setat" 4733 iriverh100,iriverh120,iriverh300: "NAVI = Setat"
4730 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECTARE = Setat" 4734 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECTARE = Setat"
4731 gogearsa9200: "RULARE = Setat" 4735 gogearsa9200,samsungyh*: "RULARE = Setat"
4732 vibe500: "OK = Setat" 4736 vibe500: "OK = Setat"
4733 mpiohd300: "ENTER = Setat" 4737 mpiohd300: "ENTER = Setat"
4734 </dest> 4738 </dest>
4735 <voice> 4739 <voice>
4736 *: none 4740 *: none
4737 rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200: "" 4741 rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200,samsungyh*: ""
4738 </voice> 4742 </voice>
4739</phrase> 4743</phrase>
4740<phrase> 4744<phrase>
diff --git a/apps/lang/russian.lang b/apps/lang/russian.lang
index dad24e0157..284c0f170e 100644
--- a/apps/lang/russian.lang
+++ b/apps/lang/russian.lang
@@ -4180,6 +4180,7 @@
4180 gigabeats: "BACK = Revert" 4180 gigabeats: "BACK = Revert"
4181 gogearsa9200: "LEFT = Revert" 4181 gogearsa9200: "LEFT = Revert"
4182 vibe500: "CANCEL = Revert" 4182 vibe500: "CANCEL = Revert"
4183 samsungyh*: "REW = Revert"
4183 </source> 4184 </source>
4184 <dest> 4185 <dest>
4185 *: none 4186 *: none
@@ -4194,6 +4195,7 @@
4194 gigabeats: "НАЗАД = Отмена" 4195 gigabeats: "НАЗАД = Отмена"
4195 gogearsa9200: "ЛЕВО = Отмена" 4196 gogearsa9200: "ЛЕВО = Отмена"
4196 vibe500: "C = Отмена" 4197 vibe500: "C = Отмена"
4198 samsungyh*: "REW = Отмена"
4197 </dest> 4199 </dest>
4198 <voice> 4200 <voice>
4199 *: none 4201 *: none
@@ -4243,6 +4245,7 @@
4243 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 4245 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
4244 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 4246 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
4245 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue." 4247 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue."
4248 samsungyh*: "Disk full. Press LEFT to continue."
4246 </source> 4249 </source>
4247 <dest> 4250 <dest>
4248 *: none 4251 *: none
@@ -4250,6 +4253,7 @@
4250 iriverh100,iriverh120,iriverh300: "Диск заполнен. Нажмите СТОП для продолжения." 4253 iriverh100,iriverh120,iriverh300: "Диск заполнен. Нажмите СТОП для продолжения."
4251 iaudiom5,iaudiox5: "Диск заполнен. Нажмите ВЫКЛ. для продолжения." 4254 iaudiom5,iaudiox5: "Диск заполнен. Нажмите ВЫКЛ. для продолжения."
4252 sansae200*,sansac200*,vibe500: "Диск заполнен. Нажмите ПРЕД. для продолжения." 4255 sansae200*,sansac200*,vibe500: "Диск заполнен. Нажмите ПРЕД. для продолжения."
4256 samsungyh*: "Диск заполнен. Нажмите LEFT для продолжения."
4253 </dest> 4257 </dest>
4254 <voice> 4258 <voice>
4255 *: none 4259 *: none
@@ -7472,7 +7476,7 @@
7472 *: "Building database... %d found (OFF to return)" 7476 *: "Building database... %d found (OFF to return)"
7473 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" 7477 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
7474 ipod*: "Building database... %d found (PREV to return)" 7478 ipod*: "Building database... %d found (PREV to return)"
7475 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" 7479 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
7476 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)" 7480 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
7477 gogearsa9200: "Building database... %d found (REW to return)" 7481 gogearsa9200: "Building database... %d found (REW to return)"
7478 archosplayer: "Building DB %d found" 7482 archosplayer: "Building DB %d found"
@@ -7481,7 +7485,7 @@
7481 *: "Построение базы... %d найдено (ВЫКЛ. для отмены)" 7485 *: "Построение базы... %d найдено (ВЫКЛ. для отмены)"
7482 iriverh100,iriverh120,iriverh300: "Построение базы... %d найдено (СТОП для отмены)" 7486 iriverh100,iriverh120,iriverh300: "Построение базы... %d найдено (СТОП для отмены)"
7483 ipod*: "Построение базы... %d найдено (ПРЕД. для отмены)" 7487 ipod*: "Построение базы... %d найдено (ПРЕД. для отмены)"
7484 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Построение базы... %d найдено (ВЛЕВО для отмены)" 7488 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Построение базы... %d найдено (ВЛЕВО для отмены)"
7485 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Построение базы... %d найдено (ПРЕД. для отмены)" 7489 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Построение базы... %d найдено (ПРЕД. для отмены)"
7486 gogearsa9200: "Построение базы... %d найдено (РЕВЕРС. для отмены)" 7490 gogearsa9200: "Построение базы... %d найдено (РЕВЕРС. для отмены)"
7487 archosplayer: "Построение БД... %d найдено" 7491 archosplayer: "Построение БД... %d найдено"
@@ -8182,7 +8186,7 @@
8182 *: "PLAY = Yes" 8186 *: "PLAY = Yes"
8183 cowond2*: "MENU, or top-right = Yes" 8187 cowond2*: "MENU, or top-right = Yes"
8184 iriverh100,iriverh120,iriverh300: "NAVI = Yes" 8188 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
8185 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes" 8189 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
8186 mrobe500: "PLAY, POWER, or top-right = Yes" 8190 mrobe500: "PLAY, POWER, or top-right = Yes"
8187 archosplayer: "(PLAY/STOP)" 8191 archosplayer: "(PLAY/STOP)"
8188 vibe500: "OK = Yes" 8192 vibe500: "OK = Yes"
@@ -8191,7 +8195,7 @@
8191 *: "ВОСПР. = Да" 8195 *: "ВОСПР. = Да"
8192 cowond2*: "МЕНЮ или прав. верх. = Да" 8196 cowond2*: "МЕНЮ или прав. верх. = Да"
8193 iriverh100,iriverh120,iriverh300: "НАВИГ. = Да" 8197 iriverh100,iriverh120,iriverh300: "НАВИГ. = Да"
8194 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "ВЫБОР = Да" 8198 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*: "ВЫБОР = Да"
8195 mrobe500: "ВОСПР., ВЫКЛ или прав. верх. = Да" 8199 mrobe500: "ВОСПР., ВЫКЛ или прав. верх. = Да"
8196 archosplayer: "(ВОСПР./СТОП)" 8200 archosplayer: "(ВОСПР./СТОП)"
8197 vibe500: "OK = Да" 8201 vibe500: "OK = Да"
@@ -8210,7 +8214,7 @@
8210 mrobe500: "HEART = Set" 8214 mrobe500: "HEART = Set"
8211 iriverh100,iriverh120,iriverh300: "NAVI = Set" 8215 iriverh100,iriverh120,iriverh300: "NAVI = Set"
8212 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set" 8216 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
8213 gogearsa9200: "PLAY = Set" 8217 gogearsa9200,samsungyh*: "PLAY = Set"
8214 vibe500: "OK = Set" 8218 vibe500: "OK = Set"
8215 mpiohd300: "ENTER = Set" 8219 mpiohd300: "ENTER = Set"
8216 </source> 8220 </source>
@@ -8220,7 +8224,7 @@
8220 mrobe500: "СЕРДЦЕ = Установить" 8224 mrobe500: "СЕРДЦЕ = Установить"
8221 iriverh100,iriverh120,iriverh300: "НАВИГ. = Установить" 8225 iriverh100,iriverh120,iriverh300: "НАВИГ. = Установить"
8222 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "ВЫБОР = Установить" 8226 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*: "ВЫБОР = Установить"
8223 gogearsa9200: "ВОСПР. = Установить" 8227 gogearsa9200,samsungyh*: "ВОСПР. = Установить"
8224 vibe500: "OK = Установить" 8228 vibe500: "OK = Установить"
8225 mpiohd300: "ENTER = Установить" 8229 mpiohd300: "ENTER = Установить"
8226 </dest> 8230 </dest>
diff --git a/apps/lang/slovak.lang b/apps/lang/slovak.lang
index 481733f600..64ac18e18c 100644
--- a/apps/lang/slovak.lang
+++ b/apps/lang/slovak.lang
@@ -248,7 +248,7 @@
248 *: "PLAY = Yes" 248 *: "PLAY = Yes"
249 cowond2*: "MENU, or top-right = Yes" 249 cowond2*: "MENU, or top-right = Yes"
250 iriverh100,iriverh120,iriverh300: "NAVI = Yes" 250 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
251 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes" 251 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
252 mrobe500: "PLAY, POWER, or top-right = Yes" 252 mrobe500: "PLAY, POWER, or top-right = Yes"
253 archosplayer: "(PLAY/STOP)" 253 archosplayer: "(PLAY/STOP)"
254 vibe500: "OK = Yes" 254 vibe500: "OK = Yes"
@@ -257,7 +257,7 @@
257 *: "PLAY = Áno" 257 *: "PLAY = Áno"
258 cowond2*: "MENU, alebo vpravo-hore = Áno" 258 cowond2*: "MENU, alebo vpravo-hore = Áno"
259 iriverh100,iriverh120,iriverh300: "NAVI = Áno" 259 iriverh100,iriverh120,iriverh300: "NAVI = Áno"
260 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Áno" 260 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Áno"
261 mrobe500: "PLAY, POWER, alebo Vpravo-hore = Áno" 261 mrobe500: "PLAY, POWER, alebo Vpravo-hore = Áno"
262 archosplayer: "(PLAY/STOP)" 262 archosplayer: "(PLAY/STOP)"
263 vibe500: "OK = Áno" 263 vibe500: "OK = Áno"
@@ -2231,7 +2231,7 @@
2231 *: "Building database... %d found (OFF to return)" 2231 *: "Building database... %d found (OFF to return)"
2232 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" 2232 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
2233 ipod*: "Building database... %d found (PREV to return)" 2233 ipod*: "Building database... %d found (PREV to return)"
2234 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" 2234 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
2235 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)" 2235 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
2236 gogearsa9200: "Building database... %d found (REW to return)" 2236 gogearsa9200: "Building database... %d found (REW to return)"
2237 archosplayer: "Building DB %d found" 2237 archosplayer: "Building DB %d found"
@@ -2240,7 +2240,7 @@
2240 *: "Vytváram databázu... %d nájdených (OFF pre návrat)" 2240 *: "Vytváram databázu... %d nájdených (OFF pre návrat)"
2241 iriverh100,iriverh120,iriverh300: "Vytváram databázu... %d nájdených (STOP pre návrat)" 2241 iriverh100,iriverh120,iriverh300: "Vytváram databázu... %d nájdených (STOP pre návrat)"
2242 ipod*: "Vytváram databázu... %d nájdených (PREV pre návrat)" 2242 ipod*: "Vytváram databázu... %d nájdených (PREV pre návrat)"
2243 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Vytváram databázu... %d nájdených (LEFT pre návrat)" 2243 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Vytváram databázu... %d nájdených (LEFT pre návrat)"
2244 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Vytváram databázu... %d nájdených (PREV pre návrat)" 2244 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Vytváram databázu... %d nájdených (PREV pre návrat)"
2245 gogearsa9200: "Vytváram databázu... %d nájdených (REW pre návrat)" 2245 gogearsa9200: "Vytváram databázu... %d nájdených (REW pre návrat)"
2246 archosplayer: "Vytváram DB %d nájd." 2246 archosplayer: "Vytváram DB %d nájd."
@@ -3947,7 +3947,7 @@
3947 mrobe500: "HEART = Set" 3947 mrobe500: "HEART = Set"
3948 iriverh100,iriverh120,iriverh300: "NAVI = Set" 3948 iriverh100,iriverh120,iriverh300: "NAVI = Set"
3949 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set" 3949 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
3950 gogearsa9200: "PLAY = Set" 3950 gogearsa9200,samsungyh*: "PLAY = Set"
3951 vibe500: "OK = Set" 3951 vibe500: "OK = Set"
3952 mpiohd300: "ENTER = Set" 3952 mpiohd300: "ENTER = Set"
3953 </source> 3953 </source>
@@ -3957,13 +3957,13 @@
3957 mrobe500: "HEART = Nastaviť" 3957 mrobe500: "HEART = Nastaviť"
3958 iriverh100,iriverh120,iriverh300: "NAVI = Nastaviť" 3958 iriverh100,iriverh120,iriverh300: "NAVI = Nastaviť"
3959 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Nastaviť" 3959 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Nastaviť"
3960 gogearsa9200: "PLAY = Nastaviť" 3960 gogearsa9200,samsungyh*: "PLAY = Nastaviť"
3961 vibe500: "OK = Nastaviť" 3961 vibe500: "OK = Nastaviť"
3962 mpiohd300: "ENTER = Nastaviť" 3962 mpiohd300: "ENTER = Nastaviť"
3963 </dest> 3963 </dest>
3964 <voice> 3964 <voice>
3965 *: none 3965 *: none
3966 rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200: "" 3966 rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200,samsungyh*: ""
3967 </voice> 3967 </voice>
3968</phrase> 3968</phrase>
3969<phrase> 3969<phrase>
@@ -3984,6 +3984,7 @@
3984 gigabeats: "BACK = Revert" 3984 gigabeats: "BACK = Revert"
3985 gogearsa9200: "LEFT = Revert" 3985 gogearsa9200: "LEFT = Revert"
3986 vibe500: "CANCEL = Revert" 3986 vibe500: "CANCEL = Revert"
3987 samsungyh*: "REW = Revert"
3987 </source> 3988 </source>
3988 <dest> 3989 <dest>
3989 *: none 3990 *: none
@@ -3999,6 +4000,7 @@
3999 gigabeats: "BACK = Vrátiť" 4000 gigabeats: "BACK = Vrátiť"
4000 gogearsa9200: "LEFT = Vrátiť" 4001 gogearsa9200: "LEFT = Vrátiť"
4001 vibe500: "C = Vrátiť" 4002 vibe500: "C = Vrátiť"
4003 samsungyh*: "REW = Vrátiť"
4002 </dest> 4004 </dest>
4003 <voice> 4005 <voice>
4004 *: none 4006 *: none
@@ -7980,6 +7982,7 @@
7980 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 7982 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
7981 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 7983 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
7982 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue." 7984 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue."
7985 samsungyh*: "Disk full. Press LEFT to continue."
7983 </source> 7986 </source>
7984 <dest> 7987 <dest>
7985 *: none 7988 *: none
@@ -7987,6 +7990,7 @@
7987 iriverh100,iriverh120,iriverh300: "Disk je plný. Stlačte STOP pre pokračovanie" 7990 iriverh100,iriverh120,iriverh300: "Disk je plný. Stlačte STOP pre pokračovanie"
7988 iaudiom5,iaudiox5: "Disk je plný. Stlačte POWER pre pokračovanie" 7991 iaudiom5,iaudiox5: "Disk je plný. Stlačte POWER pre pokračovanie"
7989 sansae200*,sansac200*,vibe500: "Disk je plný. Stlačte PREV pre pokračovanie" 7992 sansae200*,sansac200*,vibe500: "Disk je plný. Stlačte PREV pre pokračovanie"
7993 samsungyh*: "Disk je plný. Stlačte LEFT pre pokračovanie"
7990 </dest> 7994 </dest>
7991 <voice> 7995 <voice>
7992 *: none 7996 *: none
diff --git a/apps/lang/slovenscina.lang b/apps/lang/slovenscina.lang
index ee30992a83..54d5104798 100644
--- a/apps/lang/slovenscina.lang
+++ b/apps/lang/slovenscina.lang
@@ -1632,11 +1632,13 @@
1632 gigabeats: "BACK = Revert" 1632 gigabeats: "BACK = Revert"
1633 gogearsa9200: "LEFT = Revert" 1633 gogearsa9200: "LEFT = Revert"
1634 vibe500: "CANCEL = Revert" 1634 vibe500: "CANCEL = Revert"
1635 samsungyh*: "REW = Revert"
1635 </source> 1636 </source>
1636 <dest> 1637 <dest>
1637 *: "OFF Preklici" 1638 *: "OFF Preklici"
1638 vibe500: "C Preklici" 1639 vibe500: "C Preklici"
1639 mpiohd300: "MENU Preklici" 1640 mpiohd300: "MENU Preklici"
1641 samsungyh*: "REW Preklici"
1640 </dest> 1642 </dest>
1641 <voice> 1643 <voice>
1642 *: "" 1644 *: ""
@@ -1682,10 +1684,12 @@
1682 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 1684 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
1683 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 1685 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
1684 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue." 1686 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue."
1687 samsungyh*: "Disk full. Press LEFT to continue."
1685 </source> 1688 </source>
1686 <dest> 1689 <dest>
1687 *: "Disk je poln. Pritisni OFF" 1690 *: "Disk je poln. Pritisni OFF"
1688 vibe500: "Disk je poln. Pritisni PREV" 1691 vibe500: "Disk je poln. Pritisni PREV"
1692 samsungyh*: "Disk je poln. Pritisni LEFT"
1689 </dest> 1693 </dest>
1690 <voice> 1694 <voice>
1691 *: "" 1695 *: ""
@@ -3198,7 +3202,7 @@
3198 *: "Building database... %d found (OFF to return)" 3202 *: "Building database... %d found (OFF to return)"
3199 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" 3203 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
3200 ipod*: "Building database... %d found (PREV to return)" 3204 ipod*: "Building database... %d found (PREV to return)"
3201 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" 3205 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
3202 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)" 3206 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
3203 gogearsa9200: "Building database... %d found (REW to return)" 3207 gogearsa9200: "Building database... %d found (REW to return)"
3204 archosplayer: "Building DB %d found" 3208 archosplayer: "Building DB %d found"
@@ -3207,7 +3211,7 @@
3207 *: "Ustvarjanje baze podatkov ... najdenih %d (OFF za nazaj)" 3211 *: "Ustvarjanje baze podatkov ... najdenih %d (OFF za nazaj)"
3208 iriverh100,iriverh120,iriverh300: "Ustvarjanje baze podatkov ... najdenih %d (STOP za nazaj)" 3212 iriverh100,iriverh120,iriverh300: "Ustvarjanje baze podatkov ... najdenih %d (STOP za nazaj)"
3209 ipod*: "Ustvarjanje baze podatkov ... najdenih %d (PREV za nazaj)" 3213 ipod*: "Ustvarjanje baze podatkov ... najdenih %d (PREV za nazaj)"
3210 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Ustvarjanje baze podatkov ... najdenih %d (LEVO za nazaj)" 3214 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Ustvarjanje baze podatkov ... najdenih %d (LEVO za nazaj)"
3211 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Ustvarjanje baze podatkov ... najdenih %d (PREV za nazaj)" 3215 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Ustvarjanje baze podatkov ... najdenih %d (PREV za nazaj)"
3212 gogearsa9200: "Ustvarjanje baze podatkov ... najdenih %d (REW za nazaj)" 3216 gogearsa9200: "Ustvarjanje baze podatkov ... najdenih %d (REW za nazaj)"
3213 archosplayer: "Ustvarjanje baze podatkov ... najdenih %d" 3217 archosplayer: "Ustvarjanje baze podatkov ... najdenih %d"
@@ -5329,7 +5333,7 @@
5329 *: "PLAY = Yes" 5333 *: "PLAY = Yes"
5330 cowond2*: "MENU, or top-right = Yes" 5334 cowond2*: "MENU, or top-right = Yes"
5331 iriverh100,iriverh120,iriverh300: "NAVI = Yes" 5335 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
5332 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes" 5336 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
5333 mrobe500: "PLAY, POWER, or top-right = Yes" 5337 mrobe500: "PLAY, POWER, or top-right = Yes"
5334 archosplayer: "(PLAY/STOP)" 5338 archosplayer: "(PLAY/STOP)"
5335 vibe500: "OK = Yes" 5339 vibe500: "OK = Yes"
@@ -5338,7 +5342,7 @@
5338 *: "PLAY = Yes" 5342 *: "PLAY = Yes"
5339 cowond2*: "MENU, or top-right = Yes" 5343 cowond2*: "MENU, or top-right = Yes"
5340 iriverh100,iriverh120,iriverh300: "NAVI = Yes" 5344 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
5341 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes" 5345 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
5342 mrobe500: "PLAY, POWER, or top-right = Yes" 5346 mrobe500: "PLAY, POWER, or top-right = Yes"
5343 archosplayer: "(PLAY/STOP)" 5347 archosplayer: "(PLAY/STOP)"
5344 vibe500: "OK = Yes" 5348 vibe500: "OK = Yes"
@@ -5371,7 +5375,7 @@
5371 mrobe500: "HEART = Set" 5375 mrobe500: "HEART = Set"
5372 iriverh100,iriverh120,iriverh300: "NAVI = Set" 5376 iriverh100,iriverh120,iriverh300: "NAVI = Set"
5373 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set" 5377 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
5374 gogearsa9200: "PLAY = Set" 5378 gogearsa9200,samsungyh*: "PLAY = Set"
5375 vibe500: "OK = Set" 5379 vibe500: "OK = Set"
5376 mpiohd300: "ENTER = Set" 5380 mpiohd300: "ENTER = Set"
5377 </source> 5381 </source>
@@ -5381,13 +5385,13 @@
5381 mrobe500: "HEART = Set" 5385 mrobe500: "HEART = Set"
5382 iriverh100,iriverh120,iriverh300: "NAVI = Set" 5386 iriverh100,iriverh120,iriverh300: "NAVI = Set"
5383 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set" 5387 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
5384 gogearsa9200: "PLAY = Set" 5388 gogearsa9200,samsungyh*: "PLAY = Set"
5385 vibe500: "OK = Set" 5389 vibe500: "OK = Set"
5386 mpiohd300: "ENTER = Set" 5390 mpiohd300: "ENTER = Set"
5387 </dest> 5391 </dest>
5388 <voice> 5392 <voice>
5389 *: none 5393 *: none
5390 rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200: "" 5394 rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200,samsungyh*: ""
5391 </voice> 5395 </voice>
5392</phrase> 5396</phrase>
5393<phrase> 5397<phrase>
diff --git a/apps/lang/srpski.lang b/apps/lang/srpski.lang
index 574c6bf7bd..9a1cfd8a68 100644
--- a/apps/lang/srpski.lang
+++ b/apps/lang/srpski.lang
@@ -248,7 +248,7 @@
248 *: "PLAY = Yes" 248 *: "PLAY = Yes"
249 cowond2*: "MENU, or top-right = Yes" 249 cowond2*: "MENU, or top-right = Yes"
250 iriverh100,iriverh120,iriverh300: "NAVI = Yes" 250 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
251 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes" 251 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
252 mrobe500: "PLAY, POWER, or top-right = Yes" 252 mrobe500: "PLAY, POWER, or top-right = Yes"
253 archosplayer: "(PLAY/STOP)" 253 archosplayer: "(PLAY/STOP)"
254 vibe500: "OK = Yes" 254 vibe500: "OK = Yes"
@@ -257,7 +257,7 @@
257 *: "PLAY = Да" 257 *: "PLAY = Да"
258 cowond2*: "MENU, или горе-десно = Да" 258 cowond2*: "MENU, или горе-десно = Да"
259 iriverh100,iriverh120,iriverh300: "NAVI = Да" 259 iriverh100,iriverh120,iriverh300: "NAVI = Да"
260 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Да" 260 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Да"
261 mrobe500: "PLAY, POWER, или горе-десно = Да" 261 mrobe500: "PLAY, POWER, или горе-десно = Да"
262 archosplayer: "(PLAY/STOP)" 262 archosplayer: "(PLAY/STOP)"
263 vibe500: "OK = Да" 263 vibe500: "OK = Да"
@@ -2214,7 +2214,7 @@
2214 *: "Building database... %d found (OFF to return)" 2214 *: "Building database... %d found (OFF to return)"
2215 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" 2215 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
2216 ipod*: "Building database... %d found (PREV to return)" 2216 ipod*: "Building database... %d found (PREV to return)"
2217 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" 2217 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
2218 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)" 2218 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
2219 gogearsa9200: "Building database... %d found (REW to return)" 2219 gogearsa9200: "Building database... %d found (REW to return)"
2220 archosplayer: "Building DB %d found" 2220 archosplayer: "Building DB %d found"
@@ -2223,7 +2223,7 @@
2223 *: "Креирам базу података... %d пронађено (OFF за повратак)" 2223 *: "Креирам базу података... %d пронађено (OFF за повратак)"
2224 iriverh100,iriverh120,iriverh300: "Креирам базу података... %d пронађено (STOP за повратак)" 2224 iriverh100,iriverh120,iriverh300: "Креирам базу података... %d пронађено (STOP за повратак)"
2225 ipod*: "Креирам базу података... %d пронађено (PREV за повратак)" 2225 ipod*: "Креирам базу података... %d пронађено (PREV за повратак)"
2226 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Креирам базу података... %d пронађено (LEFT за повратак)" 2226 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Креирам базу података... %d пронађено (LEFT за повратак)"
2227 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Креирам базу података... %d пронађено (PREV за повратак)" 2227 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Креирам базу података... %d пронађено (PREV за повратак)"
2228 gogearsa9200: "Креирам базу података... %d пронађено (REW за повратак)" 2228 gogearsa9200: "Креирам базу података... %d пронађено (REW за повратак)"
2229 archosplayer: "Креирам БП %d пронађено" 2229 archosplayer: "Креирам БП %d пронађено"
@@ -3930,7 +3930,7 @@
3930 mrobe500: "HEART = Set" 3930 mrobe500: "HEART = Set"
3931 iriverh100,iriverh120,iriverh300: "NAVI = Set" 3931 iriverh100,iriverh120,iriverh300: "NAVI = Set"
3932 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set" 3932 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
3933 gogearsa9200: "PLAY = Set" 3933 gogearsa9200,samsungyh*: "PLAY = Set"
3934 vibe500: "OK = Set" 3934 vibe500: "OK = Set"
3935 mpiohd300: "ENTER = Set" 3935 mpiohd300: "ENTER = Set"
3936 </source> 3936 </source>
@@ -3940,13 +3940,13 @@
3940 mrobe500: "HEART = Постави" 3940 mrobe500: "HEART = Постави"
3941 iriverh100,iriverh120,iriverh300: "NAVI = Постави" 3941 iriverh100,iriverh120,iriverh300: "NAVI = Постави"
3942 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Постави" 3942 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Постави"
3943 gogearsa9200: "PLAY = Постави" 3943 gogearsa9200,samsungyh*: "PLAY = Постави"
3944 vibe500: "OK = Постави" 3944 vibe500: "OK = Постави"
3945 mpiohd300: "ENTER = Постави" 3945 mpiohd300: "ENTER = Постави"
3946 </dest> 3946 </dest>
3947 <voice> 3947 <voice>
3948 *: none 3948 *: none
3949 rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200: "" 3949 rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200,samsungyh*: ""
3950 </voice> 3950 </voice>
3951</phrase> 3951</phrase>
3952<phrase> 3952<phrase>
@@ -3967,6 +3967,7 @@
3967 gigabeats: "BACK = Revert" 3967 gigabeats: "BACK = Revert"
3968 gogearsa9200: "LEFT = Revert" 3968 gogearsa9200: "LEFT = Revert"
3969 vibe500: "CANCEL = Revert" 3969 vibe500: "CANCEL = Revert"
3970 samsungyh*: "REW = Revert"
3970 </source> 3971 </source>
3971 <dest> 3972 <dest>
3972 *: none 3973 *: none
@@ -3982,6 +3983,7 @@
3982 gigabeats: "BACK = Врати на старо" 3983 gigabeats: "BACK = Врати на старо"
3983 gogearsa9200: "LEFT = Врати на старо" 3984 gogearsa9200: "LEFT = Врати на старо"
3984 vibe500: "CANCEL = Врати на старо" 3985 vibe500: "CANCEL = Врати на старо"
3986 samsungyh*: "REW = Врати на старо"
3985 </dest> 3987 </dest>
3986 <voice> 3988 <voice>
3987 *: none 3989 *: none
@@ -7963,6 +7965,7 @@
7963 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 7965 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
7964 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 7966 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
7965 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue." 7967 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue."
7968 samsungyh*: "Disk full. Press LEFT to continue."
7966 </source> 7969 </source>
7967 <dest> 7970 <dest>
7968 *: none 7971 *: none
@@ -7970,6 +7973,7 @@
7970 iriverh100,iriverh120,iriverh300: "Диск је пун. Притисните STOP за наставак." 7973 iriverh100,iriverh120,iriverh300: "Диск је пун. Притисните STOP за наставак."
7971 iaudiom5,iaudiox5: "Диск је пун. Притисните POWER за наставак." 7974 iaudiom5,iaudiox5: "Диск је пун. Притисните POWER за наставак."
7972 sansae200*,sansac200*,vibe500: "Диск је пун. Притисните PREV за наставак." 7975 sansae200*,sansac200*,vibe500: "Диск је пун. Притисните PREV за наставак."
7976 samsungyh*: "Диск је пун. Притисните LEFT за наставак."
7973 </dest> 7977 </dest>
7974 <voice> 7978 <voice>
7975 *: none 7979 *: none
diff --git a/apps/lang/svenska.lang b/apps/lang/svenska.lang
index 200d633b5d..617e8a1ee2 100644
--- a/apps/lang/svenska.lang
+++ b/apps/lang/svenska.lang
@@ -254,7 +254,7 @@
254 *: "PLAY = Yes" 254 *: "PLAY = Yes"
255 cowond2*: "MENU, or top-right = Yes" 255 cowond2*: "MENU, or top-right = Yes"
256 iriverh100,iriverh120,iriverh300: "NAVI = Yes" 256 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
257 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes" 257 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
258 mrobe500: "PLAY, POWER, or top-right = Yes" 258 mrobe500: "PLAY, POWER, or top-right = Yes"
259 archosplayer: "(PLAY/STOP)" 259 archosplayer: "(PLAY/STOP)"
260 vibe500: "OK = Yes" 260 vibe500: "OK = Yes"
@@ -263,7 +263,7 @@
263 *: "SPELA = Ja" 263 *: "SPELA = Ja"
264 cowond2*: "MENY, eller överst-höger = Ja" 264 cowond2*: "MENY, eller överst-höger = Ja"
265 iriverh100,iriverh120,iriverh300: "NAVI = Ja" 265 iriverh100,iriverh120,iriverh300: "NAVI = Ja"
266 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "VÄLJ = Ja" 266 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "VÄLJ = Ja"
267 mrobe500: "SPELA, PÅ/AV, eller överst-höger = Ja" 267 mrobe500: "SPELA, PÅ/AV, eller överst-höger = Ja"
268 archosplayer: "SPELA/STOPP" 268 archosplayer: "SPELA/STOPP"
269 vibe500: "OK = Ja" 269 vibe500: "OK = Ja"
@@ -2237,7 +2237,7 @@
2237 *: "Building database... %d found (OFF to return)" 2237 *: "Building database... %d found (OFF to return)"
2238 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" 2238 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
2239 ipod*: "Building database... %d found (PREV to return)" 2239 ipod*: "Building database... %d found (PREV to return)"
2240 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" 2240 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
2241 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)" 2241 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
2242 gogearsa9200: "Building database... %d found (REW to return)" 2242 gogearsa9200: "Building database... %d found (REW to return)"
2243 archosplayer: "Building DB %d found" 2243 archosplayer: "Building DB %d found"
@@ -2246,7 +2246,7 @@
2246 *: "Skapar databas... %d hittade (AV = Återgå)" 2246 *: "Skapar databas... %d hittade (AV = Återgå)"
2247 iriverh100,iriverh120,iriverh300: "Skapar databas... %d hittade (STOPP = Återgå)" 2247 iriverh100,iriverh120,iriverh300: "Skapar databas... %d hittade (STOPP = Återgå)"
2248 ipod*: "Skapar databas... %d hittade (FÖREGÅENDE = Återgå)" 2248 ipod*: "Skapar databas... %d hittade (FÖREGÅENDE = Återgå)"
2249 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Skapar databas... %d hittade (VÄNSTER = Återgå)" 2249 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Skapar databas... %d hittade (VÄNSTER = Återgå)"
2250 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Skapar databas... %d hittade (FÖREGÅENDE = Återgå)" 2250 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Skapar databas... %d hittade (FÖREGÅENDE = Återgå)"
2251 gogearsa9200: "Skapar databas... %d hittade (REW = Återgå)" 2251 gogearsa9200: "Skapar databas... %d hittade (REW = Återgå)"
2252 archosplayer: "Skapar DB %d hittade" 2252 archosplayer: "Skapar DB %d hittade"
@@ -3953,7 +3953,7 @@
3953 mrobe500: "HEART = Set" 3953 mrobe500: "HEART = Set"
3954 iriverh100,iriverh120,iriverh300: "NAVI = Set" 3954 iriverh100,iriverh120,iriverh300: "NAVI = Set"
3955 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set" 3955 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
3956 gogearsa9200: "PLAY = Set" 3956 gogearsa9200,samsungyh*: "PLAY = Set"
3957 vibe500: "OK = Set" 3957 vibe500: "OK = Set"
3958 mpiohd300: "ENTER = Set" 3958 mpiohd300: "ENTER = Set"
3959 </source> 3959 </source>
@@ -3963,13 +3963,13 @@
3963 mrobe500: "HJÄRTA = Ställ" 3963 mrobe500: "HJÄRTA = Ställ"
3964 iriverh100,iriverh120,iriverh300: "NAVI = Ställ" 3964 iriverh100,iriverh120,iriverh300: "NAVI = Ställ"
3965 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "VÄLJ = Ställ" 3965 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "VÄLJ = Ställ"
3966 gogearsa9200: "SPELA = Ställ" 3966 gogearsa9200,samsungyh*: "SPELA = Ställ"
3967 vibe500: "OK = Ställ" 3967 vibe500: "OK = Ställ"
3968 mpiohd300: "ENTER = Ställ" 3968 mpiohd300: "ENTER = Ställ"
3969 </dest> 3969 </dest>
3970 <voice> 3970 <voice>
3971 *: none 3971 *: none
3972 rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200: "" 3972 rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200,samsungyh*: ""
3973 </voice> 3973 </voice>
3974</phrase> 3974</phrase>
3975<phrase> 3975<phrase>
@@ -3990,6 +3990,7 @@
3990 gigabeats: "BACK = Revert" 3990 gigabeats: "BACK = Revert"
3991 gogearsa9200: "LEFT = Revert" 3991 gogearsa9200: "LEFT = Revert"
3992 vibe500: "CANCEL = Revert" 3992 vibe500: "CANCEL = Revert"
3993 samsungyh*: "REW = Revert"
3993 </source> 3994 </source>
3994 <dest> 3995 <dest>
3995 *: none 3996 *: none
@@ -4004,6 +4005,7 @@
4004 gigabeats: "BAKÅT = Avbryt" 4005 gigabeats: "BAKÅT = Avbryt"
4005 gogearsa9200: "VÄNSTER = Avbryt" 4006 gogearsa9200: "VÄNSTER = Avbryt"
4006 vibe500: "C = Avbryt" 4007 vibe500: "C = Avbryt"
4008 samsungyh*: "REW = Avbryt"
4007 </dest> 4009 </dest>
4008 <voice> 4010 <voice>
4009 *: none 4011 *: none
@@ -7985,6 +7987,7 @@
7985 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 7987 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
7986 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 7988 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
7987 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue." 7989 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue."
7990 samsungyh*: "Disk full. Press LEFT to continue."
7988 </source> 7991 </source>
7989 <dest> 7992 <dest>
7990 *: none 7993 *: none
@@ -7992,6 +7995,7 @@
7992 iriverh100,iriverh120,iriverh300: "Disken är full. Tryck STOPP för att fortsätta." 7995 iriverh100,iriverh120,iriverh300: "Disken är full. Tryck STOPP för att fortsätta."
7993 iaudiom5,iaudiox5: "Disken är full. Tryck PÅ/AV för att fortsätta." 7996 iaudiom5,iaudiox5: "Disken är full. Tryck PÅ/AV för att fortsätta."
7994 sansae200*,sansac200*,vibe500: "Disken är full. Tryck FÖREGÅENDE för att fortsätta." 7997 sansae200*,sansac200*,vibe500: "Disken är full. Tryck FÖREGÅENDE för att fortsätta."
7998 samsungyh*: "Disken är full. Tryck LEFT för att fortsätta."
7995 </dest> 7999 </dest>
7996 <voice> 8000 <voice>
7997 *: none 8001 *: none
diff --git a/apps/lang/tagalog.lang b/apps/lang/tagalog.lang
index 687c6ffda1..efe9cacd48 100644
--- a/apps/lang/tagalog.lang
+++ b/apps/lang/tagalog.lang
@@ -248,7 +248,7 @@
248 *: "PLAY = Yes" 248 *: "PLAY = Yes"
249 cowond2*: "MENU, or top-right = Yes" 249 cowond2*: "MENU, or top-right = Yes"
250 iriverh100,iriverh120,iriverh300: "NAVI = Yes" 250 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
251 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes" 251 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
252 mrobe500: "PLAY, POWER, or top-right = Yes" 252 mrobe500: "PLAY, POWER, or top-right = Yes"
253 archosplayer: "(PLAY/STOP)" 253 archosplayer: "(PLAY/STOP)"
254 vibe500: "OK = Yes" 254 vibe500: "OK = Yes"
@@ -257,7 +257,7 @@
257 *: "PLAY = Oo" 257 *: "PLAY = Oo"
258 cowond2*: "MENU = Oo" 258 cowond2*: "MENU = Oo"
259 iriverh100,iriverh120,iriverh300: "NAVI = Oo" 259 iriverh100,iriverh120,iriverh300: "NAVI = Oo"
260 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Oo" 260 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Oo"
261 mrobe500: "PLAY, POWER, or top-right = Oo" 261 mrobe500: "PLAY, POWER, or top-right = Oo"
262 archosplayer: "(PLAY/STOP)" 262 archosplayer: "(PLAY/STOP)"
263 vibe500: "OK = Oo" 263 vibe500: "OK = Oo"
@@ -2217,7 +2217,7 @@
2217 *: "Building database... %d found (OFF to return)" 2217 *: "Building database... %d found (OFF to return)"
2218 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" 2218 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
2219 ipod*: "Building database... %d found (PREV to return)" 2219 ipod*: "Building database... %d found (PREV to return)"
2220 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" 2220 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
2221 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)" 2221 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
2222 gogearsa9200: "Building database... %d found (REW to return)" 2222 gogearsa9200: "Building database... %d found (REW to return)"
2223 </source> 2223 </source>
@@ -2225,7 +2225,7 @@
2225 *: "Gumawa database... %d found (OFF sa pagbalik)" 2225 *: "Gumawa database... %d found (OFF sa pagbalik)"
2226 iriverh100,iriverh120,iriverh300: "Gumawa database... %d found (STOP sa pagbalik)" 2226 iriverh100,iriverh120,iriverh300: "Gumawa database... %d found (STOP sa pagbalik)"
2227 ipod*: "Gumawa database... %d found (PLAY/PAUSE sa pagbalik)" 2227 ipod*: "Gumawa database... %d found (PLAY/PAUSE sa pagbalik)"
2228 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Gumawa database... %d found (LEFT sa pagbalik)" 2228 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Gumawa database... %d found (LEFT sa pagbalik)"
2229 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Gumawa database... %d found (PREV sa pagbalik)" 2229 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Gumawa database... %d found (PREV sa pagbalik)"
2230 gogearsa9200: "Gumawa database... %d found (REW sa pagbalik)" 2230 gogearsa9200: "Gumawa database... %d found (REW sa pagbalik)"
2231 </dest> 2231 </dest>
@@ -3931,7 +3931,7 @@
3931 mrobe500: "HEART = Set" 3931 mrobe500: "HEART = Set"
3932 iriverh100,iriverh120,iriverh300: "NAVI = Set" 3932 iriverh100,iriverh120,iriverh300: "NAVI = Set"
3933 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set" 3933 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
3934 gogearsa9200: "PLAY = Set" 3934 gogearsa9200,samsungyh*: "PLAY = Set"
3935 vibe500: "OK = Set" 3935 vibe500: "OK = Set"
3936 mpiohd300: "ENTER = Set" 3936 mpiohd300: "ENTER = Set"
3937 </source> 3937 </source>
@@ -3941,7 +3941,7 @@
3941 mrobe500: "HEART =Ilagay" 3941 mrobe500: "HEART =Ilagay"
3942 iriverh100,iriverh120,iriverh300: "NAVI = Ilagay" 3942 iriverh100,iriverh120,iriverh300: "NAVI = Ilagay"
3943 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Ilagay" 3943 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Ilagay"
3944 gogearsa9200: "PLAY = Ilagay" 3944 gogearsa9200,samsungyh*: "PLAY = Ilagay"
3945 vibe500: "OK = Ilagay" 3945 vibe500: "OK = Ilagay"
3946 mpiohd300: "ENTER = Ilagay" 3946 mpiohd300: "ENTER = Ilagay"
3947 </dest> 3947 </dest>
@@ -3967,6 +3967,7 @@
3967 gigabeats: "BACK = Revert" 3967 gigabeats: "BACK = Revert"
3968 gogearsa9200: "LEFT = Revert" 3968 gogearsa9200: "LEFT = Revert"
3969 vibe500: "CANCEL = Revert" 3969 vibe500: "CANCEL = Revert"
3970 samsungyh*: "REW = Revert"
3970 </source> 3971 </source>
3971 <dest> 3972 <dest>
3972 *: none 3973 *: none
@@ -3982,6 +3983,7 @@
3982 gigabeats: "BACK = Mabalik" 3983 gigabeats: "BACK = Mabalik"
3983 gogearsa9200: "LEFT = Mabalik" 3984 gogearsa9200: "LEFT = Mabalik"
3984 vibe500: "C = Mabalik" 3985 vibe500: "C = Mabalik"
3986 samsungyh*: "REW = Mabalik"
3985 </dest> 3987 </dest>
3986 <voice> 3988 <voice>
3987 *: none 3989 *: none
@@ -7162,6 +7164,7 @@
7162 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 7164 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
7163 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 7165 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
7164 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue." 7166 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue."
7167 samsungyh*: "Disk full. Press LEFT to continue."
7165 </source> 7168 </source>
7166 <dest> 7169 <dest>
7167 *: none 7170 *: none
@@ -7169,6 +7172,7 @@
7169 iriverh100,iriverh120,iriverh300: "Puno disk. Magpatuloy Pindutin STOP." 7172 iriverh100,iriverh120,iriverh300: "Puno disk. Magpatuloy Pindutin STOP."
7170 iaudiom5,iaudiox5: "Puno disk. Magpatuloy Pindutin POWER." 7173 iaudiom5,iaudiox5: "Puno disk. Magpatuloy Pindutin POWER."
7171 sansae200*,sansac200*,vibe500: "Puno disk. Magpatuloy Pindutin PREV." 7174 sansae200*,sansac200*,vibe500: "Puno disk. Magpatuloy Pindutin PREV."
7175 samsungyh*: "Puno disk. Magpatuloy Pindutin LEFT."
7172 </dest> 7176 </dest>
7173 <voice> 7177 <voice>
7174 *: none 7178 *: none
diff --git a/apps/lang/thai.lang b/apps/lang/thai.lang
index fd617a437e..b3b17bf484 100644
--- a/apps/lang/thai.lang
+++ b/apps/lang/thai.lang
@@ -249,7 +249,7 @@
249 *: "PLAY = Yes" 249 *: "PLAY = Yes"
250 cowond2*: "MENU, or top-right = Yes" 250 cowond2*: "MENU, or top-right = Yes"
251 iriverh100,iriverh120,iriverh300: "NAVI = Yes" 251 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
252 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes" 252 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
253 mrobe500: "PLAY, POWER, or top-right = Yes" 253 mrobe500: "PLAY, POWER, or top-right = Yes"
254 archosplayer: "(PLAY/STOP)" 254 archosplayer: "(PLAY/STOP)"
255 vibe500: "OK = Yes" 255 vibe500: "OK = Yes"
@@ -258,7 +258,7 @@
258 *: "PLAY = ใช่" 258 *: "PLAY = ใช่"
259 cowond2*: "MENU = ใช่" 259 cowond2*: "MENU = ใช่"
260 iriverh100,iriverh120,iriverh300: "NAVI = ใช่" 260 iriverh100,iriverh120,iriverh300: "NAVI = ใช่"
261 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = ใช่" 261 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = ใช่"
262 mrobe500: "PLAY, POWER, หรือ มุมบนขวา = ใช่" 262 mrobe500: "PLAY, POWER, หรือ มุมบนขวา = ใช่"
263 archosplayer: "(เล่น/หยุด)" 263 archosplayer: "(เล่น/หยุด)"
264 vibe500: "OK = ใช่" 264 vibe500: "OK = ใช่"
@@ -2218,7 +2218,7 @@
2218 *: "Building database... %d found (OFF to return)" 2218 *: "Building database... %d found (OFF to return)"
2219 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" 2219 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
2220 ipod*: "Building database... %d found (PREV to return)" 2220 ipod*: "Building database... %d found (PREV to return)"
2221 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" 2221 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
2222 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)" 2222 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
2223 gogearsa9200: "Building database... %d found (REW to return)" 2223 gogearsa9200: "Building database... %d found (REW to return)"
2224 </source> 2224 </source>
@@ -2226,7 +2226,7 @@
2226 *: "กำลังสร้างฐานข้อมูล...พบแล้ว %d (OFF เพื่อย้อนกลับ)" 2226 *: "กำลังสร้างฐานข้อมูล...พบแล้ว %d (OFF เพื่อย้อนกลับ)"
2227 iriverh100,iriverh120,iriverh300: "กำลังสร้างฐานข้อมูล...พบแล้ว %d (STOP เพื่อย้อนกลับ)" 2227 iriverh100,iriverh120,iriverh300: "กำลังสร้างฐานข้อมูล...พบแล้ว %d (STOP เพื่อย้อนกลับ)"
2228 ipod*: "กำลังสร้างฐานข้อมูล...พบแล้ว %d (PREV เพื่อย้อนกลับ)" 2228 ipod*: "กำลังสร้างฐานข้อมูล...พบแล้ว %d (PREV เพื่อย้อนกลับ)"
2229 iaudiox5,iaudiom5,gigabeat*,mrobe100: "กำลังสร้างฐานข้อมูล...พบแล้ว %d (LEFT เพื่อย้อนกลับ)" 2229 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "กำลังสร้างฐานข้อมูล...พบแล้ว %d (LEFT เพื่อย้อนกลับ)"
2230 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "กำลังสร้างฐานข้อมูล...พบแล้ว %d (PREV เพื่อย้อนกลับ)" 2230 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "กำลังสร้างฐานข้อมูล...พบแล้ว %d (PREV เพื่อย้อนกลับ)"
2231 gogearsa9200: "กำลังสร้างฐานข้อมูล...พบแล้ว %d (REW เพื่อย้อนกลับ)" 2231 gogearsa9200: "กำลังสร้างฐานข้อมูล...พบแล้ว %d (REW เพื่อย้อนกลับ)"
2232 </dest> 2232 </dest>
@@ -3915,7 +3915,7 @@
3915 mrobe500: "HEART = Set" 3915 mrobe500: "HEART = Set"
3916 iriverh100,iriverh120,iriverh300: "NAVI = Set" 3916 iriverh100,iriverh120,iriverh300: "NAVI = Set"
3917 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set" 3917 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
3918 gogearsa9200: "PLAY = Set" 3918 gogearsa9200,samsungyh*: "PLAY = Set"
3919 vibe500: "OK = Set" 3919 vibe500: "OK = Set"
3920 mpiohd300: "ENTER = Set" 3920 mpiohd300: "ENTER = Set"
3921 </source> 3921 </source>
@@ -3925,7 +3925,7 @@
3925 mrobe500: "HEART = ตั้งค่า" 3925 mrobe500: "HEART = ตั้งค่า"
3926 iriverh100,iriverh120,iriverh300: "NAVI = ตั้งค่า" 3926 iriverh100,iriverh120,iriverh300: "NAVI = ตั้งค่า"
3927 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = ตั้งค่า" 3927 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = ตั้งค่า"
3928 gogearsa9200: "PLAY = ตั้งค่า" 3928 gogearsa9200,samsungyh*: "PLAY = ตั้งค่า"
3929 vibe500: "OK = ตั้งค่า" 3929 vibe500: "OK = ตั้งค่า"
3930 mpiohd300: "ENTER = ตั้งค่า" 3930 mpiohd300: "ENTER = ตั้งค่า"
3931 </dest> 3931 </dest>
@@ -3951,6 +3951,7 @@
3951 gigabeats: "BACK = Revert" 3951 gigabeats: "BACK = Revert"
3952 gogearsa9200: "LEFT = Revert" 3952 gogearsa9200: "LEFT = Revert"
3953 vibe500: "CANCEL = Revert" 3953 vibe500: "CANCEL = Revert"
3954 samsungyh*: "REW = Revert"
3954 </source> 3955 </source>
3955 <dest> 3956 <dest>
3956 *: none 3957 *: none
@@ -3966,6 +3967,7 @@
3966 gigabeats: "BACK = ยกเลิก" 3967 gigabeats: "BACK = ยกเลิก"
3967 gogearsa9200: "LEFT = ยกเลิก" 3968 gogearsa9200: "LEFT = ยกเลิก"
3968 vibe500: "C = ยกเลิก" 3969 vibe500: "C = ยกเลิก"
3970 samsungyh*: "REW = ยกเลิก"
3969 </dest> 3971 </dest>
3970 <voice> 3972 <voice>
3971 *: none 3973 *: none
@@ -7946,6 +7948,7 @@
7946 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 7948 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
7947 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 7949 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
7948 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue." 7950 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue."
7951 samsungyh*: "Disk full. Press LEFT to continue."
7949 </source> 7952 </source>
7950 <dest> 7953 <dest>
7951 *: none 7954 *: none
@@ -7953,6 +7956,7 @@
7953 iriverh100,iriverh120,iriverh300: "ดีสก์เต็ม กดปุ่ม STOP เพื่อทำงานต่อ" 7956 iriverh100,iriverh120,iriverh300: "ดีสก์เต็ม กดปุ่ม STOP เพื่อทำงานต่อ"
7954 iaudiom5,iaudiox5: "ดีสก์เต็ม กดปุ่ม POWER เพื่อทำงานต่อ" 7957 iaudiom5,iaudiox5: "ดีสก์เต็ม กดปุ่ม POWER เพื่อทำงานต่อ"
7955 sansae200*,sansac200*,vibe500: "ดีสก์เต็ม กดปุ่ม PREV เพื่อทำงานต่อ" 7958 sansae200*,sansac200*,vibe500: "ดีสก์เต็ม กดปุ่ม PREV เพื่อทำงานต่อ"
7959 samsungyh*: "ดีสก์เต็ม กดปุ่ม LEFT เพื่อทำงานต่อ"
7956 </dest> 7960 </dest>
7957 <voice> 7961 <voice>
7958 *: none 7962 *: none
diff --git a/apps/lang/turkce.lang b/apps/lang/turkce.lang
index ae52c1dedc..0eb368cdde 100644
--- a/apps/lang/turkce.lang
+++ b/apps/lang/turkce.lang
@@ -236,7 +236,7 @@
236 *: "PLAY = Yes" 236 *: "PLAY = Yes"
237 cowond2*: "MENU, or top-right = Yes" 237 cowond2*: "MENU, or top-right = Yes"
238 iriverh100,iriverh120,iriverh300: "NAVI = Yes" 238 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
239 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes" 239 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
240 mrobe500: "PLAY, POWER, or top-right = Yes" 240 mrobe500: "PLAY, POWER, or top-right = Yes"
241 archosplayer: "(PLAY/STOP)" 241 archosplayer: "(PLAY/STOP)"
242 vibe500: "OK = Yes" 242 vibe500: "OK = Yes"
@@ -245,7 +245,7 @@
245 *: "PLAY = Devam et" 245 *: "PLAY = Devam et"
246 cowond2*: "MENU, veya üst-sağ = Evet" 246 cowond2*: "MENU, veya üst-sağ = Evet"
247 iriverh100,iriverh120,iriverh300: "NAVI = Devam et" 247 iriverh100,iriverh120,iriverh300: "NAVI = Devam et"
248 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Evet" 248 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Evet"
249 mrobe500: "PLAY, POWER, veya üst-sağ = Evet" 249 mrobe500: "PLAY, POWER, veya üst-sağ = Evet"
250 archosplayer: "(PLAY/STOP)" 250 archosplayer: "(PLAY/STOP)"
251 vibe500: "OK = Devam et" 251 vibe500: "OK = Devam et"
@@ -1406,7 +1406,7 @@
1406 *: "Building database... %d found (OFF to return)" 1406 *: "Building database... %d found (OFF to return)"
1407 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" 1407 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
1408 ipod*: "Building database... %d found (PREV to return)" 1408 ipod*: "Building database... %d found (PREV to return)"
1409 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" 1409 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
1410 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)" 1410 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
1411 gogearsa9200: "Building database... %d found (REW to return)" 1411 gogearsa9200: "Building database... %d found (REW to return)"
1412 </source> 1412 </source>
@@ -1414,7 +1414,7 @@
1414 *: "Veritabanı oluşturuluyor... %d bulundu (giriş için OFF)" 1414 *: "Veritabanı oluşturuluyor... %d bulundu (giriş için OFF)"
1415 iriverh100,iriverh120,iriverh300: "Veritabanı oluşturuluyor... %d bulundu (giriş için STOP)" 1415 iriverh100,iriverh120,iriverh300: "Veritabanı oluşturuluyor... %d bulundu (giriş için STOP)"
1416 ipod*: "Veritabanı oluşturuluyor... %d bulundu (giriş için PREV)" 1416 ipod*: "Veritabanı oluşturuluyor... %d bulundu (giriş için PREV)"
1417 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Veritabanı oluşturuluyor... %d bulundu (giriş için LEFT)" 1417 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Veritabanı oluşturuluyor... %d bulundu (giriş için LEFT)"
1418 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Veritabanı oluşturuluyor... %d bulundu (giriş için PREV)" 1418 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Veritabanı oluşturuluyor... %d bulundu (giriş için PREV)"
1419 gogearsa9200: "Veritabanı oluşturuluyor... %d bulundu (giriş için REW)" 1419 gogearsa9200: "Veritabanı oluşturuluyor... %d bulundu (giriş için REW)"
1420 </dest> 1420 </dest>
@@ -1964,7 +1964,7 @@
1964 mrobe500: "HEART = Set" 1964 mrobe500: "HEART = Set"
1965 iriverh100,iriverh120,iriverh300: "NAVI = Set" 1965 iriverh100,iriverh120,iriverh300: "NAVI = Set"
1966 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set" 1966 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
1967 gogearsa9200: "PLAY = Set" 1967 gogearsa9200,samsungyh*: "PLAY = Set"
1968 vibe500: "OK = Set" 1968 vibe500: "OK = Set"
1969 mpiohd300: "ENTER = Set" 1969 mpiohd300: "ENTER = Set"
1970 </source> 1970 </source>
@@ -1974,7 +1974,7 @@
1974 mrobe500: "HEART = Ayarlandı" 1974 mrobe500: "HEART = Ayarlandı"
1975 iriverh100,iriverh120,iriverh300: "NAVI = Ayarlandı" 1975 iriverh100,iriverh120,iriverh300: "NAVI = Ayarlandı"
1976 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Ayarlandı" 1976 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Ayarlandı"
1977 gogearsa9200: "PLAY = Ayarlandı" 1977 gogearsa9200,samsungyh*: "PLAY = Ayarlandı"
1978 vibe500: "OK = Ayarlandı" 1978 vibe500: "OK = Ayarlandı"
1979 mpiohd300: "ENTER = Ayarlandı" 1979 mpiohd300: "ENTER = Ayarlandı"
1980 </dest> 1980 </dest>
@@ -2000,6 +2000,7 @@
2000 gigabeats: "BACK = Revert" 2000 gigabeats: "BACK = Revert"
2001 gogearsa9200: "LEFT = Revert" 2001 gogearsa9200: "LEFT = Revert"
2002 vibe500: "CANCEL = Revert" 2002 vibe500: "CANCEL = Revert"
2003 samsungyh*: "REW = Revert"
2003 </source> 2004 </source>
2004 <dest> 2005 <dest>
2005 *: none 2006 *: none
@@ -2015,6 +2016,7 @@
2015 gigabeats: "LEFT = Revert" 2016 gigabeats: "LEFT = Revert"
2016 gogearsa9200: "LEFT = Geri Döndür" 2017 gogearsa9200: "LEFT = Geri Döndür"
2017 vibe500: "C = Geri Döndür" 2018 vibe500: "C = Geri Döndür"
2019 samsungyh*: "REW = Geri Döndür"
2018 </dest> 2020 </dest>
2019 <voice> 2021 <voice>
2020 *: none 2022 *: none
@@ -2648,6 +2650,7 @@
2648 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 2650 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
2649 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 2651 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
2650 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue." 2652 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue."
2653 samsungyh*: "Disk full. Press LEFT to continue."
2651 </source> 2654 </source>
2652 <dest> 2655 <dest>
2653 *: none 2656 *: none
@@ -2655,10 +2658,10 @@
2655 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 2658 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
2656 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 2659 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
2657 sansae200,sansac200*,vibe500: "The disk is full. Press UP to continue." 2660 sansae200,sansac200*,vibe500: "The disk is full. Press UP to continue."
2661 samsungyh*: "Disk full. Press LEFT to continue."
2658 </dest> 2662 </dest>
2659 <voice> 2663 <voice>
2660 *: none 2664 *: none
2661 recording,iriverh100,iriverh120,iriverh300,iaudiom5,iaudiox5,sansae200,sansac200*: ""
2662 recording,iriverh100,iriverh120,iriverh300,iaudiom5,iaudiox5,sansae200*,sansac200*: "" 2665 recording,iriverh100,iriverh120,iriverh300,iaudiom5,iaudiox5,sansae200*,sansac200*: ""
2663 </voice> 2666 </voice>
2664</phrase> 2667</phrase>
diff --git a/apps/lang/ukrainian.lang b/apps/lang/ukrainian.lang
index 5327172b39..306abec29d 100644
--- a/apps/lang/ukrainian.lang
+++ b/apps/lang/ukrainian.lang
@@ -248,7 +248,7 @@
248 *: "PLAY = Yes" 248 *: "PLAY = Yes"
249 cowond2*: "MENU, or top-right = Yes" 249 cowond2*: "MENU, or top-right = Yes"
250 iriverh100,iriverh120,iriverh300: "NAVI = Yes" 250 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
251 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes" 251 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
252 mrobe500: "PLAY, POWER, or top-right = Yes" 252 mrobe500: "PLAY, POWER, or top-right = Yes"
253 archosplayer: "(PLAY/STOP)" 253 archosplayer: "(PLAY/STOP)"
254 vibe500: "OK = Yes" 254 vibe500: "OK = Yes"
@@ -257,7 +257,7 @@
257 *: "ВIДТВОР. = Так" 257 *: "ВIДТВОР. = Так"
258 cowond2*: "Меню або прав. верх. = Так" 258 cowond2*: "Меню або прав. верх. = Так"
259 iriverh100,iriverh120,iriverh300: "НАВIГ. = Так" 259 iriverh100,iriverh120,iriverh300: "НАВIГ. = Так"
260 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "ВИБРАТИ = так" 260 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "ВИБРАТИ = так"
261 mrobe500: "ВІДТВ, ВИМКН., або правю верх. = Так" 261 mrobe500: "ВІДТВ, ВИМКН., або правю верх. = Так"
262 archosplayer: "(ВIДТВОР./СТОП)" 262 archosplayer: "(ВIДТВОР./СТОП)"
263 vibe500: "OK = Так" 263 vibe500: "OK = Так"
@@ -2231,7 +2231,7 @@
2231 *: "Building database... %d found (OFF to return)" 2231 *: "Building database... %d found (OFF to return)"
2232 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" 2232 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
2233 ipod*: "Building database... %d found (PREV to return)" 2233 ipod*: "Building database... %d found (PREV to return)"
2234 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" 2234 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
2235 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)" 2235 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
2236 gogearsa9200: "Building database... %d found (REW to return)" 2236 gogearsa9200: "Building database... %d found (REW to return)"
2237 archosplayer: "Building DB %d found" 2237 archosplayer: "Building DB %d found"
@@ -2240,7 +2240,7 @@
2240 *: "Створення Бази Даних ... %d знайдено (ВИМК. для скасування)" 2240 *: "Створення Бази Даних ... %d знайдено (ВИМК. для скасування)"
2241 iriverh100,iriverh120,iriverh300: "Створення Бази Даних... %d знайдено (СТОП для скасування)" 2241 iriverh100,iriverh120,iriverh300: "Створення Бази Даних... %d знайдено (СТОП для скасування)"
2242 ipod*: "Створення Бази Даних... %d знайдено (ПОПЕРЕД. для скасування)" 2242 ipod*: "Створення Бази Даних... %d знайдено (ПОПЕРЕД. для скасування)"
2243 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Створення Бази Даних... %d знайдено (ЛIВО для скасування)" 2243 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Створення Бази Даних... %d знайдено (ЛIВО для скасування)"
2244 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Створення Бази Даних... %d знайдено (ПОПЕРЕД. для скасування)" 2244 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Створення Бази Даних... %d знайдено (ПОПЕРЕД. для скасування)"
2245 gogearsa9200: "Створення Бази Даних... %d знайдено (ПЕРЕМ. для скасування)" 2245 gogearsa9200: "Створення Бази Даних... %d знайдено (ПЕРЕМ. для скасування)"
2246 archosplayer: "Створення БД %d знайдено" 2246 archosplayer: "Створення БД %d знайдено"
@@ -3947,7 +3947,7 @@
3947 mrobe500: "HEART = Set" 3947 mrobe500: "HEART = Set"
3948 iriverh100,iriverh120,iriverh300: "NAVI = Set" 3948 iriverh100,iriverh120,iriverh300: "NAVI = Set"
3949 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set" 3949 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
3950 gogearsa9200: "PLAY = Set" 3950 gogearsa9200,samsungyh*: "PLAY = Set"
3951 vibe500: "OK = Set" 3951 vibe500: "OK = Set"
3952 mpiohd300: "ENTER = Set" 3952 mpiohd300: "ENTER = Set"
3953 </source> 3953 </source>
@@ -3957,7 +3957,7 @@
3957 mrobe500: "СЕРЦЕ = Встановити" 3957 mrobe500: "СЕРЦЕ = Встановити"
3958 iriverh100,iriverh120,iriverh300: "НАВIГ. = Встановити" 3958 iriverh100,iriverh120,iriverh300: "НАВIГ. = Встановити"
3959 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "ВИБРАТИ = Встановити" 3959 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "ВИБРАТИ = Встановити"
3960 gogearsa9200: "ПРОГРАВ. = Встановити" 3960 gogearsa9200,samsungyh*: "ПРОГРАВ. = Встановити"
3961 vibe500: "OK = Встановити" 3961 vibe500: "OK = Встановити"
3962 mpiohd300: "ENTER = Встановити" 3962 mpiohd300: "ENTER = Встановити"
3963 </dest> 3963 </dest>
@@ -3983,6 +3983,7 @@
3983 gigabeats: "BACK = Revert" 3983 gigabeats: "BACK = Revert"
3984 gogearsa9200: "LEFT = Revert" 3984 gogearsa9200: "LEFT = Revert"
3985 vibe500: "CANCEL = Revert" 3985 vibe500: "CANCEL = Revert"
3986 samsungyh*: "REW = Revert"
3986 </source> 3987 </source>
3987 <dest> 3988 <dest>
3988 *: none 3989 *: none
@@ -3997,6 +3998,7 @@
3997 gigabeats: "НАЗАД = Скасувати" 3998 gigabeats: "НАЗАД = Скасувати"
3998 gogearsa9200: "ВЛIВО = Скасувати" 3999 gogearsa9200: "ВЛIВО = Скасувати"
3999 vibe500: "C = Скасувати" 4000 vibe500: "C = Скасувати"
4001 samsungyh*: "REW = Скасувати"
4000 </dest> 4002 </dest>
4001 <voice> 4003 <voice>
4002 *: none 4004 *: none
@@ -7977,6 +7979,7 @@
7977 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 7979 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
7978 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 7980 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
7979 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue." 7981 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue."
7982 samsungyh*: "Disk full. Press LEFT to continue."
7980 </source> 7983 </source>
7981 <dest> 7984 <dest>
7982 *: none 7985 *: none
@@ -7984,6 +7987,7 @@
7984 iriverh100,iriverh120,iriverh300: "Диск повний. Натичнiть STOP для продовження." 7987 iriverh100,iriverh120,iriverh300: "Диск повний. Натичнiть STOP для продовження."
7985 iaudiom5,iaudiox5: "Диск повний. Натичнiть POWER для продовження." 7988 iaudiom5,iaudiox5: "Диск повний. Натичнiть POWER для продовження."
7986 sansae200*,sansac200*,vibe500: "Диск повний. Натичнiть PREV для продовження." 7989 sansae200*,sansac200*,vibe500: "Диск повний. Натичнiть PREV для продовження."
7990 samsungyh*: "Диск повний. Натичнiть LEFT для продовження."
7987 </dest> 7991 </dest>
7988 <voice> 7992 <voice>
7989 *: none 7993 *: none
diff --git a/apps/lang/wallisertitsch.lang b/apps/lang/wallisertitsch.lang
index 6cdec72839..8fe7d46619 100644
--- a/apps/lang/wallisertitsch.lang
+++ b/apps/lang/wallisertitsch.lang
@@ -2557,10 +2557,12 @@
2557 <source> 2557 <source>
2558 *: "OFF To Revert" 2558 *: "OFF To Revert"
2559 vibe500: "CANCEL To Revert" 2559 vibe500: "CANCEL To Revert"
2560 samsungyh*: "REW = Revert"
2560 </source> 2561 </source>
2561 <dest> 2562 <dest>
2562 *: "OFF = abbrächu" 2563 *: "OFF = abbrächu"
2563 vibe500: "C = abbrächu" 2564 vibe500: "C = abbrächu"
2565 samsungyh*: "REW = abbrächu"
2564 </dest> 2566 </dest>
2565 <voice> 2567 <voice>
2566 *: "" 2568 *: ""
@@ -2615,10 +2617,12 @@
2615 <source> 2617 <source>
2616 *: "The disk is full. Press OFF to continue." 2618 *: "The disk is full. Press OFF to continue."
2617 vibe500: "The disk is full. Press PREV to continue." 2619 vibe500: "The disk is full. Press PREV to continue."
2620 samsungyh*: "Disk full. Press LEFT to continue."
2618 </source> 2621 </source>
2619 <dest> 2622 <dest>
2620 *: "Feschtplatta isch voll. Drick OFF." 2623 *: "Feschtplatta isch voll. Drick OFF."
2621 vibe500: "Feschtplatta isch voll. Drick PREV." 2624 vibe500: "Feschtplatta isch voll. Drick PREV."
2625 samsungyh*: "Feschtplatta isch voll. Drick LEFT."
2622 </dest> 2626 </dest>
2623 <voice> 2627 <voice>
2624 *: "" 2628 *: ""
diff --git a/apps/lang/walon.lang b/apps/lang/walon.lang
index af2e9064e1..94b7e7c6c1 100644
--- a/apps/lang/walon.lang
+++ b/apps/lang/walon.lang
@@ -253,7 +253,7 @@
253 *: "PLAY = Yes" 253 *: "PLAY = Yes"
254 cowond2*: "MENU = Yes" 254 cowond2*: "MENU = Yes"
255 iriverh100,iriverh120,iriverh300: "NAVI = Yes" 255 iriverh100,iriverh120,iriverh300: "NAVI = Yes"
256 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes" 256 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Yes"
257 archosplayer: "(PLAY/STOP)" 257 archosplayer: "(PLAY/STOP)"
258 vibe500: "OK = Yes" 258 vibe500: "OK = Yes"
259 </source> 259 </source>
@@ -261,7 +261,7 @@
261 *: "PLAY = Oyi" 261 *: "PLAY = Oyi"
262 cowond2*: "MENU = Oyi" 262 cowond2*: "MENU = Oyi"
263 iriverh100,iriverh120,iriverh300: "NAVI = Oyi" 263 iriverh100,iriverh120,iriverh300: "NAVI = Oyi"
264 samsungyh*,ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Oyi" 264 ipod*,iaudiox5,iaudiom5,gigabeat*,sansae200*,sansac200*,iriverh10,iriverh10_5gb,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Oyi"
265 mrobe500: "PLAY or POWER = Oyi" 265 mrobe500: "PLAY or POWER = Oyi"
266 archosplayer: "(PLAY/STOP)" 266 archosplayer: "(PLAY/STOP)"
267 vibe500: "OK = Oyi" 267 vibe500: "OK = Oyi"
@@ -2238,7 +2238,7 @@
2238 *: "Building database... %d found (OFF to return)" 2238 *: "Building database... %d found (OFF to return)"
2239 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)" 2239 iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
2240 ipod*: "Building database... %d found (PREV to return)" 2240 ipod*: "Building database... %d found (PREV to return)"
2241 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Building database... %d found (LEFT to return)" 2241 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
2242 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)" 2242 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
2243 gogearsa9200: "Building database... %d found (REW to return)" 2243 gogearsa9200: "Building database... %d found (REW to return)"
2244 </source> 2244 </source>
@@ -2246,7 +2246,7 @@
2246 *: "Bastixhaedje del båze di dnêyes... %d di trovés (OFF po-z eraler en erî)" 2246 *: "Bastixhaedje del båze di dnêyes... %d di trovés (OFF po-z eraler en erî)"
2247 iriverh100,iriverh120,iriverh300: "Bastixhaedje del båze di dnêyes... %d di trovés (STOP po-z eraler en erî)" 2247 iriverh100,iriverh120,iriverh300: "Bastixhaedje del båze di dnêyes... %d di trovés (STOP po-z eraler en erî)"
2248 ipod*: "Bastixhaedje del båze di dnêyes... %d di trovés (PREV po-z eraler en erî)" 2248 ipod*: "Bastixhaedje del båze di dnêyes... %d di trovés (PREV po-z eraler en erî)"
2249 iaudiox5,iaudiom5,gigabeat*,mrobe100: "Bastixhaedje del båze di dnêyes... %d di trovés (LEFT po-z eraler en erî)" 2249 iaudiox5,iaudiom5,gigabeat*,mrobe100,samsungyh*: "Bastixhaedje del båze di dnêyes... %d di trovés (LEFT po-z eraler en erî)"
2250 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Bastixhaedje del båze di dnêyes... %d di trovés (PREV po-z eraler en erî)" 2250 iriverh10,iriverh10_5gb,sansae200*,sansac200*,sansafuze*,vibe500: "Bastixhaedje del båze di dnêyes... %d di trovés (PREV po-z eraler en erî)"
2251 gogearsa9200: "Bastixhaedje del båze di dnêyes... %d di trovés (REW po-z eraler en erî)" 2251 gogearsa9200: "Bastixhaedje del båze di dnêyes... %d di trovés (REW po-z eraler en erî)"
2252 </dest> 2252 </dest>
@@ -3952,7 +3952,7 @@
3952 mrobe500: "HEART = Set" 3952 mrobe500: "HEART = Set"
3953 iriverh100,iriverh120,iriverh300: "NAVI = Set" 3953 iriverh100,iriverh120,iriverh300: "NAVI = Set"
3954 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set" 3954 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Set"
3955 gogearsa9200: "PLAY = Set" 3955 gogearsa9200,samsungyh*: "PLAY = Set"
3956 vibe500: "OK = Set" 3956 vibe500: "OK = Set"
3957 mpiohd300: "ENTER = Set" 3957 mpiohd300: "ENTER = Set"
3958 </source> 3958 </source>
@@ -3962,13 +3962,13 @@
3962 mrobe500: "HEART = Eployî" 3962 mrobe500: "HEART = Eployî"
3963 iriverh100,iriverh120,iriverh300: "NAVI = Eployî" 3963 iriverh100,iriverh120,iriverh300: "NAVI = Eployî"
3964 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Eployî" 3964 ipod*,iaudiox5,iaudiom5,iriverh10,iriverh10_5gb,sansae200*,sansac200*,gigabeat*,mrobe100,sansaclip*,sansafuze*,sansaconnect: "SELECT = Eployî"
3965 gogearsa9200: "PLAY = Eployî" 3965 gogearsa9200,samsungyh*: "PLAY = Eployî"
3966 vibe500: "OK = Eployî" 3966 vibe500: "OK = Eployî"
3967 mpiohd300: "ENTER = Eployî" 3967 mpiohd300: "ENTER = Eployî"
3968 </dest> 3968 </dest>
3969 <voice> 3969 <voice>
3970 *: none 3970 *: none
3971 rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200: "" 3971 rtc,iriverh100,iriverh120,iriverh300,iriverh10,iriverh10_5gb,iaudiox5,iaudiom5,ipod*,sansae200*,sansac200*,gigabeat*,mrobe100,gogearsa9200,samsungyh*: ""
3972 </voice> 3972 </voice>
3973</phrase> 3973</phrase>
3974<phrase> 3974<phrase>
@@ -3989,6 +3989,7 @@
3989 gigabeats: "BACK = Revert" 3989 gigabeats: "BACK = Revert"
3990 gogearsa9200: "LEFT = Revert" 3990 gogearsa9200: "LEFT = Revert"
3991 vibe500: "CANCEL = Revert" 3991 vibe500: "CANCEL = Revert"
3992 samsungyh*: "REW = Revert"
3992 </source> 3993 </source>
3993 <dest> 3994 <dest>
3994 *: none 3995 *: none
@@ -4004,6 +4005,7 @@
4004 gigabeats: "BACK = Rinoncî" 4005 gigabeats: "BACK = Rinoncî"
4005 gogearsa9200: "LEFT = Rinoncî" 4006 gogearsa9200: "LEFT = Rinoncî"
4006 vibe500: "C = Rinoncî" 4007 vibe500: "C = Rinoncî"
4008 samsungyh*: "REW = Rinoncî"
4007 </dest> 4009 </dest>
4008 <voice> 4010 <voice>
4009 *: none 4011 *: none
@@ -7985,6 +7987,7 @@
7985 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue." 7987 iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
7986 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue." 7988 iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
7987 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue." 7989 sansae200*,sansac200*,vibe500: "The disk is full. Press PREV to continue."
7990 samsungyh*: "Disk full. Press LEFT to continue."
7988 </source> 7991 </source>
7989 <dest> 7992 <dest>
7990 *: none 7993 *: none
@@ -7992,6 +7995,7 @@
7992 iriverh100,iriverh120,iriverh300: "Li plake est plinne. Tchôkîz STOP et tcheryî pus lon." 7995 iriverh100,iriverh120,iriverh300: "Li plake est plinne. Tchôkîz STOP et tcheryî pus lon."
7993 iaudiom5,iaudiox5: "Li plake est plinne. Tchôkîz POWER et tcheryî pus lon." 7996 iaudiom5,iaudiox5: "Li plake est plinne. Tchôkîz POWER et tcheryî pus lon."
7994 sansae200*,sansac200*,vibe500: "Li plake est plinne. Tchôkîz PREV et tcheryî pus lon." 7997 sansae200*,sansac200*,vibe500: "Li plake est plinne. Tchôkîz PREV et tcheryî pus lon."
7998 samsungyh*: "Li plake est plinne. Tchôkîz LEFT et tcheryî pus lon."
7995 </dest> 7999 </dest>
7996 <voice> 8000 <voice>
7997 *: none 8001 *: none
diff --git a/apps/plugins/blackjack.c b/apps/plugins/blackjack.c
index 4022696a1f..2c8fecddea 100644
--- a/apps/plugins/blackjack.c
+++ b/apps/plugins/blackjack.c
@@ -396,13 +396,13 @@ enum {
396#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \ 396#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \
397 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD) 397 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD)
398#define BJACK_SELECT_NAME "PLAY" 398#define BJACK_SELECT_NAME "PLAY"
399#define BJACK_STAY_NAME "RECORD" 399#define BJACK_STAY_NAME "FFWD"
400#define BJACK_QUIT_NAME "REW" 400#define BJACK_QUIT_NAME "LONG REW"
401#define BJACK_DOUBLE_NAME "FFWD" 401#define BJACK_DOUBLE_NAME "REW"
402#define BJACK_SELECT BUTTON_PLAY 402#define BJACK_SELECT BUTTON_PLAY
403#define BJACK_QUIT BUTTON_REW 403#define BJACK_QUIT (BUTTON_REW|BUTTON_REPEAT)
404#define BJACK_STAY BUTTON_REC 404#define BJACK_STAY BUTTON_FFWD
405#define BJACK_DOUBLEDOWN BUTTON_FFWD 405#define BJACK_DOUBLEDOWN (BUTTON_REW|BUTTON_REL)
406#define BJACK_UP BUTTON_UP 406#define BJACK_UP BUTTON_UP
407#define BJACK_DOWN BUTTON_DOWN 407#define BJACK_DOWN BUTTON_DOWN
408#define BJACK_RIGHT BUTTON_RIGHT 408#define BJACK_RIGHT BUTTON_RIGHT
diff --git a/apps/plugins/brickmania.c b/apps/plugins/brickmania.c
index 0c9223d398..05c8c9c185 100644
--- a/apps/plugins/brickmania.c
+++ b/apps/plugins/brickmania.c
@@ -245,7 +245,7 @@ CONFIG_KEYPAD == SANSA_CONNECT_PAD
245 245
246#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \ 246#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \
247 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD) 247 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD)
248#define QUIT BUTTON_FFWD 248#define QUIT BUTTON_REW
249#define SELECT BUTTON_PLAY 249#define SELECT BUTTON_PLAY
250#define LEFT BUTTON_LEFT 250#define LEFT BUTTON_LEFT
251#define RIGHT BUTTON_RIGHT 251#define RIGHT BUTTON_RIGHT
diff --git a/apps/plugins/calculator.c b/apps/plugins/calculator.c
index c378ecbb81..f516cef1c3 100644
--- a/apps/plugins/calculator.c
+++ b/apps/plugins/calculator.c
@@ -380,17 +380,28 @@ F3: equal to "="
380#elif CONFIG_KEYPAD == MROBE500_PAD 380#elif CONFIG_KEYPAD == MROBE500_PAD
381#define CALCULATOR_QUIT BUTTON_POWER 381#define CALCULATOR_QUIT BUTTON_POWER
382 382
383#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \ 383#elif CONFIG_KEYPAD == SAMSUNG_YH820_PAD
384 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD)
385 384
386#define CALCULATOR_LEFT BUTTON_LEFT 385#define CALCULATOR_LEFT BUTTON_LEFT
387#define CALCULATOR_RIGHT BUTTON_RIGHT 386#define CALCULATOR_RIGHT BUTTON_RIGHT
388#define CALCULATOR_UP BUTTON_UP 387#define CALCULATOR_UP BUTTON_UP
389#define CALCULATOR_DOWN BUTTON_DOWN 388#define CALCULATOR_DOWN BUTTON_DOWN
390#define CALCULATOR_QUIT BUTTON_REC 389#define CALCULATOR_QUIT (BUTTON_REW|BUTTON_REPEAT)
390#define CALCULATOR_INPUT BUTTON_PLAY
391#define CALCULATOR_CALC BUTTON_FFWD
392#define CALCULATOR_CLEAR (BUTTON_REW|BUTTON_REL)
393#define CALCULATOR_OPERATORS BUTTON_REC
394
395#elif CONFIG_KEYPAD == SAMSUNG_YH920_PAD
396
397#define CALCULATOR_LEFT BUTTON_LEFT
398#define CALCULATOR_RIGHT BUTTON_RIGHT
399#define CALCULATOR_UP BUTTON_UP
400#define CALCULATOR_DOWN BUTTON_DOWN
401#define CALCULATOR_QUIT (BUTTON_REW|BUTTON_REPEAT)
391#define CALCULATOR_INPUT BUTTON_PLAY 402#define CALCULATOR_INPUT BUTTON_PLAY
392#define CALCULATOR_CALC BUTTON_FFWD 403#define CALCULATOR_CALC BUTTON_FFWD
393#define CALCULATOR_CLEAR BUTTON_REW 404#define CALCULATOR_CLEAR (BUTTON_REW|BUTTON_REL)
394 405
395#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD 406#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
396 407
diff --git a/apps/plugins/calendar.c b/apps/plugins/calendar.c
index 91613fcf88..d2744ea9f6 100644
--- a/apps/plugins/calendar.c
+++ b/apps/plugins/calendar.c
@@ -258,16 +258,25 @@
258#elif CONFIG_KEYPAD == MROBE500_PAD 258#elif CONFIG_KEYPAD == MROBE500_PAD
259#define CALENDAR_QUIT BUTTON_POWER 259#define CALENDAR_QUIT BUTTON_POWER
260 260
261#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \ 261#elif CONFIG_KEYPAD == SAMSUNG_YH920_PAD
262 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD) 262#define CALENDAR_QUIT BUTTON_REW
263#define CALENDAR_QUIT BUTTON_REC
264#define CALENDAR_SELECT BUTTON_PLAY 263#define CALENDAR_SELECT BUTTON_PLAY
265#define CALENDAR_NEXT_WEEK BUTTON_DOWN 264#define CALENDAR_NEXT_WEEK BUTTON_DOWN
266#define CALENDAR_PREV_WEEK BUTTON_UP 265#define CALENDAR_PREV_WEEK BUTTON_UP
267#define CALENDAR_NEXT_DAY BUTTON_RIGHT 266#define CALENDAR_NEXT_DAY BUTTON_RIGHT
268#define CALENDAR_PREV_DAY BUTTON_LEFT 267#define CALENDAR_PREV_DAY BUTTON_LEFT
269#define CALENDAR_NEXT_MONTH BUTTON_FFWD 268#define CALENDAR_NEXT_MONTH (BUTTON_FFWD|BUTTON_DOWN)
270#define CALENDAR_PREV_MONTH BUTTON_REW 269#define CALENDAR_PREV_MONTH (BUTTON_FFWD|BUTTON_UP)
270
271#elif CONFIG_KEYPAD == SAMSUNG_YH820_PAD
272#define CALENDAR_QUIT BUTTON_REW
273#define CALENDAR_SELECT BUTTON_PLAY
274#define CALENDAR_NEXT_WEEK BUTTON_DOWN
275#define CALENDAR_PREV_WEEK BUTTON_UP
276#define CALENDAR_NEXT_DAY BUTTON_RIGHT
277#define CALENDAR_PREV_DAY BUTTON_LEFT
278#define CALENDAR_NEXT_MONTH (BUTTON_REC|BUTTON_DOWN)
279#define CALENDAR_PREV_MONTH (BUTTON_REC|BUTTON_UP)
271 280
272#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD 281#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
273#define CALENDAR_QUIT BUTTON_REC 282#define CALENDAR_QUIT BUTTON_REC
diff --git a/apps/plugins/chessbox/chessbox.c b/apps/plugins/chessbox/chessbox.c
index 906cc5d4c8..be69f672e4 100644
--- a/apps/plugins/chessbox/chessbox.c
+++ b/apps/plugins/chessbox/chessbox.c
@@ -680,6 +680,10 @@ static struct cb_command cb_getcommand (void) {
680#ifdef CB_PLAY_PRE 680#ifdef CB_PLAY_PRE
681 if (lastbutton != CB_PLAY_PRE) 681 if (lastbutton != CB_PLAY_PRE)
682 break; 682 break;
683 /* fallthrough */
684#endif
685#ifdef CB_PLAY_ALT
686 case CB_PLAY_ALT:
683#endif 687#endif
684 result.type = COMMAND_PLAY; 688 result.type = COMMAND_PLAY;
685 return result; 689 return result;
diff --git a/apps/plugins/chessbox/chessbox_pgn.h b/apps/plugins/chessbox/chessbox_pgn.h
index 159bdf13a7..e38d7f417f 100644
--- a/apps/plugins/chessbox/chessbox_pgn.h
+++ b/apps/plugins/chessbox/chessbox_pgn.h
@@ -357,16 +357,30 @@
357#elif CONFIG_KEYPAD == ONDAVX777_PAD 357#elif CONFIG_KEYPAD == ONDAVX777_PAD
358#define CB_MENU BUTTON_POWER 358#define CB_MENU BUTTON_POWER
359 359
360#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \ 360#elif CONFIG_KEYPAD == SAMSUNG_YH820_PAD
361 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD) 361#define CB_SELECT BUTTON_PLAY
362#define CB_SELECT BUTTON_FFWD
363#define CB_UP BUTTON_UP 362#define CB_UP BUTTON_UP
364#define CB_DOWN BUTTON_DOWN 363#define CB_DOWN BUTTON_DOWN
365#define CB_LEFT BUTTON_LEFT 364#define CB_LEFT BUTTON_LEFT
366#define CB_RIGHT BUTTON_RIGHT 365#define CB_RIGHT BUTTON_RIGHT
367#define CB_PLAY BUTTON_PLAY 366#define CB_PLAY BUTTON_REC
368#define CB_LEVEL (BUTTON_REW|BUTTON_RIGHT) 367#define CB_LEVEL BUTTON_FFWD
369#define CB_MENU (BUTTON_REW|BUTTON_LEFT) 368#define CB_MENU BUTTON_REW
369#define CB_SCROLL_UP (BUTTON_UP|BUTTON_REPEAT)
370#define CB_SCROLL_DOWN (BUTTON_DOWN|BUTTON_REPEAT)
371#define CB_SCROLL_LEFT (BUTTON_LEFT|BUTTON_REPEAT)
372#define CB_SCROLL_RIGHT (BUTTON_RIGHT|BUTTON_REPEAT)
373
374#elif CONFIG_KEYPAD == SAMSUNG_YH920_PAD
375#define CB_SELECT BUTTON_PLAY
376#define CB_UP BUTTON_UP
377#define CB_DOWN BUTTON_DOWN
378#define CB_LEFT BUTTON_LEFT
379#define CB_RIGHT BUTTON_RIGHT
380#define CB_PLAY BUTTON_REC_SW_ON
381#define CB_PLAY_ALT BUTTON_REC_SW_OFF
382#define CB_LEVEL BUTTON_FFWD
383#define CB_MENU BUTTON_REW
370#define CB_SCROLL_UP (BUTTON_UP|BUTTON_REPEAT) 384#define CB_SCROLL_UP (BUTTON_UP|BUTTON_REPEAT)
371#define CB_SCROLL_DOWN (BUTTON_DOWN|BUTTON_REPEAT) 385#define CB_SCROLL_DOWN (BUTTON_DOWN|BUTTON_REPEAT)
372#define CB_SCROLL_LEFT (BUTTON_LEFT|BUTTON_REPEAT) 386#define CB_SCROLL_LEFT (BUTTON_LEFT|BUTTON_REPEAT)
diff --git a/apps/plugins/chessclock.c b/apps/plugins/chessclock.c
index 01895d20f8..7c25f9eada 100644
--- a/apps/plugins/chessclock.c
+++ b/apps/plugins/chessclock.c
@@ -278,14 +278,16 @@
278 278
279#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \ 279#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \
280 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD) 280 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD)
281#define CHC_QUIT BUTTON_REC 281#define CHC_QUIT BUTTON_REW
282#define CHC_STARTSTOP BUTTON_PLAY 282#define CHC_STARTSTOP BUTTON_PLAY
283#define CHC_RESET BUTTON_FFWD 283#define CHC_RESET BUTTON_FFWD
284#define CHC_MENU BUTTON_LEFT 284#define CHC_MENU BUTTON_LEFT
285#define CHC_SETTINGS_INC BUTTON_UP 285#define CHC_SETTINGS_INC BUTTON_UP
286#define CHC_SETTINGS_DEC BUTTON_DOWN 286#define CHC_SETTINGS_DEC BUTTON_DOWN
287#define CHC_SETTINGS_OK BUTTON_PLAY 287#define CHC_SETTINGS_OK BUTTON_PLAY
288#define CHC_SETTINGS_OK2 BUTTON_RIGHT
288#define CHC_SETTINGS_CANCEL BUTTON_REW 289#define CHC_SETTINGS_CANCEL BUTTON_REW
290#define CHC_SETTINGS_CANCEL2 BUTTON_LEFT
289 291
290#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD 292#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
291#define CHC_QUIT BUTTON_REC 293#define CHC_QUIT BUTTON_REC
diff --git a/apps/plugins/chip8.c b/apps/plugins/chip8.c
index 09b0062382..d9c165f00d 100644
--- a/apps/plugins/chip8.c
+++ b/apps/plugins/chip8.c
@@ -1145,7 +1145,8 @@ CONFIG_KEYPAD == MROBE500_PAD
1145 1145
1146#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \ 1146#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \
1147 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD) 1147 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD)
1148#define CHIP8_OFF BUTTON_REC 1148#define CHIP8_OFF BUTTON_REW
1149#define CHIP8_KEY0 BUTTON_FFWD
1149#define CHIP8_KEY2 BUTTON_UP 1150#define CHIP8_KEY2 BUTTON_UP
1150#define CHIP8_KEY4 BUTTON_LEFT 1151#define CHIP8_KEY4 BUTTON_LEFT
1151#define CHIP8_KEY5 BUTTON_PLAY 1152#define CHIP8_KEY5 BUTTON_PLAY
diff --git a/apps/plugins/chopper.c b/apps/plugins/chopper.c
index 94fe750a28..7189feda04 100644
--- a/apps/plugins/chopper.c
+++ b/apps/plugins/chopper.c
@@ -164,7 +164,8 @@ CONFIG_KEYPAD == MROBE500_PAD
164 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD) 164 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD)
165#define QUIT BUTTON_LEFT 165#define QUIT BUTTON_LEFT
166#define ACTION BUTTON_RIGHT 166#define ACTION BUTTON_RIGHT
167#define ACTIONTEXT "RIGHT" 167#define ACTION2 BUTTON_UP
168#define ACTIONTEXT "RIGHT or UP"
168 169
169#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD 170#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
170#define QUIT BUTTON_REC 171#define QUIT BUTTON_REC
diff --git a/apps/plugins/clix.c b/apps/plugins/clix.c
index ffbb01abb8..d0e3f0caef 100644
--- a/apps/plugins/clix.c
+++ b/apps/plugins/clix.c
@@ -183,7 +183,7 @@
183 183
184#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \ 184#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \
185 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD) 185 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD)
186#define CLIX_BUTTON_QUIT BUTTON_REC 186#define CLIX_BUTTON_QUIT BUTTON_REW
187#define CLIX_BUTTON_LEFT BUTTON_LEFT 187#define CLIX_BUTTON_LEFT BUTTON_LEFT
188#define CLIX_BUTTON_RIGHT BUTTON_RIGHT 188#define CLIX_BUTTON_RIGHT BUTTON_RIGHT
189#define CLIX_BUTTON_CLICK BUTTON_PLAY 189#define CLIX_BUTTON_CLICK BUTTON_PLAY
diff --git a/apps/plugins/cube.c b/apps/plugins/cube.c
index 09993204cd..2b0febfe68 100644
--- a/apps/plugins/cube.c
+++ b/apps/plugins/cube.c
@@ -281,14 +281,16 @@
281 281
282#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \ 282#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \
283 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD) 283 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD)
284#define CUBE_QUIT BUTTON_REC 284#define CUBE_QUIT BUTTON_REW
285#define CUBE_NEXT BUTTON_RIGHT 285#define CUBE_NEXT BUTTON_RIGHT
286#define CUBE_PREV BUTTON_LEFT 286#define CUBE_PREV BUTTON_LEFT
287#define CUBE_INC BUTTON_UP 287#define CUBE_INC BUTTON_UP
288#define CUBE_DEC BUTTON_DOWN 288#define CUBE_DEC BUTTON_DOWN
289#define CUBE_MODE BUTTON_REW 289#define CUBE_MODE (BUTTON_FFWD|BUTTON_REL)
290#define CUBE_MODE_PRE BUTTON_FFWD
290#define CUBE_PAUSE BUTTON_PLAY 291#define CUBE_PAUSE BUTTON_PLAY
291#define CUBE_HIGHSPEED BUTTON_FFWD 292#define CUBE_HIGHSPEED (BUTTON_FFWD|BUTTON_REPEAT)
293#define CUBE_HIGHSPEED_PRE BUTTON_FFWD
292 294
293#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD 295#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
294#define CUBE_QUIT BUTTON_REC 296#define CUBE_QUIT BUTTON_REC
diff --git a/apps/plugins/doom/i_video.c b/apps/plugins/doom/i_video.c
index 7ec768f1d3..c97dce9821 100644
--- a/apps/plugins/doom/i_video.c
+++ b/apps/plugins/doom/i_video.c
@@ -395,8 +395,19 @@ void I_ShutdownGraphics(void)
395#elif CONFIG_KEYPAD == ONDAVX777_PAD 395#elif CONFIG_KEYPAD == ONDAVX777_PAD
396#define DOOMBUTTON_ESC BUTTON_POWER 396#define DOOMBUTTON_ESC BUTTON_POWER
397 397
398#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \ 398#elif CONFIG_KEYPAD == SAMSUNG_YH920_PAD
399 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD) 399#define DOOMBUTTON_UP BUTTON_UP
400#define DOOMBUTTON_DOWN BUTTON_DOWN
401#define DOOMBUTTON_LEFT BUTTON_LEFT
402#define DOOMBUTTON_RIGHT BUTTON_RIGHT
403#define DOOMBUTTON_SHOOT BUTTON_PLAY
404#define DOOMBUTTON_OPEN BUTTON_REW
405#define DOOMBUTTON_ESC BUTTON_REC_SW_ON
406#define DOOMBUTTON_ESC2 BUTTON_REC_SW_OFF
407#define DOOMBUTTON_ENTER BUTTON_PLAY
408#define DOOMBUTTON_WEAPON BUTTON_FFWD
409
410#elif CONFIG_KEYPAD == SAMSUNG_YH820_PAD
400#define DOOMBUTTON_UP BUTTON_UP 411#define DOOMBUTTON_UP BUTTON_UP
401#define DOOMBUTTON_DOWN BUTTON_DOWN 412#define DOOMBUTTON_DOWN BUTTON_DOWN
402#define DOOMBUTTON_LEFT BUTTON_LEFT 413#define DOOMBUTTON_LEFT BUTTON_LEFT
@@ -404,7 +415,7 @@ void I_ShutdownGraphics(void)
404#define DOOMBUTTON_SHOOT BUTTON_PLAY 415#define DOOMBUTTON_SHOOT BUTTON_PLAY
405#define DOOMBUTTON_OPEN BUTTON_REW 416#define DOOMBUTTON_OPEN BUTTON_REW
406#define DOOMBUTTON_ESC BUTTON_REC 417#define DOOMBUTTON_ESC BUTTON_REC
407#define DOOMBUTTON_ENTER BUTTON_FFWD 418#define DOOMBUTTON_ENTER BUTTON_PLAY
408#define DOOMBUTTON_WEAPON BUTTON_FFWD 419#define DOOMBUTTON_WEAPON BUTTON_FFWD
409 420
410#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD 421#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
@@ -685,7 +696,11 @@ static inline void getkey()
685 D_PostEvent(&event); 696 D_PostEvent(&event);
686 } 697 }
687#ifdef DOOMBUTTON_ESC 698#ifdef DOOMBUTTON_ESC
688 if(released & DOOMBUTTON_ESC) 699 if(released & DOOMBUTTON_ESC
700#ifdef DOOMBUTTON_ESC2
701 || released & DOOMBUTTON_ESC2
702#endif
703 )
689 { 704 {
690 event.data1=KEY_ESCAPE; 705 event.data1=KEY_ESCAPE;
691 D_PostEvent(&event); 706 D_PostEvent(&event);
@@ -747,7 +762,11 @@ static inline void getkey()
747 D_PostEvent(&event); 762 D_PostEvent(&event);
748 } 763 }
749#ifdef DOOMBUTTON_ESC 764#ifdef DOOMBUTTON_ESC
750 if(pressed & DOOMBUTTON_ESC) 765 if(pressed & DOOMBUTTON_ESC
766#ifdef DOOMBUTTON_ESC2
767 || pressed & DOOMBUTTON_ESC2
768#endif
769 )
751 { 770 {
752 event.data1=KEY_ESCAPE; 771 event.data1=KEY_ESCAPE;
753 D_PostEvent(&event); 772 D_PostEvent(&event);
diff --git a/apps/plugins/flipit.c b/apps/plugins/flipit.c
index 834dea3bf3..773bc080fb 100644
--- a/apps/plugins/flipit.c
+++ b/apps/plugins/flipit.c
@@ -351,11 +351,11 @@
351#define FLIPIT_RIGHT BUTTON_RIGHT 351#define FLIPIT_RIGHT BUTTON_RIGHT
352#define FLIPIT_UP BUTTON_UP 352#define FLIPIT_UP BUTTON_UP
353#define FLIPIT_DOWN BUTTON_DOWN 353#define FLIPIT_DOWN BUTTON_DOWN
354#define FLIPIT_QUIT BUTTON_REC 354#define FLIPIT_QUIT (BUTTON_REW|BUTTON_REPEAT)
355#define FLIPIT_SHUFFLE BUTTON_PLAY 355#define FLIPIT_SHUFFLE (BUTTON_REW|BUTTON_REL)
356#define FLIPIT_SOLVE BUTTON_FFWD 356#define FLIPIT_SOLVE (BUTTON_FFWD|BUTTON_REPEAT)
357#define FLIPIT_STEP_BY_STEP (BUTTON_FFWD|BUTTON_UP) 357#define FLIPIT_STEP_BY_STEP (BUTTON_FFWD|BUTTON_REL)
358#define FLIPIT_TOGGLE BUTTON_REW 358#define FLIPIT_TOGGLE BUTTON_PLAY
359 359
360#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD 360#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
361 361
@@ -941,6 +941,13 @@ enum plugin_status plugin_start(const void* parameter)
941 rb->lcd_putsxy(2, 28, "[VOL+] shuffle"); 941 rb->lcd_putsxy(2, 28, "[VOL+] shuffle");
942 rb->lcd_putsxy(2, 38, "[PREV] solution"); 942 rb->lcd_putsxy(2, 38, "[PREV] solution");
943 rb->lcd_putsxy(2, 48, "[NEXT] step by step"); 943 rb->lcd_putsxy(2, 48, "[NEXT] step by step");
944#elif (CONFIG_KEYPAD == SAMSUNG_YH920_PAD) || \
945 (CONFIG_KEYPAD == SAMSUNG_YH820_PAD)
946 rb->lcd_putsxy(2, 8, "Long [REW] to stop");
947 rb->lcd_putsxy(2, 18, "[PLAY] toggle");
948 rb->lcd_putsxy(2, 28, "[REW] shuffle");
949 rb->lcd_putsxy(2, 38, "Long [FFWD] solution");
950 rb->lcd_putsxy(2, 48, "[FFWD] step by step");
944#endif 951#endif
945 952
946#ifdef HAVE_TOUCHSCREEN 953#ifdef HAVE_TOUCHSCREEN
diff --git a/apps/plugins/fractals/fractal.h b/apps/plugins/fractals/fractal.h
index 7e13657595..51296b07f0 100644
--- a/apps/plugins/fractals/fractal.h
+++ b/apps/plugins/fractals/fractal.h
@@ -318,15 +318,28 @@
318#elif CONFIG_KEYPAD == ONDAVX777_PAD 318#elif CONFIG_KEYPAD == ONDAVX777_PAD
319#define FRACTAL_QUIT BUTTON_POWER 319#define FRACTAL_QUIT BUTTON_POWER
320 320
321#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \ 321#elif CONFIG_KEYPAD == SAMSUNG_YH820_PAD
322 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD) 322#define FRACTAL_QUIT (BUTTON_REW | BUTTON_REPEAT)
323#define FRACTAL_QUIT BUTTON_REC 323#define FRACTAL_UP BUTTON_UP
324#define FRACTAL_DOWN BUTTON_DOWN
325#define FRACTAL_LEFT BUTTON_LEFT
326#define FRACTAL_RIGHT BUTTON_RIGHT
327#define FRACTAL_ZOOM_IN BUTTON_FFWD
328#define FRACTAL_ZOOM_OUT_PRE BUTTON_REW
329#define FRACTAL_ZOOM_OUT (BUTTON_REW | BUTTON_REL)
330#define FRACTAL_PRECISION_INC (BUTTON_REC | BUTTON_UP)
331#define FRACTAL_PRECISION_DEC (BUTTON_REC | BUTTON_DOWN)
332#define FRACTAL_RESET BUTTON_PLAY
333
334#elif CONFIG_KEYPAD == SAMSUNG_YH920_PAD
335#define FRACTAL_QUIT (BUTTON_REW | BUTTON_REPEAT)
324#define FRACTAL_UP BUTTON_UP 336#define FRACTAL_UP BUTTON_UP
325#define FRACTAL_DOWN BUTTON_DOWN 337#define FRACTAL_DOWN BUTTON_DOWN
326#define FRACTAL_LEFT BUTTON_LEFT 338#define FRACTAL_LEFT BUTTON_LEFT
327#define FRACTAL_RIGHT BUTTON_RIGHT 339#define FRACTAL_RIGHT BUTTON_RIGHT
328#define FRACTAL_ZOOM_IN BUTTON_FFWD 340#define FRACTAL_ZOOM_IN BUTTON_FFWD
329#define FRACTAL_ZOOM_OUT BUTTON_REW 341#define FRACTAL_ZOOM_OUT_PRE BUTTON_REW
342#define FRACTAL_ZOOM_OUT (BUTTON_REW | BUTTON_REL)
330#define FRACTAL_PRECISION_INC (BUTTON_PLAY | BUTTON_UP) 343#define FRACTAL_PRECISION_INC (BUTTON_PLAY | BUTTON_UP)
331#define FRACTAL_PRECISION_DEC (BUTTON_PLAY | BUTTON_DOWN) 344#define FRACTAL_PRECISION_DEC (BUTTON_PLAY | BUTTON_DOWN)
332#define FRACTAL_RESET (BUTTON_PLAY | BUTTON_RIGHT) 345#define FRACTAL_RESET (BUTTON_PLAY | BUTTON_RIGHT)
diff --git a/apps/plugins/imageviewer/imageviewer.c b/apps/plugins/imageviewer/imageviewer.c
index 39507a1fcf..05d2770863 100644
--- a/apps/plugins/imageviewer/imageviewer.c
+++ b/apps/plugins/imageviewer/imageviewer.c
@@ -553,7 +553,8 @@ static int scroll_bmp(struct image_info *info)
553 static long ss_timeout = 0; 553 static long ss_timeout = 0;
554 554
555 int button; 555 int button;
556#if defined(IMGVIEW_ZOOM_PRE) || defined(IMGVIEW_MENU_PRE) 556#if defined(IMGVIEW_ZOOM_PRE) || defined(IMGVIEW_MENU_PRE) \
557 || defined(IMGVIEW_SLIDE_SHOW_PRE)
557 int lastbutton = BUTTON_NONE; 558 int lastbutton = BUTTON_NONE;
558#endif 559#endif
559 560
@@ -642,6 +643,13 @@ static int scroll_bmp(struct image_info *info)
642 643
643#ifdef IMGVIEW_SLIDE_SHOW 644#ifdef IMGVIEW_SLIDE_SHOW
644 case IMGVIEW_SLIDE_SHOW: 645 case IMGVIEW_SLIDE_SHOW:
646#ifdef IMGVIEW_SLIDE_SHOW_PRE
647 if (lastbutton != IMGVIEW_SLIDE_SHOW_PRE)
648 break;
649#endif
650#ifdef IMGVIEW_SLIDE_SHOW2
651 case IMGVIEW_SLIDE_SHOW2:
652#endif
645 iv_api.slideshow_enabled = !iv_api.slideshow_enabled; 653 iv_api.slideshow_enabled = !iv_api.slideshow_enabled;
646 break; 654 break;
647#endif 655#endif
@@ -714,7 +722,7 @@ static int scroll_bmp(struct image_info *info)
714 break; 722 break;
715 723
716 } /* switch */ 724 } /* switch */
717#if defined(IMGVIEW_ZOOM_PRE) || defined(IMGVIEW_MENU_PRE) 725#if defined(IMGVIEW_ZOOM_PRE) || defined(IMGVIEW_MENU_PRE) || defined(IMGVIEW_SLIDE_SHOW_PRE)
718 if (button != BUTTON_NONE) 726 if (button != BUTTON_NONE)
719 lastbutton = button; 727 lastbutton = button;
720#endif 728#endif
diff --git a/apps/plugins/imageviewer/imageviewer_button.h b/apps/plugins/imageviewer/imageviewer_button.h
index c5fb9730c1..5c16ad28d8 100644
--- a/apps/plugins/imageviewer/imageviewer_button.h
+++ b/apps/plugins/imageviewer/imageviewer_button.h
@@ -314,8 +314,7 @@
314#elif CONFIG_KEYPAD == ONDAVX747_PAD 314#elif CONFIG_KEYPAD == ONDAVX747_PAD
315#elif CONFIG_KEYPAD == ONDAVX777_PAD 315#elif CONFIG_KEYPAD == ONDAVX777_PAD
316 316
317#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \ 317#elif CONFIG_KEYPAD == SAMSUNG_YH920_PAD
318 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD)
319#define IMGVIEW_ZOOM_IN (BUTTON_PLAY|BUTTON_UP) 318#define IMGVIEW_ZOOM_IN (BUTTON_PLAY|BUTTON_UP)
320#define IMGVIEW_ZOOM_OUT (BUTTON_PLAY|BUTTON_DOWN) 319#define IMGVIEW_ZOOM_OUT (BUTTON_PLAY|BUTTON_DOWN)
321#define IMGVIEW_UP BUTTON_UP 320#define IMGVIEW_UP BUTTON_UP
@@ -324,9 +323,29 @@
324#define IMGVIEW_RIGHT BUTTON_RIGHT 323#define IMGVIEW_RIGHT BUTTON_RIGHT
325#define IMGVIEW_NEXT BUTTON_FFWD 324#define IMGVIEW_NEXT BUTTON_FFWD
326#define IMGVIEW_PREVIOUS BUTTON_REW 325#define IMGVIEW_PREVIOUS BUTTON_REW
326#define IMGVIEW_NEXT_REPEAT (BUTTON_FFWD|BUTTON_REPEAT)
327#define IMGVIEW_PREVIOUS_REPEAT (BUTTON_REW|BUTTON_REPEAT)
327#define IMGVIEW_MENU_PRE BUTTON_PLAY 328#define IMGVIEW_MENU_PRE BUTTON_PLAY
328#define IMGVIEW_MENU (BUTTON_PLAY|BUTTON_REL) 329#define IMGVIEW_MENU (BUTTON_PLAY|BUTTON_REL)
329#define IMGVIEW_QUIT BUTTON_REC 330#define IMGVIEW_SLIDE_SHOW BUTTON_REC_SW_ON
331#define IMGVIEW_SLIDE_SHOW2 BUTTON_REC_SW_OFF
332
333#elif CONFIG_KEYPAD == SAMSUNG_YH820_PAD
334#define IMGVIEW_ZOOM_IN (BUTTON_REC|BUTTON_UP)
335#define IMGVIEW_ZOOM_OUT (BUTTON_REC|BUTTON_DOWN)
336#define IMGVIEW_UP BUTTON_UP
337#define IMGVIEW_DOWN BUTTON_DOWN
338#define IMGVIEW_LEFT BUTTON_LEFT
339#define IMGVIEW_RIGHT BUTTON_RIGHT
340#define IMGVIEW_NEXT BUTTON_FFWD
341#define IMGVIEW_PREVIOUS BUTTON_REW
342#define IMGVIEW_NEXT_REPEAT (BUTTON_FFWD|BUTTON_REPEAT)
343#define IMGVIEW_PREVIOUS_REPEAT (BUTTON_REW|BUTTON_REPEAT)
344#define IMGVIEW_MENU_PRE BUTTON_PLAY
345#define IMGVIEW_MENU (BUTTON_PLAY|BUTTON_REL)
346#define IMGVIEW_SLIDE_SHOW (BUTTON_PLAY|BUTTON_REPEAT)
347#define IMGVIEW_SLIDE_SHOW_PRE BUTTON_PLAY
348#define IMGVIEW_QUIT (BUTTON_REC|BUTTON_PLAY)
330 349
331#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD 350#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
332#define IMGVIEW_ZOOM_IN (BUTTON_REC | BUTTON_UP) 351#define IMGVIEW_ZOOM_IN (BUTTON_REC | BUTTON_UP)
diff --git a/apps/plugins/invadrox.c b/apps/plugins/invadrox.c
index c1da3a6338..d03b4ad8ea 100644
--- a/apps/plugins/invadrox.c
+++ b/apps/plugins/invadrox.c
@@ -211,10 +211,11 @@ CONFIG_KEYPAD == MROBE500_PAD
211#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \ 211#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \
212 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD) 212 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD)
213 213
214#define QUIT BUTTON_REC 214#define QUIT BUTTON_REW
215#define LEFT BUTTON_LEFT 215#define LEFT BUTTON_LEFT
216#define RIGHT BUTTON_RIGHT 216#define RIGHT BUTTON_RIGHT
217#define FIRE BUTTON_PLAY 217#define FIRE BUTTON_PLAY
218#define FIRE2 BUTTON_UP
218 219
219#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD 220#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
220 221
@@ -304,7 +305,11 @@ CONFIG_KEYPAD == MROBE500_PAD
304#define ACTION_QUIT (QUIT | RC_QUIT) 305#define ACTION_QUIT (QUIT | RC_QUIT)
305#define ACTION_LEFT LEFT 306#define ACTION_LEFT LEFT
306#define ACTION_RIGHT RIGHT 307#define ACTION_RIGHT RIGHT
308#ifndef FIRE2
307#define ACTION_FIRE FIRE 309#define ACTION_FIRE FIRE
310#else
311#define ACTION_FIRE (FIRE | FIRE2)
312#endif
308 313
309#endif 314#endif
310 315
diff --git a/apps/plugins/lib/pluginlib_actions.c b/apps/plugins/lib/pluginlib_actions.c
index 3113f64667..bd910ac632 100644
--- a/apps/plugins/lib/pluginlib_actions.c
+++ b/apps/plugins/lib/pluginlib_actions.c
@@ -385,10 +385,10 @@ const struct button_mapping pla_main_ctx[] =
385 {PLA_SELECT, BUTTON_VOL_UP, BUTTON_NONE}, 385 {PLA_SELECT, BUTTON_VOL_UP, BUTTON_NONE},
386 {PLA_SELECT_REL, BUTTON_VOL_UP|BUTTON_REL, BUTTON_VOL_UP}, 386 {PLA_SELECT_REL, BUTTON_VOL_UP|BUTTON_REL, BUTTON_VOL_UP},
387 {PLA_SELECT_REPEAT, BUTTON_VOL_UP|BUTTON_REPEAT, BUTTON_NONE}, 387 {PLA_SELECT_REPEAT, BUTTON_VOL_UP|BUTTON_REPEAT, BUTTON_NONE},
388#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) \ 388#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) \
389 || (CONFIG_KEYPAD == SAMSUNG_YH920_PAD) 389 || (CONFIG_KEYPAD == SAMSUNG_YH920_PAD)
390 {PLA_CANCEL, BUTTON_REW, BUTTON_NONE}, 390 {PLA_CANCEL, BUTTON_REW|BUTTON_REL, BUTTON_REW},
391 {PLA_EXIT, BUTTON_FFWD, BUTTON_NONE}, 391 {PLA_EXIT, BUTTON_REW|BUTTON_REPEAT, BUTTON_NONE},
392 {PLA_SELECT, BUTTON_PLAY, BUTTON_NONE}, 392 {PLA_SELECT, BUTTON_PLAY, BUTTON_NONE},
393 {PLA_SELECT_REL, BUTTON_PLAY|BUTTON_REL, BUTTON_PLAY}, 393 {PLA_SELECT_REL, BUTTON_PLAY|BUTTON_REL, BUTTON_PLAY},
394 {PLA_SELECT_REPEAT, BUTTON_PLAY|BUTTON_REPEAT, BUTTON_NONE}, 394 {PLA_SELECT_REPEAT, BUTTON_PLAY|BUTTON_REPEAT, BUTTON_NONE},
diff --git a/apps/plugins/metronome.c b/apps/plugins/metronome.c
index e8014b7f9d..02217390cd 100644
--- a/apps/plugins/metronome.c
+++ b/apps/plugins/metronome.c
@@ -78,8 +78,7 @@ enum metronome_errors
78#define PART_MAX 10 /* maximum count of programmed parts */ 78#define PART_MAX 10 /* maximum count of programmed parts */
79 79
80#if (CONFIG_KEYPAD == IRIVER_H100_PAD) || (CONFIG_KEYPAD == IRIVER_H300_PAD) \ 80#if (CONFIG_KEYPAD == IRIVER_H100_PAD) || (CONFIG_KEYPAD == IRIVER_H300_PAD) \
81 || (CONFIG_KEYPAD == SANSA_E200_PAD) || (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) \ 81 || (CONFIG_KEYPAD == SANSA_E200_PAD) || (CONFIG_KEYPAD == SAMSUNG_YH820_PAD)
82 || (CONFIG_KEYPAD == SAMSUNG_YH920_PAD)
83#define MET_SYNC 82#define MET_SYNC
84#endif 83#endif
85 84
diff --git a/apps/plugins/midi/midiplay.c b/apps/plugins/midi/midiplay.c
index 5d3c5f63e8..b8516da048 100644
--- a/apps/plugins/midi/midiplay.c
+++ b/apps/plugins/midi/midiplay.c
@@ -195,7 +195,7 @@
195 195
196#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \ 196#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \
197 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD) 197 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD)
198#define BTN_QUIT BUTTON_REC 198#define BTN_QUIT (BUTTON_PLAY|BUTTON_REPEAT)
199#define BTN_RIGHT BUTTON_RIGHT 199#define BTN_RIGHT BUTTON_RIGHT
200#define BTN_LEFT BUTTON_LEFT 200#define BTN_LEFT BUTTON_LEFT
201#define BTN_UP BUTTON_UP 201#define BTN_UP BUTTON_UP
diff --git a/apps/plugins/minesweeper.c b/apps/plugins/minesweeper.c
index 982bb8b67c..6250cb180b 100644
--- a/apps/plugins/minesweeper.c
+++ b/apps/plugins/minesweeper.c
@@ -247,16 +247,27 @@ CONFIG_KEYPAD == ONDAVX777_PAD || \
247CONFIG_KEYPAD == MROBE500_PAD 247CONFIG_KEYPAD == MROBE500_PAD
248# define MINESWP_QUIT BUTTON_POWER 248# define MINESWP_QUIT BUTTON_POWER
249 249
250#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \ 250#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD)
251 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD)
252# define MINESWP_LEFT BUTTON_LEFT 251# define MINESWP_LEFT BUTTON_LEFT
253# define MINESWP_RIGHT BUTTON_RIGHT 252# define MINESWP_RIGHT BUTTON_RIGHT
254# define MINESWP_UP BUTTON_UP 253# define MINESWP_UP BUTTON_UP
255# define MINESWP_DOWN BUTTON_DOWN 254# define MINESWP_DOWN BUTTON_DOWN
256# define MINESWP_QUIT BUTTON_REC 255# define MINESWP_QUIT (BUTTON_REW|BUTTON_REPEAT)
257# define MINESWP_TOGGLE BUTTON_PLAY 256# define MINESWP_TOGGLE BUTTON_PLAY
258# define MINESWP_DISCOVER BUTTON_REW 257# define MINESWP_DISCOVER BUTTON_FFWD
259# define MINESWP_INFO BUTTON_FFWD 258# define MINESWP_INFO BUTTON_REC
259
260#elif (CONFIG_KEYPAD == SAMSUNG_YH920_PAD)
261# define MINESWP_LEFT BUTTON_LEFT
262# define MINESWP_RIGHT BUTTON_RIGHT
263# define MINESWP_UP BUTTON_UP
264# define MINESWP_DOWN BUTTON_DOWN
265# define MINESWP_QUIT (BUTTON_REW|BUTTON_REPEAT)
266# define MINESWP_TOGGLE (BUTTON_PLAY|BUTTON_REL)
267# define MINESWP_TOGGLE_PRE BUTTON_PLAY
268# define MINESWP_DISCOVER BUTTON_FFWD
269# define MINESWP_INFO (BUTTON_PLAY|BUTTON_REPEAT)
270# define MINESWP_INFO_PRE BUTTON_PLAY
260 271
261#elif (CONFIG_KEYPAD == PBELL_VIBE500_PAD) 272#elif (CONFIG_KEYPAD == PBELL_VIBE500_PAD)
262# define MINESWP_LEFT BUTTON_PREV 273# define MINESWP_LEFT BUTTON_PREV
@@ -788,7 +799,7 @@ static enum minesweeper_status minesweeper( void )
788{ 799{
789 int i, j; 800 int i, j;
790 int button; 801 int button;
791#if defined(HAVE_TOUCHSCREEN) || defined(MINESWP_TOGGLE_PRE) 802#if defined(HAVE_TOUCHSCREEN) || defined(MINESWP_TOGGLE_PRE) || defined(MINESWP_INFO_PRE)
792 int lastbutton = BUTTON_NONE; 803 int lastbutton = BUTTON_NONE;
793#endif 804#endif
794 805
@@ -977,6 +988,10 @@ static enum minesweeper_status minesweeper( void )
977 /* show how many mines you think you have found and how many 988 /* show how many mines you think you have found and how many
978 * there really are on the game */ 989 * there really are on the game */
979 case MINESWP_INFO: 990 case MINESWP_INFO:
991#ifdef MINESWP_INFO_PRE
992 if( lastbutton != MINESWP_INFO_PRE )
993 break;
994#endif
980 if( no_mines ) 995 if( no_mines )
981 break; 996 break;
982 int flags_used = count_flags(); 997 int flags_used = count_flags();
@@ -996,7 +1011,7 @@ static enum minesweeper_status minesweeper( void )
996 return MINESWEEPER_USB; 1011 return MINESWEEPER_USB;
997 break; 1012 break;
998 } 1013 }
999#if defined(HAVE_TOUCHSCREEN) || defined(MINESWP_TOGGLE_PRE) 1014#if defined(HAVE_TOUCHSCREEN) || defined(MINESWP_TOGGLE_PRE) || defined(MINESWP_INFO_PRE)
1000 if( button != BUTTON_NONE ) 1015 if( button != BUTTON_NONE )
1001 lastbutton = button; 1016 lastbutton = button;
1002#endif 1017#endif
diff --git a/apps/plugins/mpegplayer/mpeg_settings.c b/apps/plugins/mpegplayer/mpeg_settings.c
index 1a9636e8d8..1f49d4ec48 100644
--- a/apps/plugins/mpegplayer/mpeg_settings.c
+++ b/apps/plugins/mpegplayer/mpeg_settings.c
@@ -211,9 +211,7 @@ struct mpeg_settings settings;
211#define MPEG_START_TIME_RIGHT BUTTON_RIGHT 211#define MPEG_START_TIME_RIGHT BUTTON_RIGHT
212#define MPEG_START_TIME_UP BUTTON_UP 212#define MPEG_START_TIME_UP BUTTON_UP
213#define MPEG_START_TIME_DOWN BUTTON_DOWN 213#define MPEG_START_TIME_DOWN BUTTON_DOWN
214#define MPEG_START_TIME_LEFT2 BUTTON_REW 214#define MPEG_START_TIME_EXIT BUTTON_REW
215#define MPEG_START_TIME_RIGHT2 BUTTON_FFWD
216#define MPEG_START_TIME_EXIT BUTTON_REC
217 215
218#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD 216#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
219#define MPEG_START_TIME_SELECT BUTTON_PLAY 217#define MPEG_START_TIME_SELECT BUTTON_PLAY
diff --git a/apps/plugins/mpegplayer/mpegplayer.c b/apps/plugins/mpegplayer/mpegplayer.c
index 66da5d52f7..712e6489a1 100644
--- a/apps/plugins/mpegplayer/mpegplayer.c
+++ b/apps/plugins/mpegplayer/mpegplayer.c
@@ -319,13 +319,14 @@ CONFIG_KEYPAD == SANSA_M200_PAD
319 319
320#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \ 320#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \
321 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD) 321 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD)
322#define MPEG_MENU BUTTON_LEFT 322#define MPEG_MENU BUTTON_REW
323#define MPEG_STOP BUTTON_RIGHT 323#define MPEG_STOP (BUTTON_PLAY | BUTTON_REPEAT)
324#define MPEG_PAUSE BUTTON_PLAY 324#define MPEG_PAUSE (BUTTON_PLAY | BUTTON_REL)
325#define MPEG_VOLDOWN BUTTON_DOWN 325#define MPEG_VOLDOWN BUTTON_DOWN
326#define MPEG_VOLUP BUTTON_UP 326#define MPEG_VOLUP BUTTON_UP
327#define MPEG_RW BUTTON_REW 327#define MPEG_RW BUTTON_LEFT
328#define MPEG_FF BUTTON_FFWD 328#define MPEG_FF BUTTON_RIGHT
329#define MPEG_SHOW_OSD BUTTON_FFWD
329 330
330#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD 331#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
331#define MPEG_MENU BUTTON_MENU 332#define MPEG_MENU BUTTON_MENU
diff --git a/apps/plugins/oscilloscope.c b/apps/plugins/oscilloscope.c
index a0b976f466..344a40f9bf 100644
--- a/apps/plugins/oscilloscope.c
+++ b/apps/plugins/oscilloscope.c
@@ -349,18 +349,31 @@
349#elif CONFIG_KEYPAD == MROBE500_PAD 349#elif CONFIG_KEYPAD == MROBE500_PAD
350#define OSCILLOSCOPE_QUIT BUTTON_POWER 350#define OSCILLOSCOPE_QUIT BUTTON_POWER
351 351
352#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \ 352#elif CONFIG_KEYPAD == SAMSUNG_YH920_PAD
353 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD) 353#define OSCILLOSCOPE_QUIT BUTTON_REW
354#define OSCILLOSCOPE_QUIT BUTTON_REC 354#define OSCILLOSCOPE_DRAWMODE BUTTON_FFWD
355#define OSCILLOSCOPE_DRAWMODE (BUTTON_PLAY|BUTTON_LEFT)
356#define OSCILLOSCOPE_ADVMODE (BUTTON_PLAY|BUTTON_RIGHT) 355#define OSCILLOSCOPE_ADVMODE (BUTTON_PLAY|BUTTON_RIGHT)
357#define OSCILLOSCOPE_ORIENTATION (BUTTON_PLAY|BUTTON_UP) 356#define OSCILLOSCOPE_ORIENTATION (BUTTON_PLAY|BUTTON_UP)
358#define OSCILLOSCOPE_PAUSE (BUTTON_PLAY|BUTTON_DOWN) 357#define OSCILLOSCOPE_GRAPHMODE (BUTTON_PLAY|BUTTON_LEFT)
358#define OSCILLOSCOPE_PAUSE_PRE BUTTON_PLAY
359#define OSCILLOSCOPE_PAUSE (BUTTON_PLAY|BUTTON_REL)
360#define OSCILLOSCOPE_SPEED_UP BUTTON_RIGHT
361#define OSCILLOSCOPE_SPEED_DOWN BUTTON_LEFT
362#define OSCILLOSCOPE_VOL_UP BUTTON_UP
363#define OSCILLOSCOPE_VOL_DOWN BUTTON_DOWN
364#define NEED_LASTBUTTON
365
366#elif CONFIG_KEYPAD == SAMSUNG_YH820_PAD
367#define OSCILLOSCOPE_QUIT BUTTON_REW
368#define OSCILLOSCOPE_DRAWMODE BUTTON_FFWD
369#define OSCILLOSCOPE_ADVMODE (BUTTON_REC|BUTTON_RIGHT)
370#define OSCILLOSCOPE_ORIENTATION (BUTTON_REC|BUTTON_UP)
371#define OSCILLOSCOPE_GRAPHMODE (BUTTON_REC|BUTTON_LEFT)
372#define OSCILLOSCOPE_PAUSE BUTTON_PLAY
359#define OSCILLOSCOPE_SPEED_UP BUTTON_RIGHT 373#define OSCILLOSCOPE_SPEED_UP BUTTON_RIGHT
360#define OSCILLOSCOPE_SPEED_DOWN BUTTON_LEFT 374#define OSCILLOSCOPE_SPEED_DOWN BUTTON_LEFT
361#define OSCILLOSCOPE_VOL_UP BUTTON_UP 375#define OSCILLOSCOPE_VOL_UP BUTTON_UP
362#define OSCILLOSCOPE_VOL_DOWN BUTTON_DOWN 376#define OSCILLOSCOPE_VOL_DOWN BUTTON_DOWN
363/* Need GRAPHMODE */
364 377
365#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD 378#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
366#define OSCILLOSCOPE_QUIT BUTTON_REC 379#define OSCILLOSCOPE_QUIT BUTTON_REC
diff --git a/apps/plugins/pacbox/pacbox.c b/apps/plugins/pacbox/pacbox.c
index efba47b576..cc5b5ef76d 100644
--- a/apps/plugins/pacbox/pacbox.c
+++ b/apps/plugins/pacbox/pacbox.c
@@ -391,6 +391,9 @@ static int gameProc( void )
391#ifdef PACMAN_RC_MENU 391#ifdef PACMAN_RC_MENU
392 || status == PACMAN_RC_MENU 392 || status == PACMAN_RC_MENU
393#endif 393#endif
394#ifdef PACMAN_MENU2
395 || status == PACMAN_MENU2
396#endif
394 ) { 397 ) {
395 bool menu_res; 398 bool menu_res;
396 399
diff --git a/apps/plugins/pacbox/pacbox.h b/apps/plugins/pacbox/pacbox.h
index 34de08f86b..5fcb51eb79 100644
--- a/apps/plugins/pacbox/pacbox.h
+++ b/apps/plugins/pacbox/pacbox.h
@@ -232,8 +232,19 @@
232#elif CONFIG_KEYPAD == ONDAVX777_PAD 232#elif CONFIG_KEYPAD == ONDAVX777_PAD
233#define PACMAN_MENU BUTTON_POWER 233#define PACMAN_MENU BUTTON_POWER
234 234
235#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \ 235#elif CONFIG_KEYPAD == SAMSUNG_YH920_PAD
236 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD) 236
237#define PACMAN_UP BUTTON_UP
238#define PACMAN_DOWN BUTTON_DOWN
239#define PACMAN_LEFT BUTTON_LEFT
240#define PACMAN_RIGHT BUTTON_RIGHT
241#define PACMAN_1UP BUTTON_FFWD
242#define PACMAN_2UP BUTTON_REW
243#define PACMAN_COIN BUTTON_PLAY
244#define PACMAN_MENU BUTTON_REC_SW_ON
245#define PACMAN_MENU2 BUTTON_REC_SW_OFF
246
247#elif CONFIG_KEYPAD == SAMSUNG_YH820_PAD
237 248
238#define PACMAN_UP BUTTON_UP 249#define PACMAN_UP BUTTON_UP
239#define PACMAN_DOWN BUTTON_DOWN 250#define PACMAN_DOWN BUTTON_DOWN
diff --git a/apps/plugins/pegbox.c b/apps/plugins/pegbox.c
index 25f374b37f..5820d54fcd 100644
--- a/apps/plugins/pegbox.c
+++ b/apps/plugins/pegbox.c
@@ -414,23 +414,39 @@ CONFIG_KEYPAD == MROBE500_PAD
414 414
415#define QUIT_TEXT "POWER" 415#define QUIT_TEXT "POWER"
416 416
417#elif CONFIG_KEYPAD == SAMSUNG_YH820_PAD || \ 417#elif CONFIG_KEYPAD == SAMSUNG_YH920_PAD
418CONFIG_KEYPAD == SAMSUNG_YH920_PAD 418#define PEGBOX_QUIT BUTTON_REW
419#define PEGBOX_QUIT BUTTON_REC 419#define PEGBOX_RESTART BUTTON_FFWD
420#define PEGBOX_RESTART BUTTON_REW 420#define PEGBOX_LVL_UP (BUTTON_PLAY|BUTTON_UP)
421#define PEGBOX_LVL_UP (BUTTON_PLAY|BUTTON_FFWD) 421#define PEGBOX_LVL_DOWN (BUTTON_PLAY|BUTTON_DOWN)
422#define PEGBOX_LVL_DOWN (BUTTON_PLAY|BUTTON_REW)
423#define PEGBOX_UP BUTTON_UP 422#define PEGBOX_UP BUTTON_UP
424#define PEGBOX_DOWN BUTTON_DOWN 423#define PEGBOX_DOWN BUTTON_DOWN
425#define PEGBOX_RIGHT BUTTON_RIGHT 424#define PEGBOX_RIGHT BUTTON_RIGHT
426#define PEGBOX_LEFT BUTTON_LEFT 425#define PEGBOX_LEFT BUTTON_LEFT
427#define PEGBOX_SELECT BUTTON_PLAY 426#define PEGBOX_SELECT BUTTON_PLAY
428 427
429#define QUIT_TEXT "REC" 428#define QUIT_TEXT "REW"
430#define RESTART_TEXT "REW" 429#define RESTART_TEXT "FFWD"
431#define LVL_UP_TEXT "PLAY+FFWD" 430#define LVL_UP_TEXT "PLAY+UP"
432#define LVL_DOWN_TEXT "PLAY+REW" 431#define LVL_DOWN_TEXT "PLAY+DOWN"
433#define SELECT_TEXT "PLAY" 432#define SELECT_TEXT "PLAY"
433
434#elif CONFIG_KEYPAD == SAMSUNG_YH820_PAD
435#define PEGBOX_QUIT BUTTON_REW
436#define PEGBOX_RESTART BUTTON_FFWD
437#define PEGBOX_LVL_UP (BUTTON_REC|BUTTON_UP)
438#define PEGBOX_LVL_DOWN (BUTTON_REC|BUTTON_DOWN)
439#define PEGBOX_UP BUTTON_UP
440#define PEGBOX_DOWN BUTTON_DOWN
441#define PEGBOX_RIGHT BUTTON_RIGHT
442#define PEGBOX_LEFT BUTTON_LEFT
443#define PEGBOX_SELECT BUTTON_PLAY
444
445#define QUIT_TEXT "REW"
446#define RESTART_TEXT "FFWD"
447#define LVL_UP_TEXT "REC+UP"
448#define LVL_DOWN_TEXT "REC+DOWN"
449#define SELECT_TEXT "PLAY"
434 450
435#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD 451#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
436#define PEGBOX_QUIT BUTTON_REC 452#define PEGBOX_QUIT BUTTON_REC
diff --git a/apps/plugins/pictureflow/pictureflow.c b/apps/plugins/pictureflow/pictureflow.c
index 53fede1c2c..414c191e6f 100644
--- a/apps/plugins/pictureflow/pictureflow.c
+++ b/apps/plugins/pictureflow/pictureflow.c
@@ -61,7 +61,6 @@
61#define PF_TRACKLIST (LAST_ACTION_PLACEHOLDER + 2) 61#define PF_TRACKLIST (LAST_ACTION_PLACEHOLDER + 2)
62 62
63#if defined(HAVE_SCROLLWHEEL) || CONFIG_KEYPAD == IRIVER_H10_PAD || \ 63#if defined(HAVE_SCROLLWHEEL) || CONFIG_KEYPAD == IRIVER_H10_PAD || \
64 CONFIG_KEYPAD == SAMSUNG_YH820_PAD || CONFIG_KEYPAD == SAMSUNG_YH920_PAD || \
65 CONFIG_KEYPAD == MPIO_HD300_PAD 64 CONFIG_KEYPAD == MPIO_HD300_PAD
66#define USE_CORE_PREVNEXT 65#define USE_CORE_PREVNEXT
67#endif 66#endif
@@ -154,9 +153,15 @@ const struct button_mapping pf_context_buttons[] =
154#elif CONFIG_KEYPAD == IRIVER_H100_PAD || CONFIG_KEYPAD == IRIVER_H300_PAD || \ 153#elif CONFIG_KEYPAD == IRIVER_H100_PAD || CONFIG_KEYPAD == IRIVER_H300_PAD || \
155 CONFIG_KEYPAD == RECORDER_PAD || CONFIG_KEYPAD == ONDIO_PAD 154 CONFIG_KEYPAD == RECORDER_PAD || CONFIG_KEYPAD == ONDIO_PAD
156 {PF_QUIT, BUTTON_OFF, BUTTON_NONE}, 155 {PF_QUIT, BUTTON_OFF, BUTTON_NONE},
157#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD || CONFIG_KEYPAD == SAMSUNG_YH820_PAD || \ 156#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
158 CONFIG_KEYPAD == SAMSUNG_YH920_PAD
159 {PF_QUIT, BUTTON_REC, BUTTON_NONE}, 157 {PF_QUIT, BUTTON_REC, BUTTON_NONE},
158#elif CONFIG_KEYPAD == SAMSUNG_YH820_PAD || CONFIG_KEYPAD == SAMSUNG_YH920_PAD
159 {PF_QUIT, BUTTON_REW|BUTTON_REPEAT, BUTTON_REW},
160 {PF_MENU, BUTTON_REW|BUTTON_REL, BUTTON_REW},
161 {PF_SELECT, BUTTON_PLAY|BUTTON_REL, BUTTON_PLAY},
162 {PF_CONTEXT, BUTTON_FFWD|BUTTON_REPEAT, BUTTON_FFWD},
163 {PF_TRACKLIST, BUTTON_FFWD|BUTTON_REL, BUTTON_FFWD},
164 {PF_WPS, BUTTON_PLAY|BUTTON_REPEAT, BUTTON_PLAY},
160#endif 165#endif
161#if CONFIG_KEYPAD == IAUDIO_M3_PAD 166#if CONFIG_KEYPAD == IAUDIO_M3_PAD
162 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD|CONTEXT_REMOTE) 167 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD|CONTEXT_REMOTE)
diff --git a/apps/plugins/pong.c b/apps/plugins/pong.c
index e72584f12f..c344952073 100644
--- a/apps/plugins/pong.c
+++ b/apps/plugins/pong.c
@@ -215,15 +215,22 @@ CONFIG_KEYPAD == ONDAVX777_PAD || \
215CONFIG_KEYPAD == MROBE500_PAD 215CONFIG_KEYPAD == MROBE500_PAD
216#define PONG_QUIT BUTTON_POWER 216#define PONG_QUIT BUTTON_POWER
217 217
218#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \ 218#elif CONFIG_KEYPAD == SAMSUNG_YH920_PAD
219 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD) 219#define PONG_QUIT (BUTTON_PLAY|BUTTON_REPEAT)
220#define PONG_QUIT BUTTON_REC 220#define PONG_PAUSE (BUTTON_PLAY|BUTTON_REL)
221#define PONG_PAUSE BUTTON_PLAY
222#define PONG_LEFT_UP BUTTON_UP 221#define PONG_LEFT_UP BUTTON_UP
223#define PONG_LEFT_DOWN BUTTON_DOWN 222#define PONG_LEFT_DOWN BUTTON_DOWN
224#define PONG_RIGHT_UP BUTTON_FFWD 223#define PONG_RIGHT_UP BUTTON_FFWD
225#define PONG_RIGHT_DOWN BUTTON_REW 224#define PONG_RIGHT_DOWN BUTTON_REW
226 225
226#elif CONFIG_KEYPAD == SAMSUNG_YH820_PAD
227#define PONG_QUIT BUTTON_REW
228#define PONG_PAUSE BUTTON_PLAY
229#define PONG_LEFT_UP BUTTON_UP
230#define PONG_LEFT_DOWN BUTTON_DOWN
231#define PONG_RIGHT_UP BUTTON_REC
232#define PONG_RIGHT_DOWN BUTTON_FFWD
233
227#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD 234#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
228#define PONG_QUIT BUTTON_REC 235#define PONG_QUIT BUTTON_REC
229#define PONG_PAUSE BUTTON_OK 236#define PONG_PAUSE BUTTON_OK
diff --git a/apps/plugins/reversi/reversi-gui.h b/apps/plugins/reversi/reversi-gui.h
index 3932b688ef..001dc7b14e 100644
--- a/apps/plugins/reversi/reversi-gui.h
+++ b/apps/plugins/reversi/reversi-gui.h
@@ -232,13 +232,13 @@
232 232
233#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \ 233#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \
234 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD) 234 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD)
235#define REVERSI_BUTTON_QUIT BUTTON_REC 235#define REVERSI_BUTTON_QUIT BUTTON_REW
236#define REVERSI_BUTTON_UP BUTTON_UP 236#define REVERSI_BUTTON_UP BUTTON_UP
237#define REVERSI_BUTTON_DOWN BUTTON_DOWN 237#define REVERSI_BUTTON_DOWN BUTTON_DOWN
238#define REVERSI_BUTTON_LEFT BUTTON_LEFT 238#define REVERSI_BUTTON_LEFT BUTTON_LEFT
239#define REVERSI_BUTTON_RIGHT BUTTON_RIGHT 239#define REVERSI_BUTTON_RIGHT BUTTON_RIGHT
240#define REVERSI_BUTTON_MAKE_MOVE BUTTON_FFWD 240#define REVERSI_BUTTON_MAKE_MOVE BUTTON_PLAY
241#define REVERSI_BUTTON_MENU BUTTON_PLAY 241#define REVERSI_BUTTON_MENU BUTTON_FFWD
242 242
243#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD 243#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
244#define REVERSI_BUTTON_QUIT BUTTON_REC 244#define REVERSI_BUTTON_QUIT BUTTON_REC
diff --git a/apps/plugins/rockblox.c b/apps/plugins/rockblox.c
index 268a386474..d88eabea87 100644
--- a/apps/plugins/rockblox.c
+++ b/apps/plugins/rockblox.c
@@ -328,17 +328,26 @@
328#elif CONFIG_KEYPAD == ONDAVX777_PAD 328#elif CONFIG_KEYPAD == ONDAVX777_PAD
329#define ROCKBLOX_OFF BUTTON_POWER 329#define ROCKBLOX_OFF BUTTON_POWER
330 330
331#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \ 331#elif CONFIG_KEYPAD == SAMSUNG_YH920_PAD
332 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD)
333 332
334#define ROCKBLOX_OFF BUTTON_REC 333#define ROCKBLOX_OFF BUTTON_FFWD
335#define ROCKBLOX_ROTATE_CCW BUTTON_UP 334#define ROCKBLOX_ROTATE_CCW BUTTON_UP
336#define ROCKBLOX_ROTATE_CW BUTTON_DOWN 335#define ROCKBLOX_ROTATE_CW BUTTON_DOWN
337#define ROCKBLOX_DOWN BUTTON_REW 336#define ROCKBLOX_DOWN BUTTON_REW
338#define ROCKBLOX_LEFT BUTTON_LEFT 337#define ROCKBLOX_LEFT BUTTON_LEFT
339#define ROCKBLOX_RIGHT BUTTON_RIGHT 338#define ROCKBLOX_RIGHT BUTTON_RIGHT
340#define ROCKBLOX_DROP BUTTON_PLAY 339#define ROCKBLOX_DROP BUTTON_PLAY
341#define ROCKBLOX_RESTART BUTTON_FFWD 340
341#elif CONFIG_KEYPAD == SAMSUNG_YH820_PAD
342
343#define ROCKBLOX_OFF BUTTON_REW
344#define ROCKBLOX_ROTATE_CCW BUTTON_UP
345#define ROCKBLOX_ROTATE_CW BUTTON_DOWN
346#define ROCKBLOX_DOWN BUTTON_FFWD
347#define ROCKBLOX_LEFT BUTTON_LEFT
348#define ROCKBLOX_RIGHT BUTTON_RIGHT
349#define ROCKBLOX_DROP BUTTON_PLAY
350#define ROCKBLOX_RESTART BUTTON_REC
342 351
343#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD 352#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
344 353
diff --git a/apps/plugins/rockboy/rockboy.c b/apps/plugins/rockboy/rockboy.c
index 784b551fdf..f4ca70cc68 100644
--- a/apps/plugins/rockboy/rockboy.c
+++ b/apps/plugins/rockboy/rockboy.c
@@ -285,8 +285,17 @@ static void setoptions (void)
285#elif CONFIG_KEYPAD == ONDAVX777_PAD 285#elif CONFIG_KEYPAD == ONDAVX777_PAD
286 options.MENU = BUTTON_POWER; 286 options.MENU = BUTTON_POWER;
287 287
288#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \ 288#elif CONFIG_KEYPAD == SAMSUNG_YH920_PAD
289 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD) 289 options.UP = BUTTON_UP;
290 options.DOWN = BUTTON_DOWN;
291
292 options.A = BUTTON_PLAY;
293 options.B = BUTTON_FFWD;
294 options.START = BUTTON_REW;
295 options.SELECT = BUTTON_NONE;
296 options.MENU = BUTTON_REC_SW_ON;
297
298#elif CONFIG_KEYPAD == SAMSUNG_YH820_PAD
290 options.UP = BUTTON_UP; 299 options.UP = BUTTON_UP;
291 options.DOWN = BUTTON_DOWN; 300 options.DOWN = BUTTON_DOWN;
292 301
diff --git a/apps/plugins/rockpaint.c b/apps/plugins/rockpaint.c
index f3647c6024..725382c165 100644
--- a/apps/plugins/rockpaint.c
+++ b/apps/plugins/rockpaint.c
@@ -199,13 +199,23 @@
199#elif CONFIG_KEYPAD == MROBE500_PAD 199#elif CONFIG_KEYPAD == MROBE500_PAD
200#define ROCKPAINT_QUIT BUTTON_POWER 200#define ROCKPAINT_QUIT BUTTON_POWER
201 201
202#elif ( CONFIG_KEYPAD == SAMSUNG_YH820_PAD ) || \ 202#elif ( CONFIG_KEYPAD == SAMSUNG_YH920_PAD )
203 ( CONFIG_KEYPAD == SAMSUNG_YH920_PAD ) 203#define ROCKPAINT_QUIT ( BUTTON_REW | BUTTON_REPEAT )
204#define ROCKPAINT_QUIT BUTTON_REC
205#define ROCKPAINT_DRAW BUTTON_PLAY 204#define ROCKPAINT_DRAW BUTTON_PLAY
206#define ROCKPAINT_MENU BUTTON_FFWD 205#define ROCKPAINT_MENU ( BUTTON_REW | BUTTON_REL )
207#define ROCKPAINT_TOOLBAR BUTTON_REW 206#define ROCKPAINT_TOOLBAR BUTTON_FFWD
208#define ROCKPAINT_TOOLBAR2 ( BUTTON_REW | BUTTON_LEFT ) 207#define ROCKPAINT_TOOLBAR2 ( BUTTON_FFWD | BUTTON_LEFT )
208#define ROCKPAINT_UP BUTTON_UP
209#define ROCKPAINT_DOWN BUTTON_DOWN
210#define ROCKPAINT_LEFT BUTTON_LEFT
211#define ROCKPAINT_RIGHT BUTTON_RIGHT
212
213#elif ( CONFIG_KEYPAD == SAMSUNG_YH820_PAD )
214#define ROCKPAINT_QUIT ( BUTTON_REW | BUTTON_REPEAT )
215#define ROCKPAINT_DRAW BUTTON_PLAY
216#define ROCKPAINT_MENU ( BUTTON_REW | BUTTON_REL )
217#define ROCKPAINT_TOOLBAR BUTTON_FFWD
218#define ROCKPAINT_TOOLBAR2 BUTTON_REC
209#define ROCKPAINT_UP BUTTON_UP 219#define ROCKPAINT_UP BUTTON_UP
210#define ROCKPAINT_DOWN BUTTON_DOWN 220#define ROCKPAINT_DOWN BUTTON_DOWN
211#define ROCKPAINT_LEFT BUTTON_LEFT 221#define ROCKPAINT_LEFT BUTTON_LEFT
diff --git a/apps/plugins/sliding_puzzle.c b/apps/plugins/sliding_puzzle.c
index d4dd01f948..82017bc7b9 100644
--- a/apps/plugins/sliding_puzzle.c
+++ b/apps/plugins/sliding_puzzle.c
@@ -221,12 +221,12 @@ CONFIG_KEYPAD == MROBE500_PAD
221 221
222#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \ 222#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \
223 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD) 223 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD)
224#define PUZZLE_QUIT BUTTON_REC 224#define PUZZLE_QUIT BUTTON_REW
225#define PUZZLE_LEFT BUTTON_LEFT 225#define PUZZLE_LEFT BUTTON_LEFT
226#define PUZZLE_RIGHT BUTTON_RIGHT 226#define PUZZLE_RIGHT BUTTON_RIGHT
227#define PUZZLE_UP BUTTON_UP 227#define PUZZLE_UP BUTTON_UP
228#define PUZZLE_DOWN BUTTON_DOWN 228#define PUZZLE_DOWN BUTTON_DOWN
229#define PUZZLE_SHUFFLE BUTTON_REW 229#define PUZZLE_SHUFFLE BUTTON_FFWD
230#define PUZZLE_PICTURE BUTTON_PLAY 230#define PUZZLE_PICTURE BUTTON_PLAY
231 231
232#elif (CONFIG_KEYPAD == PBELL_VIBE500_PAD) 232#elif (CONFIG_KEYPAD == PBELL_VIBE500_PAD)
diff --git a/apps/plugins/snake.c b/apps/plugins/snake.c
index a22ecf4c70..4f02e99e8b 100644
--- a/apps/plugins/snake.c
+++ b/apps/plugins/snake.c
@@ -192,7 +192,7 @@ dir is the current direction of the snake - 0=up, 1=right, 2=down, 3=left;
192 192
193#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \ 193#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \
194 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD) 194 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD)
195#define SNAKE_QUIT BUTTON_REC 195#define SNAKE_QUIT BUTTON_REW
196#define SNAKE_LEFT BUTTON_LEFT 196#define SNAKE_LEFT BUTTON_LEFT
197#define SNAKE_RIGHT BUTTON_RIGHT 197#define SNAKE_RIGHT BUTTON_RIGHT
198#define SNAKE_UP BUTTON_UP 198#define SNAKE_UP BUTTON_UP
diff --git a/apps/plugins/snake2.c b/apps/plugins/snake2.c
index 3f24b00dcc..4f026021f2 100644
--- a/apps/plugins/snake2.c
+++ b/apps/plugins/snake2.c
@@ -328,7 +328,7 @@ CONFIG_KEYPAD == MROBE500_PAD
328#define SNAKE2_RIGHT BUTTON_RIGHT 328#define SNAKE2_RIGHT BUTTON_RIGHT
329#define SNAKE2_UP BUTTON_UP 329#define SNAKE2_UP BUTTON_UP
330#define SNAKE2_DOWN BUTTON_DOWN 330#define SNAKE2_DOWN BUTTON_DOWN
331#define SNAKE2_QUIT BUTTON_REC 331#define SNAKE2_QUIT BUTTON_REW
332#define SNAKE2_PLAYPAUSE BUTTON_PLAY 332#define SNAKE2_PLAYPAUSE BUTTON_PLAY
333#define SNAKE2_PLAYPAUSE_TEXT "Play" 333#define SNAKE2_PLAYPAUSE_TEXT "Play"
334 334
diff --git a/apps/plugins/sokoban.c b/apps/plugins/sokoban.c
index 70bc57e218..76eb6288cd 100644
--- a/apps/plugins/sokoban.c
+++ b/apps/plugins/sokoban.c
@@ -474,19 +474,34 @@
474#define SOKOBAN_MENU BUTTON_POWER 474#define SOKOBAN_MENU BUTTON_POWER
475#define SOKOBAN_MENU_NAME "[POWER]" 475#define SOKOBAN_MENU_NAME "[POWER]"
476 476
477#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \ 477#elif CONFIG_KEYPAD == SAMSUNG_YH820_PAD
478 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD)
479#define SOKOBAN_LEFT BUTTON_LEFT 478#define SOKOBAN_LEFT BUTTON_LEFT
480#define SOKOBAN_RIGHT BUTTON_RIGHT 479#define SOKOBAN_RIGHT BUTTON_RIGHT
481#define SOKOBAN_UP BUTTON_UP 480#define SOKOBAN_UP BUTTON_UP
482#define SOKOBAN_DOWN BUTTON_DOWN 481#define SOKOBAN_DOWN BUTTON_DOWN
483#define SOKOBAN_MENU BUTTON_REC 482#define SOKOBAN_MENU BUTTON_PLAY
483#define SOKOBAN_UNDO BUTTON_REW
484#define SOKOBAN_REDO BUTTON_FFWD
485#define SOKOBAN_LEVEL_DOWN (BUTTON_REC | BUTTON_DOWN)
486#define SOKOBAN_LEVEL_REPEAT (BUTTON_REC | BUTTON_RIGHT)
487#define SOKOBAN_LEVEL_UP (BUTTON_REC | BUTTON_UP)
488#define SOKOBAN_QUIT_REPLAY BUTTON_REW
489#define SOKOBAN_PAUSE BUTTON_PLAY
490#define BUTTON_SAVE BUTTON_PLAY
491#define BUTTON_SAVE_NAME "PLAY"
492
493#elif CONFIG_KEYPAD == SAMSUNG_YH920_PAD
494#define SOKOBAN_LEFT BUTTON_LEFT
495#define SOKOBAN_RIGHT BUTTON_RIGHT
496#define SOKOBAN_UP BUTTON_UP
497#define SOKOBAN_DOWN BUTTON_DOWN
498#define SOKOBAN_MENU BUTTON_PLAY
484#define SOKOBAN_UNDO BUTTON_REW 499#define SOKOBAN_UNDO BUTTON_REW
485#define SOKOBAN_UNDO_PRE (BUTTON_REW | BUTTON_LEFT)
486#define SOKOBAN_REDO BUTTON_FFWD 500#define SOKOBAN_REDO BUTTON_FFWD
487#define SOKOBAN_LEVEL_DOWN (BUTTON_PLAY | BUTTON_DOWN) 501#define SOKOBAN_LEVEL_DOWN (BUTTON_PLAY | BUTTON_DOWN)
488#define SOKOBAN_LEVEL_REPEAT (BUTTON_PLAY | BUTTON_RIGHT) 502#define SOKOBAN_LEVEL_REPEAT (BUTTON_PLAY | BUTTON_RIGHT)
489#define SOKOBAN_LEVEL_UP (BUTTON_PLAY | BUTTON_UP) 503#define SOKOBAN_LEVEL_UP (BUTTON_PLAY | BUTTON_UP)
504#define SOKOBAN_QUIT_REPLAY BUTTON_REW
490#define SOKOBAN_PAUSE BUTTON_PLAY 505#define SOKOBAN_PAUSE BUTTON_PLAY
491#define BUTTON_SAVE BUTTON_PLAY 506#define BUTTON_SAVE BUTTON_PLAY
492#define BUTTON_SAVE_NAME "PLAY" 507#define BUTTON_SAVE_NAME "PLAY"
@@ -662,6 +677,10 @@
662#endif 677#endif
663#endif 678#endif
664 679
680#ifndef SOKOBAN_QUIT_REPLAY
681#define SOKOBAN_QUIT_REPLAY SOKOBAN_MENU
682#endif
683
665#define SOKOBAN_FONT FONT_SYSFIXED 684#define SOKOBAN_FONT FONT_SYSFIXED
666 685
667 686
@@ -1413,7 +1432,7 @@ static bool load(char *filename, bool silent)
1413 1432
1414 while ((button = rb->button_get(false)) || paused) { 1433 while ((button = rb->button_get(false)) || paused) {
1415 switch (button) { 1434 switch (button) {
1416 case SOKOBAN_MENU: 1435 case SOKOBAN_QUIT_REPLAY:
1417 /* Pretend the level is complete so we'll quit */ 1436 /* Pretend the level is complete so we'll quit */
1418 current_info.level.boxes_to_go = 0; 1437 current_info.level.boxes_to_go = 0;
1419 return true; 1438 return true;
@@ -1602,6 +1621,20 @@ static int sokoban_menu(void)
1602 rb->lcd_putsxy(3, 36, "[VOL-] Previous Level"); 1621 rb->lcd_putsxy(3, 36, "[VOL-] Previous Level");
1603 rb->lcd_putsxy(3, 46, "[NEXT+PREV] Restart Level"); 1622 rb->lcd_putsxy(3, 46, "[NEXT+PREV] Restart Level");
1604 rb->lcd_putsxy(3, 56, "[VOL+] Next Level"); 1623 rb->lcd_putsxy(3, 56, "[VOL+] Next Level");
1624#elif CONFIG_KEYPAD == SAMSUNG_YH920_PAD
1625 rb->lcd_putsxy(3, 6, "[PLAY] Menu");
1626 rb->lcd_putsxy(3, 16, "[REW] Undo");
1627 rb->lcd_putsxy(3, 26, "[FFWD] Redo");
1628 rb->lcd_putsxy(3, 36, "[PLAY+DOWN] Previous Level");
1629 rb->lcd_putsxy(3, 46, "[PLAY+RIGHT] Restart Level");
1630 rb->lcd_putsxy(3, 56, "[PLAY+UP] Next Level");
1631#elif CONFIG_KEYPAD == SAMSUNG_YH820_PAD
1632 rb->lcd_putsxy(3, 6, "[PLAY] Menu");
1633 rb->lcd_putsxy(3, 16, "[REW] Undo");
1634 rb->lcd_putsxy(3, 26, "[FFWD] Redo");
1635 rb->lcd_putsxy(3, 36, "[REC+DOWN] Prev. Lvl");
1636 rb->lcd_putsxy(3, 46, "[REC+RIGHT] Rest. Lvl");
1637 rb->lcd_putsxy(3, 56, "[REC+UP] Next Level");
1605#endif 1638#endif
1606 1639
1607#ifdef HAVE_TOUCHSCREEN 1640#ifdef HAVE_TOUCHSCREEN
diff --git a/apps/plugins/solitaire.c b/apps/plugins/solitaire.c
index d71847120b..c06e767a37 100644
--- a/apps/plugins/solitaire.c
+++ b/apps/plugins/solitaire.c
@@ -452,23 +452,40 @@
452CONFIG_KEYPAD == MROBE500_PAD 452CONFIG_KEYPAD == MROBE500_PAD
453# define SOL_QUIT BUTTON_POWER 453# define SOL_QUIT BUTTON_POWER
454 454
455#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \ 455#elif CONFIG_KEYPAD == SAMSUNG_YH820_PAD
456 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD) 456# define SOL_QUIT BUTTON_REW
457# define SOL_QUIT BUTTON_REC
458# define SOL_UP BUTTON_UP 457# define SOL_UP BUTTON_UP
459# define SOL_DOWN BUTTON_DOWN 458# define SOL_DOWN BUTTON_DOWN
460# define SOL_LEFT BUTTON_LEFT 459# define SOL_LEFT BUTTON_LEFT
461# define SOL_RIGHT BUTTON_RIGHT 460# define SOL_RIGHT BUTTON_RIGHT
462# define SOL_MOVE BUTTON_PLAY 461# define SOL_MOVE BUTTON_PLAY
463# define SOL_DRAW BUTTON_FFWD 462# define SOL_DRAW BUTTON_FFWD
464# define SOL_REM2CUR (BUTTON_FFWD | BUTTON_LEFT) 463# define SOL_REM2CUR (BUTTON_REC | BUTTON_DOWN)
465# define SOL_CUR2STACK BUTTON_REW 464# define SOL_CUR2STACK (BUTTON_REC | BUTTON_UP)
466# define SOL_REM2STACK (BUTTON_REW | BUTTON_LEFT) 465# define SOL_REM2STACK (BUTTON_REC | BUTTON_RIGHT)
467# define HK_MOVE "PLAY" 466# define HK_MOVE "PLAY"
468# define HK_DRAW "REW.." 467# define HK_DRAW "FFWD"
469# define HK_REM2CUR "FFWD" 468# define HK_REM2CUR "REC+DOWN"
470# define HK_CUR2STACK "REW" 469# define HK_CUR2STACK "REC+UP"
471# define HK_REM2STACK "FFWD.." 470# define HK_REM2STACK "REC+RIGHT"
471
472#elif CONFIG_KEYPAD == SAMSUNG_YH920_PAD
473# define SOL_QUIT BUTTON_REW
474# define SOL_UP BUTTON_UP
475# define SOL_DOWN BUTTON_DOWN
476# define SOL_LEFT BUTTON_LEFT
477# define SOL_RIGHT BUTTON_RIGHT
478# define SOL_MOVE_PRE BUTTON_PLAY
479# define SOL_MOVE (BUTTON_PLAY | BUTTON_REL)
480# define SOL_DRAW BUTTON_FFWD
481# define SOL_REM2CUR (BUTTON_PLAY | BUTTON_DOWN)
482# define SOL_CUR2STACK (BUTTON_PLAY | BUTTON_UP)
483# define SOL_REM2STACK (BUTTON_PLAY | BUTTON_RIGHT)
484# define HK_MOVE "PLAY"
485# define HK_DRAW "FFWD"
486# define HK_REM2CUR "PLAY+DOWN"
487# define HK_CUR2STACK "PLAY+UP"
488# define HK_REM2STACK "PLAY+RIGHT"
472 489
473#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD 490#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
474# define SOL_QUIT BUTTON_REC 491# define SOL_QUIT BUTTON_REC
diff --git a/apps/plugins/spacerocks.c b/apps/plugins/spacerocks.c
index a7e9912cf4..001cb1918d 100644
--- a/apps/plugins/spacerocks.c
+++ b/apps/plugins/spacerocks.c
@@ -231,8 +231,9 @@
231 231
232#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \ 232#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \
233 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD) 233 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD)
234
234#define AST_PAUSE BUTTON_FFWD 235#define AST_PAUSE BUTTON_FFWD
235#define AST_QUIT BUTTON_REC 236#define AST_QUIT BUTTON_REW
236#define AST_THRUST BUTTON_UP 237#define AST_THRUST BUTTON_UP
237#define AST_HYPERSPACE BUTTON_DOWN 238#define AST_HYPERSPACE BUTTON_DOWN
238#define AST_LEFT BUTTON_LEFT 239#define AST_LEFT BUTTON_LEFT
@@ -240,6 +241,7 @@
240#define AST_FIRE BUTTON_PLAY 241#define AST_FIRE BUTTON_PLAY
241 242
242#elif (CONFIG_KEYPAD == PBELL_VIBE500_PAD) 243#elif (CONFIG_KEYPAD == PBELL_VIBE500_PAD)
244
243#define AST_PAUSE BUTTON_PLAY 245#define AST_PAUSE BUTTON_PLAY
244#define AST_QUIT BUTTON_REC 246#define AST_QUIT BUTTON_REC
245#define AST_THRUST BUTTON_UP 247#define AST_THRUST BUTTON_UP
diff --git a/apps/plugins/star.c b/apps/plugins/star.c
index 3cb27790c6..9d27432dff 100644
--- a/apps/plugins/star.c
+++ b/apps/plugins/star.c
@@ -391,23 +391,41 @@
391#define STAR_QUIT BUTTON_POWER 391#define STAR_QUIT BUTTON_POWER
392#define STAR_QUIT_NAME "POWER" 392#define STAR_QUIT_NAME "POWER"
393 393
394#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \ 394#elif CONFIG_KEYPAD == SAMSUNG_YH820_PAD
395 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD)
396 395
397#define STAR_QUIT BUTTON_REC 396#define STAR_QUIT (BUTTON_REW|BUTTON_REPEAT)
398#define STAR_LEFT BUTTON_LEFT 397#define STAR_LEFT BUTTON_LEFT
399#define STAR_RIGHT BUTTON_RIGHT 398#define STAR_RIGHT BUTTON_RIGHT
400#define STAR_UP BUTTON_UP 399#define STAR_UP BUTTON_UP
401#define STAR_DOWN BUTTON_DOWN 400#define STAR_DOWN BUTTON_DOWN
402#define STAR_LEVEL_UP BUTTON_FFWD 401#define STAR_LEVEL_UP (BUTTON_REC|BUTTON_UP)
403#define STAR_LEVEL_DOWN BUTTON_REW 402#define STAR_LEVEL_DOWN (BUTTON_REC|BUTTON_DOWN)
404#define STAR_TOGGLE_CONTROL BUTTON_PLAY 403#define STAR_TOGGLE_CONTROL BUTTON_PLAY
405#define STAR_LEVEL_REPEAT (BUTTON_REW|BUTTON_FFWD) 404#define STAR_LEVEL_REPEAT_PRE BUTTON_FFWD
405#define STAR_LEVEL_REPEAT (BUTTON_FFWD|BUTTON_REPEAT)
406#define STAR_TOGGLE_CONTROL_NAME "PLAY" 406#define STAR_TOGGLE_CONTROL_NAME "PLAY"
407#define STAR_QUIT_NAME "REC" 407#define STAR_QUIT_NAME "LONG REW"
408#define STAR_LEVEL_UP_NAME "FF" 408#define STAR_LEVEL_UP_NAME "REC+UP"
409#define STAR_LEVEL_DOWN_NAME "REW" 409#define STAR_LEVEL_DOWN_NAME "REC+DOWN"
410#define STAR_LEVEL_REPEAT_NAME "REW+FF" 410#define STAR_LEVEL_REPEAT_NAME "LONG FFWD"
411
412#elif CONFIG_KEYPAD == SAMSUNG_YH920_PAD
413
414#define STAR_QUIT (BUTTON_REW|BUTTON_REPEAT)
415#define STAR_LEFT BUTTON_LEFT
416#define STAR_RIGHT BUTTON_RIGHT
417#define STAR_UP BUTTON_UP
418#define STAR_DOWN BUTTON_DOWN
419#define STAR_LEVEL_UP (BUTTON_FFWD|BUTTON_UP)
420#define STAR_LEVEL_DOWN (BUTTON_FFWD|BUTTON_DOWN)
421#define STAR_TOGGLE_CONTROL (BUTTON_PLAY|BUTTON_REL)
422#define STAR_LEVEL_REPEAT_PRE (BUTTON_FFWD|BUTTON_REPEAT)
423#define STAR_LEVEL_REPEAT (BUTTON_FFWD|BUTTON_REL)
424#define STAR_TOGGLE_CONTROL_NAME "PLAY"
425#define STAR_QUIT_NAME "LONG REW"
426#define STAR_LEVEL_UP_NAME "FFWD+UP"
427#define STAR_LEVEL_DOWN_NAME "FFWD+DOWN"
428#define STAR_LEVEL_REPEAT_NAME "LONG FFWD"
411 429
412#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD 430#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
413 431
diff --git a/apps/plugins/stopwatch.c b/apps/plugins/stopwatch.c
index 83f5893150..4ad6dc0c01 100644
--- a/apps/plugins/stopwatch.c
+++ b/apps/plugins/stopwatch.c
@@ -225,7 +225,7 @@
225 225
226#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \ 226#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \
227 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD) 227 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD)
228#define STOPWATCH_QUIT BUTTON_REC 228#define STOPWATCH_QUIT BUTTON_REW
229#define STOPWATCH_START_STOP BUTTON_PLAY 229#define STOPWATCH_START_STOP BUTTON_PLAY
230#define STOPWATCH_RESET_TIMER BUTTON_LEFT 230#define STOPWATCH_RESET_TIMER BUTTON_LEFT
231#define STOPWATCH_LAP_TIMER BUTTON_RIGHT 231#define STOPWATCH_LAP_TIMER BUTTON_RIGHT
diff --git a/apps/plugins/sudoku/sudoku.h b/apps/plugins/sudoku/sudoku.h
index 2caa75fbbe..634a874a87 100644
--- a/apps/plugins/sudoku/sudoku.h
+++ b/apps/plugins/sudoku/sudoku.h
@@ -282,16 +282,25 @@
282#elif (CONFIG_KEYPAD == ONDAVX777_PAD) 282#elif (CONFIG_KEYPAD == ONDAVX777_PAD)
283#define SUDOKU_BUTTON_QUIT BUTTON_POWER 283#define SUDOKU_BUTTON_QUIT BUTTON_POWER
284 284
285#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \ 285#elif (CONFIG_KEYPAD == SAMSUNG_YH920_PAD)
286 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD) 286#define SUDOKU_BUTTON_UP BUTTON_UP
287#define SUDOKU_BUTTON_QUIT BUTTON_REC 287#define SUDOKU_BUTTON_DOWN BUTTON_DOWN
288#define SUDOKU_BUTTON_LEFT BUTTON_LEFT
289#define SUDOKU_BUTTON_RIGHT BUTTON_RIGHT
290#define SUDOKU_BUTTON_TOGGLE BUTTON_FFWD
291#define SUDOKU_BUTTON_TOGGLEBACK BUTTON_REW
292#define SUDOKU_BUTTON_MENU (BUTTON_PLAY|BUTTON_REPEAT)
293#define SUDOKU_BUTTON_POSSIBLE (BUTTON_PLAY|BUTTON_REL)
294
295#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD)
288#define SUDOKU_BUTTON_UP BUTTON_UP 296#define SUDOKU_BUTTON_UP BUTTON_UP
289#define SUDOKU_BUTTON_DOWN BUTTON_DOWN 297#define SUDOKU_BUTTON_DOWN BUTTON_DOWN
290#define SUDOKU_BUTTON_LEFT BUTTON_LEFT 298#define SUDOKU_BUTTON_LEFT BUTTON_LEFT
291#define SUDOKU_BUTTON_RIGHT BUTTON_RIGHT 299#define SUDOKU_BUTTON_RIGHT BUTTON_RIGHT
292#define SUDOKU_BUTTON_TOGGLE BUTTON_FFWD 300#define SUDOKU_BUTTON_TOGGLE BUTTON_FFWD
293#define SUDOKU_BUTTON_MENU BUTTON_PLAY 301#define SUDOKU_BUTTON_TOGGLEBACK BUTTON_REW
294#define SUDOKU_BUTTON_POSSIBLE BUTTON_REW 302#define SUDOKU_BUTTON_MENU BUTTON_REC
303#define SUDOKU_BUTTON_POSSIBLE BUTTON_PLAY
295 304
296#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD 305#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
297#define SUDOKU_BUTTON_QUIT BUTTON_REC 306#define SUDOKU_BUTTON_QUIT BUTTON_REC
diff --git a/apps/plugins/text_viewer/text_viewer.c b/apps/plugins/text_viewer/text_viewer.c
index 29a2e6d12a..c8102eb6d2 100644
--- a/apps/plugins/text_viewer/text_viewer.c
+++ b/apps/plugins/text_viewer/text_viewer.c
@@ -98,6 +98,10 @@ enum plugin_status plugin_start(const void* file)
98 if (lastbutton != TV_AUTOSCROLL_PRE) 98 if (lastbutton != TV_AUTOSCROLL_PRE)
99 break; 99 break;
100#endif 100#endif
101#ifdef TV_AUTOSCROLL2
102 /* fallthrough */
103 case TV_AUTOSCROLL2:
104#endif
101 autoscroll = !autoscroll; 105 autoscroll = !autoscroll;
102 break; 106 break;
103 107
diff --git a/apps/plugins/text_viewer/tv_button.h b/apps/plugins/text_viewer/tv_button.h
index 7c0cfab519..f476316ef9 100644
--- a/apps/plugins/text_viewer/tv_button.h
+++ b/apps/plugins/text_viewer/tv_button.h
@@ -380,17 +380,36 @@
380#define TV_QUIT BUTTON_POWER 380#define TV_QUIT BUTTON_POWER
381#define TV_BOOKMARK (BUTTON_RIGHT|BUTTON_POWER) 381#define TV_BOOKMARK (BUTTON_RIGHT|BUTTON_POWER)
382 382
383/* SAMSUNG YH-820 / YH-920 / YH-925 keys */ 383/* SAMSUNG YH-920 / YH-925 keys */
384#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \ 384#elif CONFIG_KEYPAD == SAMSUNG_YH920_PAD
385 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD) 385#define TV_QUIT (BUTTON_REW|BUTTON_REPEAT)
386#define TV_QUIT BUTTON_REC
387#define TV_SCROLL_UP BUTTON_UP 386#define TV_SCROLL_UP BUTTON_UP
388#define TV_SCROLL_DOWN BUTTON_DOWN 387#define TV_SCROLL_DOWN BUTTON_DOWN
389#define TV_SCREEN_LEFT BUTTON_LEFT 388#define TV_SCREEN_LEFT BUTTON_LEFT
390#define TV_SCREEN_RIGHT BUTTON_RIGHT 389#define TV_SCREEN_RIGHT BUTTON_RIGHT
391#define TV_MENU BUTTON_PLAY 390#define TV_MENU BUTTON_REW
392#define TV_AUTOSCROLL BUTTON_REW 391#define TV_AUTOSCROLL BUTTON_REC_SW_ON
393#define TV_BOOKMARK BUTTON_FFWD 392#define TV_AUTOSCROLL2 BUTTON_REC_SW_OFF
393#define TV_BOOKMARK BUTTON_PLAY
394#define TV_LINE_UP (BUTTON_FFWD|BUTTON_UP)
395#define TV_LINE_DOWN (BUTTON_FFWD|BUTTON_DOWN)
396#define TV_COLUMN_LEFT (BUTTON_FFWD|BUTTON_LEFT)
397#define TV_COLUMN_RIGHT (BUTTON_FFWD|BUTTON_RIGHT)
398
399/* SAMSUNG YH-820 keys */
400#elif CONFIG_KEYPAD == SAMSUNG_YH820_PAD
401#define TV_QUIT (BUTTON_REW|BUTTON_REPEAT)
402#define TV_SCROLL_UP BUTTON_UP
403#define TV_SCROLL_DOWN BUTTON_DOWN
404#define TV_SCREEN_LEFT BUTTON_LEFT
405#define TV_SCREEN_RIGHT BUTTON_RIGHT
406#define TV_MENU BUTTON_REW
407#define TV_AUTOSCROLL BUTTON_FFWD
408#define TV_BOOKMARK BUTTON_PLAY
409#define TV_LINE_UP (BUTTON_REC|BUTTON_UP)
410#define TV_LINE_DOWN (BUTTON_REC|BUTTON_DOWN)
411#define TV_COLUMN_LEFT (BUTTON_REC|BUTTON_LEFT)
412#define TV_COLUMN_RIGHT (BUTTON_REC|BUTTON_RIGHT)
394 413
395/* Packard Bell Vibe 500 keys */ 414/* Packard Bell Vibe 500 keys */
396#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD 415#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
diff --git a/apps/plugins/vu_meter.c b/apps/plugins/vu_meter.c
index 8a9c35b1ff..93e89bbc19 100644
--- a/apps/plugins/vu_meter.c
+++ b/apps/plugins/vu_meter.c
@@ -285,13 +285,13 @@
285 285
286#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \ 286#elif (CONFIG_KEYPAD == SAMSUNG_YH820_PAD) || \
287 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD) 287 (CONFIG_KEYPAD == SAMSUNG_YH920_PAD)
288#define VUMETER_QUIT BUTTON_REC 288#define VUMETER_QUIT BUTTON_REW
289#define VUMETER_HELP BUTTON_PLAY 289#define VUMETER_HELP BUTTON_PLAY
290#define VUMETER_MENU BUTTON_REW 290#define VUMETER_MENU BUTTON_LEFT
291#define VUMETER_UP BUTTON_UP 291#define VUMETER_UP BUTTON_UP
292#define VUMETER_DOWN BUTTON_DOWN 292#define VUMETER_DOWN BUTTON_DOWN
293#define LABEL_HELP "PLAY" 293#define LABEL_HELP "PLAY"
294#define LABEL_QUIT "REC" 294#define LABEL_QUIT "REW"
295#define LABEL_MENU "LEFT" 295#define LABEL_MENU "LEFT"
296#define LABEL_VOLUME "UP/DOWN" 296#define LABEL_VOLUME "UP/DOWN"
297 297
diff --git a/apps/plugins/wormlet.c b/apps/plugins/wormlet.c
index 6d5cf4b0df..c2125ac6d6 100644
--- a/apps/plugins/wormlet.c
+++ b/apps/plugins/wormlet.c
@@ -279,8 +279,8 @@ CONFIG_KEYPAD == MROBE500_PAD
279#define BTN_DIR_LEFT BUTTON_LEFT 279#define BTN_DIR_LEFT BUTTON_LEFT
280#define BTN_DIR_RIGHT BUTTON_RIGHT 280#define BTN_DIR_RIGHT BUTTON_RIGHT
281#define BTN_STARTPAUSE BUTTON_PLAY 281#define BTN_STARTPAUSE BUTTON_PLAY
282#define BTN_QUIT BUTTON_REC 282#define BTN_QUIT BUTTON_REW
283#define BTN_STOPRESET BUTTON_REW 283#define BTN_STOPRESET BUTTON_FFWD
284 284
285#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD 285#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
286 286
diff --git a/apps/plugins/xobox.c b/apps/plugins/xobox.c
index 68c32726c0..4e98c62a68 100644
--- a/apps/plugins/xobox.c
+++ b/apps/plugins/xobox.c
@@ -235,7 +235,7 @@ CONFIG_KEYPAD == MROBE500_PAD
235#elif CONFIG_KEYPAD == SAMSUNG_YH820_PAD || \ 235#elif CONFIG_KEYPAD == SAMSUNG_YH820_PAD || \
236 CONFIG_KEYPAD == SAMSUNG_YH920_PAD 236 CONFIG_KEYPAD == SAMSUNG_YH920_PAD
237 237
238#define QUIT BUTTON_REC 238#define QUIT BUTTON_REW
239#define LEFT BUTTON_LEFT 239#define LEFT BUTTON_LEFT
240#define RIGHT BUTTON_RIGHT 240#define RIGHT BUTTON_RIGHT
241#define UP BUTTON_UP 241#define UP BUTTON_UP
diff --git a/firmware/target/arm/samsung/button-target.h b/firmware/target/arm/samsung/button-target.h
index 400c4ed768..5ccf2adace 100644
--- a/firmware/target/arm/samsung/button-target.h
+++ b/firmware/target/arm/samsung/button-target.h
@@ -39,9 +39,22 @@ void remote_int(void);
39#define BUTTON_PLAY 0x00000010 39#define BUTTON_PLAY 0x00000010
40#define BUTTON_REW 0x00000020 40#define BUTTON_REW 0x00000020
41#define BUTTON_FFWD 0x00000040 41#define BUTTON_FFWD 0x00000040
42#if defined(SAMSUNG_YH820) /* YH820 has record button */
42#define BUTTON_REC 0x00000080 43#define BUTTON_REC 0x00000080
44#else /* virtual buttons for record switch state change on YH92x */
45#define BUTTON_REC_SW_ON 0x00000080
46#define BUTTON_REC_SW_OFF 0x00000100
47/* TODO: most of the plugin keymaps rely on the REC button,
48 so I kept the following line to prevent compile errors.
49 This line has to be removed as soon as all plugin keymaps are fixed! */
50#define BUTTON_REC 0x00000200
51#endif
43 52
53#if defined(SAMSUNG_YH820)
44#define BUTTON_MAIN 0x000000ff 54#define BUTTON_MAIN 0x000000ff
55#else
56#define BUTTON_MAIN 0x000001ff
57#endif
45 58
46#define BUTTON_RC_PLUS BUTTON_UP 59#define BUTTON_RC_PLUS BUTTON_UP
47#define BUTTON_RC_MINUS BUTTON_DOWN 60#define BUTTON_RC_MINUS BUTTON_DOWN
diff --git a/firmware/target/arm/samsung/button-yh82x_yh92x.c b/firmware/target/arm/samsung/button-yh82x_yh92x.c
index 2874a4a48a..ff8a580d2a 100644
--- a/firmware/target/arm/samsung/button-yh82x_yh92x.c
+++ b/firmware/target/arm/samsung/button-yh82x_yh92x.c
@@ -20,12 +20,15 @@
20 ****************************************************************************/ 20 ****************************************************************************/
21 21
22#include "system.h" 22#include "system.h"
23#include "kernel.h"
23#include "button.h" 24#include "button.h"
24#include "backlight.h" 25#include "backlight.h"
25#if defined(SAMSUNG_YH920) || defined(SAMSUNG_YH925) 26#if defined(SAMSUNG_YH920) || defined(SAMSUNG_YH925)
27#include "powermgmt.h"
26#include "adc.h" 28#include "adc.h"
27 29
28static int int_btn = BUTTON_NONE; 30static int int_btn = BUTTON_NONE;
31static unsigned int rec_switch;
29 32
30void button_init_device(void) 33void button_init_device(void)
31{ 34{
@@ -44,6 +47,9 @@ void button_init_device(void)
44 /* remote PLAY */ 47 /* remote PLAY */
45 GPIOD_ENABLE |= 0x02; 48 GPIOD_ENABLE |= 0x02;
46 GPIOD_OUTPUT_EN &= ~0x02; 49 GPIOD_OUTPUT_EN &= ~0x02;
50
51 /* current record switch state */
52 rec_switch = ~GPIOA_INPUT_VAL & 0x40;
47} 53}
48 54
49/* Remote buttons */ 55/* Remote buttons */
@@ -117,7 +123,24 @@ int button_read_device(void)
117 if (~GPIOA_INPUT_VAL & 0x08) btn |= BUTTON_DOWN; 123 if (~GPIOA_INPUT_VAL & 0x08) btn |= BUTTON_DOWN;
118 if (~GPIOA_INPUT_VAL & 0x02) btn |= BUTTON_FFWD; 124 if (~GPIOA_INPUT_VAL & 0x02) btn |= BUTTON_FFWD;
119 if (~GPIOA_INPUT_VAL & 0x80) btn |= BUTTON_REW; 125 if (~GPIOA_INPUT_VAL & 0x80) btn |= BUTTON_REW;
126#if defined(SAMSUNG_YH820)
120 if (~GPIOA_INPUT_VAL & 0x40) btn |= BUTTON_REC; 127 if (~GPIOA_INPUT_VAL & 0x40) btn |= BUTTON_REC;
128#else
129 if ((~GPIOA_INPUT_VAL & 0x40) != rec_switch)
130 {
131 if (rec_switch) {
132 queue_post(&button_queue,BUTTON_REC_SW_OFF,0);
133 queue_post(&button_queue,BUTTON_REC_SW_OFF|BUTTON_REL,0);
134 }
135 else {
136 queue_post(&button_queue,BUTTON_REC_SW_ON,0);
137 queue_post(&button_queue,BUTTON_REC_SW_ON|BUTTON_REL,0);
138 }
139 rec_switch = ~GPIOA_INPUT_VAL & 0x40;
140 backlight_on();
141 reset_poweroff_timer();
142 }
143#endif
121#if defined(SAMSUNG_YH820) 144#if defined(SAMSUNG_YH820)
122 if ( GPIOB_INPUT_VAL & 0x80) btn |= BUTTON_PLAY; 145 if ( GPIOB_INPUT_VAL & 0x80) btn |= BUTTON_PLAY;
123#elif defined(SAMSUNG_YH920) || defined(SAMSUNG_YH925) 146#elif defined(SAMSUNG_YH920) || defined(SAMSUNG_YH925)
diff --git a/manual/configure_rockbox/sound_settings.tex b/manual/configure_rockbox/sound_settings.tex
index 3ac346d256..caebd3c37c 100644
--- a/manual/configure_rockbox/sound_settings.tex
+++ b/manual/configure_rockbox/sound_settings.tex
@@ -502,7 +502,7 @@ change to customise your listening experience.
502 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_C200_PAD,MROBE100_PAD,SANSA_CLIP_PAD}{\ButtonPower} 502 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_C200_PAD,MROBE100_PAD,SANSA_CLIP_PAD}{\ButtonPower}
503 \opt{PBELL_VIBE500_PAD}{\ButtonCancel} 503 \opt{PBELL_VIBE500_PAD}{\ButtonCancel}
504 \opt{SANSA_FUZEPLUS_PAD}{\ButtonBack} 504 \opt{SANSA_FUZEPLUS_PAD}{\ButtonBack}
505 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew} 505 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay}
506 \opt{touchscreen}{\TouchTopLeft 506 \opt{touchscreen}{\TouchTopLeft
507 \opt{COWON_D2_PAD}{/ \ButtonPower}} 507 \opt{COWON_D2_PAD}{/ \ButtonPower}}
508 & 508 &
diff --git a/manual/platform/keymap-yh820.tex b/manual/platform/keymap-yh820.tex
index 47f5acad04..9e775d7e2f 100644
--- a/manual/platform/keymap-yh820.tex
+++ b/manual/platform/keymap-yh820.tex
@@ -20,7 +20,7 @@
20\newcommand{\ActionStdMenu}{Long \ButtonLeft{}+Long \ButtonUp} 20\newcommand{\ActionStdMenu}{Long \ButtonLeft{}+Long \ButtonUp}
21\newcommand{\ActionStdContext}{Long \ButtonRight} 21\newcommand{\ActionStdContext}{Long \ButtonRight}
22\newcommand{\ActionStdQuickScreen}{Long \ButtonLeft{}+Long \ButtonDown} 22\newcommand{\ActionStdQuickScreen}{Long \ButtonLeft{}+Long \ButtonDown}
23\newcommand{\ActionQuickScreenExit}{\ButtonPlay{} or \ButtonFF} 23\newcommand{\ActionQuickScreenExit}{\ButtonPlay{} or \ButtonRew}
24\newcommand{\ActionStdRec}{Long \ButtonRec} 24\newcommand{\ActionStdRec}{Long \ButtonRec}
25%a button without harmful side effects for USB charging 25%a button without harmful side effects for USB charging
26\newcommand{\ActionStdUsbCharge}{\ButtonRew} 26\newcommand{\ActionStdUsbCharge}{\ButtonRew}
@@ -40,9 +40,9 @@
40\newcommand{\ActionWpsPlaylist}{Long \ButtonLeft} 40\newcommand{\ActionWpsPlaylist}{Long \ButtonLeft}
41\newcommand{\ActionWpsMenu}{\ButtonLeft} 41\newcommand{\ActionWpsMenu}{\ButtonLeft}
42\newcommand{\ActionWpsQuickScreen}{Long \ButtonLeft{}+Long \ButtonDown} 42\newcommand{\ActionWpsQuickScreen}{Long \ButtonLeft{}+Long \ButtonDown}
43\newcommand{\ActionWpsAbSetBNextDir}{\ButtonPlay{} + \ButtonRight} 43\newcommand{\ActionWpsAbSetBNextDir}{\ButtonRec{}+\ButtonFF}
44\newcommand{\ActionWpsAbSetAPrevDir}{\ButtonPlay{} + \ButtonLeft} 44\newcommand{\ActionWpsAbSetAPrevDir}{\ButtonRec{}+\ButtonRew}
45\newcommand{\ActionWpsAbReset}{\ButtonPlay{} + \ButtonUp} 45\newcommand{\ActionWpsAbReset}{\ButtonRec{}+\ButtonPlay}
46 46
47%Button actions, tree context 47%Button actions, tree context
48\newcommand{\ActionTreeWps}{\ButtonPlay} 48\newcommand{\ActionTreeWps}{\ButtonPlay}
@@ -52,7 +52,7 @@
52\newcommand{\ActionTreeHotkey}{\ButtonRec} 52\newcommand{\ActionTreeHotkey}{\ButtonRec}
53 53
54%Button actions, YesNo context 54%Button actions, YesNo context
55\newcommand{\ActionYesNoAccept}{\ButtonRight} 55\newcommand{\ActionYesNoAccept}{\ButtonPlay}
56 56
57%Button actions, Setting context 57%Button actions, Setting context
58\newcommand{\ActionSettingInc}{\ButtonUp} 58\newcommand{\ActionSettingInc}{\ButtonUp}
@@ -68,14 +68,14 @@
68\newcommand{\ActionKbdLeft}{\ButtonLeft} 68\newcommand{\ActionKbdLeft}{\ButtonLeft}
69\newcommand{\ActionKbdRight}{\ButtonRight} 69\newcommand{\ActionKbdRight}{\ButtonRight}
70\newcommand{\ActionKbdSelect}{\ButtonPlay} 70\newcommand{\ActionKbdSelect}{\ButtonPlay}
71\newcommand{\ActionKbdDone}{\ButtonFF} 71\newcommand{\ActionKbdDone}{Long \ButtonFF}
72\newcommand{\ActionKbdAbort}{\ButtonFF{}+\ButtonRew{} or \ButtonRec} 72\newcommand{\ActionKbdAbort}{Long \ButtonRew}
73\newcommand{\ActionKbdUp}{\ButtonUp} 73\newcommand{\ActionKbdUp}{\ButtonUp}
74\newcommand{\ActionKbdDown}{\ButtonDown} 74\newcommand{\ActionKbdDown}{\ButtonDown}
75\newcommand{\ActionKbdCursorLeft}{\ButtonFF{}+\ButtonLeft} 75\newcommand{\ActionKbdCursorLeft}{\ButtonRec{}+\ButtonLeft}
76\newcommand{\ActionKbdCursorRight}{\ButtonFF{}+\ButtonRight} 76\newcommand{\ActionKbdCursorRight}{\ButtonRec{}+\ButtonRight}
77\newcommand{\ActionKbdBackSpace}{\ButtonRew} 77\newcommand{\ActionKbdBackSpace}{\ButtonRew{} or \ButtonRec{}+\ButtonRew}
78\newcommand{\ActionKbdMorseInput}{Long \ButtonFF} 78\newcommand{\ActionKbdMorseInput}{\ButtonRec{}+\ButtonFF}
79\newcommand{\ActionKbdMorseSelect}{\ButtonPlay} 79\newcommand{\ActionKbdMorseSelect}{\ButtonPlay}
80 80
81%Button actions, Pitch Screen context 81%Button actions, Pitch Screen context
@@ -91,9 +91,9 @@
91 91
92%Button actions, Recording screen context 92%Button actions, Recording screen context
93\newcommand{\ActionRecNewfile}{\ButtonFF} 93\newcommand{\ActionRecNewfile}{\ButtonFF}
94\newcommand{\ActionRecMenu}{\ButtonRew} 94\newcommand{\ActionRecMenu}{Long \ButtonRew}
95\newcommand{\ActionRecPause}{\ButtonPlay} 95\newcommand{\ActionRecPause}{\ButtonPlay}
96\newcommand{\ActionRecExit}{Long \ButtonRew{} or \ButtonRec} 96\newcommand{\ActionRecExit}{\ButtonRew{} or \ButtonRec}
97\newcommand{\ActionRecSettingsInc}{\ButtonRight} 97\newcommand{\ActionRecSettingsInc}{\ButtonRight}
98\newcommand{\ActionRecSettingsDec}{\ButtonLeft} 98\newcommand{\ActionRecSettingsDec}{\ButtonLeft}
99\newcommand{\ActionRecPrev}{\ButtonUp} 99\newcommand{\ActionRecPrev}{\ButtonUp}
diff --git a/manual/platform/keymap-yh92x.tex b/manual/platform/keymap-yh92x.tex
index 47f5acad04..f8a9aa310e 100644
--- a/manual/platform/keymap-yh92x.tex
+++ b/manual/platform/keymap-yh92x.tex
@@ -7,7 +7,10 @@
7\newcommand{\ButtonDown}{\btnfnt{Down}} 7\newcommand{\ButtonDown}{\btnfnt{Down}}
8\newcommand{\ButtonRew}{\btnfnt{Rewind}} 8\newcommand{\ButtonRew}{\btnfnt{Rewind}}
9\newcommand{\ButtonFF}{\btnfnt{Forward}} 9\newcommand{\ButtonFF}{\btnfnt{Forward}}
10% this is still needed for the QuickStart/Player's Controls section
10\newcommand{\ButtonRec}{\btnfnt{Rec}} 11\newcommand{\ButtonRec}{\btnfnt{Rec}}
12\newcommand{\ButtonRecOn}{\btnfnt{\btnfnt{Rec}$\rightarrow$on}}
13\newcommand{\ButtonRecOff}{\btnfnt{\btnfnt{Rec}$\rightarrow$off}}
11\newcommand{\ButtonHold}{\btnfnt{Hold}} 14\newcommand{\ButtonHold}{\btnfnt{Hold}}
12 15
13%Button actions, standard context 16%Button actions, standard context
@@ -20,8 +23,8 @@
20\newcommand{\ActionStdMenu}{Long \ButtonLeft{}+Long \ButtonUp} 23\newcommand{\ActionStdMenu}{Long \ButtonLeft{}+Long \ButtonUp}
21\newcommand{\ActionStdContext}{Long \ButtonRight} 24\newcommand{\ActionStdContext}{Long \ButtonRight}
22\newcommand{\ActionStdQuickScreen}{Long \ButtonLeft{}+Long \ButtonDown} 25\newcommand{\ActionStdQuickScreen}{Long \ButtonLeft{}+Long \ButtonDown}
23\newcommand{\ActionQuickScreenExit}{\ButtonPlay{} or \ButtonFF} 26\newcommand{\ActionQuickScreenExit}{\ButtonPlay{} or \ButtonRew}
24\newcommand{\ActionStdRec}{Long \ButtonRec} 27\newcommand{\ActionStdRec}{\ButtonRecOn}
25%a button without harmful side effects for USB charging 28%a button without harmful side effects for USB charging
26\newcommand{\ActionStdUsbCharge}{\ButtonRew} 29\newcommand{\ActionStdUsbCharge}{\ButtonRew}
27 30
@@ -36,23 +39,23 @@
36\newcommand{\ActionWpsVolUp}{\ButtonUp} 39\newcommand{\ActionWpsVolUp}{\ButtonUp}
37\newcommand{\ActionWpsBrowse}{\ButtonRight} 40\newcommand{\ActionWpsBrowse}{\ButtonRight}
38\newcommand{\ActionWpsContext}{Long \ButtonRight} 41\newcommand{\ActionWpsContext}{Long \ButtonRight}
39\newcommand{\ActionWpsHotkey}{\ButtonRec} 42\newcommand{\ActionWpsHotkey}{Long \ButtonRight{}+Long \ButtonDown}
40\newcommand{\ActionWpsPlaylist}{Long \ButtonLeft} 43\newcommand{\ActionWpsPlaylist}{Long \ButtonLeft}
41\newcommand{\ActionWpsMenu}{\ButtonLeft} 44\newcommand{\ActionWpsMenu}{\ButtonLeft}
42\newcommand{\ActionWpsQuickScreen}{Long \ButtonLeft{}+Long \ButtonDown} 45\newcommand{\ActionWpsQuickScreen}{Long \ButtonLeft{}+Long \ButtonDown}
43\newcommand{\ActionWpsAbSetBNextDir}{\ButtonPlay{} + \ButtonRight} 46\newcommand{\ActionWpsAbSetBNextDir}{\ButtonPlay{}+\ButtonRight}
44\newcommand{\ActionWpsAbSetAPrevDir}{\ButtonPlay{} + \ButtonLeft} 47\newcommand{\ActionWpsAbSetAPrevDir}{\ButtonPlay{}+\ButtonLeft}
45\newcommand{\ActionWpsAbReset}{\ButtonPlay{} + \ButtonUp} 48\newcommand{\ActionWpsAbReset}{\ButtonPlay{}+\ButtonUp{} or \ButtonPlay{}+\ButtonDown}
46 49
47%Button actions, tree context 50%Button actions, tree context
48\newcommand{\ActionTreeWps}{\ButtonPlay} 51\newcommand{\ActionTreeWps}{\ButtonPlay}
49\newcommand{\ActionTreeStop}{Long \ButtonPlay} 52\newcommand{\ActionTreeStop}{Long \ButtonPlay}
50\newcommand{\ActionTreeEnter}{\ButtonRight} 53\newcommand{\ActionTreeEnter}{\ButtonRight}
51\newcommand{\ActionTreeParentDirectory}{\ButtonLeft} 54\newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
52\newcommand{\ActionTreeHotkey}{\ButtonRec} 55\newcommand{\ActionTreeHotkey}{Long \ButtonRight{}+Long \ButtonDown}
53 56
54%Button actions, YesNo context 57%Button actions, YesNo context
55\newcommand{\ActionYesNoAccept}{\ButtonRight} 58\newcommand{\ActionYesNoAccept}{\ButtonPlay}
56 59
57%Button actions, Setting context 60%Button actions, Setting context
58\newcommand{\ActionSettingInc}{\ButtonUp} 61\newcommand{\ActionSettingInc}{\ButtonUp}
@@ -60,7 +63,7 @@
60 63
61%Button actions, Alarm screen 64%Button actions, Alarm screen
62\newcommand{\ActionAlarmSet}{\ButtonPlay} 65\newcommand{\ActionAlarmSet}{\ButtonPlay}
63\newcommand{\ActionAlarmCancel}{Long \Buttonplay} 66\newcommand{\ActionAlarmCancel}{\ButtonRew}
64\newcommand{\ActionAlarmHoursDec}{\ButtonDown} 67\newcommand{\ActionAlarmHoursDec}{\ButtonDown}
65\newcommand{\ActionAlarmHoursInc}{\ButtonUp} 68\newcommand{\ActionAlarmHoursInc}{\ButtonUp}
66 69
@@ -68,14 +71,12 @@
68\newcommand{\ActionKbdLeft}{\ButtonLeft} 71\newcommand{\ActionKbdLeft}{\ButtonLeft}
69\newcommand{\ActionKbdRight}{\ButtonRight} 72\newcommand{\ActionKbdRight}{\ButtonRight}
70\newcommand{\ActionKbdSelect}{\ButtonPlay} 73\newcommand{\ActionKbdSelect}{\ButtonPlay}
71\newcommand{\ActionKbdDone}{\ButtonFF} 74\newcommand{\ActionKbdDone}{Long \ButtonFF}
72\newcommand{\ActionKbdAbort}{\ButtonFF{}+\ButtonRew{} or \ButtonRec} 75\newcommand{\ActionKbdAbort}{Long \ButtonRew}
73\newcommand{\ActionKbdUp}{\ButtonUp} 76\newcommand{\ActionKbdUp}{\ButtonUp}
74\newcommand{\ActionKbdDown}{\ButtonDown} 77\newcommand{\ActionKbdDown}{\ButtonDown}
75\newcommand{\ActionKbdCursorLeft}{\ButtonFF{}+\ButtonLeft}
76\newcommand{\ActionKbdCursorRight}{\ButtonFF{}+\ButtonRight}
77\newcommand{\ActionKbdBackSpace}{\ButtonRew} 78\newcommand{\ActionKbdBackSpace}{\ButtonRew}
78\newcommand{\ActionKbdMorseInput}{Long \ButtonFF} 79\newcommand{\ActionKbdMorseInput}{\ButtonRecOn{} or \ButtonRecOff}
79\newcommand{\ActionKbdMorseSelect}{\ButtonPlay} 80\newcommand{\ActionKbdMorseSelect}{\ButtonPlay}
80 81
81%Button actions, Pitch Screen context 82%Button actions, Pitch Screen context
@@ -91,9 +92,9 @@
91 92
92%Button actions, Recording screen context 93%Button actions, Recording screen context
93\newcommand{\ActionRecNewfile}{\ButtonFF} 94\newcommand{\ActionRecNewfile}{\ButtonFF}
94\newcommand{\ActionRecMenu}{\ButtonRew} 95\newcommand{\ActionRecMenu}{Long \ButtonRew}
95\newcommand{\ActionRecPause}{\ButtonPlay} 96\newcommand{\ActionRecPause}{\ButtonPlay}
96\newcommand{\ActionRecExit}{Long \ButtonRew{} or \ButtonRec} 97\newcommand{\ActionRecExit}{\ButtonRew{} or \ButtonRecOff}
97\newcommand{\ActionRecSettingsInc}{\ButtonRight} 98\newcommand{\ActionRecSettingsInc}{\ButtonRight}
98\newcommand{\ActionRecSettingsDec}{\ButtonLeft} 99\newcommand{\ActionRecSettingsDec}{\ButtonLeft}
99\newcommand{\ActionRecPrev}{\ButtonUp} 100\newcommand{\ActionRecPrev}{\ButtonUp}
@@ -124,6 +125,6 @@
124\newcommand{\PluginLeftRepeat}{Long \ButtonLeft} 125\newcommand{\PluginLeftRepeat}{Long \ButtonLeft}
125\newcommand{\PluginRightRepeat}{Long \ButtonRight} 126\newcommand{\PluginRightRepeat}{Long \ButtonRight}
126\newcommand{\PluginCancel}{\ButtonRew} 127\newcommand{\PluginCancel}{\ButtonRew}
127\newcommand{\PluginExit}{\ButtonFF} 128\newcommand{\PluginExit}{Long \ButtonRew}
128\newcommand{\PluginSelect}{\ButtonPlay} 129\newcommand{\PluginSelect}{\ButtonPlay}
129\newcommand{\PluginSelectRepeat}{Long \ButtonPlay} 130\newcommand{\PluginSelectRepeat}{Long \ButtonPlay}
diff --git a/manual/plugins/blackjack.tex b/manual/plugins/blackjack.tex
index a7ed48b96b..f24c92ea00 100644
--- a/manual/plugins/blackjack.tex
+++ b/manual/plugins/blackjack.tex
@@ -39,9 +39,8 @@ visit\\
39 \opt{HAVEREMOTEKEYMAP}{& } 39 \opt{HAVEREMOTEKEYMAP}{& }
40 & Hit (Draw new card) / Select\\ 40 & Hit (Draw new card) / Select\\
41 \opt{RECORDER_PAD}{\ButtonFOne} 41 \opt{RECORDER_PAD}{\ButtonFOne}
42 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SAMSUNG_YH92X_PAD% 42 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonRec}
43 ,SAMSUNG_YH820_PAD}{\ButtonRec} 43 \opt{IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF}
44 \opt{IRIVER_H10_PAD}{\ButtonFF}
45 \opt{ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_FUZE_PAD}{\ButtonRight} 44 \opt{ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_FUZE_PAD}{\ButtonRight}
46 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown} 45 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown}
47 \opt{MROBE100_PAD}{\ButtonDisplay} 46 \opt{MROBE100_PAD}{\ButtonDisplay}
@@ -54,7 +53,7 @@ visit\\
54 \opt{RECORDER_PAD}{\ButtonFTwo} 53 \opt{RECORDER_PAD}{\ButtonFTwo}
55 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_S_PAD}{\ButtonSelect} 54 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_S_PAD}{\ButtonSelect}
56 \opt{IAUDIO_X5_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPlay} 55 \opt{IAUDIO_X5_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPlay}
57 \opt{IRIVER_H10_PAD}{\ButtonRew} 56 \opt{IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
58 \opt{GIGABEAT_PAD}{\ButtonA} 57 \opt{GIGABEAT_PAD}{\ButtonA}
59 \opt{ONDIO_PAD}{\ButtonUp} 58 \opt{ONDIO_PAD}{\ButtonUp}
60 \opt{MROBE100_PAD}{\ButtonDown} 59 \opt{MROBE100_PAD}{\ButtonDown}
@@ -62,7 +61,6 @@ visit\\
62 \opt{COWON_D2_PAD}{\ButtonMinus} 61 \opt{COWON_D2_PAD}{\ButtonMinus}
63 \opt{PBELL_VIBE500_PAD}{\ButtonMenu} 62 \opt{PBELL_VIBE500_PAD}{\ButtonMenu}
64 \opt{MPIO_HD300_PAD}{\ButtonRec} 63 \opt{MPIO_HD300_PAD}{\ButtonRec}
65 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF}
66 \opt{HAVEREMOTEKEYMAP}{& } 64 \opt{HAVEREMOTEKEYMAP}{& }
67 & Double down\\ 65 & Double down\\
68 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 66 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
@@ -73,7 +71,7 @@ visit\\
73 \opt{SANSA_FUZE_PAD}{Long \ButtonHome} 71 \opt{SANSA_FUZE_PAD}{Long \ButtonHome}
74 \opt{PBELL_VIBE500_PAD}{\ButtonRec} 72 \opt{PBELL_VIBE500_PAD}{\ButtonRec}
75 \opt{MPIO_HD300_PAD}{\ButtonMenu} 73 \opt{MPIO_HD300_PAD}{\ButtonMenu}
76 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew} 74 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{Long \ButtonRew}
77 \opt{HAVEREMOTEKEYMAP}{& } 75 \opt{HAVEREMOTEKEYMAP}{& }
78 & Pause game and go to menu / Cancel\\ 76 & Pause game and go to menu / Cancel\\
79 \end{btnmap} 77 \end{btnmap}
diff --git a/manual/plugins/brickmania.tex b/manual/plugins/brickmania.tex
index 2f693eaf81..8065a5cbd4 100644
--- a/manual/plugins/brickmania.tex
+++ b/manual/plugins/brickmania.tex
@@ -56,7 +56,7 @@ effect, you must catch it with the paddle. Look out for the bad ones.\\
56 \opt{GIGABEAT_S_PAD}{\ButtonBack} 56 \opt{GIGABEAT_S_PAD}{\ButtonBack}
57 \opt{PBELL_VIBE500_PAD}{\ButtonRec} 57 \opt{PBELL_VIBE500_PAD}{\ButtonRec}
58 \opt{MPIO_HD300_PAD}{\ButtonMenu} 58 \opt{MPIO_HD300_PAD}{\ButtonMenu}
59 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF} 59 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
60 \opt{HAVEREMOTEKEYMAP}{& 60 \opt{HAVEREMOTEKEYMAP}{&
61 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop} 61 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
62 } 62 }
diff --git a/manual/plugins/calculator.tex b/manual/plugins/calculator.tex
index dd011c0ddc..c760ab1937 100644
--- a/manual/plugins/calculator.tex
+++ b/manual/plugins/calculator.tex
@@ -55,9 +55,10 @@ standard calculator. Pressing the ``1st'' and ``2nd'' buttons will toggle betwee
55 & Delete last entered digit or clear after calculation\\ 55 & Delete last entered digit or clear after calculation\\
56 % 56 %
57 } 57 }
58 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{ 58 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,SAMSUNG_YH820_PAD}{
59 \opt{RECORDER_PAD}{\ButtonFTwo} 59 \opt{RECORDER_PAD}{\ButtonFTwo}
60 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 60 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
61 \opt{SAMSUNG_YH820_PAD}{\ButtonRec}
61 \opt{HAVEREMOTEKEYMAP}{& } 62 \opt{HAVEREMOTEKEYMAP}{& }
62 & Cycle through the 4 basic operators\\ 63 & Cycle through the 4 basic operators\\
63 % 64 %
@@ -81,7 +82,8 @@ standard calculator. Pressing the ``1st'' and ``2nd'' buttons will toggle betwee
81 ,MROBE100_PAD,COWON_D2_PAD}{\ButtonPower} 82 ,MROBE100_PAD,COWON_D2_PAD}{\ButtonPower}
82 \opt{SANSA_FUZE_PAD}{Long \ButtonHome} 83 \opt{SANSA_FUZE_PAD}{Long \ButtonHome}
83 \opt{GIGABEAT_S_PAD}{\ButtonBack} 84 \opt{GIGABEAT_S_PAD}{\ButtonBack}
84 \opt{PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRec} 85 \opt{PBELL_VIBE500_PAD}{\ButtonRec}
86 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{Long \ButtonRew}
85 \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay} 87 \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}
86 \opt{MPIO_HD300_PAD}{Long \ButtonMenu} 88 \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
87 \opt{SANSA_FUZEPLUS_PAD}{Long \ButtonBack} 89 \opt{SANSA_FUZEPLUS_PAD}{Long \ButtonBack}
diff --git a/manual/plugins/calendar.tex b/manual/plugins/calendar.tex
index 96f91cfbc5..7df655accb 100644
--- a/manual/plugins/calendar.tex
+++ b/manual/plugins/calendar.tex
@@ -46,9 +46,11 @@ You can select what day is first day of week by the setting \setting{First Day o
46 \opt{GIGABEAT_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonVolUp{} / \ButtonVolDown} 46 \opt{GIGABEAT_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonVolUp{} / \ButtonVolDown}
47 \opt{GIGABEAT_S_PAD}{\ButtonNext{} / \ButtonPrev} 47 \opt{GIGABEAT_S_PAD}{\ButtonNext{} / \ButtonPrev}
48 \opt{SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonUp{} / \ButtonDown} 48 \opt{SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonUp{} / \ButtonDown}
49 \opt{IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew{} / \ButtonFF} 49 \opt{IRIVER_H10_PAD}{\ButtonRew{} / \ButtonFF}
50 \opt{COWON_D2_PAD}{\TouchBottomLeft{} / \TouchBottomRight} 50 \opt{COWON_D2_PAD}{\TouchBottomLeft{} / \TouchBottomRight}
51 \opt{PBELL_VIBE500_PAD}{\ButtonMenu{} / \ButtonPlay} 51 \opt{PBELL_VIBE500_PAD}{\ButtonMenu{} / \ButtonPlay}
52 \opt{SAMSUNG_YH92X_PAD}{\ButtonFF{} + \ButtonUp{} / \ButtonDown}
53 \opt{SAMSUNG_YH820_PAD}{\ButtonRec{} + \ButtonUp{} / \ButtonDown}
52 \opt{MPIO_HD300_PAD}{\ButtonRec{} / \ButtonPlay} 54 \opt{MPIO_HD300_PAD}{\ButtonRec{} / \ButtonPlay}
53 \opt{SANSA_FUZEPLUS_PAD}{\ButtonBack{} / \ButtonPlay} 55 \opt{SANSA_FUZEPLUS_PAD}{\ButtonBack{} / \ButtonPlay}
54 \opt{HAVEREMOTEKEYMAP}{& } 56 \opt{HAVEREMOTEKEYMAP}{& }
@@ -60,7 +62,8 @@ You can select what day is first day of week by the setting \setting{First Day o
60 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower} 62 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
61 \opt{SANSA_FUZE_PAD}{Long \ButtonHome} 63 \opt{SANSA_FUZE_PAD}{Long \ButtonHome}
62 \opt{COWON_D2_PAD}{\ButtonPower} 64 \opt{COWON_D2_PAD}{\ButtonPower}
63 \opt{PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRec} 65 \opt{PBELL_VIBE500_PAD}{\ButtonRec}
66 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
64 \opt{MPIO_HD300_PAD}{Long \ButtonMenu} 67 \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
65 \opt{HAVEREMOTEKEYMAP}{& } 68 \opt{HAVEREMOTEKEYMAP}{& }
66 & Quit\\ 69 & Quit\\
diff --git a/manual/plugins/chess_clock.tex b/manual/plugins/chess_clock.tex
index 61badd88c6..9b3f38502f 100644
--- a/manual/plugins/chess_clock.tex
+++ b/manual/plugins/chess_clock.tex
@@ -18,11 +18,12 @@ used in any kind of game with up to ten players.
18 \opt{HAVEREMOTEKEYMAP}{& } 18 \opt{HAVEREMOTEKEYMAP}{& }
19 & Increase / decrease displayed Value\\ 19 & Increase / decrease displayed Value\\
20 % 20 %
21 \opt{PLAYER_PAD,RECORDER_PAD,IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay} 21 \opt{PLAYER_PAD,RECORDER_PAD,IRIVER_H10_PAD}{\ButtonPlay}
22 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 22 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
23 \opt{ONDIO_PAD}{\ButtonRight} 23 \opt{ONDIO_PAD}{\ButtonRight}
24 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD% 24 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD%
25 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD}{\ButtonSelect} 25 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD}{\ButtonSelect}
26 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRight{} or \ButtonPlay}
26 \opt{PBELL_VIBE500_PAD}{\ButtonOK} 27 \opt{PBELL_VIBE500_PAD}{\ButtonOK}
27 \opt{MPIO_HD200_PAD}{\ButtonFunc} 28 \opt{MPIO_HD200_PAD}{\ButtonFunc}
28 \opt{MPIO_HD300_PAD}{\ButtonEnter} 29 \opt{MPIO_HD300_PAD}{\ButtonEnter}
@@ -37,7 +38,7 @@ used in any kind of game with up to ten players.
37 \opt{SANSA_FUZE_PAD}{Long \ButtonHome} 38 \opt{SANSA_FUZE_PAD}{Long \ButtonHome}
38 \opt{GIGABEAT_S_PAD,SANSA_FUZEPLUS_PAD}{\ButtonBack} 39 \opt{GIGABEAT_S_PAD,SANSA_FUZEPLUS_PAD}{\ButtonBack}
39 \opt{PBELL_VIBE500_PAD}{\ButtonCancel} 40 \opt{PBELL_VIBE500_PAD}{\ButtonCancel}
40 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew} 41 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonLeft{} or \ButtonRew}
41 \opt{HAVEREMOTEKEYMAP}{& } 42 \opt{HAVEREMOTEKEYMAP}{& }
42 & Move to previous screen\\ 43 & Move to previous screen\\
43 \end{btnmap} 44 \end{btnmap}
@@ -63,11 +64,11 @@ Keys are as follows:
63 \opt{RECORDER_PAD,ONDIO_PAD}{\ButtonOff} 64 \opt{RECORDER_PAD,ONDIO_PAD}{\ButtonOff}
64 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect} 65 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect}
65 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay} 66 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay}
66 \opt{IAUDIO_X5_PAD}{\ButtonRec} 67 \opt{IAUDIO_X5_PAD,PBELL_VIBE500_PAD}{\ButtonRec}
67 \opt{IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower} 68 \opt{IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
68 \opt{SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} 69 \opt{SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower}
69 \opt{GIGABEAT_S_PAD}{\ButtonBack} 70 \opt{GIGABEAT_S_PAD}{\ButtonBack}
70 \opt{PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRec} 71 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
71 \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay} 72 \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}
72 \opt{MPIO_HD300_PAD}{Long \ButtonMenu} 73 \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
73 \opt{HAVEREMOTEKEYMAP}{& } 74 \opt{HAVEREMOTEKEYMAP}{& }
diff --git a/manual/plugins/chessbox.tex b/manual/plugins/chessbox.tex
index 5720faf96a..696da720f5 100644
--- a/manual/plugins/chessbox.tex
+++ b/manual/plugins/chessbox.tex
@@ -34,7 +34,7 @@ the game.
34 \nopt{IPOD_4G_PAD,IPOD_3G_PAD,MPIO_HD300_PAD}{Direction keys} 34 \nopt{IPOD_4G_PAD,IPOD_3G_PAD,MPIO_HD300_PAD}{Direction keys}
35 \opt{HAVEREMOTEKEYMAP}{& } 35 \opt{HAVEREMOTEKEYMAP}{& }
36 & Move the cursor\\ 36 & Move the cursor\\
37 \opt{RECORDER_PAD}{\ButtonPlay} 37 \opt{RECORDER_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay}
38 \opt{ONDIO_PAD}{\ButtonMenu} 38 \opt{ONDIO_PAD}{\ButtonMenu}
39 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD% 39 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD%
40 ,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% 40 ,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD%
@@ -44,7 +44,6 @@ the game.
44 \opt{COWON_D2_PAD}{\TouchCenter} 44 \opt{COWON_D2_PAD}{\TouchCenter}
45 \opt{PBELL_VIBE500_PAD}{\ButtonOK} 45 \opt{PBELL_VIBE500_PAD}{\ButtonOK}
46 \opt{MPIO_HD300_PAD}{\ButtonEnter} 46 \opt{MPIO_HD300_PAD}{\ButtonEnter}
47 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF}
48 \opt{HAVEREMOTEKEYMAP}{& } 47 \opt{HAVEREMOTEKEYMAP}{& }
49 & Pick up / Drop piece\\ 48 & Pick up / Drop piece\\
50 \opt{RECORDER_PAD}{\ButtonFOne} 49 \opt{RECORDER_PAD}{\ButtonFOne}
@@ -61,19 +60,21 @@ the game.
61 \opt{PBELL_VIBE500_PAD}{\ButtonCancel} 60 \opt{PBELL_VIBE500_PAD}{\ButtonCancel}
62 \opt{MPIO_HD300_PAD}{\ButtonRec} 61 \opt{MPIO_HD300_PAD}{\ButtonRec}
63 \opt{SANSA_FUZEPLUS_PAD}{\ButtonBottomRight} 62 \opt{SANSA_FUZEPLUS_PAD}{\ButtonBottomRight}
64 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew+\ButtonRight} 63 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF}
65 \opt{HAVEREMOTEKEYMAP}{& } 64 \opt{HAVEREMOTEKEYMAP}{& }
66 & Change level\\ 65 & Change level\\
67 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 66 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
68 \opt{ONDIO_PAD}{Long \ButtonMenu} 67 \opt{ONDIO_PAD}{Long \ButtonMenu}
69 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay} 68 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay}
70 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD% 69 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD%
71 ,MPIO_HD300_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay} 70 ,MPIO_HD300_PAD}{\ButtonPlay}
72 \opt{SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonSelect+\ButtonRight} 71 \opt{SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonSelect+\ButtonRight}
73 \opt{SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonVolUp} 72 \opt{SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonVolUp}
74 \opt{GIGABEAT_PAD}{\ButtonA} 73 \opt{GIGABEAT_PAD}{\ButtonA}
75 \opt{COWON_D2_PAD}{Long \TouchCenter} 74 \opt{COWON_D2_PAD}{Long \TouchCenter}
76 \opt{SANSA_FUZEPLUS_PAD}{Long \ButtonPlay} 75 \opt{SANSA_FUZEPLUS_PAD}{Long \ButtonPlay}
76 \opt{SAMSUNG_YH92X_PAD}{\ButtonRecOn{} or \ButtonRecOff}
77 \opt{SAMSUNG_YH820_PAD}{\ButtonRec}
77 \opt{HAVEREMOTEKEYMAP}{& } 78 \opt{HAVEREMOTEKEYMAP}{& }
78 & Force play\\ 79 & Force play\\
79 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 80 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
@@ -82,7 +83,7 @@ the game.
82 ,MROBE100_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} 83 ,MROBE100_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower}
83 \opt{SANSA_FUZE_PAD}{Long \ButtonHome} 84 \opt{SANSA_FUZE_PAD}{Long \ButtonHome}
84 \opt{COWON_D2_PAD,PBELL_VIBE500_PAD,MPIO_HD300_PAD}{\ButtonMenu} 85 \opt{COWON_D2_PAD,PBELL_VIBE500_PAD,MPIO_HD300_PAD}{\ButtonMenu}
85 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew+\ButtonLeft} 86 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
86 \opt{HAVEREMOTEKEYMAP}{& } 87 \opt{HAVEREMOTEKEYMAP}{& }
87 & Show the menu\\ 88 & Show the menu\\
88 \end{btnmap} 89 \end{btnmap}
diff --git a/manual/plugins/chip8emulator.tex b/manual/plugins/chip8emulator.tex
index 26fba78c39..7a0ce7e55b 100644
--- a/manual/plugins/chip8emulator.tex
+++ b/manual/plugins/chip8emulator.tex
@@ -43,7 +43,8 @@ The default keymappings are:
43 ,GIGABEAT_PAD,MROBE100_PAD,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD} 43 ,GIGABEAT_PAD,MROBE100_PAD,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD}
44 {\ButtonPower} 44 {\ButtonPower}
45 \opt{GIGABEAT_S_PAD}{\ButtonBack} 45 \opt{GIGABEAT_S_PAD}{\ButtonBack}
46 \opt{PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRec} 46 \opt{PBELL_VIBE500_PAD}{\ButtonRec}
47 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
47 \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay} 48 \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}
48 \opt{MPIO_HD300_PAD}{Long \ButtonMenu} 49 \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
49 \end{sideways} 50 \end{sideways}
@@ -51,6 +52,7 @@ The default keymappings are:
51 % Key "0" 52 % Key "0"
52 \begin{sideways} 53 \begin{sideways}
53 \opt{SANSA_FUZEPLUS_PAD}{\ButtonVolDown} 54 \opt{SANSA_FUZEPLUS_PAD}{\ButtonVolDown}
55 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF}
54 \end{sideways} 56 \end{sideways}
55 & 57 &
56 % "Key "1" 58 % "Key "1"
diff --git a/manual/plugins/chopper.tex b/manual/plugins/chopper.tex
index 0dfdaa35d9..d0296cebcb 100644
--- a/manual/plugins/chopper.tex
+++ b/manual/plugins/chopper.tex
@@ -8,7 +8,7 @@
8 \begin{btnmap} 8 \begin{btnmap}
9 \opt{RECORDER_PAD}{\ButtonPlay}% 9 \opt{RECORDER_PAD}{\ButtonPlay}%
10 \opt{ONDIO_PAD}{\ButtonUp{} / \ButtonMenu} 10 \opt{ONDIO_PAD}{\ButtonUp{} / \ButtonMenu}
11 \opt{IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRight} 11 \opt{IRIVER_H10_PAD}{\ButtonRight}
12 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,MROBE100_PAD% 12 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,MROBE100_PAD%
13 ,GIGABEAT_PAD,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD} 13 ,GIGABEAT_PAD,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD}
14 {\ButtonSelect} 14 {\ButtonSelect}
@@ -16,6 +16,7 @@
16 \opt{GIGABEAT_S_PAD}{\ButtonSelect{} / \ButtonMenu} 16 \opt{GIGABEAT_S_PAD}{\ButtonSelect{} / \ButtonMenu}
17 \opt{COWON_D2_PAD}{\ButtonPlus{} / \TouchBottomLeft} 17 \opt{COWON_D2_PAD}{\ButtonPlus{} / \TouchBottomLeft}
18 \opt{PBELL_VIBE500_PAD}{\ButtonPlay{} / \ButtonUp} 18 \opt{PBELL_VIBE500_PAD}{\ButtonPlay{} / \ButtonUp}
19 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRight{} / \ButtonUp}
19 \opt{MPIO_HD300_PAD}{\ButtonEnter} 20 \opt{MPIO_HD300_PAD}{\ButtonEnter}
20 \opt{HAVEREMOTEKEYMAP}{& } 21 \opt{HAVEREMOTEKEYMAP}{& }
21 & Make chopper fly\\ 22 & Make chopper fly\\
diff --git a/manual/plugins/clix.tex b/manual/plugins/clix.tex
index 86ae2da968..3e49ed5803 100644
--- a/manual/plugins/clix.tex
+++ b/manual/plugins/clix.tex
@@ -37,7 +37,8 @@ The more blocks you remove per turn, the more points you get.
37 ,IAUDIO_X5_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} 37 ,IAUDIO_X5_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower}
38 \opt{SANSA_FUZE_PAD}{\ButtonHome} 38 \opt{SANSA_FUZE_PAD}{\ButtonHome}
39 \opt{GIGABEAT_S_PAD}{\ButtonBack} 39 \opt{GIGABEAT_S_PAD}{\ButtonBack}
40 \opt{PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRec} 40 \opt{PBELL_VIBE500_PAD}{\ButtonRec}
41 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
41 \opt{HAVEREMOTEKEYMAP}{& } 42 \opt{HAVEREMOTEKEYMAP}{& }
42 & Exit \\ 43 & Exit \\
43 \end{btnmap} 44 \end{btnmap}
diff --git a/manual/plugins/cube.tex b/manual/plugins/cube.tex
index 4435c81486..5791148cbc 100644
--- a/manual/plugins/cube.tex
+++ b/manual/plugins/cube.tex
@@ -7,7 +7,8 @@ This is a rotating cube screen saver in 3D.
7 \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD% 7 \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD%
8 ,IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_S_PAD}{\ButtonSelect} 8 ,IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_S_PAD}{\ButtonSelect}
9 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay} 9 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay}
10 \opt{IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF} 10 \opt{IRIVER_H10_PAD}{\ButtonFF}
11 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{Long \ButtonFF}
11 \opt{GIGABEAT_PAD}{\ButtonA} 12 \opt{GIGABEAT_PAD}{\ButtonA}
12 \opt{MROBE100_PAD}{\ButtonDisplay} 13 \opt{MROBE100_PAD}{\ButtonDisplay}
13 \opt{COWON_D2_PAD}{\TouchBottomRight} 14 \opt{COWON_D2_PAD}{\TouchBottomRight}
@@ -33,7 +34,8 @@ This is a rotating cube screen saver in 3D.
33 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 34 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
34 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} 35 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
35 \opt{IAUDIO_X5_PAD,SANSA_FUZEPLUS_PAD}{\ButtonSelect} 36 \opt{IAUDIO_X5_PAD,SANSA_FUZEPLUS_PAD}{\ButtonSelect}
36 \opt{IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew} 37 \opt{IRIVER_H10_PAD}{\ButtonRew}
38 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF}
37 \opt{SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonDown} 39 \opt{SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonDown}
38 \opt{COWON_D2_PAD}{\TouchTopRight} 40 \opt{COWON_D2_PAD}{\TouchTopRight}
39 \opt{MPIO_HD200_PAD}{\ButtonRec} 41 \opt{MPIO_HD200_PAD}{\ButtonRec}
@@ -69,7 +71,8 @@ This is a rotating cube screen saver in 3D.
69 ,MROBE100_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} 71 ,MROBE100_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower}
70 \opt{SANSA_FUZE_PAD}{Long \ButtonHome} 72 \opt{SANSA_FUZE_PAD}{Long \ButtonHome}
71 \opt{GIGABEAT_S_PAD}{\ButtonBack} 73 \opt{GIGABEAT_S_PAD}{\ButtonBack}
72 \opt{PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRec} 74 \opt{PBELL_VIBE500_PAD}{\ButtonRec}
75 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
73 \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay} 76 \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}
74 \opt{MPIO_HD300_PAD}{Long \ButtonMenu} 77 \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
75 \opt{HAVEREMOTEKEYMAP}{& 78 \opt{HAVEREMOTEKEYMAP}{&
diff --git a/manual/plugins/doom.tex b/manual/plugins/doom.tex
index 865af457ea..be5ad23dbb 100644
--- a/manual/plugins/doom.tex
+++ b/manual/plugins/doom.tex
@@ -57,7 +57,8 @@ Rockdoom options, you will need to quit your current game and restart the plugin
57 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD% 57 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD%
58 ,GIGABEAT_PAD,GIGABEAT_S_PAD,COWON_D2_PAD}{pressing \ButtonPower}% 58 ,GIGABEAT_PAD,GIGABEAT_S_PAD,COWON_D2_PAD}{pressing \ButtonPower}%
59 \opt{SANSA_FUZE_PAD}{pressing \ButtonHome} 59 \opt{SANSA_FUZE_PAD}{pressing \ButtonHome}
60 \opt{PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{pressing \ButtonRec} 60 \opt{PBELL_VIBE500_PAD,SAMSUNG_YH820_PAD}{pressing \ButtonRec}
61 \opt{SAMSUNG_YH92X_PAD}{flipping the \ButtonRec{} switch}
61 \opt{SANSA_FUZEPLUS_PAD}{pressing \ButtonBack} 62 \opt{SANSA_FUZEPLUS_PAD}{pressing \ButtonBack}
62 63
63 \emph{New Game. } Start a new game\\ 64 \emph{New Game. } Start a new game\\
@@ -148,7 +149,8 @@ Rockdoom options, you will need to quit your current game and restart the plugin
148 ,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_CLIP_PAD}{\ButtonPower} 149 ,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_CLIP_PAD}{\ButtonPower}
149 \opt{SANSA_FUZE_PAD}{\ButtonHome} 150 \opt{SANSA_FUZE_PAD}{\ButtonHome}
150 \opt{COWON_D2_PAD}{\TouchTopLeft} 151 \opt{COWON_D2_PAD}{\TouchTopLeft}
151 \opt{PBELL_VIBE500_PAD,MPIO_HD300_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRec} 152 \opt{PBELL_VIBE500_PAD,MPIO_HD300_PAD,SAMSUNG_YH820_PAD}{\ButtonRec}
153 \opt{SAMSUNG_YH92X_PAD}{\ButtonRec{} switch}
152 \opt{SANSA_FUZEPLUS_PAD}{\ButtonBack} 154 \opt{SANSA_FUZEPLUS_PAD}{\ButtonBack}
153 \opt{HAVEREMOTEKEYMAP}{& } 155 \opt{HAVEREMOTEKEYMAP}{& }
154 & InGame Menu \\ 156 & InGame Menu \\
@@ -160,7 +162,7 @@ Rockdoom options, you will need to quit your current game and restart the plugin
160 \opt{COWON_D2_PAD}{\TouchCenter} 162 \opt{COWON_D2_PAD}{\TouchCenter}
161 \opt{PBELL_VIBE500_PAD}{\ButtonPower} 163 \opt{PBELL_VIBE500_PAD}{\ButtonPower}
162 \opt{MPIO_HD300_PAD}{Long \ButtonPlay} 164 \opt{MPIO_HD300_PAD}{Long \ButtonPlay}
163 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF} 165 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay}
164 \opt{HAVEREMOTEKEYMAP}{& } 166 \opt{HAVEREMOTEKEYMAP}{& }
165 & Enter \\ 167 & Enter \\
166% 168%
diff --git a/manual/plugins/flipit.tex b/manual/plugins/flipit.tex
index 4d6331750a..8aa8a293ba 100644
--- a/manual/plugins/flipit.tex
+++ b/manual/plugins/flipit.tex
@@ -17,13 +17,13 @@ a screen containing tokens of only one colour.
17 \opt{HAVEREMOTEKEYMAP}{& } 17 \opt{HAVEREMOTEKEYMAP}{& }
18\opt{COWON_D2_PAD}{\TouchTopMiddle{} / \TouchBottomMiddle{} / \TouchMidLeft{} / \TouchMidRight} 18\opt{COWON_D2_PAD}{\TouchTopMiddle{} / \TouchBottomMiddle{} / \TouchMidLeft{} / \TouchMidRight}
19 & Move the cursor \\ 19 & Move the cursor \\
20\opt{PLAYER_PAD,RECORDER_PAD}{\ButtonPlay} 20\opt{PLAYER_PAD,RECORDER_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay}
21\opt{ONDIO_PAD}{\ButtonMenu} 21\opt{ONDIO_PAD}{\ButtonMenu}
22\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD% 22\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD%
23 ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% 23 ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
24 ,MROBE100_PAD,SANSA_FUZEPLUS_PAD} 24 ,MROBE100_PAD,SANSA_FUZEPLUS_PAD}
25 {\ButtonSelect} 25 {\ButtonSelect}
26\opt{IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew} 26\opt{IRIVER_H10_PAD}{\ButtonRew}
27\opt{COWON_D2_PAD}{\TouchCenter} 27\opt{COWON_D2_PAD}{\TouchCenter}
28\opt{PBELL_VIBE500_PAD}{\ButtonOK} 28\opt{PBELL_VIBE500_PAD}{\ButtonOK}
29\opt{MPIO_HD300_PAD}{\ButtonEnter} 29\opt{MPIO_HD300_PAD}{\ButtonEnter}
@@ -41,8 +41,8 @@ a screen containing tokens of only one colour.
41\opt{SANSA_FUZE_PAD}{\ButtonSelect+\ButtonLeft} 41\opt{SANSA_FUZE_PAD}{\ButtonSelect+\ButtonLeft}
42\opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu} 42\opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu}
43\opt{COWON_D2_PAD}{\TouchTopRight} 43\opt{COWON_D2_PAD}{\TouchTopRight}
44\opt{PBELL_VIBE500_PAD,MPIO_HD300_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}% 44\opt{PBELL_VIBE500_PAD,MPIO_HD300_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPlay}
45 {\ButtonPlay} 45\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
46 \opt{HAVEREMOTEKEYMAP}{& } 46 \opt{HAVEREMOTEKEYMAP}{& }
47 & Shuffle \\ 47 & Shuffle \\
48\opt{PLAYER_PAD}{\ButtonOn+\ButtonRight} 48\opt{PLAYER_PAD}{\ButtonOn+\ButtonRight}
@@ -59,7 +59,7 @@ a screen containing tokens of only one colour.
59\opt{COWON_D2_PAD}{\TouchBottomLeft} 59\opt{COWON_D2_PAD}{\TouchBottomLeft}
60\opt{PBELL_VIBE500_PAD,MPIO_HD300_PAD}{\ButtonMenu} 60\opt{PBELL_VIBE500_PAD,MPIO_HD300_PAD}{\ButtonMenu}
61\opt{SANSA_FUZEPLUS_PAD}{\ButtonBack} 61\opt{SANSA_FUZEPLUS_PAD}{\ButtonBack}
62\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF} 62\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{Long \ButtonFF}
63 \opt{HAVEREMOTEKEYMAP}{& } 63 \opt{HAVEREMOTEKEYMAP}{& }
64 & Solve \\ 64 & Solve \\
65\opt{PLAYER_PAD}{\ButtonOn+\ButtonPlay} 65\opt{PLAYER_PAD}{\ButtonOn+\ButtonPlay}
@@ -78,7 +78,7 @@ a screen containing tokens of only one colour.
78\opt{PBELL_VIBE500_PAD}{\ButtonCancel} 78\opt{PBELL_VIBE500_PAD}{\ButtonCancel}
79\opt{MPIO_HD300_PAD}{\ButtonRec} 79\opt{MPIO_HD300_PAD}{\ButtonRec}
80\opt{SANSA_FUZEPLUS_PAD}{\ButtonBottomLeft} 80\opt{SANSA_FUZEPLUS_PAD}{\ButtonBottomLeft}
81\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF+\ButtonUp} 81\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF}
82 \opt{HAVEREMOTEKEYMAP}{& } 82 \opt{HAVEREMOTEKEYMAP}{& }
83 & Solve step by step \\ 83 & Solve step by step \\
84\opt{PLAYER_PAD}{\ButtonStop} 84\opt{PLAYER_PAD}{\ButtonStop}
@@ -88,7 +88,8 @@ a screen containing tokens of only one colour.
88 ,SANSA_C200_PAD,SANSA_CLIP_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} 88 ,SANSA_C200_PAD,SANSA_CLIP_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower}
89\opt{SANSA_FUZE_PAD}{Long \ButtonHome} 89\opt{SANSA_FUZE_PAD}{Long \ButtonHome}
90\opt{GIGABEAT_S_PAD}{\ButtonBack} 90\opt{GIGABEAT_S_PAD}{\ButtonBack}
91\opt{PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRec} 91\opt{PBELL_VIBE500_PAD}{\ButtonRec}
92\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{Long \ButtonRew}
92\opt{MPIO_HD300_PAD}{Long \ButtonMenu} 93\opt{MPIO_HD300_PAD}{Long \ButtonMenu}
93 \opt{HAVEREMOTEKEYMAP}{& 94 \opt{HAVEREMOTEKEYMAP}{&
94 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop} 95 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
diff --git a/manual/plugins/fractals.tex b/manual/plugins/fractals.tex
index 8c4b63b866..74a34fea68 100644
--- a/manual/plugins/fractals.tex
+++ b/manual/plugins/fractals.tex
@@ -52,7 +52,8 @@ This demonstration draws fractal images from the Mandelbrot set%
52 \opt{PBELL_VIBE500_PAD}{\ButtonCancel} 52 \opt{PBELL_VIBE500_PAD}{\ButtonCancel}
53 \opt{MPIO_HD200_PAD}{\ButtonPlay + \ButtonVolDown} 53 \opt{MPIO_HD200_PAD}{\ButtonPlay + \ButtonVolDown}
54 \opt{MPIO_HD300_PAD}{\ButtonPlay + \ButtonRew} 54 \opt{MPIO_HD300_PAD}{\ButtonPlay + \ButtonRew}
55 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay + \ButtonDown} 55 \opt{SAMSUNG_YH92X_PAD}{\ButtonPlay{} + \ButtonDown}
56 \opt{SAMSUNG_YH820_PAD}{\ButtonRec{} + \ButtonDown}
56 \opt{SANSA_FUZEPLUS_PAD}{\ButtonBottomLeft} 57 \opt{SANSA_FUZEPLUS_PAD}{\ButtonBottomLeft}
57 \opt{HAVEREMOTEKEYMAP}{& } 58 \opt{HAVEREMOTEKEYMAP}{& }
58 & Decrease iteration depth (less detail)\\ 59 & Decrease iteration depth (less detail)\\
@@ -70,7 +71,8 @@ This demonstration draws fractal images from the Mandelbrot set%
70 \opt{PBELL_VIBE500_PAD}{\ButtonOK} 71 \opt{PBELL_VIBE500_PAD}{\ButtonOK}
71 \opt{MPIO_HD200_PAD}{\ButtonPlay + \ButtonVolUp} 72 \opt{MPIO_HD200_PAD}{\ButtonPlay + \ButtonVolUp}
72 \opt{MPIO_HD300_PAD}{\ButtonPlay + \ButtonFF} 73 \opt{MPIO_HD300_PAD}{\ButtonPlay + \ButtonFF}
73 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay + \ButtonUp} 74 \opt{SAMSUNG_YH92X_PAD}{\ButtonPlay{} + \ButtonUp}
75 \opt{SAMSUNG_YH820_PAD}{\ButtonRec{} + \ButtonUp}
74 \opt{SANSA_FUZEPLUS_PAD}{\ButtonBottomRight} 76 \opt{SANSA_FUZEPLUS_PAD}{\ButtonBottomRight}
75 \opt{HAVEREMOTEKEYMAP}{& } 77 \opt{HAVEREMOTEKEYMAP}{& }
76 & Increase iteration depth (more detail)\\ 78 & Increase iteration depth (more detail)\\
@@ -88,7 +90,8 @@ This demonstration draws fractal images from the Mandelbrot set%
88 \opt{COWON_D2_PAD}{\TouchCenter} 90 \opt{COWON_D2_PAD}{\TouchCenter}
89 \opt{PBELL_VIBE500_PAD}{Long \ButtonCancel} 91 \opt{PBELL_VIBE500_PAD}{Long \ButtonCancel}
90 \opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonRec} 92 \opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonRec}
91 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay + \ButtonRight} 93 \opt{SAMSUNG_YH92X_PAD}{\ButtonPlay{} + \ButtonRight}
94 \opt{SAMSUNG_YH820_PAD}{\ButtonPlay}
92 \opt{SANSA_FUZEPLUS_PAD}{\ButtonBack} 95 \opt{SANSA_FUZEPLUS_PAD}{\ButtonBack}
93 \opt{HAVEREMOTEKEYMAP}{& } 96 \opt{HAVEREMOTEKEYMAP}{& }
94 & Reset and return to the default image\\ 97 & Reset and return to the default image\\
@@ -99,7 +102,8 @@ This demonstration draws fractal images from the Mandelbrot set%
99 ,GIGABEAT_PAD,MROBE100_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} 102 ,GIGABEAT_PAD,MROBE100_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower}
100 \opt{SANSA_FUZE_PAD}{Long \ButtonHome} 103 \opt{SANSA_FUZE_PAD}{Long \ButtonHome}
101 \opt{GIGABEAT_S_PAD}{\ButtonBack} 104 \opt{GIGABEAT_S_PAD}{\ButtonBack}
102 \opt{PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRec} 105 \opt{PBELL_VIBE500_PAD}{\ButtonRec}
106 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{Long \ButtonRew}
103 \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay} 107 \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}
104 \opt{MPIO_HD300_PAD}{Long \ButtonMenu} 108 \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
105 \opt{HAVEREMOTEKEYMAP}{& 109 \opt{HAVEREMOTEKEYMAP}{&
diff --git a/manual/plugins/imageviewer.tex b/manual/plugins/imageviewer.tex
index 01d47f7111..2d17b14b66 100644
--- a/manual/plugins/imageviewer.tex
+++ b/manual/plugins/imageviewer.tex
@@ -53,9 +53,9 @@ view a bigger file you may need to stop playback.}
53 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd} 53 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd}
54 \opt{IRIVER_H10_PAD}{\ButtonPlay} 54 \opt{IRIVER_H10_PAD}{\ButtonPlay}
55 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_FUZEPLUS_PAD}{\ButtonVolUp} 55 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_FUZEPLUS_PAD}{\ButtonVolUp}
56 \opt{PBELL_VIBE500_PAD}{\ButtonRec+\ButtonUp} 56 \opt{PBELL_VIBE500_PAD,SAMSUNG_YH820_PAD}{\ButtonRec+\ButtonUp}
57 \opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonPlay} 57 \opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonPlay}
58 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay+\ButtonUp} 58 \opt{SAMSUNG_YH92X_PAD}{\ButtonPlay+\ButtonUp}
59 \opt{touchscreen}{\TouchTopRight} 59 \opt{touchscreen}{\TouchTopRight}
60 \opt{HAVEREMOTEKEYMAP}{& } 60 \opt{HAVEREMOTEKEYMAP}{& }
61 & Zoom in\\ 61 & Zoom in\\
@@ -67,9 +67,9 @@ view a bigger file you may need to stop playback.}
67 \opt{IRIVER_H10_PAD}{Long \ButtonPlay} 67 \opt{IRIVER_H10_PAD}{Long \ButtonPlay}
68 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_FUZEPLUS_PAD}{\ButtonVolDown} 68 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_FUZEPLUS_PAD}{\ButtonVolDown}
69 \opt{MROBE100_PAD}{\ButtonPlay} 69 \opt{MROBE100_PAD}{\ButtonPlay}
70 \opt{PBELL_VIBE500_PAD}{\ButtonRec+\ButtonDown} 70 \opt{PBELL_VIBE500_PAD,SAMSUNG_YH820_PAD}{\ButtonRec+\ButtonDown}
71 \opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonRec} 71 \opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonRec}
72 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay+\ButtonDown} 72 \opt{SAMSUNG_YH92X_PAD}{\ButtonPlay+\ButtonDown}
73 \opt{touchscreen}{\TouchTopLeft} 73 \opt{touchscreen}{\TouchTopLeft}
74 \opt{HAVEREMOTEKEYMAP}{& } 74 \opt{HAVEREMOTEKEYMAP}{& }
75 & Zoom out\\ 75 & Zoom out\\
@@ -110,10 +110,13 @@ view a bigger file you may need to stop playback.}
110 \opt{touchscreen}{\TouchBottomLeft} 110 \opt{touchscreen}{\TouchBottomLeft}
111 \opt{HAVEREMOTEKEYMAP}{& } 111 \opt{HAVEREMOTEKEYMAP}{& }
112 & Previous image in directory\\ 112 & Previous image in directory\\
113 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_FUZEPLUS_PAD}{%currently only defined for the sansa pads 113 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_FUZEPLUS_PAD%
114 ,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{%currently only defined for the sansa pads and samsung yh*
114 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec} 115 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec}
115 \opt{SANSA_CLIP_PAD}{\ButtonHome} 116 \opt{SANSA_CLIP_PAD}{\ButtonHome}
116 \opt{SANSA_FUZEPLUS_PAD}{\ButtonPlay} 117 \opt{SANSA_FUZEPLUS_PAD}{\ButtonPlay}
118 \opt{SAMSUNG_YH92X_PAD}{\ButtonRec\ switch}
119 \opt{SAMSUNG_YH820_PAD}{Long \ButtonPlay}
117 \opt{HAVEREMOTEKEYMAP}{& } 120 \opt{HAVEREMOTEKEYMAP}{& }
118 & Toggle slide show mode\\ 121 & Toggle slide show mode\\
119 } 122 }
@@ -140,7 +143,7 @@ view a bigger file you may need to stop playback.}
140 \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay} 143 \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}
141 \opt{MPIO_HD300_PAD}{Long \ButtonMenu} 144 \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
142 \opt{SANSA_FUZEPLUS_PAD}{\ButtonBack} 145 \opt{SANSA_FUZEPLUS_PAD}{\ButtonBack}
143 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRec} 146 \opt{SAMSUNG_YH820_PAD}{\ButtonRec+\ButtonPlay}
144 \opt{HAVEREMOTEKEYMAP}{& } 147 \opt{HAVEREMOTEKEYMAP}{& }
145 & Quit the viewer \\ 148 & Quit the viewer \\
146 } 149 }
diff --git a/manual/plugins/invadrox.tex b/manual/plugins/invadrox.tex
index 2f85ed5d92..275e13bb9f 100644
--- a/manual/plugins/invadrox.tex
+++ b/manual/plugins/invadrox.tex
@@ -30,7 +30,8 @@ increase speed, drop down and reverse direction after every pass!
30 \opt{IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD,IAUDIO_X5_PAD% 30 \opt{IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD,IAUDIO_X5_PAD%
31 ,GIGABEAT_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,GIGABEAT_S_PAD% 31 ,GIGABEAT_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,GIGABEAT_S_PAD%
32 ,SANSA_FUZEPLUS_PAD}{\ButtonSelect} 32 ,SANSA_FUZEPLUS_PAD}{\ButtonSelect}
33 \opt{IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay} 33 \opt{IRIVER_H10_PAD}{\ButtonPlay}
34 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay{} or \ButtonUp}
34 \opt{COWON_D2_PAD}{\TouchBottomMiddle, \TouchCenter{} or \ButtonMenu} 35 \opt{COWON_D2_PAD}{\TouchBottomMiddle, \TouchCenter{} or \ButtonMenu}
35 \opt{PBELL_VIBE500_PAD}{\ButtonOK} 36 \opt{PBELL_VIBE500_PAD}{\ButtonOK}
36 \opt{MPIO_HD300_PAD}{\ButtonEnter} 37 \opt{MPIO_HD300_PAD}{\ButtonEnter}
@@ -43,7 +44,8 @@ increase speed, drop down and reverse direction after every pass!
43 \opt{SANSA_FUZE_PAD}{Long \ButtonHome} 44 \opt{SANSA_FUZE_PAD}{Long \ButtonHome}
44 \opt{GIGABEAT_S_PAD}{\ButtonBack} 45 \opt{GIGABEAT_S_PAD}{\ButtonBack}
45 \opt{COWON_D2_PAD}{\TouchTopLeft{} or \ButtonPower} 46 \opt{COWON_D2_PAD}{\TouchTopLeft{} or \ButtonPower}
46 \opt{PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRec} 47 \opt{PBELL_VIBE500_PAD}{\ButtonRec}
48 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
47 \opt{HAVEREMOTEKEYMAP}{& } 49 \opt{HAVEREMOTEKEYMAP}{& }
48 & Quit\\ 50 & Quit\\
49\end{btnmap} 51\end{btnmap}
diff --git a/manual/plugins/metronome.tex b/manual/plugins/metronome.tex
index 760507e9b9..fca34eb91f 100644
--- a/manual/plugins/metronome.tex
+++ b/manual/plugins/metronome.tex
@@ -46,7 +46,7 @@ on the appropriate button.
46 \opt{HAVEREMOTEKEYMAP}{& \PluginRCUp{} / \PluginRCDown} 46 \opt{HAVEREMOTEKEYMAP}{& \PluginRCUp{} / \PluginRCDown}
47 & Adjust volume \\ 47 & Adjust volume \\
48 48
49 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD}{ 49 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD,SAMSUNG_YH820_PAD}{
50 \ButtonRec 50 \ButtonRec
51 \opt{HAVEREMOTEKEYMAP}{& } 51 \opt{HAVEREMOTEKEYMAP}{& }
52 & Sync tap \\} 52 & Sync tap \\}
@@ -103,7 +103,7 @@ is different to enable navigation in the programmed track.
103 \opt{HAVEREMOTEKEYMAP}{& \PluginRCUp{} / \PluginRCDown} 103 \opt{HAVEREMOTEKEYMAP}{& \PluginRCUp{} / \PluginRCDown}
104 & Adjust volume \\ 104 & Adjust volume \\
105 105
106 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD}{ 106 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD,SAMSUNG_YH820_PAD}{
107 \ButtonRec 107 \ButtonRec
108 \opt{HAVEREMOTEKEYMAP}{& } 108 \opt{HAVEREMOTEKEYMAP}{& }
109 & Sync tap \\} 109 & Sync tap \\}
diff --git a/manual/plugins/midiplay.tex b/manual/plugins/midiplay.tex
index 6d28f71536..938762a88a 100644
--- a/manual/plugins/midiplay.tex
+++ b/manual/plugins/midiplay.tex
@@ -51,7 +51,8 @@ might experience ``Buffer miss!'' with many files, except simple ones.}
51 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,IAUDIO_X5_PAD% 51 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,IAUDIO_X5_PAD%
52 ,IRIVER_H10_PAD,MROBE100_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} 52 ,IRIVER_H10_PAD,MROBE100_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower}
53 \opt{SANSA_FUZE_PAD}{Long \ButtonHome} 53 \opt{SANSA_FUZE_PAD}{Long \ButtonHome}
54 \opt{PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRec} 54 \opt{PBELL_VIBE500_PAD}{\ButtonRec}
55 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{Long \ButtonPlay}
55 \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay} 56 \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}
56 \opt{MPIO_HD300_PAD}{Long \ButtonMenu} 57 \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
57 \opt{HAVEREMOTEKEYMAP}{& } 58 \opt{HAVEREMOTEKEYMAP}{& }
diff --git a/manual/plugins/minesweeper.tex b/manual/plugins/minesweeper.tex
index 5b1f75f060..307f4c8b85 100644
--- a/manual/plugins/minesweeper.tex
+++ b/manual/plugins/minesweeper.tex
@@ -51,7 +51,8 @@ the location of a mine, it can be tagged to avoid accidentally
51 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD% 51 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD%
52 ,SANSA_FUZE_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect} 52 ,SANSA_FUZE_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect}
53 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonSelect} 53 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonSelect}
54 \opt{IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew} 54 \opt{IRIVER_H10_PAD}{\ButtonRew}
55 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF}
55 \opt{SANSA_C200_PAD,SANSA_CLIP_PAD}{Long \ButtonSelect{} / \ButtonVolUp} 56 \opt{SANSA_C200_PAD,SANSA_CLIP_PAD}{Long \ButtonSelect{} / \ButtonVolUp}
56 \opt{COWON_D2_PAD}{\TouchBottomLeft} 57 \opt{COWON_D2_PAD}{\TouchBottomLeft}
57 \opt{PBELL_VIBE500_PAD}{\ButtonOK} 58 \opt{PBELL_VIBE500_PAD}{\ButtonOK}
@@ -63,7 +64,7 @@ the location of a mine, it can be tagged to avoid accidentally
63 \opt{ONDIO_PAD}{Long \ButtonMenu+\ButtonOff} 64 \opt{ONDIO_PAD}{Long \ButtonMenu+\ButtonOff}
64 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 65 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
65 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay} 66 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay}
66 \opt{IAUDIO_X5_PAD}{\ButtonRec} 67 \opt{IAUDIO_X5_PAD,SAMSUNG_YH820_PAD}{\ButtonRec}
67 \opt{SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonSelect+\ButtonUp} 68 \opt{SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonSelect+\ButtonUp}
68 \opt{SANSA_E200_PAD}{Long \ButtonRec} 69 \opt{SANSA_E200_PAD}{Long \ButtonRec}
69 \opt{SANSA_FUZE_PAD}{\ButtonScrollBack} 70 \opt{SANSA_FUZE_PAD}{\ButtonScrollBack}
@@ -72,7 +73,7 @@ the location of a mine, it can be tagged to avoid accidentally
72 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonMenu} 73 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonMenu}
73 \opt{COWON_D2_PAD}{\TouchBottomRight} 74 \opt{COWON_D2_PAD}{\TouchBottomRight}
74 \opt{MPIO_HD300_PAD}{\ButtonMenu} 75 \opt{MPIO_HD300_PAD}{\ButtonMenu}
75 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF} 76 \opt{SAMSUNG_YH92X_PAD}{Long \ButtonPlay}
76 \opt{HAVEREMOTEKEYMAP}{& } 77 \opt{HAVEREMOTEKEYMAP}{& }
77 & Display the current game status \\ 78 & Display the current game status \\
78 % 79 %
@@ -82,7 +83,8 @@ the location of a mine, it can be tagged to avoid accidentally
82 \opt{SANSA_FUZE_PAD}{Long \ButtonHome} 83 \opt{SANSA_FUZE_PAD}{Long \ButtonHome}
83 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} 84 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
84 \opt{GIGABEAT_S_PAD}{\ButtonBack} 85 \opt{GIGABEAT_S_PAD}{\ButtonBack}
85 \opt{PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRec} 86 \opt{PBELL_VIBE500_PAD}{\ButtonRec}
87 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{Long \ButtonRew}
86 \opt{MPIO_HD300_PAD}{Long \ButtonMenu} 88 \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
87 \opt{HAVEREMOTEKEYMAP}{& 89 \opt{HAVEREMOTEKEYMAP}{&
88 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop} 90 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
diff --git a/manual/plugins/mpegplayer.tex b/manual/plugins/mpegplayer.tex
index b364ace838..4c406a65ac 100644
--- a/manual/plugins/mpegplayer.tex
+++ b/manual/plugins/mpegplayer.tex
@@ -22,8 +22,10 @@ option and choose \setting{mpegplayer}.
22 \ButtonRight{} or \ButtonVolUp} 22 \ButtonRight{} or \ButtonVolUp}
23 \opt{HAVEREMOTEKEYMAP}{& } 23 \opt{HAVEREMOTEKEYMAP}{& }
24 & Adjust volume up / down\\ 24 & Adjust volume up / down\\
25 \nopt{GIGABEAT_S_PAD,GIGABEAT_PAD}{\ActionWpsSkipPrev{} / \ActionWpsSkipNext} 25 \nopt{GIGABEAT_S_PAD,GIGABEAT_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{%
26 \ActionWpsSkipPrev{} / \ActionWpsSkipNext}
26 \opt{GIGABEAT_S_PAD,GIGABEAT_PAD}{\ButtonUp{} / \ButtonDown} 27 \opt{GIGABEAT_S_PAD,GIGABEAT_PAD}{\ButtonUp{} / \ButtonDown}
28 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonLeft{} / \ButtonRight}
27 \opt{HAVEREMOTEKEYMAP}{& } 29 \opt{HAVEREMOTEKEYMAP}{& }
28 & Rewind / Fast Forward\\ 30 & Rewind / Fast Forward\\
29 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 31 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
@@ -31,7 +33,7 @@ option and choose \setting{mpegplayer}.
31 {\ButtonMenu} 33 {\ButtonMenu}
32 \opt{IAUDIO_X5_PAD}{\ButtonRec} 34 \opt{IAUDIO_X5_PAD}{\ButtonRec}
33 \opt{IRIVER_H10_PAD}{\ButtonRew} 35 \opt{IRIVER_H10_PAD}{\ButtonRew}
34 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonLeft} 36 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
35 \opt{SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonSelect} 37 \opt{SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonSelect}
36 \opt{HAVEREMOTEKEYMAP}{& } 38 \opt{HAVEREMOTEKEYMAP}{& }
37 & Open the MPEG Player menu\\ 39 & Open the MPEG Player menu\\
diff --git a/manual/plugins/oscilloscope.tex b/manual/plugins/oscilloscope.tex
index b9a109084a..554e51cf66 100644
--- a/manual/plugins/oscilloscope.tex
+++ b/manual/plugins/oscilloscope.tex
@@ -23,7 +23,7 @@ being played.
23 \opt{COWON_D2_PAD}{\TouchTopMiddle} 23 \opt{COWON_D2_PAD}{\TouchTopMiddle}
24 \opt{MPIO_HD200_PAD}{\ButtonFunc} 24 \opt{MPIO_HD200_PAD}{\ButtonFunc}
25 \opt{MPIO_HD300_PAD}{\ButtonEnter} 25 \opt{MPIO_HD300_PAD}{\ButtonEnter}
26 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay+\ButtonLeft} 26 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF}
27 \opt{HAVEREMOTEKEYMAP}{& } 27 \opt{HAVEREMOTEKEYMAP}{& }
28 & Toggle filled / curve / plot \\ 28 & Toggle filled / curve / plot \\
29 \opt{RECORDER_PAD}{\ButtonFTwo} 29 \opt{RECORDER_PAD}{\ButtonFTwo}
@@ -39,7 +39,8 @@ being played.
39 \opt{PBELL_VIBE500_PAD}{\ButtonCancel} 39 \opt{PBELL_VIBE500_PAD}{\ButtonCancel}
40 \opt{SANSA_FUZEPLUS_PAD}{\ButtonBack} 40 \opt{SANSA_FUZEPLUS_PAD}{\ButtonBack}
41 \opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonRec} 41 \opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonRec}
42 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay+\ButtonRight} 42 \opt{SAMSUNG_YH92X_PAD}{\ButtonPlay+\ButtonRight}
43 \opt{SAMSUNG_YH820_PAD}{\ButtonRec+\ButtonRight}
43 \opt{HAVEREMOTEKEYMAP}{& } 44 \opt{HAVEREMOTEKEYMAP}{& }
44 & Toggle whether to scroll or not \\ 45 & Toggle whether to scroll or not \\
45 \opt{RECORDER_PAD}{\ButtonFThree} 46 \opt{RECORDER_PAD}{\ButtonFThree}
@@ -56,12 +57,13 @@ being played.
56 \opt{MPIO_HD200_PAD}{Long \ButtonFunc} 57 \opt{MPIO_HD200_PAD}{Long \ButtonFunc}
57 \opt{MPIO_HD300_PAD}{\ButtonMenu} 58 \opt{MPIO_HD300_PAD}{\ButtonMenu}
58 \opt{SANSA_FUZEPLUS_PAD}{\ButtonUp} 59 \opt{SANSA_FUZEPLUS_PAD}{\ButtonUp}
59 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay+\ButtonUp} 60 \opt{SAMSUNG_YH92X_PAD}{\ButtonPlay+\ButtonUp}
61 \opt{SAMSUNG_YH820_PAD}{\ButtonRec+\ButtonUp}
60 \opt{HAVEREMOTEKEYMAP}{& } 62 \opt{HAVEREMOTEKEYMAP}{& }
61 & Toggle drawing orientation \\ 63 & Toggle drawing orientation \\
62 \opt{RECORDER_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD% 64 \opt{RECORDER_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD%
63 ,GIGABEAT_S_PAD,PBELL_VIBE500_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD% 65 ,GIGABEAT_S_PAD,PBELL_VIBE500_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD%
64 ,SANSA_FUZEPLUS_PAD}% 66 ,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}%
65 {\ButtonPlay} 67 {\ButtonPlay}
66 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonOff} 68 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonOff}
67 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 69 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
@@ -70,7 +72,6 @@ being played.
70 \opt{GIGABEAT_PAD}{\ButtonA} 72 \opt{GIGABEAT_PAD}{\ButtonA}
71 \opt{MROBE100_PAD}{\ButtonDisplay} 73 \opt{MROBE100_PAD}{\ButtonDisplay}
72 \opt{COWON_D2_PAD}{\TouchCenter} 74 \opt{COWON_D2_PAD}{\TouchCenter}
73 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay+\ButtonDown}
74 \opt{HAVEREMOTEKEYMAP}{& } 75 \opt{HAVEREMOTEKEYMAP}{& }
75 & Pause the demo \\ 76 & Pause the demo \\
76 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,PBELL_VIBE500_PAD% 77 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,PBELL_VIBE500_PAD%
@@ -90,7 +91,7 @@ being played.
90 ,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD} 91 ,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}
91 {\ButtonRight{} / \ButtonLeft} 92 {\ButtonRight{} / \ButtonLeft}
92 \opt{COWON_D2_PAD}{\TouchMidRight\ /\ \TouchMidLeft} 93 \opt{COWON_D2_PAD}{\TouchMidRight\ /\ \TouchMidLeft}
93 \opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonFF / \ButtonRew} 94 \opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonFF{} / \ButtonRew}
94 \opt{HAVEREMOTEKEYMAP}{& } 95 \opt{HAVEREMOTEKEYMAP}{& }
95 & Increase / decrease speed\\ 96 & Increase / decrease speed\\
96 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 97 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
@@ -100,8 +101,9 @@ being played.
100 {\ButtonPower} 101 {\ButtonPower}
101 \opt{SANSA_FUZE_PAD}{Long \ButtonHome} 102 \opt{SANSA_FUZE_PAD}{Long \ButtonHome}
102 \opt{GIGABEAT_S_PAD}{\ButtonBack} 103 \opt{GIGABEAT_S_PAD}{\ButtonBack}
103 \opt{PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRec} 104 \opt{PBELL_VIBE500_PAD}{\ButtonRec}
104 \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay} 105 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
106 \opt{MPIO_HD200_PAD}{\ButtonRec+\ButtonPlay}
105 \opt{MPIO_HD300_PAD}{Long \ButtonMenu} 107 \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
106 \opt{HAVEREMOTEKEYMAP}{& 108 \opt{HAVEREMOTEKEYMAP}{&
107 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop} 109 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
diff --git a/manual/plugins/pacbox.tex b/manual/plugins/pacbox.tex
index 01fa63de28..6c4cd4e8dc 100644
--- a/manual/plugins/pacbox.tex
+++ b/manual/plugins/pacbox.tex
@@ -97,7 +97,8 @@ found at \url{http://www.mame.net}.
97 \opt{SANSA_E200_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} 97 \opt{SANSA_E200_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower}
98 \opt{SANSA_FUZE_PAD}{\ButtonHome} 98 \opt{SANSA_FUZE_PAD}{\ButtonHome}
99 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,COWON_D2_PAD,PBELL_VIBE500_PAD}{\ButtonMenu} 99 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,COWON_D2_PAD,PBELL_VIBE500_PAD}{\ButtonMenu}
100 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRec} 100 \opt{SAMSUNG_YH92X_PAD}{\ButtonRec{} switch}
101 \opt{SAMSUNG_YH820_PAD}{\ButtonRec}
101 \opt{HAVEREMOTEKEYMAP}{& } 102 \opt{HAVEREMOTEKEYMAP}{& }
102 & Menu\\ 103 & Menu\\
103\end{btnmap} 104\end{btnmap}
diff --git a/manual/plugins/pegbox.tex b/manual/plugins/pegbox.tex
index cee50dd202..f82d0644c8 100644
--- a/manual/plugins/pegbox.tex
+++ b/manual/plugins/pegbox.tex
@@ -54,7 +54,7 @@ block and crosses which allow you to choose a replacement block.
54 \opt{MPIO_HD200_PAD}{\ButtonRec} 54 \opt{MPIO_HD200_PAD}{\ButtonRec}
55 \opt{MPIO_HD300_PAD}{\ButtonMenu} 55 \opt{MPIO_HD300_PAD}{\ButtonMenu}
56 \opt{SANSA_FUZEPLUS_PAD}{\ButtonBack} 56 \opt{SANSA_FUZEPLUS_PAD}{\ButtonBack}
57 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew} 57 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF}
58 \opt{touchscreen}{\TouchTopRight} 58 \opt{touchscreen}{\TouchTopRight}
59 & 59 &
60 \opt{HAVEREMOTEKEYMAP}{ 60 \opt{HAVEREMOTEKEYMAP}{
@@ -74,7 +74,8 @@ block and crosses which allow you to choose a replacement block.
74 \opt{COWON_D2_PAD}{\TouchBottomLeft} 74 \opt{COWON_D2_PAD}{\TouchBottomLeft}
75 \opt{PBELL_VIBE500_PAD}{\ButtonOK} 75 \opt{PBELL_VIBE500_PAD}{\ButtonOK}
76 \opt{MPIO_HD200_PAD}{\ButtonPlay + \ButtonFF} 76 \opt{MPIO_HD200_PAD}{\ButtonPlay + \ButtonFF}
77 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay+\ButtonFF} 77 \opt{SAMSUNG_YH92X_PAD}{\ButtonPlay+\ButtonUp}
78 \opt{SAMSUNG_YH820_PAD}{\ButtonRec+\ButtonUp}
78 & 79 &
79 \opt{HAVEREMOTEKEYMAP}{ 80 \opt{HAVEREMOTEKEYMAP}{
80 &} 81 &}
@@ -92,8 +93,9 @@ block and crosses which allow you to choose a replacement block.
92 \opt{MROBE100_PAD}{\ButtonDisplay} 93 \opt{MROBE100_PAD}{\ButtonDisplay}
93 \opt{touchscreen}{\TouchBottomRight} 94 \opt{touchscreen}{\TouchBottomRight}
94 \opt{PBELL_VIBE500_PAD}{\ButtonCancel} 95 \opt{PBELL_VIBE500_PAD}{\ButtonCancel}
95 \opt{MPIO_HD200_PAD}{\ButtonPlay + \ButtonRew} 96 \opt{MPIO_HD200_PAD}{\ButtonPlay{} + \ButtonRew}
96 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay+\ButtonRew} 97 \opt{SAMSUNG_YH92X_PAD}{\ButtonPlay+\ButtonDown}
98 \opt{SAMSUNG_YH820_PAD}{\ButtonRec+\ButtonDown}
97 & 99 &
98 \opt{HAVEREMOTEKEYMAP}{ 100 \opt{HAVEREMOTEKEYMAP}{
99 &} 101 &}
@@ -108,7 +110,8 @@ block and crosses which allow you to choose a replacement block.
108 ,SANSA_C200_PAD,SANSA_CLIP_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} 110 ,SANSA_C200_PAD,SANSA_CLIP_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower}
109 \opt{SANSA_FUZE_PAD}{Long \ButtonHome} 111 \opt{SANSA_FUZE_PAD}{Long \ButtonHome}
110 \opt{GIGABEAT_S_PAD}{\ButtonBack} 112 \opt{GIGABEAT_S_PAD}{\ButtonBack}
111 \opt{PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRec} 113 \opt{PBELL_VIBE500_PAD}{\ButtonRec}
114 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
112 \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay} 115 \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}
113 \opt{MPIO_HD300_PAD}{Long \ButtonMenu} 116 \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
114 & 117 &
diff --git a/manual/plugins/pictureflow.tex b/manual/plugins/pictureflow.tex
index 1a32a08ea4..5e8d6c0b36 100644
--- a/manual/plugins/pictureflow.tex
+++ b/manual/plugins/pictureflow.tex
@@ -24,8 +24,7 @@ aware:
24 24
25\subsubsection{Keys} 25\subsubsection{Keys}
26 \begin{btnmap} 26 \begin{btnmap}
27 \opt{scrollwheel,IRIVER_H10_PAD,PBELL_VIBE500_PAD,MPIO_HD300_PAD,SAMSUNG_YH92X_PAD% 27 \opt{scrollwheel,IRIVER_H10_PAD,PBELL_VIBE500_PAD,MPIO_HD300_PAD}{%
28 ,SAMSUNG_YH820_PAD}{
29 \ActionStdPrev{} / \ActionStdNext 28 \ActionStdPrev{} / \ActionStdNext
30 & 29 &
31 \opt{HAVEREMOTEKEYMAP}{ 30 \opt{HAVEREMOTEKEYMAP}{
@@ -35,8 +34,7 @@ aware:
35 } 34 }
36 35
37 % only scroll wheel and `strip' targets use the same action in album and track list 36 % only scroll wheel and `strip' targets use the same action in album and track list
38 \nopt{scrollwheel,IRIVER_H10_PAD,PBELL_VIBE500_PAD,MPIO_HD300_PAD,SAMSUNG_YH92X_PAD% 37 \nopt{scrollwheel,IRIVER_H10_PAD,PBELL_VIBE500_PAD,MPIO_HD300_PAD}{%
39 ,SAMSUNG_YH820_PAD}{%
40 % currently the M3 does not use buttons of the main unit which has no display 38 % currently the M3 does not use buttons of the main unit which has no display
41 \nopt{IAUDIO_M3_PAD,MPIO_HD200_PAD,touchscreen}{\ButtonLeft{} / \ButtonRight} 39 \nopt{IAUDIO_M3_PAD,MPIO_HD200_PAD,touchscreen}{\ButtonLeft{} / \ButtonRight}
42 \opt{MPIO_HD200_PAD}{FIXME} 40 \opt{MPIO_HD200_PAD}{FIXME}
@@ -65,7 +63,8 @@ aware:
65 ,SAMSUNG_YH820_PAD} 63 ,SAMSUNG_YH820_PAD}
66 {\ButtonSelect} 64 {\ButtonSelect}
67 \opt{ONDIO_PAD}{\ButtonUp} 65 \opt{ONDIO_PAD}{\ButtonUp}
68 \opt{IRIVER_H10_PAD,PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRight} 66 \opt{IRIVER_H10_PAD,PBELL_VIBE500_PAD}{\ButtonRight}
67 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF}
69 \opt{RECORDER_PAD}{\ButtonOn} 68 \opt{RECORDER_PAD}{\ButtonOn}
70 \opt{touchscreen}{\TouchCenter} 69 \opt{touchscreen}{\TouchCenter}
71 \opt{SANSA_FUZE_PAD}{\ButtonRight} 70 \opt{SANSA_FUZE_PAD}{\ButtonRight}
@@ -78,12 +77,13 @@ aware:
78 \opt{GIGABEAT_RC_PAD}{\ButtonRCFF} 77 \opt{GIGABEAT_RC_PAD}{\ButtonRCFF}
79 &} 78 &}
80 Enter track list 79 Enter track list
81 \nopt{ONDIO_PAD}{/ Play album from selected track} 80 \nopt{ONDIO_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{%
81 / Play album from selected track}
82 \\ 82 \\
83 83 % Ondio & Samsung YH use a different button in album list and track list
84 % Ondio uses a different button in album list and track list 84 \opt{ONDIO_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{%
85 \opt{ONDIO_PAD}{ 85 \opt{ONDIO_PAD}{\ButtonMenu}
86 \ButtonMenu 86 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay}
87 & 87 &
88 Play album from selected track in track list 88 Play album from selected track in track list
89 \\ 89 \\
@@ -104,7 +104,9 @@ aware:
104 \\ 104 \\
105 105
106 \nopt{IAUDIO_M3_PAD,SANSA_FUZEPLUS_PAD}{\ActionStdMenu} 106 \nopt{IAUDIO_M3_PAD,SANSA_FUZEPLUS_PAD}{\ActionStdMenu}
107 \nopt{IAUDIO_M3_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ActionStdMenu}
107 \opt{SANSA_FUZEPLUS_PAD}{long \ButtonSelect} 108 \opt{SANSA_FUZEPLUS_PAD}{long \ButtonSelect}
109 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
108 & 110 &
109 \opt{HAVEREMOTEKEYMAP}{ 111 \opt{HAVEREMOTEKEYMAP}{
110 \opt{IAUDIO_M3_PAD,GIGABEAT_RC_PAD}{\ActionRCStdMenu} 112 \opt{IAUDIO_M3_PAD,GIGABEAT_RC_PAD}{\ActionRCStdMenu}
@@ -119,7 +121,8 @@ aware:
119 \opt{SANSA_C200_PAD,IRIVER_H10_PAD}{Long \ButtonPower} 121 \opt{SANSA_C200_PAD,IRIVER_H10_PAD}{Long \ButtonPower}
120 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonMenu} 122 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonMenu}
121 \opt{SANSA_FUZE_PAD}{Long \ButtonHome} 123 \opt{SANSA_FUZE_PAD}{Long \ButtonHome}
122 \opt{PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRec} 124 \opt{PBELL_VIBE500_PAD}{\ButtonRec}
125 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{long \ButtonRew}
123 \opt{MPIO_HD200_PAD}{FIXME} 126 \opt{MPIO_HD200_PAD}{FIXME}
124 \opt{MPIO_HD300_PAD}{Long \ButtonMenu} 127 \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
125 \opt{touchscreen}{ 128 \opt{touchscreen}{
diff --git a/manual/plugins/pong.tex b/manual/plugins/pong.tex
index 53dbc61a51..f8ea79f9d5 100644
--- a/manual/plugins/pong.tex
+++ b/manual/plugins/pong.tex
@@ -38,25 +38,25 @@ a two player game, both players should just press the appropriate buttons for th
38 \opt{ONDIO_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonUp} 38 \opt{ONDIO_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonUp}
39 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 39 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
40 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonRight} 40 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonRight}
41 \opt{IAUDIO_X5_PAD}{\ButtonRec} 41 \opt{IAUDIO_X5_PAD,SAMSUNG_YH820_PAD}{\ButtonRec}
42 \opt{IRIVER_H10_PAD}{\ButtonRew} 42 \opt{IRIVER_H10_PAD}{\ButtonRew}
43 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp} 43 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp}
44 \opt{MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPlay} 44 \opt{MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPlay}
45 \opt{COWON_D2_PAD}{\TouchTopRight} 45 \opt{COWON_D2_PAD}{\TouchTopRight}
46 \opt{MPIO_HD300_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF} 46 \opt{MPIO_HD300_PAD,SAMSUNG_YH92X_PAD}{\ButtonFF}
47 \opt{HAVEREMOTEKEYMAP}{& } 47 \opt{HAVEREMOTEKEYMAP}{& }
48 & Right player up\\ 48 & Right player up\\
49 \opt{RECORDER_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonRight} 49 \opt{RECORDER_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonRight}
50 \opt{ONDIO_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonDown} 50 \opt{ONDIO_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonDown}
51 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 51 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
52 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD}{\ButtonPlay} 52 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD}{\ButtonPlay}
53 \opt{IRIVER_H10_PAD}{\ButtonFF} 53 \opt{IRIVER_H10_PAD,SAMSUNG_YH820_PAD}{\ButtonFF}
54 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown} 54 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown}
55 \opt{MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonRight} 55 \opt{MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonRight}
56 \opt{COWON_D2_PAD}{\TouchBottomRight} 56 \opt{COWON_D2_PAD}{\TouchBottomRight}
57 \opt{MPIO_HD300_PAD}{\ButtonPlay} 57 \opt{MPIO_HD300_PAD}{\ButtonPlay}
58 \opt{SANSA_FUZEPLUS_PAD}{\ButtonBottomRight} 58 \opt{SANSA_FUZEPLUS_PAD}{\ButtonBottomRight}
59 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew} 59 \opt{SAMSUNG_YH92X_PAD}{\ButtonRew}
60 \opt{HAVEREMOTEKEYMAP}{& } 60 \opt{HAVEREMOTEKEYMAP}{& }
61 & Right player down\\ 61 & Right player down\\
62 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 62 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
@@ -65,7 +65,9 @@ a two player game, both players should just press the appropriate buttons for th
65 ,GIGABEAT_PAD,MROBE100_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} 65 ,GIGABEAT_PAD,MROBE100_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower}
66 \opt{SANSA_FUZE_PAD}{\ButtonHome} 66 \opt{SANSA_FUZE_PAD}{\ButtonHome}
67 \opt{GIGABEAT_S_PAD}{\ButtonBack} 67 \opt{GIGABEAT_S_PAD}{\ButtonBack}
68 \opt{PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRec} 68 \opt{PBELL_VIBE500_PAD}{\ButtonRec}
69 \opt{SAMSUNG_YH92X_PAD}{Long \ButtonPlay}
70 \opt{SAMSUNG_YH820_PAD}{\ButtonRew}
69 \opt{MPIO_HD300_PAD}{Long \ButtonMenu} 71 \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
70 \opt{HAVEREMOTEKEYMAP}{& } 72 \opt{HAVEREMOTEKEYMAP}{& }
71 & Quit\\ 73 & Quit\\
diff --git a/manual/plugins/rockblox.tex b/manual/plugins/rockblox.tex
index 1a17f22466..56afa5258a 100644
--- a/manual/plugins/rockblox.tex
+++ b/manual/plugins/rockblox.tex
@@ -8,7 +8,7 @@ gain points. For every ten lines completed, the game level increases, making
8the blocks fall faster. If the pile of blocks reaches the ceiling, the game is over. 8the blocks fall faster. If the pile of blocks reaches the ceiling, the game is over.
9 9
10\begin{btnmap} 10\begin{btnmap}
11 \nopt{SANSA_FUZEPLUS_PAD}{ 11 \nopt{SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD}{
12 \opt{RECORDER_PAD}{\ButtonFOne} 12 \opt{RECORDER_PAD}{\ButtonFOne}
13 \opt{PLAYER_PAD}{\ButtonStop+\ButtonMenu} 13 \opt{PLAYER_PAD}{\ButtonStop+\ButtonMenu}
14 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 14 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
@@ -23,7 +23,7 @@ the blocks fall faster. If the pile of blocks reaches the ceiling, the game is o
23 \opt{COWON_D2_PAD}{\ButtonMenu} 23 \opt{COWON_D2_PAD}{\ButtonMenu}
24 \opt{PBELL_VIBE500_PAD}{\ButtonCancel} 24 \opt{PBELL_VIBE500_PAD}{\ButtonCancel}
25 \opt{MPIO_HD300_PAD}{\ButtonRec} 25 \opt{MPIO_HD300_PAD}{\ButtonRec}
26 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF} 26 \opt{SAMSUNG_YH820_PAD}{\ButtonRec}
27 \opt{HAVEREMOTEKEYMAP}{& } 27 \opt{HAVEREMOTEKEYMAP}{& }
28 & Restart game\\ 28 & Restart game\\
29 } 29 }
@@ -57,7 +57,8 @@ the blocks fall faster. If the pile of blocks reaches the ceiling, the game is o
57 \opt{IRIVER_H10_PAD}{\ButtonScrollDown} 57 \opt{IRIVER_H10_PAD}{\ButtonScrollDown}
58 \opt{COWON_D2_PAD}{\TouchBottomMiddle} 58 \opt{COWON_D2_PAD}{\TouchBottomMiddle}
59 \opt{MPIO_HD300_PAD}{\ButtonEnter} 59 \opt{MPIO_HD300_PAD}{\ButtonEnter}
60 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew} 60 \opt{SAMSUNG_YH92X_PAD}{\ButtonRew}
61 \opt{SAMSUNG_YH820_PAD}{\ButtonFF}
61 \opt{HAVEREMOTEKEYMAP}{& } 62 \opt{HAVEREMOTEKEYMAP}{& }
62 & Move down\\ 63 & Move down\\
63 \opt{PLAYER_PAD}{\ButtonOn+\ButtonPlay} 64 \opt{PLAYER_PAD}{\ButtonOn+\ButtonPlay}
@@ -116,7 +117,9 @@ the blocks fall faster. If the pile of blocks reaches the ceiling, the game is o
116 \opt{SANSA_FUZE_PAD}{Long \ButtonHome} 117 \opt{SANSA_FUZE_PAD}{Long \ButtonHome}
117 \opt{GIGABEAT_S_PAD}{\ButtonBack} 118 \opt{GIGABEAT_S_PAD}{\ButtonBack}
118 \opt{COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} 119 \opt{COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower}
119 \opt{PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRec} 120 \opt{PBELL_VIBE500_PAD}{\ButtonRec}
121 \opt{SAMSUNG_YH92X_PAD}{\ButtonFF}
122 \opt{SAMSUNG_YH820_PAD}{\ButtonRew}
120 \opt{MPIO_HD300_PAD}{Long \ButtonMenu} 123 \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
121 \opt{HAVEREMOTEKEYMAP}{& 124 \opt{HAVEREMOTEKEYMAP}{&
122 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop} 125 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
diff --git a/manual/plugins/rockboy.tex b/manual/plugins/rockboy.tex
index 6eafbcb234..abb455c08b 100644
--- a/manual/plugins/rockboy.tex
+++ b/manual/plugins/rockboy.tex
@@ -101,7 +101,8 @@ the gnuboy emulator. To start a game, open a ROM file saved as \fname{.gb} or
101 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,COWON_D2_PAD,PBELL_VIBE500_PAD% 101 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,COWON_D2_PAD,PBELL_VIBE500_PAD%
102 ,MPIO_HD300_PAD}{\ButtonMenu} 102 ,MPIO_HD300_PAD}{\ButtonMenu}
103 \opt{SANSA_FUZEPLUS_PAD}{\ButtonBack} 103 \opt{SANSA_FUZEPLUS_PAD}{\ButtonBack}
104 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRec} 104 \opt{SAMSUNG_YH92X_PAD}{\ButtonRecOn}
105 \opt{SAMSUNG_YH820_PAD}{\ButtonRec}
105 \opt{HAVEREMOTEKEYMAP}{& } 106 \opt{HAVEREMOTEKEYMAP}{& }
106 & Open Rockboy menu\\ 107 & Open Rockboy menu\\
107\end{btnmap} 108\end{btnmap}
diff --git a/manual/plugins/rockpaint.tex b/manual/plugins/rockpaint.tex
index 8ecbce431d..0f38edca6e 100644
--- a/manual/plugins/rockpaint.tex
+++ b/manual/plugins/rockpaint.tex
@@ -111,7 +111,8 @@ if you select Exit, so any unsaved changes will be lost.}
111 \opt{IRIVER_H300_PAD}{\ButtonOff} 111 \opt{IRIVER_H300_PAD}{\ButtonOff}
112 \opt{GIGABEAT_S_PAD}{\ButtonBack} 112 \opt{GIGABEAT_S_PAD}{\ButtonBack}
113 \opt{SANSA_FUZE_PAD}{Long \ButtonHome} 113 \opt{SANSA_FUZE_PAD}{Long \ButtonHome}
114 \opt{PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRec} 114 \opt{PBELL_VIBE500_PAD}{\ButtonRec}
115 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{Long \ButtonRew}
115 \opt{HAVEREMOTEKEYMAP}{& } 116 \opt{HAVEREMOTEKEYMAP}{& }
116 & Quits Rockpaint immediately.\\ 117 & Quits Rockpaint immediately.\\
117 } 118 }
@@ -134,7 +135,7 @@ if you select Exit, so any unsaved changes will be lost.}
134 \opt{IAUDIO_X5_PAD}{\ButtonPlay}% 135 \opt{IAUDIO_X5_PAD}{\ButtonPlay}%
135 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,COWON_D2_PAD,PBELL_VIBE500_PAD}{\ButtonMenu}% 136 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,COWON_D2_PAD,PBELL_VIBE500_PAD}{\ButtonMenu}%
136 \opt{IRIVER_H10_PAD}{\ButtonPlay}% 137 \opt{IRIVER_H10_PAD}{\ButtonPlay}%
137 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF}% 138 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}%
138 \opt{HAVEREMOTEKEYMAP}{& } 139 \opt{HAVEREMOTEKEYMAP}{& }
139 & Displays the Main Menu.\\ 140 & Displays the Main Menu.\\
140 141
@@ -143,11 +144,13 @@ if you select Exit, so any unsaved changes will be lost.}
143 \opt{SANSA_FUZE_PAD}{\ButtonSelect+\ButtonLeft} 144 \opt{SANSA_FUZE_PAD}{\ButtonSelect+\ButtonLeft}
144 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonMenu+\ButtonLeft} 145 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonMenu+\ButtonLeft}
145 \opt{GIGABEAT_PAD}{\ButtonA} 146 \opt{GIGABEAT_PAD}{\ButtonA}
146 \opt{IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew} 147 \opt{IRIVER_H10_PAD}{\ButtonRew}
147 \opt{GIGABEAT_S_PAD}{\ButtonPlay} 148 \opt{GIGABEAT_S_PAD}{\ButtonPlay}
148 \opt{SANSA_FUZEPLUS_PAD}{\ButtonBottomLeft{} or \ButtonBottomRight} 149 \opt{SANSA_FUZEPLUS_PAD}{\ButtonBottomLeft{} or \ButtonBottomRight}
149 \opt{touchscreen}{\TouchBottomLeft} 150 \opt{touchscreen}{\TouchBottomLeft}
150 \opt{PBELL_VIBE500_PAD}{\ButtonOK} 151 \opt{PBELL_VIBE500_PAD}{\ButtonOK}
152 \opt{SAMSUNG_YH92X_PAD}{\ButtonFF{} or \ButtonRec}%
153 \opt{SAMSUNG_YH820_PAD}{\ButtonFF{} or \ButtonLeft+\ButtonFF}%
151 \opt{HAVEREMOTEKEYMAP}{& } 154 \opt{HAVEREMOTEKEYMAP}{& }
152 & Displays the toolbar.\\ 155 & Displays the toolbar.\\
153 156
diff --git a/manual/plugins/sliding.tex b/manual/plugins/sliding.tex
index 5e15160eab..b0021383f3 100644
--- a/manual/plugins/sliding.tex
+++ b/manual/plugins/sliding.tex
@@ -34,7 +34,8 @@ Key controls:
34 \opt{SANSA_CLIP_PAD}{\ButtonHome} 34 \opt{SANSA_CLIP_PAD}{\ButtonHome}
35 \opt{SANSA_FUZE_PAD}{\ButtonSelect+\ButtonDown} 35 \opt{SANSA_FUZE_PAD}{\ButtonSelect+\ButtonDown}
36 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonLeft} 36 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonLeft}
37 \opt{IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew} 37 \opt{IRIVER_H10_PAD}{\ButtonRew}
38 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF}
38 \opt{COWON_D2_PAD}{\TouchBottomLeft} 39 \opt{COWON_D2_PAD}{\TouchBottomLeft}
39 \opt{PBELL_VIBE500_PAD}{\ButtonCancel} 40 \opt{PBELL_VIBE500_PAD}{\ButtonCancel}
40 \opt{SANSA_FUZEPLUS_PAD}{Long \ButtonPlay} 41 \opt{SANSA_FUZEPLUS_PAD}{Long \ButtonPlay}
@@ -45,7 +46,7 @@ Key controls:
45 \opt{RECORDER_PAD}{\ButtonFTwo} 46 \opt{RECORDER_PAD}{\ButtonFTwo}
46 \opt{ONDIO_PAD}{\ButtonMenu} 47 \opt{ONDIO_PAD}{\ButtonMenu}
47 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 48 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
48 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay} 49 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay}
49 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonRight} 50 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonRight}
50 \opt{SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonSelect} 51 \opt{SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonSelect}
51 \opt{GIGABEAT_PAD}{\ButtonA} 52 \opt{GIGABEAT_PAD}{\ButtonA}
@@ -53,7 +54,7 @@ Key controls:
53 \opt{GIGABEAT_S_PAD,PBELL_VIBE500_PAD}{\ButtonMenu} 54 \opt{GIGABEAT_S_PAD,PBELL_VIBE500_PAD}{\ButtonMenu}
54 \opt{SANSA_FUZEPLUS_PAD}{Long \ButtonSelect} 55 \opt{SANSA_FUZEPLUS_PAD}{Long \ButtonSelect}
55 \opt{COWON_D2_PAD}{\TouchCenter} 56 \opt{COWON_D2_PAD}{\TouchCenter}
56 \opt{MPIO_HD300_PAD}{\ButtonPlay} 57 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,MPIO_HD300_PAD}{\ButtonPlay}
57 \opt{HAVEREMOTEKEYMAP}{& } 58 \opt{HAVEREMOTEKEYMAP}{& }
58 & Switch between pictures (default puzzle\opt{albumart}{, album art}, and your own image if 59 & Switch between pictures (default puzzle\opt{albumart}{, album art}, and your own image if
59launched via Open With), and numbered tiles \\ 60launched via Open With), and numbered tiles \\
@@ -64,7 +65,8 @@ launched via Open With), and numbered tiles \\
64 \opt{SANSA_FUZE_PAD}{Long \ButtonHome} 65 \opt{SANSA_FUZE_PAD}{Long \ButtonHome}
65 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} 66 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
66 \opt{GIGABEAT_S_PAD}{\ButtonBack} 67 \opt{GIGABEAT_S_PAD}{\ButtonBack}
67 \opt{PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRec} 68 \opt{PBELL_VIBE500_PAD}{\ButtonRec}
69 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
68 \opt{MPIO_HD300_PAD}{Long \ButtonMenu} 70 \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
69 \opt{HAVEREMOTEKEYMAP}{& 71 \opt{HAVEREMOTEKEYMAP}{&
70 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop} 72 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
diff --git a/manual/plugins/snake.tex b/manual/plugins/snake.tex
index 80db0a65b3..6e969fc5a7 100644
--- a/manual/plugins/snake.tex
+++ b/manual/plugins/snake.tex
@@ -29,7 +29,7 @@ end when the snake touches either the borders of the screen or itself.
29 & Toggle Play/Pause\\ 29 & Toggle Play/Pause\\
30 % 30 %
31 \opt{SANSA_FUZEPLUS_PAD}{\ButtonPower} 31 \opt{SANSA_FUZEPLUS_PAD}{\ButtonPower}
32 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRec} 32 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
33 \opt{HAVEREMOTEKEYMAP}{& } 33 \opt{HAVEREMOTEKEYMAP}{& }
34 & Go to the plugin's menu\\ 34 & Go to the plugin's menu\\
35\end{btnmap} 35\end{btnmap}
diff --git a/manual/plugins/snake2.tex b/manual/plugins/snake2.tex
index f017bd4103..9801e2dc53 100644
--- a/manual/plugins/snake2.tex
+++ b/manual/plugins/snake2.tex
@@ -35,7 +35,8 @@ into itself.
35 ,MROBE100_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} 35 ,MROBE100_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower}
36 \opt{SANSA_FUZE_PAD}{Long \ButtonHome} 36 \opt{SANSA_FUZE_PAD}{Long \ButtonHome}
37 \opt{GIGABEAT_S_PAD}{\ButtonBack} 37 \opt{GIGABEAT_S_PAD}{\ButtonBack}
38 \opt{PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRec} 38 \opt{PBELL_VIBE500_PAD}{\ButtonRec}
39 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
39 \opt{MPIO_HD300_PAD}{Long \ButtonMenu} 40 \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
40 \opt{HAVEREMOTEKEYMAP}{& } 41 \opt{HAVEREMOTEKEYMAP}{& }
41 & Quit\\ 42 & Quit\\
diff --git a/manual/plugins/sokoban.tex b/manual/plugins/sokoban.tex
index 8b0f5c27ee..0d65a1cc0e 100644
--- a/manual/plugins/sokoban.tex
+++ b/manual/plugins/sokoban.tex
@@ -39,7 +39,8 @@ information about the level format, see
39\opt{SANSA_FUZE_PAD}{Long \ButtonHome} 39\opt{SANSA_FUZE_PAD}{Long \ButtonHome}
40\opt{GIGABEAT_S_PAD,COWON_D2_PAD}{\ButtonMenu} 40\opt{GIGABEAT_S_PAD,COWON_D2_PAD}{\ButtonMenu}
41\opt{MPIO_HD300_PAD}{Long \ButtonMenu} 41\opt{MPIO_HD300_PAD}{Long \ButtonMenu}
42\opt{PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRec} 42\opt{PBELL_VIBE500_PAD}{\ButtonRec}
43\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay}
43 \opt{HAVEREMOTEKEYMAP}{& 44 \opt{HAVEREMOTEKEYMAP}{&
44 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop} 45 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
45 } 46 }
@@ -56,8 +57,9 @@ information about the level format, see
56 \opt{GIGABEAT_S_PAD}{\ButtonPrev} 57 \opt{GIGABEAT_S_PAD}{\ButtonPrev}
57 \opt{COWON_D2_PAD}{\ButtonMinus} 58 \opt{COWON_D2_PAD}{\ButtonMinus}
58 \opt{PBELL_VIBE500_PAD}{\ButtonOK+\ButtonLeft} 59 \opt{PBELL_VIBE500_PAD}{\ButtonOK+\ButtonLeft}
59 \opt{MPIO_HD300_PAD}{\ButtonPlay + \ButtonRew} 60 \opt{MPIO_HD300_PAD}{\ButtonPlay+\ButtonRew}
60 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay + \ButtonDown} 61 \opt{SAMSUNG_YH92X_PAD}{\ButtonPlay+\ButtonDown}
62 \opt{SAMSUNG_YH820_PAD}{\ButtonRec+\ButtonDown}
61 \opt{HAVEREMOTEKEYMAP}{& } 63 \opt{HAVEREMOTEKEYMAP}{& }
62 & Back to previous level \\ 64 & Back to previous level \\
63} 65}
@@ -66,13 +68,14 @@ information about the level format, see
66 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonUp} 68 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonUp}
67 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 69 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
68 \opt{IAUDIO_X5_PAD}{\ButtonRec} 70 \opt{IAUDIO_X5_PAD}{\ButtonRec}
69 \opt{IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay+\ButtonRight} 71 \opt{IRIVER_H10_PAD,SAMSUNG_YH92X_PAD}{\ButtonPlay+\ButtonRight}
72 \opt{SAMSUNG_YH820_PAD}{\ButtonRec+\ButtonRight}
70 \opt{GIGABEAT_PAD,MROBE100_PAD}{\ButtonMenu} 73 \opt{GIGABEAT_PAD,MROBE100_PAD}{\ButtonMenu}
71 \opt{SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonSelect+\ButtonRight} 74 \opt{SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonSelect+\ButtonRight}
72 \opt{GIGABEAT_S_PAD}{\ButtonPlay} 75 \opt{GIGABEAT_S_PAD}{\ButtonPlay}
73 \opt{COWON_D2_PAD}{\TouchTopRight} 76 \opt{COWON_D2_PAD}{\TouchTopRight}
74 \opt{PBELL_VIBE500_PAD}{\ButtonOK+\ButtonCancel} 77 \opt{PBELL_VIBE500_PAD}{\ButtonOK+\ButtonCancel}
75 \opt{MPIO_HD300_PAD}{\ButtonPlay + \ButtonEnter} 78 \opt{MPIO_HD300_PAD}{\ButtonPlay+\ButtonEnter}
76 \opt{SANSA_FUZEPLUS_PAD}{\ButtonBack} 79 \opt{SANSA_FUZEPLUS_PAD}{\ButtonBack}
77 \opt{HAVEREMOTEKEYMAP}{& } 80 \opt{HAVEREMOTEKEYMAP}{& }
78 & Restart level \\ 81 & Restart level \\
@@ -89,8 +92,9 @@ information about the level format, see
89 \opt{SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonSelect+\ButtonUp} 92 \opt{SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonSelect+\ButtonUp}
90 \opt{COWON_D2_PAD}{\ButtonPlus} 93 \opt{COWON_D2_PAD}{\ButtonPlus}
91 \opt{PBELL_VIBE500_PAD}{\ButtonOK+\ButtonRight} 94 \opt{PBELL_VIBE500_PAD}{\ButtonOK+\ButtonRight}
92 \opt{MPIO_HD300_PAD}{\ButtonPlay + \ButtonFF} 95 \opt{MPIO_HD300_PAD}{\ButtonPlay+\ButtonFF}
93 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay + \ButtonUp} 96 \opt{SAMSUNG_YH92X_PAD}{\ButtonPlay+\ButtonUp}
97 \opt{SAMSUNG_YH820_PAD}{\ButtonRec+\ButtonUp}
94 \opt{HAVEREMOTEKEYMAP}{& } 98 \opt{HAVEREMOTEKEYMAP}{& }
95 & Go to next level \\ 99 & Go to next level \\
96} 100}
@@ -165,7 +169,8 @@ information about the level format, see
165\opt{SANSA_FUZE_PAD}{Long \ButtonHome} 169\opt{SANSA_FUZE_PAD}{Long \ButtonHome}
166\opt{GIGABEAT_S_PAD,COWON_D2_PAD}{\ButtonMenu} 170\opt{GIGABEAT_S_PAD,COWON_D2_PAD}{\ButtonMenu}
167\opt{MPIO_HD300_PAD}{Long \ButtonMenu} 171\opt{MPIO_HD300_PAD}{Long \ButtonMenu}
168\opt{PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRec} 172\opt{PBELL_VIBE500_PAD}{\ButtonRec}
173\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
169 \opt{HAVEREMOTEKEYMAP}{& } 174 \opt{HAVEREMOTEKEYMAP}{& }
170 & Quit \\ 175 & Quit \\
171\end{btnmap} 176\end{btnmap}
diff --git a/manual/plugins/solitaire.tex b/manual/plugins/solitaire.tex
index cf3084838d..e23e92fbc7 100644
--- a/manual/plugins/solitaire.tex
+++ b/manual/plugins/solitaire.tex
@@ -77,7 +77,8 @@ visit
77 \opt{PBELL_VIBE500_PAD}{\ButtonCancel} 77 \opt{PBELL_VIBE500_PAD}{\ButtonCancel}
78 \opt{MPIO_HD300_PAD}{\ButtonPlay} 78 \opt{MPIO_HD300_PAD}{\ButtonPlay}
79 \opt{SANSA_FUZEPLUS_PAD}{\ButtonBottomLeft} 79 \opt{SANSA_FUZEPLUS_PAD}{\ButtonBottomLeft}
80 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF + \ButtonLeft} 80 \opt{SAMSUNG_YH92X_PAD}{\ButtonPlay{} + \ButtonDown}
81 \opt{SAMSUNG_YH820_PAD}{\ButtonRec{} + \ButtonDown}
81 \opt{HAVEREMOTEKEYMAP}{& } 82 \opt{HAVEREMOTEKEYMAP}{& }
82 & Put the card from the top of the remains stack on top of the cursor\\ 83 & Put the card from the top of the remains stack on top of the cursor\\
83 % 84 %
@@ -93,7 +94,8 @@ visit
93 \opt{COWON_D2_PAD}{\TouchBottomLeft} 94 \opt{COWON_D2_PAD}{\TouchBottomLeft}
94 \opt{PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPlay} 95 \opt{PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPlay}
95 \opt{MPIO_HD300_PAD}{\ButtonRec} 96 \opt{MPIO_HD300_PAD}{\ButtonRec}
96 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew} 97 \opt{SAMSUNG_YH92X_PAD}{\ButtonPlay{} + \ButtonUp}
98 \opt{SAMSUNG_YH820_PAD}{\ButtonRec{} + \ButtonUp}
97 \opt{HAVEREMOTEKEYMAP}{& } 99 \opt{HAVEREMOTEKEYMAP}{& }
98 & Put the card under the cursor on one of the 4 final colour stacks.\\ 100 & Put the card under the cursor on one of the 4 final colour stacks.\\
99 % 101 %
@@ -109,7 +111,8 @@ visit
109 \opt{SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonVolUp} 111 \opt{SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonVolUp}
110 \opt{COWON_D2_PAD}{\TouchBottomRight} 112 \opt{COWON_D2_PAD}{\TouchBottomRight}
111 \opt{PBELL_VIBE500_PAD,MPIO_HD300_PAD,SANSA_FUZEPLUS_PAD}{Long \ButtonPlay} 113 \opt{PBELL_VIBE500_PAD,MPIO_HD300_PAD,SANSA_FUZEPLUS_PAD}{Long \ButtonPlay}
112 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew + \ButtonLeft} 114 \opt{SAMSUNG_YH92X_PAD}{\ButtonPlay{} + \ButtonRight}
115 \opt{SAMSUNG_YH820_PAD}{\ButtonRec{} + \ButtonRight}
113 \opt{HAVEREMOTEKEYMAP}{& } 116 \opt{HAVEREMOTEKEYMAP}{& }
114 & Put the card on top of the remains stack on one of the final colour stacks.\\ 117 & Put the card on top of the remains stack on one of the final colour stacks.\\
115 % 118 %
@@ -119,7 +122,8 @@ visit
119 ,GIGABEAT_PAD,MROBE100_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} 122 ,GIGABEAT_PAD,MROBE100_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower}
120 \opt{SANSA_FUZE_PAD}{Long \ButtonHome} 123 \opt{SANSA_FUZE_PAD}{Long \ButtonHome}
121 \opt{GIGABEAT_S_PAD}{\ButtonBack} 124 \opt{GIGABEAT_S_PAD}{\ButtonBack}
122 \opt{PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRec} 125 \opt{PBELL_VIBE500_PAD}{\ButtonRec}
126 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
123 \opt{MPIO_HD300_PAD}{\ButtonMenu} 127 \opt{MPIO_HD300_PAD}{\ButtonMenu}
124 \opt{HAVEREMOTEKEYMAP}{& 128 \opt{HAVEREMOTEKEYMAP}{&
125 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop} 129 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
diff --git a/manual/plugins/spacerocks.tex b/manual/plugins/spacerocks.tex
index 94324e1388..aeb53420fe 100644
--- a/manual/plugins/spacerocks.tex
+++ b/manual/plugins/spacerocks.tex
@@ -75,7 +75,8 @@ UFO will appear -- shoot this for extra points.
75 ,SANSA_C200_PAD,SANSA_CLIP_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} 75 ,SANSA_C200_PAD,SANSA_CLIP_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower}
76 \opt{SANSA_FUZE_PAD}{Long \ButtonHome} 76 \opt{SANSA_FUZE_PAD}{Long \ButtonHome}
77 \opt{GIGABEAT_S_PAD}{\ButtonBack} 77 \opt{GIGABEAT_S_PAD}{\ButtonBack}
78 \opt{PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRec} 78 \opt{PBELL_VIBE500_PAD}{\ButtonRec}
79 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
79 \opt{MPIO_HD300_PAD}{Long \ButtonMenu} 80 \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
80 \opt{HAVEREMOTEKEYMAP}{& 81 \opt{HAVEREMOTEKEYMAP}{&
81 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop} 82 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
diff --git a/manual/plugins/star.tex b/manual/plugins/star.tex
index 511def3b1b..3cb7f078cc 100644
--- a/manual/plugins/star.tex
+++ b/manual/plugins/star.tex
@@ -73,7 +73,8 @@ could not otherwise reach. The block cannot take ``o''s.
73 \opt{COWON_D2_PAD}{\TouchBottomLeft} 73 \opt{COWON_D2_PAD}{\TouchBottomLeft}
74 \opt{PBELL_VIBE500_PAD}{\ButtonCancel} 74 \opt{PBELL_VIBE500_PAD}{\ButtonCancel}
75 \opt{MPIO_HD300_PAD}{\ButtonPlay + \ButtonRew} 75 \opt{MPIO_HD300_PAD}{\ButtonPlay + \ButtonRew}
76 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew} 76 \opt{SAMSUNG_YH92X_PAD}{\ButtonFF+\ButtonDown}
77 \opt{SAMSUNG_YH820_PAD}{\ButtonRec+\ButtonDown}
77 \opt{HAVEREMOTEKEYMAP}{& } 78 \opt{HAVEREMOTEKEYMAP}{& }
78 & Previous level\\ 79 & Previous level\\
79 \opt{RECORDER_PAD}{\ButtonFTwo} 80 \opt{RECORDER_PAD}{\ButtonFTwo}
@@ -88,7 +89,7 @@ could not otherwise reach. The block cannot take ``o''s.
88 \opt{COWON_D2_PAD}{\TouchBottomRight} 89 \opt{COWON_D2_PAD}{\TouchBottomRight}
89 \opt{MPIO_HD300_PAD}{Long \ButtonPlay} 90 \opt{MPIO_HD300_PAD}{Long \ButtonPlay}
90 \opt{SANSA_FUZEPLUS_PAD}{Long \ButtonBack} 91 \opt{SANSA_FUZEPLUS_PAD}{Long \ButtonBack}
91 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew + \ButtonFF} 92 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{Long \ButtonFF}
92 \opt{HAVEREMOTEKEYMAP}{& } 93 \opt{HAVEREMOTEKEYMAP}{& }
93 & Reset level \\ 94 & Reset level \\
94 \opt{RECORDER_PAD}{\ButtonFThree} 95 \opt{RECORDER_PAD}{\ButtonFThree}
@@ -102,7 +103,8 @@ could not otherwise reach. The block cannot take ``o''s.
102 \opt{COWON_D2_PAD}{\TouchTopLeft} 103 \opt{COWON_D2_PAD}{\TouchTopLeft}
103 \opt{PBELL_VIBE500_PAD}{\ButtonOK} 104 \opt{PBELL_VIBE500_PAD}{\ButtonOK}
104 \opt{MPIO_HD300_PAD}{\ButtonPlay + \ButtonFF} 105 \opt{MPIO_HD300_PAD}{\ButtonPlay + \ButtonFF}
105 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF} 106 \opt{SAMSUNG_YH92X_PAD}{\ButtonFF+\ButtonUp}
107 \opt{SAMSUNG_YH820_PAD}{\ButtonRec+\ButtonUp}
106 \opt{HAVEREMOTEKEYMAP}{& } 108 \opt{HAVEREMOTEKEYMAP}{& }
107 & Next level \\ 109 & Next level \\
108 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 110 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
@@ -111,7 +113,8 @@ could not otherwise reach. The block cannot take ``o''s.
111 ,GIGABEAT_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} 113 ,GIGABEAT_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower}
112 \opt{SANSA_FUZE_PAD}{Long \ButtonHome} 114 \opt{SANSA_FUZE_PAD}{Long \ButtonHome}
113 \opt{GIGABEAT_S_PAD}{\ButtonBack} 115 \opt{GIGABEAT_S_PAD}{\ButtonBack}
114 \opt{PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRec} 116 \opt{PBELL_VIBE500_PAD}{\ButtonRec}
117 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{Long \ButtonRew}
115 \opt{MPIO_HD300_PAD}{Long \ButtonMenu} 118 \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
116 \opt{HAVEREMOTEKEYMAP}{& 119 \opt{HAVEREMOTEKEYMAP}{&
117 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop} 120 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
diff --git a/manual/plugins/stopwatch.tex b/manual/plugins/stopwatch.tex
index 0903ea7e31..68521118f8 100644
--- a/manual/plugins/stopwatch.tex
+++ b/manual/plugins/stopwatch.tex
@@ -11,7 +11,8 @@ A simple stopwatch program with support for saving times.
11 ,MROBE100_PAD,SANSA_CLIP_PAD}{\ButtonPower} 11 ,MROBE100_PAD,SANSA_CLIP_PAD}{\ButtonPower}
12 \opt{SANSA_FUZE_PAD}{Long \ButtonHome} 12 \opt{SANSA_FUZE_PAD}{Long \ButtonHome}
13 \opt{GIGABEAT_S_PAD}{\ButtonBack} 13 \opt{GIGABEAT_S_PAD}{\ButtonBack}
14 \opt{PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRec} 14 \opt{PBELL_VIBE500_PAD}{\ButtonRec}
15 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
15 \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay} 16 \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}
16 \opt{MPIO_HD300_PAD}{Long \ButtonMenu} 17 \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
17 \opt{HAVEREMOTEKEYMAP}{& 18 \opt{HAVEREMOTEKEYMAP}{&
diff --git a/manual/plugins/sudoku.tex b/manual/plugins/sudoku.tex
index 98f241b8f3..ecb73b1520 100644
--- a/manual/plugins/sudoku.tex
+++ b/manual/plugins/sudoku.tex
@@ -57,7 +57,7 @@ settings.
57 \opt{PBELL_VIBE500_PAD}{\ButtonOK} 57 \opt{PBELL_VIBE500_PAD}{\ButtonOK}
58 \opt{MPIO_HD200_PAD}{\ButtonFunc} 58 \opt{MPIO_HD200_PAD}{\ButtonFunc}
59 \opt{MPIO_HD300_PAD}{\ButtonEnter} 59 \opt{MPIO_HD300_PAD}{\ButtonEnter}
60 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF} 60 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF{} / \ButtonRew}
61 \opt{HAVEREMOTEKEYMAP}{& } 61 \opt{HAVEREMOTEKEYMAP}{& }
62 & Change number under the cursor\\ 62 & Change number under the cursor\\
63 % 63 %
@@ -75,7 +75,7 @@ settings.
75 \opt{PBELL_VIBE500_PAD}{Long \ButtonOK} 75 \opt{PBELL_VIBE500_PAD}{Long \ButtonOK}
76 \opt{MPIO_HD200_PAD}{Long \ButtonFunc} 76 \opt{MPIO_HD200_PAD}{Long \ButtonFunc}
77 \opt{MPIO_HD300_PAD}{Long \ButtonEnter} 77 \opt{MPIO_HD300_PAD}{Long \ButtonEnter}
78 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{Long \ButtonFF} 78 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{Long \ButtonFF{} / Long \ButtonRew}
79 \opt{HAVEREMOTEKEYMAP}{& } 79 \opt{HAVEREMOTEKEYMAP}{& }
80 & Constantly changing the number under the cursor\\ 80 & Constantly changing the number under the cursor\\
81 % 81 %
@@ -84,12 +84,13 @@ settings.
84 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 84 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
85 \opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% 85 \opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD%
86 ,COWON_D2_PAD,PBELL_VIBE500_PAD,MPIO_HD300_PAD}{\ButtonMenu} 86 ,COWON_D2_PAD,PBELL_VIBE500_PAD,MPIO_HD300_PAD}{\ButtonMenu}
87 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay} 87 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay}
88 \opt{SANSA_E200_PAD}{\ButtonSelect} 88 \opt{SANSA_E200_PAD}{\ButtonSelect}
89 \opt{SANSA_FUZE_PAD}{\ButtonHome} 89 \opt{SANSA_FUZE_PAD}{\ButtonHome}
90 \opt{SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonPower} 90 \opt{SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonPower}
91 \opt{MPIO_HD200_PAD}{\ButtonRec} 91 \opt{MPIO_HD200_PAD,SAMSUNG_YH820_PAD}{\ButtonRec}
92 \opt{SANSA_FUZEPLUS_PAD}{\ButtonBack} 92 \opt{SANSA_FUZEPLUS_PAD}{\ButtonBack}
93 \opt{SAMSUNG_YH92X_PAD}{Long \ButtonPlay}
93 \opt{HAVEREMOTEKEYMAP}{& } 94 \opt{HAVEREMOTEKEYMAP}{& }
94 & Open Menu\\ 95 & Open Menu\\
95 % 96 %
@@ -99,12 +100,11 @@ settings.
99 \opt{SANSA_CLIP_PAD}{\ButtonHome} 100 \opt{SANSA_CLIP_PAD}{\ButtonHome}
100 \opt{SANSA_FUZE_PAD}{\ButtonSelect} 101 \opt{SANSA_FUZE_PAD}{\ButtonSelect}
101 \opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD,MPIO_HD200_PAD% 102 \opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD,MPIO_HD200_PAD%
102 ,MPIO_HD300_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPlay} 103 ,MPIO_HD300_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay}
103 \opt{IRIVER_H10_PAD}{\ButtonFF} 104 \opt{IRIVER_H10_PAD}{\ButtonFF}
104 \opt{GIGABEAT_PAD}{\ButtonA} 105 \opt{GIGABEAT_PAD}{\ButtonA}
105 \opt{MROBE100_PAD}{\ButtonDisplay} 106 \opt{MROBE100_PAD}{\ButtonDisplay}
106 \opt{COWON_D2_PAD}{Long \TouchBottomLeft} 107 \opt{COWON_D2_PAD}{Long \TouchBottomLeft}
107 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
108 \opt{HAVEREMOTEKEYMAP}{& } 108 \opt{HAVEREMOTEKEYMAP}{& }
109 & Add/Remove number to scratchpad\\ 109 & Add/Remove number to scratchpad\\
110 % 110 %
@@ -112,10 +112,10 @@ settings.
112 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% 112 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
113 ,MROBE100_PAD}{\ButtonPower} 113 ,MROBE100_PAD}{\ButtonPower}
114 \opt{SANSA_FUZE_PAD}{Long \ButtonHome} 114 \opt{SANSA_FUZE_PAD}{Long \ButtonHome}
115 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Menu $\rightarrow$ Quit} 115 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{Menu $\rightarrow$ Quit}
116 \opt{SANSA_C200_PAD,SANSA_CLIP_PAD,COWON_D2_PAD}{Long \ButtonPower} 116 \opt{SANSA_C200_PAD,SANSA_CLIP_PAD,COWON_D2_PAD}{Long \ButtonPower}
117 \opt{PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRec} 117 \opt{PBELL_VIBE500_PAD}{\ButtonRec}
118 \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay} 118 \opt{MPIO_HD200_PAD}{\ButtonRec+\ButtonPlay}
119 \opt{MPIO_HD300_PAD}{Long \ButtonMenu} 119 \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
120 \opt{HAVEREMOTEKEYMAP}{& } 120 \opt{HAVEREMOTEKEYMAP}{& }
121 & Quit\\ 121 & Quit\\
diff --git a/manual/plugins/text_viewer.tex b/manual/plugins/text_viewer.tex
index d940756df3..7379176aaf 100644
--- a/manual/plugins/text_viewer.tex
+++ b/manual/plugins/text_viewer.tex
@@ -49,7 +49,7 @@ by using \emph{Open with} from the \emph{Context Menu}
49 \opt{MPIO_HD300_PAD}{\ButtonRew} 49 \opt{MPIO_HD300_PAD}{\ButtonRew}
50 \opt{touchscreen}{\TouchMidLeft} 50 \opt{touchscreen}{\TouchMidLeft}
51 \nopt{PLAYER_PAD,GIGABEAT_S_PAD,touchscreen,IAUDIO_M3_PAD,MPIO_HD200_PAD% 51 \nopt{PLAYER_PAD,GIGABEAT_S_PAD,touchscreen,IAUDIO_M3_PAD,MPIO_HD200_PAD%
52 ,MPIO_HD300_PAD}{\ButtonLeft} 52 ,MPIO_HD300_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonLeft}
53 \opt{HAVEREMOTEKEYMAP}{& 53 \opt{HAVEREMOTEKEYMAP}{&
54 \opt{IAUDIO_M3_PAD}{\ButtonRCLeft} 54 \opt{IAUDIO_M3_PAD}{\ButtonRCLeft}
55 } 55 }
@@ -62,7 +62,7 @@ by using \emph{Open with} from the \emph{Context Menu}
62 \opt{MPIO_HD300_PAD}{\ButtonFF} 62 \opt{MPIO_HD300_PAD}{\ButtonFF}
63 \opt{touchscreen}{\TouchMidRight} 63 \opt{touchscreen}{\TouchMidRight}
64 \nopt{PLAYER_PAD,GIGABEAT_S_PAD,touchscreen,IAUDIO_M3_PAD,MPIO_HD200_PAD% 64 \nopt{PLAYER_PAD,GIGABEAT_S_PAD,touchscreen,IAUDIO_M3_PAD,MPIO_HD200_PAD%
65 ,MPIO_HD300_PAD}{\ButtonRight} 65 ,MPIO_HD300_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRight}
66 \opt{HAVEREMOTEKEYMAP}{& 66 \opt{HAVEREMOTEKEYMAP}{&
67 \opt{IAUDIO_M3_PAD}{\ButtonRCRight} 67 \opt{IAUDIO_M3_PAD}{\ButtonRCRight}
68 } 68 }
@@ -71,44 +71,54 @@ by using \emph{Open with} from the \emph{Context Menu}
71 71
72 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD% 72 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD%
73 ,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_S_PAD% 73 ,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_S_PAD%
74 ,GIGABEAT_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD}{% 74 ,GIGABEAT_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD%
75 ,SAMSUNG_YH820_PAD}{%
75 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonUp} 76 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonUp}
76 \opt{SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollBack} 77 \opt{SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollBack}
77 \opt{SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD}{\ButtonUp} 78 \opt{SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD}{\ButtonUp}
78 \opt{GIGABEAT_PAD}{\ButtonA+\ButtonUp} 79 \opt{GIGABEAT_PAD}{\ButtonA+\ButtonUp}
79 \opt{SANSA_FUZEPLUS_PAD}{\ButtonVolUp} 80 \opt{SANSA_FUZEPLUS_PAD}{\ButtonVolUp}
81 \opt{SAMSUNG_YH92X_PAD}{\ButtonFF+\ButtonUp}
82 \opt{SAMSUNG_YH820_PAD}{\ButtonRec+\ButtonUp}
80 \opt{HAVEREMOTEKEYMAP}{& } 83 \opt{HAVEREMOTEKEYMAP}{& }
81 & One line up\\ 84 & One line up\\
82 } 85 }
83 86
84 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD% 87 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD%
85 ,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_S_PAD% 88 ,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_S_PAD%
86 ,GIGABEAT_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD}{% 89 ,GIGABEAT_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD%
90 ,SAMSUNG_YH820_PAD}{%
87 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonDown} 91 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonDown}
88 \opt{SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollFwd} 92 \opt{SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollFwd}
89 \opt{SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD}{\ButtonDown} 93 \opt{SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD}{\ButtonDown}
90 \opt{GIGABEAT_PAD}{\ButtonA+\ButtonDown} 94 \opt{GIGABEAT_PAD}{\ButtonA+\ButtonDown}
91 \opt{SANSA_FUZEPLUS_PAD}{\ButtonVolDown} 95 \opt{SANSA_FUZEPLUS_PAD}{\ButtonVolDown}
96 \opt{SAMSUNG_YH92X_PAD}{\ButtonFF+\ButtonDown}
97 \opt{SAMSUNG_YH820_PAD}{\ButtonRec+\ButtonDown}
92 \opt{HAVEREMOTEKEYMAP}{& } 98 \opt{HAVEREMOTEKEYMAP}{& }
93 & One line down\\ 99 & One line down\\
94 } 100 }
95 101
96 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,% 102 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,%
97 GIGABEAT_S_PAD,SANSA_FUZEPLUS_PAD}{ 103 GIGABEAT_S_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{
98 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonLeft} 104 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonLeft}
99 \opt{GIGABEAT_S_PAD}{\ButtonLeft} 105 \opt{GIGABEAT_S_PAD}{\ButtonLeft}
100 \opt{GIGABEAT_PAD}{\ButtonA+\ButtonLeft} 106 \opt{GIGABEAT_PAD}{\ButtonA+\ButtonLeft}
101 \opt{SANSA_FUZEPLUS_PAD}{\ButtonBottomLeft} 107 \opt{SANSA_FUZEPLUS_PAD}{\ButtonBottomLeft}
108 \opt{SAMSUNG_YH92X_PAD}{\ButtonFF+\ButtonLeft}
109 \opt{SAMSUNG_YH820_PAD}{\ButtonRec+\ButtonLeft}
102 \opt{HAVEREMOTEKEYMAP}{& } 110 \opt{HAVEREMOTEKEYMAP}{& }
103 & One column left\\ 111 & One column left\\
104 } 112 }
105 113
106 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,% 114 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,%
107 GIGABEAT_S_PAD,SANSA_FUZEPLUS_PAD}{ 115 GIGABEAT_S_PAD,SANSA_FUZEPLUS_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{
108 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonRight} 116 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonRight}
109 \opt{GIGABEAT_S_PAD}{\ButtonRight} 117 \opt{GIGABEAT_S_PAD}{\ButtonRight}
110 \opt{GIGABEAT_PAD}{\ButtonA+\ButtonRight} 118 \opt{GIGABEAT_PAD}{\ButtonA+\ButtonRight}
111 \opt{SANSA_FUZEPLUS_PAD}{\ButtonBottomRight} 119 \opt{SANSA_FUZEPLUS_PAD}{\ButtonBottomRight}
120 \opt{SAMSUNG_YH92X_PAD}{\ButtonFF+\ButtonRight}
121 \opt{SAMSUNG_YH820_PAD}{\ButtonRec+\ButtonRight}
112 \opt{HAVEREMOTEKEYMAP}{& } 122 \opt{HAVEREMOTEKEYMAP}{& }
113 & One column right\\ 123 & One column right\\
114 } 124 }
@@ -123,9 +133,10 @@ by using \emph{Open with} from the \emph{Context Menu}
123 \opt{SANSA_CLIP_PAD}{\ButtonHome} 133 \opt{SANSA_CLIP_PAD}{\ButtonHome}
124 \opt{SANSA_FUZE_PAD}{\ButtonDown+\ButtonSelect} 134 \opt{SANSA_FUZE_PAD}{\ButtonDown+\ButtonSelect}
125 \opt{MROBE100_PAD}{\ButtonDisplay} 135 \opt{MROBE100_PAD}{\ButtonDisplay}
136 \opt{SAMSUNG_YH820_PAD}{\ButtonFF}
137 \opt{SAMSUNG_YH92X_PAD}{\ButtonRecOn{} or \ButtonRecOff}
126 \opt{MPIO_HD200_PAD}{FIXME} 138 \opt{MPIO_HD200_PAD}{FIXME}
127 \opt{touchscreen}{\TouchCenter} 139 \opt{touchscreen}{\TouchCenter}
128 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
129 \opt{HAVEREMOTEKEYMAP}{& 140 \opt{HAVEREMOTEKEYMAP}{&
130 \opt{IAUDIO_M3_PAD}{\ButtonRCMode} 141 \opt{IAUDIO_M3_PAD}{\ButtonRCMode}
131 } 142 }
@@ -136,12 +147,13 @@ by using \emph{Open with} from the \emph{Context Menu}
136 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonOff} 147 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonOff}
137 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonSelect} 148 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonSelect}
138 \opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect} 149 \opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect}
139 \opt{IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF} 150 \opt{IRIVER_H10_PAD}{\ButtonFF}
140 \opt{IAUDIO_X5_PAD}{\ButtonRec} 151 \opt{IAUDIO_X5_PAD}{\ButtonRec}
141 \opt{SANSA_FUZEPLUS_PAD}{Long \ButtonSelect} 152 \opt{SANSA_FUZEPLUS_PAD}{Long \ButtonSelect}
142 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonDown+\ButtonSelect} 153 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonDown+\ButtonSelect}
143 \opt{COWON_D2_PAD}{\ButtonMenu+\ButtonPlus} 154 \opt{COWON_D2_PAD}{\ButtonMenu+\ButtonPlus}
144 \opt{SANSA_FUZE_PAD}{\ButtonUp+\ButtonSelect} 155 \opt{SANSA_FUZE_PAD}{\ButtonUp+\ButtonSelect}
156 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay}
145 \opt{PBELL_VIBE500_PAD}{\ButtonPower} 157 \opt{PBELL_VIBE500_PAD}{\ButtonPower}
146 \opt{MPIO_HD200_PAD}{\ButtonRec} 158 \opt{MPIO_HD200_PAD}{\ButtonRec}
147 \opt{MPIO_HD300_PAD}{\ButtonEnter} 159 \opt{MPIO_HD300_PAD}{\ButtonEnter}
@@ -158,10 +170,9 @@ by using \emph{Open with} from the \emph{Context Menu}
158 \opt{IAUDIO_X5_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_E200_PAD}{\ButtonSelect} 170 \opt{IAUDIO_X5_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_E200_PAD}{\ButtonSelect}
159 \opt{SANSA_FUZE_PAD}{Long \ButtonSelect} 171 \opt{SANSA_FUZE_PAD}{Long \ButtonSelect}
160 \opt{SANSA_FUZEPLUS_PAD}{\ButtonBack} 172 \opt{SANSA_FUZEPLUS_PAD}{\ButtonBack}
161 \opt{IRIVER_H10_PAD}{\ButtonRew} 173 \opt{IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
162 \opt{COWON_D2_PAD}{\ButtonMenu{} / }% 174 \opt{COWON_D2_PAD}{\ButtonMenu{} / }%
163 \opt{MPIO_HD200_PAD}{\ButtonFunc} 175 \opt{MPIO_HD200_PAD}{\ButtonFunc}
164 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonPlay}
165 \opt{touchscreen}{\TouchTopRight} 176 \opt{touchscreen}{\TouchTopRight}
166 \opt{HAVEREMOTEKEYMAP}{& 177 \opt{HAVEREMOTEKEYMAP}{&
167 \opt{IAUDIO_M3_PAD}{\ButtonRCPlay} 178 \opt{IAUDIO_M3_PAD}{\ButtonRCPlay}
@@ -177,7 +188,8 @@ by using \emph{Open with} from the \emph{Context Menu}
177 \opt{GIGABEAT_S_PAD}{\ButtonBack} 188 \opt{GIGABEAT_S_PAD}{\ButtonBack}
178 \opt{COWON_D2_PAD}{\ButtonPower{} / }% 189 \opt{COWON_D2_PAD}{\ButtonPower{} / }%
179 \opt{touchscreen}{\TouchTopLeft} 190 \opt{touchscreen}{\TouchTopLeft}
180 \opt{IAUDIO_M3_PAD,PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRec} 191 \opt{IAUDIO_M3_PAD,PBELL_VIBE500_PAD}{\ButtonRec}
192 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{Long \ButtonRew}
181 \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay} 193 \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}
182 \opt{MPIO_HD300_PAD}{Long \ButtonMenu} 194 \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
183 \opt{HAVEREMOTEKEYMAP}{& 195 \opt{HAVEREMOTEKEYMAP}{&
diff --git a/manual/plugins/vumeter.tex b/manual/plugins/vumeter.tex
index 2d986824a7..22d5bcc2d5 100644
--- a/manual/plugins/vumeter.tex
+++ b/manual/plugins/vumeter.tex
@@ -16,7 +16,8 @@ and the meter scale can be changed.
16 ,MROBE100_PAD,COWON_D2_PAD}{\ButtonPower} 16 ,MROBE100_PAD,COWON_D2_PAD}{\ButtonPower}
17\opt{SANSA_FUZE_PAD}{Long \ButtonHome} 17\opt{SANSA_FUZE_PAD}{Long \ButtonHome}
18\opt{GIGABEAT_S_PAD,SANSA_FUZEPLUS_PAD}{\ButtonBack} 18\opt{GIGABEAT_S_PAD,SANSA_FUZEPLUS_PAD}{\ButtonBack}
19\opt{PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRec} 19\opt{PBELL_VIBE500_PAD}{\ButtonRec}
20\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
20\opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay} 21\opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}
21\opt{MPIO_HD300_PAD}{Long \ButtonMenu} 22\opt{MPIO_HD300_PAD}{Long \ButtonMenu}
22 \opt{HAVEREMOTEKEYMAP}{& 23 \opt{HAVEREMOTEKEYMAP}{&
@@ -42,7 +43,8 @@ and the meter scale can be changed.
42\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD% 43\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD%
43 ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonSelect} 44 ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonSelect}
44\opt{SANSA_FUZEPLUS_PAD}{Long \ButtonSelect} 45\opt{SANSA_FUZEPLUS_PAD}{Long \ButtonSelect}
45\opt{IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew} 46\opt{IRIVER_H10_PAD}{\ButtonRew}
47\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonLeft}
46\opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,COWON_D2_PAD,PBELL_VIBE500_PAD% 48\opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,COWON_D2_PAD,PBELL_VIBE500_PAD%
47 ,MPIO_HD300_PAD}{\ButtonMenu} 49 ,MPIO_HD300_PAD}{\ButtonMenu}
48\opt{MPIO_HD200_PAD}{\ButtonFunc} 50\opt{MPIO_HD200_PAD}{\ButtonFunc}
diff --git a/manual/plugins/wormlet.tex b/manual/plugins/wormlet.tex
index 9ccc49f319..fd02fa8110 100644
--- a/manual/plugins/wormlet.tex
+++ b/manual/plugins/wormlet.tex
@@ -152,7 +152,8 @@ There are two ways to stop a running game.
152\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu+\ButtonSelect}% 152\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu+\ButtonSelect}%
153\opt{IAUDIO_X5_PAD,SANSA_E200_PAD,GIGABEAT_PAD}{\ButtonPower}% 153\opt{IAUDIO_X5_PAD,SANSA_E200_PAD,GIGABEAT_PAD}{\ButtonPower}%
154\opt{SANSA_FUZE_PAD}{Long \ButtonHome}% 154\opt{SANSA_FUZE_PAD}{Long \ButtonHome}%
155\opt{PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRec}% 155\opt{PBELL_VIBE500_PAD}{\ButtonRec}%
156\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}%
156\opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}% 157\opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}%
157\opt{MPIO_HD300_PAD}{Long \ButtonMenu}% 158\opt{MPIO_HD300_PAD}{Long \ButtonMenu}%
158\opt{GIGABEAT_S_PAD}{\ButtonBack}. 159\opt{GIGABEAT_S_PAD}{\ButtonBack}.
@@ -165,7 +166,7 @@ The game will stop immediately and you will return to the game menu.
165\opt{SANSA_FUZE_PAD}{\ButtonSelect+\ButtonUp}% 166\opt{SANSA_FUZE_PAD}{\ButtonSelect+\ButtonUp}%
166\opt{GIGABEAT_PAD}{\ButtonA}% 167\opt{GIGABEAT_PAD}{\ButtonA}%
167\opt{PBELL_VIBE500_PAD}{\ButtonCancel}% 168\opt{PBELL_VIBE500_PAD}{\ButtonCancel}%
168\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}% 169\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF}%
169\opt{MPIO_HD200_PAD}{Long \ButtonFunc}% 170\opt{MPIO_HD200_PAD}{Long \ButtonFunc}%
170\opt{MPIO_HD300_PAD}{Long \ButtonPlay}% 171\opt{MPIO_HD300_PAD}{Long \ButtonPlay}%
171\opt{GIGABEAT_S_PAD}{\ButtonMenu}. 172\opt{GIGABEAT_S_PAD}{\ButtonMenu}.
@@ -177,7 +178,7 @@ This freezes the game. If you hit
177\opt{SANSA_FUZE_PAD}{\ButtonSelect+\ButtonUp}% 178\opt{SANSA_FUZE_PAD}{\ButtonSelect+\ButtonUp}%
178\opt{GIGABEAT_PAD}{\ButtonA}% 179\opt{GIGABEAT_PAD}{\ButtonA}%
179\opt{PBELL_VIBE500_PAD}{\ButtonCancel}% 180\opt{PBELL_VIBE500_PAD}{\ButtonCancel}%
180\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}% 181\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonFF}%
181\opt{MPIO_HD200_PAD}{Long \ButtonFunc}% 182\opt{MPIO_HD200_PAD}{Long \ButtonFunc}%
182\opt{MPIO_HD300_PAD}{Long \ButtonPlay}% 183\opt{MPIO_HD300_PAD}{Long \ButtonPlay}%
183\opt{GIGABEAT_S_PAD}{\ButtonMenu} 184\opt{GIGABEAT_S_PAD}{\ButtonMenu}
@@ -187,7 +188,8 @@ games menu you can hit
187\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu+\ButtonSelect}% 188\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu+\ButtonSelect}%
188\opt{IAUDIO_X5_PAD,SANSA_E200_PAD,GIGABEAT_PAD}{\ButtonPower}% 189\opt{IAUDIO_X5_PAD,SANSA_E200_PAD,GIGABEAT_PAD}{\ButtonPower}%
189\opt{SANSA_FUZE_PAD}{Long \ButtonHome} 190\opt{SANSA_FUZE_PAD}{Long \ButtonHome}
190\opt{PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRec}% 191\opt{PBELL_VIBE500_PAD}{\ButtonRec}%
192\opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}%
191\opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}% 193\opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}%
192\opt{MPIO_HD300_PAD}{Long \ButtonMenu}% 194\opt{MPIO_HD300_PAD}{Long \ButtonMenu}%
193\opt{GIGABEAT_S_PAD}{\ButtonBack}. A stopped game can not be resumed. 195\opt{GIGABEAT_S_PAD}{\ButtonBack}. A stopped game can not be resumed.
diff --git a/manual/plugins/xobox.tex b/manual/plugins/xobox.tex
index a678565395..1be543ccdf 100644
--- a/manual/plugins/xobox.tex
+++ b/manual/plugins/xobox.tex
@@ -41,7 +41,8 @@ To finish a level you have to section off more than 75\%.
41 ,GIGABEAT_PAD,MROBE100_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower} 41 ,GIGABEAT_PAD,MROBE100_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower}
42 \opt{SANSA_FUZE_PAD}{Long \ButtonHome} 42 \opt{SANSA_FUZE_PAD}{Long \ButtonHome}
43 \opt{GIGABEAT_S_PAD}{\ButtonBack} 43 \opt{GIGABEAT_S_PAD}{\ButtonBack}
44 \opt{PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRec} 44 \opt{PBELL_VIBE500_PAD}{\ButtonRec}
45 \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ButtonRew}
45 \opt{MPIO_HD300_PAD}{Long \ButtonMenu} 46 \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
46 \opt{HAVEREMOTEKEYMAP}{& } 47 \opt{HAVEREMOTEKEYMAP}{& }
47 & Open menu\\ 48 & Open menu\\
diff --git a/manual/rockbox_interface/browsing_and_playing.tex b/manual/rockbox_interface/browsing_and_playing.tex
index b5d151f474..9bb8fe9b77 100644
--- a/manual/rockbox_interface/browsing_and_playing.tex
+++ b/manual/rockbox_interface/browsing_and_playing.tex
@@ -226,7 +226,7 @@ example when renaming a file or creating a new directory.
226\begin{btnmap} 226\begin{btnmap}
227 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% 227 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
228 ,MROBE100_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_FUZEPLUS_PAD% 228 ,MROBE100_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_FUZEPLUS_PAD%
229 ,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{ 229 ,SAMSUNG_YH820_PAD}{
230 \ActionKbdCursorLeft{} / \ActionKbdCursorRight 230 \ActionKbdCursorLeft{} / \ActionKbdCursorRight
231 & 231 &
232 \opt{HAVEREMOTEKEYMAP}{\ActionRCKbdCursorLeft{} / \ActionRCKbdCursorRight 232 \opt{HAVEREMOTEKEYMAP}{\ActionRCKbdCursorLeft{} / \ActionRCKbdCursorRight
diff --git a/manual/rockbox_interface/main.tex b/manual/rockbox_interface/main.tex
index edd0a776db..f11246f162 100644
--- a/manual/rockbox_interface/main.tex
+++ b/manual/rockbox_interface/main.tex
@@ -504,9 +504,8 @@ detail in the following paragraph.
504 504
505 There are three buttons at the top of the right hand side of the \dap{}: \ButtonFF{} on the top, 505 There are three buttons at the top of the right hand side of the \dap{}: \ButtonFF{} on the top,
506 \ButtonPlay{} in the middle and \ButtonRew{} underneath. Below these buttons is the \ButtonRec{} 506 \ButtonPlay{} in the middle and \ButtonRew{} underneath. Below these buttons is the \ButtonRec{}
507 switch. When the \ButtonRec{} switch is moved towards the top of the \dap{}, it acts like 507 switch. Rockbox doesn't take note of the actual \emph{position} of the switch, but reacts to a
508 a pressing regular button, but it blocks other actions in this position, so it have to be set 508 \emph{switching movement} like pressing a regular button.
509 back by the user.
510 509
511 On the top panel of the \dap{}, from left to right, you can find the following: headphone/remote 510 On the top panel of the \dap{}, from left to right, you can find the following: headphone/remote
512 socket, line-in socket, internal microphone, and the \ButtonHold{} switch. Note that when the 511 socket, line-in socket, internal microphone, and the \ButtonHold{} switch. Note that when the
diff --git a/uisimulator/buttonmap/samsung-yh92x.c b/uisimulator/buttonmap/samsung-yh92x.c
index 995f9c8a7e..56bae0fcd2 100644
--- a/uisimulator/buttonmap/samsung-yh92x.c
+++ b/uisimulator/buttonmap/samsung-yh92x.c
@@ -58,8 +58,11 @@ int key_to_button(int keyboard_button)
58 case SDLK_PAGEDOWN: 58 case SDLK_PAGEDOWN:
59 new_btn = BUTTON_REW; 59 new_btn = BUTTON_REW;
60 break; 60 break;
61 case SDLK_KP_MINUS:
62 new_btn = BUTTON_REC_SW_ON;
63 break;
61 case SDLK_KP_PLUS: 64 case SDLK_KP_PLUS:
62 new_btn = BUTTON_REC; 65 new_btn = BUTTON_REC_SW_OFF;
63 break; 66 break;
64 } 67 }
65 return new_btn; 68 return new_btn;
@@ -70,7 +73,8 @@ struct button_map bm[] = {
70 { SDLK_KP5, 369, 84, 25, "Play" }, 73 { SDLK_KP5, 369, 84, 25, "Play" },
71 { SDLK_KP5, 367, 125, 27, "Play" }, 74 { SDLK_KP5, 367, 125, 27, "Play" },
72 { SDLK_KP3, 369, 188, 17, "Rew" }, 75 { SDLK_KP3, 369, 188, 17, "Rew" },
73 { SDLK_KP_PLUS, 370, 330, 30, "Record" }, 76 { SDLK_KP_MINUS,370, 315, 15, "Rec On" },
77 { SDLK_KP_PLUS, 370, 347, 15, "Rec Off" },
74 { SDLK_KP4, 146, 252, 32, "Menu" }, 78 { SDLK_KP4, 146, 252, 32, "Menu" },
75 { SDLK_KP8, 204, 226, 27, "Up" }, 79 { SDLK_KP8, 204, 226, 27, "Up" },
76 { SDLK_KP6, 257, 250, 34, "Select" }, 80 { SDLK_KP6, 257, 250, 34, "Select" },