From 7bfc311a1979be1b1567302aef252213a18ce270 Mon Sep 17 00:00:00 2001 From: chriskl Date: Wed, 16 Mar 2005 01:48:58 +0000 Subject: [PATCH] add portuguese from francisco --- CREDITS | 1 + HISTORY | 2 + lang/Makefile | 9 +- lang/portuguese-pt.php | 435 +++++++++++++++++++++++++++++++++ lang/recoded/portuguese-pt.php | 435 +++++++++++++++++++++++++++++++++ libraries/lib.inc.php | 3 +- login.php | 5 +- 7 files changed, 886 insertions(+), 4 deletions(-) create mode 100644 lang/portuguese-pt.php create mode 100644 lang/recoded/portuguese-pt.php diff --git a/CREDITS b/CREDITS index 6c754347..6d4f23d2 100644 --- a/CREDITS +++ b/CREDITS @@ -34,6 +34,7 @@ Translators - Jonatan (Hebrew) - Alin Vaida (Romanian) - Arne Eckmann (Danish) +- Francisco Cabrita (Portuguese) Look & Feel diff --git a/HISTORY b/HISTORY index f0cb29e9..43bbda15 100644 --- a/HISTORY +++ b/HISTORY @@ -27,11 +27,13 @@ Bugs * Reload browser after executing arbitrary SQL * Fix inability to drop database using the drop link * Stop duplicate insert on re-POST of data +* Correct last internal oid value for PostgreSQL 8.0 Translations * Japanese from Tadashi Jokagi * Danish from Arne Eckmann * Arabic from Zaki +* Portuguese from Francisco Version 3.5.2 ------------- diff --git a/lang/Makefile b/lang/Makefile index 812d1e66..4520127f 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -20,7 +20,7 @@ # Modifications by Rafal Slubowski, 2003-12-12: # All conversions of recoded text moved to convert.awk script # -# $Id: Makefile,v 1.41 2005/02/18 11:39:47 chriskl Exp $ +# $Id: Makefile,v 1.42 2005/03/16 01:49:00 chriskl Exp $ DESTDIR=./recoded TARGETS=polish \ @@ -39,6 +39,7 @@ TARGETS=polish \ turkish \ czech \ portuguese-br \ + portuguese-pt \ swedish \ afrikaans \ arabic \ @@ -155,6 +156,12 @@ portuguese-br: portuguese-br.php > ${DESTDIR}/portuguese-br.php @chmod 644 portuguese-br.php ${DESTDIR}/portuguese-br.php +portuguese-pt: portuguese-pt.php + @echo "Recoding portuguese-pt..." + @cat portuguese-pt.php | recode iso-8859-15..html | ./convert.awk \ + > ${DESTDIR}/portuguese-pt.php + @chmod 644 portuguese-pt.php ${DESTDIR}/portuguese-pt.php + swedish: swedish.php @echo "Recoding swedish..." @cat swedish.php | recode iso-8859-1..html | ./convert.awk \ diff --git a/lang/portuguese-pt.php b/lang/portuguese-pt.php new file mode 100644 index 00000000..028b7263 --- /dev/null +++ b/lang/portuguese-pt.php @@ -0,0 +1,435 @@ + diff --git a/lang/recoded/portuguese-pt.php b/lang/recoded/portuguese-pt.php new file mode 100644 index 00000000..1cb5791b --- /dev/null +++ b/lang/recoded/portuguese-pt.php @@ -0,0 +1,435 @@ + diff --git a/libraries/lib.inc.php b/libraries/lib.inc.php index 566fbdc3..f18c1283 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.92 2005/02/18 11:39:47 chriskl Exp $ + * $Id: lib.inc.php,v 1.93 2005/03/16 01:49:11 chriskl Exp $ */ // Set error reporting level to max @@ -58,6 +58,7 @@ 'mongol' => 'Mongolian', 'polish' => 'Polski', 'portuguese-br' => 'Português-Brasileiro', + 'portuguese-pt' => 'Português-Português', 'romanian' => 'Română', 'russian' => 'Русский', 'slovak' => 'Slovensky', diff --git a/login.php b/login.php index e6029ed1..19229a21 100755 --- a/login.php +++ b/login.php @@ -3,7 +3,7 @@ /** * Login screen * - * $Id: login.php,v 1.23 2005/02/18 11:39:46 chriskl Exp $ + * $Id: login.php,v 1.24 2005/03/16 01:48:59 chriskl Exp $ */ // This needs to be an include once to prevent lib.inc.php infinite recursive includes. @@ -56,8 +56,9 @@ 'hu' => 'hungarian', 'mn' => 'mongol', 'pl' => 'polish', - 'pt' => 'portuguese-br', + 'pt' => 'portuguese-pt', 'pt-br' => 'portuguese-br', + 'pt-pt' => 'portuguese-pt', 'ro' => 'romanian', 'ru' => 'russian', 'sk' => 'slovak', -- 2.39.5