comparison trunk/src/lang_en.d @ 432:3ead178e0662

Added message MID.InvalidUnicodeEscapeSequence.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Thu, 04 Oct 2007 16:50:59 +0200
parents e2bbc6406a14
children c1d5cfd7aa44
comparison
equal deleted inserted replaced
431:7a6bfa569a52 432:3ead178e0662
31 // `` r"" 31 // `` r""
32 "unterminated raw string.", 32 "unterminated raw string.",
33 "unterminated back quote string.", 33 "unterminated back quote string.",
34 // \x \u \U 34 // \x \u \U
35 "found undefined escape sequence '{0}'.", 35 "found undefined escape sequence '{0}'.",
36 "found invalid Unicode escape sequence '{0}'.",
36 "insufficient number of hex digits in escape sequence.", 37 "insufficient number of hex digits in escape sequence.",
37 // \&[a-zA-Z][a-zA-Z0-9]+; 38 // \&[a-zA-Z][a-zA-Z0-9]+;
38 "undefined HTML entity '{0}'", 39 "undefined HTML entity '{0}'",
39 "unterminated HTML entity.", 40 "unterminated HTML entity '{0}'.",
40 "HTML entities must begin with a letter.", 41 "HTML entities must begin with a letter.",
41 // integer overflows 42 // integer overflows
42 "decimal number overflows sign bit.", 43 "decimal number overflows sign bit.",
43 "overflow in decimal number.", 44 "overflow in decimal number.",
44 "overflow in hexadecimal number.", 45 "overflow in hexadecimal number.",