libkdenetwork Library API Documentation

err-sources.h

00001 /* Output of mkstrtable.awk. DO NOT EDIT. */ 00002 00003 /* err-sources.h - List of error sources and their description. 00004 Copyright (C) 2003, 2004 g10 Code GmbH 00005 00006 This file is part of libgpg-error. 00007 00008 libgpg-error is free software; you can redistribute it and/or 00009 modify it under the terms of the GNU Lesser General Public License 00010 as published by the Free Software Foundation; either version 2.1 of 00011 the License, or (at your option) any later version. 00012 00013 libgpg-error is distributed in the hope that it will be useful, but 00014 WITHOUT ANY WARRANTY; without even the implied warranty of 00015 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00016 Lesser General Public License for more details. 00017 00018 You should have received a copy of the GNU Lesser General Public 00019 License along with libgpg-error; if not, write to the Free 00020 Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 00021 02111-1307, USA. */ 00022 00023 00024 /* The purpose of this complex string table is to produce 00025 optimal code with a minimum of relocations. */ 00026 00027 static const char msgstr[] = 00028 gettext_noop ("Unspecified source") "\0" 00029 gettext_noop ("gcrypt") "\0" 00030 gettext_noop ("GnuPG") "\0" 00031 gettext_noop ("GpgSM") "\0" 00032 gettext_noop ("GPG Agent") "\0" 00033 gettext_noop ("Pinentry") "\0" 00034 gettext_noop ("SCD") "\0" 00035 gettext_noop ("GPGME") "\0" 00036 gettext_noop ("Keybox") "\0" 00037 gettext_noop ("KSBA") "\0" 00038 gettext_noop ("Dirmngr") "\0" 00039 gettext_noop ("User defined source 1") "\0" 00040 gettext_noop ("User defined source 2") "\0" 00041 gettext_noop ("User defined source 3") "\0" 00042 gettext_noop ("User defined source 4") "\0" 00043 gettext_noop ("Unknown source"); 00044 00045 static const int msgidx[] = 00046 { 00047 0, 00048 19, 00049 26, 00050 32, 00051 38, 00052 48, 00053 57, 00054 61, 00055 67, 00056 74, 00057 79, 00058 87, 00059 109, 00060 131, 00061 153, 00062 175 00063 }; 00064 00065 #define msgidxof(code) (0 ? -1 \ 00066 : ((code >= 0) && (code <= 10)) ? (code - 0) \ 00067 : ((code >= 32) && (code <= 35)) ? (code - 21) \ 00068 : 36 - 21)
KDE Logo
This file is part of the documentation for libkdenetwork Library Version 3.3.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Fri Oct 1 15:18:37 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003