Correct spelling and add a couple translations
[kugel-rb/myfork.git] / apps / features.txt
blobe40273e98bda09a276883fe025ec771966d408a6
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_AGC)
8 agc
9 #endif
11 #if defined(HAVE_RTC_ALARM)
12 alarm
13 #endif
15 #if defined(HAVE_ALBUMART)
16 albumart
17 #endif
19 #if defined(HAVE_BACKLIGHT_BRIGHTNESS)
20 backlight_brightness
21 #endif
23 #if defined(HAVE_BACKLIGHT_FADING_INT_SETTING)
24 backlight_fade_int
25 #elif defined(HAVE_BACKLIGHT_FADING_BOOL_SETTING)
26 backlight_fade_bool
27 #endif
29 #if BATTERY_TYPES_COUNT > 1
30 battery_types
31 #endif
33 #if defined(HAVE_BUTTON_LIGHT)
34 button_light
35 #endif
37 #if defined(HAVE_BUTTONLIGHT_BRIGHTNESS)
38 buttonlight_brightness
39 #endif
41 #if defined(HAVE_DIRCACHE)
42 dircache
43 #endif
45 #if defined(HAVE_FLASH_STORAGE)
46 flash_storage
47 #endif
49 #if defined(HAVE_DISK_STORAGE)
50 disk_storage
51 #endif
53 #if defined(HAVE_HEADPHONE_DETECTION)
54 headphone_detection
55 #endif
57 #if defined(HAS_BUTTON_HOLD)
58 hold_button
59 #endif
61 #if defined(HAVE_LCD_BITMAP)
62 lcd_bitmap
63 #endif
65 #if defined(HAVE_LCD_CHARCELLS)
66 lcd_charcell
67 #endif
69 #if LCD_DEPTH > 1
70 lcd_non-mono
71 #endif
73 #if defined(HAVE_LCD_COLOR)
74 lcd_color
75 #endif
77 #if defined(HAVE_LCD_FLIP)
78 lcd_flip
79 #endif
81 #if defined(HAVE_LCD_INVERT)
82 lcd_invert
83 #endif
85 #if defined(HAVE_LCD_SLEEP)
86 lcd_sleep
87 #endif
89 #if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)
90 masf
91 #endif
93 #if (CONFIG_CODEC == MAS3507D)
94 masd
95 #endif
97 #if defined(HAVE_PITCHSCREEN)
98 pitchscreen
99 #endif
101 #if defined(HAVE_MULTIVOLUME)
102 multivolume
103 #endif
105 #if defined(HAVE_QUICKSCREEN)
106 quickscreen
107 #endif
109 #if CONFIG_TUNER != 0
110 radio
111 #endif
113 #if (CONFIG_KEYPAD == RECORDER_PAD)
114 recorder_pad
115 #if defined(CONFIG_TUNER)
116 radio_screen_button_bar
117 #endif
118 #endif
120 #if defined(HAVE_RECORDING)
121 recording
122 #if CONFIG_CODEC == SWCODEC
123 recording_swcodec
124 #else
125 recording_hwcodec
126 #endif
127 #endif
129 #if defined(HAVE_REMOTE_LCD)
130 remote
131 remote_lcd_invert
132 #endif
134 #if defined(HAVE_REMOTE_LCD_TICKING)
135 remote_ticking
136 #endif
138 #if CONFIG_RTC
140 #endif
142 #if defined(HAVE_SCROLLWHEEL)
143 scrollwheel
144 #endif
146 #if defined(HAVE_WHEEL_ACCELERATION)
147 wheel_acceleration
148 #endif
150 #if defined(ARCHOS_RECORDER) || defined(ARCHOS_PLAYER)
151 soft_shutdown
152 #endif
154 #if defined(HAVE_SPDIF_POWER)
155 spdif_power
156 #endif
158 #if CONFIG_CODEC == SWCODEC
159 swcodec
160 #else
161 hwcodec
162 #endif
164 #if defined(HAVE_TAGCACHE)
165 tagcache
166 #endif
168 #if defined(HAVE_TC_RAMCACHE)
169 tc_ramcache
170 #endif
172 #if CONFIG_CHARGING
173 charging
174 #if defined(HAVE_USB_POWER)
175 usb_charging
176 #endif
177 #endif
179 #if defined(HAVE_USBSTACK)
180 usbstack
181 #endif
183 #if defined(HAVE_ACCESSORY_SUPPLY)
184 accessory_supply
185 #endif
187 #if defined(IPOD_ACCESSORY_PROTOCOL)
188 serial_port
189 #endif
191 #if defined(HAVE_SPEAKER)
192 speaker
193 #endif
195 #if defined(HAVE_USBSTACK) && defined(USE_ROCKBOX_USB)
196 usbstack
197 #endif