Error 2001
ID文字列"%1"(%2バイト目)は,長さ,文字又はハイフン位置のどれかが不正です。
The ID character string "%1" (byte number %2) includes an invalid length, character, or hyphen position.
Error 2002
数値で始まる文字列"%1"(%2バイト目)は,数値定数の形式に対して不正です。
The character string "%1" (byte number %2) beginning with a numeric has an invalid format for a numeric constant.
Error 2003
記号"%1" (%2バイト目)は未サポートです。
Symbol "%1" (byte number %2) is not supported.
Error 2004
アンダースコア"_" (%1バイト目)は,識別子の先頭や演算子などの記号としては使用できません。
An underscore (byte number %1) cannot be used at the beginning of an ID or as a symbol of an operator etc.
Error 2005
文字列定数の終端を検知する前に文が終了しました。指定内容 "%1" (%2バイト目)
The statement ended before the end of a character string constant was detected. Specification "%1" (byte number %2).
Error 2006
区切られた識別子の終端を検知する前に文が終了しました。指定内容 "%1" (%2バイト目)
The statement ended before the end of a delimited ID was detected. Specification "%1" (byte number %2).
Error 2007
文字"%1" (%2バイト目)は,文字列定数以外では使用できません。
Character "%1" (byte number %2) can be used in character string constants only.