1 // ----------------------------------------------------------------------------
2 //
3 //	tabdefs.h
4 //
5 // Copyright (C) 2019
6 //		Dave Freese, W1HKJ
7 //
8 // This file is part of fldigi.
9 //
10 // Fldigi is free software: you can redistribute it and/or modify
11 // it under the terms of the GNU General Public License as published by
12 // the Free Software Foundation, either version 3 of the License, or
13 // (at your option) any later version.
14 //
15 // Fldigi is distributed in the hope that it will be useful,
16 // but WITHOUT ANY WARRANTY; without even the implied warranty of
17 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 // GNU General Public License for more details.
19 //
20 // You should have received a copy of the GNU General Public License
21 // along with fldigi.  If not, see <http://www.gnu.org/licenses/>.
22 // ----------------------------------------------------------------------------
23 
24 #ifndef TABDEFS_H
25 #define TABDEFS_H
26 
27 #define TAB_OLIVIA			_("Modem/Olivia")
28 #define TAB_CONTESTIA		_("Modem/Contestia")
29 #define TAB_DOMINOEX		_("Modem/DominoEX")
30 #define TAB_RTTY			_("Modem/TTY/Rx")
31 #define TAB_IFKP			_("Modem/IFKP")
32 #define TAB_FMT				_("Modem/FMT")
33 #define TAB_FSQ				_("Modem/FSQ")
34 #define TAB_THOR			_("Modem/Thor")
35 #define TAB_PSK				_("Modem/Psk")
36 #define TAB_MT63			_("Modem/MT-63")
37 #define TAB_NAVTEX			_("Modem/Navtex")
38 #define TAB_WEFAX			_("Modem/Wefax")
39 #define TAB_FELDHELL		_("Modem/Feld Hell")
40 #define TAB_CW				_("Modem/CW/General")
41 
42 #define TAB_STATION			_("Operator-Station")
43 
44 #define TAB_RSID			_("IDs/RsID")
45 
46 #define TAB_CPU				_("Misc/CPU")
47 #define TAB_NBEMS			_("Misc/NBEMS")
48 #define TAB_PSKREPORTER		_("Misc/PSK reporter")
49 #define TAB_SWEETSPOT		_("Misc/Sweet Spot")
50 #define TAB_TEXT_CAPTURE	_("Misc/Rx text capture")
51 #define	TAB_DTMF			_("Misc/DTMF")
52 #define TAB_MISC_KML		_("Misc/KML")
53 #define TAB_AUTOSTART		_("Misc/Autostart")
54 #define TAB_MISC_IO			_("Misc/IO")
55 #define TAB_MISC_PSM		_("Misc/PSM")
56 
57 #define TAB_CONTEST_GEN		_("Contests/General")
58 #define TAB_SOUND_DEVICES	_("Soundcard/Devices")
59 
60 #define TAB_CONFIG_DIALOG	_("Configure")
61 
62 #define TAB_UI_GENERAL		_("UI/General")
63 #define TAB_UI_BROWSER		_("UI/Browser")
64 #define TAB_UI_MACRO_BTNS	_("UI/Macro buttons")
65 #define TAB_UI_RXTEXT		_("UI/Rx Text")
66 #define TAB_UI_TOUCH		_("UI/Touch")
67 
68 #define TAB_LOGGING			_("Logging")
69 #define TAB_WEB				_("Web")
70 #define TAB_CONTESTS		_("Contests")
71 #define TAB_RIG_CONTROL		_("Rig Control")
72 #define TAB_RIG_FLRIG		_("Rig Control/flrig")
73 #define TAB_RIG_RIGCAT		_("Rig Control/CAT (rigcat)")
74 #define TAB_RIG_HAMLIB		_("Rig Control/Hamlib")
75 
76 #define TAB_WATERFALL		_("Waterfall")
77 
78 #define TAB_LOG_N3FJP		_("Logging/N3FJP logs")
79 #define TAB_LOG_MACLOGGER	_("Logging/MacLogger")
80 #define TAB_LOG_LOTW		_("Logging/LoTW")
81 
82 #define TAB_UI_CF_RXTX		_("Colors-Fonts/Rx-Tx")
83 #define TAB_UI_LOGGING_CLRS	_("Colors-Fonts/Logging controls")
84 #define TAB_UI_TAB_CLRS		_("Colors-Fonts/Tabs")
85 #define TAB_UI_FD_CLRS		_("Colors-Fonts/FreqDisp - Meters")
86 #define TAB_UI_FKEY_CLRS	_("Colors-Fonts/Function keys")
87 
88 #define TAB_PSKMAIL			_("Web/Pskmail")
89 #define TAB_MISC_WX			_("Web/WX")
90 
91 #endif
92