From fde165e2c91734a01cc8832064616388c5f86fb9 Mon Sep 17 00:00:00 2001 From: chriskl Date: Thu, 22 May 2003 01:44:34 +0000 Subject: [PATCH] Brazilian Portuguese translation from Angelo Rigo (angelo_rigo@yahoo.com.br) --- HISTORY | 1 + lang/portuguese-br.php | 415 +++++++++++++++++++++++++++++++++ lang/recoded/portuguese-br.php | 415 +++++++++++++++++++++++++++++++++ libraries/lib.inc.php | 3 +- 4 files changed, 833 insertions(+), 1 deletion(-) create mode 100644 lang/portuguese-br.php create mode 100644 lang/recoded/portuguese-br.php diff --git a/HISTORY b/HISTORY index 252c5824..e6f4005d 100644 --- a/HISTORY +++ b/HISTORY @@ -27,6 +27,7 @@ Version 3.0-beta-1 see full strings or trimmed strings. * Revoke on objects. Grant or revoke to multiple groups and users at once. +* Brazilian Portuguese translation from Angelo Rigo Version 3.0.0-dev-4 ------------------- diff --git a/lang/portuguese-br.php b/lang/portuguese-br.php new file mode 100644 index 00000000..f154402b --- /dev/null +++ b/lang/portuguese-br.php @@ -0,0 +1,415 @@ + diff --git a/lang/recoded/portuguese-br.php b/lang/recoded/portuguese-br.php new file mode 100644 index 00000000..0951122d --- /dev/null +++ b/lang/recoded/portuguese-br.php @@ -0,0 +1,415 @@ + diff --git a/libraries/lib.inc.php b/libraries/lib.inc.php index 0547426b..8ac98b2d 100644 --- a/libraries/lib.inc.php +++ b/libraries/lib.inc.php @@ -3,7 +3,7 @@ /** * Function library read in upon startup * - * $Id: lib.inc.php,v 1.49 2003/05/22 01:30:32 chriskl Exp $ + * $Id: lib.inc.php,v 1.50 2003/05/22 01:44:34 chriskl Exp $ */ // Set error reporting level to max @@ -43,6 +43,7 @@ 'italian' => 'Italiano', 'japanese' => '日本語', 'polish' => 'Polski', + 'portuguese-br' => 'Português-Brasileiro', 'russian' => 'Русский', 'slovak' => 'Slovensky', 'spanish' => 'Español', -- 2.39.5