txte.h
上传用户:shbosideng
上传日期:2013-05-04
资源大小:1555k
文件大小:1k
- #ifndef _TXT_H_
- #define _TXT_H_
- char* etxt[]={
- "by",
- "needed",
- "optionally",
- "configuration file"
- };
- char* btxt[]={
- "Traffic analyses",
- "Traffic analysis for",
- ".gifs for hosts in the .cfg file"
- };
- char* err[]={
- "aERROR: openning file %sn",
- "aERROR: index file %s has length 0 and I erase itn",
- "aERROR: was not defined a mrtg.cfg filen",
- "aERROR: port %s missing from %s/%sn",
- "aERROR: port %s missing from %sn",
- "aERROR: configuration file %s is missingn",
- "aERROR: host %s redefinedn",
- "aERROR: alias %s redefinedn",
- "aERROR: alias %s not precedently definedn",
- "aERROR: host %s not precedently definedn",
- "aERROR: I can't switch in directory %sn", //10
- "aERROR: argument for CHECK4ALIAS was %s",
- "aERROR: argument for CHNGTRGNAME was %s"
- };
-
- #endif
-