| 12345678910111213141516171819202122232425262728 |
- /** BEGIN COPYRIGHT BLOCK
- * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
- * Copyright (C) 2005 Red Hat, Inc.
- * All rights reserved.
- *
- * License: GPL (version 3 or any later version).
- * See LICENSE for details.
- * END COPYRIGHT BLOCK **/
- #ifdef HAVE_CONFIG_H
- # include <config.h>
- #endif
- #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)
|