зеркало из https://github.com/mozilla/pjs.git
- venkman only -
remove unused messages add used messages
This commit is contained in:
Родитель
f77bea5ef4
Коммит
ff6506c7b7
|
@ -171,9 +171,6 @@ const CMD_EVALD_HELP = getMsg("cmd.evald.help");
|
|||
const CMD_FBREAK = getMsg("cmd.fbreak");
|
||||
const CMD_FBREAK_PARAMS = getMsg("cmd.fbreak.params");
|
||||
const CMD_FBREAK_HELP = getMsg("cmd.fbreak.help");
|
||||
const CMD_FCLEAR = getMsg("cmd.fclear");
|
||||
const CMD_FCLEAR_PARAMS = getMsg("cmd.fclear.params");
|
||||
const CMD_FCLEAR_HELP = getMsg("cmd.fclear.help");
|
||||
const CMD_FINISH = getMsg("cmd.finish");
|
||||
const CMD_FINISH_PARAMS = getMsg("cmd.finish.params");
|
||||
const CMD_FINISH_HELP = getMsg("cmd.finish.help");
|
||||
|
@ -233,6 +230,8 @@ const MSN_FMT_JSEXCEPTION = "fmt.jsexception";
|
|||
const MSN_FMT_BADMOJO = "fmt.badmojo";
|
||||
const MSN_FMT_TMP_ASSIGN = "fmt.tmp.assign";
|
||||
const MSN_FMT_LONGSTR = "fmt.longstr";
|
||||
const MSN_FMT_USAGE = "fmt.usage";
|
||||
const MSN_FMT_GUESSEDNAME = "fmt.guessedname";
|
||||
|
||||
const MSN_NO_PROPERTIES = "msg.noproperties";
|
||||
const MSN_NO_CMDMATCH = "msg.no-commandmatch";
|
||||
|
|
Загрузка…
Ссылка в новой задаче