summaryrefslogtreecommitdiff
path: root/i18n.h
blob: 691e566b80e24fa2ac197340c4df13606421b1c3 (plain)
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
/*
 * sndctl  -  a plugin for the Video Disk Recorder
 *        file: i18n.h
 * description: header file for i18n.c
 *
 *      author: Thomas Hildebrandt <toxym@web.de>
 *
 * inspired by and reengineered from 'avolctl'
 * thanks to Martin Prochnow <nordlichtl@martins-kabuff.de>
 */

#ifndef SNDCTL_I18N_H
#define SNDCTL_I18N_H

extern const tI18nPhrase Phrases[];

#define SNDCTL_TXT_0001 "Sound control - select sound set"
#define SNDCTL_TXT_0002 "Hide main meny entry"
#define SNDCTL_TXT_0003 "Default sound set"
#define SNDCTL_TXT_0004 "Select"
#define SNDCTL_TXT_0005 "Edit"
#define SNDCTL_TXT_0006 "Edit sound set"
#define SNDCTL_TXT_0007 "Menu name"
#define SNDCTL_TXT_0008 "Name"
#define SNDCTL_TXT_0009 "New"
#define SNDCTL_TXT_0010 "Delete"
#define SNDCTL_TXT_0011 "Delete sound set?"
#define SNDCTL_TXT_0012 "Auto switch for DD"
#define SNDCTL_TXT_0013 "Auto switch sound set"
#define SNDCTL_TXT_0014 "Initial volume"
#define SNDCTL_TXT_0015 "Enable sound flash"
#define SNDCTL_TXT_0016 "Mute on end"

#endif //SNDCTL_I18N_H