alias.msg
来自「开放源码的编译器open watcom 1.6.0版的源代码」· MSG 代码 · 共 10 行
MSG
10 行
pick( ALIAS_VALUE_MUST_BE_INT,
"The value field must contain an integer",
"The value field must contain an integer" )
pick( ALIAS_NO_SPACES_ALLOWED,
"The current text field must not contain spaces",
"The current text field must not contain spaces" )
pick( ALIAS_NO_DUPLICATES_ALLOWED,
"The alias \"%s\" has aready been assigned to id %08lX. Please choose a unique alias.",
"The alias \"%s\" has aready been assigned to id %08lX. Please choose a unique alias." )
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?