Mercurial > audlegacy
annotate po/POTFILES.in @ 1922:29d90d3f9680 trunk
[svn] - add feedback when the build_stamp is generated.
author | nenolod |
---|---|
date | Mon, 30 Oct 2006 14:01:32 -0800 |
parents | ff637a82e85f |
children | 8805efda085e |
rev | line source |
---|---|
985 | 1 # AudioCompress effect plugin. |
2 Plugins/Effect/audiocompress/audacious-glue.c | |
3 | |
4 # Extra Stereo effect plugin. | |
5 Plugins/Effect/stereo_plugin/stereo.c | |
6 | |
551 | 7 # LIRC general plugin. |
8 Plugins/General/lirc/about.c | |
9 Plugins/General/lirc/lirc.c | |
10 | |
985 | 11 # Scrobbler general plugin. |
12 Plugins/General/scrobbler/configure.c | |
13 Plugins/General/scrobbler/gtkstuff.c | |
14 Plugins/General/scrobbler/xmms_scrobbler.c | |
15 | |
273 | 16 # Song Change general plugin. |
241
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
17 Plugins/General/song_change/song_change.c |
0 | 18 |
378
5dea127040da
[svn] Update audacious translation template (per laci)
nenolod
parents:
273
diff
changeset
|
19 # AAC input plugin. |
537 | 20 Plugins/Input/aac/src/libmp4.c |
378
5dea127040da
[svn] Update audacious translation template (per laci)
nenolod
parents:
273
diff
changeset
|
21 |
985 | 22 # AdPlug input plugin. |
23 Plugins/Input/adplug/adplug-xmms.cc | |
24 | |
25 # AMIDI-Plug input plugin. | |
26 Plugins/Input/amidi-plug/amidi-plug.c | |
27 Plugins/Input/amidi-plug/i_configure.c | |
28 Plugins/Input/amidi-plug/i_fileinfo.c | |
29 | |
273 | 30 # CD Audio input plugin. |
241
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
31 Plugins/Input/cdaudio/cdaudio.c |
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
32 Plugins/Input/cdaudio/cdinfo.c |
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
33 Plugins/Input/cdaudio/configure.c |
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
34 |
273 | 35 # Console Music Decoder input plugin. |
241
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
36 Plugins/Input/console/Audacious_Driver.cpp |
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
37 |
273 | 38 # FLAC input plugin. |
241
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
39 Plugins/Input/flac/charset.c |
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
40 Plugins/Input/flac/configure.c |
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
41 Plugins/Input/flac/fileinfo.c |
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
42 Plugins/Input/flac/http.c |
551 | 43 Plugins/Input/flac/plugin.c |
241
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
44 |
378
5dea127040da
[svn] Update audacious translation template (per laci)
nenolod
parents:
273
diff
changeset
|
45 # ModPlug input plugin. |
5dea127040da
[svn] Update audacious translation template (per laci)
nenolod
parents:
273
diff
changeset
|
46 Plugins/Input/modplug/gui/interface.cpp |
985 | 47 Plugins/Input/modplug/gui/main.cpp |
378
5dea127040da
[svn] Update audacious translation template (per laci)
nenolod
parents:
273
diff
changeset
|
48 Plugins/Input/modplug/gui/support.cpp |
241
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
49 |
273 | 50 # MP3 input plugin. |
241
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
51 Plugins/Input/mpg123/configure.c |
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
52 Plugins/Input/mpg123/fileinfo.c |
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
53 Plugins/Input/mpg123/http.c |
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
54 Plugins/Input/mpg123/mpg123.c |
0 | 55 |
551 | 56 # TiMidity input plugin. |
57 Plugins/Input/timidity/src/interface.c | |
58 Plugins/Input/timidity/src/xmms-timidity.c | |
59 | |
273 | 60 # Tone Generator input plugin. |
241
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
61 Plugins/Input/tonegen/tonegen.c |
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
62 |
273 | 63 # Ogg Vorbis input plugin. |
241
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
64 Plugins/Input/vorbis/configure.c |
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
65 Plugins/Input/vorbis/fileinfo.c |
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
66 Plugins/Input/vorbis/http.c |
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
67 Plugins/Input/vorbis/vorbis.c |
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
68 |
273 | 69 # WAV input plugin. |
241
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
70 Plugins/Input/wav/wav-sndfile.c |
273 | 71 Plugins/Input/wav/wav.c |
0 | 72 |
273 | 73 # WMA input plugin. |
241
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
74 Plugins/Input/wma/libffwma/bswap.h |
551 | 75 Plugins/Input/wma/wma.c |
241
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
76 |
273 | 77 # OSS output plugin. |
78 Plugins/Output/OSS/OSS.c | |
79 Plugins/Output/OSS/about.c | |
80 Plugins/Output/OSS/configure.c | |
81 | |
82 # ALSA output plugin. | |
241
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
83 Plugins/Output/alsa/about.c |
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
84 Plugins/Output/alsa/alsa.c |
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
85 Plugins/Output/alsa/configure.c |
0 | 86 |
985 | 87 # aRts output plugin. |
88 Plugins/Output/arts/configure.c | |
89 | |
273 | 90 # Disk Writer output plugin. |
241
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
91 Plugins/Output/disk_writer/disk_writer.c |
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
92 |
273 | 93 # ESD output plugin. |
241
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
94 Plugins/Output/esd/about.c |
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
95 Plugins/Output/esd/configure.c |
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
96 Plugins/Output/esd/esd.c |
0 | 97 |
985 | 98 # JACK output plugin. |
99 Plugins/Output/jack/jack.c | |
100 | |
101 # BSD Sun output plugin. | |
102 Plugins/Output/sun/about.c | |
103 Plugins/Output/sun/configure.c | |
104 Plugins/Output/sun/sun.c | |
105 | |
273 | 106 # Blur Scope visualization plugin. |
241
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
107 Plugins/Visualization/blur_scope/blur_scope.c |
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
108 Plugins/Visualization/blur_scope/config.c |
0 | 109 |
273 | 110 # Audacious. |
0 | 111 audacious/about.c |
537 | 112 audacious/credits.c |
0 | 113 audacious/eq_slider.c |
114 audacious/equalizer.c | |
115 audacious/getopt.c | |
241
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
116 audacious/glade.c |
0 | 117 audacious/input.c |
118 audacious/logger.c | |
119 audacious/main.c | |
120 audacious/mainwin.c | |
121 audacious/prefswin.c | |
537 | 122 audacious/skinwin.c |
123 audacious/ui_playlist.c | |
0 | 124 audacious/util.c |
551 | 125 audacious/playback.c |
0 | 126 |
273 | 127 # Glade files. |
128 audacious/glade/addfiles.glade | |
0 | 129 audacious/glade/prefswin.glade |
273 | 130 |
131 # libaudacious. | |
132 libaudacious/titlestring.c |