comparison trunk/src/lang_en.d @ 387:ad0cbd1c8881

Undefined escape sequences are passed to error() now. Added '{1}' to localized compiler messages. Marked Finnish message with TODO.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Wed, 12 Sep 2007 12:04:21 +0200
parents 0bd21b746a04
children c4bfceab7246
comparison
equal deleted inserted replaced
386:392a0068fc61 387:ad0cbd1c8881
29 "unterminated nested comment (/+ +/).", 29 "unterminated nested comment (/+ +/).",
30 // `` r"" 30 // `` r""
31 "unterminated raw string.", 31 "unterminated raw string.",
32 "unterminated back quote string.", 32 "unterminated back quote string.",
33 // \x \u \U 33 // \x \u \U
34 "found undefined escape sequence.", 34 "found undefined escape sequence '{1}'.",
35 "insufficient number of hex digits in escape sequence.", 35 "insufficient number of hex digits in escape sequence.",
36 // \&[a-zA-Z][a-zA-Z0-9]+; 36 // \&[a-zA-Z][a-zA-Z0-9]+;
37 "undefined HTML entity '{1}'", 37 "undefined HTML entity '{1}'",
38 "unterminated HTML entity.", 38 "unterminated HTML entity.",
39 "HTML entities must begin with a letter.", 39 "HTML entities must begin with a letter.",