pkg://xfce4-mixer-4.2.2.tar.bz2:428327/
xfce4-mixer-4.2.2/
lib/trans.c
downloads
#include <libxfce4util/i18n.h>
/* these are OSS translateable names */
char *oss_names[] = {
_("Vol"), /* Master */
_("Pcm"), /* PCM output */
_("Spkr"), /* Internal speaker? */
_("Line"), /* Line in */
_("Mic"), /* Mic in */
_("CD"), /* CD in */
_("Bass"),
_("Trebl"),
_("Synth"),
_("Mix"),
_("Pcm2"),
_("Rec"),
_("IGain"),
_("OGain"),
_("Line1"),
_("Line2"),
_("Line3"),
_("Digital1"),
_("Digital2"),
_("Digital3"),
_("PhoneIn"),
_("PhoneOut"),
_("Video"),
_("Radio"),
_("Monitor")
};