Imported Debian patch 2.23.05-1
[hcoop/zz_old/debian/webalizer.git] / lang / webalizer_lang.portuguese_brazil
CommitLineData
e015f748
CE
1/*
2 webalizer_lang.portuguese_brazil
3
4 Webalizer V2.0x Language Support file for Portuguese (Brazilian dialect)
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 06-Aug-1999 Translation by Arquimedes M.da Silva
11 (software.developer@mailbr.com.br)
12 22-Feb-2000 Modified for level 2.0 support (brad@mrunix.net)
13 12-Mar-2000 Huge Correction/Translation by Fabio B. Oliva
14 (fboliva@safenetworks.com)
15 26-Mar-2008 Updated to current IANA TLDs (brad@mrunix.net)
16 26-May-2008 Modified for level 2.2 support (brad@mrunix.net)
17
18
19 Language files are named using the following convention:
20
21 webalizer_lang.LANGUAGE
22
23 where 'LANGUAGE' is the name of the language the file is
24 translated into (ie: webalizer_lang.russian for russian).
25 Either copy the desired language file to webalizer_lang.h
26 or create a symbolic link, then re-compile.
27
28 If you translate this file into a different language, please
29 send a copy to brad@mrunix.net.
30
31*/
32
33/***********************************************************************/
34/* DEFINE LANGUAGE NAME here */
35/***********************************************************************/
36
37char *language = "Portuguese_Brazil";
38char *langcode = "pt-br";
39
40/***********************************************************************/
41/* */
42/* Informational messages */
43/* */
44/* These messages are only displayed while The Webalizer is being run, */
45/* usually to the screen, and are not part of the HTML output. */
46/* */
47/***********************************************************************/
48
49/* these are only used in timing totals */
50/* Format: XXX records (XXX ignored, XXX bad) in X.XX seconds */
51char *msg_records = "registros";
52