1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
# List of source files containing translatable strings.
# ls -w 1 src/*.[ch]
src/about.c
src/about.h
src/audio-sources.c
src/audio-sources.h
src/auto-start.c
src/auto-start.h
src/config.h
src/dbus-mpris2.c
src/dbus-mpris2.h
src/dbus-player.c
src/dbus-player.h
src/dbus-server.c
src/dbus-server.h
src/dbus-skype.c
src/dbus-skype.h
src/dconf.c
src/dconf.h
src/gst-vad.c
src/gst-vad.h
src/gst-pipeline.c
src/gst-pipeline.h
src/gst-recorder.c
src/gst-recorder.h
src/levelbar.c
src/levelbar.h
src/help.c
src/help.h
src/log.c
src/log.h
src/main.c
src/media-profiles.c
src/media-profiles.h
src/gst-devices.c
src/gst-devices.h
src/rec-manager.c
src/rec-manager.h
src/rec-manager-struct.h
src/rec-window.h
src/support.c
src/support.h
src/systray-icon.c
src/timer.c
src/timer.h
src/timer-parser.c
src/utility.c
src/utility.h
src/settings.c
src/settings.h
src/settings-pipe.c
|