~zorba-coders/zorba/bug1151967

« back to all changes in this revision

Viewing changes to src/diagnostics/pregenerated/dict_en.cpp

  • Committer: Zorba Build Bot
  • Author(s): paul at lucasmail
  • Date: 2013-06-04 08:18:50 UTC
  • mfrom: (11488.1.2 bug-1180224)
  • Revision ID: chillery+buildbot@lambda.nu-20130604081850-9ky64esj7s180644
Removed category enum and everything that goes along with it. Approved: Chris Hillery, Paul J. Lucas

Show diffs side-by-side

added added

removed removed

Lines of Context:
707
707
  { "~JNUP0008_ObjectArray", "\"$2\": target of a deleting or replacing expression is not a JSON item" },
708
708
  { "~JNUP0016_Array", "\"$2\": selector cannot be resolved against supplied array" },
709
709
  { "~JNUP0016_Object", "\"$2\": selector cannot be resolved against supplied object" },
710
 
  { "~JSON parser error", "JSON parser error" },
711
 
  { "~JSON serialization error", "JSON serialization error" },
712
 
  { "~JSONiq dynamic error", "JSONIQ dynamic error" },
713
 
  { "~JSONiq dynamic warning", "JSONIQ dynamic warning" },
714
 
  { "~JSONiq error", "JSONIQ error" },
715
 
  { "~JSONiq serialization error", "JSONIQ serialization error" },
716
 
  { "~JSONiq serialization warning", "JSONIQ serialization warning" },
717
 
  { "~JSONiq static error", "JSONIQ static error" },
718
 
  { "~JSONiq static warning", "JSONIQ static warning" },
719
 
  { "~JSONiq type error", "JSONIQ type error" },
720
 
  { "~JSONiq type warning", "JSONIQ type warning" },
721
 
  { "~JSONiq warning", "JSONIQ warning" },
722
710
  { "~LibModVersionMismatch_3", "XQuery library version can not be imported by a $3 version module" },
723
711
  { "~ModuleNotFound", "module not found" },
724
712
  { "~MustBeAbsoluteURI", "must be absolute" },
1036
1024
  { "~ZXQP0004_TypeOps_is_in_scope_ForFunctionItemTypes", "TypeOps::is_in_scope() for function-item types" },
1037
1025
  { "~ZXQP0025_RESOURCE_NOT_FOUND", "resource not found" },
1038
1026
  { "~ZeroLenURI", "zero-length URI (and no base URI given)" },
1039
 
  { "~Zorba API error", "Zorba API error" },
1040
 
  { "~Zorba core module error", "Zorba core module error" },
1041
 
  { "~Zorba data-definition error", "Zorba data-definition error" },
1042
 
  { "~Zorba dynamic error", "Zorba dynamic error" },
1043
 
  { "~Zorba dynamic warning", "Zorba dynamic warning" },
1044
 
  { "~Zorba error", "Zorba error" },
1045
 
  { "~Zorba serialization error", "Zorba serialization error" },
1046
 
  { "~Zorba serialization warning", "Zorba serialization warning" },
1047
 
  { "~Zorba static error", "Zorba static error" },
1048
 
  { "~Zorba static warning", "Zorba static warning" },
1049
 
  { "~Zorba store error", "Zorba store error" },
1050
 
  { "~Zorba type error", "Zorba type error" },
1051
 
  { "~Zorba type warning", "Zorba type warning" },
1052
 
  { "~Zorba warning", "Zorba warning" },
1053
1027
  { "~dynamic error", "dynamic error" },
1054
1028
  { "~dynamic warning", "dynamic warning" },
1055
1029
  { "~error", "error" },
1056
 
  { "~full-text dynamic error", "full-text dynamic error" },
1057
 
  { "~full-text dynamic warning", "full-text dynamic warning" },
1058
 
  { "~full-text static error", "full-text static error" },
1059
 
  { "~full-text static warning", "full-text static warning" },
1060
 
  { "~full-text type error", "full-text type error" },
1061
 
  { "~full-text type warning", "full-text type warning" },
1062
1030
  { "~libxml_ERR_1", "libxml internal error${: 9}" },
1063
1031
  { "~libxml_ERR_101", "encoding expected in text declaration" },
1064
1032
  { "~libxml_ERR_103", "\"$5\": entity marked standalone but requires external subset" },
1204
1172
  { "~libxml_WAR_97", "\"$5\": unsupported XML version" },
1205
1173
  { "~libxml_WAR_98", "\"$5\": malformed xml:lang value" },
1206
1174
  { "~libxml_WAR_99", "xmlns$6?{:5}\\: URI \"$6?6:5\": invalid URI" },
1207
 
  { "~operating system error", "operating system error" },
1208
 
  { "~scripting static error", "scripting static error" },
1209
 
  { "~scripting static warning", "scripting static warning" },
1210
 
  { "~serialization error", "serialization error" },
1211
 
  { "~serialization warning", "serialization warning" },
1212
1175
  { "~static error", "static error" },
1213
1176
  { "~static warning", "static warning" },
1214
1177
  { "~type error", "type error" },
1215
1178
  { "~type warning", "type warning" },
1216
 
  { "~update dynamic error", "update dynamic error" },
1217
 
  { "~update dynamic warning", "update dynamic warning" },
1218
 
  { "~update static error", "update static error" },
1219
 
  { "~update static warning", "update static warning" },
1220
 
  { "~update type error", "update type error" },
1221
 
  { "~update type warning", "update type warning" },
1222
 
  { "~user-defined error", "user-defined error" },
1223
 
  { "~user-defined warning", "user-defined warning" },
1224
1179
  { "~warning", "warning" },
1225
1180
  { "~xqueryx_empty_content", "xqueryx content is empty" },
1226
1181
};