webalizer_lang.greek

来自「c语言实现的web http报文分析」· GREEK 代码 · 共 43 行

GREEK
43
字号
/*   webalizer_lang.greek   Webalizer V2.0x Language Support file for Greek   19-Aug-1999 Translated in Greek by Christos Cheretakis (xalkina@otenet.gr)   22-Feb-2000 Modified for level 2.0x support (brad@mrunix.net)   Language files are named using the following convention:   webalizer_lang.LANGUAGE   where 'LANGUAGE' is the name of the language the file is   translated into (ie: webalizer_lang.russian for russian).   Either copy the desired language file to webalizer_lang.h   or create a symbolic link, then re-compile.   If you translate this file into a different language, please   send a copy to brad@mrunix.net.*//***********************************************************************//* DEFINE LANGUAGE NAME here                                           *//***********************************************************************/char *language  = "Greek";/***********************************************************************//*                                                                     *//* Informational messages                                              *//*                                                                     *//* These messages are only displayed while The Webalizer is being run, *//* usually to the screen, and are not part of the HTML output.         *//*                                                                     *//***********************************************************************//* these are only used in timing totals *//* Format:   XXX records (XXX ignored, XXX bad) in X.XX seconds        */char *msg_records = "邈泷狯蒡";char *msg_addresses="addresses";char *msg_ignored = "徙盹掼珀犴";char *msg_bad     = "胲栾

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?