Update Thai translation - FS #11474 by Phinitnun Chanasabaeng
[kugel-rb.git] / apps / features.txt
blobef866a9eb1319ce0b77bdf3d9c3dd263fdc180f2
1 /* This file controls which strings are included when rockbox is built and
2    when the .lng and .voice files are built. That means that a change in this
3    file will break compatibility with older .lng and .voice files and that those
4    version numbers should be updated. It also means that changing defines in
5    the various config*.h files could also break back compatibility */  
7 #if defined(HAVE_ACCESSORY_SUPPLY)
8 accessory_supply
9 #endif
11 #if defined(HAVE_AGC)
12 agc
13 #endif
15 #if defined(HAVE_RTC_ALARM)
16 alarm
17 #endif
19 #if defined(HAVE_ALBUMART)
20 albumart
21 #endif
23 #if defined(HAVE_BACKLIGHT_BRIGHTNESS)
24 backlight_brightness
25 #endif
27 #if defined(HAVE_BACKLIGHT_FADING_INT_SETTING)
28 backlight_fade_int
29 #elif defined(HAVE_BACKLIGHT_FADING_BOOL_SETTING)
30 backlight_fade_bool
31 #endif
33 #if BATTERY_TYPES_COUNT > 1
34 battery_types
35 #endif
37 #if defined(HAVE_BUTTON_LIGHT)
38 button_light
39 #endif
41 #if defined(HAVE_BUTTONLIGHT_BRIGHTNESS)
42 buttonlight_brightness
43 #endif
45 #if defined(HAVE_CROSSFADE)
46 crossfade
47 #endif
49 #if defined(HAVE_DIRCACHE)
50 dircache
51 #endif
53 #if defined(HAVE_FLASH_STORAGE)
54 flash_storage
55 #endif
57 #if defined(HAVE_DISK_STORAGE)
58 disk_storage
59 #endif
61 #if defined(HAVE_HEADPHONE_DETECTION)
62 headphone_detection
63 #endif
65 #if defined(HAS_BUTTON_HOLD)
66 hold_button
67 #endif
69 #if defined(HAS_REMOTE_BUTTON_HOLD)
70 remote_button_hold
71 #endif
73 #if defined(HAVE_HOTKEY)
74 hotkey
75 #endif
77 #if defined(HAVE_LCD_BITMAP)
78 lcd_bitmap
79 #endif
81 #if defined(HAVE_LCD_CHARCELLS)
82 lcd_charcell
83 #endif
85 #if LCD_DEPTH > 1
86 lcd_non-mono
87 #endif
89 #if defined(HAVE_LCD_COLOR)
90 lcd_color
91 #endif
93 #if defined(HAVE_LCD_FLIP)
94 lcd_flip
95 #endif
97 #if defined(HAVE_LCD_INVERT)
98 lcd_invert
99 #endif
101 #if defined(HAVE_LCD_SLEEP)
102 lcd_sleep
103 #endif
105 #if defined(HAVE_LCD_CONTRAST)
106 lcd_contrast
107 #endif
109 #if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)
110 masf
111 #endif
113 #if (CONFIG_CODEC == MAS3507D)
114 masd
115 #endif
117 #if defined(HAVE_MORSE_INPUT)
118 morse_input
119 #endif
121 #if defined(HAVE_PITCHSCREEN)
122 pitchscreen
123 #endif
125 #if defined(HAVE_MULTIVOLUME)
126 multivolume
127 #endif
129 #if defined(HAVE_QUICKSCREEN)
130 quickscreen
131 #endif
133 #if CONFIG_TUNER != 0
134 radio
135 #ifdef HAVE_REMOTE_LCD
136 radio_remote
137 #endif
138 #endif
140 #if (CONFIG_KEYPAD == RECORDER_PAD)
141 recorder_pad
142 #if defined(CONFIG_TUNER)
143 radio_screen_button_bar
144 #endif
145 #endif
147 #if defined(HAVE_RECORDING)
148 recording
149 #if CONFIG_CODEC == SWCODEC
150 recording_swcodec
151 #else
152 recording_hwcodec
153 #endif
154 #if defined(HAVE_LINE_IN)
155 recording_linein
156 #endif
157 #if defined(HAVE_MIC_IN)
158 recording_mic
159 #endif
160 #endif
162 #if defined(HAVE_RECORDING_HISTOGRAM)
163 recording_histogram
164 #endif
166 #if defined(HAVE_REMOTE_LCD)
167 remote
168 remote_lcd_invert
169 #endif
171 #if defined(HAVE_REMOTE_LCD_TICKING)
172 remote_ticking
173 #endif
175 #if CONFIG_RTC
177 #endif
179 #if defined(HAVE_SCROLLWHEEL)
180 scrollwheel
181 #endif
183 #if defined(IPOD_ACCESSORY_PROTOCOL)
184 serial_port
185 #endif
187 #if defined(ARCHOS_RECORDER) || defined(ARCHOS_PLAYER)
188 soft_shutdown
189 #endif
191 #if defined(HAVE_SPDIF_POWER)
192 spdif_power
193 #endif
195 #if defined(HAVE_SPEAKER)
196 speaker
197 #endif
199 #if CONFIG_CODEC == SWCODEC
200 swcodec
201 #else
202 hwcodec
203 #endif
205 #if defined(HAVE_TAGCACHE)
206 tagcache
207 #endif
209 #if defined(HAVE_TC_RAMCACHE)
210 tc_ramcache
211 #endif
213 #if CONFIG_CHARGING
214 charging
215 #if defined(HAVE_USB_CHARGING_ENABLE)
216 usb_charging_enable
217 #endif
218 #endif
220 #if defined(HAVE_USB_POWER)
221 usb_power
222 #endif
224 #if defined(HAVE_USBSTACK) && defined(USE_ROCKBOX_USB)
225 usbstack
226 #endif
228 #if defined(USB_ENABLE_HID)
229 usb_hid
230 #if defined(HAVE_USB_HID_MOUSE)
231 usb_hid_mouse
232 #endif
233 #endif
235 #if defined(HAVE_WHEEL_ACCELERATION)
236 wheel_acceleration
237 #endif
239 #if defined(HAVE_LINEOUT_POWEROFF)
240 lineout_poweroff
241 #endif
243 #if defined(HAVE_TOUCHSCREEN)
244 touchscreen
245 #endif
247 #if (PLUGIN_BUFFER_SIZE >= 0x80000)
248 large_plugin_buffer
249 #endif