Freeciv-3.3
Loading...
Searching...
No Matches
helpdlg_g.h
Go to the documentation of this file.
1/***********************************************************************
2 Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold
3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by
5 the Free Software Foundation; either version 2, or (at your option)
6 any later version.
7
8 This program is distributed in the hope that it will be useful,
9 but WITHOUT ANY WARRANTY; without even the implied warranty of
10 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 GNU General Public License for more details.
12***********************************************************************/
13#ifndef FC__HELPDLG_G_H
14#define FC__HELPDLG_G_H
15
17
18/* This must be in same order as names in helpdata.c.
19 * Update also help_type_by_requirement() when adding new types. */
26
29 enum help_page_type)
31
32/* TRANS: "Overview" topic in built-in help */
33#define HELP_OVERVIEW_ITEM N_("?help:Overview")
34#define HELP_PLAYING_ITEM N_("Strategy and Tactics")
35#define HELP_LANGUAGES_ITEM N_("Languages")
36#define HELP_CONNECTING_ITEM N_("Connecting")
37#define HELP_CHATLINE_ITEM N_("Chatline")
38#define HELP_WORKLIST_EDITOR_ITEM N_("Worklist Editor")
39#define HELP_CMA_ITEM N_("Citizen Governor")
40#define HELP_CONTROLS_ITEM N_("Controls")
41#define HELP_RULESET_ITEM N_("About Current Ruleset")
42#define HELP_TILESET_ITEM N_("About Current Tileset")
43#define HELP_MUSICSET_ITEM N_("About Current Musicset")
44#define HELP_NATIONS_ITEM N_("About Nations")
45#define HELP_ECONOMY_ITEM N_("Economy")
46#define HELP_CITIES_ITEM N_("Cities")
47#define HELP_IMPROVEMENTS_ITEM N_("City Improvements")
48#define HELP_UNITS_ITEM N_("Units")
49#define HELP_COMBAT_ITEM N_("Combat")
50#define HELP_ZOC_ITEM N_("Zones of Control")
51#define HELP_TECHS_ITEM N_("Technology")
52#define HELP_EXTRAS_ITEM N_("Extras")
53#define HELP_TERRAIN_ITEM N_("Terrain")
54#define HELP_WONDERS_ITEM N_("Wonders of the World")
55#define HELP_GOVERNMENT_ITEM N_("Government")
56#define HELP_DIPLOMACY_ITEM N_("Diplomacy")
57#define HELP_SPACE_RACE_ITEM N_("Space Race")
58#define HELP_COPYING_ITEM N_("Copying")
59#define HELP_ABOUT_ITEM N_("About Freeciv")
60#define HELP_MULTIPLIER_ITEM N_("Policies")
61#define HELP_COUNTER_ITEM N_("Counters")
62
63#endif /* FC__HELPDLG_G_H */
void popdown_help_dialog(void)
Definition helpdlg.c:186
void popup_help_dialog_string(const char *item)
Definition helpdlg.c:212
void popup_help_dialog_typed(const char *item, enum help_page_type htype)
Definition helpdlg.c:196
#define GUI_FUNC_PROTO(_type, _func,...)
help_page_type
Definition helpdlg_g.h:20
@ HELP_ANY
Definition helpdlg_g.h:20
@ HELP_MUSICSET
Definition helpdlg_g.h:23
@ HELP_MULTIPLIER
Definition helpdlg_g.h:24
@ HELP_TERRAIN
Definition helpdlg_g.h:21
@ HELP_EXTRA
Definition helpdlg_g.h:21
@ HELP_NATIONS
Definition helpdlg_g.h:24
@ HELP_LAST
Definition helpdlg_g.h:25
@ HELP_IMPROVEMENT
Definition helpdlg_g.h:20
@ HELP_UNIT
Definition helpdlg_g.h:20
@ HELP_COUNTER
Definition helpdlg_g.h:24
@ HELP_SPECIALIST
Definition helpdlg_g.h:22
@ HELP_GOVERNMENT
Definition helpdlg_g.h:22
@ HELP_GOODS
Definition helpdlg_g.h:22
@ HELP_WONDER
Definition helpdlg_g.h:21
@ HELP_TECH
Definition helpdlg_g.h:21
@ HELP_RULESET
Definition helpdlg_g.h:23
@ HELP_TEXT
Definition helpdlg_g.h:20
@ HELP_TILESET
Definition helpdlg_g.h:23
Definition climisc.h:82