Imported Debian patch 2.23.05-1
[hcoop/zz_old/debian/webalizer.git] / lang / webalizer_lang.hungarian
CommitLineData
e015f748
CE
1/*
2 webalizer_lang.hungarian
3
4 Webalizer V2.0x Language Support file for Hungarian.
5 15-May-1998 by Bradford L. Barrett (brad@mrunix.net)
6 31-May-1998 Modified for level 1.1 support (brad@mrunix.net)
7 23-Jul-1998 Modified for level 1.2 support (brad@mrunix.net)
8 08-Mar-1999 Updated HTTP 1.1 response codes by Yves Lafon (ylafon@w3.org)
9 28-Jun-1999 Modified for level 1.3 support (brad@mrunix.net)
10 20-Jul-1999 Translated by Viktor Haas (haasviki@hotmail.com)
11 22-Feb-2000 Modified for level 2.0 support (brad@mrunix.net)
12 27-Mar-2000 Modified hungarian translation for level 2.0 by
13 Viktor Haas (haasviki@hotmail.com)
14 26-Mar-2008 Updated to current IANA TLDs (brad@mrunix.net)
15 26-May-2008 Modified for level 2.2 support (brad@mrunix.net)
16
17
18 Language files are named using the following convention:
19
20 webalizer_lang.LANGUAGE
21
22 where 'LANGUAGE' is the name of the language the file is
23 translated into (ie: webalizer_lang.russian for russian).
24 Either copy the desired language file to webalizer_lang.h
25 or create a symbolic link, then re-compile.
26
27 If you translate this file into a different language, please
28 send a copy to brad@mrunix.net.
29
30*/
31
32/***********************************************************************/
33/* DEFINE LANGUAGE NAME here */
34/***********************************************************************/
35
36char *language = "Magyar";
37char *langcode = "hu";
38
39/***********************************************************************/
40/* */
41/* Informational messages */
42/* */
43/* These messages are only displayed while The Webalizer is being run, */
44/* usually to the screen, and are not part of the HTML output. */
45/* */
46/***********************************************************************/
47
48/* these are only used in timing totals */
49/* Format: XXX records (XXX ignored, XXX bad) in X.XX seconds */
50char *msg_records = "rekord";
51char *msg_addresses="addresses";
52