Imported Debian patch 2.23.05-1
[hcoop/zz_old/debian/webalizer.git] / lang / webalizer_lang.danish
... / ...
CommitLineData
1/*
2 webalizer_lang.danish
3
4 Webalizer V2.0x Language Support file for Danish.
5 13-Jul-1999 by Michael B. Jenner (mj@kom.auc.dk)
6 13-Nov-1999 Major update by Jonas Koch Bentzen (post@jonaskochbentzen.dk)
7 22-Feb-2000 Modified for level 2.0 support (brad@mrunix.net)
8 26-Mar-2008 Updated to current IANA TLDs (brad@mrunix.net)
9 26-May-2008 Modified for level 2.2 support (brad@mrunix.net)
10
11
12 Language files are named using the following convention:
13
14 webalizer_lang.LANGUAGE
15
16 where 'LANGUAGE' is the name of the language the file is
17 translated into (ie: webalizer_lang.russian for russian).
18 Either copy the desired language file to webalizer_lang.h
19 or create a symbolic link, then re-compile.
20
21 If you translate this file into a different language, please
22 send a copy to brad@mrunix.net.
23
24*/
25
26/***********************************************************************/
27/* DEFINE LANGUAGE NAME here */
28/***********************************************************************/
29
30char *language = "Danish";
31char *langcode = "da";
32
33/***********************************************************************/
34/* */
35/* Informational messages */
36/* */
37/* These messages are only displayed while The Webalizer is being run, */
38/* usually to the screen, and are not part of the HTML output. */
39/* */
40/***********************************************************************/
41
42/* these are only used in timing totals */
43/* Format: XXX records (XXX ignored, XXX bad) in X.XX seconds */
44char *msg_records = "poster";
45char *msg_addresses="addresses";
46char *msg_ignored = "ignorerede";
47char *msg_bad = "fejlagtige";
48