summaryrefslogtreecommitdiffstats
path: root/include/libadmin/dbtlibadmin.h
blob: 360a41d77c5e1badf99100939359b1593f09a2d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/** BEGIN COPYRIGHT BLOCK
 * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
 * Copyright (C) 2005 Red Hat, Inc.
 * All rights reserved.
 * END COPYRIGHT BLOCK **/

#define LIBRARY_NAME "libadmin"

static char dbtlibadminid[] = "$DBT: libadmin referenced v1 $";

#include "i18n.h"

BEGIN_STR(libadmin)
	ResDef( DBT_LibraryID_, -1, dbtlibadminid )/* extracted from dbtlibadmin.h*/
	ResDef( DBT_help_, 1, "  Help  " )/*extracted from template.c*/
	ResDef( DBT_ok_, 2, "   OK   " )/*extracted from template.c*/
	ResDef( DBT_reset_, 3, " Reset " )/*extracted from template.c*/
	ResDef( DBT_done_, 4, "  Done  " )/*extracted from template.c*/
	ResDef( DBT_cancel_, 5, " Cancel " )/*extracted from template.c*/
END_STR(libadmin)