OSDN Git Service

Merge branch 'master' of git.osdn.net:/gitroot/hengband/hengband
[hengband/hengband.git] / src / main / init-error-messages-table.c
1 #include "main/init-error-messages-table.h"
2
3 /*!
4  * \83G\83\89\81[\83\81\83b\83Z\81[\83W\82Ì\96¼\8fÌ\92è\8b` / Standard error message text
5  */
6 concptr err_str[PARSE_ERROR_MAX] = {
7     NULL,
8     _("\95\96@\83G\83\89\81[", "parse error"),
9     _("\8cÃ\82¢\83t\83@\83C\83\8b", "obsolete file"),
10     _("\8bL\98^\83w\83b\83_\82ª\82È\82¢", "missing record header"),
11     _("\95s\98A\91±\83\8c\83R\81[\83h", "non-sequential records"),
12     _("\82¨\82©\82µ\82È\83t\83\89\83O\91\8dÝ", "invalid flag specification"),
13     _("\96¢\92è\8b`\96½\97ß", "undefined directive"),
14     _("\83\81\83\82\83\8a\95s\91«", "out of memory"),
15     _("\8dÀ\95W\94Í\88Í\8aO", "coordinates out of bounds"),
16     _("\88ø\90\94\95s\91«", "too few arguments"),
17     _("\96¢\92è\8b`\92n\8c`\83^\83O", "undefined terrain tag"),
18 };