1 // This file was automatically generated from lib\CatalogMessages.msg by msggen.pl. 2 #include "Message.h" 3 4 #ifdef SP_NAMESPACE 5 namespace SP_NAMESPACE { 6 #endif 7 8 struct CatalogMessages { 9 // 2100 10 static const MessageType0 nameExpected; 11 // 2101 12 static const MessageType0 literalExpected; 13 // 2102 14 static const MessageType0 nameOrLiteralExpected; 15 // 2103 16 static const MessageType0 nulChar; 17 // 2104 18 static const MessageType0 minimumData; 19 // 2105 20 static const MessageType0 eofInComment; 21 // 2106 22 static const MessageType0 eofInLiteral; 23 // 2107 24 static const MessageType0 overrideYesOrNo; 25 // 2108 26 static const MessageType0 inLoop; 27 // 2109 28 static const MessageType0 systemShouldQuote; 29 // 2110 30 static const MessageType1 noDocumentEntry; 31 // 2111 32 static const MessageType2 noPublicEntry; 33 // 2112 34 static const MessageType0 dtddeclNotSupported; 35 }; 36 const MessageType0 CatalogMessages::nameExpected( 37 MessageType::error, 38 #ifdef BUILD_LIBSP 39 MessageFragment::libModule, 40 #else 41 MessageFragment::appModule, 42 #endif 43 2100 44 #ifndef SP_NO_MESSAGE_TEXT 45 ,"name expected" 46 #endif 47 ); 48 const MessageType0 CatalogMessages::literalExpected( 49 MessageType::error, 50 #ifdef BUILD_LIBSP 51 MessageFragment::libModule, 52 #else 53 MessageFragment::appModule, 54 #endif 55 2101 56 #ifndef SP_NO_MESSAGE_TEXT 57 ,"literal expected" 58 #endif 59 ); 60 const MessageType0 CatalogMessages::nameOrLiteralExpected( 61 MessageType::error, 62 #ifdef BUILD_LIBSP 63 MessageFragment::libModule, 64 #else 65 MessageFragment::appModule, 66 #endif 67 2102 68 #ifndef SP_NO_MESSAGE_TEXT 69 ,"name or literal expected" 70 #endif 71 ); 72 const MessageType0 CatalogMessages::nulChar( 73 MessageType::error, 74 #ifdef BUILD_LIBSP 75 MessageFragment::libModule, 76 #else 77 MessageFragment::appModule, 78 #endif 79 2103 80 #ifndef SP_NO_MESSAGE_TEXT 81 ,"nul character" 82 #endif 83 ); 84 const MessageType0 CatalogMessages::minimumData( 85 MessageType::error, 86 #ifdef BUILD_LIBSP 87 MessageFragment::libModule, 88 #else 89 MessageFragment::appModule, 90 #endif 91 2104 92 #ifndef SP_NO_MESSAGE_TEXT 93 ,"not a minimum data character" 94 #endif 95 ); 96 const MessageType0 CatalogMessages::eofInComment( 97 MessageType::error, 98 #ifdef BUILD_LIBSP 99 MessageFragment::libModule, 100 #else 101 MessageFragment::appModule, 102 #endif 103 2105 104 #ifndef SP_NO_MESSAGE_TEXT 105 ,"end of entity in comment" 106 #endif 107 ); 108 const MessageType0 CatalogMessages::eofInLiteral( 109 MessageType::error, 110 #ifdef BUILD_LIBSP 111 MessageFragment::libModule, 112 #else 113 MessageFragment::appModule, 114 #endif 115 2106 116 #ifndef SP_NO_MESSAGE_TEXT 117 ,"end of entity in literal" 118 #endif 119 ); 120 const MessageType0 CatalogMessages::overrideYesOrNo( 121 MessageType::error, 122 #ifdef BUILD_LIBSP 123 MessageFragment::libModule, 124 #else 125 MessageFragment::appModule, 126 #endif 127 2107 128 #ifndef SP_NO_MESSAGE_TEXT 129 ,"OVERRIDE requires argument of YES or NO" 130 #endif 131 ); 132 const MessageType0 CatalogMessages::inLoop( 133 MessageType::error, 134 #ifdef BUILD_LIBSP 135 MessageFragment::libModule, 136 #else 137 MessageFragment::appModule, 138 #endif 139 2108 140 #ifndef SP_NO_MESSAGE_TEXT 141 ,"CATALOG entries cause loop" 142 #endif 143 ); 144 const MessageType0 CatalogMessages::systemShouldQuote( 145 MessageType::warning, 146 #ifdef BUILD_LIBSP 147 MessageFragment::libModule, 148 #else 149 MessageFragment::appModule, 150 #endif 151 2109 152 #ifndef SP_NO_MESSAGE_TEXT 153 ,"second argument for SYSTEM entry should be quoted to avoid ambiguity" 154 #endif 155 ); 156 const MessageType1 CatalogMessages::noDocumentEntry( 157 MessageType::error, 158 #ifdef BUILD_LIBSP 159 MessageFragment::libModule, 160 #else 161 MessageFragment::appModule, 162 #endif 163 2110 164 #ifndef SP_NO_MESSAGE_TEXT 165 ,"no DOCUMENT entry in catalog %1" 166 #endif 167 ); 168 const MessageType2 CatalogMessages::noPublicEntry( 169 MessageType::error, 170 #ifdef BUILD_LIBSP 171 MessageFragment::libModule, 172 #else 173 MessageFragment::appModule, 174 #endif 175 2111 176 #ifndef SP_NO_MESSAGE_TEXT 177 ,"no entry for public identifier %1 in catalog %2" 178 #endif 179 ); 180 const MessageType0 CatalogMessages::dtddeclNotSupported( 181 MessageType::warning, 182 #ifdef BUILD_LIBSP 183 MessageFragment::libModule, 184 #else 185 MessageFragment::appModule, 186 #endif 187 2112 188 #ifndef SP_NO_MESSAGE_TEXT 189 ,"DTDDECL catalog entries are not supported" 190 #endif 191 ); 192 #ifdef SP_NAMESPACE 193 } 194 #endif 195